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

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

.container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1300px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  inset: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-0 {
  top: 0px !important;
}

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

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

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

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

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.m-0 {
  margin: 0px !important;
}

.m-0\.5 {
  margin: 0.125rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-1\.5 {
  margin: 0.375rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-100 {
  margin: 25rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-2\.5 {
  margin: 0.625rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-3\.5 {
  margin: 0.875rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-60 {
  margin: 15rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-96 {
  margin: 24rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-100 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.mx-30 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

.my-100 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

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

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

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

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

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

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

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

.mb-100 {
  margin-bottom: 25rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

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

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

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

.mb-18 {
  margin-bottom: 4.5rem !important;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-52 {
  margin-bottom: 13rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-60 {
  margin-bottom: 15rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

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

.mb-96 {
  margin-bottom: 24rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ml-0 {
  margin-left: 0px !important;
}

.ml-0\.5 {
  margin-left: 0.125rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-1\.5 {
  margin-left: 0.375rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.ml-100 {
  margin-left: 25rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-2\.5 {
  margin-left: 0.625rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-3\.5 {
  margin-left: 0.875rem !important;
}

.ml-30 {
  margin-left: 7.5rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-52 {
  margin-left: 13rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-60 {
  margin-left: 15rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.ml-72 {
  margin-left: 18rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-80 {
  margin-left: 20rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.ml-96 {
  margin-left: 24rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-px {
  margin-left: 1px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-0\.5 {
  margin-right: 0.125rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

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

.mr-10 {
  margin-right: 2.5rem !important;
}

.mr-100 {
  margin-right: 25rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-2\.5 {
  margin-right: 0.625rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-3\.5 {
  margin-right: 0.875rem !important;
}

.mr-30 {
  margin-right: 7.5rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

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

.mr-40 {
  margin-right: 10rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-52 {
  margin-right: 13rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-60 {
  margin-right: 15rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mr-72 {
  margin-right: 18rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-80 {
  margin-right: 20rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mr-96 {
  margin-right: 24rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-px {
  margin-right: 1px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-1\.5 {
  margin-top: 0.375rem !important;
}

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

.mt-100 {
  margin-top: 25rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

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

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

.mt-18 {
  margin-top: 4.5rem !important;
}

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

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

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

.mt-24 {
  margin-top: 6rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

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

.mt-3\.5 {
  margin-top: 0.875rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

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

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

.mt-44 {
  margin-top: 11rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

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

.mt-52 {
  margin-top: 13rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-60 {
  margin-top: 15rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-80 {
  margin-top: 20rem !important;
}

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

.mt-96 {
  margin-top: 24rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-px {
  margin-top: 1px !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

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

.h-0 {
  height: 0px !important;
}

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

.h-1 {
  height: 0.25rem !important;
}

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

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

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

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

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

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

.h-10 {
  height: 2.5rem !important;
}

.h-100 {
  height: 25rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-18 {
  height: 4.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

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

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

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

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

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

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

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

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

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

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

.h-30 {
  height: 7.5rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-4 {
  height: 1rem !important;
}

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

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

.h-40 {
  height: 10rem !important;
}

.h-44 {
  height: 11rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

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

.h-52 {
  height: 13rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-auto {
  height: auto !important;
}

.h-dvh {
  height: 100dvh !important;
}

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

.h-full {
  height: 100% !important;
}

.h-lvh {
  height: 100lvh !important;
}

.h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-min {
  height: -moz-min-content !important;
  height: min-content !important;
}

.h-px {
  height: 1px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-svh {
  height: 100svh !important;
}

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

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

.max-h-1 {
  max-height: 0.25rem !important;
}

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

.max-h-10 {
  max-height: 2.5rem !important;
}

.max-h-100 {
  max-height: 25rem !important;
}

.max-h-11 {
  max-height: 2.75rem !important;
}

.max-h-12 {
  max-height: 3rem !important;
}

.max-h-14 {
  max-height: 3.5rem !important;
}

.max-h-16 {
  max-height: 4rem !important;
}

.max-h-18 {
  max-height: 4.5rem !important;
}

.max-h-2 {
  max-height: 0.5rem !important;
}

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

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

.max-h-24 {
  max-height: 6rem !important;
}

.max-h-28 {
  max-height: 7rem !important;
}

.max-h-3 {
  max-height: 0.75rem !important;
}

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

.max-h-30 {
  max-height: 7.5rem !important;
}

.max-h-32 {
  max-height: 8rem !important;
}

.max-h-36 {
  max-height: 9rem !important;
}

.max-h-4 {
  max-height: 1rem !important;
}

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

.max-h-44 {
  max-height: 11rem !important;
}

.max-h-48 {
  max-height: 12rem !important;
}

.max-h-5 {
  max-height: 1.25rem !important;
}

.max-h-52 {
  max-height: 13rem !important;
}

.max-h-56 {
  max-height: 14rem !important;
}

.max-h-6 {
  max-height: 1.5rem !important;
}

.max-h-60 {
  max-height: 15rem !important;
}

.max-h-64 {
  max-height: 16rem !important;
}

.max-h-7 {
  max-height: 1.75rem !important;
}

.max-h-72 {
  max-height: 18rem !important;
}

.max-h-8 {
  max-height: 2rem !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.max-h-9 {
  max-height: 2.25rem !important;
}

.max-h-96 {
  max-height: 24rem !important;
}

.max-h-\[90vh\] {
  max-height: 90vh !important;
}

.max-h-dvh {
  max-height: 100dvh !important;
}

.max-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

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

.max-h-lvh {
  max-height: 100lvh !important;
}

.max-h-max {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.max-h-min {
  max-height: -moz-min-content !important;
  max-height: min-content !important;
}

.max-h-none {
  max-height: none !important;
}

.max-h-px {
  max-height: 1px !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-h-svh {
  max-height: 100svh !important;
}

.min-h-0 {
  min-height: 0px !important;
}

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

.min-h-1 {
  min-height: 0.25rem !important;
}

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

.min-h-10 {
  min-height: 2.5rem !important;
}

.min-h-100 {
  min-height: 25rem !important;
}

.min-h-11 {
  min-height: 2.75rem !important;
}

.min-h-12 {
  min-height: 3rem !important;
}

.min-h-14 {
  min-height: 3.5rem !important;
}

.min-h-16 {
  min-height: 4rem !important;
}

.min-h-18 {
  min-height: 4.5rem !important;
}

.min-h-2 {
  min-height: 0.5rem !important;
}

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

.min-h-20 {
  min-height: 5rem !important;
}

.min-h-24 {
  min-height: 6rem !important;
}

.min-h-28 {
  min-height: 7rem !important;
}

.min-h-3 {
  min-height: 0.75rem !important;
}

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

.min-h-30 {
  min-height: 7.5rem !important;
}

.min-h-32 {
  min-height: 8rem !important;
}

.min-h-36 {
  min-height: 9rem !important;
}

.min-h-4 {
  min-height: 1rem !important;
}

.min-h-40 {
  min-height: 10rem !important;
}

.min-h-44 {
  min-height: 11rem !important;
}

.min-h-48 {
  min-height: 12rem !important;
}

.min-h-5 {
  min-height: 1.25rem !important;
}

.min-h-52 {
  min-height: 13rem !important;
}

.min-h-56 {
  min-height: 14rem !important;
}

.min-h-6 {
  min-height: 1.5rem !important;
}

.min-h-60 {
  min-height: 15rem !important;
}

.min-h-64 {
  min-height: 16rem !important;
}

.min-h-7 {
  min-height: 1.75rem !important;
}

.min-h-72 {
  min-height: 18rem !important;
}

.min-h-8 {
  min-height: 2rem !important;
}

.min-h-80 {
  min-height: 20rem !important;
}

.min-h-9 {
  min-height: 2.25rem !important;
}

.min-h-96 {
  min-height: 24rem !important;
}

.min-h-dvh {
  min-height: 100dvh !important;
}

.min-h-fit {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

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

.min-h-lvh {
  min-height: 100lvh !important;
}

.min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.min-h-min {
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.min-h-px {
  min-height: 1px !important;
}

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

.min-h-svh {
  min-height: 100svh !important;
}

.w-0 {
  width: 0px !important;
}

.w-0\.5 {
  width: 0.125rem !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-1\.5 {
  width: 0.375rem !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

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

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

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

.w-1\/5 {
  width: 20% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-10 {
  width: 2.5rem !important;
}

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

.w-100 {
  width: 25rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-18 {
  width: 4.5rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-2\.5 {
  width: 0.625rem !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

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

.w-2\/4 {
  width: 50% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-3\/4 {
  width: 75% !important;
}

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

.w-3\/6 {
  width: 50% !important;
}

.w-30 {
  width: 7.5rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-52 {
  width: 13rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-60 {
  width: 15rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-72 {
  width: 18rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-80 {
  width: 20rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-96 {
  width: 24rem !important;
}

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

.w-dvw {
  width: 100dvw !important;
}

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

.w-full {
  width: 100% !important;
}

.w-lvw {
  width: 100lvw !important;
}

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

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

.w-px {
  width: 1px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-svw {
  width: 100svw !important;
}

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

.min-w-0\.5 {
  min-width: 0.125rem !important;
}

.min-w-1 {
  min-width: 0.25rem !important;
}

.min-w-1\.5 {
  min-width: 0.375rem !important;
}

.min-w-10 {
  min-width: 2.5rem !important;
}

.min-w-100 {
  min-width: 25rem !important;
}

.min-w-11 {
  min-width: 2.75rem !important;
}

.min-w-12 {
  min-width: 3rem !important;
}

.min-w-14 {
  min-width: 3.5rem !important;
}

.min-w-16 {
  min-width: 4rem !important;
}

.min-w-18 {
  min-width: 4.5rem !important;
}

.min-w-2 {
  min-width: 0.5rem !important;
}

.min-w-2\.5 {
  min-width: 0.625rem !important;
}

.min-w-20 {
  min-width: 5rem !important;
}

.min-w-24 {
  min-width: 6rem !important;
}

.min-w-28 {
  min-width: 7rem !important;
}

.min-w-3 {
  min-width: 0.75rem !important;
}

.min-w-3\.5 {
  min-width: 0.875rem !important;
}

.min-w-30 {
  min-width: 7.5rem !important;
}

.min-w-32 {
  min-width: 8rem !important;
}

.min-w-36 {
  min-width: 9rem !important;
}

.min-w-4 {
  min-width: 1rem !important;
}

.min-w-40 {
  min-width: 10rem !important;
}

.min-w-44 {
  min-width: 11rem !important;
}

.min-w-48 {
  min-width: 12rem !important;
}

.min-w-5 {
  min-width: 1.25rem !important;
}

.min-w-52 {
  min-width: 13rem !important;
}

.min-w-56 {
  min-width: 14rem !important;
}

.min-w-6 {
  min-width: 1.5rem !important;
}

.min-w-60 {
  min-width: 15rem !important;
}

.min-w-64 {
  min-width: 16rem !important;
}

.min-w-7 {
  min-width: 1.75rem !important;
}

.min-w-72 {
  min-width: 18rem !important;
}

.min-w-8 {
  min-width: 2rem !important;
}

.min-w-80 {
  min-width: 20rem !important;
}

.min-w-9 {
  min-width: 2.25rem !important;
}

.min-w-96 {
  min-width: 24rem !important;
}

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

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

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

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

.min-w-px {
  min-width: 1px !important;
}

.max-w-0 {
  max-width: 0px !important;
}

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

.max-w-1 {
  max-width: 0.25rem !important;
}

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

.max-w-10 {
  max-width: 2.5rem !important;
}

.max-w-100 {
  max-width: 25rem !important;
}

.max-w-11 {
  max-width: 2.75rem !important;
}

.max-w-12 {
  max-width: 3rem !important;
}

.max-w-14 {
  max-width: 3.5rem !important;
}

.max-w-16 {
  max-width: 4rem !important;
}

.max-w-18 {
  max-width: 4.5rem !important;
}

.max-w-2 {
  max-width: 0.5rem !important;
}

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

.max-w-20 {
  max-width: 5rem !important;
}

.max-w-24 {
  max-width: 6rem !important;
}

.max-w-28 {
  max-width: 7rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3 {
  max-width: 0.75rem !important;
}

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

.max-w-30 {
  max-width: 7.5rem !important;
}

.max-w-32 {
  max-width: 8rem !important;
}

.max-w-36 {
  max-width: 9rem !important;
}

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

.max-w-4 {
  max-width: 1rem !important;
}

.max-w-40 {
  max-width: 10rem !important;
}

.max-w-44 {
  max-width: 11rem !important;
}

.max-w-48 {
  max-width: 12rem !important;
}

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

.max-w-5 {
  max-width: 1.25rem !important;
}

.max-w-52 {
  max-width: 13rem !important;
}

.max-w-56 {
  max-width: 14rem !important;
}

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

.max-w-6 {
  max-width: 1.5rem !important;
}

.max-w-60 {
  max-width: 15rem !important;
}

.max-w-64 {
  max-width: 16rem !important;
}

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

.max-w-7 {
  max-width: 1.75rem !important;
}

.max-w-72 {
  max-width: 18rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-8 {
  max-width: 2rem !important;
}

.max-w-80 {
  max-width: 20rem !important;
}

.max-w-9 {
  max-width: 2.25rem !important;
}

.max-w-96 {
  max-width: 24rem !important;
}

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

.max-w-full {
  max-width: 100% !important;
}

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

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

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

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

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

.max-w-prose {
  max-width: 65ch !important;
}

.max-w-px {
  max-width: 1px !important;
}

.max-w-screen-2xl {
  max-width: 1536px !important;
}

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

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

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

.max-w-screen-xl {
  max-width: 1280px !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

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

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

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

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.basis-0 {
  flex-basis: 0px !important;
}

.basis-0\.5 {
  flex-basis: 0.125rem !important;
}

.basis-1 {
  flex-basis: 0.25rem !important;
}

.basis-1\.5 {
  flex-basis: 0.375rem !important;
}

.basis-1\/12 {
  flex-basis: 8.333333% !important;
}

.basis-1\/2 {
  flex-basis: 50% !important;
}

.basis-1\/3 {
  flex-basis: 33.333333% !important;
}

.basis-1\/4 {
  flex-basis: 25% !important;
}

.basis-1\/5 {
  flex-basis: 20% !important;
}

.basis-1\/6 {
  flex-basis: 16.666667% !important;
}

.basis-10 {
  flex-basis: 2.5rem !important;
}

.basis-10\/12 {
  flex-basis: 83.333333% !important;
}

.basis-100 {
  flex-basis: 25rem !important;
}

.basis-11 {
  flex-basis: 2.75rem !important;
}

.basis-11\/12 {
  flex-basis: 91.666667% !important;
}

.basis-12 {
  flex-basis: 3rem !important;
}

.basis-14 {
  flex-basis: 3.5rem !important;
}

.basis-16 {
  flex-basis: 4rem !important;
}

.basis-18 {
  flex-basis: 4.5rem !important;
}

.basis-2 {
  flex-basis: 0.5rem !important;
}

.basis-2\.5 {
  flex-basis: 0.625rem !important;
}

.basis-2\/12 {
  flex-basis: 16.666667% !important;
}

.basis-2\/3 {
  flex-basis: 66.666667% !important;
}

.basis-2\/4 {
  flex-basis: 50% !important;
}

.basis-2\/5 {
  flex-basis: 40% !important;
}

.basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.basis-20 {
  flex-basis: 5rem !important;
}

.basis-24 {
  flex-basis: 6rem !important;
}

.basis-28 {
  flex-basis: 7rem !important;
}

.basis-3 {
  flex-basis: 0.75rem !important;
}

.basis-3\.5 {
  flex-basis: 0.875rem !important;
}

.basis-3\/12 {
  flex-basis: 25% !important;
}

.basis-3\/4 {
  flex-basis: 75% !important;
}

.basis-3\/5 {
  flex-basis: 60% !important;
}

.basis-3\/6 {
  flex-basis: 50% !important;
}

.basis-30 {
  flex-basis: 7.5rem !important;
}

.basis-32 {
  flex-basis: 8rem !important;
}

.basis-36 {
  flex-basis: 9rem !important;
}

.basis-4 {
  flex-basis: 1rem !important;
}

.basis-4\/12 {
  flex-basis: 33.333333% !important;
}

.basis-4\/5 {
  flex-basis: 80% !important;
}

.basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.basis-40 {
  flex-basis: 10rem !important;
}

.basis-44 {
  flex-basis: 11rem !important;
}

.basis-48 {
  flex-basis: 12rem !important;
}

.basis-5 {
  flex-basis: 1.25rem !important;
}

.basis-5\/12 {
  flex-basis: 41.666667% !important;
}

.basis-5\/6 {
  flex-basis: 83.333333% !important;
}

.basis-52 {
  flex-basis: 13rem !important;
}

.basis-56 {
  flex-basis: 14rem !important;
}

.basis-6 {
  flex-basis: 1.5rem !important;
}

.basis-6\/12 {
  flex-basis: 50% !important;
}

.basis-60 {
  flex-basis: 15rem !important;
}

.basis-64 {
  flex-basis: 16rem !important;
}

.basis-7 {
  flex-basis: 1.75rem !important;
}

.basis-7\/12 {
  flex-basis: 58.333333% !important;
}

.basis-72 {
  flex-basis: 18rem !important;
}

.basis-8 {
  flex-basis: 2rem !important;
}

.basis-8\/12 {
  flex-basis: 66.666667% !important;
}

.basis-80 {
  flex-basis: 20rem !important;
}

.basis-9 {
  flex-basis: 2.25rem !important;
}

.basis-9\/12 {
  flex-basis: 75% !important;
}

.basis-96 {
  flex-basis: 24rem !important;
}

.basis-auto {
  flex-basis: auto !important;
}

.basis-full {
  flex-basis: 100% !important;
}

.basis-px {
  flex-basis: 1px !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.list-arrow {
  list-style-type: "› " !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-none {
  list-style-type: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-subgrid {
  grid-template-columns: subgrid !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

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

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

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

.gap-0 {
  gap: 0px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-100 {
  gap: 25rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-18 {
  gap: 4.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-3\.5 {
  gap: 0.875rem !important;
}

.gap-30 {
  gap: 7.5rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.gap-px {
  gap: 1px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

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

.gap-x-100 {
  -moz-column-gap: 25rem !important;
       column-gap: 25rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-18 {
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-30 {
  -moz-column-gap: 7.5rem !important;
       column-gap: 7.5rem !important;
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-100 {
  row-gap: 25rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-y-18 {
  row-gap: 4.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

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

.gap-y-24 {
  row-gap: 6rem !important;
}

.gap-y-28 {
  row-gap: 7rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-30 {
  row-gap: 7.5rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-36 {
  row-gap: 9rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-40 {
  row-gap: 10rem !important;
}

.gap-y-44 {
  row-gap: 11rem !important;
}

.gap-y-48 {
  row-gap: 12rem !important;
}

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

.gap-y-52 {
  row-gap: 13rem !important;
}

.gap-y-56 {
  row-gap: 14rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-60 {
  row-gap: 15rem !important;
}

.gap-y-64 {
  row-gap: 16rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-72 {
  row-gap: 18rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-80 {
  row-gap: 20rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-96 {
  row-gap: 24rem !important;
}

.gap-y-px {
  row-gap: 1px !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem !important;
}

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

.border {
  border-width: 1px !important;
}

.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}

.border-x-8 {
  border-left-width: 8px !important;
  border-right-width: 8px !important;
}

.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-y-0 {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}

.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}

.border-y-8 {
  border-top-width: 8px !important;
  border-bottom-width: 8px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-solid {
  border-style: solid !important;
}

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

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

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

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

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

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0) !important;
}

.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1) !important;
}

.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1) !important;
}

.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15) !important;
}

.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2) !important;
}

.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25) !important;
}

.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3) !important;
}

.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35) !important;
}

.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4) !important;
}

.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45) !important;
}

.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05) !important;
}

.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5) !important;
}

.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55) !important;
}

.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6) !important;
}

.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65) !important;
}

.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7) !important;
}

.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75) !important;
}

.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8) !important;
}

.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85) !important;
}

.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9) !important;
}

.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95) !important;
}

.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0) !important;
}

.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1) !important;
}

.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1) !important;
}

.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15) !important;
}

.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2) !important;
}

.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25) !important;
}

.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3) !important;
}

.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35) !important;
}

.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4) !important;
}

.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45) !important;
}

.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05) !important;
}

.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5) !important;
}

.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55) !important;
}

.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6) !important;
}

.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65) !important;
}

.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7) !important;
}

.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75) !important;
}

.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8) !important;
}

.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85) !important;
}

.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9) !important;
}

.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95) !important;
}

.border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0) !important;
}

.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1) !important;
}

.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1) !important;
}

.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15) !important;
}

.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2) !important;
}

.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25) !important;
}

.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3) !important;
}

.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35) !important;
}

.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4) !important;
}

.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45) !important;
}

.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05) !important;
}

.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5) !important;
}

.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55) !important;
}

.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6) !important;
}

.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65) !important;
}

.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7) !important;
}

.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75) !important;
}

.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8) !important;
}

.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85) !important;
}

.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9) !important;
}

.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95) !important;
}

.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0) !important;
}

.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1) !important;
}

.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1) !important;
}

.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15) !important;
}

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2) !important;
}

.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25) !important;
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3) !important;
}

.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35) !important;
}

.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4) !important;
}

.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45) !important;
}

.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05) !important;
}

.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5) !important;
}

.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55) !important;
}

.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6) !important;
}

.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65) !important;
}

.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7) !important;
}

.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75) !important;
}

.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8) !important;
}

.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85) !important;
}

.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9) !important;
}

.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95) !important;
}

.border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0) !important;
}

.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1) !important;
}

.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1) !important;
}

.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15) !important;
}

.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2) !important;
}

.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25) !important;
}

.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3) !important;
}

.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35) !important;
}

.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4) !important;
}

.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45) !important;
}

.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05) !important;
}

.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5) !important;
}

.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55) !important;
}

.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6) !important;
}

.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65) !important;
}

.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7) !important;
}

.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75) !important;
}

.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8) !important;
}

.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85) !important;
}

.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9) !important;
}

.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95) !important;
}

.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0) !important;
}

.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1) !important;
}

.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1) !important;
}

.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15) !important;
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2) !important;
}

.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25) !important;
}

.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3) !important;
}

.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35) !important;
}

.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4) !important;
}

.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45) !important;
}

.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05) !important;
}

.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5) !important;
}

.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55) !important;
}

.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6) !important;
}

.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65) !important;
}

.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7) !important;
}

.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75) !important;
}

.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8) !important;
}

.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85) !important;
}

.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9) !important;
}

.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95) !important;
}

.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0) !important;
}

.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1) !important;
}

.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1) !important;
}

.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15) !important;
}

.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2) !important;
}

.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25) !important;
}

.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3) !important;
}

.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35) !important;
}

.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4) !important;
}

.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45) !important;
}

.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05) !important;
}

.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5) !important;
}

.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55) !important;
}

.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6) !important;
}

.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65) !important;
}

.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7) !important;
}

.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75) !important;
}

.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8) !important;
}

.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85) !important;
}

.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9) !important;
}

.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95) !important;
}

.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0) !important;
}

.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1) !important;
}

.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1) !important;
}

.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15) !important;
}

.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2) !important;
}

.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25) !important;
}

.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3) !important;
}

.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35) !important;
}

.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4) !important;
}

.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45) !important;
}

.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05) !important;
}

.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5) !important;
}

.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55) !important;
}

.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6) !important;
}

.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65) !important;
}

.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7) !important;
}

.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75) !important;
}

.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8) !important;
}

.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85) !important;
}

.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9) !important;
}

.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95) !important;
}

.border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0) !important;
}

.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1) !important;
}

.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1) !important;
}

.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15) !important;
}

.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2) !important;
}

.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25) !important;
}

.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3) !important;
}

.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35) !important;
}

.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4) !important;
}

.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45) !important;
}

.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05) !important;
}

.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5) !important;
}

.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55) !important;
}

.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6) !important;
}

.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65) !important;
}

.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7) !important;
}

.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75) !important;
}

.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8) !important;
}

.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85) !important;
}

.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9) !important;
}

.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95) !important;
}

.border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0) !important;
}

.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1) !important;
}

.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1) !important;
}

.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15) !important;
}

.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2) !important;
}

.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25) !important;
}

.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3) !important;
}

.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35) !important;
}

.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4) !important;
}

.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45) !important;
}

.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05) !important;
}

.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5) !important;
}

.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55) !important;
}

.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6) !important;
}

.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65) !important;
}

.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7) !important;
}

.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75) !important;
}

.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8) !important;
}

.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85) !important;
}

.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9) !important;
}

.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95) !important;
}

.border-blue-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0) !important;
}

.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1) !important;
}

.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1) !important;
}

.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15) !important;
}

.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2) !important;
}

.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25) !important;
}

.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3) !important;
}

.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35) !important;
}

.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4) !important;
}

.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45) !important;
}

.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05) !important;
}

.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5) !important;
}

.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55) !important;
}

.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6) !important;
}

.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65) !important;
}

.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7) !important;
}

.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75) !important;
}

.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8) !important;
}

.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85) !important;
}

.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9) !important;
}

.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95) !important;
}

.border-brand-brown {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brown\/0 {
  border-color: rgb(133 114 114 / 0) !important;
}

.border-brand-brown\/10 {
  border-color: rgb(133 114 114 / 0.1) !important;
}

.border-brand-brown\/100 {
  border-color: rgb(133 114 114 / 1) !important;
}

.border-brand-brown\/15 {
  border-color: rgb(133 114 114 / 0.15) !important;
}

.border-brand-brown\/20 {
  border-color: rgb(133 114 114 / 0.2) !important;
}

.border-brand-brown\/25 {
  border-color: rgb(133 114 114 / 0.25) !important;
}

.border-brand-brown\/30 {
  border-color: rgb(133 114 114 / 0.3) !important;
}

.border-brand-brown\/35 {
  border-color: rgb(133 114 114 / 0.35) !important;
}

.border-brand-brown\/40 {
  border-color: rgb(133 114 114 / 0.4) !important;
}

.border-brand-brown\/45 {
  border-color: rgb(133 114 114 / 0.45) !important;
}

.border-brand-brown\/5 {
  border-color: rgb(133 114 114 / 0.05) !important;
}

.border-brand-brown\/50 {
  border-color: rgb(133 114 114 / 0.5) !important;
}

.border-brand-brown\/55 {
  border-color: rgb(133 114 114 / 0.55) !important;
}

.border-brand-brown\/60 {
  border-color: rgb(133 114 114 / 0.6) !important;
}

.border-brand-brown\/65 {
  border-color: rgb(133 114 114 / 0.65) !important;
}

.border-brand-brown\/70 {
  border-color: rgb(133 114 114 / 0.7) !important;
}

.border-brand-brown\/75 {
  border-color: rgb(133 114 114 / 0.75) !important;
}

.border-brand-brown\/80 {
  border-color: rgb(133 114 114 / 0.8) !important;
}

.border-brand-brown\/85 {
  border-color: rgb(133 114 114 / 0.85) !important;
}

.border-brand-brown\/90 {
  border-color: rgb(133 114 114 / 0.9) !important;
}

.border-brand-brown\/95 {
  border-color: rgb(133 114 114 / 0.95) !important;
}

.border-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brownDark\/0 {
  border-color: rgb(73 71 78 / 0) !important;
}

.border-brand-brownDark\/10 {
  border-color: rgb(73 71 78 / 0.1) !important;
}

.border-brand-brownDark\/100 {
  border-color: rgb(73 71 78 / 1) !important;
}

.border-brand-brownDark\/15 {
  border-color: rgb(73 71 78 / 0.15) !important;
}

.border-brand-brownDark\/20 {
  border-color: rgb(73 71 78 / 0.2) !important;
}

.border-brand-brownDark\/25 {
  border-color: rgb(73 71 78 / 0.25) !important;
}

.border-brand-brownDark\/30 {
  border-color: rgb(73 71 78 / 0.3) !important;
}

.border-brand-brownDark\/35 {
  border-color: rgb(73 71 78 / 0.35) !important;
}

.border-brand-brownDark\/40 {
  border-color: rgb(73 71 78 / 0.4) !important;
}

.border-brand-brownDark\/45 {
  border-color: rgb(73 71 78 / 0.45) !important;
}

.border-brand-brownDark\/5 {
  border-color: rgb(73 71 78 / 0.05) !important;
}

.border-brand-brownDark\/50 {
  border-color: rgb(73 71 78 / 0.5) !important;
}

.border-brand-brownDark\/55 {
  border-color: rgb(73 71 78 / 0.55) !important;
}

.border-brand-brownDark\/60 {
  border-color: rgb(73 71 78 / 0.6) !important;
}

.border-brand-brownDark\/65 {
  border-color: rgb(73 71 78 / 0.65) !important;
}

.border-brand-brownDark\/70 {
  border-color: rgb(73 71 78 / 0.7) !important;
}

.border-brand-brownDark\/75 {
  border-color: rgb(73 71 78 / 0.75) !important;
}

.border-brand-brownDark\/80 {
  border-color: rgb(73 71 78 / 0.8) !important;
}

.border-brand-brownDark\/85 {
  border-color: rgb(73 71 78 / 0.85) !important;
}

.border-brand-brownDark\/90 {
  border-color: rgb(73 71 78 / 0.9) !important;
}

.border-brand-brownDark\/95 {
  border-color: rgb(73 71 78 / 0.95) !important;
}

.border-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brownDarker\/0 {
  border-color: rgb(36 34 42 / 0) !important;
}

.border-brand-brownDarker\/10 {
  border-color: rgb(36 34 42 / 0.1) !important;
}

.border-brand-brownDarker\/100 {
  border-color: rgb(36 34 42 / 1) !important;
}

.border-brand-brownDarker\/15 {
  border-color: rgb(36 34 42 / 0.15) !important;
}

.border-brand-brownDarker\/20 {
  border-color: rgb(36 34 42 / 0.2) !important;
}

.border-brand-brownDarker\/25 {
  border-color: rgb(36 34 42 / 0.25) !important;
}

.border-brand-brownDarker\/30 {
  border-color: rgb(36 34 42 / 0.3) !important;
}

.border-brand-brownDarker\/35 {
  border-color: rgb(36 34 42 / 0.35) !important;
}

.border-brand-brownDarker\/40 {
  border-color: rgb(36 34 42 / 0.4) !important;
}

.border-brand-brownDarker\/45 {
  border-color: rgb(36 34 42 / 0.45) !important;
}

.border-brand-brownDarker\/5 {
  border-color: rgb(36 34 42 / 0.05) !important;
}

.border-brand-brownDarker\/50 {
  border-color: rgb(36 34 42 / 0.5) !important;
}

.border-brand-brownDarker\/55 {
  border-color: rgb(36 34 42 / 0.55) !important;
}

.border-brand-brownDarker\/60 {
  border-color: rgb(36 34 42 / 0.6) !important;
}

.border-brand-brownDarker\/65 {
  border-color: rgb(36 34 42 / 0.65) !important;
}

.border-brand-brownDarker\/70 {
  border-color: rgb(36 34 42 / 0.7) !important;
}

.border-brand-brownDarker\/75 {
  border-color: rgb(36 34 42 / 0.75) !important;
}

.border-brand-brownDarker\/80 {
  border-color: rgb(36 34 42 / 0.8) !important;
}

.border-brand-brownDarker\/85 {
  border-color: rgb(36 34 42 / 0.85) !important;
}

.border-brand-brownDarker\/90 {
  border-color: rgb(36 34 42 / 0.9) !important;
}

.border-brand-brownDarker\/95 {
  border-color: rgb(36 34 42 / 0.95) !important;
}

.border-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brownDarkest\/0 {
  border-color: rgb(13 14 24 / 0) !important;
}

.border-brand-brownDarkest\/10 {
  border-color: rgb(13 14 24 / 0.1) !important;
}

.border-brand-brownDarkest\/100 {
  border-color: rgb(13 14 24 / 1) !important;
}

.border-brand-brownDarkest\/15 {
  border-color: rgb(13 14 24 / 0.15) !important;
}

.border-brand-brownDarkest\/20 {
  border-color: rgb(13 14 24 / 0.2) !important;
}

.border-brand-brownDarkest\/25 {
  border-color: rgb(13 14 24 / 0.25) !important;
}

.border-brand-brownDarkest\/30 {
  border-color: rgb(13 14 24 / 0.3) !important;
}

.border-brand-brownDarkest\/35 {
  border-color: rgb(13 14 24 / 0.35) !important;
}

.border-brand-brownDarkest\/40 {
  border-color: rgb(13 14 24 / 0.4) !important;
}

.border-brand-brownDarkest\/45 {
  border-color: rgb(13 14 24 / 0.45) !important;
}

.border-brand-brownDarkest\/5 {
  border-color: rgb(13 14 24 / 0.05) !important;
}

.border-brand-brownDarkest\/50 {
  border-color: rgb(13 14 24 / 0.5) !important;
}

.border-brand-brownDarkest\/55 {
  border-color: rgb(13 14 24 / 0.55) !important;
}

.border-brand-brownDarkest\/60 {
  border-color: rgb(13 14 24 / 0.6) !important;
}

.border-brand-brownDarkest\/65 {
  border-color: rgb(13 14 24 / 0.65) !important;
}

.border-brand-brownDarkest\/70 {
  border-color: rgb(13 14 24 / 0.7) !important;
}

.border-brand-brownDarkest\/75 {
  border-color: rgb(13 14 24 / 0.75) !important;
}

.border-brand-brownDarkest\/80 {
  border-color: rgb(13 14 24 / 0.8) !important;
}

.border-brand-brownDarkest\/85 {
  border-color: rgb(13 14 24 / 0.85) !important;
}

.border-brand-brownDarkest\/90 {
  border-color: rgb(13 14 24 / 0.9) !important;
}

.border-brand-brownDarkest\/95 {
  border-color: rgb(13 14 24 / 0.95) !important;
}

.border-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brownLighest\/0 {
  border-color: rgb(252 248 248 / 0) !important;
}

.border-brand-brownLighest\/10 {
  border-color: rgb(252 248 248 / 0.1) !important;
}

.border-brand-brownLighest\/100 {
  border-color: rgb(252 248 248 / 1) !important;
}

.border-brand-brownLighest\/15 {
  border-color: rgb(252 248 248 / 0.15) !important;
}

.border-brand-brownLighest\/20 {
  border-color: rgb(252 248 248 / 0.2) !important;
}

.border-brand-brownLighest\/25 {
  border-color: rgb(252 248 248 / 0.25) !important;
}

.border-brand-brownLighest\/30 {
  border-color: rgb(252 248 248 / 0.3) !important;
}

.border-brand-brownLighest\/35 {
  border-color: rgb(252 248 248 / 0.35) !important;
}

.border-brand-brownLighest\/40 {
  border-color: rgb(252 248 248 / 0.4) !important;
}

.border-brand-brownLighest\/45 {
  border-color: rgb(252 248 248 / 0.45) !important;
}

.border-brand-brownLighest\/5 {
  border-color: rgb(252 248 248 / 0.05) !important;
}

.border-brand-brownLighest\/50 {
  border-color: rgb(252 248 248 / 0.5) !important;
}

.border-brand-brownLighest\/55 {
  border-color: rgb(252 248 248 / 0.55) !important;
}

.border-brand-brownLighest\/60 {
  border-color: rgb(252 248 248 / 0.6) !important;
}

.border-brand-brownLighest\/65 {
  border-color: rgb(252 248 248 / 0.65) !important;
}

.border-brand-brownLighest\/70 {
  border-color: rgb(252 248 248 / 0.7) !important;
}

.border-brand-brownLighest\/75 {
  border-color: rgb(252 248 248 / 0.75) !important;
}

.border-brand-brownLighest\/80 {
  border-color: rgb(252 248 248 / 0.8) !important;
}

.border-brand-brownLighest\/85 {
  border-color: rgb(252 248 248 / 0.85) !important;
}

.border-brand-brownLighest\/90 {
  border-color: rgb(252 248 248 / 0.9) !important;
}

.border-brand-brownLighest\/95 {
  border-color: rgb(252 248 248 / 0.95) !important;
}

.border-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-brownLight\/0 {
  border-color: rgb(214 204 205 / 0) !important;
}

.border-brand-brownLight\/10 {
  border-color: rgb(214 204 205 / 0.1) !important;
}

.border-brand-brownLight\/100 {
  border-color: rgb(214 204 205 / 1) !important;
}

.border-brand-brownLight\/15 {
  border-color: rgb(214 204 205 / 0.15) !important;
}

.border-brand-brownLight\/20 {
  border-color: rgb(214 204 205 / 0.2) !important;
}

.border-brand-brownLight\/25 {
  border-color: rgb(214 204 205 / 0.25) !important;
}

.border-brand-brownLight\/30 {
  border-color: rgb(214 204 205 / 0.3) !important;
}

.border-brand-brownLight\/35 {
  border-color: rgb(214 204 205 / 0.35) !important;
}

.border-brand-brownLight\/40 {
  border-color: rgb(214 204 205 / 0.4) !important;
}

.border-brand-brownLight\/45 {
  border-color: rgb(214 204 205 / 0.45) !important;
}

.border-brand-brownLight\/5 {
  border-color: rgb(214 204 205 / 0.05) !important;
}

.border-brand-brownLight\/50 {
  border-color: rgb(214 204 205 / 0.5) !important;
}

.border-brand-brownLight\/55 {
  border-color: rgb(214 204 205 / 0.55) !important;
}

.border-brand-brownLight\/60 {
  border-color: rgb(214 204 205 / 0.6) !important;
}

.border-brand-brownLight\/65 {
  border-color: rgb(214 204 205 / 0.65) !important;
}

.border-brand-brownLight\/70 {
  border-color: rgb(214 204 205 / 0.7) !important;
}

.border-brand-brownLight\/75 {
  border-color: rgb(214 204 205 / 0.75) !important;
}

.border-brand-brownLight\/80 {
  border-color: rgb(214 204 205 / 0.8) !important;
}

.border-brand-brownLight\/85 {
  border-color: rgb(214 204 205 / 0.85) !important;
}

.border-brand-brownLight\/90 {
  border-color: rgb(214 204 205 / 0.9) !important;
}

.border-brand-brownLight\/95 {
  border-color: rgb(214 204 205 / 0.95) !important;
}

.border-brand-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-grey\/0 {
  border-color: rgb(218 218 218 / 0) !important;
}

.border-brand-grey\/10 {
  border-color: rgb(218 218 218 / 0.1) !important;
}

.border-brand-grey\/100 {
  border-color: rgb(218 218 218 / 1) !important;
}

.border-brand-grey\/15 {
  border-color: rgb(218 218 218 / 0.15) !important;
}

.border-brand-grey\/20 {
  border-color: rgb(218 218 218 / 0.2) !important;
}

.border-brand-grey\/25 {
  border-color: rgb(218 218 218 / 0.25) !important;
}

.border-brand-grey\/30 {
  border-color: rgb(218 218 218 / 0.3) !important;
}

.border-brand-grey\/35 {
  border-color: rgb(218 218 218 / 0.35) !important;
}

.border-brand-grey\/40 {
  border-color: rgb(218 218 218 / 0.4) !important;
}

.border-brand-grey\/45 {
  border-color: rgb(218 218 218 / 0.45) !important;
}

.border-brand-grey\/5 {
  border-color: rgb(218 218 218 / 0.05) !important;
}

.border-brand-grey\/50 {
  border-color: rgb(218 218 218 / 0.5) !important;
}

.border-brand-grey\/55 {
  border-color: rgb(218 218 218 / 0.55) !important;
}

.border-brand-grey\/60 {
  border-color: rgb(218 218 218 / 0.6) !important;
}

.border-brand-grey\/65 {
  border-color: rgb(218 218 218 / 0.65) !important;
}

.border-brand-grey\/70 {
  border-color: rgb(218 218 218 / 0.7) !important;
}

.border-brand-grey\/75 {
  border-color: rgb(218 218 218 / 0.75) !important;
}

.border-brand-grey\/80 {
  border-color: rgb(218 218 218 / 0.8) !important;
}

.border-brand-grey\/85 {
  border-color: rgb(218 218 218 / 0.85) !important;
}

.border-brand-grey\/90 {
  border-color: rgb(218 218 218 / 0.9) !important;
}

.border-brand-grey\/95 {
  border-color: rgb(218 218 218 / 0.95) !important;
}

.border-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-greyDarkest\/0 {
  border-color: rgb(26 3 27 / 0) !important;
}

.border-brand-greyDarkest\/10 {
  border-color: rgb(26 3 27 / 0.1) !important;
}

.border-brand-greyDarkest\/100 {
  border-color: rgb(26 3 27 / 1) !important;
}

.border-brand-greyDarkest\/15 {
  border-color: rgb(26 3 27 / 0.15) !important;
}

.border-brand-greyDarkest\/20 {
  border-color: rgb(26 3 27 / 0.2) !important;
}

.border-brand-greyDarkest\/25 {
  border-color: rgb(26 3 27 / 0.25) !important;
}

.border-brand-greyDarkest\/30 {
  border-color: rgb(26 3 27 / 0.3) !important;
}

.border-brand-greyDarkest\/35 {
  border-color: rgb(26 3 27 / 0.35) !important;
}

.border-brand-greyDarkest\/40 {
  border-color: rgb(26 3 27 / 0.4) !important;
}

.border-brand-greyDarkest\/45 {
  border-color: rgb(26 3 27 / 0.45) !important;
}

.border-brand-greyDarkest\/5 {
  border-color: rgb(26 3 27 / 0.05) !important;
}

.border-brand-greyDarkest\/50 {
  border-color: rgb(26 3 27 / 0.5) !important;
}

.border-brand-greyDarkest\/55 {
  border-color: rgb(26 3 27 / 0.55) !important;
}

.border-brand-greyDarkest\/60 {
  border-color: rgb(26 3 27 / 0.6) !important;
}

.border-brand-greyDarkest\/65 {
  border-color: rgb(26 3 27 / 0.65) !important;
}

.border-brand-greyDarkest\/70 {
  border-color: rgb(26 3 27 / 0.7) !important;
}

.border-brand-greyDarkest\/75 {
  border-color: rgb(26 3 27 / 0.75) !important;
}

.border-brand-greyDarkest\/80 {
  border-color: rgb(26 3 27 / 0.8) !important;
}

.border-brand-greyDarkest\/85 {
  border-color: rgb(26 3 27 / 0.85) !important;
}

.border-brand-greyDarkest\/90 {
  border-color: rgb(26 3 27 / 0.9) !important;
}

.border-brand-greyDarkest\/95 {
  border-color: rgb(26 3 27 / 0.95) !important;
}

.border-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-greyLight\/0 {
  border-color: rgb(249 248 254 / 0) !important;
}

.border-brand-greyLight\/10 {
  border-color: rgb(249 248 254 / 0.1) !important;
}

.border-brand-greyLight\/100 {
  border-color: rgb(249 248 254 / 1) !important;
}

.border-brand-greyLight\/15 {
  border-color: rgb(249 248 254 / 0.15) !important;
}

.border-brand-greyLight\/20 {
  border-color: rgb(249 248 254 / 0.2) !important;
}

.border-brand-greyLight\/25 {
  border-color: rgb(249 248 254 / 0.25) !important;
}

.border-brand-greyLight\/30 {
  border-color: rgb(249 248 254 / 0.3) !important;
}

.border-brand-greyLight\/35 {
  border-color: rgb(249 248 254 / 0.35) !important;
}

.border-brand-greyLight\/40 {
  border-color: rgb(249 248 254 / 0.4) !important;
}

.border-brand-greyLight\/45 {
  border-color: rgb(249 248 254 / 0.45) !important;
}

.border-brand-greyLight\/5 {
  border-color: rgb(249 248 254 / 0.05) !important;
}

.border-brand-greyLight\/50 {
  border-color: rgb(249 248 254 / 0.5) !important;
}

.border-brand-greyLight\/55 {
  border-color: rgb(249 248 254 / 0.55) !important;
}

.border-brand-greyLight\/60 {
  border-color: rgb(249 248 254 / 0.6) !important;
}

.border-brand-greyLight\/65 {
  border-color: rgb(249 248 254 / 0.65) !important;
}

.border-brand-greyLight\/70 {
  border-color: rgb(249 248 254 / 0.7) !important;
}

.border-brand-greyLight\/75 {
  border-color: rgb(249 248 254 / 0.75) !important;
}

.border-brand-greyLight\/80 {
  border-color: rgb(249 248 254 / 0.8) !important;
}

.border-brand-greyLight\/85 {
  border-color: rgb(249 248 254 / 0.85) !important;
}

.border-brand-greyLight\/90 {
  border-color: rgb(249 248 254 / 0.9) !important;
}

.border-brand-greyLight\/95 {
  border-color: rgb(249 248 254 / 0.95) !important;
}

.border-brand-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-red\/0 {
  border-color: rgb(223 45 59 / 0) !important;
}

.border-brand-red\/10 {
  border-color: rgb(223 45 59 / 0.1) !important;
}

.border-brand-red\/100 {
  border-color: rgb(223 45 59 / 1) !important;
}

.border-brand-red\/15 {
  border-color: rgb(223 45 59 / 0.15) !important;
}

.border-brand-red\/20 {
  border-color: rgb(223 45 59 / 0.2) !important;
}

.border-brand-red\/25 {
  border-color: rgb(223 45 59 / 0.25) !important;
}

.border-brand-red\/30 {
  border-color: rgb(223 45 59 / 0.3) !important;
}

.border-brand-red\/35 {
  border-color: rgb(223 45 59 / 0.35) !important;
}

.border-brand-red\/40 {
  border-color: rgb(223 45 59 / 0.4) !important;
}

.border-brand-red\/45 {
  border-color: rgb(223 45 59 / 0.45) !important;
}

.border-brand-red\/5 {
  border-color: rgb(223 45 59 / 0.05) !important;
}

.border-brand-red\/50 {
  border-color: rgb(223 45 59 / 0.5) !important;
}

.border-brand-red\/55 {
  border-color: rgb(223 45 59 / 0.55) !important;
}

.border-brand-red\/60 {
  border-color: rgb(223 45 59 / 0.6) !important;
}

.border-brand-red\/65 {
  border-color: rgb(223 45 59 / 0.65) !important;
}

.border-brand-red\/70 {
  border-color: rgb(223 45 59 / 0.7) !important;
}

.border-brand-red\/75 {
  border-color: rgb(223 45 59 / 0.75) !important;
}

.border-brand-red\/80 {
  border-color: rgb(223 45 59 / 0.8) !important;
}

.border-brand-red\/85 {
  border-color: rgb(223 45 59 / 0.85) !important;
}

.border-brand-red\/90 {
  border-color: rgb(223 45 59 / 0.9) !important;
}

.border-brand-red\/95 {
  border-color: rgb(223 45 59 / 0.95) !important;
}

.border-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-redDark\/0 {
  border-color: rgb(190 22 35 / 0) !important;
}

.border-brand-redDark\/10 {
  border-color: rgb(190 22 35 / 0.1) !important;
}

.border-brand-redDark\/100 {
  border-color: rgb(190 22 35 / 1) !important;
}

.border-brand-redDark\/15 {
  border-color: rgb(190 22 35 / 0.15) !important;
}

.border-brand-redDark\/20 {
  border-color: rgb(190 22 35 / 0.2) !important;
}

.border-brand-redDark\/25 {
  border-color: rgb(190 22 35 / 0.25) !important;
}

.border-brand-redDark\/30 {
  border-color: rgb(190 22 35 / 0.3) !important;
}

.border-brand-redDark\/35 {
  border-color: rgb(190 22 35 / 0.35) !important;
}

.border-brand-redDark\/40 {
  border-color: rgb(190 22 35 / 0.4) !important;
}

.border-brand-redDark\/45 {
  border-color: rgb(190 22 35 / 0.45) !important;
}

.border-brand-redDark\/5 {
  border-color: rgb(190 22 35 / 0.05) !important;
}

.border-brand-redDark\/50 {
  border-color: rgb(190 22 35 / 0.5) !important;
}

.border-brand-redDark\/55 {
  border-color: rgb(190 22 35 / 0.55) !important;
}

.border-brand-redDark\/60 {
  border-color: rgb(190 22 35 / 0.6) !important;
}

.border-brand-redDark\/65 {
  border-color: rgb(190 22 35 / 0.65) !important;
}

.border-brand-redDark\/70 {
  border-color: rgb(190 22 35 / 0.7) !important;
}

.border-brand-redDark\/75 {
  border-color: rgb(190 22 35 / 0.75) !important;
}

.border-brand-redDark\/80 {
  border-color: rgb(190 22 35 / 0.8) !important;
}

.border-brand-redDark\/85 {
  border-color: rgb(190 22 35 / 0.85) !important;
}

.border-brand-redDark\/90 {
  border-color: rgb(190 22 35 / 0.9) !important;
}

.border-brand-redDark\/95 {
  border-color: rgb(190 22 35 / 0.95) !important;
}

.border-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-systemGreen\/0 {
  border-color: rgb(30 214 93 / 0) !important;
}

.border-brand-systemGreen\/10 {
  border-color: rgb(30 214 93 / 0.1) !important;
}

.border-brand-systemGreen\/100 {
  border-color: rgb(30 214 93 / 1) !important;
}

.border-brand-systemGreen\/15 {
  border-color: rgb(30 214 93 / 0.15) !important;
}

.border-brand-systemGreen\/20 {
  border-color: rgb(30 214 93 / 0.2) !important;
}

.border-brand-systemGreen\/25 {
  border-color: rgb(30 214 93 / 0.25) !important;
}

.border-brand-systemGreen\/30 {
  border-color: rgb(30 214 93 / 0.3) !important;
}

.border-brand-systemGreen\/35 {
  border-color: rgb(30 214 93 / 0.35) !important;
}

.border-brand-systemGreen\/40 {
  border-color: rgb(30 214 93 / 0.4) !important;
}

.border-brand-systemGreen\/45 {
  border-color: rgb(30 214 93 / 0.45) !important;
}

.border-brand-systemGreen\/5 {
  border-color: rgb(30 214 93 / 0.05) !important;
}

.border-brand-systemGreen\/50 {
  border-color: rgb(30 214 93 / 0.5) !important;
}

.border-brand-systemGreen\/55 {
  border-color: rgb(30 214 93 / 0.55) !important;
}

.border-brand-systemGreen\/60 {
  border-color: rgb(30 214 93 / 0.6) !important;
}

.border-brand-systemGreen\/65 {
  border-color: rgb(30 214 93 / 0.65) !important;
}

.border-brand-systemGreen\/70 {
  border-color: rgb(30 214 93 / 0.7) !important;
}

.border-brand-systemGreen\/75 {
  border-color: rgb(30 214 93 / 0.75) !important;
}

.border-brand-systemGreen\/80 {
  border-color: rgb(30 214 93 / 0.8) !important;
}

.border-brand-systemGreen\/85 {
  border-color: rgb(30 214 93 / 0.85) !important;
}

.border-brand-systemGreen\/90 {
  border-color: rgb(30 214 93 / 0.9) !important;
}

.border-brand-systemGreen\/95 {
  border-color: rgb(30 214 93 / 0.95) !important;
}

.border-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-systemOrange\/0 {
  border-color: rgb(216 125 19 / 0) !important;
}

.border-brand-systemOrange\/10 {
  border-color: rgb(216 125 19 / 0.1) !important;
}

.border-brand-systemOrange\/100 {
  border-color: rgb(216 125 19 / 1) !important;
}

.border-brand-systemOrange\/15 {
  border-color: rgb(216 125 19 / 0.15) !important;
}

.border-brand-systemOrange\/20 {
  border-color: rgb(216 125 19 / 0.2) !important;
}

.border-brand-systemOrange\/25 {
  border-color: rgb(216 125 19 / 0.25) !important;
}

.border-brand-systemOrange\/30 {
  border-color: rgb(216 125 19 / 0.3) !important;
}

.border-brand-systemOrange\/35 {
  border-color: rgb(216 125 19 / 0.35) !important;
}

.border-brand-systemOrange\/40 {
  border-color: rgb(216 125 19 / 0.4) !important;
}

.border-brand-systemOrange\/45 {
  border-color: rgb(216 125 19 / 0.45) !important;
}

.border-brand-systemOrange\/5 {
  border-color: rgb(216 125 19 / 0.05) !important;
}

.border-brand-systemOrange\/50 {
  border-color: rgb(216 125 19 / 0.5) !important;
}

.border-brand-systemOrange\/55 {
  border-color: rgb(216 125 19 / 0.55) !important;
}

.border-brand-systemOrange\/60 {
  border-color: rgb(216 125 19 / 0.6) !important;
}

.border-brand-systemOrange\/65 {
  border-color: rgb(216 125 19 / 0.65) !important;
}

.border-brand-systemOrange\/70 {
  border-color: rgb(216 125 19 / 0.7) !important;
}

.border-brand-systemOrange\/75 {
  border-color: rgb(216 125 19 / 0.75) !important;
}

.border-brand-systemOrange\/80 {
  border-color: rgb(216 125 19 / 0.8) !important;
}

.border-brand-systemOrange\/85 {
  border-color: rgb(216 125 19 / 0.85) !important;
}

.border-brand-systemOrange\/90 {
  border-color: rgb(216 125 19 / 0.9) !important;
}

.border-brand-systemOrange\/95 {
  border-color: rgb(216 125 19 / 0.95) !important;
}

.border-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-systemRed\/0 {
  border-color: rgb(227 45 59 / 0) !important;
}

.border-brand-systemRed\/10 {
  border-color: rgb(227 45 59 / 0.1) !important;
}

.border-brand-systemRed\/100 {
  border-color: rgb(227 45 59 / 1) !important;
}

.border-brand-systemRed\/15 {
  border-color: rgb(227 45 59 / 0.15) !important;
}

.border-brand-systemRed\/20 {
  border-color: rgb(227 45 59 / 0.2) !important;
}

.border-brand-systemRed\/25 {
  border-color: rgb(227 45 59 / 0.25) !important;
}

.border-brand-systemRed\/30 {
  border-color: rgb(227 45 59 / 0.3) !important;
}

.border-brand-systemRed\/35 {
  border-color: rgb(227 45 59 / 0.35) !important;
}

.border-brand-systemRed\/40 {
  border-color: rgb(227 45 59 / 0.4) !important;
}

.border-brand-systemRed\/45 {
  border-color: rgb(227 45 59 / 0.45) !important;
}

.border-brand-systemRed\/5 {
  border-color: rgb(227 45 59 / 0.05) !important;
}

.border-brand-systemRed\/50 {
  border-color: rgb(227 45 59 / 0.5) !important;
}

.border-brand-systemRed\/55 {
  border-color: rgb(227 45 59 / 0.55) !important;
}

.border-brand-systemRed\/60 {
  border-color: rgb(227 45 59 / 0.6) !important;
}

.border-brand-systemRed\/65 {
  border-color: rgb(227 45 59 / 0.65) !important;
}

.border-brand-systemRed\/70 {
  border-color: rgb(227 45 59 / 0.7) !important;
}

.border-brand-systemRed\/75 {
  border-color: rgb(227 45 59 / 0.75) !important;
}

.border-brand-systemRed\/80 {
  border-color: rgb(227 45 59 / 0.8) !important;
}

.border-brand-systemRed\/85 {
  border-color: rgb(227 45 59 / 0.85) !important;
}

.border-brand-systemRed\/90 {
  border-color: rgb(227 45 59 / 0.9) !important;
}

.border-brand-systemRed\/95 {
  border-color: rgb(227 45 59 / 0.95) !important;
}

.border-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-systemYellow\/0 {
  border-color: rgb(227 203 15 / 0) !important;
}

.border-brand-systemYellow\/10 {
  border-color: rgb(227 203 15 / 0.1) !important;
}

.border-brand-systemYellow\/100 {
  border-color: rgb(227 203 15 / 1) !important;
}

.border-brand-systemYellow\/15 {
  border-color: rgb(227 203 15 / 0.15) !important;
}

.border-brand-systemYellow\/20 {
  border-color: rgb(227 203 15 / 0.2) !important;
}

.border-brand-systemYellow\/25 {
  border-color: rgb(227 203 15 / 0.25) !important;
}

.border-brand-systemYellow\/30 {
  border-color: rgb(227 203 15 / 0.3) !important;
}

.border-brand-systemYellow\/35 {
  border-color: rgb(227 203 15 / 0.35) !important;
}

.border-brand-systemYellow\/40 {
  border-color: rgb(227 203 15 / 0.4) !important;
}

.border-brand-systemYellow\/45 {
  border-color: rgb(227 203 15 / 0.45) !important;
}

.border-brand-systemYellow\/5 {
  border-color: rgb(227 203 15 / 0.05) !important;
}

.border-brand-systemYellow\/50 {
  border-color: rgb(227 203 15 / 0.5) !important;
}

.border-brand-systemYellow\/55 {
  border-color: rgb(227 203 15 / 0.55) !important;
}

.border-brand-systemYellow\/60 {
  border-color: rgb(227 203 15 / 0.6) !important;
}

.border-brand-systemYellow\/65 {
  border-color: rgb(227 203 15 / 0.65) !important;
}

.border-brand-systemYellow\/70 {
  border-color: rgb(227 203 15 / 0.7) !important;
}

.border-brand-systemYellow\/75 {
  border-color: rgb(227 203 15 / 0.75) !important;
}

.border-brand-systemYellow\/80 {
  border-color: rgb(227 203 15 / 0.8) !important;
}

.border-brand-systemYellow\/85 {
  border-color: rgb(227 203 15 / 0.85) !important;
}

.border-brand-systemYellow\/90 {
  border-color: rgb(227 203 15 / 0.9) !important;
}

.border-brand-systemYellow\/95 {
  border-color: rgb(227 203 15 / 0.95) !important;
}

.border-brand-text {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-text\/0 {
  border-color: rgb(18 2 28 / 0) !important;
}

.border-brand-text\/10 {
  border-color: rgb(18 2 28 / 0.1) !important;
}

.border-brand-text\/100 {
  border-color: rgb(18 2 28 / 1) !important;
}

.border-brand-text\/15 {
  border-color: rgb(18 2 28 / 0.15) !important;
}

.border-brand-text\/20 {
  border-color: rgb(18 2 28 / 0.2) !important;
}

.border-brand-text\/25 {
  border-color: rgb(18 2 28 / 0.25) !important;
}

.border-brand-text\/30 {
  border-color: rgb(18 2 28 / 0.3) !important;
}

.border-brand-text\/35 {
  border-color: rgb(18 2 28 / 0.35) !important;
}

.border-brand-text\/40 {
  border-color: rgb(18 2 28 / 0.4) !important;
}

.border-brand-text\/45 {
  border-color: rgb(18 2 28 / 0.45) !important;
}

.border-brand-text\/5 {
  border-color: rgb(18 2 28 / 0.05) !important;
}

.border-brand-text\/50 {
  border-color: rgb(18 2 28 / 0.5) !important;
}

.border-brand-text\/55 {
  border-color: rgb(18 2 28 / 0.55) !important;
}

.border-brand-text\/60 {
  border-color: rgb(18 2 28 / 0.6) !important;
}

.border-brand-text\/65 {
  border-color: rgb(18 2 28 / 0.65) !important;
}

.border-brand-text\/70 {
  border-color: rgb(18 2 28 / 0.7) !important;
}

.border-brand-text\/75 {
  border-color: rgb(18 2 28 / 0.75) !important;
}

.border-brand-text\/80 {
  border-color: rgb(18 2 28 / 0.8) !important;
}

.border-brand-text\/85 {
  border-color: rgb(18 2 28 / 0.85) !important;
}

.border-brand-text\/90 {
  border-color: rgb(18 2 28 / 0.9) !important;
}

.border-brand-text\/95 {
  border-color: rgb(18 2 28 / 0.95) !important;
}

.border-brand-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-white\/0 {
  border-color: rgb(255 255 255 / 0) !important;
}

.border-brand-white\/10 {
  border-color: rgb(255 255 255 / 0.1) !important;
}

.border-brand-white\/100 {
  border-color: rgb(255 255 255 / 1) !important;
}

.border-brand-white\/15 {
  border-color: rgb(255 255 255 / 0.15) !important;
}

.border-brand-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}

.border-brand-white\/25 {
  border-color: rgb(255 255 255 / 0.25) !important;
}

.border-brand-white\/30 {
  border-color: rgb(255 255 255 / 0.3) !important;
}

.border-brand-white\/35 {
  border-color: rgb(255 255 255 / 0.35) !important;
}

.border-brand-white\/40 {
  border-color: rgb(255 255 255 / 0.4) !important;
}

.border-brand-white\/45 {
  border-color: rgb(255 255 255 / 0.45) !important;
}

.border-brand-white\/5 {
  border-color: rgb(255 255 255 / 0.05) !important;
}

.border-brand-white\/50 {
  border-color: rgb(255 255 255 / 0.5) !important;
}

.border-brand-white\/55 {
  border-color: rgb(255 255 255 / 0.55) !important;
}

.border-brand-white\/60 {
  border-color: rgb(255 255 255 / 0.6) !important;
}

.border-brand-white\/65 {
  border-color: rgb(255 255 255 / 0.65) !important;
}

.border-brand-white\/70 {
  border-color: rgb(255 255 255 / 0.7) !important;
}

.border-brand-white\/75 {
  border-color: rgb(255 255 255 / 0.75) !important;
}

.border-brand-white\/80 {
  border-color: rgb(255 255 255 / 0.8) !important;
}

.border-brand-white\/85 {
  border-color: rgb(255 255 255 / 0.85) !important;
}

.border-brand-white\/90 {
  border-color: rgb(255 255 255 / 0.9) !important;
}

.border-brand-white\/95 {
  border-color: rgb(255 255 255 / 0.95) !important;
}

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

.border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0) !important;
}

.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1) !important;
}

.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1) !important;
}

.border-lime-100\/15 {
  border-color: rgb(236 252 203 / 0.15) !important;
}

.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2) !important;
}

.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25) !important;
}

.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3) !important;
}

.border-lime-100\/35 {
  border-color: rgb(236 252 203 / 0.35) !important;
}

.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4) !important;
}

.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45) !important;
}

.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05) !important;
}

.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5) !important;
}

.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55) !important;
}

.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6) !important;
}

.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65) !important;
}

.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7) !important;
}

.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75) !important;
}

.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8) !important;
}

.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85) !important;
}

.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9) !important;
}

.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95) !important;
}

.border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0) !important;
}

.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1) !important;
}

.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1) !important;
}

.border-lime-200\/15 {
  border-color: rgb(217 249 157 / 0.15) !important;
}

.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2) !important;
}

.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25) !important;
}

.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3) !important;
}

.border-lime-200\/35 {
  border-color: rgb(217 249 157 / 0.35) !important;
}

.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4) !important;
}

.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45) !important;
}

.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05) !important;
}

.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5) !important;
}

.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55) !important;
}

.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6) !important;
}

.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65) !important;
}

.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7) !important;
}

.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75) !important;
}

.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8) !important;
}

.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85) !important;
}

.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9) !important;
}

.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95) !important;
}

.border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0) !important;
}

.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1) !important;
}

.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1) !important;
}

.border-lime-300\/15 {
  border-color: rgb(190 242 100 / 0.15) !important;
}

.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2) !important;
}

.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25) !important;
}

.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3) !important;
}

.border-lime-300\/35 {
  border-color: rgb(190 242 100 / 0.35) !important;
}

.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4) !important;
}

.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45) !important;
}

.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05) !important;
}

.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5) !important;
}

.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55) !important;
}

.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6) !important;
}

.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65) !important;
}

.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7) !important;
}

.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75) !important;
}

.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8) !important;
}

.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85) !important;
}

.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9) !important;
}

.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95) !important;
}

.border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0) !important;
}

.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1) !important;
}

.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1) !important;
}

.border-lime-400\/15 {
  border-color: rgb(163 230 53 / 0.15) !important;
}

.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2) !important;
}

.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25) !important;
}

.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3) !important;
}

.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35) !important;
}

.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4) !important;
}

.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45) !important;
}

.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05) !important;
}

.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5) !important;
}

.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55) !important;
}

.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6) !important;
}

.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65) !important;
}

.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7) !important;
}

.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75) !important;
}

.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8) !important;
}

.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85) !important;
}

.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9) !important;
}

.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95) !important;
}

.border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0) !important;
}

.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1) !important;
}

.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1) !important;
}

.border-lime-50\/15 {
  border-color: rgb(247 254 231 / 0.15) !important;
}

.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2) !important;
}

.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25) !important;
}

.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3) !important;
}

.border-lime-50\/35 {
  border-color: rgb(247 254 231 / 0.35) !important;
}

.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4) !important;
}

.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45) !important;
}

.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05) !important;
}

.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5) !important;
}

.border-lime-50\/55 {
  border-color: rgb(247 254 231 / 0.55) !important;
}

.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6) !important;
}

.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65) !important;
}

.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7) !important;
}

.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75) !important;
}

.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8) !important;
}

.border-lime-50\/85 {
  border-color: rgb(247 254 231 / 0.85) !important;
}

.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9) !important;
}

.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95) !important;
}

.border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0) !important;
}

.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1) !important;
}

.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1) !important;
}

.border-lime-500\/15 {
  border-color: rgb(132 204 22 / 0.15) !important;
}

.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2) !important;
}

.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25) !important;
}

.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3) !important;
}

.border-lime-500\/35 {
  border-color: rgb(132 204 22 / 0.35) !important;
}

.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4) !important;
}

.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45) !important;
}

.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05) !important;
}

.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5) !important;
}

.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55) !important;
}

.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6) !important;
}

.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65) !important;
}

.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7) !important;
}

.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75) !important;
}

.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8) !important;
}

.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85) !important;
}

.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9) !important;
}

.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95) !important;
}

.border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0) !important;
}

.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1) !important;
}

.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1) !important;
}

.border-lime-600\/15 {
  border-color: rgb(101 163 13 / 0.15) !important;
}

.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2) !important;
}

.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25) !important;
}

.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3) !important;
}

.border-lime-600\/35 {
  border-color: rgb(101 163 13 / 0.35) !important;
}

.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4) !important;
}

.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45) !important;
}

.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05) !important;
}

.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5) !important;
}

.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55) !important;
}

.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6) !important;
}

.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65) !important;
}

.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7) !important;
}

.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75) !important;
}

.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8) !important;
}

.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85) !important;
}

.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9) !important;
}

.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95) !important;
}

.border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0) !important;
}

.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1) !important;
}

.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1) !important;
}

.border-lime-700\/15 {
  border-color: rgb(77 124 15 / 0.15) !important;
}

.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2) !important;
}

.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25) !important;
}

.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3) !important;
}

.border-lime-700\/35 {
  border-color: rgb(77 124 15 / 0.35) !important;
}

.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4) !important;
}

.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45) !important;
}

.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05) !important;
}

.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5) !important;
}

.border-lime-700\/55 {
  border-color: rgb(77 124 15 / 0.55) !important;
}

.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6) !important;
}

.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65) !important;
}

.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7) !important;
}

.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75) !important;
}

.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8) !important;
}

.border-lime-700\/85 {
  border-color: rgb(77 124 15 / 0.85) !important;
}

.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9) !important;
}

.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95) !important;
}

.border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0) !important;
}

.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1) !important;
}

.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1) !important;
}

.border-lime-800\/15 {
  border-color: rgb(63 98 18 / 0.15) !important;
}

.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2) !important;
}

.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25) !important;
}

.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3) !important;
}

.border-lime-800\/35 {
  border-color: rgb(63 98 18 / 0.35) !important;
}

.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4) !important;
}

.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45) !important;
}

.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05) !important;
}

.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5) !important;
}

.border-lime-800\/55 {
  border-color: rgb(63 98 18 / 0.55) !important;
}

.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6) !important;
}

.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65) !important;
}

.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7) !important;
}

.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75) !important;
}

.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8) !important;
}

.border-lime-800\/85 {
  border-color: rgb(63 98 18 / 0.85) !important;
}

.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9) !important;
}

.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95) !important;
}

.border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0) !important;
}

.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1) !important;
}

.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1) !important;
}

.border-lime-900\/15 {
  border-color: rgb(54 83 20 / 0.15) !important;
}

.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2) !important;
}

.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25) !important;
}

.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3) !important;
}

.border-lime-900\/35 {
  border-color: rgb(54 83 20 / 0.35) !important;
}

.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4) !important;
}

.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45) !important;
}

.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05) !important;
}

.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5) !important;
}

.border-lime-900\/55 {
  border-color: rgb(54 83 20 / 0.55) !important;
}

.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6) !important;
}

.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65) !important;
}

.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7) !important;
}

.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75) !important;
}

.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8) !important;
}

.border-lime-900\/85 {
  border-color: rgb(54 83 20 / 0.85) !important;
}

.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9) !important;
}

.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95) !important;
}

.border-lime-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0) !important;
}

.border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1) !important;
}

.border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1) !important;
}

.border-lime-950\/15 {
  border-color: rgb(26 46 5 / 0.15) !important;
}

.border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2) !important;
}

.border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25) !important;
}

.border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3) !important;
}

.border-lime-950\/35 {
  border-color: rgb(26 46 5 / 0.35) !important;
}

.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4) !important;
}

.border-lime-950\/45 {
  border-color: rgb(26 46 5 / 0.45) !important;
}

.border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05) !important;
}

.border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5) !important;
}

.border-lime-950\/55 {
  border-color: rgb(26 46 5 / 0.55) !important;
}

.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6) !important;
}

.border-lime-950\/65 {
  border-color: rgb(26 46 5 / 0.65) !important;
}

.border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7) !important;
}

.border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75) !important;
}

.border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8) !important;
}

.border-lime-950\/85 {
  border-color: rgb(26 46 5 / 0.85) !important;
}

.border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9) !important;
}

.border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95) !important;
}

.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0) !important;
}

.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1) !important;
}

.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1) !important;
}

.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15) !important;
}

.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2) !important;
}

.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25) !important;
}

.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3) !important;
}

.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35) !important;
}

.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4) !important;
}

.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45) !important;
}

.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05) !important;
}

.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5) !important;
}

.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55) !important;
}

.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6) !important;
}

.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65) !important;
}

.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7) !important;
}

.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75) !important;
}

.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8) !important;
}

.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85) !important;
}

.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9) !important;
}

.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95) !important;
}

.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0) !important;
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1) !important;
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1) !important;
}

.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15) !important;
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2) !important;
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25) !important;
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3) !important;
}

.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35) !important;
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4) !important;
}

.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45) !important;
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05) !important;
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5) !important;
}

.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55) !important;
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6) !important;
}

.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65) !important;
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7) !important;
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75) !important;
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8) !important;
}

.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85) !important;
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9) !important;
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95) !important;
}

.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0) !important;
}

.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1) !important;
}

.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1) !important;
}

.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15) !important;
}

.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2) !important;
}

.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25) !important;
}

.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3) !important;
}

.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35) !important;
}

.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4) !important;
}

.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45) !important;
}

.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05) !important;
}

.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5) !important;
}

.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55) !important;
}

.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6) !important;
}

.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65) !important;
}

.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7) !important;
}

.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75) !important;
}

.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8) !important;
}

.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85) !important;
}

.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9) !important;
}

.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95) !important;
}

.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0) !important;
}

.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1) !important;
}

.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1) !important;
}

.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15) !important;
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2) !important;
}

.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25) !important;
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3) !important;
}

.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35) !important;
}

.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4) !important;
}

.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45) !important;
}

.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05) !important;
}

.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5) !important;
}

.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55) !important;
}

.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6) !important;
}

.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65) !important;
}

.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7) !important;
}

.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75) !important;
}

.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8) !important;
}

.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85) !important;
}

.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9) !important;
}

.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95) !important;
}

.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0) !important;
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1) !important;
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1) !important;
}

.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15) !important;
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2) !important;
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25) !important;
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3) !important;
}

.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35) !important;
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4) !important;
}

.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45) !important;
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05) !important;
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5) !important;
}

.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55) !important;
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6) !important;
}

.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65) !important;
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7) !important;
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75) !important;
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8) !important;
}

.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85) !important;
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9) !important;
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95) !important;
}

.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0) !important;
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1) !important;
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1) !important;
}

.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15) !important;
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2) !important;
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25) !important;
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3) !important;
}

.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35) !important;
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4) !important;
}

.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45) !important;
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05) !important;
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5) !important;
}

.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55) !important;
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6) !important;
}

.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65) !important;
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7) !important;
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75) !important;
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8) !important;
}

.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85) !important;
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9) !important;
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95) !important;
}

.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0) !important;
}

.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1) !important;
}

.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1) !important;
}

.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15) !important;
}

.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2) !important;
}

.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25) !important;
}

.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3) !important;
}

.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35) !important;
}

.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4) !important;
}

.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45) !important;
}

.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05) !important;
}

.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5) !important;
}

.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55) !important;
}

.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6) !important;
}

.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65) !important;
}

.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7) !important;
}

.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75) !important;
}

.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8) !important;
}

.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85) !important;
}

.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9) !important;
}

.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0) !important;
}

.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1) !important;
}

.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1) !important;
}

.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15) !important;
}

.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2) !important;
}

.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25) !important;
}

.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3) !important;
}

.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35) !important;
}

.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4) !important;
}

.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45) !important;
}

.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05) !important;
}

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5) !important;
}

.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55) !important;
}

.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6) !important;
}

.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65) !important;
}

.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7) !important;
}

.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75) !important;
}

.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8) !important;
}

.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85) !important;
}

.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9) !important;
}

.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95) !important;
}

.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0) !important;
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1) !important;
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1) !important;
}

.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15) !important;
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2) !important;
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25) !important;
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3) !important;
}

.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35) !important;
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4) !important;
}

.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45) !important;
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05) !important;
}

.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5) !important;
}

.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55) !important;
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6) !important;
}

.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65) !important;
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7) !important;
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75) !important;
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8) !important;
}

.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85) !important;
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9) !important;
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95) !important;
}

.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0) !important;
}

.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1) !important;
}

.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1) !important;
}

.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15) !important;
}

.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2) !important;
}

.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25) !important;
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3) !important;
}

.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35) !important;
}

.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4) !important;
}

.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45) !important;
}

.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05) !important;
}

.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5) !important;
}

.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55) !important;
}

.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6) !important;
}

.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65) !important;
}

.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7) !important;
}

.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75) !important;
}

.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8) !important;
}

.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85) !important;
}

.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9) !important;
}

.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95) !important;
}

.border-red-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0) !important;
}

.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1) !important;
}

.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1) !important;
}

.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15) !important;
}

.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2) !important;
}

.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25) !important;
}

.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3) !important;
}

.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35) !important;
}

.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4) !important;
}

.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45) !important;
}

.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05) !important;
}

.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5) !important;
}

.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55) !important;
}

.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6) !important;
}

.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65) !important;
}

.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7) !important;
}

.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75) !important;
}

.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8) !important;
}

.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85) !important;
}

.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9) !important;
}

.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95) !important;
}

.border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0) !important;
}

.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1) !important;
}

.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1) !important;
}

.border-rose-100\/15 {
  border-color: rgb(255 228 230 / 0.15) !important;
}

.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2) !important;
}

.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25) !important;
}

.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3) !important;
}

.border-rose-100\/35 {
  border-color: rgb(255 228 230 / 0.35) !important;
}

.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4) !important;
}

.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45) !important;
}

.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05) !important;
}

.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5) !important;
}

.border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55) !important;
}

.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6) !important;
}

.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65) !important;
}

.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7) !important;
}

.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75) !important;
}

.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8) !important;
}

.border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85) !important;
}

.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9) !important;
}

.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95) !important;
}

.border-rose-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0) !important;
}

.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1) !important;
}

.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1) !important;
}

.border-rose-200\/15 {
  border-color: rgb(254 205 211 / 0.15) !important;
}

.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2) !important;
}

.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25) !important;
}

.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3) !important;
}

.border-rose-200\/35 {
  border-color: rgb(254 205 211 / 0.35) !important;
}

.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4) !important;
}

.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45) !important;
}

.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05) !important;
}

.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5) !important;
}

.border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55) !important;
}

.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6) !important;
}

.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65) !important;
}

.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7) !important;
}

.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75) !important;
}

.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8) !important;
}

.border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85) !important;
}

.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9) !important;
}

.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95) !important;
}

.border-rose-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0) !important;
}

.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1) !important;
}

.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1) !important;
}

.border-rose-300\/15 {
  border-color: rgb(253 164 175 / 0.15) !important;
}

.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2) !important;
}

.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25) !important;
}

.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3) !important;
}

.border-rose-300\/35 {
  border-color: rgb(253 164 175 / 0.35) !important;
}

.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4) !important;
}

.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45) !important;
}

.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05) !important;
}

.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5) !important;
}

.border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55) !important;
}

.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6) !important;
}

.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65) !important;
}

.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7) !important;
}

.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75) !important;
}

.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8) !important;
}

.border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85) !important;
}

.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9) !important;
}

.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95) !important;
}

.border-rose-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0) !important;
}

.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1) !important;
}

.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1) !important;
}

.border-rose-400\/15 {
  border-color: rgb(251 113 133 / 0.15) !important;
}

.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2) !important;
}

.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25) !important;
}

.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3) !important;
}

.border-rose-400\/35 {
  border-color: rgb(251 113 133 / 0.35) !important;
}

.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4) !important;
}

.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45) !important;
}

.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05) !important;
}

.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5) !important;
}

.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55) !important;
}

.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6) !important;
}

.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65) !important;
}

.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7) !important;
}

.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75) !important;
}

.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8) !important;
}

.border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85) !important;
}

.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9) !important;
}

.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95) !important;
}

.border-rose-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0) !important;
}

.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1) !important;
}

.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1) !important;
}

.border-rose-50\/15 {
  border-color: rgb(255 241 242 / 0.15) !important;
}

.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2) !important;
}

.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25) !important;
}

.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3) !important;
}

.border-rose-50\/35 {
  border-color: rgb(255 241 242 / 0.35) !important;
}

.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4) !important;
}

.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45) !important;
}

.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05) !important;
}

.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5) !important;
}

.border-rose-50\/55 {
  border-color: rgb(255 241 242 / 0.55) !important;
}

.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6) !important;
}

.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65) !important;
}

.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7) !important;
}

.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75) !important;
}

.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8) !important;
}

.border-rose-50\/85 {
  border-color: rgb(255 241 242 / 0.85) !important;
}

.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9) !important;
}

.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95) !important;
}

.border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0) !important;
}

.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1) !important;
}

.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1) !important;
}

.border-rose-500\/15 {
  border-color: rgb(244 63 94 / 0.15) !important;
}

.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2) !important;
}

.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25) !important;
}

.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3) !important;
}

.border-rose-500\/35 {
  border-color: rgb(244 63 94 / 0.35) !important;
}

.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4) !important;
}

.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45) !important;
}

.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05) !important;
}

.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5) !important;
}

.border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55) !important;
}

.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6) !important;
}

.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65) !important;
}

.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7) !important;
}

.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75) !important;
}

.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8) !important;
}

.border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85) !important;
}

.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9) !important;
}

.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95) !important;
}

.border-rose-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0) !important;
}

.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1) !important;
}

.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1) !important;
}

.border-rose-600\/15 {
  border-color: rgb(225 29 72 / 0.15) !important;
}

.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2) !important;
}

.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25) !important;
}

.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3) !important;
}

.border-rose-600\/35 {
  border-color: rgb(225 29 72 / 0.35) !important;
}

.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4) !important;
}

.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45) !important;
}

.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05) !important;
}

.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5) !important;
}

.border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55) !important;
}

.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6) !important;
}

.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65) !important;
}

.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7) !important;
}

.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75) !important;
}

.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8) !important;
}

.border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85) !important;
}

.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9) !important;
}

.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95) !important;
}

.border-rose-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0) !important;
}

.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1) !important;
}

.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1) !important;
}

.border-rose-700\/15 {
  border-color: rgb(190 18 60 / 0.15) !important;
}

.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2) !important;
}

.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25) !important;
}

.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3) !important;
}

.border-rose-700\/35 {
  border-color: rgb(190 18 60 / 0.35) !important;
}

.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4) !important;
}

.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45) !important;
}

.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05) !important;
}

.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5) !important;
}

.border-rose-700\/55 {
  border-color: rgb(190 18 60 / 0.55) !important;
}

.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6) !important;
}

.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65) !important;
}

.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7) !important;
}

.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75) !important;
}

.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8) !important;
}

.border-rose-700\/85 {
  border-color: rgb(190 18 60 / 0.85) !important;
}

.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9) !important;
}

.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95) !important;
}

.border-rose-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0) !important;
}

.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1) !important;
}

.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1) !important;
}

.border-rose-800\/15 {
  border-color: rgb(159 18 57 / 0.15) !important;
}

.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2) !important;
}

.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25) !important;
}

.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3) !important;
}

.border-rose-800\/35 {
  border-color: rgb(159 18 57 / 0.35) !important;
}

.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4) !important;
}

.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45) !important;
}

.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05) !important;
}

.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5) !important;
}

.border-rose-800\/55 {
  border-color: rgb(159 18 57 / 0.55) !important;
}

.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6) !important;
}

.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65) !important;
}

.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7) !important;
}

.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75) !important;
}

.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8) !important;
}

.border-rose-800\/85 {
  border-color: rgb(159 18 57 / 0.85) !important;
}

.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9) !important;
}

.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95) !important;
}

.border-rose-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0) !important;
}

.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1) !important;
}

.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1) !important;
}

.border-rose-900\/15 {
  border-color: rgb(136 19 55 / 0.15) !important;
}

.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2) !important;
}

.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25) !important;
}

.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3) !important;
}

.border-rose-900\/35 {
  border-color: rgb(136 19 55 / 0.35) !important;
}

.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4) !important;
}

.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45) !important;
}

.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05) !important;
}

.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5) !important;
}

.border-rose-900\/55 {
  border-color: rgb(136 19 55 / 0.55) !important;
}

.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6) !important;
}

.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65) !important;
}

.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7) !important;
}

.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75) !important;
}

.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8) !important;
}

.border-rose-900\/85 {
  border-color: rgb(136 19 55 / 0.85) !important;
}

.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9) !important;
}

.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95) !important;
}

.border-rose-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-rose-950\/0 {
  border-color: rgb(76 5 25 / 0) !important;
}

.border-rose-950\/10 {
  border-color: rgb(76 5 25 / 0.1) !important;
}

.border-rose-950\/100 {
  border-color: rgb(76 5 25 / 1) !important;
}

.border-rose-950\/15 {
  border-color: rgb(76 5 25 / 0.15) !important;
}

.border-rose-950\/20 {
  border-color: rgb(76 5 25 / 0.2) !important;
}

.border-rose-950\/25 {
  border-color: rgb(76 5 25 / 0.25) !important;
}

.border-rose-950\/30 {
  border-color: rgb(76 5 25 / 0.3) !important;
}

.border-rose-950\/35 {
  border-color: rgb(76 5 25 / 0.35) !important;
}

.border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4) !important;
}

.border-rose-950\/45 {
  border-color: rgb(76 5 25 / 0.45) !important;
}

.border-rose-950\/5 {
  border-color: rgb(76 5 25 / 0.05) !important;
}

.border-rose-950\/50 {
  border-color: rgb(76 5 25 / 0.5) !important;
}

.border-rose-950\/55 {
  border-color: rgb(76 5 25 / 0.55) !important;
}

.border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6) !important;
}

.border-rose-950\/65 {
  border-color: rgb(76 5 25 / 0.65) !important;
}

.border-rose-950\/70 {
  border-color: rgb(76 5 25 / 0.7) !important;
}

.border-rose-950\/75 {
  border-color: rgb(76 5 25 / 0.75) !important;
}

.border-rose-950\/80 {
  border-color: rgb(76 5 25 / 0.8) !important;
}

.border-rose-950\/85 {
  border-color: rgb(76 5 25 / 0.85) !important;
}

.border-rose-950\/90 {
  border-color: rgb(76 5 25 / 0.9) !important;
}

.border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95) !important;
}

.border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0) !important;
}

.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1) !important;
}

.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1) !important;
}

.border-teal-100\/15 {
  border-color: rgb(204 251 241 / 0.15) !important;
}

.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2) !important;
}

.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25) !important;
}

.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3) !important;
}

.border-teal-100\/35 {
  border-color: rgb(204 251 241 / 0.35) !important;
}

.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4) !important;
}

.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45) !important;
}

.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05) !important;
}

.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5) !important;
}

.border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55) !important;
}

.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6) !important;
}

.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65) !important;
}

.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7) !important;
}

.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75) !important;
}

.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8) !important;
}

.border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85) !important;
}

.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9) !important;
}

.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95) !important;
}

.border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0) !important;
}

.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1) !important;
}

.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1) !important;
}

.border-teal-200\/15 {
  border-color: rgb(153 246 228 / 0.15) !important;
}

.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2) !important;
}

.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25) !important;
}

.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3) !important;
}

.border-teal-200\/35 {
  border-color: rgb(153 246 228 / 0.35) !important;
}

.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4) !important;
}

.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45) !important;
}

.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05) !important;
}

.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5) !important;
}

.border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55) !important;
}

.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6) !important;
}

.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65) !important;
}

.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7) !important;
}

.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75) !important;
}

.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8) !important;
}

.border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85) !important;
}

.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9) !important;
}

.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95) !important;
}

.border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0) !important;
}

.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1) !important;
}

.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1) !important;
}

.border-teal-300\/15 {
  border-color: rgb(94 234 212 / 0.15) !important;
}

.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2) !important;
}

.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25) !important;
}

.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3) !important;
}

.border-teal-300\/35 {
  border-color: rgb(94 234 212 / 0.35) !important;
}

.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4) !important;
}

.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45) !important;
}

.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05) !important;
}

.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5) !important;
}

.border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55) !important;
}

.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6) !important;
}

.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65) !important;
}

.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7) !important;
}

.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75) !important;
}

.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8) !important;
}

.border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85) !important;
}

.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9) !important;
}

.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95) !important;
}

.border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0) !important;
}

.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1) !important;
}

.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1) !important;
}

.border-teal-400\/15 {
  border-color: rgb(45 212 191 / 0.15) !important;
}

.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2) !important;
}

.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25) !important;
}

.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3) !important;
}

.border-teal-400\/35 {
  border-color: rgb(45 212 191 / 0.35) !important;
}

.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4) !important;
}

.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45) !important;
}

.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05) !important;
}

.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5) !important;
}

.border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55) !important;
}

.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6) !important;
}

.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65) !important;
}

.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7) !important;
}

.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75) !important;
}

.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8) !important;
}

.border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85) !important;
}

.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9) !important;
}

.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95) !important;
}

.border-teal-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0) !important;
}

.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1) !important;
}

.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1) !important;
}

.border-teal-50\/15 {
  border-color: rgb(240 253 250 / 0.15) !important;
}

.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2) !important;
}

.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25) !important;
}

.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3) !important;
}

.border-teal-50\/35 {
  border-color: rgb(240 253 250 / 0.35) !important;
}

.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4) !important;
}

.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45) !important;
}

.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05) !important;
}

.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5) !important;
}

.border-teal-50\/55 {
  border-color: rgb(240 253 250 / 0.55) !important;
}

.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6) !important;
}

.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65) !important;
}

.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7) !important;
}

.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75) !important;
}

.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8) !important;
}

.border-teal-50\/85 {
  border-color: rgb(240 253 250 / 0.85) !important;
}

.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9) !important;
}

.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95) !important;
}

.border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0) !important;
}

.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1) !important;
}

.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1) !important;
}

.border-teal-500\/15 {
  border-color: rgb(20 184 166 / 0.15) !important;
}

.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2) !important;
}

.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25) !important;
}

.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3) !important;
}

.border-teal-500\/35 {
  border-color: rgb(20 184 166 / 0.35) !important;
}

.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4) !important;
}

.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45) !important;
}

.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05) !important;
}

.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5) !important;
}

.border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55) !important;
}

.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6) !important;
}

.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65) !important;
}

.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7) !important;
}

.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75) !important;
}

.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8) !important;
}

.border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85) !important;
}

.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9) !important;
}

.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95) !important;
}

.border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0) !important;
}

.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1) !important;
}

.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1) !important;
}

.border-teal-600\/15 {
  border-color: rgb(13 148 136 / 0.15) !important;
}

.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2) !important;
}

.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25) !important;
}

.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3) !important;
}

.border-teal-600\/35 {
  border-color: rgb(13 148 136 / 0.35) !important;
}

.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4) !important;
}

.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45) !important;
}

.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05) !important;
}

.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5) !important;
}

.border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55) !important;
}

.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6) !important;
}

.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65) !important;
}

.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7) !important;
}

.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75) !important;
}

.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8) !important;
}

.border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85) !important;
}

.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9) !important;
}

.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95) !important;
}

.border-teal-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0) !important;
}

.border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1) !important;
}

.border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1) !important;
}

.border-teal-700\/15 {
  border-color: rgb(15 118 110 / 0.15) !important;
}

.border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2) !important;
}

.border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25) !important;
}

.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3) !important;
}

.border-teal-700\/35 {
  border-color: rgb(15 118 110 / 0.35) !important;
}

.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4) !important;
}

.border-teal-700\/45 {
  border-color: rgb(15 118 110 / 0.45) !important;
}

.border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05) !important;
}

.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5) !important;
}

.border-teal-700\/55 {
  border-color: rgb(15 118 110 / 0.55) !important;
}

.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6) !important;
}

.border-teal-700\/65 {
  border-color: rgb(15 118 110 / 0.65) !important;
}

.border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7) !important;
}

.border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75) !important;
}

.border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8) !important;
}

.border-teal-700\/85 {
  border-color: rgb(15 118 110 / 0.85) !important;
}

.border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9) !important;
}

.border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95) !important;
}

.border-teal-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0) !important;
}

.border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1) !important;
}

.border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1) !important;
}

.border-teal-800\/15 {
  border-color: rgb(17 94 89 / 0.15) !important;
}

.border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2) !important;
}

.border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25) !important;
}

.border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3) !important;
}

.border-teal-800\/35 {
  border-color: rgb(17 94 89 / 0.35) !important;
}

.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4) !important;
}

.border-teal-800\/45 {
  border-color: rgb(17 94 89 / 0.45) !important;
}

.border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05) !important;
}

.border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5) !important;
}

.border-teal-800\/55 {
  border-color: rgb(17 94 89 / 0.55) !important;
}

.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6) !important;
}

.border-teal-800\/65 {
  border-color: rgb(17 94 89 / 0.65) !important;
}

.border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7) !important;
}

.border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75) !important;
}

.border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8) !important;
}

.border-teal-800\/85 {
  border-color: rgb(17 94 89 / 0.85) !important;
}

.border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9) !important;
}

.border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95) !important;
}

.border-teal-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0) !important;
}

.border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1) !important;
}

.border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1) !important;
}

.border-teal-900\/15 {
  border-color: rgb(19 78 74 / 0.15) !important;
}

.border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2) !important;
}

.border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25) !important;
}

.border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3) !important;
}

.border-teal-900\/35 {
  border-color: rgb(19 78 74 / 0.35) !important;
}

.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4) !important;
}

.border-teal-900\/45 {
  border-color: rgb(19 78 74 / 0.45) !important;
}

.border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05) !important;
}

.border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5) !important;
}

.border-teal-900\/55 {
  border-color: rgb(19 78 74 / 0.55) !important;
}

.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6) !important;
}

.border-teal-900\/65 {
  border-color: rgb(19 78 74 / 0.65) !important;
}

.border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7) !important;
}

.border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75) !important;
}

.border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8) !important;
}

.border-teal-900\/85 {
  border-color: rgb(19 78 74 / 0.85) !important;
}

.border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9) !important;
}

.border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95) !important;
}

.border-teal-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0) !important;
}

.border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1) !important;
}

.border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1) !important;
}

.border-teal-950\/15 {
  border-color: rgb(4 47 46 / 0.15) !important;
}

.border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2) !important;
}

.border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25) !important;
}

.border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3) !important;
}

.border-teal-950\/35 {
  border-color: rgb(4 47 46 / 0.35) !important;
}

.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4) !important;
}

.border-teal-950\/45 {
  border-color: rgb(4 47 46 / 0.45) !important;
}

.border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05) !important;
}

.border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5) !important;
}

.border-teal-950\/55 {
  border-color: rgb(4 47 46 / 0.55) !important;
}

.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6) !important;
}

.border-teal-950\/65 {
  border-color: rgb(4 47 46 / 0.65) !important;
}

.border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7) !important;
}

.border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75) !important;
}

.border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8) !important;
}

.border-teal-950\/85 {
  border-color: rgb(4 47 46 / 0.85) !important;
}

.border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9) !important;
}

.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0) !important;
}

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

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

.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0) !important;
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1) !important;
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1) !important;
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15) !important;
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2) !important;
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25) !important;
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3) !important;
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35) !important;
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4) !important;
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45) !important;
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05) !important;
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5) !important;
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55) !important;
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6) !important;
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65) !important;
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7) !important;
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75) !important;
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8) !important;
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85) !important;
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9) !important;
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95) !important;
}

.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0) !important;
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1) !important;
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1) !important;
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15) !important;
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2) !important;
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25) !important;
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3) !important;
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35) !important;
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4) !important;
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45) !important;
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05) !important;
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5) !important;
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55) !important;
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6) !important;
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65) !important;
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7) !important;
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75) !important;
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8) !important;
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85) !important;
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9) !important;
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95) !important;
}

.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0) !important;
}

.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1) !important;
}

.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1) !important;
}

.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15) !important;
}

.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2) !important;
}

.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25) !important;
}

.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3) !important;
}

.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35) !important;
}

.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4) !important;
}

.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45) !important;
}

.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05) !important;
}

.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5) !important;
}

.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55) !important;
}

.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6) !important;
}

.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65) !important;
}

.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7) !important;
}

.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75) !important;
}

.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8) !important;
}

.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85) !important;
}

.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9) !important;
}

.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95) !important;
}

.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0) !important;
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1) !important;
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1) !important;
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15) !important;
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2) !important;
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25) !important;
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3) !important;
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35) !important;
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4) !important;
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45) !important;
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05) !important;
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5) !important;
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55) !important;
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6) !important;
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65) !important;
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7) !important;
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75) !important;
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8) !important;
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85) !important;
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9) !important;
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95) !important;
}

.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0) !important;
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1) !important;
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1) !important;
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15) !important;
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2) !important;
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25) !important;
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3) !important;
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35) !important;
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4) !important;
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45) !important;
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05) !important;
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5) !important;
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55) !important;
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6) !important;
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65) !important;
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7) !important;
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75) !important;
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8) !important;
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85) !important;
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9) !important;
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95) !important;
}

.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0) !important;
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1) !important;
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1) !important;
}

.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15) !important;
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2) !important;
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25) !important;
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3) !important;
}

.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35) !important;
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4) !important;
}

.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45) !important;
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05) !important;
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5) !important;
}

.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55) !important;
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6) !important;
}

.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65) !important;
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7) !important;
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75) !important;
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8) !important;
}

.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85) !important;
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9) !important;
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95) !important;
}

.border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0) !important;
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1) !important;
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1) !important;
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15) !important;
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2) !important;
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25) !important;
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3) !important;
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35) !important;
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4) !important;
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45) !important;
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05) !important;
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5) !important;
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55) !important;
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6) !important;
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65) !important;
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7) !important;
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75) !important;
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8) !important;
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85) !important;
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9) !important;
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95) !important;
}

.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0) !important;
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1) !important;
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1) !important;
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15) !important;
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2) !important;
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25) !important;
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3) !important;
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35) !important;
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4) !important;
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45) !important;
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05) !important;
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5) !important;
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55) !important;
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6) !important;
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65) !important;
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7) !important;
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75) !important;
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8) !important;
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85) !important;
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9) !important;
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95) !important;
}

.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0) !important;
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1) !important;
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1) !important;
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15) !important;
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2) !important;
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25) !important;
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3) !important;
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35) !important;
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4) !important;
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45) !important;
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05) !important;
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5) !important;
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55) !important;
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6) !important;
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65) !important;
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7) !important;
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75) !important;
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8) !important;
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85) !important;
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9) !important;
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95) !important;
}

.border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0) !important;
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1) !important;
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1) !important;
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15) !important;
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2) !important;
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25) !important;
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3) !important;
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35) !important;
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4) !important;
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45) !important;
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05) !important;
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5) !important;
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55) !important;
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6) !important;
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65) !important;
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7) !important;
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75) !important;
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8) !important;
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85) !important;
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9) !important;
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95) !important;
}

.border-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0) !important;
}

.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1) !important;
}

.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1) !important;
}

.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15) !important;
}

.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2) !important;
}

.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25) !important;
}

.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3) !important;
}

.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35) !important;
}

.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4) !important;
}

.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45) !important;
}

.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05) !important;
}

.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5) !important;
}

.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55) !important;
}

.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6) !important;
}

.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65) !important;
}

.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7) !important;
}

.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75) !important;
}

.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8) !important;
}

.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85) !important;
}

.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9) !important;
}

.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95) !important;
}

.border-x-amber-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-100\/0 {
  border-left-color: rgb(254 243 199 / 0) !important;
  border-right-color: rgb(254 243 199 / 0) !important;
}

.border-x-amber-100\/10 {
  border-left-color: rgb(254 243 199 / 0.1) !important;
  border-right-color: rgb(254 243 199 / 0.1) !important;
}

.border-x-amber-100\/100 {
  border-left-color: rgb(254 243 199 / 1) !important;
  border-right-color: rgb(254 243 199 / 1) !important;
}

.border-x-amber-100\/15 {
  border-left-color: rgb(254 243 199 / 0.15) !important;
  border-right-color: rgb(254 243 199 / 0.15) !important;
}

.border-x-amber-100\/20 {
  border-left-color: rgb(254 243 199 / 0.2) !important;
  border-right-color: rgb(254 243 199 / 0.2) !important;
}

.border-x-amber-100\/25 {
  border-left-color: rgb(254 243 199 / 0.25) !important;
  border-right-color: rgb(254 243 199 / 0.25) !important;
}

.border-x-amber-100\/30 {
  border-left-color: rgb(254 243 199 / 0.3) !important;
  border-right-color: rgb(254 243 199 / 0.3) !important;
}

.border-x-amber-100\/35 {
  border-left-color: rgb(254 243 199 / 0.35) !important;
  border-right-color: rgb(254 243 199 / 0.35) !important;
}

.border-x-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4) !important;
  border-right-color: rgb(254 243 199 / 0.4) !important;
}

.border-x-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45) !important;
  border-right-color: rgb(254 243 199 / 0.45) !important;
}

.border-x-amber-100\/5 {
  border-left-color: rgb(254 243 199 / 0.05) !important;
  border-right-color: rgb(254 243 199 / 0.05) !important;
}

.border-x-amber-100\/50 {
  border-left-color: rgb(254 243 199 / 0.5) !important;
  border-right-color: rgb(254 243 199 / 0.5) !important;
}

.border-x-amber-100\/55 {
  border-left-color: rgb(254 243 199 / 0.55) !important;
  border-right-color: rgb(254 243 199 / 0.55) !important;
}

.border-x-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6) !important;
  border-right-color: rgb(254 243 199 / 0.6) !important;
}

.border-x-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65) !important;
  border-right-color: rgb(254 243 199 / 0.65) !important;
}

.border-x-amber-100\/70 {
  border-left-color: rgb(254 243 199 / 0.7) !important;
  border-right-color: rgb(254 243 199 / 0.7) !important;
}

.border-x-amber-100\/75 {
  border-left-color: rgb(254 243 199 / 0.75) !important;
  border-right-color: rgb(254 243 199 / 0.75) !important;
}

.border-x-amber-100\/80 {
  border-left-color: rgb(254 243 199 / 0.8) !important;
  border-right-color: rgb(254 243 199 / 0.8) !important;
}

.border-x-amber-100\/85 {
  border-left-color: rgb(254 243 199 / 0.85) !important;
  border-right-color: rgb(254 243 199 / 0.85) !important;
}

.border-x-amber-100\/90 {
  border-left-color: rgb(254 243 199 / 0.9) !important;
  border-right-color: rgb(254 243 199 / 0.9) !important;
}

.border-x-amber-100\/95 {
  border-left-color: rgb(254 243 199 / 0.95) !important;
  border-right-color: rgb(254 243 199 / 0.95) !important;
}

.border-x-amber-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-200\/0 {
  border-left-color: rgb(253 230 138 / 0) !important;
  border-right-color: rgb(253 230 138 / 0) !important;
}

.border-x-amber-200\/10 {
  border-left-color: rgb(253 230 138 / 0.1) !important;
  border-right-color: rgb(253 230 138 / 0.1) !important;
}

.border-x-amber-200\/100 {
  border-left-color: rgb(253 230 138 / 1) !important;
  border-right-color: rgb(253 230 138 / 1) !important;
}

.border-x-amber-200\/15 {
  border-left-color: rgb(253 230 138 / 0.15) !important;
  border-right-color: rgb(253 230 138 / 0.15) !important;
}

.border-x-amber-200\/20 {
  border-left-color: rgb(253 230 138 / 0.2) !important;
  border-right-color: rgb(253 230 138 / 0.2) !important;
}

.border-x-amber-200\/25 {
  border-left-color: rgb(253 230 138 / 0.25) !important;
  border-right-color: rgb(253 230 138 / 0.25) !important;
}

.border-x-amber-200\/30 {
  border-left-color: rgb(253 230 138 / 0.3) !important;
  border-right-color: rgb(253 230 138 / 0.3) !important;
}

.border-x-amber-200\/35 {
  border-left-color: rgb(253 230 138 / 0.35) !important;
  border-right-color: rgb(253 230 138 / 0.35) !important;
}

.border-x-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4) !important;
  border-right-color: rgb(253 230 138 / 0.4) !important;
}

.border-x-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45) !important;
  border-right-color: rgb(253 230 138 / 0.45) !important;
}

.border-x-amber-200\/5 {
  border-left-color: rgb(253 230 138 / 0.05) !important;
  border-right-color: rgb(253 230 138 / 0.05) !important;
}

.border-x-amber-200\/50 {
  border-left-color: rgb(253 230 138 / 0.5) !important;
  border-right-color: rgb(253 230 138 / 0.5) !important;
}

.border-x-amber-200\/55 {
  border-left-color: rgb(253 230 138 / 0.55) !important;
  border-right-color: rgb(253 230 138 / 0.55) !important;
}

.border-x-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6) !important;
  border-right-color: rgb(253 230 138 / 0.6) !important;
}

.border-x-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65) !important;
  border-right-color: rgb(253 230 138 / 0.65) !important;
}

.border-x-amber-200\/70 {
  border-left-color: rgb(253 230 138 / 0.7) !important;
  border-right-color: rgb(253 230 138 / 0.7) !important;
}

.border-x-amber-200\/75 {
  border-left-color: rgb(253 230 138 / 0.75) !important;
  border-right-color: rgb(253 230 138 / 0.75) !important;
}

.border-x-amber-200\/80 {
  border-left-color: rgb(253 230 138 / 0.8) !important;
  border-right-color: rgb(253 230 138 / 0.8) !important;
}

.border-x-amber-200\/85 {
  border-left-color: rgb(253 230 138 / 0.85) !important;
  border-right-color: rgb(253 230 138 / 0.85) !important;
}

.border-x-amber-200\/90 {
  border-left-color: rgb(253 230 138 / 0.9) !important;
  border-right-color: rgb(253 230 138 / 0.9) !important;
}

.border-x-amber-200\/95 {
  border-left-color: rgb(253 230 138 / 0.95) !important;
  border-right-color: rgb(253 230 138 / 0.95) !important;
}

.border-x-amber-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-300\/0 {
  border-left-color: rgb(252 211 77 / 0) !important;
  border-right-color: rgb(252 211 77 / 0) !important;
}

.border-x-amber-300\/10 {
  border-left-color: rgb(252 211 77 / 0.1) !important;
  border-right-color: rgb(252 211 77 / 0.1) !important;
}

.border-x-amber-300\/100 {
  border-left-color: rgb(252 211 77 / 1) !important;
  border-right-color: rgb(252 211 77 / 1) !important;
}

.border-x-amber-300\/15 {
  border-left-color: rgb(252 211 77 / 0.15) !important;
  border-right-color: rgb(252 211 77 / 0.15) !important;
}

.border-x-amber-300\/20 {
  border-left-color: rgb(252 211 77 / 0.2) !important;
  border-right-color: rgb(252 211 77 / 0.2) !important;
}

.border-x-amber-300\/25 {
  border-left-color: rgb(252 211 77 / 0.25) !important;
  border-right-color: rgb(252 211 77 / 0.25) !important;
}

.border-x-amber-300\/30 {
  border-left-color: rgb(252 211 77 / 0.3) !important;
  border-right-color: rgb(252 211 77 / 0.3) !important;
}

.border-x-amber-300\/35 {
  border-left-color: rgb(252 211 77 / 0.35) !important;
  border-right-color: rgb(252 211 77 / 0.35) !important;
}

.border-x-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4) !important;
  border-right-color: rgb(252 211 77 / 0.4) !important;
}

.border-x-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45) !important;
  border-right-color: rgb(252 211 77 / 0.45) !important;
}

.border-x-amber-300\/5 {
  border-left-color: rgb(252 211 77 / 0.05) !important;
  border-right-color: rgb(252 211 77 / 0.05) !important;
}

.border-x-amber-300\/50 {
  border-left-color: rgb(252 211 77 / 0.5) !important;
  border-right-color: rgb(252 211 77 / 0.5) !important;
}

.border-x-amber-300\/55 {
  border-left-color: rgb(252 211 77 / 0.55) !important;
  border-right-color: rgb(252 211 77 / 0.55) !important;
}

.border-x-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6) !important;
  border-right-color: rgb(252 211 77 / 0.6) !important;
}

.border-x-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65) !important;
  border-right-color: rgb(252 211 77 / 0.65) !important;
}

.border-x-amber-300\/70 {
  border-left-color: rgb(252 211 77 / 0.7) !important;
  border-right-color: rgb(252 211 77 / 0.7) !important;
}

.border-x-amber-300\/75 {
  border-left-color: rgb(252 211 77 / 0.75) !important;
  border-right-color: rgb(252 211 77 / 0.75) !important;
}

.border-x-amber-300\/80 {
  border-left-color: rgb(252 211 77 / 0.8) !important;
  border-right-color: rgb(252 211 77 / 0.8) !important;
}

.border-x-amber-300\/85 {
  border-left-color: rgb(252 211 77 / 0.85) !important;
  border-right-color: rgb(252 211 77 / 0.85) !important;
}

.border-x-amber-300\/90 {
  border-left-color: rgb(252 211 77 / 0.9) !important;
  border-right-color: rgb(252 211 77 / 0.9) !important;
}

.border-x-amber-300\/95 {
  border-left-color: rgb(252 211 77 / 0.95) !important;
  border-right-color: rgb(252 211 77 / 0.95) !important;
}

.border-x-amber-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-400\/0 {
  border-left-color: rgb(251 191 36 / 0) !important;
  border-right-color: rgb(251 191 36 / 0) !important;
}

.border-x-amber-400\/10 {
  border-left-color: rgb(251 191 36 / 0.1) !important;
  border-right-color: rgb(251 191 36 / 0.1) !important;
}

.border-x-amber-400\/100 {
  border-left-color: rgb(251 191 36 / 1) !important;
  border-right-color: rgb(251 191 36 / 1) !important;
}

.border-x-amber-400\/15 {
  border-left-color: rgb(251 191 36 / 0.15) !important;
  border-right-color: rgb(251 191 36 / 0.15) !important;
}

.border-x-amber-400\/20 {
  border-left-color: rgb(251 191 36 / 0.2) !important;
  border-right-color: rgb(251 191 36 / 0.2) !important;
}

.border-x-amber-400\/25 {
  border-left-color: rgb(251 191 36 / 0.25) !important;
  border-right-color: rgb(251 191 36 / 0.25) !important;
}

.border-x-amber-400\/30 {
  border-left-color: rgb(251 191 36 / 0.3) !important;
  border-right-color: rgb(251 191 36 / 0.3) !important;
}

.border-x-amber-400\/35 {
  border-left-color: rgb(251 191 36 / 0.35) !important;
  border-right-color: rgb(251 191 36 / 0.35) !important;
}

.border-x-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4) !important;
  border-right-color: rgb(251 191 36 / 0.4) !important;
}

.border-x-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45) !important;
  border-right-color: rgb(251 191 36 / 0.45) !important;
}

.border-x-amber-400\/5 {
  border-left-color: rgb(251 191 36 / 0.05) !important;
  border-right-color: rgb(251 191 36 / 0.05) !important;
}

.border-x-amber-400\/50 {
  border-left-color: rgb(251 191 36 / 0.5) !important;
  border-right-color: rgb(251 191 36 / 0.5) !important;
}

.border-x-amber-400\/55 {
  border-left-color: rgb(251 191 36 / 0.55) !important;
  border-right-color: rgb(251 191 36 / 0.55) !important;
}

.border-x-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6) !important;
  border-right-color: rgb(251 191 36 / 0.6) !important;
}

.border-x-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65) !important;
  border-right-color: rgb(251 191 36 / 0.65) !important;
}

.border-x-amber-400\/70 {
  border-left-color: rgb(251 191 36 / 0.7) !important;
  border-right-color: rgb(251 191 36 / 0.7) !important;
}

.border-x-amber-400\/75 {
  border-left-color: rgb(251 191 36 / 0.75) !important;
  border-right-color: rgb(251 191 36 / 0.75) !important;
}

.border-x-amber-400\/80 {
  border-left-color: rgb(251 191 36 / 0.8) !important;
  border-right-color: rgb(251 191 36 / 0.8) !important;
}

.border-x-amber-400\/85 {
  border-left-color: rgb(251 191 36 / 0.85) !important;
  border-right-color: rgb(251 191 36 / 0.85) !important;
}

.border-x-amber-400\/90 {
  border-left-color: rgb(251 191 36 / 0.9) !important;
  border-right-color: rgb(251 191 36 / 0.9) !important;
}

.border-x-amber-400\/95 {
  border-left-color: rgb(251 191 36 / 0.95) !important;
  border-right-color: rgb(251 191 36 / 0.95) !important;
}

.border-x-amber-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-50\/0 {
  border-left-color: rgb(255 251 235 / 0) !important;
  border-right-color: rgb(255 251 235 / 0) !important;
}

.border-x-amber-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1) !important;
  border-right-color: rgb(255 251 235 / 0.1) !important;
}

.border-x-amber-50\/100 {
  border-left-color: rgb(255 251 235 / 1) !important;
  border-right-color: rgb(255 251 235 / 1) !important;
}

.border-x-amber-50\/15 {
  border-left-color: rgb(255 251 235 / 0.15) !important;
  border-right-color: rgb(255 251 235 / 0.15) !important;
}

.border-x-amber-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2) !important;
  border-right-color: rgb(255 251 235 / 0.2) !important;
}

.border-x-amber-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25) !important;
  border-right-color: rgb(255 251 235 / 0.25) !important;
}

.border-x-amber-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3) !important;
  border-right-color: rgb(255 251 235 / 0.3) !important;
}

.border-x-amber-50\/35 {
  border-left-color: rgb(255 251 235 / 0.35) !important;
  border-right-color: rgb(255 251 235 / 0.35) !important;
}

.border-x-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4) !important;
  border-right-color: rgb(255 251 235 / 0.4) !important;
}

.border-x-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45) !important;
  border-right-color: rgb(255 251 235 / 0.45) !important;
}

.border-x-amber-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05) !important;
  border-right-color: rgb(255 251 235 / 0.05) !important;
}

.border-x-amber-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5) !important;
  border-right-color: rgb(255 251 235 / 0.5) !important;
}

.border-x-amber-50\/55 {
  border-left-color: rgb(255 251 235 / 0.55) !important;
  border-right-color: rgb(255 251 235 / 0.55) !important;
}

.border-x-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6) !important;
  border-right-color: rgb(255 251 235 / 0.6) !important;
}

.border-x-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65) !important;
  border-right-color: rgb(255 251 235 / 0.65) !important;
}

.border-x-amber-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7) !important;
  border-right-color: rgb(255 251 235 / 0.7) !important;
}

.border-x-amber-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75) !important;
  border-right-color: rgb(255 251 235 / 0.75) !important;
}

.border-x-amber-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8) !important;
  border-right-color: rgb(255 251 235 / 0.8) !important;
}

.border-x-amber-50\/85 {
  border-left-color: rgb(255 251 235 / 0.85) !important;
  border-right-color: rgb(255 251 235 / 0.85) !important;
}

.border-x-amber-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9) !important;
  border-right-color: rgb(255 251 235 / 0.9) !important;
}

.border-x-amber-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95) !important;
  border-right-color: rgb(255 251 235 / 0.95) !important;
}

.border-x-amber-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-500\/0 {
  border-left-color: rgb(245 158 11 / 0) !important;
  border-right-color: rgb(245 158 11 / 0) !important;
}

.border-x-amber-500\/10 {
  border-left-color: rgb(245 158 11 / 0.1) !important;
  border-right-color: rgb(245 158 11 / 0.1) !important;
}

.border-x-amber-500\/100 {
  border-left-color: rgb(245 158 11 / 1) !important;
  border-right-color: rgb(245 158 11 / 1) !important;
}

.border-x-amber-500\/15 {
  border-left-color: rgb(245 158 11 / 0.15) !important;
  border-right-color: rgb(245 158 11 / 0.15) !important;
}

.border-x-amber-500\/20 {
  border-left-color: rgb(245 158 11 / 0.2) !important;
  border-right-color: rgb(245 158 11 / 0.2) !important;
}

.border-x-amber-500\/25 {
  border-left-color: rgb(245 158 11 / 0.25) !important;
  border-right-color: rgb(245 158 11 / 0.25) !important;
}

.border-x-amber-500\/30 {
  border-left-color: rgb(245 158 11 / 0.3) !important;
  border-right-color: rgb(245 158 11 / 0.3) !important;
}

.border-x-amber-500\/35 {
  border-left-color: rgb(245 158 11 / 0.35) !important;
  border-right-color: rgb(245 158 11 / 0.35) !important;
}

.border-x-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4) !important;
  border-right-color: rgb(245 158 11 / 0.4) !important;
}

.border-x-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45) !important;
  border-right-color: rgb(245 158 11 / 0.45) !important;
}

.border-x-amber-500\/5 {
  border-left-color: rgb(245 158 11 / 0.05) !important;
  border-right-color: rgb(245 158 11 / 0.05) !important;
}

.border-x-amber-500\/50 {
  border-left-color: rgb(245 158 11 / 0.5) !important;
  border-right-color: rgb(245 158 11 / 0.5) !important;
}

.border-x-amber-500\/55 {
  border-left-color: rgb(245 158 11 / 0.55) !important;
  border-right-color: rgb(245 158 11 / 0.55) !important;
}

.border-x-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6) !important;
  border-right-color: rgb(245 158 11 / 0.6) !important;
}

.border-x-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65) !important;
  border-right-color: rgb(245 158 11 / 0.65) !important;
}

.border-x-amber-500\/70 {
  border-left-color: rgb(245 158 11 / 0.7) !important;
  border-right-color: rgb(245 158 11 / 0.7) !important;
}

.border-x-amber-500\/75 {
  border-left-color: rgb(245 158 11 / 0.75) !important;
  border-right-color: rgb(245 158 11 / 0.75) !important;
}

.border-x-amber-500\/80 {
  border-left-color: rgb(245 158 11 / 0.8) !important;
  border-right-color: rgb(245 158 11 / 0.8) !important;
}

.border-x-amber-500\/85 {
  border-left-color: rgb(245 158 11 / 0.85) !important;
  border-right-color: rgb(245 158 11 / 0.85) !important;
}

.border-x-amber-500\/90 {
  border-left-color: rgb(245 158 11 / 0.9) !important;
  border-right-color: rgb(245 158 11 / 0.9) !important;
}

.border-x-amber-500\/95 {
  border-left-color: rgb(245 158 11 / 0.95) !important;
  border-right-color: rgb(245 158 11 / 0.95) !important;
}

.border-x-amber-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-600\/0 {
  border-left-color: rgb(217 119 6 / 0) !important;
  border-right-color: rgb(217 119 6 / 0) !important;
}

.border-x-amber-600\/10 {
  border-left-color: rgb(217 119 6 / 0.1) !important;
  border-right-color: rgb(217 119 6 / 0.1) !important;
}

.border-x-amber-600\/100 {
  border-left-color: rgb(217 119 6 / 1) !important;
  border-right-color: rgb(217 119 6 / 1) !important;
}

.border-x-amber-600\/15 {
  border-left-color: rgb(217 119 6 / 0.15) !important;
  border-right-color: rgb(217 119 6 / 0.15) !important;
}

.border-x-amber-600\/20 {
  border-left-color: rgb(217 119 6 / 0.2) !important;
  border-right-color: rgb(217 119 6 / 0.2) !important;
}

.border-x-amber-600\/25 {
  border-left-color: rgb(217 119 6 / 0.25) !important;
  border-right-color: rgb(217 119 6 / 0.25) !important;
}

.border-x-amber-600\/30 {
  border-left-color: rgb(217 119 6 / 0.3) !important;
  border-right-color: rgb(217 119 6 / 0.3) !important;
}

.border-x-amber-600\/35 {
  border-left-color: rgb(217 119 6 / 0.35) !important;
  border-right-color: rgb(217 119 6 / 0.35) !important;
}

.border-x-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4) !important;
  border-right-color: rgb(217 119 6 / 0.4) !important;
}

.border-x-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45) !important;
  border-right-color: rgb(217 119 6 / 0.45) !important;
}

.border-x-amber-600\/5 {
  border-left-color: rgb(217 119 6 / 0.05) !important;
  border-right-color: rgb(217 119 6 / 0.05) !important;
}

.border-x-amber-600\/50 {
  border-left-color: rgb(217 119 6 / 0.5) !important;
  border-right-color: rgb(217 119 6 / 0.5) !important;
}

.border-x-amber-600\/55 {
  border-left-color: rgb(217 119 6 / 0.55) !important;
  border-right-color: rgb(217 119 6 / 0.55) !important;
}

.border-x-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6) !important;
  border-right-color: rgb(217 119 6 / 0.6) !important;
}

.border-x-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65) !important;
  border-right-color: rgb(217 119 6 / 0.65) !important;
}

.border-x-amber-600\/70 {
  border-left-color: rgb(217 119 6 / 0.7) !important;
  border-right-color: rgb(217 119 6 / 0.7) !important;
}

.border-x-amber-600\/75 {
  border-left-color: rgb(217 119 6 / 0.75) !important;
  border-right-color: rgb(217 119 6 / 0.75) !important;
}

.border-x-amber-600\/80 {
  border-left-color: rgb(217 119 6 / 0.8) !important;
  border-right-color: rgb(217 119 6 / 0.8) !important;
}

.border-x-amber-600\/85 {
  border-left-color: rgb(217 119 6 / 0.85) !important;
  border-right-color: rgb(217 119 6 / 0.85) !important;
}

.border-x-amber-600\/90 {
  border-left-color: rgb(217 119 6 / 0.9) !important;
  border-right-color: rgb(217 119 6 / 0.9) !important;
}

.border-x-amber-600\/95 {
  border-left-color: rgb(217 119 6 / 0.95) !important;
  border-right-color: rgb(217 119 6 / 0.95) !important;
}

.border-x-amber-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-700\/0 {
  border-left-color: rgb(180 83 9 / 0) !important;
  border-right-color: rgb(180 83 9 / 0) !important;
}

.border-x-amber-700\/10 {
  border-left-color: rgb(180 83 9 / 0.1) !important;
  border-right-color: rgb(180 83 9 / 0.1) !important;
}

.border-x-amber-700\/100 {
  border-left-color: rgb(180 83 9 / 1) !important;
  border-right-color: rgb(180 83 9 / 1) !important;
}

.border-x-amber-700\/15 {
  border-left-color: rgb(180 83 9 / 0.15) !important;
  border-right-color: rgb(180 83 9 / 0.15) !important;
}

.border-x-amber-700\/20 {
  border-left-color: rgb(180 83 9 / 0.2) !important;
  border-right-color: rgb(180 83 9 / 0.2) !important;
}

.border-x-amber-700\/25 {
  border-left-color: rgb(180 83 9 / 0.25) !important;
  border-right-color: rgb(180 83 9 / 0.25) !important;
}

.border-x-amber-700\/30 {
  border-left-color: rgb(180 83 9 / 0.3) !important;
  border-right-color: rgb(180 83 9 / 0.3) !important;
}

.border-x-amber-700\/35 {
  border-left-color: rgb(180 83 9 / 0.35) !important;
  border-right-color: rgb(180 83 9 / 0.35) !important;
}

.border-x-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4) !important;
  border-right-color: rgb(180 83 9 / 0.4) !important;
}

.border-x-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45) !important;
  border-right-color: rgb(180 83 9 / 0.45) !important;
}

.border-x-amber-700\/5 {
  border-left-color: rgb(180 83 9 / 0.05) !important;
  border-right-color: rgb(180 83 9 / 0.05) !important;
}

.border-x-amber-700\/50 {
  border-left-color: rgb(180 83 9 / 0.5) !important;
  border-right-color: rgb(180 83 9 / 0.5) !important;
}

.border-x-amber-700\/55 {
  border-left-color: rgb(180 83 9 / 0.55) !important;
  border-right-color: rgb(180 83 9 / 0.55) !important;
}

.border-x-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6) !important;
  border-right-color: rgb(180 83 9 / 0.6) !important;
}

.border-x-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65) !important;
  border-right-color: rgb(180 83 9 / 0.65) !important;
}

.border-x-amber-700\/70 {
  border-left-color: rgb(180 83 9 / 0.7) !important;
  border-right-color: rgb(180 83 9 / 0.7) !important;
}

.border-x-amber-700\/75 {
  border-left-color: rgb(180 83 9 / 0.75) !important;
  border-right-color: rgb(180 83 9 / 0.75) !important;
}

.border-x-amber-700\/80 {
  border-left-color: rgb(180 83 9 / 0.8) !important;
  border-right-color: rgb(180 83 9 / 0.8) !important;
}

.border-x-amber-700\/85 {
  border-left-color: rgb(180 83 9 / 0.85) !important;
  border-right-color: rgb(180 83 9 / 0.85) !important;
}

.border-x-amber-700\/90 {
  border-left-color: rgb(180 83 9 / 0.9) !important;
  border-right-color: rgb(180 83 9 / 0.9) !important;
}

.border-x-amber-700\/95 {
  border-left-color: rgb(180 83 9 / 0.95) !important;
  border-right-color: rgb(180 83 9 / 0.95) !important;
}

.border-x-amber-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-800\/0 {
  border-left-color: rgb(146 64 14 / 0) !important;
  border-right-color: rgb(146 64 14 / 0) !important;
}

.border-x-amber-800\/10 {
  border-left-color: rgb(146 64 14 / 0.1) !important;
  border-right-color: rgb(146 64 14 / 0.1) !important;
}

.border-x-amber-800\/100 {
  border-left-color: rgb(146 64 14 / 1) !important;
  border-right-color: rgb(146 64 14 / 1) !important;
}

.border-x-amber-800\/15 {
  border-left-color: rgb(146 64 14 / 0.15) !important;
  border-right-color: rgb(146 64 14 / 0.15) !important;
}

.border-x-amber-800\/20 {
  border-left-color: rgb(146 64 14 / 0.2) !important;
  border-right-color: rgb(146 64 14 / 0.2) !important;
}

.border-x-amber-800\/25 {
  border-left-color: rgb(146 64 14 / 0.25) !important;
  border-right-color: rgb(146 64 14 / 0.25) !important;
}

.border-x-amber-800\/30 {
  border-left-color: rgb(146 64 14 / 0.3) !important;
  border-right-color: rgb(146 64 14 / 0.3) !important;
}

.border-x-amber-800\/35 {
  border-left-color: rgb(146 64 14 / 0.35) !important;
  border-right-color: rgb(146 64 14 / 0.35) !important;
}

.border-x-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4) !important;
  border-right-color: rgb(146 64 14 / 0.4) !important;
}

.border-x-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45) !important;
  border-right-color: rgb(146 64 14 / 0.45) !important;
}

.border-x-amber-800\/5 {
  border-left-color: rgb(146 64 14 / 0.05) !important;
  border-right-color: rgb(146 64 14 / 0.05) !important;
}

.border-x-amber-800\/50 {
  border-left-color: rgb(146 64 14 / 0.5) !important;
  border-right-color: rgb(146 64 14 / 0.5) !important;
}

.border-x-amber-800\/55 {
  border-left-color: rgb(146 64 14 / 0.55) !important;
  border-right-color: rgb(146 64 14 / 0.55) !important;
}

.border-x-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6) !important;
  border-right-color: rgb(146 64 14 / 0.6) !important;
}

.border-x-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65) !important;
  border-right-color: rgb(146 64 14 / 0.65) !important;
}

.border-x-amber-800\/70 {
  border-left-color: rgb(146 64 14 / 0.7) !important;
  border-right-color: rgb(146 64 14 / 0.7) !important;
}

.border-x-amber-800\/75 {
  border-left-color: rgb(146 64 14 / 0.75) !important;
  border-right-color: rgb(146 64 14 / 0.75) !important;
}

.border-x-amber-800\/80 {
  border-left-color: rgb(146 64 14 / 0.8) !important;
  border-right-color: rgb(146 64 14 / 0.8) !important;
}

.border-x-amber-800\/85 {
  border-left-color: rgb(146 64 14 / 0.85) !important;
  border-right-color: rgb(146 64 14 / 0.85) !important;
}

.border-x-amber-800\/90 {
  border-left-color: rgb(146 64 14 / 0.9) !important;
  border-right-color: rgb(146 64 14 / 0.9) !important;
}

.border-x-amber-800\/95 {
  border-left-color: rgb(146 64 14 / 0.95) !important;
  border-right-color: rgb(146 64 14 / 0.95) !important;
}

.border-x-amber-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-900\/0 {
  border-left-color: rgb(120 53 15 / 0) !important;
  border-right-color: rgb(120 53 15 / 0) !important;
}

.border-x-amber-900\/10 {
  border-left-color: rgb(120 53 15 / 0.1) !important;
  border-right-color: rgb(120 53 15 / 0.1) !important;
}

.border-x-amber-900\/100 {
  border-left-color: rgb(120 53 15 / 1) !important;
  border-right-color: rgb(120 53 15 / 1) !important;
}

.border-x-amber-900\/15 {
  border-left-color: rgb(120 53 15 / 0.15) !important;
  border-right-color: rgb(120 53 15 / 0.15) !important;
}

.border-x-amber-900\/20 {
  border-left-color: rgb(120 53 15 / 0.2) !important;
  border-right-color: rgb(120 53 15 / 0.2) !important;
}

.border-x-amber-900\/25 {
  border-left-color: rgb(120 53 15 / 0.25) !important;
  border-right-color: rgb(120 53 15 / 0.25) !important;
}

.border-x-amber-900\/30 {
  border-left-color: rgb(120 53 15 / 0.3) !important;
  border-right-color: rgb(120 53 15 / 0.3) !important;
}

.border-x-amber-900\/35 {
  border-left-color: rgb(120 53 15 / 0.35) !important;
  border-right-color: rgb(120 53 15 / 0.35) !important;
}

.border-x-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4) !important;
  border-right-color: rgb(120 53 15 / 0.4) !important;
}

.border-x-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45) !important;
  border-right-color: rgb(120 53 15 / 0.45) !important;
}

.border-x-amber-900\/5 {
  border-left-color: rgb(120 53 15 / 0.05) !important;
  border-right-color: rgb(120 53 15 / 0.05) !important;
}

.border-x-amber-900\/50 {
  border-left-color: rgb(120 53 15 / 0.5) !important;
  border-right-color: rgb(120 53 15 / 0.5) !important;
}

.border-x-amber-900\/55 {
  border-left-color: rgb(120 53 15 / 0.55) !important;
  border-right-color: rgb(120 53 15 / 0.55) !important;
}

.border-x-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6) !important;
  border-right-color: rgb(120 53 15 / 0.6) !important;
}

.border-x-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65) !important;
  border-right-color: rgb(120 53 15 / 0.65) !important;
}

.border-x-amber-900\/70 {
  border-left-color: rgb(120 53 15 / 0.7) !important;
  border-right-color: rgb(120 53 15 / 0.7) !important;
}

.border-x-amber-900\/75 {
  border-left-color: rgb(120 53 15 / 0.75) !important;
  border-right-color: rgb(120 53 15 / 0.75) !important;
}

.border-x-amber-900\/80 {
  border-left-color: rgb(120 53 15 / 0.8) !important;
  border-right-color: rgb(120 53 15 / 0.8) !important;
}

.border-x-amber-900\/85 {
  border-left-color: rgb(120 53 15 / 0.85) !important;
  border-right-color: rgb(120 53 15 / 0.85) !important;
}

.border-x-amber-900\/90 {
  border-left-color: rgb(120 53 15 / 0.9) !important;
  border-right-color: rgb(120 53 15 / 0.9) !important;
}

.border-x-amber-900\/95 {
  border-left-color: rgb(120 53 15 / 0.95) !important;
  border-right-color: rgb(120 53 15 / 0.95) !important;
}

.border-x-amber-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-x-amber-950\/0 {
  border-left-color: rgb(69 26 3 / 0) !important;
  border-right-color: rgb(69 26 3 / 0) !important;
}

.border-x-amber-950\/10 {
  border-left-color: rgb(69 26 3 / 0.1) !important;
  border-right-color: rgb(69 26 3 / 0.1) !important;
}

.border-x-amber-950\/100 {
  border-left-color: rgb(69 26 3 / 1) !important;
  border-right-color: rgb(69 26 3 / 1) !important;
}

.border-x-amber-950\/15 {
  border-left-color: rgb(69 26 3 / 0.15) !important;
  border-right-color: rgb(69 26 3 / 0.15) !important;
}

.border-x-amber-950\/20 {
  border-left-color: rgb(69 26 3 / 0.2) !important;
  border-right-color: rgb(69 26 3 / 0.2) !important;
}

.border-x-amber-950\/25 {
  border-left-color: rgb(69 26 3 / 0.25) !important;
  border-right-color: rgb(69 26 3 / 0.25) !important;
}

.border-x-amber-950\/30 {
  border-left-color: rgb(69 26 3 / 0.3) !important;
  border-right-color: rgb(69 26 3 / 0.3) !important;
}

.border-x-amber-950\/35 {
  border-left-color: rgb(69 26 3 / 0.35) !important;
  border-right-color: rgb(69 26 3 / 0.35) !important;
}

.border-x-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4) !important;
  border-right-color: rgb(69 26 3 / 0.4) !important;
}

.border-x-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45) !important;
  border-right-color: rgb(69 26 3 / 0.45) !important;
}

.border-x-amber-950\/5 {
  border-left-color: rgb(69 26 3 / 0.05) !important;
  border-right-color: rgb(69 26 3 / 0.05) !important;
}

.border-x-amber-950\/50 {
  border-left-color: rgb(69 26 3 / 0.5) !important;
  border-right-color: rgb(69 26 3 / 0.5) !important;
}

.border-x-amber-950\/55 {
  border-left-color: rgb(69 26 3 / 0.55) !important;
  border-right-color: rgb(69 26 3 / 0.55) !important;
}

.border-x-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6) !important;
  border-right-color: rgb(69 26 3 / 0.6) !important;
}

.border-x-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65) !important;
  border-right-color: rgb(69 26 3 / 0.65) !important;
}

.border-x-amber-950\/70 {
  border-left-color: rgb(69 26 3 / 0.7) !important;
  border-right-color: rgb(69 26 3 / 0.7) !important;
}

.border-x-amber-950\/75 {
  border-left-color: rgb(69 26 3 / 0.75) !important;
  border-right-color: rgb(69 26 3 / 0.75) !important;
}

.border-x-amber-950\/80 {
  border-left-color: rgb(69 26 3 / 0.8) !important;
  border-right-color: rgb(69 26 3 / 0.8) !important;
}

.border-x-amber-950\/85 {
  border-left-color: rgb(69 26 3 / 0.85) !important;
  border-right-color: rgb(69 26 3 / 0.85) !important;
}

.border-x-amber-950\/90 {
  border-left-color: rgb(69 26 3 / 0.9) !important;
  border-right-color: rgb(69 26 3 / 0.9) !important;
}

.border-x-amber-950\/95 {
  border-left-color: rgb(69 26 3 / 0.95) !important;
  border-right-color: rgb(69 26 3 / 0.95) !important;
}

.border-x-black {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0) !important;
  border-right-color: rgb(0 0 0 / 0) !important;
}

.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1) !important;
  border-right-color: rgb(0 0 0 / 0.1) !important;
}

.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1) !important;
  border-right-color: rgb(0 0 0 / 1) !important;
}

.border-x-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15) !important;
  border-right-color: rgb(0 0 0 / 0.15) !important;
}

.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2) !important;
  border-right-color: rgb(0 0 0 / 0.2) !important;
}

.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25) !important;
  border-right-color: rgb(0 0 0 / 0.25) !important;
}

.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3) !important;
  border-right-color: rgb(0 0 0 / 0.3) !important;
}

.border-x-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35) !important;
  border-right-color: rgb(0 0 0 / 0.35) !important;
}

.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4) !important;
  border-right-color: rgb(0 0 0 / 0.4) !important;
}

.border-x-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45) !important;
  border-right-color: rgb(0 0 0 / 0.45) !important;
}

.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05) !important;
  border-right-color: rgb(0 0 0 / 0.05) !important;
}

.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5) !important;
  border-right-color: rgb(0 0 0 / 0.5) !important;
}

.border-x-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55) !important;
  border-right-color: rgb(0 0 0 / 0.55) !important;
}

.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6) !important;
  border-right-color: rgb(0 0 0 / 0.6) !important;
}

.border-x-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65) !important;
  border-right-color: rgb(0 0 0 / 0.65) !important;
}

.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7) !important;
  border-right-color: rgb(0 0 0 / 0.7) !important;
}

.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75) !important;
  border-right-color: rgb(0 0 0 / 0.75) !important;
}

.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8) !important;
  border-right-color: rgb(0 0 0 / 0.8) !important;
}

.border-x-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85) !important;
  border-right-color: rgb(0 0 0 / 0.85) !important;
}

.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9) !important;
  border-right-color: rgb(0 0 0 / 0.9) !important;
}

.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95) !important;
  border-right-color: rgb(0 0 0 / 0.95) !important;
}

.border-x-blue-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-100\/0 {
  border-left-color: rgb(219 234 254 / 0) !important;
  border-right-color: rgb(219 234 254 / 0) !important;
}

.border-x-blue-100\/10 {
  border-left-color: rgb(219 234 254 / 0.1) !important;
  border-right-color: rgb(219 234 254 / 0.1) !important;
}

.border-x-blue-100\/100 {
  border-left-color: rgb(219 234 254 / 1) !important;
  border-right-color: rgb(219 234 254 / 1) !important;
}

.border-x-blue-100\/15 {
  border-left-color: rgb(219 234 254 / 0.15) !important;
  border-right-color: rgb(219 234 254 / 0.15) !important;
}

.border-x-blue-100\/20 {
  border-left-color: rgb(219 234 254 / 0.2) !important;
  border-right-color: rgb(219 234 254 / 0.2) !important;
}

.border-x-blue-100\/25 {
  border-left-color: rgb(219 234 254 / 0.25) !important;
  border-right-color: rgb(219 234 254 / 0.25) !important;
}

.border-x-blue-100\/30 {
  border-left-color: rgb(219 234 254 / 0.3) !important;
  border-right-color: rgb(219 234 254 / 0.3) !important;
}

.border-x-blue-100\/35 {
  border-left-color: rgb(219 234 254 / 0.35) !important;
  border-right-color: rgb(219 234 254 / 0.35) !important;
}

.border-x-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4) !important;
  border-right-color: rgb(219 234 254 / 0.4) !important;
}

.border-x-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45) !important;
  border-right-color: rgb(219 234 254 / 0.45) !important;
}

.border-x-blue-100\/5 {
  border-left-color: rgb(219 234 254 / 0.05) !important;
  border-right-color: rgb(219 234 254 / 0.05) !important;
}

.border-x-blue-100\/50 {
  border-left-color: rgb(219 234 254 / 0.5) !important;
  border-right-color: rgb(219 234 254 / 0.5) !important;
}

.border-x-blue-100\/55 {
  border-left-color: rgb(219 234 254 / 0.55) !important;
  border-right-color: rgb(219 234 254 / 0.55) !important;
}

.border-x-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6) !important;
  border-right-color: rgb(219 234 254 / 0.6) !important;
}

.border-x-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65) !important;
  border-right-color: rgb(219 234 254 / 0.65) !important;
}

.border-x-blue-100\/70 {
  border-left-color: rgb(219 234 254 / 0.7) !important;
  border-right-color: rgb(219 234 254 / 0.7) !important;
}

.border-x-blue-100\/75 {
  border-left-color: rgb(219 234 254 / 0.75) !important;
  border-right-color: rgb(219 234 254 / 0.75) !important;
}

.border-x-blue-100\/80 {
  border-left-color: rgb(219 234 254 / 0.8) !important;
  border-right-color: rgb(219 234 254 / 0.8) !important;
}

.border-x-blue-100\/85 {
  border-left-color: rgb(219 234 254 / 0.85) !important;
  border-right-color: rgb(219 234 254 / 0.85) !important;
}

.border-x-blue-100\/90 {
  border-left-color: rgb(219 234 254 / 0.9) !important;
  border-right-color: rgb(219 234 254 / 0.9) !important;
}

.border-x-blue-100\/95 {
  border-left-color: rgb(219 234 254 / 0.95) !important;
  border-right-color: rgb(219 234 254 / 0.95) !important;
}

.border-x-blue-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-200\/0 {
  border-left-color: rgb(191 219 254 / 0) !important;
  border-right-color: rgb(191 219 254 / 0) !important;
}

.border-x-blue-200\/10 {
  border-left-color: rgb(191 219 254 / 0.1) !important;
  border-right-color: rgb(191 219 254 / 0.1) !important;
}

.border-x-blue-200\/100 {
  border-left-color: rgb(191 219 254 / 1) !important;
  border-right-color: rgb(191 219 254 / 1) !important;
}

.border-x-blue-200\/15 {
  border-left-color: rgb(191 219 254 / 0.15) !important;
  border-right-color: rgb(191 219 254 / 0.15) !important;
}

.border-x-blue-200\/20 {
  border-left-color: rgb(191 219 254 / 0.2) !important;
  border-right-color: rgb(191 219 254 / 0.2) !important;
}

.border-x-blue-200\/25 {
  border-left-color: rgb(191 219 254 / 0.25) !important;
  border-right-color: rgb(191 219 254 / 0.25) !important;
}

.border-x-blue-200\/30 {
  border-left-color: rgb(191 219 254 / 0.3) !important;
  border-right-color: rgb(191 219 254 / 0.3) !important;
}

.border-x-blue-200\/35 {
  border-left-color: rgb(191 219 254 / 0.35) !important;
  border-right-color: rgb(191 219 254 / 0.35) !important;
}

.border-x-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4) !important;
  border-right-color: rgb(191 219 254 / 0.4) !important;
}

.border-x-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45) !important;
  border-right-color: rgb(191 219 254 / 0.45) !important;
}

.border-x-blue-200\/5 {
  border-left-color: rgb(191 219 254 / 0.05) !important;
  border-right-color: rgb(191 219 254 / 0.05) !important;
}

.border-x-blue-200\/50 {
  border-left-color: rgb(191 219 254 / 0.5) !important;
  border-right-color: rgb(191 219 254 / 0.5) !important;
}

.border-x-blue-200\/55 {
  border-left-color: rgb(191 219 254 / 0.55) !important;
  border-right-color: rgb(191 219 254 / 0.55) !important;
}

.border-x-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6) !important;
  border-right-color: rgb(191 219 254 / 0.6) !important;
}

.border-x-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65) !important;
  border-right-color: rgb(191 219 254 / 0.65) !important;
}

.border-x-blue-200\/70 {
  border-left-color: rgb(191 219 254 / 0.7) !important;
  border-right-color: rgb(191 219 254 / 0.7) !important;
}

.border-x-blue-200\/75 {
  border-left-color: rgb(191 219 254 / 0.75) !important;
  border-right-color: rgb(191 219 254 / 0.75) !important;
}

.border-x-blue-200\/80 {
  border-left-color: rgb(191 219 254 / 0.8) !important;
  border-right-color: rgb(191 219 254 / 0.8) !important;
}

.border-x-blue-200\/85 {
  border-left-color: rgb(191 219 254 / 0.85) !important;
  border-right-color: rgb(191 219 254 / 0.85) !important;
}

.border-x-blue-200\/90 {
  border-left-color: rgb(191 219 254 / 0.9) !important;
  border-right-color: rgb(191 219 254 / 0.9) !important;
}

.border-x-blue-200\/95 {
  border-left-color: rgb(191 219 254 / 0.95) !important;
  border-right-color: rgb(191 219 254 / 0.95) !important;
}

.border-x-blue-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-300\/0 {
  border-left-color: rgb(147 197 253 / 0) !important;
  border-right-color: rgb(147 197 253 / 0) !important;
}

.border-x-blue-300\/10 {
  border-left-color: rgb(147 197 253 / 0.1) !important;
  border-right-color: rgb(147 197 253 / 0.1) !important;
}

.border-x-blue-300\/100 {
  border-left-color: rgb(147 197 253 / 1) !important;
  border-right-color: rgb(147 197 253 / 1) !important;
}

.border-x-blue-300\/15 {
  border-left-color: rgb(147 197 253 / 0.15) !important;
  border-right-color: rgb(147 197 253 / 0.15) !important;
}

.border-x-blue-300\/20 {
  border-left-color: rgb(147 197 253 / 0.2) !important;
  border-right-color: rgb(147 197 253 / 0.2) !important;
}

.border-x-blue-300\/25 {
  border-left-color: rgb(147 197 253 / 0.25) !important;
  border-right-color: rgb(147 197 253 / 0.25) !important;
}

.border-x-blue-300\/30 {
  border-left-color: rgb(147 197 253 / 0.3) !important;
  border-right-color: rgb(147 197 253 / 0.3) !important;
}

.border-x-blue-300\/35 {
  border-left-color: rgb(147 197 253 / 0.35) !important;
  border-right-color: rgb(147 197 253 / 0.35) !important;
}

.border-x-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4) !important;
  border-right-color: rgb(147 197 253 / 0.4) !important;
}

.border-x-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45) !important;
  border-right-color: rgb(147 197 253 / 0.45) !important;
}

.border-x-blue-300\/5 {
  border-left-color: rgb(147 197 253 / 0.05) !important;
  border-right-color: rgb(147 197 253 / 0.05) !important;
}

.border-x-blue-300\/50 {
  border-left-color: rgb(147 197 253 / 0.5) !important;
  border-right-color: rgb(147 197 253 / 0.5) !important;
}

.border-x-blue-300\/55 {
  border-left-color: rgb(147 197 253 / 0.55) !important;
  border-right-color: rgb(147 197 253 / 0.55) !important;
}

.border-x-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6) !important;
  border-right-color: rgb(147 197 253 / 0.6) !important;
}

.border-x-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65) !important;
  border-right-color: rgb(147 197 253 / 0.65) !important;
}

.border-x-blue-300\/70 {
  border-left-color: rgb(147 197 253 / 0.7) !important;
  border-right-color: rgb(147 197 253 / 0.7) !important;
}

.border-x-blue-300\/75 {
  border-left-color: rgb(147 197 253 / 0.75) !important;
  border-right-color: rgb(147 197 253 / 0.75) !important;
}

.border-x-blue-300\/80 {
  border-left-color: rgb(147 197 253 / 0.8) !important;
  border-right-color: rgb(147 197 253 / 0.8) !important;
}

.border-x-blue-300\/85 {
  border-left-color: rgb(147 197 253 / 0.85) !important;
  border-right-color: rgb(147 197 253 / 0.85) !important;
}

.border-x-blue-300\/90 {
  border-left-color: rgb(147 197 253 / 0.9) !important;
  border-right-color: rgb(147 197 253 / 0.9) !important;
}

.border-x-blue-300\/95 {
  border-left-color: rgb(147 197 253 / 0.95) !important;
  border-right-color: rgb(147 197 253 / 0.95) !important;
}

.border-x-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-400\/0 {
  border-left-color: rgb(96 165 250 / 0) !important;
  border-right-color: rgb(96 165 250 / 0) !important;
}

.border-x-blue-400\/10 {
  border-left-color: rgb(96 165 250 / 0.1) !important;
  border-right-color: rgb(96 165 250 / 0.1) !important;
}

.border-x-blue-400\/100 {
  border-left-color: rgb(96 165 250 / 1) !important;
  border-right-color: rgb(96 165 250 / 1) !important;
}

.border-x-blue-400\/15 {
  border-left-color: rgb(96 165 250 / 0.15) !important;
  border-right-color: rgb(96 165 250 / 0.15) !important;
}

.border-x-blue-400\/20 {
  border-left-color: rgb(96 165 250 / 0.2) !important;
  border-right-color: rgb(96 165 250 / 0.2) !important;
}

.border-x-blue-400\/25 {
  border-left-color: rgb(96 165 250 / 0.25) !important;
  border-right-color: rgb(96 165 250 / 0.25) !important;
}

.border-x-blue-400\/30 {
  border-left-color: rgb(96 165 250 / 0.3) !important;
  border-right-color: rgb(96 165 250 / 0.3) !important;
}

.border-x-blue-400\/35 {
  border-left-color: rgb(96 165 250 / 0.35) !important;
  border-right-color: rgb(96 165 250 / 0.35) !important;
}

.border-x-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4) !important;
  border-right-color: rgb(96 165 250 / 0.4) !important;
}

.border-x-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45) !important;
  border-right-color: rgb(96 165 250 / 0.45) !important;
}

.border-x-blue-400\/5 {
  border-left-color: rgb(96 165 250 / 0.05) !important;
  border-right-color: rgb(96 165 250 / 0.05) !important;
}

.border-x-blue-400\/50 {
  border-left-color: rgb(96 165 250 / 0.5) !important;
  border-right-color: rgb(96 165 250 / 0.5) !important;
}

.border-x-blue-400\/55 {
  border-left-color: rgb(96 165 250 / 0.55) !important;
  border-right-color: rgb(96 165 250 / 0.55) !important;
}

.border-x-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6) !important;
  border-right-color: rgb(96 165 250 / 0.6) !important;
}

.border-x-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65) !important;
  border-right-color: rgb(96 165 250 / 0.65) !important;
}

.border-x-blue-400\/70 {
  border-left-color: rgb(96 165 250 / 0.7) !important;
  border-right-color: rgb(96 165 250 / 0.7) !important;
}

.border-x-blue-400\/75 {
  border-left-color: rgb(96 165 250 / 0.75) !important;
  border-right-color: rgb(96 165 250 / 0.75) !important;
}

.border-x-blue-400\/80 {
  border-left-color: rgb(96 165 250 / 0.8) !important;
  border-right-color: rgb(96 165 250 / 0.8) !important;
}

.border-x-blue-400\/85 {
  border-left-color: rgb(96 165 250 / 0.85) !important;
  border-right-color: rgb(96 165 250 / 0.85) !important;
}

.border-x-blue-400\/90 {
  border-left-color: rgb(96 165 250 / 0.9) !important;
  border-right-color: rgb(96 165 250 / 0.9) !important;
}

.border-x-blue-400\/95 {
  border-left-color: rgb(96 165 250 / 0.95) !important;
  border-right-color: rgb(96 165 250 / 0.95) !important;
}

.border-x-blue-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-50\/0 {
  border-left-color: rgb(239 246 255 / 0) !important;
  border-right-color: rgb(239 246 255 / 0) !important;
}

.border-x-blue-50\/10 {
  border-left-color: rgb(239 246 255 / 0.1) !important;
  border-right-color: rgb(239 246 255 / 0.1) !important;
}

.border-x-blue-50\/100 {
  border-left-color: rgb(239 246 255 / 1) !important;
  border-right-color: rgb(239 246 255 / 1) !important;
}

.border-x-blue-50\/15 {
  border-left-color: rgb(239 246 255 / 0.15) !important;
  border-right-color: rgb(239 246 255 / 0.15) !important;
}

.border-x-blue-50\/20 {
  border-left-color: rgb(239 246 255 / 0.2) !important;
  border-right-color: rgb(239 246 255 / 0.2) !important;
}

.border-x-blue-50\/25 {
  border-left-color: rgb(239 246 255 / 0.25) !important;
  border-right-color: rgb(239 246 255 / 0.25) !important;
}

.border-x-blue-50\/30 {
  border-left-color: rgb(239 246 255 / 0.3) !important;
  border-right-color: rgb(239 246 255 / 0.3) !important;
}

.border-x-blue-50\/35 {
  border-left-color: rgb(239 246 255 / 0.35) !important;
  border-right-color: rgb(239 246 255 / 0.35) !important;
}

.border-x-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4) !important;
  border-right-color: rgb(239 246 255 / 0.4) !important;
}

.border-x-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45) !important;
  border-right-color: rgb(239 246 255 / 0.45) !important;
}

.border-x-blue-50\/5 {
  border-left-color: rgb(239 246 255 / 0.05) !important;
  border-right-color: rgb(239 246 255 / 0.05) !important;
}

.border-x-blue-50\/50 {
  border-left-color: rgb(239 246 255 / 0.5) !important;
  border-right-color: rgb(239 246 255 / 0.5) !important;
}

.border-x-blue-50\/55 {
  border-left-color: rgb(239 246 255 / 0.55) !important;
  border-right-color: rgb(239 246 255 / 0.55) !important;
}

.border-x-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6) !important;
  border-right-color: rgb(239 246 255 / 0.6) !important;
}

.border-x-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65) !important;
  border-right-color: rgb(239 246 255 / 0.65) !important;
}

.border-x-blue-50\/70 {
  border-left-color: rgb(239 246 255 / 0.7) !important;
  border-right-color: rgb(239 246 255 / 0.7) !important;
}

.border-x-blue-50\/75 {
  border-left-color: rgb(239 246 255 / 0.75) !important;
  border-right-color: rgb(239 246 255 / 0.75) !important;
}

.border-x-blue-50\/80 {
  border-left-color: rgb(239 246 255 / 0.8) !important;
  border-right-color: rgb(239 246 255 / 0.8) !important;
}

.border-x-blue-50\/85 {
  border-left-color: rgb(239 246 255 / 0.85) !important;
  border-right-color: rgb(239 246 255 / 0.85) !important;
}

.border-x-blue-50\/90 {
  border-left-color: rgb(239 246 255 / 0.9) !important;
  border-right-color: rgb(239 246 255 / 0.9) !important;
}

.border-x-blue-50\/95 {
  border-left-color: rgb(239 246 255 / 0.95) !important;
  border-right-color: rgb(239 246 255 / 0.95) !important;
}

.border-x-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-500\/0 {
  border-left-color: rgb(59 130 246 / 0) !important;
  border-right-color: rgb(59 130 246 / 0) !important;
}

.border-x-blue-500\/10 {
  border-left-color: rgb(59 130 246 / 0.1) !important;
  border-right-color: rgb(59 130 246 / 0.1) !important;
}

.border-x-blue-500\/100 {
  border-left-color: rgb(59 130 246 / 1) !important;
  border-right-color: rgb(59 130 246 / 1) !important;
}

.border-x-blue-500\/15 {
  border-left-color: rgb(59 130 246 / 0.15) !important;
  border-right-color: rgb(59 130 246 / 0.15) !important;
}

.border-x-blue-500\/20 {
  border-left-color: rgb(59 130 246 / 0.2) !important;
  border-right-color: rgb(59 130 246 / 0.2) !important;
}

.border-x-blue-500\/25 {
  border-left-color: rgb(59 130 246 / 0.25) !important;
  border-right-color: rgb(59 130 246 / 0.25) !important;
}

.border-x-blue-500\/30 {
  border-left-color: rgb(59 130 246 / 0.3) !important;
  border-right-color: rgb(59 130 246 / 0.3) !important;
}

.border-x-blue-500\/35 {
  border-left-color: rgb(59 130 246 / 0.35) !important;
  border-right-color: rgb(59 130 246 / 0.35) !important;
}

.border-x-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4) !important;
  border-right-color: rgb(59 130 246 / 0.4) !important;
}

.border-x-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45) !important;
  border-right-color: rgb(59 130 246 / 0.45) !important;
}

.border-x-blue-500\/5 {
  border-left-color: rgb(59 130 246 / 0.05) !important;
  border-right-color: rgb(59 130 246 / 0.05) !important;
}

.border-x-blue-500\/50 {
  border-left-color: rgb(59 130 246 / 0.5) !important;
  border-right-color: rgb(59 130 246 / 0.5) !important;
}

.border-x-blue-500\/55 {
  border-left-color: rgb(59 130 246 / 0.55) !important;
  border-right-color: rgb(59 130 246 / 0.55) !important;
}

.border-x-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6) !important;
  border-right-color: rgb(59 130 246 / 0.6) !important;
}

.border-x-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65) !important;
  border-right-color: rgb(59 130 246 / 0.65) !important;
}

.border-x-blue-500\/70 {
  border-left-color: rgb(59 130 246 / 0.7) !important;
  border-right-color: rgb(59 130 246 / 0.7) !important;
}

.border-x-blue-500\/75 {
  border-left-color: rgb(59 130 246 / 0.75) !important;
  border-right-color: rgb(59 130 246 / 0.75) !important;
}

.border-x-blue-500\/80 {
  border-left-color: rgb(59 130 246 / 0.8) !important;
  border-right-color: rgb(59 130 246 / 0.8) !important;
}

.border-x-blue-500\/85 {
  border-left-color: rgb(59 130 246 / 0.85) !important;
  border-right-color: rgb(59 130 246 / 0.85) !important;
}

.border-x-blue-500\/90 {
  border-left-color: rgb(59 130 246 / 0.9) !important;
  border-right-color: rgb(59 130 246 / 0.9) !important;
}

.border-x-blue-500\/95 {
  border-left-color: rgb(59 130 246 / 0.95) !important;
  border-right-color: rgb(59 130 246 / 0.95) !important;
}

.border-x-blue-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-600\/0 {
  border-left-color: rgb(37 99 235 / 0) !important;
  border-right-color: rgb(37 99 235 / 0) !important;
}

.border-x-blue-600\/10 {
  border-left-color: rgb(37 99 235 / 0.1) !important;
  border-right-color: rgb(37 99 235 / 0.1) !important;
}

.border-x-blue-600\/100 {
  border-left-color: rgb(37 99 235 / 1) !important;
  border-right-color: rgb(37 99 235 / 1) !important;
}

.border-x-blue-600\/15 {
  border-left-color: rgb(37 99 235 / 0.15) !important;
  border-right-color: rgb(37 99 235 / 0.15) !important;
}

.border-x-blue-600\/20 {
  border-left-color: rgb(37 99 235 / 0.2) !important;
  border-right-color: rgb(37 99 235 / 0.2) !important;
}

.border-x-blue-600\/25 {
  border-left-color: rgb(37 99 235 / 0.25) !important;
  border-right-color: rgb(37 99 235 / 0.25) !important;
}

.border-x-blue-600\/30 {
  border-left-color: rgb(37 99 235 / 0.3) !important;
  border-right-color: rgb(37 99 235 / 0.3) !important;
}

.border-x-blue-600\/35 {
  border-left-color: rgb(37 99 235 / 0.35) !important;
  border-right-color: rgb(37 99 235 / 0.35) !important;
}

.border-x-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4) !important;
  border-right-color: rgb(37 99 235 / 0.4) !important;
}

.border-x-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45) !important;
  border-right-color: rgb(37 99 235 / 0.45) !important;
}

.border-x-blue-600\/5 {
  border-left-color: rgb(37 99 235 / 0.05) !important;
  border-right-color: rgb(37 99 235 / 0.05) !important;
}

.border-x-blue-600\/50 {
  border-left-color: rgb(37 99 235 / 0.5) !important;
  border-right-color: rgb(37 99 235 / 0.5) !important;
}

.border-x-blue-600\/55 {
  border-left-color: rgb(37 99 235 / 0.55) !important;
  border-right-color: rgb(37 99 235 / 0.55) !important;
}

.border-x-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6) !important;
  border-right-color: rgb(37 99 235 / 0.6) !important;
}

.border-x-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65) !important;
  border-right-color: rgb(37 99 235 / 0.65) !important;
}

.border-x-blue-600\/70 {
  border-left-color: rgb(37 99 235 / 0.7) !important;
  border-right-color: rgb(37 99 235 / 0.7) !important;
}

.border-x-blue-600\/75 {
  border-left-color: rgb(37 99 235 / 0.75) !important;
  border-right-color: rgb(37 99 235 / 0.75) !important;
}

.border-x-blue-600\/80 {
  border-left-color: rgb(37 99 235 / 0.8) !important;
  border-right-color: rgb(37 99 235 / 0.8) !important;
}

.border-x-blue-600\/85 {
  border-left-color: rgb(37 99 235 / 0.85) !important;
  border-right-color: rgb(37 99 235 / 0.85) !important;
}

.border-x-blue-600\/90 {
  border-left-color: rgb(37 99 235 / 0.9) !important;
  border-right-color: rgb(37 99 235 / 0.9) !important;
}

.border-x-blue-600\/95 {
  border-left-color: rgb(37 99 235 / 0.95) !important;
  border-right-color: rgb(37 99 235 / 0.95) !important;
}

.border-x-blue-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-700\/0 {
  border-left-color: rgb(29 78 216 / 0) !important;
  border-right-color: rgb(29 78 216 / 0) !important;
}

.border-x-blue-700\/10 {
  border-left-color: rgb(29 78 216 / 0.1) !important;
  border-right-color: rgb(29 78 216 / 0.1) !important;
}

.border-x-blue-700\/100 {
  border-left-color: rgb(29 78 216 / 1) !important;
  border-right-color: rgb(29 78 216 / 1) !important;
}

.border-x-blue-700\/15 {
  border-left-color: rgb(29 78 216 / 0.15) !important;
  border-right-color: rgb(29 78 216 / 0.15) !important;
}

.border-x-blue-700\/20 {
  border-left-color: rgb(29 78 216 / 0.2) !important;
  border-right-color: rgb(29 78 216 / 0.2) !important;
}

.border-x-blue-700\/25 {
  border-left-color: rgb(29 78 216 / 0.25) !important;
  border-right-color: rgb(29 78 216 / 0.25) !important;
}

.border-x-blue-700\/30 {
  border-left-color: rgb(29 78 216 / 0.3) !important;
  border-right-color: rgb(29 78 216 / 0.3) !important;
}

.border-x-blue-700\/35 {
  border-left-color: rgb(29 78 216 / 0.35) !important;
  border-right-color: rgb(29 78 216 / 0.35) !important;
}

.border-x-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4) !important;
  border-right-color: rgb(29 78 216 / 0.4) !important;
}

.border-x-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45) !important;
  border-right-color: rgb(29 78 216 / 0.45) !important;
}

.border-x-blue-700\/5 {
  border-left-color: rgb(29 78 216 / 0.05) !important;
  border-right-color: rgb(29 78 216 / 0.05) !important;
}

.border-x-blue-700\/50 {
  border-left-color: rgb(29 78 216 / 0.5) !important;
  border-right-color: rgb(29 78 216 / 0.5) !important;
}

.border-x-blue-700\/55 {
  border-left-color: rgb(29 78 216 / 0.55) !important;
  border-right-color: rgb(29 78 216 / 0.55) !important;
}

.border-x-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6) !important;
  border-right-color: rgb(29 78 216 / 0.6) !important;
}

.border-x-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65) !important;
  border-right-color: rgb(29 78 216 / 0.65) !important;
}

.border-x-blue-700\/70 {
  border-left-color: rgb(29 78 216 / 0.7) !important;
  border-right-color: rgb(29 78 216 / 0.7) !important;
}

.border-x-blue-700\/75 {
  border-left-color: rgb(29 78 216 / 0.75) !important;
  border-right-color: rgb(29 78 216 / 0.75) !important;
}

.border-x-blue-700\/80 {
  border-left-color: rgb(29 78 216 / 0.8) !important;
  border-right-color: rgb(29 78 216 / 0.8) !important;
}

.border-x-blue-700\/85 {
  border-left-color: rgb(29 78 216 / 0.85) !important;
  border-right-color: rgb(29 78 216 / 0.85) !important;
}

.border-x-blue-700\/90 {
  border-left-color: rgb(29 78 216 / 0.9) !important;
  border-right-color: rgb(29 78 216 / 0.9) !important;
}

.border-x-blue-700\/95 {
  border-left-color: rgb(29 78 216 / 0.95) !important;
  border-right-color: rgb(29 78 216 / 0.95) !important;
}

.border-x-blue-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-800\/0 {
  border-left-color: rgb(30 64 175 / 0) !important;
  border-right-color: rgb(30 64 175 / 0) !important;
}

.border-x-blue-800\/10 {
  border-left-color: rgb(30 64 175 / 0.1) !important;
  border-right-color: rgb(30 64 175 / 0.1) !important;
}

.border-x-blue-800\/100 {
  border-left-color: rgb(30 64 175 / 1) !important;
  border-right-color: rgb(30 64 175 / 1) !important;
}

.border-x-blue-800\/15 {
  border-left-color: rgb(30 64 175 / 0.15) !important;
  border-right-color: rgb(30 64 175 / 0.15) !important;
}

.border-x-blue-800\/20 {
  border-left-color: rgb(30 64 175 / 0.2) !important;
  border-right-color: rgb(30 64 175 / 0.2) !important;
}

.border-x-blue-800\/25 {
  border-left-color: rgb(30 64 175 / 0.25) !important;
  border-right-color: rgb(30 64 175 / 0.25) !important;
}

.border-x-blue-800\/30 {
  border-left-color: rgb(30 64 175 / 0.3) !important;
  border-right-color: rgb(30 64 175 / 0.3) !important;
}

.border-x-blue-800\/35 {
  border-left-color: rgb(30 64 175 / 0.35) !important;
  border-right-color: rgb(30 64 175 / 0.35) !important;
}

.border-x-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4) !important;
  border-right-color: rgb(30 64 175 / 0.4) !important;
}

.border-x-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45) !important;
  border-right-color: rgb(30 64 175 / 0.45) !important;
}

.border-x-blue-800\/5 {
  border-left-color: rgb(30 64 175 / 0.05) !important;
  border-right-color: rgb(30 64 175 / 0.05) !important;
}

.border-x-blue-800\/50 {
  border-left-color: rgb(30 64 175 / 0.5) !important;
  border-right-color: rgb(30 64 175 / 0.5) !important;
}

.border-x-blue-800\/55 {
  border-left-color: rgb(30 64 175 / 0.55) !important;
  border-right-color: rgb(30 64 175 / 0.55) !important;
}

.border-x-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6) !important;
  border-right-color: rgb(30 64 175 / 0.6) !important;
}

.border-x-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65) !important;
  border-right-color: rgb(30 64 175 / 0.65) !important;
}

.border-x-blue-800\/70 {
  border-left-color: rgb(30 64 175 / 0.7) !important;
  border-right-color: rgb(30 64 175 / 0.7) !important;
}

.border-x-blue-800\/75 {
  border-left-color: rgb(30 64 175 / 0.75) !important;
  border-right-color: rgb(30 64 175 / 0.75) !important;
}

.border-x-blue-800\/80 {
  border-left-color: rgb(30 64 175 / 0.8) !important;
  border-right-color: rgb(30 64 175 / 0.8) !important;
}

.border-x-blue-800\/85 {
  border-left-color: rgb(30 64 175 / 0.85) !important;
  border-right-color: rgb(30 64 175 / 0.85) !important;
}

.border-x-blue-800\/90 {
  border-left-color: rgb(30 64 175 / 0.9) !important;
  border-right-color: rgb(30 64 175 / 0.9) !important;
}

.border-x-blue-800\/95 {
  border-left-color: rgb(30 64 175 / 0.95) !important;
  border-right-color: rgb(30 64 175 / 0.95) !important;
}

.border-x-blue-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-900\/0 {
  border-left-color: rgb(30 58 138 / 0) !important;
  border-right-color: rgb(30 58 138 / 0) !important;
}

.border-x-blue-900\/10 {
  border-left-color: rgb(30 58 138 / 0.1) !important;
  border-right-color: rgb(30 58 138 / 0.1) !important;
}

.border-x-blue-900\/100 {
  border-left-color: rgb(30 58 138 / 1) !important;
  border-right-color: rgb(30 58 138 / 1) !important;
}

.border-x-blue-900\/15 {
  border-left-color: rgb(30 58 138 / 0.15) !important;
  border-right-color: rgb(30 58 138 / 0.15) !important;
}

.border-x-blue-900\/20 {
  border-left-color: rgb(30 58 138 / 0.2) !important;
  border-right-color: rgb(30 58 138 / 0.2) !important;
}

.border-x-blue-900\/25 {
  border-left-color: rgb(30 58 138 / 0.25) !important;
  border-right-color: rgb(30 58 138 / 0.25) !important;
}

.border-x-blue-900\/30 {
  border-left-color: rgb(30 58 138 / 0.3) !important;
  border-right-color: rgb(30 58 138 / 0.3) !important;
}

.border-x-blue-900\/35 {
  border-left-color: rgb(30 58 138 / 0.35) !important;
  border-right-color: rgb(30 58 138 / 0.35) !important;
}

.border-x-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4) !important;
  border-right-color: rgb(30 58 138 / 0.4) !important;
}

.border-x-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45) !important;
  border-right-color: rgb(30 58 138 / 0.45) !important;
}

.border-x-blue-900\/5 {
  border-left-color: rgb(30 58 138 / 0.05) !important;
  border-right-color: rgb(30 58 138 / 0.05) !important;
}

.border-x-blue-900\/50 {
  border-left-color: rgb(30 58 138 / 0.5) !important;
  border-right-color: rgb(30 58 138 / 0.5) !important;
}

.border-x-blue-900\/55 {
  border-left-color: rgb(30 58 138 / 0.55) !important;
  border-right-color: rgb(30 58 138 / 0.55) !important;
}

.border-x-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6) !important;
  border-right-color: rgb(30 58 138 / 0.6) !important;
}

.border-x-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65) !important;
  border-right-color: rgb(30 58 138 / 0.65) !important;
}

.border-x-blue-900\/70 {
  border-left-color: rgb(30 58 138 / 0.7) !important;
  border-right-color: rgb(30 58 138 / 0.7) !important;
}

.border-x-blue-900\/75 {
  border-left-color: rgb(30 58 138 / 0.75) !important;
  border-right-color: rgb(30 58 138 / 0.75) !important;
}

.border-x-blue-900\/80 {
  border-left-color: rgb(30 58 138 / 0.8) !important;
  border-right-color: rgb(30 58 138 / 0.8) !important;
}

.border-x-blue-900\/85 {
  border-left-color: rgb(30 58 138 / 0.85) !important;
  border-right-color: rgb(30 58 138 / 0.85) !important;
}

.border-x-blue-900\/90 {
  border-left-color: rgb(30 58 138 / 0.9) !important;
  border-right-color: rgb(30 58 138 / 0.9) !important;
}

.border-x-blue-900\/95 {
  border-left-color: rgb(30 58 138 / 0.95) !important;
  border-right-color: rgb(30 58 138 / 0.95) !important;
}

.border-x-blue-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-x-blue-950\/0 {
  border-left-color: rgb(23 37 84 / 0) !important;
  border-right-color: rgb(23 37 84 / 0) !important;
}

.border-x-blue-950\/10 {
  border-left-color: rgb(23 37 84 / 0.1) !important;
  border-right-color: rgb(23 37 84 / 0.1) !important;
}

.border-x-blue-950\/100 {
  border-left-color: rgb(23 37 84 / 1) !important;
  border-right-color: rgb(23 37 84 / 1) !important;
}

.border-x-blue-950\/15 {
  border-left-color: rgb(23 37 84 / 0.15) !important;
  border-right-color: rgb(23 37 84 / 0.15) !important;
}

.border-x-blue-950\/20 {
  border-left-color: rgb(23 37 84 / 0.2) !important;
  border-right-color: rgb(23 37 84 / 0.2) !important;
}

.border-x-blue-950\/25 {
  border-left-color: rgb(23 37 84 / 0.25) !important;
  border-right-color: rgb(23 37 84 / 0.25) !important;
}

.border-x-blue-950\/30 {
  border-left-color: rgb(23 37 84 / 0.3) !important;
  border-right-color: rgb(23 37 84 / 0.3) !important;
}

.border-x-blue-950\/35 {
  border-left-color: rgb(23 37 84 / 0.35) !important;
  border-right-color: rgb(23 37 84 / 0.35) !important;
}

.border-x-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4) !important;
  border-right-color: rgb(23 37 84 / 0.4) !important;
}

.border-x-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45) !important;
  border-right-color: rgb(23 37 84 / 0.45) !important;
}

.border-x-blue-950\/5 {
  border-left-color: rgb(23 37 84 / 0.05) !important;
  border-right-color: rgb(23 37 84 / 0.05) !important;
}

.border-x-blue-950\/50 {
  border-left-color: rgb(23 37 84 / 0.5) !important;
  border-right-color: rgb(23 37 84 / 0.5) !important;
}

.border-x-blue-950\/55 {
  border-left-color: rgb(23 37 84 / 0.55) !important;
  border-right-color: rgb(23 37 84 / 0.55) !important;
}

.border-x-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6) !important;
  border-right-color: rgb(23 37 84 / 0.6) !important;
}

.border-x-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65) !important;
  border-right-color: rgb(23 37 84 / 0.65) !important;
}

.border-x-blue-950\/70 {
  border-left-color: rgb(23 37 84 / 0.7) !important;
  border-right-color: rgb(23 37 84 / 0.7) !important;
}

.border-x-blue-950\/75 {
  border-left-color: rgb(23 37 84 / 0.75) !important;
  border-right-color: rgb(23 37 84 / 0.75) !important;
}

.border-x-blue-950\/80 {
  border-left-color: rgb(23 37 84 / 0.8) !important;
  border-right-color: rgb(23 37 84 / 0.8) !important;
}

.border-x-blue-950\/85 {
  border-left-color: rgb(23 37 84 / 0.85) !important;
  border-right-color: rgb(23 37 84 / 0.85) !important;
}

.border-x-blue-950\/90 {
  border-left-color: rgb(23 37 84 / 0.9) !important;
  border-right-color: rgb(23 37 84 / 0.9) !important;
}

.border-x-blue-950\/95 {
  border-left-color: rgb(23 37 84 / 0.95) !important;
  border-right-color: rgb(23 37 84 / 0.95) !important;
}

.border-x-brand-brown {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brown\/0 {
  border-left-color: rgb(133 114 114 / 0) !important;
  border-right-color: rgb(133 114 114 / 0) !important;
}

.border-x-brand-brown\/10 {
  border-left-color: rgb(133 114 114 / 0.1) !important;
  border-right-color: rgb(133 114 114 / 0.1) !important;
}

.border-x-brand-brown\/100 {
  border-left-color: rgb(133 114 114 / 1) !important;
  border-right-color: rgb(133 114 114 / 1) !important;
}

.border-x-brand-brown\/15 {
  border-left-color: rgb(133 114 114 / 0.15) !important;
  border-right-color: rgb(133 114 114 / 0.15) !important;
}

.border-x-brand-brown\/20 {
  border-left-color: rgb(133 114 114 / 0.2) !important;
  border-right-color: rgb(133 114 114 / 0.2) !important;
}

.border-x-brand-brown\/25 {
  border-left-color: rgb(133 114 114 / 0.25) !important;
  border-right-color: rgb(133 114 114 / 0.25) !important;
}

.border-x-brand-brown\/30 {
  border-left-color: rgb(133 114 114 / 0.3) !important;
  border-right-color: rgb(133 114 114 / 0.3) !important;
}

.border-x-brand-brown\/35 {
  border-left-color: rgb(133 114 114 / 0.35) !important;
  border-right-color: rgb(133 114 114 / 0.35) !important;
}

.border-x-brand-brown\/40 {
  border-left-color: rgb(133 114 114 / 0.4) !important;
  border-right-color: rgb(133 114 114 / 0.4) !important;
}

.border-x-brand-brown\/45 {
  border-left-color: rgb(133 114 114 / 0.45) !important;
  border-right-color: rgb(133 114 114 / 0.45) !important;
}

.border-x-brand-brown\/5 {
  border-left-color: rgb(133 114 114 / 0.05) !important;
  border-right-color: rgb(133 114 114 / 0.05) !important;
}

.border-x-brand-brown\/50 {
  border-left-color: rgb(133 114 114 / 0.5) !important;
  border-right-color: rgb(133 114 114 / 0.5) !important;
}

.border-x-brand-brown\/55 {
  border-left-color: rgb(133 114 114 / 0.55) !important;
  border-right-color: rgb(133 114 114 / 0.55) !important;
}

.border-x-brand-brown\/60 {
  border-left-color: rgb(133 114 114 / 0.6) !important;
  border-right-color: rgb(133 114 114 / 0.6) !important;
}

.border-x-brand-brown\/65 {
  border-left-color: rgb(133 114 114 / 0.65) !important;
  border-right-color: rgb(133 114 114 / 0.65) !important;
}

.border-x-brand-brown\/70 {
  border-left-color: rgb(133 114 114 / 0.7) !important;
  border-right-color: rgb(133 114 114 / 0.7) !important;
}

.border-x-brand-brown\/75 {
  border-left-color: rgb(133 114 114 / 0.75) !important;
  border-right-color: rgb(133 114 114 / 0.75) !important;
}

.border-x-brand-brown\/80 {
  border-left-color: rgb(133 114 114 / 0.8) !important;
  border-right-color: rgb(133 114 114 / 0.8) !important;
}

.border-x-brand-brown\/85 {
  border-left-color: rgb(133 114 114 / 0.85) !important;
  border-right-color: rgb(133 114 114 / 0.85) !important;
}

.border-x-brand-brown\/90 {
  border-left-color: rgb(133 114 114 / 0.9) !important;
  border-right-color: rgb(133 114 114 / 0.9) !important;
}

.border-x-brand-brown\/95 {
  border-left-color: rgb(133 114 114 / 0.95) !important;
  border-right-color: rgb(133 114 114 / 0.95) !important;
}

.border-x-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brownDark\/0 {
  border-left-color: rgb(73 71 78 / 0) !important;
  border-right-color: rgb(73 71 78 / 0) !important;
}

.border-x-brand-brownDark\/10 {
  border-left-color: rgb(73 71 78 / 0.1) !important;
  border-right-color: rgb(73 71 78 / 0.1) !important;
}

.border-x-brand-brownDark\/100 {
  border-left-color: rgb(73 71 78 / 1) !important;
  border-right-color: rgb(73 71 78 / 1) !important;
}

.border-x-brand-brownDark\/15 {
  border-left-color: rgb(73 71 78 / 0.15) !important;
  border-right-color: rgb(73 71 78 / 0.15) !important;
}

.border-x-brand-brownDark\/20 {
  border-left-color: rgb(73 71 78 / 0.2) !important;
  border-right-color: rgb(73 71 78 / 0.2) !important;
}

.border-x-brand-brownDark\/25 {
  border-left-color: rgb(73 71 78 / 0.25) !important;
  border-right-color: rgb(73 71 78 / 0.25) !important;
}

.border-x-brand-brownDark\/30 {
  border-left-color: rgb(73 71 78 / 0.3) !important;
  border-right-color: rgb(73 71 78 / 0.3) !important;
}

.border-x-brand-brownDark\/35 {
  border-left-color: rgb(73 71 78 / 0.35) !important;
  border-right-color: rgb(73 71 78 / 0.35) !important;
}

.border-x-brand-brownDark\/40 {
  border-left-color: rgb(73 71 78 / 0.4) !important;
  border-right-color: rgb(73 71 78 / 0.4) !important;
}

.border-x-brand-brownDark\/45 {
  border-left-color: rgb(73 71 78 / 0.45) !important;
  border-right-color: rgb(73 71 78 / 0.45) !important;
}

.border-x-brand-brownDark\/5 {
  border-left-color: rgb(73 71 78 / 0.05) !important;
  border-right-color: rgb(73 71 78 / 0.05) !important;
}

.border-x-brand-brownDark\/50 {
  border-left-color: rgb(73 71 78 / 0.5) !important;
  border-right-color: rgb(73 71 78 / 0.5) !important;
}

.border-x-brand-brownDark\/55 {
  border-left-color: rgb(73 71 78 / 0.55) !important;
  border-right-color: rgb(73 71 78 / 0.55) !important;
}

.border-x-brand-brownDark\/60 {
  border-left-color: rgb(73 71 78 / 0.6) !important;
  border-right-color: rgb(73 71 78 / 0.6) !important;
}

.border-x-brand-brownDark\/65 {
  border-left-color: rgb(73 71 78 / 0.65) !important;
  border-right-color: rgb(73 71 78 / 0.65) !important;
}

.border-x-brand-brownDark\/70 {
  border-left-color: rgb(73 71 78 / 0.7) !important;
  border-right-color: rgb(73 71 78 / 0.7) !important;
}

.border-x-brand-brownDark\/75 {
  border-left-color: rgb(73 71 78 / 0.75) !important;
  border-right-color: rgb(73 71 78 / 0.75) !important;
}

.border-x-brand-brownDark\/80 {
  border-left-color: rgb(73 71 78 / 0.8) !important;
  border-right-color: rgb(73 71 78 / 0.8) !important;
}

.border-x-brand-brownDark\/85 {
  border-left-color: rgb(73 71 78 / 0.85) !important;
  border-right-color: rgb(73 71 78 / 0.85) !important;
}

.border-x-brand-brownDark\/90 {
  border-left-color: rgb(73 71 78 / 0.9) !important;
  border-right-color: rgb(73 71 78 / 0.9) !important;
}

.border-x-brand-brownDark\/95 {
  border-left-color: rgb(73 71 78 / 0.95) !important;
  border-right-color: rgb(73 71 78 / 0.95) !important;
}

.border-x-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brownDarker\/0 {
  border-left-color: rgb(36 34 42 / 0) !important;
  border-right-color: rgb(36 34 42 / 0) !important;
}

.border-x-brand-brownDarker\/10 {
  border-left-color: rgb(36 34 42 / 0.1) !important;
  border-right-color: rgb(36 34 42 / 0.1) !important;
}

.border-x-brand-brownDarker\/100 {
  border-left-color: rgb(36 34 42 / 1) !important;
  border-right-color: rgb(36 34 42 / 1) !important;
}

.border-x-brand-brownDarker\/15 {
  border-left-color: rgb(36 34 42 / 0.15) !important;
  border-right-color: rgb(36 34 42 / 0.15) !important;
}

.border-x-brand-brownDarker\/20 {
  border-left-color: rgb(36 34 42 / 0.2) !important;
  border-right-color: rgb(36 34 42 / 0.2) !important;
}

.border-x-brand-brownDarker\/25 {
  border-left-color: rgb(36 34 42 / 0.25) !important;
  border-right-color: rgb(36 34 42 / 0.25) !important;
}

.border-x-brand-brownDarker\/30 {
  border-left-color: rgb(36 34 42 / 0.3) !important;
  border-right-color: rgb(36 34 42 / 0.3) !important;
}

.border-x-brand-brownDarker\/35 {
  border-left-color: rgb(36 34 42 / 0.35) !important;
  border-right-color: rgb(36 34 42 / 0.35) !important;
}

.border-x-brand-brownDarker\/40 {
  border-left-color: rgb(36 34 42 / 0.4) !important;
  border-right-color: rgb(36 34 42 / 0.4) !important;
}

.border-x-brand-brownDarker\/45 {
  border-left-color: rgb(36 34 42 / 0.45) !important;
  border-right-color: rgb(36 34 42 / 0.45) !important;
}

.border-x-brand-brownDarker\/5 {
  border-left-color: rgb(36 34 42 / 0.05) !important;
  border-right-color: rgb(36 34 42 / 0.05) !important;
}

.border-x-brand-brownDarker\/50 {
  border-left-color: rgb(36 34 42 / 0.5) !important;
  border-right-color: rgb(36 34 42 / 0.5) !important;
}

.border-x-brand-brownDarker\/55 {
  border-left-color: rgb(36 34 42 / 0.55) !important;
  border-right-color: rgb(36 34 42 / 0.55) !important;
}

.border-x-brand-brownDarker\/60 {
  border-left-color: rgb(36 34 42 / 0.6) !important;
  border-right-color: rgb(36 34 42 / 0.6) !important;
}

.border-x-brand-brownDarker\/65 {
  border-left-color: rgb(36 34 42 / 0.65) !important;
  border-right-color: rgb(36 34 42 / 0.65) !important;
}

.border-x-brand-brownDarker\/70 {
  border-left-color: rgb(36 34 42 / 0.7) !important;
  border-right-color: rgb(36 34 42 / 0.7) !important;
}

.border-x-brand-brownDarker\/75 {
  border-left-color: rgb(36 34 42 / 0.75) !important;
  border-right-color: rgb(36 34 42 / 0.75) !important;
}

.border-x-brand-brownDarker\/80 {
  border-left-color: rgb(36 34 42 / 0.8) !important;
  border-right-color: rgb(36 34 42 / 0.8) !important;
}

.border-x-brand-brownDarker\/85 {
  border-left-color: rgb(36 34 42 / 0.85) !important;
  border-right-color: rgb(36 34 42 / 0.85) !important;
}

.border-x-brand-brownDarker\/90 {
  border-left-color: rgb(36 34 42 / 0.9) !important;
  border-right-color: rgb(36 34 42 / 0.9) !important;
}

.border-x-brand-brownDarker\/95 {
  border-left-color: rgb(36 34 42 / 0.95) !important;
  border-right-color: rgb(36 34 42 / 0.95) !important;
}

.border-x-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brownDarkest\/0 {
  border-left-color: rgb(13 14 24 / 0) !important;
  border-right-color: rgb(13 14 24 / 0) !important;
}

.border-x-brand-brownDarkest\/10 {
  border-left-color: rgb(13 14 24 / 0.1) !important;
  border-right-color: rgb(13 14 24 / 0.1) !important;
}

.border-x-brand-brownDarkest\/100 {
  border-left-color: rgb(13 14 24 / 1) !important;
  border-right-color: rgb(13 14 24 / 1) !important;
}

.border-x-brand-brownDarkest\/15 {
  border-left-color: rgb(13 14 24 / 0.15) !important;
  border-right-color: rgb(13 14 24 / 0.15) !important;
}

.border-x-brand-brownDarkest\/20 {
  border-left-color: rgb(13 14 24 / 0.2) !important;
  border-right-color: rgb(13 14 24 / 0.2) !important;
}

.border-x-brand-brownDarkest\/25 {
  border-left-color: rgb(13 14 24 / 0.25) !important;
  border-right-color: rgb(13 14 24 / 0.25) !important;
}

.border-x-brand-brownDarkest\/30 {
  border-left-color: rgb(13 14 24 / 0.3) !important;
  border-right-color: rgb(13 14 24 / 0.3) !important;
}

.border-x-brand-brownDarkest\/35 {
  border-left-color: rgb(13 14 24 / 0.35) !important;
  border-right-color: rgb(13 14 24 / 0.35) !important;
}

.border-x-brand-brownDarkest\/40 {
  border-left-color: rgb(13 14 24 / 0.4) !important;
  border-right-color: rgb(13 14 24 / 0.4) !important;
}

.border-x-brand-brownDarkest\/45 {
  border-left-color: rgb(13 14 24 / 0.45) !important;
  border-right-color: rgb(13 14 24 / 0.45) !important;
}

.border-x-brand-brownDarkest\/5 {
  border-left-color: rgb(13 14 24 / 0.05) !important;
  border-right-color: rgb(13 14 24 / 0.05) !important;
}

.border-x-brand-brownDarkest\/50 {
  border-left-color: rgb(13 14 24 / 0.5) !important;
  border-right-color: rgb(13 14 24 / 0.5) !important;
}

.border-x-brand-brownDarkest\/55 {
  border-left-color: rgb(13 14 24 / 0.55) !important;
  border-right-color: rgb(13 14 24 / 0.55) !important;
}

.border-x-brand-brownDarkest\/60 {
  border-left-color: rgb(13 14 24 / 0.6) !important;
  border-right-color: rgb(13 14 24 / 0.6) !important;
}

.border-x-brand-brownDarkest\/65 {
  border-left-color: rgb(13 14 24 / 0.65) !important;
  border-right-color: rgb(13 14 24 / 0.65) !important;
}

.border-x-brand-brownDarkest\/70 {
  border-left-color: rgb(13 14 24 / 0.7) !important;
  border-right-color: rgb(13 14 24 / 0.7) !important;
}

.border-x-brand-brownDarkest\/75 {
  border-left-color: rgb(13 14 24 / 0.75) !important;
  border-right-color: rgb(13 14 24 / 0.75) !important;
}

.border-x-brand-brownDarkest\/80 {
  border-left-color: rgb(13 14 24 / 0.8) !important;
  border-right-color: rgb(13 14 24 / 0.8) !important;
}

.border-x-brand-brownDarkest\/85 {
  border-left-color: rgb(13 14 24 / 0.85) !important;
  border-right-color: rgb(13 14 24 / 0.85) !important;
}

.border-x-brand-brownDarkest\/90 {
  border-left-color: rgb(13 14 24 / 0.9) !important;
  border-right-color: rgb(13 14 24 / 0.9) !important;
}

.border-x-brand-brownDarkest\/95 {
  border-left-color: rgb(13 14 24 / 0.95) !important;
  border-right-color: rgb(13 14 24 / 0.95) !important;
}

.border-x-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brownLighest\/0 {
  border-left-color: rgb(252 248 248 / 0) !important;
  border-right-color: rgb(252 248 248 / 0) !important;
}

.border-x-brand-brownLighest\/10 {
  border-left-color: rgb(252 248 248 / 0.1) !important;
  border-right-color: rgb(252 248 248 / 0.1) !important;
}

.border-x-brand-brownLighest\/100 {
  border-left-color: rgb(252 248 248 / 1) !important;
  border-right-color: rgb(252 248 248 / 1) !important;
}

.border-x-brand-brownLighest\/15 {
  border-left-color: rgb(252 248 248 / 0.15) !important;
  border-right-color: rgb(252 248 248 / 0.15) !important;
}

.border-x-brand-brownLighest\/20 {
  border-left-color: rgb(252 248 248 / 0.2) !important;
  border-right-color: rgb(252 248 248 / 0.2) !important;
}

.border-x-brand-brownLighest\/25 {
  border-left-color: rgb(252 248 248 / 0.25) !important;
  border-right-color: rgb(252 248 248 / 0.25) !important;
}

.border-x-brand-brownLighest\/30 {
  border-left-color: rgb(252 248 248 / 0.3) !important;
  border-right-color: rgb(252 248 248 / 0.3) !important;
}

.border-x-brand-brownLighest\/35 {
  border-left-color: rgb(252 248 248 / 0.35) !important;
  border-right-color: rgb(252 248 248 / 0.35) !important;
}

.border-x-brand-brownLighest\/40 {
  border-left-color: rgb(252 248 248 / 0.4) !important;
  border-right-color: rgb(252 248 248 / 0.4) !important;
}

.border-x-brand-brownLighest\/45 {
  border-left-color: rgb(252 248 248 / 0.45) !important;
  border-right-color: rgb(252 248 248 / 0.45) !important;
}

.border-x-brand-brownLighest\/5 {
  border-left-color: rgb(252 248 248 / 0.05) !important;
  border-right-color: rgb(252 248 248 / 0.05) !important;
}

.border-x-brand-brownLighest\/50 {
  border-left-color: rgb(252 248 248 / 0.5) !important;
  border-right-color: rgb(252 248 248 / 0.5) !important;
}

.border-x-brand-brownLighest\/55 {
  border-left-color: rgb(252 248 248 / 0.55) !important;
  border-right-color: rgb(252 248 248 / 0.55) !important;
}

.border-x-brand-brownLighest\/60 {
  border-left-color: rgb(252 248 248 / 0.6) !important;
  border-right-color: rgb(252 248 248 / 0.6) !important;
}

.border-x-brand-brownLighest\/65 {
  border-left-color: rgb(252 248 248 / 0.65) !important;
  border-right-color: rgb(252 248 248 / 0.65) !important;
}

.border-x-brand-brownLighest\/70 {
  border-left-color: rgb(252 248 248 / 0.7) !important;
  border-right-color: rgb(252 248 248 / 0.7) !important;
}

.border-x-brand-brownLighest\/75 {
  border-left-color: rgb(252 248 248 / 0.75) !important;
  border-right-color: rgb(252 248 248 / 0.75) !important;
}

.border-x-brand-brownLighest\/80 {
  border-left-color: rgb(252 248 248 / 0.8) !important;
  border-right-color: rgb(252 248 248 / 0.8) !important;
}

.border-x-brand-brownLighest\/85 {
  border-left-color: rgb(252 248 248 / 0.85) !important;
  border-right-color: rgb(252 248 248 / 0.85) !important;
}

.border-x-brand-brownLighest\/90 {
  border-left-color: rgb(252 248 248 / 0.9) !important;
  border-right-color: rgb(252 248 248 / 0.9) !important;
}

.border-x-brand-brownLighest\/95 {
  border-left-color: rgb(252 248 248 / 0.95) !important;
  border-right-color: rgb(252 248 248 / 0.95) !important;
}

.border-x-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-brownLight\/0 {
  border-left-color: rgb(214 204 205 / 0) !important;
  border-right-color: rgb(214 204 205 / 0) !important;
}

.border-x-brand-brownLight\/10 {
  border-left-color: rgb(214 204 205 / 0.1) !important;
  border-right-color: rgb(214 204 205 / 0.1) !important;
}

.border-x-brand-brownLight\/100 {
  border-left-color: rgb(214 204 205 / 1) !important;
  border-right-color: rgb(214 204 205 / 1) !important;
}

.border-x-brand-brownLight\/15 {
  border-left-color: rgb(214 204 205 / 0.15) !important;
  border-right-color: rgb(214 204 205 / 0.15) !important;
}

.border-x-brand-brownLight\/20 {
  border-left-color: rgb(214 204 205 / 0.2) !important;
  border-right-color: rgb(214 204 205 / 0.2) !important;
}

.border-x-brand-brownLight\/25 {
  border-left-color: rgb(214 204 205 / 0.25) !important;
  border-right-color: rgb(214 204 205 / 0.25) !important;
}

.border-x-brand-brownLight\/30 {
  border-left-color: rgb(214 204 205 / 0.3) !important;
  border-right-color: rgb(214 204 205 / 0.3) !important;
}

.border-x-brand-brownLight\/35 {
  border-left-color: rgb(214 204 205 / 0.35) !important;
  border-right-color: rgb(214 204 205 / 0.35) !important;
}

.border-x-brand-brownLight\/40 {
  border-left-color: rgb(214 204 205 / 0.4) !important;
  border-right-color: rgb(214 204 205 / 0.4) !important;
}

.border-x-brand-brownLight\/45 {
  border-left-color: rgb(214 204 205 / 0.45) !important;
  border-right-color: rgb(214 204 205 / 0.45) !important;
}

.border-x-brand-brownLight\/5 {
  border-left-color: rgb(214 204 205 / 0.05) !important;
  border-right-color: rgb(214 204 205 / 0.05) !important;
}

.border-x-brand-brownLight\/50 {
  border-left-color: rgb(214 204 205 / 0.5) !important;
  border-right-color: rgb(214 204 205 / 0.5) !important;
}

.border-x-brand-brownLight\/55 {
  border-left-color: rgb(214 204 205 / 0.55) !important;
  border-right-color: rgb(214 204 205 / 0.55) !important;
}

.border-x-brand-brownLight\/60 {
  border-left-color: rgb(214 204 205 / 0.6) !important;
  border-right-color: rgb(214 204 205 / 0.6) !important;
}

.border-x-brand-brownLight\/65 {
  border-left-color: rgb(214 204 205 / 0.65) !important;
  border-right-color: rgb(214 204 205 / 0.65) !important;
}

.border-x-brand-brownLight\/70 {
  border-left-color: rgb(214 204 205 / 0.7) !important;
  border-right-color: rgb(214 204 205 / 0.7) !important;
}

.border-x-brand-brownLight\/75 {
  border-left-color: rgb(214 204 205 / 0.75) !important;
  border-right-color: rgb(214 204 205 / 0.75) !important;
}

.border-x-brand-brownLight\/80 {
  border-left-color: rgb(214 204 205 / 0.8) !important;
  border-right-color: rgb(214 204 205 / 0.8) !important;
}

.border-x-brand-brownLight\/85 {
  border-left-color: rgb(214 204 205 / 0.85) !important;
  border-right-color: rgb(214 204 205 / 0.85) !important;
}

.border-x-brand-brownLight\/90 {
  border-left-color: rgb(214 204 205 / 0.9) !important;
  border-right-color: rgb(214 204 205 / 0.9) !important;
}

.border-x-brand-brownLight\/95 {
  border-left-color: rgb(214 204 205 / 0.95) !important;
  border-right-color: rgb(214 204 205 / 0.95) !important;
}

.border-x-brand-grey {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-grey\/0 {
  border-left-color: rgb(218 218 218 / 0) !important;
  border-right-color: rgb(218 218 218 / 0) !important;
}

.border-x-brand-grey\/10 {
  border-left-color: rgb(218 218 218 / 0.1) !important;
  border-right-color: rgb(218 218 218 / 0.1) !important;
}

.border-x-brand-grey\/100 {
  border-left-color: rgb(218 218 218 / 1) !important;
  border-right-color: rgb(218 218 218 / 1) !important;
}

.border-x-brand-grey\/15 {
  border-left-color: rgb(218 218 218 / 0.15) !important;
  border-right-color: rgb(218 218 218 / 0.15) !important;
}

.border-x-brand-grey\/20 {
  border-left-color: rgb(218 218 218 / 0.2) !important;
  border-right-color: rgb(218 218 218 / 0.2) !important;
}

.border-x-brand-grey\/25 {
  border-left-color: rgb(218 218 218 / 0.25) !important;
  border-right-color: rgb(218 218 218 / 0.25) !important;
}

.border-x-brand-grey\/30 {
  border-left-color: rgb(218 218 218 / 0.3) !important;
  border-right-color: rgb(218 218 218 / 0.3) !important;
}

.border-x-brand-grey\/35 {
  border-left-color: rgb(218 218 218 / 0.35) !important;
  border-right-color: rgb(218 218 218 / 0.35) !important;
}

.border-x-brand-grey\/40 {
  border-left-color: rgb(218 218 218 / 0.4) !important;
  border-right-color: rgb(218 218 218 / 0.4) !important;
}

.border-x-brand-grey\/45 {
  border-left-color: rgb(218 218 218 / 0.45) !important;
  border-right-color: rgb(218 218 218 / 0.45) !important;
}

.border-x-brand-grey\/5 {
  border-left-color: rgb(218 218 218 / 0.05) !important;
  border-right-color: rgb(218 218 218 / 0.05) !important;
}

.border-x-brand-grey\/50 {
  border-left-color: rgb(218 218 218 / 0.5) !important;
  border-right-color: rgb(218 218 218 / 0.5) !important;
}

.border-x-brand-grey\/55 {
  border-left-color: rgb(218 218 218 / 0.55) !important;
  border-right-color: rgb(218 218 218 / 0.55) !important;
}

.border-x-brand-grey\/60 {
  border-left-color: rgb(218 218 218 / 0.6) !important;
  border-right-color: rgb(218 218 218 / 0.6) !important;
}

.border-x-brand-grey\/65 {
  border-left-color: rgb(218 218 218 / 0.65) !important;
  border-right-color: rgb(218 218 218 / 0.65) !important;
}

.border-x-brand-grey\/70 {
  border-left-color: rgb(218 218 218 / 0.7) !important;
  border-right-color: rgb(218 218 218 / 0.7) !important;
}

.border-x-brand-grey\/75 {
  border-left-color: rgb(218 218 218 / 0.75) !important;
  border-right-color: rgb(218 218 218 / 0.75) !important;
}

.border-x-brand-grey\/80 {
  border-left-color: rgb(218 218 218 / 0.8) !important;
  border-right-color: rgb(218 218 218 / 0.8) !important;
}

.border-x-brand-grey\/85 {
  border-left-color: rgb(218 218 218 / 0.85) !important;
  border-right-color: rgb(218 218 218 / 0.85) !important;
}

.border-x-brand-grey\/90 {
  border-left-color: rgb(218 218 218 / 0.9) !important;
  border-right-color: rgb(218 218 218 / 0.9) !important;
}

.border-x-brand-grey\/95 {
  border-left-color: rgb(218 218 218 / 0.95) !important;
  border-right-color: rgb(218 218 218 / 0.95) !important;
}

.border-x-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-greyDarkest\/0 {
  border-left-color: rgb(26 3 27 / 0) !important;
  border-right-color: rgb(26 3 27 / 0) !important;
}

.border-x-brand-greyDarkest\/10 {
  border-left-color: rgb(26 3 27 / 0.1) !important;
  border-right-color: rgb(26 3 27 / 0.1) !important;
}

.border-x-brand-greyDarkest\/100 {
  border-left-color: rgb(26 3 27 / 1) !important;
  border-right-color: rgb(26 3 27 / 1) !important;
}

.border-x-brand-greyDarkest\/15 {
  border-left-color: rgb(26 3 27 / 0.15) !important;
  border-right-color: rgb(26 3 27 / 0.15) !important;
}

.border-x-brand-greyDarkest\/20 {
  border-left-color: rgb(26 3 27 / 0.2) !important;
  border-right-color: rgb(26 3 27 / 0.2) !important;
}

.border-x-brand-greyDarkest\/25 {
  border-left-color: rgb(26 3 27 / 0.25) !important;
  border-right-color: rgb(26 3 27 / 0.25) !important;
}

.border-x-brand-greyDarkest\/30 {
  border-left-color: rgb(26 3 27 / 0.3) !important;
  border-right-color: rgb(26 3 27 / 0.3) !important;
}

.border-x-brand-greyDarkest\/35 {
  border-left-color: rgb(26 3 27 / 0.35) !important;
  border-right-color: rgb(26 3 27 / 0.35) !important;
}

.border-x-brand-greyDarkest\/40 {
  border-left-color: rgb(26 3 27 / 0.4) !important;
  border-right-color: rgb(26 3 27 / 0.4) !important;
}

.border-x-brand-greyDarkest\/45 {
  border-left-color: rgb(26 3 27 / 0.45) !important;
  border-right-color: rgb(26 3 27 / 0.45) !important;
}

.border-x-brand-greyDarkest\/5 {
  border-left-color: rgb(26 3 27 / 0.05) !important;
  border-right-color: rgb(26 3 27 / 0.05) !important;
}

.border-x-brand-greyDarkest\/50 {
  border-left-color: rgb(26 3 27 / 0.5) !important;
  border-right-color: rgb(26 3 27 / 0.5) !important;
}

.border-x-brand-greyDarkest\/55 {
  border-left-color: rgb(26 3 27 / 0.55) !important;
  border-right-color: rgb(26 3 27 / 0.55) !important;
}

.border-x-brand-greyDarkest\/60 {
  border-left-color: rgb(26 3 27 / 0.6) !important;
  border-right-color: rgb(26 3 27 / 0.6) !important;
}

.border-x-brand-greyDarkest\/65 {
  border-left-color: rgb(26 3 27 / 0.65) !important;
  border-right-color: rgb(26 3 27 / 0.65) !important;
}

.border-x-brand-greyDarkest\/70 {
  border-left-color: rgb(26 3 27 / 0.7) !important;
  border-right-color: rgb(26 3 27 / 0.7) !important;
}

.border-x-brand-greyDarkest\/75 {
  border-left-color: rgb(26 3 27 / 0.75) !important;
  border-right-color: rgb(26 3 27 / 0.75) !important;
}

.border-x-brand-greyDarkest\/80 {
  border-left-color: rgb(26 3 27 / 0.8) !important;
  border-right-color: rgb(26 3 27 / 0.8) !important;
}

.border-x-brand-greyDarkest\/85 {
  border-left-color: rgb(26 3 27 / 0.85) !important;
  border-right-color: rgb(26 3 27 / 0.85) !important;
}

.border-x-brand-greyDarkest\/90 {
  border-left-color: rgb(26 3 27 / 0.9) !important;
  border-right-color: rgb(26 3 27 / 0.9) !important;
}

.border-x-brand-greyDarkest\/95 {
  border-left-color: rgb(26 3 27 / 0.95) !important;
  border-right-color: rgb(26 3 27 / 0.95) !important;
}

.border-x-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-greyLight\/0 {
  border-left-color: rgb(249 248 254 / 0) !important;
  border-right-color: rgb(249 248 254 / 0) !important;
}

.border-x-brand-greyLight\/10 {
  border-left-color: rgb(249 248 254 / 0.1) !important;
  border-right-color: rgb(249 248 254 / 0.1) !important;
}

.border-x-brand-greyLight\/100 {
  border-left-color: rgb(249 248 254 / 1) !important;
  border-right-color: rgb(249 248 254 / 1) !important;
}

.border-x-brand-greyLight\/15 {
  border-left-color: rgb(249 248 254 / 0.15) !important;
  border-right-color: rgb(249 248 254 / 0.15) !important;
}

.border-x-brand-greyLight\/20 {
  border-left-color: rgb(249 248 254 / 0.2) !important;
  border-right-color: rgb(249 248 254 / 0.2) !important;
}

.border-x-brand-greyLight\/25 {
  border-left-color: rgb(249 248 254 / 0.25) !important;
  border-right-color: rgb(249 248 254 / 0.25) !important;
}

.border-x-brand-greyLight\/30 {
  border-left-color: rgb(249 248 254 / 0.3) !important;
  border-right-color: rgb(249 248 254 / 0.3) !important;
}

.border-x-brand-greyLight\/35 {
  border-left-color: rgb(249 248 254 / 0.35) !important;
  border-right-color: rgb(249 248 254 / 0.35) !important;
}

.border-x-brand-greyLight\/40 {
  border-left-color: rgb(249 248 254 / 0.4) !important;
  border-right-color: rgb(249 248 254 / 0.4) !important;
}

.border-x-brand-greyLight\/45 {
  border-left-color: rgb(249 248 254 / 0.45) !important;
  border-right-color: rgb(249 248 254 / 0.45) !important;
}

.border-x-brand-greyLight\/5 {
  border-left-color: rgb(249 248 254 / 0.05) !important;
  border-right-color: rgb(249 248 254 / 0.05) !important;
}

.border-x-brand-greyLight\/50 {
  border-left-color: rgb(249 248 254 / 0.5) !important;
  border-right-color: rgb(249 248 254 / 0.5) !important;
}

.border-x-brand-greyLight\/55 {
  border-left-color: rgb(249 248 254 / 0.55) !important;
  border-right-color: rgb(249 248 254 / 0.55) !important;
}

.border-x-brand-greyLight\/60 {
  border-left-color: rgb(249 248 254 / 0.6) !important;
  border-right-color: rgb(249 248 254 / 0.6) !important;
}

.border-x-brand-greyLight\/65 {
  border-left-color: rgb(249 248 254 / 0.65) !important;
  border-right-color: rgb(249 248 254 / 0.65) !important;
}

.border-x-brand-greyLight\/70 {
  border-left-color: rgb(249 248 254 / 0.7) !important;
  border-right-color: rgb(249 248 254 / 0.7) !important;
}

.border-x-brand-greyLight\/75 {
  border-left-color: rgb(249 248 254 / 0.75) !important;
  border-right-color: rgb(249 248 254 / 0.75) !important;
}

.border-x-brand-greyLight\/80 {
  border-left-color: rgb(249 248 254 / 0.8) !important;
  border-right-color: rgb(249 248 254 / 0.8) !important;
}

.border-x-brand-greyLight\/85 {
  border-left-color: rgb(249 248 254 / 0.85) !important;
  border-right-color: rgb(249 248 254 / 0.85) !important;
}

.border-x-brand-greyLight\/90 {
  border-left-color: rgb(249 248 254 / 0.9) !important;
  border-right-color: rgb(249 248 254 / 0.9) !important;
}

.border-x-brand-greyLight\/95 {
  border-left-color: rgb(249 248 254 / 0.95) !important;
  border-right-color: rgb(249 248 254 / 0.95) !important;
}

.border-x-brand-red {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-red\/0 {
  border-left-color: rgb(223 45 59 / 0) !important;
  border-right-color: rgb(223 45 59 / 0) !important;
}

.border-x-brand-red\/10 {
  border-left-color: rgb(223 45 59 / 0.1) !important;
  border-right-color: rgb(223 45 59 / 0.1) !important;
}

.border-x-brand-red\/100 {
  border-left-color: rgb(223 45 59 / 1) !important;
  border-right-color: rgb(223 45 59 / 1) !important;
}

.border-x-brand-red\/15 {
  border-left-color: rgb(223 45 59 / 0.15) !important;
  border-right-color: rgb(223 45 59 / 0.15) !important;
}

.border-x-brand-red\/20 {
  border-left-color: rgb(223 45 59 / 0.2) !important;
  border-right-color: rgb(223 45 59 / 0.2) !important;
}

.border-x-brand-red\/25 {
  border-left-color: rgb(223 45 59 / 0.25) !important;
  border-right-color: rgb(223 45 59 / 0.25) !important;
}

.border-x-brand-red\/30 {
  border-left-color: rgb(223 45 59 / 0.3) !important;
  border-right-color: rgb(223 45 59 / 0.3) !important;
}

.border-x-brand-red\/35 {
  border-left-color: rgb(223 45 59 / 0.35) !important;
  border-right-color: rgb(223 45 59 / 0.35) !important;
}

.border-x-brand-red\/40 {
  border-left-color: rgb(223 45 59 / 0.4) !important;
  border-right-color: rgb(223 45 59 / 0.4) !important;
}

.border-x-brand-red\/45 {
  border-left-color: rgb(223 45 59 / 0.45) !important;
  border-right-color: rgb(223 45 59 / 0.45) !important;
}

.border-x-brand-red\/5 {
  border-left-color: rgb(223 45 59 / 0.05) !important;
  border-right-color: rgb(223 45 59 / 0.05) !important;
}

.border-x-brand-red\/50 {
  border-left-color: rgb(223 45 59 / 0.5) !important;
  border-right-color: rgb(223 45 59 / 0.5) !important;
}

.border-x-brand-red\/55 {
  border-left-color: rgb(223 45 59 / 0.55) !important;
  border-right-color: rgb(223 45 59 / 0.55) !important;
}

.border-x-brand-red\/60 {
  border-left-color: rgb(223 45 59 / 0.6) !important;
  border-right-color: rgb(223 45 59 / 0.6) !important;
}

.border-x-brand-red\/65 {
  border-left-color: rgb(223 45 59 / 0.65) !important;
  border-right-color: rgb(223 45 59 / 0.65) !important;
}

.border-x-brand-red\/70 {
  border-left-color: rgb(223 45 59 / 0.7) !important;
  border-right-color: rgb(223 45 59 / 0.7) !important;
}

.border-x-brand-red\/75 {
  border-left-color: rgb(223 45 59 / 0.75) !important;
  border-right-color: rgb(223 45 59 / 0.75) !important;
}

.border-x-brand-red\/80 {
  border-left-color: rgb(223 45 59 / 0.8) !important;
  border-right-color: rgb(223 45 59 / 0.8) !important;
}

.border-x-brand-red\/85 {
  border-left-color: rgb(223 45 59 / 0.85) !important;
  border-right-color: rgb(223 45 59 / 0.85) !important;
}

.border-x-brand-red\/90 {
  border-left-color: rgb(223 45 59 / 0.9) !important;
  border-right-color: rgb(223 45 59 / 0.9) !important;
}

.border-x-brand-red\/95 {
  border-left-color: rgb(223 45 59 / 0.95) !important;
  border-right-color: rgb(223 45 59 / 0.95) !important;
}

.border-x-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-redDark\/0 {
  border-left-color: rgb(190 22 35 / 0) !important;
  border-right-color: rgb(190 22 35 / 0) !important;
}

.border-x-brand-redDark\/10 {
  border-left-color: rgb(190 22 35 / 0.1) !important;
  border-right-color: rgb(190 22 35 / 0.1) !important;
}

.border-x-brand-redDark\/100 {
  border-left-color: rgb(190 22 35 / 1) !important;
  border-right-color: rgb(190 22 35 / 1) !important;
}

.border-x-brand-redDark\/15 {
  border-left-color: rgb(190 22 35 / 0.15) !important;
  border-right-color: rgb(190 22 35 / 0.15) !important;
}

.border-x-brand-redDark\/20 {
  border-left-color: rgb(190 22 35 / 0.2) !important;
  border-right-color: rgb(190 22 35 / 0.2) !important;
}

.border-x-brand-redDark\/25 {
  border-left-color: rgb(190 22 35 / 0.25) !important;
  border-right-color: rgb(190 22 35 / 0.25) !important;
}

.border-x-brand-redDark\/30 {
  border-left-color: rgb(190 22 35 / 0.3) !important;
  border-right-color: rgb(190 22 35 / 0.3) !important;
}

.border-x-brand-redDark\/35 {
  border-left-color: rgb(190 22 35 / 0.35) !important;
  border-right-color: rgb(190 22 35 / 0.35) !important;
}

.border-x-brand-redDark\/40 {
  border-left-color: rgb(190 22 35 / 0.4) !important;
  border-right-color: rgb(190 22 35 / 0.4) !important;
}

.border-x-brand-redDark\/45 {
  border-left-color: rgb(190 22 35 / 0.45) !important;
  border-right-color: rgb(190 22 35 / 0.45) !important;
}

.border-x-brand-redDark\/5 {
  border-left-color: rgb(190 22 35 / 0.05) !important;
  border-right-color: rgb(190 22 35 / 0.05) !important;
}

.border-x-brand-redDark\/50 {
  border-left-color: rgb(190 22 35 / 0.5) !important;
  border-right-color: rgb(190 22 35 / 0.5) !important;
}

.border-x-brand-redDark\/55 {
  border-left-color: rgb(190 22 35 / 0.55) !important;
  border-right-color: rgb(190 22 35 / 0.55) !important;
}

.border-x-brand-redDark\/60 {
  border-left-color: rgb(190 22 35 / 0.6) !important;
  border-right-color: rgb(190 22 35 / 0.6) !important;
}

.border-x-brand-redDark\/65 {
  border-left-color: rgb(190 22 35 / 0.65) !important;
  border-right-color: rgb(190 22 35 / 0.65) !important;
}

.border-x-brand-redDark\/70 {
  border-left-color: rgb(190 22 35 / 0.7) !important;
  border-right-color: rgb(190 22 35 / 0.7) !important;
}

.border-x-brand-redDark\/75 {
  border-left-color: rgb(190 22 35 / 0.75) !important;
  border-right-color: rgb(190 22 35 / 0.75) !important;
}

.border-x-brand-redDark\/80 {
  border-left-color: rgb(190 22 35 / 0.8) !important;
  border-right-color: rgb(190 22 35 / 0.8) !important;
}

.border-x-brand-redDark\/85 {
  border-left-color: rgb(190 22 35 / 0.85) !important;
  border-right-color: rgb(190 22 35 / 0.85) !important;
}

.border-x-brand-redDark\/90 {
  border-left-color: rgb(190 22 35 / 0.9) !important;
  border-right-color: rgb(190 22 35 / 0.9) !important;
}

.border-x-brand-redDark\/95 {
  border-left-color: rgb(190 22 35 / 0.95) !important;
  border-right-color: rgb(190 22 35 / 0.95) !important;
}

.border-x-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-systemGreen\/0 {
  border-left-color: rgb(30 214 93 / 0) !important;
  border-right-color: rgb(30 214 93 / 0) !important;
}

.border-x-brand-systemGreen\/10 {
  border-left-color: rgb(30 214 93 / 0.1) !important;
  border-right-color: rgb(30 214 93 / 0.1) !important;
}

.border-x-brand-systemGreen\/100 {
  border-left-color: rgb(30 214 93 / 1) !important;
  border-right-color: rgb(30 214 93 / 1) !important;
}

.border-x-brand-systemGreen\/15 {
  border-left-color: rgb(30 214 93 / 0.15) !important;
  border-right-color: rgb(30 214 93 / 0.15) !important;
}

.border-x-brand-systemGreen\/20 {
  border-left-color: rgb(30 214 93 / 0.2) !important;
  border-right-color: rgb(30 214 93 / 0.2) !important;
}

.border-x-brand-systemGreen\/25 {
  border-left-color: rgb(30 214 93 / 0.25) !important;
  border-right-color: rgb(30 214 93 / 0.25) !important;
}

.border-x-brand-systemGreen\/30 {
  border-left-color: rgb(30 214 93 / 0.3) !important;
  border-right-color: rgb(30 214 93 / 0.3) !important;
}

.border-x-brand-systemGreen\/35 {
  border-left-color: rgb(30 214 93 / 0.35) !important;
  border-right-color: rgb(30 214 93 / 0.35) !important;
}

.border-x-brand-systemGreen\/40 {
  border-left-color: rgb(30 214 93 / 0.4) !important;
  border-right-color: rgb(30 214 93 / 0.4) !important;
}

.border-x-brand-systemGreen\/45 {
  border-left-color: rgb(30 214 93 / 0.45) !important;
  border-right-color: rgb(30 214 93 / 0.45) !important;
}

.border-x-brand-systemGreen\/5 {
  border-left-color: rgb(30 214 93 / 0.05) !important;
  border-right-color: rgb(30 214 93 / 0.05) !important;
}

.border-x-brand-systemGreen\/50 {
  border-left-color: rgb(30 214 93 / 0.5) !important;
  border-right-color: rgb(30 214 93 / 0.5) !important;
}

.border-x-brand-systemGreen\/55 {
  border-left-color: rgb(30 214 93 / 0.55) !important;
  border-right-color: rgb(30 214 93 / 0.55) !important;
}

.border-x-brand-systemGreen\/60 {
  border-left-color: rgb(30 214 93 / 0.6) !important;
  border-right-color: rgb(30 214 93 / 0.6) !important;
}

.border-x-brand-systemGreen\/65 {
  border-left-color: rgb(30 214 93 / 0.65) !important;
  border-right-color: rgb(30 214 93 / 0.65) !important;
}

.border-x-brand-systemGreen\/70 {
  border-left-color: rgb(30 214 93 / 0.7) !important;
  border-right-color: rgb(30 214 93 / 0.7) !important;
}

.border-x-brand-systemGreen\/75 {
  border-left-color: rgb(30 214 93 / 0.75) !important;
  border-right-color: rgb(30 214 93 / 0.75) !important;
}

.border-x-brand-systemGreen\/80 {
  border-left-color: rgb(30 214 93 / 0.8) !important;
  border-right-color: rgb(30 214 93 / 0.8) !important;
}

.border-x-brand-systemGreen\/85 {
  border-left-color: rgb(30 214 93 / 0.85) !important;
  border-right-color: rgb(30 214 93 / 0.85) !important;
}

.border-x-brand-systemGreen\/90 {
  border-left-color: rgb(30 214 93 / 0.9) !important;
  border-right-color: rgb(30 214 93 / 0.9) !important;
}

.border-x-brand-systemGreen\/95 {
  border-left-color: rgb(30 214 93 / 0.95) !important;
  border-right-color: rgb(30 214 93 / 0.95) !important;
}

.border-x-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-systemOrange\/0 {
  border-left-color: rgb(216 125 19 / 0) !important;
  border-right-color: rgb(216 125 19 / 0) !important;
}

.border-x-brand-systemOrange\/10 {
  border-left-color: rgb(216 125 19 / 0.1) !important;
  border-right-color: rgb(216 125 19 / 0.1) !important;
}

.border-x-brand-systemOrange\/100 {
  border-left-color: rgb(216 125 19 / 1) !important;
  border-right-color: rgb(216 125 19 / 1) !important;
}

.border-x-brand-systemOrange\/15 {
  border-left-color: rgb(216 125 19 / 0.15) !important;
  border-right-color: rgb(216 125 19 / 0.15) !important;
}

.border-x-brand-systemOrange\/20 {
  border-left-color: rgb(216 125 19 / 0.2) !important;
  border-right-color: rgb(216 125 19 / 0.2) !important;
}

.border-x-brand-systemOrange\/25 {
  border-left-color: rgb(216 125 19 / 0.25) !important;
  border-right-color: rgb(216 125 19 / 0.25) !important;
}

.border-x-brand-systemOrange\/30 {
  border-left-color: rgb(216 125 19 / 0.3) !important;
  border-right-color: rgb(216 125 19 / 0.3) !important;
}

.border-x-brand-systemOrange\/35 {
  border-left-color: rgb(216 125 19 / 0.35) !important;
  border-right-color: rgb(216 125 19 / 0.35) !important;
}

.border-x-brand-systemOrange\/40 {
  border-left-color: rgb(216 125 19 / 0.4) !important;
  border-right-color: rgb(216 125 19 / 0.4) !important;
}

.border-x-brand-systemOrange\/45 {
  border-left-color: rgb(216 125 19 / 0.45) !important;
  border-right-color: rgb(216 125 19 / 0.45) !important;
}

.border-x-brand-systemOrange\/5 {
  border-left-color: rgb(216 125 19 / 0.05) !important;
  border-right-color: rgb(216 125 19 / 0.05) !important;
}

.border-x-brand-systemOrange\/50 {
  border-left-color: rgb(216 125 19 / 0.5) !important;
  border-right-color: rgb(216 125 19 / 0.5) !important;
}

.border-x-brand-systemOrange\/55 {
  border-left-color: rgb(216 125 19 / 0.55) !important;
  border-right-color: rgb(216 125 19 / 0.55) !important;
}

.border-x-brand-systemOrange\/60 {
  border-left-color: rgb(216 125 19 / 0.6) !important;
  border-right-color: rgb(216 125 19 / 0.6) !important;
}

.border-x-brand-systemOrange\/65 {
  border-left-color: rgb(216 125 19 / 0.65) !important;
  border-right-color: rgb(216 125 19 / 0.65) !important;
}

.border-x-brand-systemOrange\/70 {
  border-left-color: rgb(216 125 19 / 0.7) !important;
  border-right-color: rgb(216 125 19 / 0.7) !important;
}

.border-x-brand-systemOrange\/75 {
  border-left-color: rgb(216 125 19 / 0.75) !important;
  border-right-color: rgb(216 125 19 / 0.75) !important;
}

.border-x-brand-systemOrange\/80 {
  border-left-color: rgb(216 125 19 / 0.8) !important;
  border-right-color: rgb(216 125 19 / 0.8) !important;
}

.border-x-brand-systemOrange\/85 {
  border-left-color: rgb(216 125 19 / 0.85) !important;
  border-right-color: rgb(216 125 19 / 0.85) !important;
}

.border-x-brand-systemOrange\/90 {
  border-left-color: rgb(216 125 19 / 0.9) !important;
  border-right-color: rgb(216 125 19 / 0.9) !important;
}

.border-x-brand-systemOrange\/95 {
  border-left-color: rgb(216 125 19 / 0.95) !important;
  border-right-color: rgb(216 125 19 / 0.95) !important;
}

.border-x-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-systemRed\/0 {
  border-left-color: rgb(227 45 59 / 0) !important;
  border-right-color: rgb(227 45 59 / 0) !important;
}

.border-x-brand-systemRed\/10 {
  border-left-color: rgb(227 45 59 / 0.1) !important;
  border-right-color: rgb(227 45 59 / 0.1) !important;
}

.border-x-brand-systemRed\/100 {
  border-left-color: rgb(227 45 59 / 1) !important;
  border-right-color: rgb(227 45 59 / 1) !important;
}

.border-x-brand-systemRed\/15 {
  border-left-color: rgb(227 45 59 / 0.15) !important;
  border-right-color: rgb(227 45 59 / 0.15) !important;
}

.border-x-brand-systemRed\/20 {
  border-left-color: rgb(227 45 59 / 0.2) !important;
  border-right-color: rgb(227 45 59 / 0.2) !important;
}

.border-x-brand-systemRed\/25 {
  border-left-color: rgb(227 45 59 / 0.25) !important;
  border-right-color: rgb(227 45 59 / 0.25) !important;
}

.border-x-brand-systemRed\/30 {
  border-left-color: rgb(227 45 59 / 0.3) !important;
  border-right-color: rgb(227 45 59 / 0.3) !important;
}

.border-x-brand-systemRed\/35 {
  border-left-color: rgb(227 45 59 / 0.35) !important;
  border-right-color: rgb(227 45 59 / 0.35) !important;
}

.border-x-brand-systemRed\/40 {
  border-left-color: rgb(227 45 59 / 0.4) !important;
  border-right-color: rgb(227 45 59 / 0.4) !important;
}

.border-x-brand-systemRed\/45 {
  border-left-color: rgb(227 45 59 / 0.45) !important;
  border-right-color: rgb(227 45 59 / 0.45) !important;
}

.border-x-brand-systemRed\/5 {
  border-left-color: rgb(227 45 59 / 0.05) !important;
  border-right-color: rgb(227 45 59 / 0.05) !important;
}

.border-x-brand-systemRed\/50 {
  border-left-color: rgb(227 45 59 / 0.5) !important;
  border-right-color: rgb(227 45 59 / 0.5) !important;
}

.border-x-brand-systemRed\/55 {
  border-left-color: rgb(227 45 59 / 0.55) !important;
  border-right-color: rgb(227 45 59 / 0.55) !important;
}

.border-x-brand-systemRed\/60 {
  border-left-color: rgb(227 45 59 / 0.6) !important;
  border-right-color: rgb(227 45 59 / 0.6) !important;
}

.border-x-brand-systemRed\/65 {
  border-left-color: rgb(227 45 59 / 0.65) !important;
  border-right-color: rgb(227 45 59 / 0.65) !important;
}

.border-x-brand-systemRed\/70 {
  border-left-color: rgb(227 45 59 / 0.7) !important;
  border-right-color: rgb(227 45 59 / 0.7) !important;
}

.border-x-brand-systemRed\/75 {
  border-left-color: rgb(227 45 59 / 0.75) !important;
  border-right-color: rgb(227 45 59 / 0.75) !important;
}

.border-x-brand-systemRed\/80 {
  border-left-color: rgb(227 45 59 / 0.8) !important;
  border-right-color: rgb(227 45 59 / 0.8) !important;
}

.border-x-brand-systemRed\/85 {
  border-left-color: rgb(227 45 59 / 0.85) !important;
  border-right-color: rgb(227 45 59 / 0.85) !important;
}

.border-x-brand-systemRed\/90 {
  border-left-color: rgb(227 45 59 / 0.9) !important;
  border-right-color: rgb(227 45 59 / 0.9) !important;
}

.border-x-brand-systemRed\/95 {
  border-left-color: rgb(227 45 59 / 0.95) !important;
  border-right-color: rgb(227 45 59 / 0.95) !important;
}

.border-x-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-systemYellow\/0 {
  border-left-color: rgb(227 203 15 / 0) !important;
  border-right-color: rgb(227 203 15 / 0) !important;
}

.border-x-brand-systemYellow\/10 {
  border-left-color: rgb(227 203 15 / 0.1) !important;
  border-right-color: rgb(227 203 15 / 0.1) !important;
}

.border-x-brand-systemYellow\/100 {
  border-left-color: rgb(227 203 15 / 1) !important;
  border-right-color: rgb(227 203 15 / 1) !important;
}

.border-x-brand-systemYellow\/15 {
  border-left-color: rgb(227 203 15 / 0.15) !important;
  border-right-color: rgb(227 203 15 / 0.15) !important;
}

.border-x-brand-systemYellow\/20 {
  border-left-color: rgb(227 203 15 / 0.2) !important;
  border-right-color: rgb(227 203 15 / 0.2) !important;
}

.border-x-brand-systemYellow\/25 {
  border-left-color: rgb(227 203 15 / 0.25) !important;
  border-right-color: rgb(227 203 15 / 0.25) !important;
}

.border-x-brand-systemYellow\/30 {
  border-left-color: rgb(227 203 15 / 0.3) !important;
  border-right-color: rgb(227 203 15 / 0.3) !important;
}

.border-x-brand-systemYellow\/35 {
  border-left-color: rgb(227 203 15 / 0.35) !important;
  border-right-color: rgb(227 203 15 / 0.35) !important;
}

.border-x-brand-systemYellow\/40 {
  border-left-color: rgb(227 203 15 / 0.4) !important;
  border-right-color: rgb(227 203 15 / 0.4) !important;
}

.border-x-brand-systemYellow\/45 {
  border-left-color: rgb(227 203 15 / 0.45) !important;
  border-right-color: rgb(227 203 15 / 0.45) !important;
}

.border-x-brand-systemYellow\/5 {
  border-left-color: rgb(227 203 15 / 0.05) !important;
  border-right-color: rgb(227 203 15 / 0.05) !important;
}

.border-x-brand-systemYellow\/50 {
  border-left-color: rgb(227 203 15 / 0.5) !important;
  border-right-color: rgb(227 203 15 / 0.5) !important;
}

.border-x-brand-systemYellow\/55 {
  border-left-color: rgb(227 203 15 / 0.55) !important;
  border-right-color: rgb(227 203 15 / 0.55) !important;
}

.border-x-brand-systemYellow\/60 {
  border-left-color: rgb(227 203 15 / 0.6) !important;
  border-right-color: rgb(227 203 15 / 0.6) !important;
}

.border-x-brand-systemYellow\/65 {
  border-left-color: rgb(227 203 15 / 0.65) !important;
  border-right-color: rgb(227 203 15 / 0.65) !important;
}

.border-x-brand-systemYellow\/70 {
  border-left-color: rgb(227 203 15 / 0.7) !important;
  border-right-color: rgb(227 203 15 / 0.7) !important;
}

.border-x-brand-systemYellow\/75 {
  border-left-color: rgb(227 203 15 / 0.75) !important;
  border-right-color: rgb(227 203 15 / 0.75) !important;
}

.border-x-brand-systemYellow\/80 {
  border-left-color: rgb(227 203 15 / 0.8) !important;
  border-right-color: rgb(227 203 15 / 0.8) !important;
}

.border-x-brand-systemYellow\/85 {
  border-left-color: rgb(227 203 15 / 0.85) !important;
  border-right-color: rgb(227 203 15 / 0.85) !important;
}

.border-x-brand-systemYellow\/90 {
  border-left-color: rgb(227 203 15 / 0.9) !important;
  border-right-color: rgb(227 203 15 / 0.9) !important;
}

.border-x-brand-systemYellow\/95 {
  border-left-color: rgb(227 203 15 / 0.95) !important;
  border-right-color: rgb(227 203 15 / 0.95) !important;
}

.border-x-brand-text {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-text\/0 {
  border-left-color: rgb(18 2 28 / 0) !important;
  border-right-color: rgb(18 2 28 / 0) !important;
}

.border-x-brand-text\/10 {
  border-left-color: rgb(18 2 28 / 0.1) !important;
  border-right-color: rgb(18 2 28 / 0.1) !important;
}

.border-x-brand-text\/100 {
  border-left-color: rgb(18 2 28 / 1) !important;
  border-right-color: rgb(18 2 28 / 1) !important;
}

.border-x-brand-text\/15 {
  border-left-color: rgb(18 2 28 / 0.15) !important;
  border-right-color: rgb(18 2 28 / 0.15) !important;
}

.border-x-brand-text\/20 {
  border-left-color: rgb(18 2 28 / 0.2) !important;
  border-right-color: rgb(18 2 28 / 0.2) !important;
}

.border-x-brand-text\/25 {
  border-left-color: rgb(18 2 28 / 0.25) !important;
  border-right-color: rgb(18 2 28 / 0.25) !important;
}

.border-x-brand-text\/30 {
  border-left-color: rgb(18 2 28 / 0.3) !important;
  border-right-color: rgb(18 2 28 / 0.3) !important;
}

.border-x-brand-text\/35 {
  border-left-color: rgb(18 2 28 / 0.35) !important;
  border-right-color: rgb(18 2 28 / 0.35) !important;
}

.border-x-brand-text\/40 {
  border-left-color: rgb(18 2 28 / 0.4) !important;
  border-right-color: rgb(18 2 28 / 0.4) !important;
}

.border-x-brand-text\/45 {
  border-left-color: rgb(18 2 28 / 0.45) !important;
  border-right-color: rgb(18 2 28 / 0.45) !important;
}

.border-x-brand-text\/5 {
  border-left-color: rgb(18 2 28 / 0.05) !important;
  border-right-color: rgb(18 2 28 / 0.05) !important;
}

.border-x-brand-text\/50 {
  border-left-color: rgb(18 2 28 / 0.5) !important;
  border-right-color: rgb(18 2 28 / 0.5) !important;
}

.border-x-brand-text\/55 {
  border-left-color: rgb(18 2 28 / 0.55) !important;
  border-right-color: rgb(18 2 28 / 0.55) !important;
}

.border-x-brand-text\/60 {
  border-left-color: rgb(18 2 28 / 0.6) !important;
  border-right-color: rgb(18 2 28 / 0.6) !important;
}

.border-x-brand-text\/65 {
  border-left-color: rgb(18 2 28 / 0.65) !important;
  border-right-color: rgb(18 2 28 / 0.65) !important;
}

.border-x-brand-text\/70 {
  border-left-color: rgb(18 2 28 / 0.7) !important;
  border-right-color: rgb(18 2 28 / 0.7) !important;
}

.border-x-brand-text\/75 {
  border-left-color: rgb(18 2 28 / 0.75) !important;
  border-right-color: rgb(18 2 28 / 0.75) !important;
}

.border-x-brand-text\/80 {
  border-left-color: rgb(18 2 28 / 0.8) !important;
  border-right-color: rgb(18 2 28 / 0.8) !important;
}

.border-x-brand-text\/85 {
  border-left-color: rgb(18 2 28 / 0.85) !important;
  border-right-color: rgb(18 2 28 / 0.85) !important;
}

.border-x-brand-text\/90 {
  border-left-color: rgb(18 2 28 / 0.9) !important;
  border-right-color: rgb(18 2 28 / 0.9) !important;
}

.border-x-brand-text\/95 {
  border-left-color: rgb(18 2 28 / 0.95) !important;
  border-right-color: rgb(18 2 28 / 0.95) !important;
}

.border-x-brand-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-brand-white\/0 {
  border-left-color: rgb(255 255 255 / 0) !important;
  border-right-color: rgb(255 255 255 / 0) !important;
}

.border-x-brand-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1) !important;
  border-right-color: rgb(255 255 255 / 0.1) !important;
}

.border-x-brand-white\/100 {
  border-left-color: rgb(255 255 255 / 1) !important;
  border-right-color: rgb(255 255 255 / 1) !important;
}

.border-x-brand-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15) !important;
  border-right-color: rgb(255 255 255 / 0.15) !important;
}

.border-x-brand-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2) !important;
  border-right-color: rgb(255 255 255 / 0.2) !important;
}

.border-x-brand-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25) !important;
  border-right-color: rgb(255 255 255 / 0.25) !important;
}

.border-x-brand-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3) !important;
  border-right-color: rgb(255 255 255 / 0.3) !important;
}

.border-x-brand-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35) !important;
  border-right-color: rgb(255 255 255 / 0.35) !important;
}

.border-x-brand-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4) !important;
  border-right-color: rgb(255 255 255 / 0.4) !important;
}

.border-x-brand-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45) !important;
  border-right-color: rgb(255 255 255 / 0.45) !important;
}

.border-x-brand-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05) !important;
  border-right-color: rgb(255 255 255 / 0.05) !important;
}

.border-x-brand-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5) !important;
  border-right-color: rgb(255 255 255 / 0.5) !important;
}

.border-x-brand-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55) !important;
  border-right-color: rgb(255 255 255 / 0.55) !important;
}

.border-x-brand-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6) !important;
  border-right-color: rgb(255 255 255 / 0.6) !important;
}

.border-x-brand-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65) !important;
  border-right-color: rgb(255 255 255 / 0.65) !important;
}

.border-x-brand-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7) !important;
  border-right-color: rgb(255 255 255 / 0.7) !important;
}

.border-x-brand-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75) !important;
  border-right-color: rgb(255 255 255 / 0.75) !important;
}

.border-x-brand-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8) !important;
  border-right-color: rgb(255 255 255 / 0.8) !important;
}

.border-x-brand-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85) !important;
  border-right-color: rgb(255 255 255 / 0.85) !important;
}

.border-x-brand-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9) !important;
  border-right-color: rgb(255 255 255 / 0.9) !important;
}

.border-x-brand-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95) !important;
  border-right-color: rgb(255 255 255 / 0.95) !important;
}

.border-x-current {
  border-left-color: currentColor !important;
  border-right-color: currentColor !important;
}

.border-x-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-100\/0 {
  border-left-color: rgb(207 250 254 / 0) !important;
  border-right-color: rgb(207 250 254 / 0) !important;
}

.border-x-cyan-100\/10 {
  border-left-color: rgb(207 250 254 / 0.1) !important;
  border-right-color: rgb(207 250 254 / 0.1) !important;
}

.border-x-cyan-100\/100 {
  border-left-color: rgb(207 250 254 / 1) !important;
  border-right-color: rgb(207 250 254 / 1) !important;
}

.border-x-cyan-100\/15 {
  border-left-color: rgb(207 250 254 / 0.15) !important;
  border-right-color: rgb(207 250 254 / 0.15) !important;
}

.border-x-cyan-100\/20 {
  border-left-color: rgb(207 250 254 / 0.2) !important;
  border-right-color: rgb(207 250 254 / 0.2) !important;
}

.border-x-cyan-100\/25 {
  border-left-color: rgb(207 250 254 / 0.25) !important;
  border-right-color: rgb(207 250 254 / 0.25) !important;
}

.border-x-cyan-100\/30 {
  border-left-color: rgb(207 250 254 / 0.3) !important;
  border-right-color: rgb(207 250 254 / 0.3) !important;
}

.border-x-cyan-100\/35 {
  border-left-color: rgb(207 250 254 / 0.35) !important;
  border-right-color: rgb(207 250 254 / 0.35) !important;
}

.border-x-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4) !important;
  border-right-color: rgb(207 250 254 / 0.4) !important;
}

.border-x-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45) !important;
  border-right-color: rgb(207 250 254 / 0.45) !important;
}

.border-x-cyan-100\/5 {
  border-left-color: rgb(207 250 254 / 0.05) !important;
  border-right-color: rgb(207 250 254 / 0.05) !important;
}

.border-x-cyan-100\/50 {
  border-left-color: rgb(207 250 254 / 0.5) !important;
  border-right-color: rgb(207 250 254 / 0.5) !important;
}

.border-x-cyan-100\/55 {
  border-left-color: rgb(207 250 254 / 0.55) !important;
  border-right-color: rgb(207 250 254 / 0.55) !important;
}

.border-x-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6) !important;
  border-right-color: rgb(207 250 254 / 0.6) !important;
}

.border-x-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65) !important;
  border-right-color: rgb(207 250 254 / 0.65) !important;
}

.border-x-cyan-100\/70 {
  border-left-color: rgb(207 250 254 / 0.7) !important;
  border-right-color: rgb(207 250 254 / 0.7) !important;
}

.border-x-cyan-100\/75 {
  border-left-color: rgb(207 250 254 / 0.75) !important;
  border-right-color: rgb(207 250 254 / 0.75) !important;
}

.border-x-cyan-100\/80 {
  border-left-color: rgb(207 250 254 / 0.8) !important;
  border-right-color: rgb(207 250 254 / 0.8) !important;
}

.border-x-cyan-100\/85 {
  border-left-color: rgb(207 250 254 / 0.85) !important;
  border-right-color: rgb(207 250 254 / 0.85) !important;
}

.border-x-cyan-100\/90 {
  border-left-color: rgb(207 250 254 / 0.9) !important;
  border-right-color: rgb(207 250 254 / 0.9) !important;
}

.border-x-cyan-100\/95 {
  border-left-color: rgb(207 250 254 / 0.95) !important;
  border-right-color: rgb(207 250 254 / 0.95) !important;
}

.border-x-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-200\/0 {
  border-left-color: rgb(165 243 252 / 0) !important;
  border-right-color: rgb(165 243 252 / 0) !important;
}

.border-x-cyan-200\/10 {
  border-left-color: rgb(165 243 252 / 0.1) !important;
  border-right-color: rgb(165 243 252 / 0.1) !important;
}

.border-x-cyan-200\/100 {
  border-left-color: rgb(165 243 252 / 1) !important;
  border-right-color: rgb(165 243 252 / 1) !important;
}

.border-x-cyan-200\/15 {
  border-left-color: rgb(165 243 252 / 0.15) !important;
  border-right-color: rgb(165 243 252 / 0.15) !important;
}

.border-x-cyan-200\/20 {
  border-left-color: rgb(165 243 252 / 0.2) !important;
  border-right-color: rgb(165 243 252 / 0.2) !important;
}

.border-x-cyan-200\/25 {
  border-left-color: rgb(165 243 252 / 0.25) !important;
  border-right-color: rgb(165 243 252 / 0.25) !important;
}

.border-x-cyan-200\/30 {
  border-left-color: rgb(165 243 252 / 0.3) !important;
  border-right-color: rgb(165 243 252 / 0.3) !important;
}

.border-x-cyan-200\/35 {
  border-left-color: rgb(165 243 252 / 0.35) !important;
  border-right-color: rgb(165 243 252 / 0.35) !important;
}

.border-x-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4) !important;
  border-right-color: rgb(165 243 252 / 0.4) !important;
}

.border-x-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45) !important;
  border-right-color: rgb(165 243 252 / 0.45) !important;
}

.border-x-cyan-200\/5 {
  border-left-color: rgb(165 243 252 / 0.05) !important;
  border-right-color: rgb(165 243 252 / 0.05) !important;
}

.border-x-cyan-200\/50 {
  border-left-color: rgb(165 243 252 / 0.5) !important;
  border-right-color: rgb(165 243 252 / 0.5) !important;
}

.border-x-cyan-200\/55 {
  border-left-color: rgb(165 243 252 / 0.55) !important;
  border-right-color: rgb(165 243 252 / 0.55) !important;
}

.border-x-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6) !important;
  border-right-color: rgb(165 243 252 / 0.6) !important;
}

.border-x-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65) !important;
  border-right-color: rgb(165 243 252 / 0.65) !important;
}

.border-x-cyan-200\/70 {
  border-left-color: rgb(165 243 252 / 0.7) !important;
  border-right-color: rgb(165 243 252 / 0.7) !important;
}

.border-x-cyan-200\/75 {
  border-left-color: rgb(165 243 252 / 0.75) !important;
  border-right-color: rgb(165 243 252 / 0.75) !important;
}

.border-x-cyan-200\/80 {
  border-left-color: rgb(165 243 252 / 0.8) !important;
  border-right-color: rgb(165 243 252 / 0.8) !important;
}

.border-x-cyan-200\/85 {
  border-left-color: rgb(165 243 252 / 0.85) !important;
  border-right-color: rgb(165 243 252 / 0.85) !important;
}

.border-x-cyan-200\/90 {
  border-left-color: rgb(165 243 252 / 0.9) !important;
  border-right-color: rgb(165 243 252 / 0.9) !important;
}

.border-x-cyan-200\/95 {
  border-left-color: rgb(165 243 252 / 0.95) !important;
  border-right-color: rgb(165 243 252 / 0.95) !important;
}

.border-x-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-300\/0 {
  border-left-color: rgb(103 232 249 / 0) !important;
  border-right-color: rgb(103 232 249 / 0) !important;
}

.border-x-cyan-300\/10 {
  border-left-color: rgb(103 232 249 / 0.1) !important;
  border-right-color: rgb(103 232 249 / 0.1) !important;
}

.border-x-cyan-300\/100 {
  border-left-color: rgb(103 232 249 / 1) !important;
  border-right-color: rgb(103 232 249 / 1) !important;
}

.border-x-cyan-300\/15 {
  border-left-color: rgb(103 232 249 / 0.15) !important;
  border-right-color: rgb(103 232 249 / 0.15) !important;
}

.border-x-cyan-300\/20 {
  border-left-color: rgb(103 232 249 / 0.2) !important;
  border-right-color: rgb(103 232 249 / 0.2) !important;
}

.border-x-cyan-300\/25 {
  border-left-color: rgb(103 232 249 / 0.25) !important;
  border-right-color: rgb(103 232 249 / 0.25) !important;
}

.border-x-cyan-300\/30 {
  border-left-color: rgb(103 232 249 / 0.3) !important;
  border-right-color: rgb(103 232 249 / 0.3) !important;
}

.border-x-cyan-300\/35 {
  border-left-color: rgb(103 232 249 / 0.35) !important;
  border-right-color: rgb(103 232 249 / 0.35) !important;
}

.border-x-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4) !important;
  border-right-color: rgb(103 232 249 / 0.4) !important;
}

.border-x-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45) !important;
  border-right-color: rgb(103 232 249 / 0.45) !important;
}

.border-x-cyan-300\/5 {
  border-left-color: rgb(103 232 249 / 0.05) !important;
  border-right-color: rgb(103 232 249 / 0.05) !important;
}

.border-x-cyan-300\/50 {
  border-left-color: rgb(103 232 249 / 0.5) !important;
  border-right-color: rgb(103 232 249 / 0.5) !important;
}

.border-x-cyan-300\/55 {
  border-left-color: rgb(103 232 249 / 0.55) !important;
  border-right-color: rgb(103 232 249 / 0.55) !important;
}

.border-x-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6) !important;
  border-right-color: rgb(103 232 249 / 0.6) !important;
}

.border-x-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65) !important;
  border-right-color: rgb(103 232 249 / 0.65) !important;
}

.border-x-cyan-300\/70 {
  border-left-color: rgb(103 232 249 / 0.7) !important;
  border-right-color: rgb(103 232 249 / 0.7) !important;
}

.border-x-cyan-300\/75 {
  border-left-color: rgb(103 232 249 / 0.75) !important;
  border-right-color: rgb(103 232 249 / 0.75) !important;
}

.border-x-cyan-300\/80 {
  border-left-color: rgb(103 232 249 / 0.8) !important;
  border-right-color: rgb(103 232 249 / 0.8) !important;
}

.border-x-cyan-300\/85 {
  border-left-color: rgb(103 232 249 / 0.85) !important;
  border-right-color: rgb(103 232 249 / 0.85) !important;
}

.border-x-cyan-300\/90 {
  border-left-color: rgb(103 232 249 / 0.9) !important;
  border-right-color: rgb(103 232 249 / 0.9) !important;
}

.border-x-cyan-300\/95 {
  border-left-color: rgb(103 232 249 / 0.95) !important;
  border-right-color: rgb(103 232 249 / 0.95) !important;
}

.border-x-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-400\/0 {
  border-left-color: rgb(34 211 238 / 0) !important;
  border-right-color: rgb(34 211 238 / 0) !important;
}

.border-x-cyan-400\/10 {
  border-left-color: rgb(34 211 238 / 0.1) !important;
  border-right-color: rgb(34 211 238 / 0.1) !important;
}

.border-x-cyan-400\/100 {
  border-left-color: rgb(34 211 238 / 1) !important;
  border-right-color: rgb(34 211 238 / 1) !important;
}

.border-x-cyan-400\/15 {
  border-left-color: rgb(34 211 238 / 0.15) !important;
  border-right-color: rgb(34 211 238 / 0.15) !important;
}

.border-x-cyan-400\/20 {
  border-left-color: rgb(34 211 238 / 0.2) !important;
  border-right-color: rgb(34 211 238 / 0.2) !important;
}

.border-x-cyan-400\/25 {
  border-left-color: rgb(34 211 238 / 0.25) !important;
  border-right-color: rgb(34 211 238 / 0.25) !important;
}

.border-x-cyan-400\/30 {
  border-left-color: rgb(34 211 238 / 0.3) !important;
  border-right-color: rgb(34 211 238 / 0.3) !important;
}

.border-x-cyan-400\/35 {
  border-left-color: rgb(34 211 238 / 0.35) !important;
  border-right-color: rgb(34 211 238 / 0.35) !important;
}

.border-x-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4) !important;
  border-right-color: rgb(34 211 238 / 0.4) !important;
}

.border-x-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45) !important;
  border-right-color: rgb(34 211 238 / 0.45) !important;
}

.border-x-cyan-400\/5 {
  border-left-color: rgb(34 211 238 / 0.05) !important;
  border-right-color: rgb(34 211 238 / 0.05) !important;
}

.border-x-cyan-400\/50 {
  border-left-color: rgb(34 211 238 / 0.5) !important;
  border-right-color: rgb(34 211 238 / 0.5) !important;
}

.border-x-cyan-400\/55 {
  border-left-color: rgb(34 211 238 / 0.55) !important;
  border-right-color: rgb(34 211 238 / 0.55) !important;
}

.border-x-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6) !important;
  border-right-color: rgb(34 211 238 / 0.6) !important;
}

.border-x-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65) !important;
  border-right-color: rgb(34 211 238 / 0.65) !important;
}

.border-x-cyan-400\/70 {
  border-left-color: rgb(34 211 238 / 0.7) !important;
  border-right-color: rgb(34 211 238 / 0.7) !important;
}

.border-x-cyan-400\/75 {
  border-left-color: rgb(34 211 238 / 0.75) !important;
  border-right-color: rgb(34 211 238 / 0.75) !important;
}

.border-x-cyan-400\/80 {
  border-left-color: rgb(34 211 238 / 0.8) !important;
  border-right-color: rgb(34 211 238 / 0.8) !important;
}

.border-x-cyan-400\/85 {
  border-left-color: rgb(34 211 238 / 0.85) !important;
  border-right-color: rgb(34 211 238 / 0.85) !important;
}

.border-x-cyan-400\/90 {
  border-left-color: rgb(34 211 238 / 0.9) !important;
  border-right-color: rgb(34 211 238 / 0.9) !important;
}

.border-x-cyan-400\/95 {
  border-left-color: rgb(34 211 238 / 0.95) !important;
  border-right-color: rgb(34 211 238 / 0.95) !important;
}

.border-x-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-50\/0 {
  border-left-color: rgb(236 254 255 / 0) !important;
  border-right-color: rgb(236 254 255 / 0) !important;
}

.border-x-cyan-50\/10 {
  border-left-color: rgb(236 254 255 / 0.1) !important;
  border-right-color: rgb(236 254 255 / 0.1) !important;
}

.border-x-cyan-50\/100 {
  border-left-color: rgb(236 254 255 / 1) !important;
  border-right-color: rgb(236 254 255 / 1) !important;
}

.border-x-cyan-50\/15 {
  border-left-color: rgb(236 254 255 / 0.15) !important;
  border-right-color: rgb(236 254 255 / 0.15) !important;
}

.border-x-cyan-50\/20 {
  border-left-color: rgb(236 254 255 / 0.2) !important;
  border-right-color: rgb(236 254 255 / 0.2) !important;
}

.border-x-cyan-50\/25 {
  border-left-color: rgb(236 254 255 / 0.25) !important;
  border-right-color: rgb(236 254 255 / 0.25) !important;
}

.border-x-cyan-50\/30 {
  border-left-color: rgb(236 254 255 / 0.3) !important;
  border-right-color: rgb(236 254 255 / 0.3) !important;
}

.border-x-cyan-50\/35 {
  border-left-color: rgb(236 254 255 / 0.35) !important;
  border-right-color: rgb(236 254 255 / 0.35) !important;
}

.border-x-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4) !important;
  border-right-color: rgb(236 254 255 / 0.4) !important;
}

.border-x-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45) !important;
  border-right-color: rgb(236 254 255 / 0.45) !important;
}

.border-x-cyan-50\/5 {
  border-left-color: rgb(236 254 255 / 0.05) !important;
  border-right-color: rgb(236 254 255 / 0.05) !important;
}

.border-x-cyan-50\/50 {
  border-left-color: rgb(236 254 255 / 0.5) !important;
  border-right-color: rgb(236 254 255 / 0.5) !important;
}

.border-x-cyan-50\/55 {
  border-left-color: rgb(236 254 255 / 0.55) !important;
  border-right-color: rgb(236 254 255 / 0.55) !important;
}

.border-x-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6) !important;
  border-right-color: rgb(236 254 255 / 0.6) !important;
}

.border-x-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65) !important;
  border-right-color: rgb(236 254 255 / 0.65) !important;
}

.border-x-cyan-50\/70 {
  border-left-color: rgb(236 254 255 / 0.7) !important;
  border-right-color: rgb(236 254 255 / 0.7) !important;
}

.border-x-cyan-50\/75 {
  border-left-color: rgb(236 254 255 / 0.75) !important;
  border-right-color: rgb(236 254 255 / 0.75) !important;
}

.border-x-cyan-50\/80 {
  border-left-color: rgb(236 254 255 / 0.8) !important;
  border-right-color: rgb(236 254 255 / 0.8) !important;
}

.border-x-cyan-50\/85 {
  border-left-color: rgb(236 254 255 / 0.85) !important;
  border-right-color: rgb(236 254 255 / 0.85) !important;
}

.border-x-cyan-50\/90 {
  border-left-color: rgb(236 254 255 / 0.9) !important;
  border-right-color: rgb(236 254 255 / 0.9) !important;
}

.border-x-cyan-50\/95 {
  border-left-color: rgb(236 254 255 / 0.95) !important;
  border-right-color: rgb(236 254 255 / 0.95) !important;
}

.border-x-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-500\/0 {
  border-left-color: rgb(6 182 212 / 0) !important;
  border-right-color: rgb(6 182 212 / 0) !important;
}

.border-x-cyan-500\/10 {
  border-left-color: rgb(6 182 212 / 0.1) !important;
  border-right-color: rgb(6 182 212 / 0.1) !important;
}

.border-x-cyan-500\/100 {
  border-left-color: rgb(6 182 212 / 1) !important;
  border-right-color: rgb(6 182 212 / 1) !important;
}

.border-x-cyan-500\/15 {
  border-left-color: rgb(6 182 212 / 0.15) !important;
  border-right-color: rgb(6 182 212 / 0.15) !important;
}

.border-x-cyan-500\/20 {
  border-left-color: rgb(6 182 212 / 0.2) !important;
  border-right-color: rgb(6 182 212 / 0.2) !important;
}

.border-x-cyan-500\/25 {
  border-left-color: rgb(6 182 212 / 0.25) !important;
  border-right-color: rgb(6 182 212 / 0.25) !important;
}

.border-x-cyan-500\/30 {
  border-left-color: rgb(6 182 212 / 0.3) !important;
  border-right-color: rgb(6 182 212 / 0.3) !important;
}

.border-x-cyan-500\/35 {
  border-left-color: rgb(6 182 212 / 0.35) !important;
  border-right-color: rgb(6 182 212 / 0.35) !important;
}

.border-x-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4) !important;
  border-right-color: rgb(6 182 212 / 0.4) !important;
}

.border-x-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45) !important;
  border-right-color: rgb(6 182 212 / 0.45) !important;
}

.border-x-cyan-500\/5 {
  border-left-color: rgb(6 182 212 / 0.05) !important;
  border-right-color: rgb(6 182 212 / 0.05) !important;
}

.border-x-cyan-500\/50 {
  border-left-color: rgb(6 182 212 / 0.5) !important;
  border-right-color: rgb(6 182 212 / 0.5) !important;
}

.border-x-cyan-500\/55 {
  border-left-color: rgb(6 182 212 / 0.55) !important;
  border-right-color: rgb(6 182 212 / 0.55) !important;
}

.border-x-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6) !important;
  border-right-color: rgb(6 182 212 / 0.6) !important;
}

.border-x-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65) !important;
  border-right-color: rgb(6 182 212 / 0.65) !important;
}

.border-x-cyan-500\/70 {
  border-left-color: rgb(6 182 212 / 0.7) !important;
  border-right-color: rgb(6 182 212 / 0.7) !important;
}

.border-x-cyan-500\/75 {
  border-left-color: rgb(6 182 212 / 0.75) !important;
  border-right-color: rgb(6 182 212 / 0.75) !important;
}

.border-x-cyan-500\/80 {
  border-left-color: rgb(6 182 212 / 0.8) !important;
  border-right-color: rgb(6 182 212 / 0.8) !important;
}

.border-x-cyan-500\/85 {
  border-left-color: rgb(6 182 212 / 0.85) !important;
  border-right-color: rgb(6 182 212 / 0.85) !important;
}

.border-x-cyan-500\/90 {
  border-left-color: rgb(6 182 212 / 0.9) !important;
  border-right-color: rgb(6 182 212 / 0.9) !important;
}

.border-x-cyan-500\/95 {
  border-left-color: rgb(6 182 212 / 0.95) !important;
  border-right-color: rgb(6 182 212 / 0.95) !important;
}

.border-x-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-600\/0 {
  border-left-color: rgb(8 145 178 / 0) !important;
  border-right-color: rgb(8 145 178 / 0) !important;
}

.border-x-cyan-600\/10 {
  border-left-color: rgb(8 145 178 / 0.1) !important;
  border-right-color: rgb(8 145 178 / 0.1) !important;
}

.border-x-cyan-600\/100 {
  border-left-color: rgb(8 145 178 / 1) !important;
  border-right-color: rgb(8 145 178 / 1) !important;
}

.border-x-cyan-600\/15 {
  border-left-color: rgb(8 145 178 / 0.15) !important;
  border-right-color: rgb(8 145 178 / 0.15) !important;
}

.border-x-cyan-600\/20 {
  border-left-color: rgb(8 145 178 / 0.2) !important;
  border-right-color: rgb(8 145 178 / 0.2) !important;
}

.border-x-cyan-600\/25 {
  border-left-color: rgb(8 145 178 / 0.25) !important;
  border-right-color: rgb(8 145 178 / 0.25) !important;
}

.border-x-cyan-600\/30 {
  border-left-color: rgb(8 145 178 / 0.3) !important;
  border-right-color: rgb(8 145 178 / 0.3) !important;
}

.border-x-cyan-600\/35 {
  border-left-color: rgb(8 145 178 / 0.35) !important;
  border-right-color: rgb(8 145 178 / 0.35) !important;
}

.border-x-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4) !important;
  border-right-color: rgb(8 145 178 / 0.4) !important;
}

.border-x-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45) !important;
  border-right-color: rgb(8 145 178 / 0.45) !important;
}

.border-x-cyan-600\/5 {
  border-left-color: rgb(8 145 178 / 0.05) !important;
  border-right-color: rgb(8 145 178 / 0.05) !important;
}

.border-x-cyan-600\/50 {
  border-left-color: rgb(8 145 178 / 0.5) !important;
  border-right-color: rgb(8 145 178 / 0.5) !important;
}

.border-x-cyan-600\/55 {
  border-left-color: rgb(8 145 178 / 0.55) !important;
  border-right-color: rgb(8 145 178 / 0.55) !important;
}

.border-x-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6) !important;
  border-right-color: rgb(8 145 178 / 0.6) !important;
}

.border-x-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65) !important;
  border-right-color: rgb(8 145 178 / 0.65) !important;
}

.border-x-cyan-600\/70 {
  border-left-color: rgb(8 145 178 / 0.7) !important;
  border-right-color: rgb(8 145 178 / 0.7) !important;
}

.border-x-cyan-600\/75 {
  border-left-color: rgb(8 145 178 / 0.75) !important;
  border-right-color: rgb(8 145 178 / 0.75) !important;
}

.border-x-cyan-600\/80 {
  border-left-color: rgb(8 145 178 / 0.8) !important;
  border-right-color: rgb(8 145 178 / 0.8) !important;
}

.border-x-cyan-600\/85 {
  border-left-color: rgb(8 145 178 / 0.85) !important;
  border-right-color: rgb(8 145 178 / 0.85) !important;
}

.border-x-cyan-600\/90 {
  border-left-color: rgb(8 145 178 / 0.9) !important;
  border-right-color: rgb(8 145 178 / 0.9) !important;
}

.border-x-cyan-600\/95 {
  border-left-color: rgb(8 145 178 / 0.95) !important;
  border-right-color: rgb(8 145 178 / 0.95) !important;
}

.border-x-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-700\/0 {
  border-left-color: rgb(14 116 144 / 0) !important;
  border-right-color: rgb(14 116 144 / 0) !important;
}

.border-x-cyan-700\/10 {
  border-left-color: rgb(14 116 144 / 0.1) !important;
  border-right-color: rgb(14 116 144 / 0.1) !important;
}

.border-x-cyan-700\/100 {
  border-left-color: rgb(14 116 144 / 1) !important;
  border-right-color: rgb(14 116 144 / 1) !important;
}

.border-x-cyan-700\/15 {
  border-left-color: rgb(14 116 144 / 0.15) !important;
  border-right-color: rgb(14 116 144 / 0.15) !important;
}

.border-x-cyan-700\/20 {
  border-left-color: rgb(14 116 144 / 0.2) !important;
  border-right-color: rgb(14 116 144 / 0.2) !important;
}

.border-x-cyan-700\/25 {
  border-left-color: rgb(14 116 144 / 0.25) !important;
  border-right-color: rgb(14 116 144 / 0.25) !important;
}

.border-x-cyan-700\/30 {
  border-left-color: rgb(14 116 144 / 0.3) !important;
  border-right-color: rgb(14 116 144 / 0.3) !important;
}

.border-x-cyan-700\/35 {
  border-left-color: rgb(14 116 144 / 0.35) !important;
  border-right-color: rgb(14 116 144 / 0.35) !important;
}

.border-x-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4) !important;
  border-right-color: rgb(14 116 144 / 0.4) !important;
}

.border-x-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45) !important;
  border-right-color: rgb(14 116 144 / 0.45) !important;
}

.border-x-cyan-700\/5 {
  border-left-color: rgb(14 116 144 / 0.05) !important;
  border-right-color: rgb(14 116 144 / 0.05) !important;
}

.border-x-cyan-700\/50 {
  border-left-color: rgb(14 116 144 / 0.5) !important;
  border-right-color: rgb(14 116 144 / 0.5) !important;
}

.border-x-cyan-700\/55 {
  border-left-color: rgb(14 116 144 / 0.55) !important;
  border-right-color: rgb(14 116 144 / 0.55) !important;
}

.border-x-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6) !important;
  border-right-color: rgb(14 116 144 / 0.6) !important;
}

.border-x-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65) !important;
  border-right-color: rgb(14 116 144 / 0.65) !important;
}

.border-x-cyan-700\/70 {
  border-left-color: rgb(14 116 144 / 0.7) !important;
  border-right-color: rgb(14 116 144 / 0.7) !important;
}

.border-x-cyan-700\/75 {
  border-left-color: rgb(14 116 144 / 0.75) !important;
  border-right-color: rgb(14 116 144 / 0.75) !important;
}

.border-x-cyan-700\/80 {
  border-left-color: rgb(14 116 144 / 0.8) !important;
  border-right-color: rgb(14 116 144 / 0.8) !important;
}

.border-x-cyan-700\/85 {
  border-left-color: rgb(14 116 144 / 0.85) !important;
  border-right-color: rgb(14 116 144 / 0.85) !important;
}

.border-x-cyan-700\/90 {
  border-left-color: rgb(14 116 144 / 0.9) !important;
  border-right-color: rgb(14 116 144 / 0.9) !important;
}

.border-x-cyan-700\/95 {
  border-left-color: rgb(14 116 144 / 0.95) !important;
  border-right-color: rgb(14 116 144 / 0.95) !important;
}

.border-x-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-800\/0 {
  border-left-color: rgb(21 94 117 / 0) !important;
  border-right-color: rgb(21 94 117 / 0) !important;
}

.border-x-cyan-800\/10 {
  border-left-color: rgb(21 94 117 / 0.1) !important;
  border-right-color: rgb(21 94 117 / 0.1) !important;
}

.border-x-cyan-800\/100 {
  border-left-color: rgb(21 94 117 / 1) !important;
  border-right-color: rgb(21 94 117 / 1) !important;
}

.border-x-cyan-800\/15 {
  border-left-color: rgb(21 94 117 / 0.15) !important;
  border-right-color: rgb(21 94 117 / 0.15) !important;
}

.border-x-cyan-800\/20 {
  border-left-color: rgb(21 94 117 / 0.2) !important;
  border-right-color: rgb(21 94 117 / 0.2) !important;
}

.border-x-cyan-800\/25 {
  border-left-color: rgb(21 94 117 / 0.25) !important;
  border-right-color: rgb(21 94 117 / 0.25) !important;
}

.border-x-cyan-800\/30 {
  border-left-color: rgb(21 94 117 / 0.3) !important;
  border-right-color: rgb(21 94 117 / 0.3) !important;
}

.border-x-cyan-800\/35 {
  border-left-color: rgb(21 94 117 / 0.35) !important;
  border-right-color: rgb(21 94 117 / 0.35) !important;
}

.border-x-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4) !important;
  border-right-color: rgb(21 94 117 / 0.4) !important;
}

.border-x-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45) !important;
  border-right-color: rgb(21 94 117 / 0.45) !important;
}

.border-x-cyan-800\/5 {
  border-left-color: rgb(21 94 117 / 0.05) !important;
  border-right-color: rgb(21 94 117 / 0.05) !important;
}

.border-x-cyan-800\/50 {
  border-left-color: rgb(21 94 117 / 0.5) !important;
  border-right-color: rgb(21 94 117 / 0.5) !important;
}

.border-x-cyan-800\/55 {
  border-left-color: rgb(21 94 117 / 0.55) !important;
  border-right-color: rgb(21 94 117 / 0.55) !important;
}

.border-x-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6) !important;
  border-right-color: rgb(21 94 117 / 0.6) !important;
}

.border-x-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65) !important;
  border-right-color: rgb(21 94 117 / 0.65) !important;
}

.border-x-cyan-800\/70 {
  border-left-color: rgb(21 94 117 / 0.7) !important;
  border-right-color: rgb(21 94 117 / 0.7) !important;
}

.border-x-cyan-800\/75 {
  border-left-color: rgb(21 94 117 / 0.75) !important;
  border-right-color: rgb(21 94 117 / 0.75) !important;
}

.border-x-cyan-800\/80 {
  border-left-color: rgb(21 94 117 / 0.8) !important;
  border-right-color: rgb(21 94 117 / 0.8) !important;
}

.border-x-cyan-800\/85 {
  border-left-color: rgb(21 94 117 / 0.85) !important;
  border-right-color: rgb(21 94 117 / 0.85) !important;
}

.border-x-cyan-800\/90 {
  border-left-color: rgb(21 94 117 / 0.9) !important;
  border-right-color: rgb(21 94 117 / 0.9) !important;
}

.border-x-cyan-800\/95 {
  border-left-color: rgb(21 94 117 / 0.95) !important;
  border-right-color: rgb(21 94 117 / 0.95) !important;
}

.border-x-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-900\/0 {
  border-left-color: rgb(22 78 99 / 0) !important;
  border-right-color: rgb(22 78 99 / 0) !important;
}

.border-x-cyan-900\/10 {
  border-left-color: rgb(22 78 99 / 0.1) !important;
  border-right-color: rgb(22 78 99 / 0.1) !important;
}

.border-x-cyan-900\/100 {
  border-left-color: rgb(22 78 99 / 1) !important;
  border-right-color: rgb(22 78 99 / 1) !important;
}

.border-x-cyan-900\/15 {
  border-left-color: rgb(22 78 99 / 0.15) !important;
  border-right-color: rgb(22 78 99 / 0.15) !important;
}

.border-x-cyan-900\/20 {
  border-left-color: rgb(22 78 99 / 0.2) !important;
  border-right-color: rgb(22 78 99 / 0.2) !important;
}

.border-x-cyan-900\/25 {
  border-left-color: rgb(22 78 99 / 0.25) !important;
  border-right-color: rgb(22 78 99 / 0.25) !important;
}

.border-x-cyan-900\/30 {
  border-left-color: rgb(22 78 99 / 0.3) !important;
  border-right-color: rgb(22 78 99 / 0.3) !important;
}

.border-x-cyan-900\/35 {
  border-left-color: rgb(22 78 99 / 0.35) !important;
  border-right-color: rgb(22 78 99 / 0.35) !important;
}

.border-x-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4) !important;
  border-right-color: rgb(22 78 99 / 0.4) !important;
}

.border-x-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45) !important;
  border-right-color: rgb(22 78 99 / 0.45) !important;
}

.border-x-cyan-900\/5 {
  border-left-color: rgb(22 78 99 / 0.05) !important;
  border-right-color: rgb(22 78 99 / 0.05) !important;
}

.border-x-cyan-900\/50 {
  border-left-color: rgb(22 78 99 / 0.5) !important;
  border-right-color: rgb(22 78 99 / 0.5) !important;
}

.border-x-cyan-900\/55 {
  border-left-color: rgb(22 78 99 / 0.55) !important;
  border-right-color: rgb(22 78 99 / 0.55) !important;
}

.border-x-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6) !important;
  border-right-color: rgb(22 78 99 / 0.6) !important;
}

.border-x-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65) !important;
  border-right-color: rgb(22 78 99 / 0.65) !important;
}

.border-x-cyan-900\/70 {
  border-left-color: rgb(22 78 99 / 0.7) !important;
  border-right-color: rgb(22 78 99 / 0.7) !important;
}

.border-x-cyan-900\/75 {
  border-left-color: rgb(22 78 99 / 0.75) !important;
  border-right-color: rgb(22 78 99 / 0.75) !important;
}

.border-x-cyan-900\/80 {
  border-left-color: rgb(22 78 99 / 0.8) !important;
  border-right-color: rgb(22 78 99 / 0.8) !important;
}

.border-x-cyan-900\/85 {
  border-left-color: rgb(22 78 99 / 0.85) !important;
  border-right-color: rgb(22 78 99 / 0.85) !important;
}

.border-x-cyan-900\/90 {
  border-left-color: rgb(22 78 99 / 0.9) !important;
  border-right-color: rgb(22 78 99 / 0.9) !important;
}

.border-x-cyan-900\/95 {
  border-left-color: rgb(22 78 99 / 0.95) !important;
  border-right-color: rgb(22 78 99 / 0.95) !important;
}

.border-x-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-x-cyan-950\/0 {
  border-left-color: rgb(8 51 68 / 0) !important;
  border-right-color: rgb(8 51 68 / 0) !important;
}

.border-x-cyan-950\/10 {
  border-left-color: rgb(8 51 68 / 0.1) !important;
  border-right-color: rgb(8 51 68 / 0.1) !important;
}

.border-x-cyan-950\/100 {
  border-left-color: rgb(8 51 68 / 1) !important;
  border-right-color: rgb(8 51 68 / 1) !important;
}

.border-x-cyan-950\/15 {
  border-left-color: rgb(8 51 68 / 0.15) !important;
  border-right-color: rgb(8 51 68 / 0.15) !important;
}

.border-x-cyan-950\/20 {
  border-left-color: rgb(8 51 68 / 0.2) !important;
  border-right-color: rgb(8 51 68 / 0.2) !important;
}

.border-x-cyan-950\/25 {
  border-left-color: rgb(8 51 68 / 0.25) !important;
  border-right-color: rgb(8 51 68 / 0.25) !important;
}

.border-x-cyan-950\/30 {
  border-left-color: rgb(8 51 68 / 0.3) !important;
  border-right-color: rgb(8 51 68 / 0.3) !important;
}

.border-x-cyan-950\/35 {
  border-left-color: rgb(8 51 68 / 0.35) !important;
  border-right-color: rgb(8 51 68 / 0.35) !important;
}

.border-x-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4) !important;
  border-right-color: rgb(8 51 68 / 0.4) !important;
}

.border-x-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45) !important;
  border-right-color: rgb(8 51 68 / 0.45) !important;
}

.border-x-cyan-950\/5 {
  border-left-color: rgb(8 51 68 / 0.05) !important;
  border-right-color: rgb(8 51 68 / 0.05) !important;
}

.border-x-cyan-950\/50 {
  border-left-color: rgb(8 51 68 / 0.5) !important;
  border-right-color: rgb(8 51 68 / 0.5) !important;
}

.border-x-cyan-950\/55 {
  border-left-color: rgb(8 51 68 / 0.55) !important;
  border-right-color: rgb(8 51 68 / 0.55) !important;
}

.border-x-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6) !important;
  border-right-color: rgb(8 51 68 / 0.6) !important;
}

.border-x-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65) !important;
  border-right-color: rgb(8 51 68 / 0.65) !important;
}

.border-x-cyan-950\/70 {
  border-left-color: rgb(8 51 68 / 0.7) !important;
  border-right-color: rgb(8 51 68 / 0.7) !important;
}

.border-x-cyan-950\/75 {
  border-left-color: rgb(8 51 68 / 0.75) !important;
  border-right-color: rgb(8 51 68 / 0.75) !important;
}

.border-x-cyan-950\/80 {
  border-left-color: rgb(8 51 68 / 0.8) !important;
  border-right-color: rgb(8 51 68 / 0.8) !important;
}

.border-x-cyan-950\/85 {
  border-left-color: rgb(8 51 68 / 0.85) !important;
  border-right-color: rgb(8 51 68 / 0.85) !important;
}

.border-x-cyan-950\/90 {
  border-left-color: rgb(8 51 68 / 0.9) !important;
  border-right-color: rgb(8 51 68 / 0.9) !important;
}

.border-x-cyan-950\/95 {
  border-left-color: rgb(8 51 68 / 0.95) !important;
  border-right-color: rgb(8 51 68 / 0.95) !important;
}

.border-x-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-100\/0 {
  border-left-color: rgb(209 250 229 / 0) !important;
  border-right-color: rgb(209 250 229 / 0) !important;
}

.border-x-emerald-100\/10 {
  border-left-color: rgb(209 250 229 / 0.1) !important;
  border-right-color: rgb(209 250 229 / 0.1) !important;
}

.border-x-emerald-100\/100 {
  border-left-color: rgb(209 250 229 / 1) !important;
  border-right-color: rgb(209 250 229 / 1) !important;
}

.border-x-emerald-100\/15 {
  border-left-color: rgb(209 250 229 / 0.15) !important;
  border-right-color: rgb(209 250 229 / 0.15) !important;
}

.border-x-emerald-100\/20 {
  border-left-color: rgb(209 250 229 / 0.2) !important;
  border-right-color: rgb(209 250 229 / 0.2) !important;
}

.border-x-emerald-100\/25 {
  border-left-color: rgb(209 250 229 / 0.25) !important;
  border-right-color: rgb(209 250 229 / 0.25) !important;
}

.border-x-emerald-100\/30 {
  border-left-color: rgb(209 250 229 / 0.3) !important;
  border-right-color: rgb(209 250 229 / 0.3) !important;
}

.border-x-emerald-100\/35 {
  border-left-color: rgb(209 250 229 / 0.35) !important;
  border-right-color: rgb(209 250 229 / 0.35) !important;
}

.border-x-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4) !important;
  border-right-color: rgb(209 250 229 / 0.4) !important;
}

.border-x-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45) !important;
  border-right-color: rgb(209 250 229 / 0.45) !important;
}

.border-x-emerald-100\/5 {
  border-left-color: rgb(209 250 229 / 0.05) !important;
  border-right-color: rgb(209 250 229 / 0.05) !important;
}

.border-x-emerald-100\/50 {
  border-left-color: rgb(209 250 229 / 0.5) !important;
  border-right-color: rgb(209 250 229 / 0.5) !important;
}

.border-x-emerald-100\/55 {
  border-left-color: rgb(209 250 229 / 0.55) !important;
  border-right-color: rgb(209 250 229 / 0.55) !important;
}

.border-x-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6) !important;
  border-right-color: rgb(209 250 229 / 0.6) !important;
}

.border-x-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65) !important;
  border-right-color: rgb(209 250 229 / 0.65) !important;
}

.border-x-emerald-100\/70 {
  border-left-color: rgb(209 250 229 / 0.7) !important;
  border-right-color: rgb(209 250 229 / 0.7) !important;
}

.border-x-emerald-100\/75 {
  border-left-color: rgb(209 250 229 / 0.75) !important;
  border-right-color: rgb(209 250 229 / 0.75) !important;
}

.border-x-emerald-100\/80 {
  border-left-color: rgb(209 250 229 / 0.8) !important;
  border-right-color: rgb(209 250 229 / 0.8) !important;
}

.border-x-emerald-100\/85 {
  border-left-color: rgb(209 250 229 / 0.85) !important;
  border-right-color: rgb(209 250 229 / 0.85) !important;
}

.border-x-emerald-100\/90 {
  border-left-color: rgb(209 250 229 / 0.9) !important;
  border-right-color: rgb(209 250 229 / 0.9) !important;
}

.border-x-emerald-100\/95 {
  border-left-color: rgb(209 250 229 / 0.95) !important;
  border-right-color: rgb(209 250 229 / 0.95) !important;
}

.border-x-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-200\/0 {
  border-left-color: rgb(167 243 208 / 0) !important;
  border-right-color: rgb(167 243 208 / 0) !important;
}

.border-x-emerald-200\/10 {
  border-left-color: rgb(167 243 208 / 0.1) !important;
  border-right-color: rgb(167 243 208 / 0.1) !important;
}

.border-x-emerald-200\/100 {
  border-left-color: rgb(167 243 208 / 1) !important;
  border-right-color: rgb(167 243 208 / 1) !important;
}

.border-x-emerald-200\/15 {
  border-left-color: rgb(167 243 208 / 0.15) !important;
  border-right-color: rgb(167 243 208 / 0.15) !important;
}

.border-x-emerald-200\/20 {
  border-left-color: rgb(167 243 208 / 0.2) !important;
  border-right-color: rgb(167 243 208 / 0.2) !important;
}

.border-x-emerald-200\/25 {
  border-left-color: rgb(167 243 208 / 0.25) !important;
  border-right-color: rgb(167 243 208 / 0.25) !important;
}

.border-x-emerald-200\/30 {
  border-left-color: rgb(167 243 208 / 0.3) !important;
  border-right-color: rgb(167 243 208 / 0.3) !important;
}

.border-x-emerald-200\/35 {
  border-left-color: rgb(167 243 208 / 0.35) !important;
  border-right-color: rgb(167 243 208 / 0.35) !important;
}

.border-x-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4) !important;
  border-right-color: rgb(167 243 208 / 0.4) !important;
}

.border-x-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45) !important;
  border-right-color: rgb(167 243 208 / 0.45) !important;
}

.border-x-emerald-200\/5 {
  border-left-color: rgb(167 243 208 / 0.05) !important;
  border-right-color: rgb(167 243 208 / 0.05) !important;
}

.border-x-emerald-200\/50 {
  border-left-color: rgb(167 243 208 / 0.5) !important;
  border-right-color: rgb(167 243 208 / 0.5) !important;
}

.border-x-emerald-200\/55 {
  border-left-color: rgb(167 243 208 / 0.55) !important;
  border-right-color: rgb(167 243 208 / 0.55) !important;
}

.border-x-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6) !important;
  border-right-color: rgb(167 243 208 / 0.6) !important;
}

.border-x-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65) !important;
  border-right-color: rgb(167 243 208 / 0.65) !important;
}

.border-x-emerald-200\/70 {
  border-left-color: rgb(167 243 208 / 0.7) !important;
  border-right-color: rgb(167 243 208 / 0.7) !important;
}

.border-x-emerald-200\/75 {
  border-left-color: rgb(167 243 208 / 0.75) !important;
  border-right-color: rgb(167 243 208 / 0.75) !important;
}

.border-x-emerald-200\/80 {
  border-left-color: rgb(167 243 208 / 0.8) !important;
  border-right-color: rgb(167 243 208 / 0.8) !important;
}

.border-x-emerald-200\/85 {
  border-left-color: rgb(167 243 208 / 0.85) !important;
  border-right-color: rgb(167 243 208 / 0.85) !important;
}

.border-x-emerald-200\/90 {
  border-left-color: rgb(167 243 208 / 0.9) !important;
  border-right-color: rgb(167 243 208 / 0.9) !important;
}

.border-x-emerald-200\/95 {
  border-left-color: rgb(167 243 208 / 0.95) !important;
  border-right-color: rgb(167 243 208 / 0.95) !important;
}

.border-x-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-300\/0 {
  border-left-color: rgb(110 231 183 / 0) !important;
  border-right-color: rgb(110 231 183 / 0) !important;
}

.border-x-emerald-300\/10 {
  border-left-color: rgb(110 231 183 / 0.1) !important;
  border-right-color: rgb(110 231 183 / 0.1) !important;
}

.border-x-emerald-300\/100 {
  border-left-color: rgb(110 231 183 / 1) !important;
  border-right-color: rgb(110 231 183 / 1) !important;
}

.border-x-emerald-300\/15 {
  border-left-color: rgb(110 231 183 / 0.15) !important;
  border-right-color: rgb(110 231 183 / 0.15) !important;
}

.border-x-emerald-300\/20 {
  border-left-color: rgb(110 231 183 / 0.2) !important;
  border-right-color: rgb(110 231 183 / 0.2) !important;
}

.border-x-emerald-300\/25 {
  border-left-color: rgb(110 231 183 / 0.25) !important;
  border-right-color: rgb(110 231 183 / 0.25) !important;
}

.border-x-emerald-300\/30 {
  border-left-color: rgb(110 231 183 / 0.3) !important;
  border-right-color: rgb(110 231 183 / 0.3) !important;
}

.border-x-emerald-300\/35 {
  border-left-color: rgb(110 231 183 / 0.35) !important;
  border-right-color: rgb(110 231 183 / 0.35) !important;
}

.border-x-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4) !important;
  border-right-color: rgb(110 231 183 / 0.4) !important;
}

.border-x-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45) !important;
  border-right-color: rgb(110 231 183 / 0.45) !important;
}

.border-x-emerald-300\/5 {
  border-left-color: rgb(110 231 183 / 0.05) !important;
  border-right-color: rgb(110 231 183 / 0.05) !important;
}

.border-x-emerald-300\/50 {
  border-left-color: rgb(110 231 183 / 0.5) !important;
  border-right-color: rgb(110 231 183 / 0.5) !important;
}

.border-x-emerald-300\/55 {
  border-left-color: rgb(110 231 183 / 0.55) !important;
  border-right-color: rgb(110 231 183 / 0.55) !important;
}

.border-x-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6) !important;
  border-right-color: rgb(110 231 183 / 0.6) !important;
}

.border-x-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65) !important;
  border-right-color: rgb(110 231 183 / 0.65) !important;
}

.border-x-emerald-300\/70 {
  border-left-color: rgb(110 231 183 / 0.7) !important;
  border-right-color: rgb(110 231 183 / 0.7) !important;
}

.border-x-emerald-300\/75 {
  border-left-color: rgb(110 231 183 / 0.75) !important;
  border-right-color: rgb(110 231 183 / 0.75) !important;
}

.border-x-emerald-300\/80 {
  border-left-color: rgb(110 231 183 / 0.8) !important;
  border-right-color: rgb(110 231 183 / 0.8) !important;
}

.border-x-emerald-300\/85 {
  border-left-color: rgb(110 231 183 / 0.85) !important;
  border-right-color: rgb(110 231 183 / 0.85) !important;
}

.border-x-emerald-300\/90 {
  border-left-color: rgb(110 231 183 / 0.9) !important;
  border-right-color: rgb(110 231 183 / 0.9) !important;
}

.border-x-emerald-300\/95 {
  border-left-color: rgb(110 231 183 / 0.95) !important;
  border-right-color: rgb(110 231 183 / 0.95) !important;
}

.border-x-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-400\/0 {
  border-left-color: rgb(52 211 153 / 0) !important;
  border-right-color: rgb(52 211 153 / 0) !important;
}

.border-x-emerald-400\/10 {
  border-left-color: rgb(52 211 153 / 0.1) !important;
  border-right-color: rgb(52 211 153 / 0.1) !important;
}

.border-x-emerald-400\/100 {
  border-left-color: rgb(52 211 153 / 1) !important;
  border-right-color: rgb(52 211 153 / 1) !important;
}

.border-x-emerald-400\/15 {
  border-left-color: rgb(52 211 153 / 0.15) !important;
  border-right-color: rgb(52 211 153 / 0.15) !important;
}

.border-x-emerald-400\/20 {
  border-left-color: rgb(52 211 153 / 0.2) !important;
  border-right-color: rgb(52 211 153 / 0.2) !important;
}

.border-x-emerald-400\/25 {
  border-left-color: rgb(52 211 153 / 0.25) !important;
  border-right-color: rgb(52 211 153 / 0.25) !important;
}

.border-x-emerald-400\/30 {
  border-left-color: rgb(52 211 153 / 0.3) !important;
  border-right-color: rgb(52 211 153 / 0.3) !important;
}

.border-x-emerald-400\/35 {
  border-left-color: rgb(52 211 153 / 0.35) !important;
  border-right-color: rgb(52 211 153 / 0.35) !important;
}

.border-x-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4) !important;
  border-right-color: rgb(52 211 153 / 0.4) !important;
}

.border-x-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45) !important;
  border-right-color: rgb(52 211 153 / 0.45) !important;
}

.border-x-emerald-400\/5 {
  border-left-color: rgb(52 211 153 / 0.05) !important;
  border-right-color: rgb(52 211 153 / 0.05) !important;
}

.border-x-emerald-400\/50 {
  border-left-color: rgb(52 211 153 / 0.5) !important;
  border-right-color: rgb(52 211 153 / 0.5) !important;
}

.border-x-emerald-400\/55 {
  border-left-color: rgb(52 211 153 / 0.55) !important;
  border-right-color: rgb(52 211 153 / 0.55) !important;
}

.border-x-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6) !important;
  border-right-color: rgb(52 211 153 / 0.6) !important;
}

.border-x-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65) !important;
  border-right-color: rgb(52 211 153 / 0.65) !important;
}

.border-x-emerald-400\/70 {
  border-left-color: rgb(52 211 153 / 0.7) !important;
  border-right-color: rgb(52 211 153 / 0.7) !important;
}

.border-x-emerald-400\/75 {
  border-left-color: rgb(52 211 153 / 0.75) !important;
  border-right-color: rgb(52 211 153 / 0.75) !important;
}

.border-x-emerald-400\/80 {
  border-left-color: rgb(52 211 153 / 0.8) !important;
  border-right-color: rgb(52 211 153 / 0.8) !important;
}

.border-x-emerald-400\/85 {
  border-left-color: rgb(52 211 153 / 0.85) !important;
  border-right-color: rgb(52 211 153 / 0.85) !important;
}

.border-x-emerald-400\/90 {
  border-left-color: rgb(52 211 153 / 0.9) !important;
  border-right-color: rgb(52 211 153 / 0.9) !important;
}

.border-x-emerald-400\/95 {
  border-left-color: rgb(52 211 153 / 0.95) !important;
  border-right-color: rgb(52 211 153 / 0.95) !important;
}

.border-x-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-50\/0 {
  border-left-color: rgb(236 253 245 / 0) !important;
  border-right-color: rgb(236 253 245 / 0) !important;
}

.border-x-emerald-50\/10 {
  border-left-color: rgb(236 253 245 / 0.1) !important;
  border-right-color: rgb(236 253 245 / 0.1) !important;
}

.border-x-emerald-50\/100 {
  border-left-color: rgb(236 253 245 / 1) !important;
  border-right-color: rgb(236 253 245 / 1) !important;
}

.border-x-emerald-50\/15 {
  border-left-color: rgb(236 253 245 / 0.15) !important;
  border-right-color: rgb(236 253 245 / 0.15) !important;
}

.border-x-emerald-50\/20 {
  border-left-color: rgb(236 253 245 / 0.2) !important;
  border-right-color: rgb(236 253 245 / 0.2) !important;
}

.border-x-emerald-50\/25 {
  border-left-color: rgb(236 253 245 / 0.25) !important;
  border-right-color: rgb(236 253 245 / 0.25) !important;
}

.border-x-emerald-50\/30 {
  border-left-color: rgb(236 253 245 / 0.3) !important;
  border-right-color: rgb(236 253 245 / 0.3) !important;
}

.border-x-emerald-50\/35 {
  border-left-color: rgb(236 253 245 / 0.35) !important;
  border-right-color: rgb(236 253 245 / 0.35) !important;
}

.border-x-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4) !important;
  border-right-color: rgb(236 253 245 / 0.4) !important;
}

.border-x-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45) !important;
  border-right-color: rgb(236 253 245 / 0.45) !important;
}

.border-x-emerald-50\/5 {
  border-left-color: rgb(236 253 245 / 0.05) !important;
  border-right-color: rgb(236 253 245 / 0.05) !important;
}

.border-x-emerald-50\/50 {
  border-left-color: rgb(236 253 245 / 0.5) !important;
  border-right-color: rgb(236 253 245 / 0.5) !important;
}

.border-x-emerald-50\/55 {
  border-left-color: rgb(236 253 245 / 0.55) !important;
  border-right-color: rgb(236 253 245 / 0.55) !important;
}

.border-x-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6) !important;
  border-right-color: rgb(236 253 245 / 0.6) !important;
}

.border-x-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65) !important;
  border-right-color: rgb(236 253 245 / 0.65) !important;
}

.border-x-emerald-50\/70 {
  border-left-color: rgb(236 253 245 / 0.7) !important;
  border-right-color: rgb(236 253 245 / 0.7) !important;
}

.border-x-emerald-50\/75 {
  border-left-color: rgb(236 253 245 / 0.75) !important;
  border-right-color: rgb(236 253 245 / 0.75) !important;
}

.border-x-emerald-50\/80 {
  border-left-color: rgb(236 253 245 / 0.8) !important;
  border-right-color: rgb(236 253 245 / 0.8) !important;
}

.border-x-emerald-50\/85 {
  border-left-color: rgb(236 253 245 / 0.85) !important;
  border-right-color: rgb(236 253 245 / 0.85) !important;
}

.border-x-emerald-50\/90 {
  border-left-color: rgb(236 253 245 / 0.9) !important;
  border-right-color: rgb(236 253 245 / 0.9) !important;
}

.border-x-emerald-50\/95 {
  border-left-color: rgb(236 253 245 / 0.95) !important;
  border-right-color: rgb(236 253 245 / 0.95) !important;
}

.border-x-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-500\/0 {
  border-left-color: rgb(16 185 129 / 0) !important;
  border-right-color: rgb(16 185 129 / 0) !important;
}

.border-x-emerald-500\/10 {
  border-left-color: rgb(16 185 129 / 0.1) !important;
  border-right-color: rgb(16 185 129 / 0.1) !important;
}

.border-x-emerald-500\/100 {
  border-left-color: rgb(16 185 129 / 1) !important;
  border-right-color: rgb(16 185 129 / 1) !important;
}

.border-x-emerald-500\/15 {
  border-left-color: rgb(16 185 129 / 0.15) !important;
  border-right-color: rgb(16 185 129 / 0.15) !important;
}

.border-x-emerald-500\/20 {
  border-left-color: rgb(16 185 129 / 0.2) !important;
  border-right-color: rgb(16 185 129 / 0.2) !important;
}

.border-x-emerald-500\/25 {
  border-left-color: rgb(16 185 129 / 0.25) !important;
  border-right-color: rgb(16 185 129 / 0.25) !important;
}

.border-x-emerald-500\/30 {
  border-left-color: rgb(16 185 129 / 0.3) !important;
  border-right-color: rgb(16 185 129 / 0.3) !important;
}

.border-x-emerald-500\/35 {
  border-left-color: rgb(16 185 129 / 0.35) !important;
  border-right-color: rgb(16 185 129 / 0.35) !important;
}

.border-x-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4) !important;
  border-right-color: rgb(16 185 129 / 0.4) !important;
}

.border-x-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45) !important;
  border-right-color: rgb(16 185 129 / 0.45) !important;
}

.border-x-emerald-500\/5 {
  border-left-color: rgb(16 185 129 / 0.05) !important;
  border-right-color: rgb(16 185 129 / 0.05) !important;
}

.border-x-emerald-500\/50 {
  border-left-color: rgb(16 185 129 / 0.5) !important;
  border-right-color: rgb(16 185 129 / 0.5) !important;
}

.border-x-emerald-500\/55 {
  border-left-color: rgb(16 185 129 / 0.55) !important;
  border-right-color: rgb(16 185 129 / 0.55) !important;
}

.border-x-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6) !important;
  border-right-color: rgb(16 185 129 / 0.6) !important;
}

.border-x-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65) !important;
  border-right-color: rgb(16 185 129 / 0.65) !important;
}

.border-x-emerald-500\/70 {
  border-left-color: rgb(16 185 129 / 0.7) !important;
  border-right-color: rgb(16 185 129 / 0.7) !important;
}

.border-x-emerald-500\/75 {
  border-left-color: rgb(16 185 129 / 0.75) !important;
  border-right-color: rgb(16 185 129 / 0.75) !important;
}

.border-x-emerald-500\/80 {
  border-left-color: rgb(16 185 129 / 0.8) !important;
  border-right-color: rgb(16 185 129 / 0.8) !important;
}

.border-x-emerald-500\/85 {
  border-left-color: rgb(16 185 129 / 0.85) !important;
  border-right-color: rgb(16 185 129 / 0.85) !important;
}

.border-x-emerald-500\/90 {
  border-left-color: rgb(16 185 129 / 0.9) !important;
  border-right-color: rgb(16 185 129 / 0.9) !important;
}

.border-x-emerald-500\/95 {
  border-left-color: rgb(16 185 129 / 0.95) !important;
  border-right-color: rgb(16 185 129 / 0.95) !important;
}

.border-x-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-600\/0 {
  border-left-color: rgb(5 150 105 / 0) !important;
  border-right-color: rgb(5 150 105 / 0) !important;
}

.border-x-emerald-600\/10 {
  border-left-color: rgb(5 150 105 / 0.1) !important;
  border-right-color: rgb(5 150 105 / 0.1) !important;
}

.border-x-emerald-600\/100 {
  border-left-color: rgb(5 150 105 / 1) !important;
  border-right-color: rgb(5 150 105 / 1) !important;
}

.border-x-emerald-600\/15 {
  border-left-color: rgb(5 150 105 / 0.15) !important;
  border-right-color: rgb(5 150 105 / 0.15) !important;
}

.border-x-emerald-600\/20 {
  border-left-color: rgb(5 150 105 / 0.2) !important;
  border-right-color: rgb(5 150 105 / 0.2) !important;
}

.border-x-emerald-600\/25 {
  border-left-color: rgb(5 150 105 / 0.25) !important;
  border-right-color: rgb(5 150 105 / 0.25) !important;
}

.border-x-emerald-600\/30 {
  border-left-color: rgb(5 150 105 / 0.3) !important;
  border-right-color: rgb(5 150 105 / 0.3) !important;
}

.border-x-emerald-600\/35 {
  border-left-color: rgb(5 150 105 / 0.35) !important;
  border-right-color: rgb(5 150 105 / 0.35) !important;
}

.border-x-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4) !important;
  border-right-color: rgb(5 150 105 / 0.4) !important;
}

.border-x-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45) !important;
  border-right-color: rgb(5 150 105 / 0.45) !important;
}

.border-x-emerald-600\/5 {
  border-left-color: rgb(5 150 105 / 0.05) !important;
  border-right-color: rgb(5 150 105 / 0.05) !important;
}

.border-x-emerald-600\/50 {
  border-left-color: rgb(5 150 105 / 0.5) !important;
  border-right-color: rgb(5 150 105 / 0.5) !important;
}

.border-x-emerald-600\/55 {
  border-left-color: rgb(5 150 105 / 0.55) !important;
  border-right-color: rgb(5 150 105 / 0.55) !important;
}

.border-x-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6) !important;
  border-right-color: rgb(5 150 105 / 0.6) !important;
}

.border-x-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65) !important;
  border-right-color: rgb(5 150 105 / 0.65) !important;
}

.border-x-emerald-600\/70 {
  border-left-color: rgb(5 150 105 / 0.7) !important;
  border-right-color: rgb(5 150 105 / 0.7) !important;
}

.border-x-emerald-600\/75 {
  border-left-color: rgb(5 150 105 / 0.75) !important;
  border-right-color: rgb(5 150 105 / 0.75) !important;
}

.border-x-emerald-600\/80 {
  border-left-color: rgb(5 150 105 / 0.8) !important;
  border-right-color: rgb(5 150 105 / 0.8) !important;
}

.border-x-emerald-600\/85 {
  border-left-color: rgb(5 150 105 / 0.85) !important;
  border-right-color: rgb(5 150 105 / 0.85) !important;
}

.border-x-emerald-600\/90 {
  border-left-color: rgb(5 150 105 / 0.9) !important;
  border-right-color: rgb(5 150 105 / 0.9) !important;
}

.border-x-emerald-600\/95 {
  border-left-color: rgb(5 150 105 / 0.95) !important;
  border-right-color: rgb(5 150 105 / 0.95) !important;
}

.border-x-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-700\/0 {
  border-left-color: rgb(4 120 87 / 0) !important;
  border-right-color: rgb(4 120 87 / 0) !important;
}

.border-x-emerald-700\/10 {
  border-left-color: rgb(4 120 87 / 0.1) !important;
  border-right-color: rgb(4 120 87 / 0.1) !important;
}

.border-x-emerald-700\/100 {
  border-left-color: rgb(4 120 87 / 1) !important;
  border-right-color: rgb(4 120 87 / 1) !important;
}

.border-x-emerald-700\/15 {
  border-left-color: rgb(4 120 87 / 0.15) !important;
  border-right-color: rgb(4 120 87 / 0.15) !important;
}

.border-x-emerald-700\/20 {
  border-left-color: rgb(4 120 87 / 0.2) !important;
  border-right-color: rgb(4 120 87 / 0.2) !important;
}

.border-x-emerald-700\/25 {
  border-left-color: rgb(4 120 87 / 0.25) !important;
  border-right-color: rgb(4 120 87 / 0.25) !important;
}

.border-x-emerald-700\/30 {
  border-left-color: rgb(4 120 87 / 0.3) !important;
  border-right-color: rgb(4 120 87 / 0.3) !important;
}

.border-x-emerald-700\/35 {
  border-left-color: rgb(4 120 87 / 0.35) !important;
  border-right-color: rgb(4 120 87 / 0.35) !important;
}

.border-x-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4) !important;
  border-right-color: rgb(4 120 87 / 0.4) !important;
}

.border-x-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45) !important;
  border-right-color: rgb(4 120 87 / 0.45) !important;
}

.border-x-emerald-700\/5 {
  border-left-color: rgb(4 120 87 / 0.05) !important;
  border-right-color: rgb(4 120 87 / 0.05) !important;
}

.border-x-emerald-700\/50 {
  border-left-color: rgb(4 120 87 / 0.5) !important;
  border-right-color: rgb(4 120 87 / 0.5) !important;
}

.border-x-emerald-700\/55 {
  border-left-color: rgb(4 120 87 / 0.55) !important;
  border-right-color: rgb(4 120 87 / 0.55) !important;
}

.border-x-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6) !important;
  border-right-color: rgb(4 120 87 / 0.6) !important;
}

.border-x-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65) !important;
  border-right-color: rgb(4 120 87 / 0.65) !important;
}

.border-x-emerald-700\/70 {
  border-left-color: rgb(4 120 87 / 0.7) !important;
  border-right-color: rgb(4 120 87 / 0.7) !important;
}

.border-x-emerald-700\/75 {
  border-left-color: rgb(4 120 87 / 0.75) !important;
  border-right-color: rgb(4 120 87 / 0.75) !important;
}

.border-x-emerald-700\/80 {
  border-left-color: rgb(4 120 87 / 0.8) !important;
  border-right-color: rgb(4 120 87 / 0.8) !important;
}

.border-x-emerald-700\/85 {
  border-left-color: rgb(4 120 87 / 0.85) !important;
  border-right-color: rgb(4 120 87 / 0.85) !important;
}

.border-x-emerald-700\/90 {
  border-left-color: rgb(4 120 87 / 0.9) !important;
  border-right-color: rgb(4 120 87 / 0.9) !important;
}

.border-x-emerald-700\/95 {
  border-left-color: rgb(4 120 87 / 0.95) !important;
  border-right-color: rgb(4 120 87 / 0.95) !important;
}

.border-x-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-800\/0 {
  border-left-color: rgb(6 95 70 / 0) !important;
  border-right-color: rgb(6 95 70 / 0) !important;
}

.border-x-emerald-800\/10 {
  border-left-color: rgb(6 95 70 / 0.1) !important;
  border-right-color: rgb(6 95 70 / 0.1) !important;
}

.border-x-emerald-800\/100 {
  border-left-color: rgb(6 95 70 / 1) !important;
  border-right-color: rgb(6 95 70 / 1) !important;
}

.border-x-emerald-800\/15 {
  border-left-color: rgb(6 95 70 / 0.15) !important;
  border-right-color: rgb(6 95 70 / 0.15) !important;
}

.border-x-emerald-800\/20 {
  border-left-color: rgb(6 95 70 / 0.2) !important;
  border-right-color: rgb(6 95 70 / 0.2) !important;
}

.border-x-emerald-800\/25 {
  border-left-color: rgb(6 95 70 / 0.25) !important;
  border-right-color: rgb(6 95 70 / 0.25) !important;
}

.border-x-emerald-800\/30 {
  border-left-color: rgb(6 95 70 / 0.3) !important;
  border-right-color: rgb(6 95 70 / 0.3) !important;
}

.border-x-emerald-800\/35 {
  border-left-color: rgb(6 95 70 / 0.35) !important;
  border-right-color: rgb(6 95 70 / 0.35) !important;
}

.border-x-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4) !important;
  border-right-color: rgb(6 95 70 / 0.4) !important;
}

.border-x-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45) !important;
  border-right-color: rgb(6 95 70 / 0.45) !important;
}

.border-x-emerald-800\/5 {
  border-left-color: rgb(6 95 70 / 0.05) !important;
  border-right-color: rgb(6 95 70 / 0.05) !important;
}

.border-x-emerald-800\/50 {
  border-left-color: rgb(6 95 70 / 0.5) !important;
  border-right-color: rgb(6 95 70 / 0.5) !important;
}

.border-x-emerald-800\/55 {
  border-left-color: rgb(6 95 70 / 0.55) !important;
  border-right-color: rgb(6 95 70 / 0.55) !important;
}

.border-x-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6) !important;
  border-right-color: rgb(6 95 70 / 0.6) !important;
}

.border-x-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65) !important;
  border-right-color: rgb(6 95 70 / 0.65) !important;
}

.border-x-emerald-800\/70 {
  border-left-color: rgb(6 95 70 / 0.7) !important;
  border-right-color: rgb(6 95 70 / 0.7) !important;
}

.border-x-emerald-800\/75 {
  border-left-color: rgb(6 95 70 / 0.75) !important;
  border-right-color: rgb(6 95 70 / 0.75) !important;
}

.border-x-emerald-800\/80 {
  border-left-color: rgb(6 95 70 / 0.8) !important;
  border-right-color: rgb(6 95 70 / 0.8) !important;
}

.border-x-emerald-800\/85 {
  border-left-color: rgb(6 95 70 / 0.85) !important;
  border-right-color: rgb(6 95 70 / 0.85) !important;
}

.border-x-emerald-800\/90 {
  border-left-color: rgb(6 95 70 / 0.9) !important;
  border-right-color: rgb(6 95 70 / 0.9) !important;
}

.border-x-emerald-800\/95 {
  border-left-color: rgb(6 95 70 / 0.95) !important;
  border-right-color: rgb(6 95 70 / 0.95) !important;
}

.border-x-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-900\/0 {
  border-left-color: rgb(6 78 59 / 0) !important;
  border-right-color: rgb(6 78 59 / 0) !important;
}

.border-x-emerald-900\/10 {
  border-left-color: rgb(6 78 59 / 0.1) !important;
  border-right-color: rgb(6 78 59 / 0.1) !important;
}

.border-x-emerald-900\/100 {
  border-left-color: rgb(6 78 59 / 1) !important;
  border-right-color: rgb(6 78 59 / 1) !important;
}

.border-x-emerald-900\/15 {
  border-left-color: rgb(6 78 59 / 0.15) !important;
  border-right-color: rgb(6 78 59 / 0.15) !important;
}

.border-x-emerald-900\/20 {
  border-left-color: rgb(6 78 59 / 0.2) !important;
  border-right-color: rgb(6 78 59 / 0.2) !important;
}

.border-x-emerald-900\/25 {
  border-left-color: rgb(6 78 59 / 0.25) !important;
  border-right-color: rgb(6 78 59 / 0.25) !important;
}

.border-x-emerald-900\/30 {
  border-left-color: rgb(6 78 59 / 0.3) !important;
  border-right-color: rgb(6 78 59 / 0.3) !important;
}

.border-x-emerald-900\/35 {
  border-left-color: rgb(6 78 59 / 0.35) !important;
  border-right-color: rgb(6 78 59 / 0.35) !important;
}

.border-x-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4) !important;
  border-right-color: rgb(6 78 59 / 0.4) !important;
}

.border-x-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45) !important;
  border-right-color: rgb(6 78 59 / 0.45) !important;
}

.border-x-emerald-900\/5 {
  border-left-color: rgb(6 78 59 / 0.05) !important;
  border-right-color: rgb(6 78 59 / 0.05) !important;
}

.border-x-emerald-900\/50 {
  border-left-color: rgb(6 78 59 / 0.5) !important;
  border-right-color: rgb(6 78 59 / 0.5) !important;
}

.border-x-emerald-900\/55 {
  border-left-color: rgb(6 78 59 / 0.55) !important;
  border-right-color: rgb(6 78 59 / 0.55) !important;
}

.border-x-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6) !important;
  border-right-color: rgb(6 78 59 / 0.6) !important;
}

.border-x-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65) !important;
  border-right-color: rgb(6 78 59 / 0.65) !important;
}

.border-x-emerald-900\/70 {
  border-left-color: rgb(6 78 59 / 0.7) !important;
  border-right-color: rgb(6 78 59 / 0.7) !important;
}

.border-x-emerald-900\/75 {
  border-left-color: rgb(6 78 59 / 0.75) !important;
  border-right-color: rgb(6 78 59 / 0.75) !important;
}

.border-x-emerald-900\/80 {
  border-left-color: rgb(6 78 59 / 0.8) !important;
  border-right-color: rgb(6 78 59 / 0.8) !important;
}

.border-x-emerald-900\/85 {
  border-left-color: rgb(6 78 59 / 0.85) !important;
  border-right-color: rgb(6 78 59 / 0.85) !important;
}

.border-x-emerald-900\/90 {
  border-left-color: rgb(6 78 59 / 0.9) !important;
  border-right-color: rgb(6 78 59 / 0.9) !important;
}

.border-x-emerald-900\/95 {
  border-left-color: rgb(6 78 59 / 0.95) !important;
  border-right-color: rgb(6 78 59 / 0.95) !important;
}

.border-x-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-x-emerald-950\/0 {
  border-left-color: rgb(2 44 34 / 0) !important;
  border-right-color: rgb(2 44 34 / 0) !important;
}

.border-x-emerald-950\/10 {
  border-left-color: rgb(2 44 34 / 0.1) !important;
  border-right-color: rgb(2 44 34 / 0.1) !important;
}

.border-x-emerald-950\/100 {
  border-left-color: rgb(2 44 34 / 1) !important;
  border-right-color: rgb(2 44 34 / 1) !important;
}

.border-x-emerald-950\/15 {
  border-left-color: rgb(2 44 34 / 0.15) !important;
  border-right-color: rgb(2 44 34 / 0.15) !important;
}

.border-x-emerald-950\/20 {
  border-left-color: rgb(2 44 34 / 0.2) !important;
  border-right-color: rgb(2 44 34 / 0.2) !important;
}

.border-x-emerald-950\/25 {
  border-left-color: rgb(2 44 34 / 0.25) !important;
  border-right-color: rgb(2 44 34 / 0.25) !important;
}

.border-x-emerald-950\/30 {
  border-left-color: rgb(2 44 34 / 0.3) !important;
  border-right-color: rgb(2 44 34 / 0.3) !important;
}

.border-x-emerald-950\/35 {
  border-left-color: rgb(2 44 34 / 0.35) !important;
  border-right-color: rgb(2 44 34 / 0.35) !important;
}

.border-x-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4) !important;
  border-right-color: rgb(2 44 34 / 0.4) !important;
}

.border-x-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45) !important;
  border-right-color: rgb(2 44 34 / 0.45) !important;
}

.border-x-emerald-950\/5 {
  border-left-color: rgb(2 44 34 / 0.05) !important;
  border-right-color: rgb(2 44 34 / 0.05) !important;
}

.border-x-emerald-950\/50 {
  border-left-color: rgb(2 44 34 / 0.5) !important;
  border-right-color: rgb(2 44 34 / 0.5) !important;
}

.border-x-emerald-950\/55 {
  border-left-color: rgb(2 44 34 / 0.55) !important;
  border-right-color: rgb(2 44 34 / 0.55) !important;
}

.border-x-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6) !important;
  border-right-color: rgb(2 44 34 / 0.6) !important;
}

.border-x-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65) !important;
  border-right-color: rgb(2 44 34 / 0.65) !important;
}

.border-x-emerald-950\/70 {
  border-left-color: rgb(2 44 34 / 0.7) !important;
  border-right-color: rgb(2 44 34 / 0.7) !important;
}

.border-x-emerald-950\/75 {
  border-left-color: rgb(2 44 34 / 0.75) !important;
  border-right-color: rgb(2 44 34 / 0.75) !important;
}

.border-x-emerald-950\/80 {
  border-left-color: rgb(2 44 34 / 0.8) !important;
  border-right-color: rgb(2 44 34 / 0.8) !important;
}

.border-x-emerald-950\/85 {
  border-left-color: rgb(2 44 34 / 0.85) !important;
  border-right-color: rgb(2 44 34 / 0.85) !important;
}

.border-x-emerald-950\/90 {
  border-left-color: rgb(2 44 34 / 0.9) !important;
  border-right-color: rgb(2 44 34 / 0.9) !important;
}

.border-x-emerald-950\/95 {
  border-left-color: rgb(2 44 34 / 0.95) !important;
  border-right-color: rgb(2 44 34 / 0.95) !important;
}

.border-x-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-100\/0 {
  border-left-color: rgb(250 232 255 / 0) !important;
  border-right-color: rgb(250 232 255 / 0) !important;
}

.border-x-fuchsia-100\/10 {
  border-left-color: rgb(250 232 255 / 0.1) !important;
  border-right-color: rgb(250 232 255 / 0.1) !important;
}

.border-x-fuchsia-100\/100 {
  border-left-color: rgb(250 232 255 / 1) !important;
  border-right-color: rgb(250 232 255 / 1) !important;
}

.border-x-fuchsia-100\/15 {
  border-left-color: rgb(250 232 255 / 0.15) !important;
  border-right-color: rgb(250 232 255 / 0.15) !important;
}

.border-x-fuchsia-100\/20 {
  border-left-color: rgb(250 232 255 / 0.2) !important;
  border-right-color: rgb(250 232 255 / 0.2) !important;
}

.border-x-fuchsia-100\/25 {
  border-left-color: rgb(250 232 255 / 0.25) !important;
  border-right-color: rgb(250 232 255 / 0.25) !important;
}

.border-x-fuchsia-100\/30 {
  border-left-color: rgb(250 232 255 / 0.3) !important;
  border-right-color: rgb(250 232 255 / 0.3) !important;
}

.border-x-fuchsia-100\/35 {
  border-left-color: rgb(250 232 255 / 0.35) !important;
  border-right-color: rgb(250 232 255 / 0.35) !important;
}

.border-x-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4) !important;
  border-right-color: rgb(250 232 255 / 0.4) !important;
}

.border-x-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45) !important;
  border-right-color: rgb(250 232 255 / 0.45) !important;
}

.border-x-fuchsia-100\/5 {
  border-left-color: rgb(250 232 255 / 0.05) !important;
  border-right-color: rgb(250 232 255 / 0.05) !important;
}

.border-x-fuchsia-100\/50 {
  border-left-color: rgb(250 232 255 / 0.5) !important;
  border-right-color: rgb(250 232 255 / 0.5) !important;
}

.border-x-fuchsia-100\/55 {
  border-left-color: rgb(250 232 255 / 0.55) !important;
  border-right-color: rgb(250 232 255 / 0.55) !important;
}

.border-x-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6) !important;
  border-right-color: rgb(250 232 255 / 0.6) !important;
}

.border-x-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65) !important;
  border-right-color: rgb(250 232 255 / 0.65) !important;
}

.border-x-fuchsia-100\/70 {
  border-left-color: rgb(250 232 255 / 0.7) !important;
  border-right-color: rgb(250 232 255 / 0.7) !important;
}

.border-x-fuchsia-100\/75 {
  border-left-color: rgb(250 232 255 / 0.75) !important;
  border-right-color: rgb(250 232 255 / 0.75) !important;
}

.border-x-fuchsia-100\/80 {
  border-left-color: rgb(250 232 255 / 0.8) !important;
  border-right-color: rgb(250 232 255 / 0.8) !important;
}

.border-x-fuchsia-100\/85 {
  border-left-color: rgb(250 232 255 / 0.85) !important;
  border-right-color: rgb(250 232 255 / 0.85) !important;
}

.border-x-fuchsia-100\/90 {
  border-left-color: rgb(250 232 255 / 0.9) !important;
  border-right-color: rgb(250 232 255 / 0.9) !important;
}

.border-x-fuchsia-100\/95 {
  border-left-color: rgb(250 232 255 / 0.95) !important;
  border-right-color: rgb(250 232 255 / 0.95) !important;
}

.border-x-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-200\/0 {
  border-left-color: rgb(245 208 254 / 0) !important;
  border-right-color: rgb(245 208 254 / 0) !important;
}

.border-x-fuchsia-200\/10 {
  border-left-color: rgb(245 208 254 / 0.1) !important;
  border-right-color: rgb(245 208 254 / 0.1) !important;
}

.border-x-fuchsia-200\/100 {
  border-left-color: rgb(245 208 254 / 1) !important;
  border-right-color: rgb(245 208 254 / 1) !important;
}

.border-x-fuchsia-200\/15 {
  border-left-color: rgb(245 208 254 / 0.15) !important;
  border-right-color: rgb(245 208 254 / 0.15) !important;
}

.border-x-fuchsia-200\/20 {
  border-left-color: rgb(245 208 254 / 0.2) !important;
  border-right-color: rgb(245 208 254 / 0.2) !important;
}

.border-x-fuchsia-200\/25 {
  border-left-color: rgb(245 208 254 / 0.25) !important;
  border-right-color: rgb(245 208 254 / 0.25) !important;
}

.border-x-fuchsia-200\/30 {
  border-left-color: rgb(245 208 254 / 0.3) !important;
  border-right-color: rgb(245 208 254 / 0.3) !important;
}

.border-x-fuchsia-200\/35 {
  border-left-color: rgb(245 208 254 / 0.35) !important;
  border-right-color: rgb(245 208 254 / 0.35) !important;
}

.border-x-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4) !important;
  border-right-color: rgb(245 208 254 / 0.4) !important;
}

.border-x-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45) !important;
  border-right-color: rgb(245 208 254 / 0.45) !important;
}

.border-x-fuchsia-200\/5 {
  border-left-color: rgb(245 208 254 / 0.05) !important;
  border-right-color: rgb(245 208 254 / 0.05) !important;
}

.border-x-fuchsia-200\/50 {
  border-left-color: rgb(245 208 254 / 0.5) !important;
  border-right-color: rgb(245 208 254 / 0.5) !important;
}

.border-x-fuchsia-200\/55 {
  border-left-color: rgb(245 208 254 / 0.55) !important;
  border-right-color: rgb(245 208 254 / 0.55) !important;
}

.border-x-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6) !important;
  border-right-color: rgb(245 208 254 / 0.6) !important;
}

.border-x-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65) !important;
  border-right-color: rgb(245 208 254 / 0.65) !important;
}

.border-x-fuchsia-200\/70 {
  border-left-color: rgb(245 208 254 / 0.7) !important;
  border-right-color: rgb(245 208 254 / 0.7) !important;
}

.border-x-fuchsia-200\/75 {
  border-left-color: rgb(245 208 254 / 0.75) !important;
  border-right-color: rgb(245 208 254 / 0.75) !important;
}

.border-x-fuchsia-200\/80 {
  border-left-color: rgb(245 208 254 / 0.8) !important;
  border-right-color: rgb(245 208 254 / 0.8) !important;
}

.border-x-fuchsia-200\/85 {
  border-left-color: rgb(245 208 254 / 0.85) !important;
  border-right-color: rgb(245 208 254 / 0.85) !important;
}

.border-x-fuchsia-200\/90 {
  border-left-color: rgb(245 208 254 / 0.9) !important;
  border-right-color: rgb(245 208 254 / 0.9) !important;
}

.border-x-fuchsia-200\/95 {
  border-left-color: rgb(245 208 254 / 0.95) !important;
  border-right-color: rgb(245 208 254 / 0.95) !important;
}

.border-x-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-300\/0 {
  border-left-color: rgb(240 171 252 / 0) !important;
  border-right-color: rgb(240 171 252 / 0) !important;
}

.border-x-fuchsia-300\/10 {
  border-left-color: rgb(240 171 252 / 0.1) !important;
  border-right-color: rgb(240 171 252 / 0.1) !important;
}

.border-x-fuchsia-300\/100 {
  border-left-color: rgb(240 171 252 / 1) !important;
  border-right-color: rgb(240 171 252 / 1) !important;
}

.border-x-fuchsia-300\/15 {
  border-left-color: rgb(240 171 252 / 0.15) !important;
  border-right-color: rgb(240 171 252 / 0.15) !important;
}

.border-x-fuchsia-300\/20 {
  border-left-color: rgb(240 171 252 / 0.2) !important;
  border-right-color: rgb(240 171 252 / 0.2) !important;
}

.border-x-fuchsia-300\/25 {
  border-left-color: rgb(240 171 252 / 0.25) !important;
  border-right-color: rgb(240 171 252 / 0.25) !important;
}

.border-x-fuchsia-300\/30 {
  border-left-color: rgb(240 171 252 / 0.3) !important;
  border-right-color: rgb(240 171 252 / 0.3) !important;
}

.border-x-fuchsia-300\/35 {
  border-left-color: rgb(240 171 252 / 0.35) !important;
  border-right-color: rgb(240 171 252 / 0.35) !important;
}

.border-x-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4) !important;
  border-right-color: rgb(240 171 252 / 0.4) !important;
}

.border-x-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45) !important;
  border-right-color: rgb(240 171 252 / 0.45) !important;
}

.border-x-fuchsia-300\/5 {
  border-left-color: rgb(240 171 252 / 0.05) !important;
  border-right-color: rgb(240 171 252 / 0.05) !important;
}

.border-x-fuchsia-300\/50 {
  border-left-color: rgb(240 171 252 / 0.5) !important;
  border-right-color: rgb(240 171 252 / 0.5) !important;
}

.border-x-fuchsia-300\/55 {
  border-left-color: rgb(240 171 252 / 0.55) !important;
  border-right-color: rgb(240 171 252 / 0.55) !important;
}

.border-x-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6) !important;
  border-right-color: rgb(240 171 252 / 0.6) !important;
}

.border-x-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65) !important;
  border-right-color: rgb(240 171 252 / 0.65) !important;
}

.border-x-fuchsia-300\/70 {
  border-left-color: rgb(240 171 252 / 0.7) !important;
  border-right-color: rgb(240 171 252 / 0.7) !important;
}

.border-x-fuchsia-300\/75 {
  border-left-color: rgb(240 171 252 / 0.75) !important;
  border-right-color: rgb(240 171 252 / 0.75) !important;
}

.border-x-fuchsia-300\/80 {
  border-left-color: rgb(240 171 252 / 0.8) !important;
  border-right-color: rgb(240 171 252 / 0.8) !important;
}

.border-x-fuchsia-300\/85 {
  border-left-color: rgb(240 171 252 / 0.85) !important;
  border-right-color: rgb(240 171 252 / 0.85) !important;
}

.border-x-fuchsia-300\/90 {
  border-left-color: rgb(240 171 252 / 0.9) !important;
  border-right-color: rgb(240 171 252 / 0.9) !important;
}

.border-x-fuchsia-300\/95 {
  border-left-color: rgb(240 171 252 / 0.95) !important;
  border-right-color: rgb(240 171 252 / 0.95) !important;
}

.border-x-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-400\/0 {
  border-left-color: rgb(232 121 249 / 0) !important;
  border-right-color: rgb(232 121 249 / 0) !important;
}

.border-x-fuchsia-400\/10 {
  border-left-color: rgb(232 121 249 / 0.1) !important;
  border-right-color: rgb(232 121 249 / 0.1) !important;
}

.border-x-fuchsia-400\/100 {
  border-left-color: rgb(232 121 249 / 1) !important;
  border-right-color: rgb(232 121 249 / 1) !important;
}

.border-x-fuchsia-400\/15 {
  border-left-color: rgb(232 121 249 / 0.15) !important;
  border-right-color: rgb(232 121 249 / 0.15) !important;
}

.border-x-fuchsia-400\/20 {
  border-left-color: rgb(232 121 249 / 0.2) !important;
  border-right-color: rgb(232 121 249 / 0.2) !important;
}

.border-x-fuchsia-400\/25 {
  border-left-color: rgb(232 121 249 / 0.25) !important;
  border-right-color: rgb(232 121 249 / 0.25) !important;
}

.border-x-fuchsia-400\/30 {
  border-left-color: rgb(232 121 249 / 0.3) !important;
  border-right-color: rgb(232 121 249 / 0.3) !important;
}

.border-x-fuchsia-400\/35 {
  border-left-color: rgb(232 121 249 / 0.35) !important;
  border-right-color: rgb(232 121 249 / 0.35) !important;
}

.border-x-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4) !important;
  border-right-color: rgb(232 121 249 / 0.4) !important;
}

.border-x-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45) !important;
  border-right-color: rgb(232 121 249 / 0.45) !important;
}

.border-x-fuchsia-400\/5 {
  border-left-color: rgb(232 121 249 / 0.05) !important;
  border-right-color: rgb(232 121 249 / 0.05) !important;
}

.border-x-fuchsia-400\/50 {
  border-left-color: rgb(232 121 249 / 0.5) !important;
  border-right-color: rgb(232 121 249 / 0.5) !important;
}

.border-x-fuchsia-400\/55 {
  border-left-color: rgb(232 121 249 / 0.55) !important;
  border-right-color: rgb(232 121 249 / 0.55) !important;
}

.border-x-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6) !important;
  border-right-color: rgb(232 121 249 / 0.6) !important;
}

.border-x-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65) !important;
  border-right-color: rgb(232 121 249 / 0.65) !important;
}

.border-x-fuchsia-400\/70 {
  border-left-color: rgb(232 121 249 / 0.7) !important;
  border-right-color: rgb(232 121 249 / 0.7) !important;
}

.border-x-fuchsia-400\/75 {
  border-left-color: rgb(232 121 249 / 0.75) !important;
  border-right-color: rgb(232 121 249 / 0.75) !important;
}

.border-x-fuchsia-400\/80 {
  border-left-color: rgb(232 121 249 / 0.8) !important;
  border-right-color: rgb(232 121 249 / 0.8) !important;
}

.border-x-fuchsia-400\/85 {
  border-left-color: rgb(232 121 249 / 0.85) !important;
  border-right-color: rgb(232 121 249 / 0.85) !important;
}

.border-x-fuchsia-400\/90 {
  border-left-color: rgb(232 121 249 / 0.9) !important;
  border-right-color: rgb(232 121 249 / 0.9) !important;
}

.border-x-fuchsia-400\/95 {
  border-left-color: rgb(232 121 249 / 0.95) !important;
  border-right-color: rgb(232 121 249 / 0.95) !important;
}

.border-x-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-50\/0 {
  border-left-color: rgb(253 244 255 / 0) !important;
  border-right-color: rgb(253 244 255 / 0) !important;
}

.border-x-fuchsia-50\/10 {
  border-left-color: rgb(253 244 255 / 0.1) !important;
  border-right-color: rgb(253 244 255 / 0.1) !important;
}

.border-x-fuchsia-50\/100 {
  border-left-color: rgb(253 244 255 / 1) !important;
  border-right-color: rgb(253 244 255 / 1) !important;
}

.border-x-fuchsia-50\/15 {
  border-left-color: rgb(253 244 255 / 0.15) !important;
  border-right-color: rgb(253 244 255 / 0.15) !important;
}

.border-x-fuchsia-50\/20 {
  border-left-color: rgb(253 244 255 / 0.2) !important;
  border-right-color: rgb(253 244 255 / 0.2) !important;
}

.border-x-fuchsia-50\/25 {
  border-left-color: rgb(253 244 255 / 0.25) !important;
  border-right-color: rgb(253 244 255 / 0.25) !important;
}

.border-x-fuchsia-50\/30 {
  border-left-color: rgb(253 244 255 / 0.3) !important;
  border-right-color: rgb(253 244 255 / 0.3) !important;
}

.border-x-fuchsia-50\/35 {
  border-left-color: rgb(253 244 255 / 0.35) !important;
  border-right-color: rgb(253 244 255 / 0.35) !important;
}

.border-x-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4) !important;
  border-right-color: rgb(253 244 255 / 0.4) !important;
}

.border-x-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45) !important;
  border-right-color: rgb(253 244 255 / 0.45) !important;
}

.border-x-fuchsia-50\/5 {
  border-left-color: rgb(253 244 255 / 0.05) !important;
  border-right-color: rgb(253 244 255 / 0.05) !important;
}

.border-x-fuchsia-50\/50 {
  border-left-color: rgb(253 244 255 / 0.5) !important;
  border-right-color: rgb(253 244 255 / 0.5) !important;
}

.border-x-fuchsia-50\/55 {
  border-left-color: rgb(253 244 255 / 0.55) !important;
  border-right-color: rgb(253 244 255 / 0.55) !important;
}

.border-x-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6) !important;
  border-right-color: rgb(253 244 255 / 0.6) !important;
}

.border-x-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65) !important;
  border-right-color: rgb(253 244 255 / 0.65) !important;
}

.border-x-fuchsia-50\/70 {
  border-left-color: rgb(253 244 255 / 0.7) !important;
  border-right-color: rgb(253 244 255 / 0.7) !important;
}

.border-x-fuchsia-50\/75 {
  border-left-color: rgb(253 244 255 / 0.75) !important;
  border-right-color: rgb(253 244 255 / 0.75) !important;
}

.border-x-fuchsia-50\/80 {
  border-left-color: rgb(253 244 255 / 0.8) !important;
  border-right-color: rgb(253 244 255 / 0.8) !important;
}

.border-x-fuchsia-50\/85 {
  border-left-color: rgb(253 244 255 / 0.85) !important;
  border-right-color: rgb(253 244 255 / 0.85) !important;
}

.border-x-fuchsia-50\/90 {
  border-left-color: rgb(253 244 255 / 0.9) !important;
  border-right-color: rgb(253 244 255 / 0.9) !important;
}

.border-x-fuchsia-50\/95 {
  border-left-color: rgb(253 244 255 / 0.95) !important;
  border-right-color: rgb(253 244 255 / 0.95) !important;
}

.border-x-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-500\/0 {
  border-left-color: rgb(217 70 239 / 0) !important;
  border-right-color: rgb(217 70 239 / 0) !important;
}

.border-x-fuchsia-500\/10 {
  border-left-color: rgb(217 70 239 / 0.1) !important;
  border-right-color: rgb(217 70 239 / 0.1) !important;
}

.border-x-fuchsia-500\/100 {
  border-left-color: rgb(217 70 239 / 1) !important;
  border-right-color: rgb(217 70 239 / 1) !important;
}

.border-x-fuchsia-500\/15 {
  border-left-color: rgb(217 70 239 / 0.15) !important;
  border-right-color: rgb(217 70 239 / 0.15) !important;
}

.border-x-fuchsia-500\/20 {
  border-left-color: rgb(217 70 239 / 0.2) !important;
  border-right-color: rgb(217 70 239 / 0.2) !important;
}

.border-x-fuchsia-500\/25 {
  border-left-color: rgb(217 70 239 / 0.25) !important;
  border-right-color: rgb(217 70 239 / 0.25) !important;
}

.border-x-fuchsia-500\/30 {
  border-left-color: rgb(217 70 239 / 0.3) !important;
  border-right-color: rgb(217 70 239 / 0.3) !important;
}

.border-x-fuchsia-500\/35 {
  border-left-color: rgb(217 70 239 / 0.35) !important;
  border-right-color: rgb(217 70 239 / 0.35) !important;
}

.border-x-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4) !important;
  border-right-color: rgb(217 70 239 / 0.4) !important;
}

.border-x-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45) !important;
  border-right-color: rgb(217 70 239 / 0.45) !important;
}

.border-x-fuchsia-500\/5 {
  border-left-color: rgb(217 70 239 / 0.05) !important;
  border-right-color: rgb(217 70 239 / 0.05) !important;
}

.border-x-fuchsia-500\/50 {
  border-left-color: rgb(217 70 239 / 0.5) !important;
  border-right-color: rgb(217 70 239 / 0.5) !important;
}

.border-x-fuchsia-500\/55 {
  border-left-color: rgb(217 70 239 / 0.55) !important;
  border-right-color: rgb(217 70 239 / 0.55) !important;
}

.border-x-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6) !important;
  border-right-color: rgb(217 70 239 / 0.6) !important;
}

.border-x-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65) !important;
  border-right-color: rgb(217 70 239 / 0.65) !important;
}

.border-x-fuchsia-500\/70 {
  border-left-color: rgb(217 70 239 / 0.7) !important;
  border-right-color: rgb(217 70 239 / 0.7) !important;
}

.border-x-fuchsia-500\/75 {
  border-left-color: rgb(217 70 239 / 0.75) !important;
  border-right-color: rgb(217 70 239 / 0.75) !important;
}

.border-x-fuchsia-500\/80 {
  border-left-color: rgb(217 70 239 / 0.8) !important;
  border-right-color: rgb(217 70 239 / 0.8) !important;
}

.border-x-fuchsia-500\/85 {
  border-left-color: rgb(217 70 239 / 0.85) !important;
  border-right-color: rgb(217 70 239 / 0.85) !important;
}

.border-x-fuchsia-500\/90 {
  border-left-color: rgb(217 70 239 / 0.9) !important;
  border-right-color: rgb(217 70 239 / 0.9) !important;
}

.border-x-fuchsia-500\/95 {
  border-left-color: rgb(217 70 239 / 0.95) !important;
  border-right-color: rgb(217 70 239 / 0.95) !important;
}

.border-x-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-600\/0 {
  border-left-color: rgb(192 38 211 / 0) !important;
  border-right-color: rgb(192 38 211 / 0) !important;
}

.border-x-fuchsia-600\/10 {
  border-left-color: rgb(192 38 211 / 0.1) !important;
  border-right-color: rgb(192 38 211 / 0.1) !important;
}

.border-x-fuchsia-600\/100 {
  border-left-color: rgb(192 38 211 / 1) !important;
  border-right-color: rgb(192 38 211 / 1) !important;
}

.border-x-fuchsia-600\/15 {
  border-left-color: rgb(192 38 211 / 0.15) !important;
  border-right-color: rgb(192 38 211 / 0.15) !important;
}

.border-x-fuchsia-600\/20 {
  border-left-color: rgb(192 38 211 / 0.2) !important;
  border-right-color: rgb(192 38 211 / 0.2) !important;
}

.border-x-fuchsia-600\/25 {
  border-left-color: rgb(192 38 211 / 0.25) !important;
  border-right-color: rgb(192 38 211 / 0.25) !important;
}

.border-x-fuchsia-600\/30 {
  border-left-color: rgb(192 38 211 / 0.3) !important;
  border-right-color: rgb(192 38 211 / 0.3) !important;
}

.border-x-fuchsia-600\/35 {
  border-left-color: rgb(192 38 211 / 0.35) !important;
  border-right-color: rgb(192 38 211 / 0.35) !important;
}

.border-x-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4) !important;
  border-right-color: rgb(192 38 211 / 0.4) !important;
}

.border-x-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45) !important;
  border-right-color: rgb(192 38 211 / 0.45) !important;
}

.border-x-fuchsia-600\/5 {
  border-left-color: rgb(192 38 211 / 0.05) !important;
  border-right-color: rgb(192 38 211 / 0.05) !important;
}

.border-x-fuchsia-600\/50 {
  border-left-color: rgb(192 38 211 / 0.5) !important;
  border-right-color: rgb(192 38 211 / 0.5) !important;
}

.border-x-fuchsia-600\/55 {
  border-left-color: rgb(192 38 211 / 0.55) !important;
  border-right-color: rgb(192 38 211 / 0.55) !important;
}

.border-x-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6) !important;
  border-right-color: rgb(192 38 211 / 0.6) !important;
}

.border-x-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65) !important;
  border-right-color: rgb(192 38 211 / 0.65) !important;
}

.border-x-fuchsia-600\/70 {
  border-left-color: rgb(192 38 211 / 0.7) !important;
  border-right-color: rgb(192 38 211 / 0.7) !important;
}

.border-x-fuchsia-600\/75 {
  border-left-color: rgb(192 38 211 / 0.75) !important;
  border-right-color: rgb(192 38 211 / 0.75) !important;
}

.border-x-fuchsia-600\/80 {
  border-left-color: rgb(192 38 211 / 0.8) !important;
  border-right-color: rgb(192 38 211 / 0.8) !important;
}

.border-x-fuchsia-600\/85 {
  border-left-color: rgb(192 38 211 / 0.85) !important;
  border-right-color: rgb(192 38 211 / 0.85) !important;
}

.border-x-fuchsia-600\/90 {
  border-left-color: rgb(192 38 211 / 0.9) !important;
  border-right-color: rgb(192 38 211 / 0.9) !important;
}

.border-x-fuchsia-600\/95 {
  border-left-color: rgb(192 38 211 / 0.95) !important;
  border-right-color: rgb(192 38 211 / 0.95) !important;
}

.border-x-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-700\/0 {
  border-left-color: rgb(162 28 175 / 0) !important;
  border-right-color: rgb(162 28 175 / 0) !important;
}

.border-x-fuchsia-700\/10 {
  border-left-color: rgb(162 28 175 / 0.1) !important;
  border-right-color: rgb(162 28 175 / 0.1) !important;
}

.border-x-fuchsia-700\/100 {
  border-left-color: rgb(162 28 175 / 1) !important;
  border-right-color: rgb(162 28 175 / 1) !important;
}

.border-x-fuchsia-700\/15 {
  border-left-color: rgb(162 28 175 / 0.15) !important;
  border-right-color: rgb(162 28 175 / 0.15) !important;
}

.border-x-fuchsia-700\/20 {
  border-left-color: rgb(162 28 175 / 0.2) !important;
  border-right-color: rgb(162 28 175 / 0.2) !important;
}

.border-x-fuchsia-700\/25 {
  border-left-color: rgb(162 28 175 / 0.25) !important;
  border-right-color: rgb(162 28 175 / 0.25) !important;
}

.border-x-fuchsia-700\/30 {
  border-left-color: rgb(162 28 175 / 0.3) !important;
  border-right-color: rgb(162 28 175 / 0.3) !important;
}

.border-x-fuchsia-700\/35 {
  border-left-color: rgb(162 28 175 / 0.35) !important;
  border-right-color: rgb(162 28 175 / 0.35) !important;
}

.border-x-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4) !important;
  border-right-color: rgb(162 28 175 / 0.4) !important;
}

.border-x-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45) !important;
  border-right-color: rgb(162 28 175 / 0.45) !important;
}

.border-x-fuchsia-700\/5 {
  border-left-color: rgb(162 28 175 / 0.05) !important;
  border-right-color: rgb(162 28 175 / 0.05) !important;
}

.border-x-fuchsia-700\/50 {
  border-left-color: rgb(162 28 175 / 0.5) !important;
  border-right-color: rgb(162 28 175 / 0.5) !important;
}

.border-x-fuchsia-700\/55 {
  border-left-color: rgb(162 28 175 / 0.55) !important;
  border-right-color: rgb(162 28 175 / 0.55) !important;
}

.border-x-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6) !important;
  border-right-color: rgb(162 28 175 / 0.6) !important;
}

.border-x-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65) !important;
  border-right-color: rgb(162 28 175 / 0.65) !important;
}

.border-x-fuchsia-700\/70 {
  border-left-color: rgb(162 28 175 / 0.7) !important;
  border-right-color: rgb(162 28 175 / 0.7) !important;
}

.border-x-fuchsia-700\/75 {
  border-left-color: rgb(162 28 175 / 0.75) !important;
  border-right-color: rgb(162 28 175 / 0.75) !important;
}

.border-x-fuchsia-700\/80 {
  border-left-color: rgb(162 28 175 / 0.8) !important;
  border-right-color: rgb(162 28 175 / 0.8) !important;
}

.border-x-fuchsia-700\/85 {
  border-left-color: rgb(162 28 175 / 0.85) !important;
  border-right-color: rgb(162 28 175 / 0.85) !important;
}

.border-x-fuchsia-700\/90 {
  border-left-color: rgb(162 28 175 / 0.9) !important;
  border-right-color: rgb(162 28 175 / 0.9) !important;
}

.border-x-fuchsia-700\/95 {
  border-left-color: rgb(162 28 175 / 0.95) !important;
  border-right-color: rgb(162 28 175 / 0.95) !important;
}

.border-x-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-800\/0 {
  border-left-color: rgb(134 25 143 / 0) !important;
  border-right-color: rgb(134 25 143 / 0) !important;
}

.border-x-fuchsia-800\/10 {
  border-left-color: rgb(134 25 143 / 0.1) !important;
  border-right-color: rgb(134 25 143 / 0.1) !important;
}

.border-x-fuchsia-800\/100 {
  border-left-color: rgb(134 25 143 / 1) !important;
  border-right-color: rgb(134 25 143 / 1) !important;
}

.border-x-fuchsia-800\/15 {
  border-left-color: rgb(134 25 143 / 0.15) !important;
  border-right-color: rgb(134 25 143 / 0.15) !important;
}

.border-x-fuchsia-800\/20 {
  border-left-color: rgb(134 25 143 / 0.2) !important;
  border-right-color: rgb(134 25 143 / 0.2) !important;
}

.border-x-fuchsia-800\/25 {
  border-left-color: rgb(134 25 143 / 0.25) !important;
  border-right-color: rgb(134 25 143 / 0.25) !important;
}

.border-x-fuchsia-800\/30 {
  border-left-color: rgb(134 25 143 / 0.3) !important;
  border-right-color: rgb(134 25 143 / 0.3) !important;
}

.border-x-fuchsia-800\/35 {
  border-left-color: rgb(134 25 143 / 0.35) !important;
  border-right-color: rgb(134 25 143 / 0.35) !important;
}

.border-x-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4) !important;
  border-right-color: rgb(134 25 143 / 0.4) !important;
}

.border-x-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45) !important;
  border-right-color: rgb(134 25 143 / 0.45) !important;
}

.border-x-fuchsia-800\/5 {
  border-left-color: rgb(134 25 143 / 0.05) !important;
  border-right-color: rgb(134 25 143 / 0.05) !important;
}

.border-x-fuchsia-800\/50 {
  border-left-color: rgb(134 25 143 / 0.5) !important;
  border-right-color: rgb(134 25 143 / 0.5) !important;
}

.border-x-fuchsia-800\/55 {
  border-left-color: rgb(134 25 143 / 0.55) !important;
  border-right-color: rgb(134 25 143 / 0.55) !important;
}

.border-x-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6) !important;
  border-right-color: rgb(134 25 143 / 0.6) !important;
}

.border-x-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65) !important;
  border-right-color: rgb(134 25 143 / 0.65) !important;
}

.border-x-fuchsia-800\/70 {
  border-left-color: rgb(134 25 143 / 0.7) !important;
  border-right-color: rgb(134 25 143 / 0.7) !important;
}

.border-x-fuchsia-800\/75 {
  border-left-color: rgb(134 25 143 / 0.75) !important;
  border-right-color: rgb(134 25 143 / 0.75) !important;
}

.border-x-fuchsia-800\/80 {
  border-left-color: rgb(134 25 143 / 0.8) !important;
  border-right-color: rgb(134 25 143 / 0.8) !important;
}

.border-x-fuchsia-800\/85 {
  border-left-color: rgb(134 25 143 / 0.85) !important;
  border-right-color: rgb(134 25 143 / 0.85) !important;
}

.border-x-fuchsia-800\/90 {
  border-left-color: rgb(134 25 143 / 0.9) !important;
  border-right-color: rgb(134 25 143 / 0.9) !important;
}

.border-x-fuchsia-800\/95 {
  border-left-color: rgb(134 25 143 / 0.95) !important;
  border-right-color: rgb(134 25 143 / 0.95) !important;
}

.border-x-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-900\/0 {
  border-left-color: rgb(112 26 117 / 0) !important;
  border-right-color: rgb(112 26 117 / 0) !important;
}

.border-x-fuchsia-900\/10 {
  border-left-color: rgb(112 26 117 / 0.1) !important;
  border-right-color: rgb(112 26 117 / 0.1) !important;
}

.border-x-fuchsia-900\/100 {
  border-left-color: rgb(112 26 117 / 1) !important;
  border-right-color: rgb(112 26 117 / 1) !important;
}

.border-x-fuchsia-900\/15 {
  border-left-color: rgb(112 26 117 / 0.15) !important;
  border-right-color: rgb(112 26 117 / 0.15) !important;
}

.border-x-fuchsia-900\/20 {
  border-left-color: rgb(112 26 117 / 0.2) !important;
  border-right-color: rgb(112 26 117 / 0.2) !important;
}

.border-x-fuchsia-900\/25 {
  border-left-color: rgb(112 26 117 / 0.25) !important;
  border-right-color: rgb(112 26 117 / 0.25) !important;
}

.border-x-fuchsia-900\/30 {
  border-left-color: rgb(112 26 117 / 0.3) !important;
  border-right-color: rgb(112 26 117 / 0.3) !important;
}

.border-x-fuchsia-900\/35 {
  border-left-color: rgb(112 26 117 / 0.35) !important;
  border-right-color: rgb(112 26 117 / 0.35) !important;
}

.border-x-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4) !important;
  border-right-color: rgb(112 26 117 / 0.4) !important;
}

.border-x-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45) !important;
  border-right-color: rgb(112 26 117 / 0.45) !important;
}

.border-x-fuchsia-900\/5 {
  border-left-color: rgb(112 26 117 / 0.05) !important;
  border-right-color: rgb(112 26 117 / 0.05) !important;
}

.border-x-fuchsia-900\/50 {
  border-left-color: rgb(112 26 117 / 0.5) !important;
  border-right-color: rgb(112 26 117 / 0.5) !important;
}

.border-x-fuchsia-900\/55 {
  border-left-color: rgb(112 26 117 / 0.55) !important;
  border-right-color: rgb(112 26 117 / 0.55) !important;
}

.border-x-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6) !important;
  border-right-color: rgb(112 26 117 / 0.6) !important;
}

.border-x-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65) !important;
  border-right-color: rgb(112 26 117 / 0.65) !important;
}

.border-x-fuchsia-900\/70 {
  border-left-color: rgb(112 26 117 / 0.7) !important;
  border-right-color: rgb(112 26 117 / 0.7) !important;
}

.border-x-fuchsia-900\/75 {
  border-left-color: rgb(112 26 117 / 0.75) !important;
  border-right-color: rgb(112 26 117 / 0.75) !important;
}

.border-x-fuchsia-900\/80 {
  border-left-color: rgb(112 26 117 / 0.8) !important;
  border-right-color: rgb(112 26 117 / 0.8) !important;
}

.border-x-fuchsia-900\/85 {
  border-left-color: rgb(112 26 117 / 0.85) !important;
  border-right-color: rgb(112 26 117 / 0.85) !important;
}

.border-x-fuchsia-900\/90 {
  border-left-color: rgb(112 26 117 / 0.9) !important;
  border-right-color: rgb(112 26 117 / 0.9) !important;
}

.border-x-fuchsia-900\/95 {
  border-left-color: rgb(112 26 117 / 0.95) !important;
  border-right-color: rgb(112 26 117 / 0.95) !important;
}

.border-x-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-x-fuchsia-950\/0 {
  border-left-color: rgb(74 4 78 / 0) !important;
  border-right-color: rgb(74 4 78 / 0) !important;
}

.border-x-fuchsia-950\/10 {
  border-left-color: rgb(74 4 78 / 0.1) !important;
  border-right-color: rgb(74 4 78 / 0.1) !important;
}

.border-x-fuchsia-950\/100 {
  border-left-color: rgb(74 4 78 / 1) !important;
  border-right-color: rgb(74 4 78 / 1) !important;
}

.border-x-fuchsia-950\/15 {
  border-left-color: rgb(74 4 78 / 0.15) !important;
  border-right-color: rgb(74 4 78 / 0.15) !important;
}

.border-x-fuchsia-950\/20 {
  border-left-color: rgb(74 4 78 / 0.2) !important;
  border-right-color: rgb(74 4 78 / 0.2) !important;
}

.border-x-fuchsia-950\/25 {
  border-left-color: rgb(74 4 78 / 0.25) !important;
  border-right-color: rgb(74 4 78 / 0.25) !important;
}

.border-x-fuchsia-950\/30 {
  border-left-color: rgb(74 4 78 / 0.3) !important;
  border-right-color: rgb(74 4 78 / 0.3) !important;
}

.border-x-fuchsia-950\/35 {
  border-left-color: rgb(74 4 78 / 0.35) !important;
  border-right-color: rgb(74 4 78 / 0.35) !important;
}

.border-x-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4) !important;
  border-right-color: rgb(74 4 78 / 0.4) !important;
}

.border-x-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45) !important;
  border-right-color: rgb(74 4 78 / 0.45) !important;
}

.border-x-fuchsia-950\/5 {
  border-left-color: rgb(74 4 78 / 0.05) !important;
  border-right-color: rgb(74 4 78 / 0.05) !important;
}

.border-x-fuchsia-950\/50 {
  border-left-color: rgb(74 4 78 / 0.5) !important;
  border-right-color: rgb(74 4 78 / 0.5) !important;
}

.border-x-fuchsia-950\/55 {
  border-left-color: rgb(74 4 78 / 0.55) !important;
  border-right-color: rgb(74 4 78 / 0.55) !important;
}

.border-x-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6) !important;
  border-right-color: rgb(74 4 78 / 0.6) !important;
}

.border-x-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65) !important;
  border-right-color: rgb(74 4 78 / 0.65) !important;
}

.border-x-fuchsia-950\/70 {
  border-left-color: rgb(74 4 78 / 0.7) !important;
  border-right-color: rgb(74 4 78 / 0.7) !important;
}

.border-x-fuchsia-950\/75 {
  border-left-color: rgb(74 4 78 / 0.75) !important;
  border-right-color: rgb(74 4 78 / 0.75) !important;
}

.border-x-fuchsia-950\/80 {
  border-left-color: rgb(74 4 78 / 0.8) !important;
  border-right-color: rgb(74 4 78 / 0.8) !important;
}

.border-x-fuchsia-950\/85 {
  border-left-color: rgb(74 4 78 / 0.85) !important;
  border-right-color: rgb(74 4 78 / 0.85) !important;
}

.border-x-fuchsia-950\/90 {
  border-left-color: rgb(74 4 78 / 0.9) !important;
  border-right-color: rgb(74 4 78 / 0.9) !important;
}

.border-x-fuchsia-950\/95 {
  border-left-color: rgb(74 4 78 / 0.95) !important;
  border-right-color: rgb(74 4 78 / 0.95) !important;
}

.border-x-gray-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-100\/0 {
  border-left-color: rgb(243 244 246 / 0) !important;
  border-right-color: rgb(243 244 246 / 0) !important;
}

.border-x-gray-100\/10 {
  border-left-color: rgb(243 244 246 / 0.1) !important;
  border-right-color: rgb(243 244 246 / 0.1) !important;
}

.border-x-gray-100\/100 {
  border-left-color: rgb(243 244 246 / 1) !important;
  border-right-color: rgb(243 244 246 / 1) !important;
}

.border-x-gray-100\/15 {
  border-left-color: rgb(243 244 246 / 0.15) !important;
  border-right-color: rgb(243 244 246 / 0.15) !important;
}

.border-x-gray-100\/20 {
  border-left-color: rgb(243 244 246 / 0.2) !important;
  border-right-color: rgb(243 244 246 / 0.2) !important;
}

.border-x-gray-100\/25 {
  border-left-color: rgb(243 244 246 / 0.25) !important;
  border-right-color: rgb(243 244 246 / 0.25) !important;
}

.border-x-gray-100\/30 {
  border-left-color: rgb(243 244 246 / 0.3) !important;
  border-right-color: rgb(243 244 246 / 0.3) !important;
}

.border-x-gray-100\/35 {
  border-left-color: rgb(243 244 246 / 0.35) !important;
  border-right-color: rgb(243 244 246 / 0.35) !important;
}

.border-x-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4) !important;
  border-right-color: rgb(243 244 246 / 0.4) !important;
}

.border-x-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45) !important;
  border-right-color: rgb(243 244 246 / 0.45) !important;
}

.border-x-gray-100\/5 {
  border-left-color: rgb(243 244 246 / 0.05) !important;
  border-right-color: rgb(243 244 246 / 0.05) !important;
}

.border-x-gray-100\/50 {
  border-left-color: rgb(243 244 246 / 0.5) !important;
  border-right-color: rgb(243 244 246 / 0.5) !important;
}

.border-x-gray-100\/55 {
  border-left-color: rgb(243 244 246 / 0.55) !important;
  border-right-color: rgb(243 244 246 / 0.55) !important;
}

.border-x-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6) !important;
  border-right-color: rgb(243 244 246 / 0.6) !important;
}

.border-x-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65) !important;
  border-right-color: rgb(243 244 246 / 0.65) !important;
}

.border-x-gray-100\/70 {
  border-left-color: rgb(243 244 246 / 0.7) !important;
  border-right-color: rgb(243 244 246 / 0.7) !important;
}

.border-x-gray-100\/75 {
  border-left-color: rgb(243 244 246 / 0.75) !important;
  border-right-color: rgb(243 244 246 / 0.75) !important;
}

.border-x-gray-100\/80 {
  border-left-color: rgb(243 244 246 / 0.8) !important;
  border-right-color: rgb(243 244 246 / 0.8) !important;
}

.border-x-gray-100\/85 {
  border-left-color: rgb(243 244 246 / 0.85) !important;
  border-right-color: rgb(243 244 246 / 0.85) !important;
}

.border-x-gray-100\/90 {
  border-left-color: rgb(243 244 246 / 0.9) !important;
  border-right-color: rgb(243 244 246 / 0.9) !important;
}

.border-x-gray-100\/95 {
  border-left-color: rgb(243 244 246 / 0.95) !important;
  border-right-color: rgb(243 244 246 / 0.95) !important;
}

.border-x-gray-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-200\/0 {
  border-left-color: rgb(229 231 235 / 0) !important;
  border-right-color: rgb(229 231 235 / 0) !important;
}

.border-x-gray-200\/10 {
  border-left-color: rgb(229 231 235 / 0.1) !important;
  border-right-color: rgb(229 231 235 / 0.1) !important;
}

.border-x-gray-200\/100 {
  border-left-color: rgb(229 231 235 / 1) !important;
  border-right-color: rgb(229 231 235 / 1) !important;
}

.border-x-gray-200\/15 {
  border-left-color: rgb(229 231 235 / 0.15) !important;
  border-right-color: rgb(229 231 235 / 0.15) !important;
}

.border-x-gray-200\/20 {
  border-left-color: rgb(229 231 235 / 0.2) !important;
  border-right-color: rgb(229 231 235 / 0.2) !important;
}

.border-x-gray-200\/25 {
  border-left-color: rgb(229 231 235 / 0.25) !important;
  border-right-color: rgb(229 231 235 / 0.25) !important;
}

.border-x-gray-200\/30 {
  border-left-color: rgb(229 231 235 / 0.3) !important;
  border-right-color: rgb(229 231 235 / 0.3) !important;
}

.border-x-gray-200\/35 {
  border-left-color: rgb(229 231 235 / 0.35) !important;
  border-right-color: rgb(229 231 235 / 0.35) !important;
}

.border-x-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4) !important;
  border-right-color: rgb(229 231 235 / 0.4) !important;
}

.border-x-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45) !important;
  border-right-color: rgb(229 231 235 / 0.45) !important;
}

.border-x-gray-200\/5 {
  border-left-color: rgb(229 231 235 / 0.05) !important;
  border-right-color: rgb(229 231 235 / 0.05) !important;
}

.border-x-gray-200\/50 {
  border-left-color: rgb(229 231 235 / 0.5) !important;
  border-right-color: rgb(229 231 235 / 0.5) !important;
}

.border-x-gray-200\/55 {
  border-left-color: rgb(229 231 235 / 0.55) !important;
  border-right-color: rgb(229 231 235 / 0.55) !important;
}

.border-x-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6) !important;
  border-right-color: rgb(229 231 235 / 0.6) !important;
}

.border-x-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65) !important;
  border-right-color: rgb(229 231 235 / 0.65) !important;
}

.border-x-gray-200\/70 {
  border-left-color: rgb(229 231 235 / 0.7) !important;
  border-right-color: rgb(229 231 235 / 0.7) !important;
}

.border-x-gray-200\/75 {
  border-left-color: rgb(229 231 235 / 0.75) !important;
  border-right-color: rgb(229 231 235 / 0.75) !important;
}

.border-x-gray-200\/80 {
  border-left-color: rgb(229 231 235 / 0.8) !important;
  border-right-color: rgb(229 231 235 / 0.8) !important;
}

.border-x-gray-200\/85 {
  border-left-color: rgb(229 231 235 / 0.85) !important;
  border-right-color: rgb(229 231 235 / 0.85) !important;
}

.border-x-gray-200\/90 {
  border-left-color: rgb(229 231 235 / 0.9) !important;
  border-right-color: rgb(229 231 235 / 0.9) !important;
}

.border-x-gray-200\/95 {
  border-left-color: rgb(229 231 235 / 0.95) !important;
  border-right-color: rgb(229 231 235 / 0.95) !important;
}

.border-x-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-300\/0 {
  border-left-color: rgb(209 213 219 / 0) !important;
  border-right-color: rgb(209 213 219 / 0) !important;
}

.border-x-gray-300\/10 {
  border-left-color: rgb(209 213 219 / 0.1) !important;
  border-right-color: rgb(209 213 219 / 0.1) !important;
}

.border-x-gray-300\/100 {
  border-left-color: rgb(209 213 219 / 1) !important;
  border-right-color: rgb(209 213 219 / 1) !important;
}

.border-x-gray-300\/15 {
  border-left-color: rgb(209 213 219 / 0.15) !important;
  border-right-color: rgb(209 213 219 / 0.15) !important;
}

.border-x-gray-300\/20 {
  border-left-color: rgb(209 213 219 / 0.2) !important;
  border-right-color: rgb(209 213 219 / 0.2) !important;
}

.border-x-gray-300\/25 {
  border-left-color: rgb(209 213 219 / 0.25) !important;
  border-right-color: rgb(209 213 219 / 0.25) !important;
}

.border-x-gray-300\/30 {
  border-left-color: rgb(209 213 219 / 0.3) !important;
  border-right-color: rgb(209 213 219 / 0.3) !important;
}

.border-x-gray-300\/35 {
  border-left-color: rgb(209 213 219 / 0.35) !important;
  border-right-color: rgb(209 213 219 / 0.35) !important;
}

.border-x-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4) !important;
  border-right-color: rgb(209 213 219 / 0.4) !important;
}

.border-x-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45) !important;
  border-right-color: rgb(209 213 219 / 0.45) !important;
}

.border-x-gray-300\/5 {
  border-left-color: rgb(209 213 219 / 0.05) !important;
  border-right-color: rgb(209 213 219 / 0.05) !important;
}

.border-x-gray-300\/50 {
  border-left-color: rgb(209 213 219 / 0.5) !important;
  border-right-color: rgb(209 213 219 / 0.5) !important;
}

.border-x-gray-300\/55 {
  border-left-color: rgb(209 213 219 / 0.55) !important;
  border-right-color: rgb(209 213 219 / 0.55) !important;
}

.border-x-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6) !important;
  border-right-color: rgb(209 213 219 / 0.6) !important;
}

.border-x-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65) !important;
  border-right-color: rgb(209 213 219 / 0.65) !important;
}

.border-x-gray-300\/70 {
  border-left-color: rgb(209 213 219 / 0.7) !important;
  border-right-color: rgb(209 213 219 / 0.7) !important;
}

.border-x-gray-300\/75 {
  border-left-color: rgb(209 213 219 / 0.75) !important;
  border-right-color: rgb(209 213 219 / 0.75) !important;
}

.border-x-gray-300\/80 {
  border-left-color: rgb(209 213 219 / 0.8) !important;
  border-right-color: rgb(209 213 219 / 0.8) !important;
}

.border-x-gray-300\/85 {
  border-left-color: rgb(209 213 219 / 0.85) !important;
  border-right-color: rgb(209 213 219 / 0.85) !important;
}

.border-x-gray-300\/90 {
  border-left-color: rgb(209 213 219 / 0.9) !important;
  border-right-color: rgb(209 213 219 / 0.9) !important;
}

.border-x-gray-300\/95 {
  border-left-color: rgb(209 213 219 / 0.95) !important;
  border-right-color: rgb(209 213 219 / 0.95) !important;
}

.border-x-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-400\/0 {
  border-left-color: rgb(156 163 175 / 0) !important;
  border-right-color: rgb(156 163 175 / 0) !important;
}

.border-x-gray-400\/10 {
  border-left-color: rgb(156 163 175 / 0.1) !important;
  border-right-color: rgb(156 163 175 / 0.1) !important;
}

.border-x-gray-400\/100 {
  border-left-color: rgb(156 163 175 / 1) !important;
  border-right-color: rgb(156 163 175 / 1) !important;
}

.border-x-gray-400\/15 {
  border-left-color: rgb(156 163 175 / 0.15) !important;
  border-right-color: rgb(156 163 175 / 0.15) !important;
}

.border-x-gray-400\/20 {
  border-left-color: rgb(156 163 175 / 0.2) !important;
  border-right-color: rgb(156 163 175 / 0.2) !important;
}

.border-x-gray-400\/25 {
  border-left-color: rgb(156 163 175 / 0.25) !important;
  border-right-color: rgb(156 163 175 / 0.25) !important;
}

.border-x-gray-400\/30 {
  border-left-color: rgb(156 163 175 / 0.3) !important;
  border-right-color: rgb(156 163 175 / 0.3) !important;
}

.border-x-gray-400\/35 {
  border-left-color: rgb(156 163 175 / 0.35) !important;
  border-right-color: rgb(156 163 175 / 0.35) !important;
}

.border-x-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4) !important;
  border-right-color: rgb(156 163 175 / 0.4) !important;
}

.border-x-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45) !important;
  border-right-color: rgb(156 163 175 / 0.45) !important;
}

.border-x-gray-400\/5 {
  border-left-color: rgb(156 163 175 / 0.05) !important;
  border-right-color: rgb(156 163 175 / 0.05) !important;
}

.border-x-gray-400\/50 {
  border-left-color: rgb(156 163 175 / 0.5) !important;
  border-right-color: rgb(156 163 175 / 0.5) !important;
}

.border-x-gray-400\/55 {
  border-left-color: rgb(156 163 175 / 0.55) !important;
  border-right-color: rgb(156 163 175 / 0.55) !important;
}

.border-x-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6) !important;
  border-right-color: rgb(156 163 175 / 0.6) !important;
}

.border-x-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65) !important;
  border-right-color: rgb(156 163 175 / 0.65) !important;
}

.border-x-gray-400\/70 {
  border-left-color: rgb(156 163 175 / 0.7) !important;
  border-right-color: rgb(156 163 175 / 0.7) !important;
}

.border-x-gray-400\/75 {
  border-left-color: rgb(156 163 175 / 0.75) !important;
  border-right-color: rgb(156 163 175 / 0.75) !important;
}

.border-x-gray-400\/80 {
  border-left-color: rgb(156 163 175 / 0.8) !important;
  border-right-color: rgb(156 163 175 / 0.8) !important;
}

.border-x-gray-400\/85 {
  border-left-color: rgb(156 163 175 / 0.85) !important;
  border-right-color: rgb(156 163 175 / 0.85) !important;
}

.border-x-gray-400\/90 {
  border-left-color: rgb(156 163 175 / 0.9) !important;
  border-right-color: rgb(156 163 175 / 0.9) !important;
}

.border-x-gray-400\/95 {
  border-left-color: rgb(156 163 175 / 0.95) !important;
  border-right-color: rgb(156 163 175 / 0.95) !important;
}

.border-x-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-50\/0 {
  border-left-color: rgb(249 250 251 / 0) !important;
  border-right-color: rgb(249 250 251 / 0) !important;
}

.border-x-gray-50\/10 {
  border-left-color: rgb(249 250 251 / 0.1) !important;
  border-right-color: rgb(249 250 251 / 0.1) !important;
}

.border-x-gray-50\/100 {
  border-left-color: rgb(249 250 251 / 1) !important;
  border-right-color: rgb(249 250 251 / 1) !important;
}

.border-x-gray-50\/15 {
  border-left-color: rgb(249 250 251 / 0.15) !important;
  border-right-color: rgb(249 250 251 / 0.15) !important;
}

.border-x-gray-50\/20 {
  border-left-color: rgb(249 250 251 / 0.2) !important;
  border-right-color: rgb(249 250 251 / 0.2) !important;
}

.border-x-gray-50\/25 {
  border-left-color: rgb(249 250 251 / 0.25) !important;
  border-right-color: rgb(249 250 251 / 0.25) !important;
}

.border-x-gray-50\/30 {
  border-left-color: rgb(249 250 251 / 0.3) !important;
  border-right-color: rgb(249 250 251 / 0.3) !important;
}

.border-x-gray-50\/35 {
  border-left-color: rgb(249 250 251 / 0.35) !important;
  border-right-color: rgb(249 250 251 / 0.35) !important;
}

.border-x-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4) !important;
  border-right-color: rgb(249 250 251 / 0.4) !important;
}

.border-x-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45) !important;
  border-right-color: rgb(249 250 251 / 0.45) !important;
}

.border-x-gray-50\/5 {
  border-left-color: rgb(249 250 251 / 0.05) !important;
  border-right-color: rgb(249 250 251 / 0.05) !important;
}

.border-x-gray-50\/50 {
  border-left-color: rgb(249 250 251 / 0.5) !important;
  border-right-color: rgb(249 250 251 / 0.5) !important;
}

.border-x-gray-50\/55 {
  border-left-color: rgb(249 250 251 / 0.55) !important;
  border-right-color: rgb(249 250 251 / 0.55) !important;
}

.border-x-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6) !important;
  border-right-color: rgb(249 250 251 / 0.6) !important;
}

.border-x-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65) !important;
  border-right-color: rgb(249 250 251 / 0.65) !important;
}

.border-x-gray-50\/70 {
  border-left-color: rgb(249 250 251 / 0.7) !important;
  border-right-color: rgb(249 250 251 / 0.7) !important;
}

.border-x-gray-50\/75 {
  border-left-color: rgb(249 250 251 / 0.75) !important;
  border-right-color: rgb(249 250 251 / 0.75) !important;
}

.border-x-gray-50\/80 {
  border-left-color: rgb(249 250 251 / 0.8) !important;
  border-right-color: rgb(249 250 251 / 0.8) !important;
}

.border-x-gray-50\/85 {
  border-left-color: rgb(249 250 251 / 0.85) !important;
  border-right-color: rgb(249 250 251 / 0.85) !important;
}

.border-x-gray-50\/90 {
  border-left-color: rgb(249 250 251 / 0.9) !important;
  border-right-color: rgb(249 250 251 / 0.9) !important;
}

.border-x-gray-50\/95 {
  border-left-color: rgb(249 250 251 / 0.95) !important;
  border-right-color: rgb(249 250 251 / 0.95) !important;
}

.border-x-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-500\/0 {
  border-left-color: rgb(107 114 128 / 0) !important;
  border-right-color: rgb(107 114 128 / 0) !important;
}

.border-x-gray-500\/10 {
  border-left-color: rgb(107 114 128 / 0.1) !important;
  border-right-color: rgb(107 114 128 / 0.1) !important;
}

.border-x-gray-500\/100 {
  border-left-color: rgb(107 114 128 / 1) !important;
  border-right-color: rgb(107 114 128 / 1) !important;
}

.border-x-gray-500\/15 {
  border-left-color: rgb(107 114 128 / 0.15) !important;
  border-right-color: rgb(107 114 128 / 0.15) !important;
}

.border-x-gray-500\/20 {
  border-left-color: rgb(107 114 128 / 0.2) !important;
  border-right-color: rgb(107 114 128 / 0.2) !important;
}

.border-x-gray-500\/25 {
  border-left-color: rgb(107 114 128 / 0.25) !important;
  border-right-color: rgb(107 114 128 / 0.25) !important;
}

.border-x-gray-500\/30 {
  border-left-color: rgb(107 114 128 / 0.3) !important;
  border-right-color: rgb(107 114 128 / 0.3) !important;
}

.border-x-gray-500\/35 {
  border-left-color: rgb(107 114 128 / 0.35) !important;
  border-right-color: rgb(107 114 128 / 0.35) !important;
}

.border-x-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4) !important;
  border-right-color: rgb(107 114 128 / 0.4) !important;
}

.border-x-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45) !important;
  border-right-color: rgb(107 114 128 / 0.45) !important;
}

.border-x-gray-500\/5 {
  border-left-color: rgb(107 114 128 / 0.05) !important;
  border-right-color: rgb(107 114 128 / 0.05) !important;
}

.border-x-gray-500\/50 {
  border-left-color: rgb(107 114 128 / 0.5) !important;
  border-right-color: rgb(107 114 128 / 0.5) !important;
}

.border-x-gray-500\/55 {
  border-left-color: rgb(107 114 128 / 0.55) !important;
  border-right-color: rgb(107 114 128 / 0.55) !important;
}

.border-x-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6) !important;
  border-right-color: rgb(107 114 128 / 0.6) !important;
}

.border-x-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65) !important;
  border-right-color: rgb(107 114 128 / 0.65) !important;
}

.border-x-gray-500\/70 {
  border-left-color: rgb(107 114 128 / 0.7) !important;
  border-right-color: rgb(107 114 128 / 0.7) !important;
}

.border-x-gray-500\/75 {
  border-left-color: rgb(107 114 128 / 0.75) !important;
  border-right-color: rgb(107 114 128 / 0.75) !important;
}

.border-x-gray-500\/80 {
  border-left-color: rgb(107 114 128 / 0.8) !important;
  border-right-color: rgb(107 114 128 / 0.8) !important;
}

.border-x-gray-500\/85 {
  border-left-color: rgb(107 114 128 / 0.85) !important;
  border-right-color: rgb(107 114 128 / 0.85) !important;
}

.border-x-gray-500\/90 {
  border-left-color: rgb(107 114 128 / 0.9) !important;
  border-right-color: rgb(107 114 128 / 0.9) !important;
}

.border-x-gray-500\/95 {
  border-left-color: rgb(107 114 128 / 0.95) !important;
  border-right-color: rgb(107 114 128 / 0.95) !important;
}

.border-x-gray-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-600\/0 {
  border-left-color: rgb(75 85 99 / 0) !important;
  border-right-color: rgb(75 85 99 / 0) !important;
}

.border-x-gray-600\/10 {
  border-left-color: rgb(75 85 99 / 0.1) !important;
  border-right-color: rgb(75 85 99 / 0.1) !important;
}

.border-x-gray-600\/100 {
  border-left-color: rgb(75 85 99 / 1) !important;
  border-right-color: rgb(75 85 99 / 1) !important;
}

.border-x-gray-600\/15 {
  border-left-color: rgb(75 85 99 / 0.15) !important;
  border-right-color: rgb(75 85 99 / 0.15) !important;
}

.border-x-gray-600\/20 {
  border-left-color: rgb(75 85 99 / 0.2) !important;
  border-right-color: rgb(75 85 99 / 0.2) !important;
}

.border-x-gray-600\/25 {
  border-left-color: rgb(75 85 99 / 0.25) !important;
  border-right-color: rgb(75 85 99 / 0.25) !important;
}

.border-x-gray-600\/30 {
  border-left-color: rgb(75 85 99 / 0.3) !important;
  border-right-color: rgb(75 85 99 / 0.3) !important;
}

.border-x-gray-600\/35 {
  border-left-color: rgb(75 85 99 / 0.35) !important;
  border-right-color: rgb(75 85 99 / 0.35) !important;
}

.border-x-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4) !important;
  border-right-color: rgb(75 85 99 / 0.4) !important;
}

.border-x-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45) !important;
  border-right-color: rgb(75 85 99 / 0.45) !important;
}

.border-x-gray-600\/5 {
  border-left-color: rgb(75 85 99 / 0.05) !important;
  border-right-color: rgb(75 85 99 / 0.05) !important;
}

.border-x-gray-600\/50 {
  border-left-color: rgb(75 85 99 / 0.5) !important;
  border-right-color: rgb(75 85 99 / 0.5) !important;
}

.border-x-gray-600\/55 {
  border-left-color: rgb(75 85 99 / 0.55) !important;
  border-right-color: rgb(75 85 99 / 0.55) !important;
}

.border-x-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6) !important;
  border-right-color: rgb(75 85 99 / 0.6) !important;
}

.border-x-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65) !important;
  border-right-color: rgb(75 85 99 / 0.65) !important;
}

.border-x-gray-600\/70 {
  border-left-color: rgb(75 85 99 / 0.7) !important;
  border-right-color: rgb(75 85 99 / 0.7) !important;
}

.border-x-gray-600\/75 {
  border-left-color: rgb(75 85 99 / 0.75) !important;
  border-right-color: rgb(75 85 99 / 0.75) !important;
}

.border-x-gray-600\/80 {
  border-left-color: rgb(75 85 99 / 0.8) !important;
  border-right-color: rgb(75 85 99 / 0.8) !important;
}

.border-x-gray-600\/85 {
  border-left-color: rgb(75 85 99 / 0.85) !important;
  border-right-color: rgb(75 85 99 / 0.85) !important;
}

.border-x-gray-600\/90 {
  border-left-color: rgb(75 85 99 / 0.9) !important;
  border-right-color: rgb(75 85 99 / 0.9) !important;
}

.border-x-gray-600\/95 {
  border-left-color: rgb(75 85 99 / 0.95) !important;
  border-right-color: rgb(75 85 99 / 0.95) !important;
}

.border-x-gray-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-700\/0 {
  border-left-color: rgb(55 65 81 / 0) !important;
  border-right-color: rgb(55 65 81 / 0) !important;
}

.border-x-gray-700\/10 {
  border-left-color: rgb(55 65 81 / 0.1) !important;
  border-right-color: rgb(55 65 81 / 0.1) !important;
}

.border-x-gray-700\/100 {
  border-left-color: rgb(55 65 81 / 1) !important;
  border-right-color: rgb(55 65 81 / 1) !important;
}

.border-x-gray-700\/15 {
  border-left-color: rgb(55 65 81 / 0.15) !important;
  border-right-color: rgb(55 65 81 / 0.15) !important;
}

.border-x-gray-700\/20 {
  border-left-color: rgb(55 65 81 / 0.2) !important;
  border-right-color: rgb(55 65 81 / 0.2) !important;
}

.border-x-gray-700\/25 {
  border-left-color: rgb(55 65 81 / 0.25) !important;
  border-right-color: rgb(55 65 81 / 0.25) !important;
}

.border-x-gray-700\/30 {
  border-left-color: rgb(55 65 81 / 0.3) !important;
  border-right-color: rgb(55 65 81 / 0.3) !important;
}

.border-x-gray-700\/35 {
  border-left-color: rgb(55 65 81 / 0.35) !important;
  border-right-color: rgb(55 65 81 / 0.35) !important;
}

.border-x-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4) !important;
  border-right-color: rgb(55 65 81 / 0.4) !important;
}

.border-x-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45) !important;
  border-right-color: rgb(55 65 81 / 0.45) !important;
}

.border-x-gray-700\/5 {
  border-left-color: rgb(55 65 81 / 0.05) !important;
  border-right-color: rgb(55 65 81 / 0.05) !important;
}

.border-x-gray-700\/50 {
  border-left-color: rgb(55 65 81 / 0.5) !important;
  border-right-color: rgb(55 65 81 / 0.5) !important;
}

.border-x-gray-700\/55 {
  border-left-color: rgb(55 65 81 / 0.55) !important;
  border-right-color: rgb(55 65 81 / 0.55) !important;
}

.border-x-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6) !important;
  border-right-color: rgb(55 65 81 / 0.6) !important;
}

.border-x-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65) !important;
  border-right-color: rgb(55 65 81 / 0.65) !important;
}

.border-x-gray-700\/70 {
  border-left-color: rgb(55 65 81 / 0.7) !important;
  border-right-color: rgb(55 65 81 / 0.7) !important;
}

.border-x-gray-700\/75 {
  border-left-color: rgb(55 65 81 / 0.75) !important;
  border-right-color: rgb(55 65 81 / 0.75) !important;
}

.border-x-gray-700\/80 {
  border-left-color: rgb(55 65 81 / 0.8) !important;
  border-right-color: rgb(55 65 81 / 0.8) !important;
}

.border-x-gray-700\/85 {
  border-left-color: rgb(55 65 81 / 0.85) !important;
  border-right-color: rgb(55 65 81 / 0.85) !important;
}

.border-x-gray-700\/90 {
  border-left-color: rgb(55 65 81 / 0.9) !important;
  border-right-color: rgb(55 65 81 / 0.9) !important;
}

.border-x-gray-700\/95 {
  border-left-color: rgb(55 65 81 / 0.95) !important;
  border-right-color: rgb(55 65 81 / 0.95) !important;
}

.border-x-gray-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-800\/0 {
  border-left-color: rgb(31 41 55 / 0) !important;
  border-right-color: rgb(31 41 55 / 0) !important;
}

.border-x-gray-800\/10 {
  border-left-color: rgb(31 41 55 / 0.1) !important;
  border-right-color: rgb(31 41 55 / 0.1) !important;
}

.border-x-gray-800\/100 {
  border-left-color: rgb(31 41 55 / 1) !important;
  border-right-color: rgb(31 41 55 / 1) !important;
}

.border-x-gray-800\/15 {
  border-left-color: rgb(31 41 55 / 0.15) !important;
  border-right-color: rgb(31 41 55 / 0.15) !important;
}

.border-x-gray-800\/20 {
  border-left-color: rgb(31 41 55 / 0.2) !important;
  border-right-color: rgb(31 41 55 / 0.2) !important;
}

.border-x-gray-800\/25 {
  border-left-color: rgb(31 41 55 / 0.25) !important;
  border-right-color: rgb(31 41 55 / 0.25) !important;
}

.border-x-gray-800\/30 {
  border-left-color: rgb(31 41 55 / 0.3) !important;
  border-right-color: rgb(31 41 55 / 0.3) !important;
}

.border-x-gray-800\/35 {
  border-left-color: rgb(31 41 55 / 0.35) !important;
  border-right-color: rgb(31 41 55 / 0.35) !important;
}

.border-x-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4) !important;
  border-right-color: rgb(31 41 55 / 0.4) !important;
}

.border-x-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45) !important;
  border-right-color: rgb(31 41 55 / 0.45) !important;
}

.border-x-gray-800\/5 {
  border-left-color: rgb(31 41 55 / 0.05) !important;
  border-right-color: rgb(31 41 55 / 0.05) !important;
}

.border-x-gray-800\/50 {
  border-left-color: rgb(31 41 55 / 0.5) !important;
  border-right-color: rgb(31 41 55 / 0.5) !important;
}

.border-x-gray-800\/55 {
  border-left-color: rgb(31 41 55 / 0.55) !important;
  border-right-color: rgb(31 41 55 / 0.55) !important;
}

.border-x-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6) !important;
  border-right-color: rgb(31 41 55 / 0.6) !important;
}

.border-x-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65) !important;
  border-right-color: rgb(31 41 55 / 0.65) !important;
}

.border-x-gray-800\/70 {
  border-left-color: rgb(31 41 55 / 0.7) !important;
  border-right-color: rgb(31 41 55 / 0.7) !important;
}

.border-x-gray-800\/75 {
  border-left-color: rgb(31 41 55 / 0.75) !important;
  border-right-color: rgb(31 41 55 / 0.75) !important;
}

.border-x-gray-800\/80 {
  border-left-color: rgb(31 41 55 / 0.8) !important;
  border-right-color: rgb(31 41 55 / 0.8) !important;
}

.border-x-gray-800\/85 {
  border-left-color: rgb(31 41 55 / 0.85) !important;
  border-right-color: rgb(31 41 55 / 0.85) !important;
}

.border-x-gray-800\/90 {
  border-left-color: rgb(31 41 55 / 0.9) !important;
  border-right-color: rgb(31 41 55 / 0.9) !important;
}

.border-x-gray-800\/95 {
  border-left-color: rgb(31 41 55 / 0.95) !important;
  border-right-color: rgb(31 41 55 / 0.95) !important;
}

.border-x-gray-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-900\/0 {
  border-left-color: rgb(17 24 39 / 0) !important;
  border-right-color: rgb(17 24 39 / 0) !important;
}

.border-x-gray-900\/10 {
  border-left-color: rgb(17 24 39 / 0.1) !important;
  border-right-color: rgb(17 24 39 / 0.1) !important;
}

.border-x-gray-900\/100 {
  border-left-color: rgb(17 24 39 / 1) !important;
  border-right-color: rgb(17 24 39 / 1) !important;
}

.border-x-gray-900\/15 {
  border-left-color: rgb(17 24 39 / 0.15) !important;
  border-right-color: rgb(17 24 39 / 0.15) !important;
}

.border-x-gray-900\/20 {
  border-left-color: rgb(17 24 39 / 0.2) !important;
  border-right-color: rgb(17 24 39 / 0.2) !important;
}

.border-x-gray-900\/25 {
  border-left-color: rgb(17 24 39 / 0.25) !important;
  border-right-color: rgb(17 24 39 / 0.25) !important;
}

.border-x-gray-900\/30 {
  border-left-color: rgb(17 24 39 / 0.3) !important;
  border-right-color: rgb(17 24 39 / 0.3) !important;
}

.border-x-gray-900\/35 {
  border-left-color: rgb(17 24 39 / 0.35) !important;
  border-right-color: rgb(17 24 39 / 0.35) !important;
}

.border-x-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4) !important;
  border-right-color: rgb(17 24 39 / 0.4) !important;
}

.border-x-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45) !important;
  border-right-color: rgb(17 24 39 / 0.45) !important;
}

.border-x-gray-900\/5 {
  border-left-color: rgb(17 24 39 / 0.05) !important;
  border-right-color: rgb(17 24 39 / 0.05) !important;
}

.border-x-gray-900\/50 {
  border-left-color: rgb(17 24 39 / 0.5) !important;
  border-right-color: rgb(17 24 39 / 0.5) !important;
}

.border-x-gray-900\/55 {
  border-left-color: rgb(17 24 39 / 0.55) !important;
  border-right-color: rgb(17 24 39 / 0.55) !important;
}

.border-x-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6) !important;
  border-right-color: rgb(17 24 39 / 0.6) !important;
}

.border-x-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65) !important;
  border-right-color: rgb(17 24 39 / 0.65) !important;
}

.border-x-gray-900\/70 {
  border-left-color: rgb(17 24 39 / 0.7) !important;
  border-right-color: rgb(17 24 39 / 0.7) !important;
}

.border-x-gray-900\/75 {
  border-left-color: rgb(17 24 39 / 0.75) !important;
  border-right-color: rgb(17 24 39 / 0.75) !important;
}

.border-x-gray-900\/80 {
  border-left-color: rgb(17 24 39 / 0.8) !important;
  border-right-color: rgb(17 24 39 / 0.8) !important;
}

.border-x-gray-900\/85 {
  border-left-color: rgb(17 24 39 / 0.85) !important;
  border-right-color: rgb(17 24 39 / 0.85) !important;
}

.border-x-gray-900\/90 {
  border-left-color: rgb(17 24 39 / 0.9) !important;
  border-right-color: rgb(17 24 39 / 0.9) !important;
}

.border-x-gray-900\/95 {
  border-left-color: rgb(17 24 39 / 0.95) !important;
  border-right-color: rgb(17 24 39 / 0.95) !important;
}

.border-x-gray-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-x-gray-950\/0 {
  border-left-color: rgb(3 7 18 / 0) !important;
  border-right-color: rgb(3 7 18 / 0) !important;
}

.border-x-gray-950\/10 {
  border-left-color: rgb(3 7 18 / 0.1) !important;
  border-right-color: rgb(3 7 18 / 0.1) !important;
}

.border-x-gray-950\/100 {
  border-left-color: rgb(3 7 18 / 1) !important;
  border-right-color: rgb(3 7 18 / 1) !important;
}

.border-x-gray-950\/15 {
  border-left-color: rgb(3 7 18 / 0.15) !important;
  border-right-color: rgb(3 7 18 / 0.15) !important;
}

.border-x-gray-950\/20 {
  border-left-color: rgb(3 7 18 / 0.2) !important;
  border-right-color: rgb(3 7 18 / 0.2) !important;
}

.border-x-gray-950\/25 {
  border-left-color: rgb(3 7 18 / 0.25) !important;
  border-right-color: rgb(3 7 18 / 0.25) !important;
}

.border-x-gray-950\/30 {
  border-left-color: rgb(3 7 18 / 0.3) !important;
  border-right-color: rgb(3 7 18 / 0.3) !important;
}

.border-x-gray-950\/35 {
  border-left-color: rgb(3 7 18 / 0.35) !important;
  border-right-color: rgb(3 7 18 / 0.35) !important;
}

.border-x-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4) !important;
  border-right-color: rgb(3 7 18 / 0.4) !important;
}

.border-x-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45) !important;
  border-right-color: rgb(3 7 18 / 0.45) !important;
}

.border-x-gray-950\/5 {
  border-left-color: rgb(3 7 18 / 0.05) !important;
  border-right-color: rgb(3 7 18 / 0.05) !important;
}

.border-x-gray-950\/50 {
  border-left-color: rgb(3 7 18 / 0.5) !important;
  border-right-color: rgb(3 7 18 / 0.5) !important;
}

.border-x-gray-950\/55 {
  border-left-color: rgb(3 7 18 / 0.55) !important;
  border-right-color: rgb(3 7 18 / 0.55) !important;
}

.border-x-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6) !important;
  border-right-color: rgb(3 7 18 / 0.6) !important;
}

.border-x-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65) !important;
  border-right-color: rgb(3 7 18 / 0.65) !important;
}

.border-x-gray-950\/70 {
  border-left-color: rgb(3 7 18 / 0.7) !important;
  border-right-color: rgb(3 7 18 / 0.7) !important;
}

.border-x-gray-950\/75 {
  border-left-color: rgb(3 7 18 / 0.75) !important;
  border-right-color: rgb(3 7 18 / 0.75) !important;
}

.border-x-gray-950\/80 {
  border-left-color: rgb(3 7 18 / 0.8) !important;
  border-right-color: rgb(3 7 18 / 0.8) !important;
}

.border-x-gray-950\/85 {
  border-left-color: rgb(3 7 18 / 0.85) !important;
  border-right-color: rgb(3 7 18 / 0.85) !important;
}

.border-x-gray-950\/90 {
  border-left-color: rgb(3 7 18 / 0.9) !important;
  border-right-color: rgb(3 7 18 / 0.9) !important;
}

.border-x-gray-950\/95 {
  border-left-color: rgb(3 7 18 / 0.95) !important;
  border-right-color: rgb(3 7 18 / 0.95) !important;
}

.border-x-green-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-100\/0 {
  border-left-color: rgb(220 252 231 / 0) !important;
  border-right-color: rgb(220 252 231 / 0) !important;
}

.border-x-green-100\/10 {
  border-left-color: rgb(220 252 231 / 0.1) !important;
  border-right-color: rgb(220 252 231 / 0.1) !important;
}

.border-x-green-100\/100 {
  border-left-color: rgb(220 252 231 / 1) !important;
  border-right-color: rgb(220 252 231 / 1) !important;
}

.border-x-green-100\/15 {
  border-left-color: rgb(220 252 231 / 0.15) !important;
  border-right-color: rgb(220 252 231 / 0.15) !important;
}

.border-x-green-100\/20 {
  border-left-color: rgb(220 252 231 / 0.2) !important;
  border-right-color: rgb(220 252 231 / 0.2) !important;
}

.border-x-green-100\/25 {
  border-left-color: rgb(220 252 231 / 0.25) !important;
  border-right-color: rgb(220 252 231 / 0.25) !important;
}

.border-x-green-100\/30 {
  border-left-color: rgb(220 252 231 / 0.3) !important;
  border-right-color: rgb(220 252 231 / 0.3) !important;
}

.border-x-green-100\/35 {
  border-left-color: rgb(220 252 231 / 0.35) !important;
  border-right-color: rgb(220 252 231 / 0.35) !important;
}

.border-x-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4) !important;
  border-right-color: rgb(220 252 231 / 0.4) !important;
}

.border-x-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45) !important;
  border-right-color: rgb(220 252 231 / 0.45) !important;
}

.border-x-green-100\/5 {
  border-left-color: rgb(220 252 231 / 0.05) !important;
  border-right-color: rgb(220 252 231 / 0.05) !important;
}

.border-x-green-100\/50 {
  border-left-color: rgb(220 252 231 / 0.5) !important;
  border-right-color: rgb(220 252 231 / 0.5) !important;
}

.border-x-green-100\/55 {
  border-left-color: rgb(220 252 231 / 0.55) !important;
  border-right-color: rgb(220 252 231 / 0.55) !important;
}

.border-x-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6) !important;
  border-right-color: rgb(220 252 231 / 0.6) !important;
}

.border-x-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65) !important;
  border-right-color: rgb(220 252 231 / 0.65) !important;
}

.border-x-green-100\/70 {
  border-left-color: rgb(220 252 231 / 0.7) !important;
  border-right-color: rgb(220 252 231 / 0.7) !important;
}

.border-x-green-100\/75 {
  border-left-color: rgb(220 252 231 / 0.75) !important;
  border-right-color: rgb(220 252 231 / 0.75) !important;
}

.border-x-green-100\/80 {
  border-left-color: rgb(220 252 231 / 0.8) !important;
  border-right-color: rgb(220 252 231 / 0.8) !important;
}

.border-x-green-100\/85 {
  border-left-color: rgb(220 252 231 / 0.85) !important;
  border-right-color: rgb(220 252 231 / 0.85) !important;
}

.border-x-green-100\/90 {
  border-left-color: rgb(220 252 231 / 0.9) !important;
  border-right-color: rgb(220 252 231 / 0.9) !important;
}

.border-x-green-100\/95 {
  border-left-color: rgb(220 252 231 / 0.95) !important;
  border-right-color: rgb(220 252 231 / 0.95) !important;
}

.border-x-green-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-200\/0 {
  border-left-color: rgb(187 247 208 / 0) !important;
  border-right-color: rgb(187 247 208 / 0) !important;
}

.border-x-green-200\/10 {
  border-left-color: rgb(187 247 208 / 0.1) !important;
  border-right-color: rgb(187 247 208 / 0.1) !important;
}

.border-x-green-200\/100 {
  border-left-color: rgb(187 247 208 / 1) !important;
  border-right-color: rgb(187 247 208 / 1) !important;
}

.border-x-green-200\/15 {
  border-left-color: rgb(187 247 208 / 0.15) !important;
  border-right-color: rgb(187 247 208 / 0.15) !important;
}

.border-x-green-200\/20 {
  border-left-color: rgb(187 247 208 / 0.2) !important;
  border-right-color: rgb(187 247 208 / 0.2) !important;
}

.border-x-green-200\/25 {
  border-left-color: rgb(187 247 208 / 0.25) !important;
  border-right-color: rgb(187 247 208 / 0.25) !important;
}

.border-x-green-200\/30 {
  border-left-color: rgb(187 247 208 / 0.3) !important;
  border-right-color: rgb(187 247 208 / 0.3) !important;
}

.border-x-green-200\/35 {
  border-left-color: rgb(187 247 208 / 0.35) !important;
  border-right-color: rgb(187 247 208 / 0.35) !important;
}

.border-x-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4) !important;
  border-right-color: rgb(187 247 208 / 0.4) !important;
}

.border-x-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45) !important;
  border-right-color: rgb(187 247 208 / 0.45) !important;
}

.border-x-green-200\/5 {
  border-left-color: rgb(187 247 208 / 0.05) !important;
  border-right-color: rgb(187 247 208 / 0.05) !important;
}

.border-x-green-200\/50 {
  border-left-color: rgb(187 247 208 / 0.5) !important;
  border-right-color: rgb(187 247 208 / 0.5) !important;
}

.border-x-green-200\/55 {
  border-left-color: rgb(187 247 208 / 0.55) !important;
  border-right-color: rgb(187 247 208 / 0.55) !important;
}

.border-x-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6) !important;
  border-right-color: rgb(187 247 208 / 0.6) !important;
}

.border-x-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65) !important;
  border-right-color: rgb(187 247 208 / 0.65) !important;
}

.border-x-green-200\/70 {
  border-left-color: rgb(187 247 208 / 0.7) !important;
  border-right-color: rgb(187 247 208 / 0.7) !important;
}

.border-x-green-200\/75 {
  border-left-color: rgb(187 247 208 / 0.75) !important;
  border-right-color: rgb(187 247 208 / 0.75) !important;
}

.border-x-green-200\/80 {
  border-left-color: rgb(187 247 208 / 0.8) !important;
  border-right-color: rgb(187 247 208 / 0.8) !important;
}

.border-x-green-200\/85 {
  border-left-color: rgb(187 247 208 / 0.85) !important;
  border-right-color: rgb(187 247 208 / 0.85) !important;
}

.border-x-green-200\/90 {
  border-left-color: rgb(187 247 208 / 0.9) !important;
  border-right-color: rgb(187 247 208 / 0.9) !important;
}

.border-x-green-200\/95 {
  border-left-color: rgb(187 247 208 / 0.95) !important;
  border-right-color: rgb(187 247 208 / 0.95) !important;
}

.border-x-green-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-300\/0 {
  border-left-color: rgb(134 239 172 / 0) !important;
  border-right-color: rgb(134 239 172 / 0) !important;
}

.border-x-green-300\/10 {
  border-left-color: rgb(134 239 172 / 0.1) !important;
  border-right-color: rgb(134 239 172 / 0.1) !important;
}

.border-x-green-300\/100 {
  border-left-color: rgb(134 239 172 / 1) !important;
  border-right-color: rgb(134 239 172 / 1) !important;
}

.border-x-green-300\/15 {
  border-left-color: rgb(134 239 172 / 0.15) !important;
  border-right-color: rgb(134 239 172 / 0.15) !important;
}

.border-x-green-300\/20 {
  border-left-color: rgb(134 239 172 / 0.2) !important;
  border-right-color: rgb(134 239 172 / 0.2) !important;
}

.border-x-green-300\/25 {
  border-left-color: rgb(134 239 172 / 0.25) !important;
  border-right-color: rgb(134 239 172 / 0.25) !important;
}

.border-x-green-300\/30 {
  border-left-color: rgb(134 239 172 / 0.3) !important;
  border-right-color: rgb(134 239 172 / 0.3) !important;
}

.border-x-green-300\/35 {
  border-left-color: rgb(134 239 172 / 0.35) !important;
  border-right-color: rgb(134 239 172 / 0.35) !important;
}

.border-x-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4) !important;
  border-right-color: rgb(134 239 172 / 0.4) !important;
}

.border-x-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45) !important;
  border-right-color: rgb(134 239 172 / 0.45) !important;
}

.border-x-green-300\/5 {
  border-left-color: rgb(134 239 172 / 0.05) !important;
  border-right-color: rgb(134 239 172 / 0.05) !important;
}

.border-x-green-300\/50 {
  border-left-color: rgb(134 239 172 / 0.5) !important;
  border-right-color: rgb(134 239 172 / 0.5) !important;
}

.border-x-green-300\/55 {
  border-left-color: rgb(134 239 172 / 0.55) !important;
  border-right-color: rgb(134 239 172 / 0.55) !important;
}

.border-x-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6) !important;
  border-right-color: rgb(134 239 172 / 0.6) !important;
}

.border-x-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65) !important;
  border-right-color: rgb(134 239 172 / 0.65) !important;
}

.border-x-green-300\/70 {
  border-left-color: rgb(134 239 172 / 0.7) !important;
  border-right-color: rgb(134 239 172 / 0.7) !important;
}

.border-x-green-300\/75 {
  border-left-color: rgb(134 239 172 / 0.75) !important;
  border-right-color: rgb(134 239 172 / 0.75) !important;
}

.border-x-green-300\/80 {
  border-left-color: rgb(134 239 172 / 0.8) !important;
  border-right-color: rgb(134 239 172 / 0.8) !important;
}

.border-x-green-300\/85 {
  border-left-color: rgb(134 239 172 / 0.85) !important;
  border-right-color: rgb(134 239 172 / 0.85) !important;
}

.border-x-green-300\/90 {
  border-left-color: rgb(134 239 172 / 0.9) !important;
  border-right-color: rgb(134 239 172 / 0.9) !important;
}

.border-x-green-300\/95 {
  border-left-color: rgb(134 239 172 / 0.95) !important;
  border-right-color: rgb(134 239 172 / 0.95) !important;
}

.border-x-green-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-400\/0 {
  border-left-color: rgb(74 222 128 / 0) !important;
  border-right-color: rgb(74 222 128 / 0) !important;
}

.border-x-green-400\/10 {
  border-left-color: rgb(74 222 128 / 0.1) !important;
  border-right-color: rgb(74 222 128 / 0.1) !important;
}

.border-x-green-400\/100 {
  border-left-color: rgb(74 222 128 / 1) !important;
  border-right-color: rgb(74 222 128 / 1) !important;
}

.border-x-green-400\/15 {
  border-left-color: rgb(74 222 128 / 0.15) !important;
  border-right-color: rgb(74 222 128 / 0.15) !important;
}

.border-x-green-400\/20 {
  border-left-color: rgb(74 222 128 / 0.2) !important;
  border-right-color: rgb(74 222 128 / 0.2) !important;
}

.border-x-green-400\/25 {
  border-left-color: rgb(74 222 128 / 0.25) !important;
  border-right-color: rgb(74 222 128 / 0.25) !important;
}

.border-x-green-400\/30 {
  border-left-color: rgb(74 222 128 / 0.3) !important;
  border-right-color: rgb(74 222 128 / 0.3) !important;
}

.border-x-green-400\/35 {
  border-left-color: rgb(74 222 128 / 0.35) !important;
  border-right-color: rgb(74 222 128 / 0.35) !important;
}

.border-x-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4) !important;
  border-right-color: rgb(74 222 128 / 0.4) !important;
}

.border-x-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45) !important;
  border-right-color: rgb(74 222 128 / 0.45) !important;
}

.border-x-green-400\/5 {
  border-left-color: rgb(74 222 128 / 0.05) !important;
  border-right-color: rgb(74 222 128 / 0.05) !important;
}

.border-x-green-400\/50 {
  border-left-color: rgb(74 222 128 / 0.5) !important;
  border-right-color: rgb(74 222 128 / 0.5) !important;
}

.border-x-green-400\/55 {
  border-left-color: rgb(74 222 128 / 0.55) !important;
  border-right-color: rgb(74 222 128 / 0.55) !important;
}

.border-x-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6) !important;
  border-right-color: rgb(74 222 128 / 0.6) !important;
}

.border-x-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65) !important;
  border-right-color: rgb(74 222 128 / 0.65) !important;
}

.border-x-green-400\/70 {
  border-left-color: rgb(74 222 128 / 0.7) !important;
  border-right-color: rgb(74 222 128 / 0.7) !important;
}

.border-x-green-400\/75 {
  border-left-color: rgb(74 222 128 / 0.75) !important;
  border-right-color: rgb(74 222 128 / 0.75) !important;
}

.border-x-green-400\/80 {
  border-left-color: rgb(74 222 128 / 0.8) !important;
  border-right-color: rgb(74 222 128 / 0.8) !important;
}

.border-x-green-400\/85 {
  border-left-color: rgb(74 222 128 / 0.85) !important;
  border-right-color: rgb(74 222 128 / 0.85) !important;
}

.border-x-green-400\/90 {
  border-left-color: rgb(74 222 128 / 0.9) !important;
  border-right-color: rgb(74 222 128 / 0.9) !important;
}

.border-x-green-400\/95 {
  border-left-color: rgb(74 222 128 / 0.95) !important;
  border-right-color: rgb(74 222 128 / 0.95) !important;
}

.border-x-green-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-50\/0 {
  border-left-color: rgb(240 253 244 / 0) !important;
  border-right-color: rgb(240 253 244 / 0) !important;
}

.border-x-green-50\/10 {
  border-left-color: rgb(240 253 244 / 0.1) !important;
  border-right-color: rgb(240 253 244 / 0.1) !important;
}

.border-x-green-50\/100 {
  border-left-color: rgb(240 253 244 / 1) !important;
  border-right-color: rgb(240 253 244 / 1) !important;
}

.border-x-green-50\/15 {
  border-left-color: rgb(240 253 244 / 0.15) !important;
  border-right-color: rgb(240 253 244 / 0.15) !important;
}

.border-x-green-50\/20 {
  border-left-color: rgb(240 253 244 / 0.2) !important;
  border-right-color: rgb(240 253 244 / 0.2) !important;
}

.border-x-green-50\/25 {
  border-left-color: rgb(240 253 244 / 0.25) !important;
  border-right-color: rgb(240 253 244 / 0.25) !important;
}

.border-x-green-50\/30 {
  border-left-color: rgb(240 253 244 / 0.3) !important;
  border-right-color: rgb(240 253 244 / 0.3) !important;
}

.border-x-green-50\/35 {
  border-left-color: rgb(240 253 244 / 0.35) !important;
  border-right-color: rgb(240 253 244 / 0.35) !important;
}

.border-x-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4) !important;
  border-right-color: rgb(240 253 244 / 0.4) !important;
}

.border-x-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45) !important;
  border-right-color: rgb(240 253 244 / 0.45) !important;
}

.border-x-green-50\/5 {
  border-left-color: rgb(240 253 244 / 0.05) !important;
  border-right-color: rgb(240 253 244 / 0.05) !important;
}

.border-x-green-50\/50 {
  border-left-color: rgb(240 253 244 / 0.5) !important;
  border-right-color: rgb(240 253 244 / 0.5) !important;
}

.border-x-green-50\/55 {
  border-left-color: rgb(240 253 244 / 0.55) !important;
  border-right-color: rgb(240 253 244 / 0.55) !important;
}

.border-x-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6) !important;
  border-right-color: rgb(240 253 244 / 0.6) !important;
}

.border-x-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65) !important;
  border-right-color: rgb(240 253 244 / 0.65) !important;
}

.border-x-green-50\/70 {
  border-left-color: rgb(240 253 244 / 0.7) !important;
  border-right-color: rgb(240 253 244 / 0.7) !important;
}

.border-x-green-50\/75 {
  border-left-color: rgb(240 253 244 / 0.75) !important;
  border-right-color: rgb(240 253 244 / 0.75) !important;
}

.border-x-green-50\/80 {
  border-left-color: rgb(240 253 244 / 0.8) !important;
  border-right-color: rgb(240 253 244 / 0.8) !important;
}

.border-x-green-50\/85 {
  border-left-color: rgb(240 253 244 / 0.85) !important;
  border-right-color: rgb(240 253 244 / 0.85) !important;
}

.border-x-green-50\/90 {
  border-left-color: rgb(240 253 244 / 0.9) !important;
  border-right-color: rgb(240 253 244 / 0.9) !important;
}

.border-x-green-50\/95 {
  border-left-color: rgb(240 253 244 / 0.95) !important;
  border-right-color: rgb(240 253 244 / 0.95) !important;
}

.border-x-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-500\/0 {
  border-left-color: rgb(34 197 94 / 0) !important;
  border-right-color: rgb(34 197 94 / 0) !important;
}

.border-x-green-500\/10 {
  border-left-color: rgb(34 197 94 / 0.1) !important;
  border-right-color: rgb(34 197 94 / 0.1) !important;
}

.border-x-green-500\/100 {
  border-left-color: rgb(34 197 94 / 1) !important;
  border-right-color: rgb(34 197 94 / 1) !important;
}

.border-x-green-500\/15 {
  border-left-color: rgb(34 197 94 / 0.15) !important;
  border-right-color: rgb(34 197 94 / 0.15) !important;
}

.border-x-green-500\/20 {
  border-left-color: rgb(34 197 94 / 0.2) !important;
  border-right-color: rgb(34 197 94 / 0.2) !important;
}

.border-x-green-500\/25 {
  border-left-color: rgb(34 197 94 / 0.25) !important;
  border-right-color: rgb(34 197 94 / 0.25) !important;
}

.border-x-green-500\/30 {
  border-left-color: rgb(34 197 94 / 0.3) !important;
  border-right-color: rgb(34 197 94 / 0.3) !important;
}

.border-x-green-500\/35 {
  border-left-color: rgb(34 197 94 / 0.35) !important;
  border-right-color: rgb(34 197 94 / 0.35) !important;
}

.border-x-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4) !important;
  border-right-color: rgb(34 197 94 / 0.4) !important;
}

.border-x-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45) !important;
  border-right-color: rgb(34 197 94 / 0.45) !important;
}

.border-x-green-500\/5 {
  border-left-color: rgb(34 197 94 / 0.05) !important;
  border-right-color: rgb(34 197 94 / 0.05) !important;
}

.border-x-green-500\/50 {
  border-left-color: rgb(34 197 94 / 0.5) !important;
  border-right-color: rgb(34 197 94 / 0.5) !important;
}

.border-x-green-500\/55 {
  border-left-color: rgb(34 197 94 / 0.55) !important;
  border-right-color: rgb(34 197 94 / 0.55) !important;
}

.border-x-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6) !important;
  border-right-color: rgb(34 197 94 / 0.6) !important;
}

.border-x-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65) !important;
  border-right-color: rgb(34 197 94 / 0.65) !important;
}

.border-x-green-500\/70 {
  border-left-color: rgb(34 197 94 / 0.7) !important;
  border-right-color: rgb(34 197 94 / 0.7) !important;
}

.border-x-green-500\/75 {
  border-left-color: rgb(34 197 94 / 0.75) !important;
  border-right-color: rgb(34 197 94 / 0.75) !important;
}

.border-x-green-500\/80 {
  border-left-color: rgb(34 197 94 / 0.8) !important;
  border-right-color: rgb(34 197 94 / 0.8) !important;
}

.border-x-green-500\/85 {
  border-left-color: rgb(34 197 94 / 0.85) !important;
  border-right-color: rgb(34 197 94 / 0.85) !important;
}

.border-x-green-500\/90 {
  border-left-color: rgb(34 197 94 / 0.9) !important;
  border-right-color: rgb(34 197 94 / 0.9) !important;
}

.border-x-green-500\/95 {
  border-left-color: rgb(34 197 94 / 0.95) !important;
  border-right-color: rgb(34 197 94 / 0.95) !important;
}

.border-x-green-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-600\/0 {
  border-left-color: rgb(22 163 74 / 0) !important;
  border-right-color: rgb(22 163 74 / 0) !important;
}

.border-x-green-600\/10 {
  border-left-color: rgb(22 163 74 / 0.1) !important;
  border-right-color: rgb(22 163 74 / 0.1) !important;
}

.border-x-green-600\/100 {
  border-left-color: rgb(22 163 74 / 1) !important;
  border-right-color: rgb(22 163 74 / 1) !important;
}

.border-x-green-600\/15 {
  border-left-color: rgb(22 163 74 / 0.15) !important;
  border-right-color: rgb(22 163 74 / 0.15) !important;
}

.border-x-green-600\/20 {
  border-left-color: rgb(22 163 74 / 0.2) !important;
  border-right-color: rgb(22 163 74 / 0.2) !important;
}

.border-x-green-600\/25 {
  border-left-color: rgb(22 163 74 / 0.25) !important;
  border-right-color: rgb(22 163 74 / 0.25) !important;
}

.border-x-green-600\/30 {
  border-left-color: rgb(22 163 74 / 0.3) !important;
  border-right-color: rgb(22 163 74 / 0.3) !important;
}

.border-x-green-600\/35 {
  border-left-color: rgb(22 163 74 / 0.35) !important;
  border-right-color: rgb(22 163 74 / 0.35) !important;
}

.border-x-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4) !important;
  border-right-color: rgb(22 163 74 / 0.4) !important;
}

.border-x-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45) !important;
  border-right-color: rgb(22 163 74 / 0.45) !important;
}

.border-x-green-600\/5 {
  border-left-color: rgb(22 163 74 / 0.05) !important;
  border-right-color: rgb(22 163 74 / 0.05) !important;
}

.border-x-green-600\/50 {
  border-left-color: rgb(22 163 74 / 0.5) !important;
  border-right-color: rgb(22 163 74 / 0.5) !important;
}

.border-x-green-600\/55 {
  border-left-color: rgb(22 163 74 / 0.55) !important;
  border-right-color: rgb(22 163 74 / 0.55) !important;
}

.border-x-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6) !important;
  border-right-color: rgb(22 163 74 / 0.6) !important;
}

.border-x-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65) !important;
  border-right-color: rgb(22 163 74 / 0.65) !important;
}

.border-x-green-600\/70 {
  border-left-color: rgb(22 163 74 / 0.7) !important;
  border-right-color: rgb(22 163 74 / 0.7) !important;
}

.border-x-green-600\/75 {
  border-left-color: rgb(22 163 74 / 0.75) !important;
  border-right-color: rgb(22 163 74 / 0.75) !important;
}

.border-x-green-600\/80 {
  border-left-color: rgb(22 163 74 / 0.8) !important;
  border-right-color: rgb(22 163 74 / 0.8) !important;
}

.border-x-green-600\/85 {
  border-left-color: rgb(22 163 74 / 0.85) !important;
  border-right-color: rgb(22 163 74 / 0.85) !important;
}

.border-x-green-600\/90 {
  border-left-color: rgb(22 163 74 / 0.9) !important;
  border-right-color: rgb(22 163 74 / 0.9) !important;
}

.border-x-green-600\/95 {
  border-left-color: rgb(22 163 74 / 0.95) !important;
  border-right-color: rgb(22 163 74 / 0.95) !important;
}

.border-x-green-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-700\/0 {
  border-left-color: rgb(21 128 61 / 0) !important;
  border-right-color: rgb(21 128 61 / 0) !important;
}

.border-x-green-700\/10 {
  border-left-color: rgb(21 128 61 / 0.1) !important;
  border-right-color: rgb(21 128 61 / 0.1) !important;
}

.border-x-green-700\/100 {
  border-left-color: rgb(21 128 61 / 1) !important;
  border-right-color: rgb(21 128 61 / 1) !important;
}

.border-x-green-700\/15 {
  border-left-color: rgb(21 128 61 / 0.15) !important;
  border-right-color: rgb(21 128 61 / 0.15) !important;
}

.border-x-green-700\/20 {
  border-left-color: rgb(21 128 61 / 0.2) !important;
  border-right-color: rgb(21 128 61 / 0.2) !important;
}

.border-x-green-700\/25 {
  border-left-color: rgb(21 128 61 / 0.25) !important;
  border-right-color: rgb(21 128 61 / 0.25) !important;
}

.border-x-green-700\/30 {
  border-left-color: rgb(21 128 61 / 0.3) !important;
  border-right-color: rgb(21 128 61 / 0.3) !important;
}

.border-x-green-700\/35 {
  border-left-color: rgb(21 128 61 / 0.35) !important;
  border-right-color: rgb(21 128 61 / 0.35) !important;
}

.border-x-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4) !important;
  border-right-color: rgb(21 128 61 / 0.4) !important;
}

.border-x-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45) !important;
  border-right-color: rgb(21 128 61 / 0.45) !important;
}

.border-x-green-700\/5 {
  border-left-color: rgb(21 128 61 / 0.05) !important;
  border-right-color: rgb(21 128 61 / 0.05) !important;
}

.border-x-green-700\/50 {
  border-left-color: rgb(21 128 61 / 0.5) !important;
  border-right-color: rgb(21 128 61 / 0.5) !important;
}

.border-x-green-700\/55 {
  border-left-color: rgb(21 128 61 / 0.55) !important;
  border-right-color: rgb(21 128 61 / 0.55) !important;
}

.border-x-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6) !important;
  border-right-color: rgb(21 128 61 / 0.6) !important;
}

.border-x-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65) !important;
  border-right-color: rgb(21 128 61 / 0.65) !important;
}

.border-x-green-700\/70 {
  border-left-color: rgb(21 128 61 / 0.7) !important;
  border-right-color: rgb(21 128 61 / 0.7) !important;
}

.border-x-green-700\/75 {
  border-left-color: rgb(21 128 61 / 0.75) !important;
  border-right-color: rgb(21 128 61 / 0.75) !important;
}

.border-x-green-700\/80 {
  border-left-color: rgb(21 128 61 / 0.8) !important;
  border-right-color: rgb(21 128 61 / 0.8) !important;
}

.border-x-green-700\/85 {
  border-left-color: rgb(21 128 61 / 0.85) !important;
  border-right-color: rgb(21 128 61 / 0.85) !important;
}

.border-x-green-700\/90 {
  border-left-color: rgb(21 128 61 / 0.9) !important;
  border-right-color: rgb(21 128 61 / 0.9) !important;
}

.border-x-green-700\/95 {
  border-left-color: rgb(21 128 61 / 0.95) !important;
  border-right-color: rgb(21 128 61 / 0.95) !important;
}

.border-x-green-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-800\/0 {
  border-left-color: rgb(22 101 52 / 0) !important;
  border-right-color: rgb(22 101 52 / 0) !important;
}

.border-x-green-800\/10 {
  border-left-color: rgb(22 101 52 / 0.1) !important;
  border-right-color: rgb(22 101 52 / 0.1) !important;
}

.border-x-green-800\/100 {
  border-left-color: rgb(22 101 52 / 1) !important;
  border-right-color: rgb(22 101 52 / 1) !important;
}

.border-x-green-800\/15 {
  border-left-color: rgb(22 101 52 / 0.15) !important;
  border-right-color: rgb(22 101 52 / 0.15) !important;
}

.border-x-green-800\/20 {
  border-left-color: rgb(22 101 52 / 0.2) !important;
  border-right-color: rgb(22 101 52 / 0.2) !important;
}

.border-x-green-800\/25 {
  border-left-color: rgb(22 101 52 / 0.25) !important;
  border-right-color: rgb(22 101 52 / 0.25) !important;
}

.border-x-green-800\/30 {
  border-left-color: rgb(22 101 52 / 0.3) !important;
  border-right-color: rgb(22 101 52 / 0.3) !important;
}

.border-x-green-800\/35 {
  border-left-color: rgb(22 101 52 / 0.35) !important;
  border-right-color: rgb(22 101 52 / 0.35) !important;
}

.border-x-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4) !important;
  border-right-color: rgb(22 101 52 / 0.4) !important;
}

.border-x-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45) !important;
  border-right-color: rgb(22 101 52 / 0.45) !important;
}

.border-x-green-800\/5 {
  border-left-color: rgb(22 101 52 / 0.05) !important;
  border-right-color: rgb(22 101 52 / 0.05) !important;
}

.border-x-green-800\/50 {
  border-left-color: rgb(22 101 52 / 0.5) !important;
  border-right-color: rgb(22 101 52 / 0.5) !important;
}

.border-x-green-800\/55 {
  border-left-color: rgb(22 101 52 / 0.55) !important;
  border-right-color: rgb(22 101 52 / 0.55) !important;
}

.border-x-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6) !important;
  border-right-color: rgb(22 101 52 / 0.6) !important;
}

.border-x-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65) !important;
  border-right-color: rgb(22 101 52 / 0.65) !important;
}

.border-x-green-800\/70 {
  border-left-color: rgb(22 101 52 / 0.7) !important;
  border-right-color: rgb(22 101 52 / 0.7) !important;
}

.border-x-green-800\/75 {
  border-left-color: rgb(22 101 52 / 0.75) !important;
  border-right-color: rgb(22 101 52 / 0.75) !important;
}

.border-x-green-800\/80 {
  border-left-color: rgb(22 101 52 / 0.8) !important;
  border-right-color: rgb(22 101 52 / 0.8) !important;
}

.border-x-green-800\/85 {
  border-left-color: rgb(22 101 52 / 0.85) !important;
  border-right-color: rgb(22 101 52 / 0.85) !important;
}

.border-x-green-800\/90 {
  border-left-color: rgb(22 101 52 / 0.9) !important;
  border-right-color: rgb(22 101 52 / 0.9) !important;
}

.border-x-green-800\/95 {
  border-left-color: rgb(22 101 52 / 0.95) !important;
  border-right-color: rgb(22 101 52 / 0.95) !important;
}

.border-x-green-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-900\/0 {
  border-left-color: rgb(20 83 45 / 0) !important;
  border-right-color: rgb(20 83 45 / 0) !important;
}

.border-x-green-900\/10 {
  border-left-color: rgb(20 83 45 / 0.1) !important;
  border-right-color: rgb(20 83 45 / 0.1) !important;
}

.border-x-green-900\/100 {
  border-left-color: rgb(20 83 45 / 1) !important;
  border-right-color: rgb(20 83 45 / 1) !important;
}

.border-x-green-900\/15 {
  border-left-color: rgb(20 83 45 / 0.15) !important;
  border-right-color: rgb(20 83 45 / 0.15) !important;
}

.border-x-green-900\/20 {
  border-left-color: rgb(20 83 45 / 0.2) !important;
  border-right-color: rgb(20 83 45 / 0.2) !important;
}

.border-x-green-900\/25 {
  border-left-color: rgb(20 83 45 / 0.25) !important;
  border-right-color: rgb(20 83 45 / 0.25) !important;
}

.border-x-green-900\/30 {
  border-left-color: rgb(20 83 45 / 0.3) !important;
  border-right-color: rgb(20 83 45 / 0.3) !important;
}

.border-x-green-900\/35 {
  border-left-color: rgb(20 83 45 / 0.35) !important;
  border-right-color: rgb(20 83 45 / 0.35) !important;
}

.border-x-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4) !important;
  border-right-color: rgb(20 83 45 / 0.4) !important;
}

.border-x-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45) !important;
  border-right-color: rgb(20 83 45 / 0.45) !important;
}

.border-x-green-900\/5 {
  border-left-color: rgb(20 83 45 / 0.05) !important;
  border-right-color: rgb(20 83 45 / 0.05) !important;
}

.border-x-green-900\/50 {
  border-left-color: rgb(20 83 45 / 0.5) !important;
  border-right-color: rgb(20 83 45 / 0.5) !important;
}

.border-x-green-900\/55 {
  border-left-color: rgb(20 83 45 / 0.55) !important;
  border-right-color: rgb(20 83 45 / 0.55) !important;
}

.border-x-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6) !important;
  border-right-color: rgb(20 83 45 / 0.6) !important;
}

.border-x-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65) !important;
  border-right-color: rgb(20 83 45 / 0.65) !important;
}

.border-x-green-900\/70 {
  border-left-color: rgb(20 83 45 / 0.7) !important;
  border-right-color: rgb(20 83 45 / 0.7) !important;
}

.border-x-green-900\/75 {
  border-left-color: rgb(20 83 45 / 0.75) !important;
  border-right-color: rgb(20 83 45 / 0.75) !important;
}

.border-x-green-900\/80 {
  border-left-color: rgb(20 83 45 / 0.8) !important;
  border-right-color: rgb(20 83 45 / 0.8) !important;
}

.border-x-green-900\/85 {
  border-left-color: rgb(20 83 45 / 0.85) !important;
  border-right-color: rgb(20 83 45 / 0.85) !important;
}

.border-x-green-900\/90 {
  border-left-color: rgb(20 83 45 / 0.9) !important;
  border-right-color: rgb(20 83 45 / 0.9) !important;
}

.border-x-green-900\/95 {
  border-left-color: rgb(20 83 45 / 0.95) !important;
  border-right-color: rgb(20 83 45 / 0.95) !important;
}

.border-x-green-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-x-green-950\/0 {
  border-left-color: rgb(5 46 22 / 0) !important;
  border-right-color: rgb(5 46 22 / 0) !important;
}

.border-x-green-950\/10 {
  border-left-color: rgb(5 46 22 / 0.1) !important;
  border-right-color: rgb(5 46 22 / 0.1) !important;
}

.border-x-green-950\/100 {
  border-left-color: rgb(5 46 22 / 1) !important;
  border-right-color: rgb(5 46 22 / 1) !important;
}

.border-x-green-950\/15 {
  border-left-color: rgb(5 46 22 / 0.15) !important;
  border-right-color: rgb(5 46 22 / 0.15) !important;
}

.border-x-green-950\/20 {
  border-left-color: rgb(5 46 22 / 0.2) !important;
  border-right-color: rgb(5 46 22 / 0.2) !important;
}

.border-x-green-950\/25 {
  border-left-color: rgb(5 46 22 / 0.25) !important;
  border-right-color: rgb(5 46 22 / 0.25) !important;
}

.border-x-green-950\/30 {
  border-left-color: rgb(5 46 22 / 0.3) !important;
  border-right-color: rgb(5 46 22 / 0.3) !important;
}

.border-x-green-950\/35 {
  border-left-color: rgb(5 46 22 / 0.35) !important;
  border-right-color: rgb(5 46 22 / 0.35) !important;
}

.border-x-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4) !important;
  border-right-color: rgb(5 46 22 / 0.4) !important;
}

.border-x-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45) !important;
  border-right-color: rgb(5 46 22 / 0.45) !important;
}

.border-x-green-950\/5 {
  border-left-color: rgb(5 46 22 / 0.05) !important;
  border-right-color: rgb(5 46 22 / 0.05) !important;
}

.border-x-green-950\/50 {
  border-left-color: rgb(5 46 22 / 0.5) !important;
  border-right-color: rgb(5 46 22 / 0.5) !important;
}

.border-x-green-950\/55 {
  border-left-color: rgb(5 46 22 / 0.55) !important;
  border-right-color: rgb(5 46 22 / 0.55) !important;
}

.border-x-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6) !important;
  border-right-color: rgb(5 46 22 / 0.6) !important;
}

.border-x-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65) !important;
  border-right-color: rgb(5 46 22 / 0.65) !important;
}

.border-x-green-950\/70 {
  border-left-color: rgb(5 46 22 / 0.7) !important;
  border-right-color: rgb(5 46 22 / 0.7) !important;
}

.border-x-green-950\/75 {
  border-left-color: rgb(5 46 22 / 0.75) !important;
  border-right-color: rgb(5 46 22 / 0.75) !important;
}

.border-x-green-950\/80 {
  border-left-color: rgb(5 46 22 / 0.8) !important;
  border-right-color: rgb(5 46 22 / 0.8) !important;
}

.border-x-green-950\/85 {
  border-left-color: rgb(5 46 22 / 0.85) !important;
  border-right-color: rgb(5 46 22 / 0.85) !important;
}

.border-x-green-950\/90 {
  border-left-color: rgb(5 46 22 / 0.9) !important;
  border-right-color: rgb(5 46 22 / 0.9) !important;
}

.border-x-green-950\/95 {
  border-left-color: rgb(5 46 22 / 0.95) !important;
  border-right-color: rgb(5 46 22 / 0.95) !important;
}

.border-x-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-100\/0 {
  border-left-color: rgb(224 231 255 / 0) !important;
  border-right-color: rgb(224 231 255 / 0) !important;
}

.border-x-indigo-100\/10 {
  border-left-color: rgb(224 231 255 / 0.1) !important;
  border-right-color: rgb(224 231 255 / 0.1) !important;
}

.border-x-indigo-100\/100 {
  border-left-color: rgb(224 231 255 / 1) !important;
  border-right-color: rgb(224 231 255 / 1) !important;
}

.border-x-indigo-100\/15 {
  border-left-color: rgb(224 231 255 / 0.15) !important;
  border-right-color: rgb(224 231 255 / 0.15) !important;
}

.border-x-indigo-100\/20 {
  border-left-color: rgb(224 231 255 / 0.2) !important;
  border-right-color: rgb(224 231 255 / 0.2) !important;
}

.border-x-indigo-100\/25 {
  border-left-color: rgb(224 231 255 / 0.25) !important;
  border-right-color: rgb(224 231 255 / 0.25) !important;
}

.border-x-indigo-100\/30 {
  border-left-color: rgb(224 231 255 / 0.3) !important;
  border-right-color: rgb(224 231 255 / 0.3) !important;
}

.border-x-indigo-100\/35 {
  border-left-color: rgb(224 231 255 / 0.35) !important;
  border-right-color: rgb(224 231 255 / 0.35) !important;
}

.border-x-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4) !important;
  border-right-color: rgb(224 231 255 / 0.4) !important;
}

.border-x-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45) !important;
  border-right-color: rgb(224 231 255 / 0.45) !important;
}

.border-x-indigo-100\/5 {
  border-left-color: rgb(224 231 255 / 0.05) !important;
  border-right-color: rgb(224 231 255 / 0.05) !important;
}

.border-x-indigo-100\/50 {
  border-left-color: rgb(224 231 255 / 0.5) !important;
  border-right-color: rgb(224 231 255 / 0.5) !important;
}

.border-x-indigo-100\/55 {
  border-left-color: rgb(224 231 255 / 0.55) !important;
  border-right-color: rgb(224 231 255 / 0.55) !important;
}

.border-x-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6) !important;
  border-right-color: rgb(224 231 255 / 0.6) !important;
}

.border-x-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65) !important;
  border-right-color: rgb(224 231 255 / 0.65) !important;
}

.border-x-indigo-100\/70 {
  border-left-color: rgb(224 231 255 / 0.7) !important;
  border-right-color: rgb(224 231 255 / 0.7) !important;
}

.border-x-indigo-100\/75 {
  border-left-color: rgb(224 231 255 / 0.75) !important;
  border-right-color: rgb(224 231 255 / 0.75) !important;
}

.border-x-indigo-100\/80 {
  border-left-color: rgb(224 231 255 / 0.8) !important;
  border-right-color: rgb(224 231 255 / 0.8) !important;
}

.border-x-indigo-100\/85 {
  border-left-color: rgb(224 231 255 / 0.85) !important;
  border-right-color: rgb(224 231 255 / 0.85) !important;
}

.border-x-indigo-100\/90 {
  border-left-color: rgb(224 231 255 / 0.9) !important;
  border-right-color: rgb(224 231 255 / 0.9) !important;
}

.border-x-indigo-100\/95 {
  border-left-color: rgb(224 231 255 / 0.95) !important;
  border-right-color: rgb(224 231 255 / 0.95) !important;
}

.border-x-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-200\/0 {
  border-left-color: rgb(199 210 254 / 0) !important;
  border-right-color: rgb(199 210 254 / 0) !important;
}

.border-x-indigo-200\/10 {
  border-left-color: rgb(199 210 254 / 0.1) !important;
  border-right-color: rgb(199 210 254 / 0.1) !important;
}

.border-x-indigo-200\/100 {
  border-left-color: rgb(199 210 254 / 1) !important;
  border-right-color: rgb(199 210 254 / 1) !important;
}

.border-x-indigo-200\/15 {
  border-left-color: rgb(199 210 254 / 0.15) !important;
  border-right-color: rgb(199 210 254 / 0.15) !important;
}

.border-x-indigo-200\/20 {
  border-left-color: rgb(199 210 254 / 0.2) !important;
  border-right-color: rgb(199 210 254 / 0.2) !important;
}

.border-x-indigo-200\/25 {
  border-left-color: rgb(199 210 254 / 0.25) !important;
  border-right-color: rgb(199 210 254 / 0.25) !important;
}

.border-x-indigo-200\/30 {
  border-left-color: rgb(199 210 254 / 0.3) !important;
  border-right-color: rgb(199 210 254 / 0.3) !important;
}

.border-x-indigo-200\/35 {
  border-left-color: rgb(199 210 254 / 0.35) !important;
  border-right-color: rgb(199 210 254 / 0.35) !important;
}

.border-x-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4) !important;
  border-right-color: rgb(199 210 254 / 0.4) !important;
}

.border-x-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45) !important;
  border-right-color: rgb(199 210 254 / 0.45) !important;
}

.border-x-indigo-200\/5 {
  border-left-color: rgb(199 210 254 / 0.05) !important;
  border-right-color: rgb(199 210 254 / 0.05) !important;
}

.border-x-indigo-200\/50 {
  border-left-color: rgb(199 210 254 / 0.5) !important;
  border-right-color: rgb(199 210 254 / 0.5) !important;
}

.border-x-indigo-200\/55 {
  border-left-color: rgb(199 210 254 / 0.55) !important;
  border-right-color: rgb(199 210 254 / 0.55) !important;
}

.border-x-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6) !important;
  border-right-color: rgb(199 210 254 / 0.6) !important;
}

.border-x-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65) !important;
  border-right-color: rgb(199 210 254 / 0.65) !important;
}

.border-x-indigo-200\/70 {
  border-left-color: rgb(199 210 254 / 0.7) !important;
  border-right-color: rgb(199 210 254 / 0.7) !important;
}

.border-x-indigo-200\/75 {
  border-left-color: rgb(199 210 254 / 0.75) !important;
  border-right-color: rgb(199 210 254 / 0.75) !important;
}

.border-x-indigo-200\/80 {
  border-left-color: rgb(199 210 254 / 0.8) !important;
  border-right-color: rgb(199 210 254 / 0.8) !important;
}

.border-x-indigo-200\/85 {
  border-left-color: rgb(199 210 254 / 0.85) !important;
  border-right-color: rgb(199 210 254 / 0.85) !important;
}

.border-x-indigo-200\/90 {
  border-left-color: rgb(199 210 254 / 0.9) !important;
  border-right-color: rgb(199 210 254 / 0.9) !important;
}

.border-x-indigo-200\/95 {
  border-left-color: rgb(199 210 254 / 0.95) !important;
  border-right-color: rgb(199 210 254 / 0.95) !important;
}

.border-x-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-300\/0 {
  border-left-color: rgb(165 180 252 / 0) !important;
  border-right-color: rgb(165 180 252 / 0) !important;
}

.border-x-indigo-300\/10 {
  border-left-color: rgb(165 180 252 / 0.1) !important;
  border-right-color: rgb(165 180 252 / 0.1) !important;
}

.border-x-indigo-300\/100 {
  border-left-color: rgb(165 180 252 / 1) !important;
  border-right-color: rgb(165 180 252 / 1) !important;
}

.border-x-indigo-300\/15 {
  border-left-color: rgb(165 180 252 / 0.15) !important;
  border-right-color: rgb(165 180 252 / 0.15) !important;
}

.border-x-indigo-300\/20 {
  border-left-color: rgb(165 180 252 / 0.2) !important;
  border-right-color: rgb(165 180 252 / 0.2) !important;
}

.border-x-indigo-300\/25 {
  border-left-color: rgb(165 180 252 / 0.25) !important;
  border-right-color: rgb(165 180 252 / 0.25) !important;
}

.border-x-indigo-300\/30 {
  border-left-color: rgb(165 180 252 / 0.3) !important;
  border-right-color: rgb(165 180 252 / 0.3) !important;
}

.border-x-indigo-300\/35 {
  border-left-color: rgb(165 180 252 / 0.35) !important;
  border-right-color: rgb(165 180 252 / 0.35) !important;
}

.border-x-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4) !important;
  border-right-color: rgb(165 180 252 / 0.4) !important;
}

.border-x-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45) !important;
  border-right-color: rgb(165 180 252 / 0.45) !important;
}

.border-x-indigo-300\/5 {
  border-left-color: rgb(165 180 252 / 0.05) !important;
  border-right-color: rgb(165 180 252 / 0.05) !important;
}

.border-x-indigo-300\/50 {
  border-left-color: rgb(165 180 252 / 0.5) !important;
  border-right-color: rgb(165 180 252 / 0.5) !important;
}

.border-x-indigo-300\/55 {
  border-left-color: rgb(165 180 252 / 0.55) !important;
  border-right-color: rgb(165 180 252 / 0.55) !important;
}

.border-x-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6) !important;
  border-right-color: rgb(165 180 252 / 0.6) !important;
}

.border-x-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65) !important;
  border-right-color: rgb(165 180 252 / 0.65) !important;
}

.border-x-indigo-300\/70 {
  border-left-color: rgb(165 180 252 / 0.7) !important;
  border-right-color: rgb(165 180 252 / 0.7) !important;
}

.border-x-indigo-300\/75 {
  border-left-color: rgb(165 180 252 / 0.75) !important;
  border-right-color: rgb(165 180 252 / 0.75) !important;
}

.border-x-indigo-300\/80 {
  border-left-color: rgb(165 180 252 / 0.8) !important;
  border-right-color: rgb(165 180 252 / 0.8) !important;
}

.border-x-indigo-300\/85 {
  border-left-color: rgb(165 180 252 / 0.85) !important;
  border-right-color: rgb(165 180 252 / 0.85) !important;
}

.border-x-indigo-300\/90 {
  border-left-color: rgb(165 180 252 / 0.9) !important;
  border-right-color: rgb(165 180 252 / 0.9) !important;
}

.border-x-indigo-300\/95 {
  border-left-color: rgb(165 180 252 / 0.95) !important;
  border-right-color: rgb(165 180 252 / 0.95) !important;
}

.border-x-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-400\/0 {
  border-left-color: rgb(129 140 248 / 0) !important;
  border-right-color: rgb(129 140 248 / 0) !important;
}

.border-x-indigo-400\/10 {
  border-left-color: rgb(129 140 248 / 0.1) !important;
  border-right-color: rgb(129 140 248 / 0.1) !important;
}

.border-x-indigo-400\/100 {
  border-left-color: rgb(129 140 248 / 1) !important;
  border-right-color: rgb(129 140 248 / 1) !important;
}

.border-x-indigo-400\/15 {
  border-left-color: rgb(129 140 248 / 0.15) !important;
  border-right-color: rgb(129 140 248 / 0.15) !important;
}

.border-x-indigo-400\/20 {
  border-left-color: rgb(129 140 248 / 0.2) !important;
  border-right-color: rgb(129 140 248 / 0.2) !important;
}

.border-x-indigo-400\/25 {
  border-left-color: rgb(129 140 248 / 0.25) !important;
  border-right-color: rgb(129 140 248 / 0.25) !important;
}

.border-x-indigo-400\/30 {
  border-left-color: rgb(129 140 248 / 0.3) !important;
  border-right-color: rgb(129 140 248 / 0.3) !important;
}

.border-x-indigo-400\/35 {
  border-left-color: rgb(129 140 248 / 0.35) !important;
  border-right-color: rgb(129 140 248 / 0.35) !important;
}

.border-x-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4) !important;
  border-right-color: rgb(129 140 248 / 0.4) !important;
}

.border-x-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45) !important;
  border-right-color: rgb(129 140 248 / 0.45) !important;
}

.border-x-indigo-400\/5 {
  border-left-color: rgb(129 140 248 / 0.05) !important;
  border-right-color: rgb(129 140 248 / 0.05) !important;
}

.border-x-indigo-400\/50 {
  border-left-color: rgb(129 140 248 / 0.5) !important;
  border-right-color: rgb(129 140 248 / 0.5) !important;
}

.border-x-indigo-400\/55 {
  border-left-color: rgb(129 140 248 / 0.55) !important;
  border-right-color: rgb(129 140 248 / 0.55) !important;
}

.border-x-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6) !important;
  border-right-color: rgb(129 140 248 / 0.6) !important;
}

.border-x-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65) !important;
  border-right-color: rgb(129 140 248 / 0.65) !important;
}

.border-x-indigo-400\/70 {
  border-left-color: rgb(129 140 248 / 0.7) !important;
  border-right-color: rgb(129 140 248 / 0.7) !important;
}

.border-x-indigo-400\/75 {
  border-left-color: rgb(129 140 248 / 0.75) !important;
  border-right-color: rgb(129 140 248 / 0.75) !important;
}

.border-x-indigo-400\/80 {
  border-left-color: rgb(129 140 248 / 0.8) !important;
  border-right-color: rgb(129 140 248 / 0.8) !important;
}

.border-x-indigo-400\/85 {
  border-left-color: rgb(129 140 248 / 0.85) !important;
  border-right-color: rgb(129 140 248 / 0.85) !important;
}

.border-x-indigo-400\/90 {
  border-left-color: rgb(129 140 248 / 0.9) !important;
  border-right-color: rgb(129 140 248 / 0.9) !important;
}

.border-x-indigo-400\/95 {
  border-left-color: rgb(129 140 248 / 0.95) !important;
  border-right-color: rgb(129 140 248 / 0.95) !important;
}

.border-x-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-50\/0 {
  border-left-color: rgb(238 242 255 / 0) !important;
  border-right-color: rgb(238 242 255 / 0) !important;
}

.border-x-indigo-50\/10 {
  border-left-color: rgb(238 242 255 / 0.1) !important;
  border-right-color: rgb(238 242 255 / 0.1) !important;
}

.border-x-indigo-50\/100 {
  border-left-color: rgb(238 242 255 / 1) !important;
  border-right-color: rgb(238 242 255 / 1) !important;
}

.border-x-indigo-50\/15 {
  border-left-color: rgb(238 242 255 / 0.15) !important;
  border-right-color: rgb(238 242 255 / 0.15) !important;
}

.border-x-indigo-50\/20 {
  border-left-color: rgb(238 242 255 / 0.2) !important;
  border-right-color: rgb(238 242 255 / 0.2) !important;
}

.border-x-indigo-50\/25 {
  border-left-color: rgb(238 242 255 / 0.25) !important;
  border-right-color: rgb(238 242 255 / 0.25) !important;
}

.border-x-indigo-50\/30 {
  border-left-color: rgb(238 242 255 / 0.3) !important;
  border-right-color: rgb(238 242 255 / 0.3) !important;
}

.border-x-indigo-50\/35 {
  border-left-color: rgb(238 242 255 / 0.35) !important;
  border-right-color: rgb(238 242 255 / 0.35) !important;
}

.border-x-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4) !important;
  border-right-color: rgb(238 242 255 / 0.4) !important;
}

.border-x-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45) !important;
  border-right-color: rgb(238 242 255 / 0.45) !important;
}

.border-x-indigo-50\/5 {
  border-left-color: rgb(238 242 255 / 0.05) !important;
  border-right-color: rgb(238 242 255 / 0.05) !important;
}

.border-x-indigo-50\/50 {
  border-left-color: rgb(238 242 255 / 0.5) !important;
  border-right-color: rgb(238 242 255 / 0.5) !important;
}

.border-x-indigo-50\/55 {
  border-left-color: rgb(238 242 255 / 0.55) !important;
  border-right-color: rgb(238 242 255 / 0.55) !important;
}

.border-x-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6) !important;
  border-right-color: rgb(238 242 255 / 0.6) !important;
}

.border-x-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65) !important;
  border-right-color: rgb(238 242 255 / 0.65) !important;
}

.border-x-indigo-50\/70 {
  border-left-color: rgb(238 242 255 / 0.7) !important;
  border-right-color: rgb(238 242 255 / 0.7) !important;
}

.border-x-indigo-50\/75 {
  border-left-color: rgb(238 242 255 / 0.75) !important;
  border-right-color: rgb(238 242 255 / 0.75) !important;
}

.border-x-indigo-50\/80 {
  border-left-color: rgb(238 242 255 / 0.8) !important;
  border-right-color: rgb(238 242 255 / 0.8) !important;
}

.border-x-indigo-50\/85 {
  border-left-color: rgb(238 242 255 / 0.85) !important;
  border-right-color: rgb(238 242 255 / 0.85) !important;
}

.border-x-indigo-50\/90 {
  border-left-color: rgb(238 242 255 / 0.9) !important;
  border-right-color: rgb(238 242 255 / 0.9) !important;
}

.border-x-indigo-50\/95 {
  border-left-color: rgb(238 242 255 / 0.95) !important;
  border-right-color: rgb(238 242 255 / 0.95) !important;
}

.border-x-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-500\/0 {
  border-left-color: rgb(99 102 241 / 0) !important;
  border-right-color: rgb(99 102 241 / 0) !important;
}

.border-x-indigo-500\/10 {
  border-left-color: rgb(99 102 241 / 0.1) !important;
  border-right-color: rgb(99 102 241 / 0.1) !important;
}

.border-x-indigo-500\/100 {
  border-left-color: rgb(99 102 241 / 1) !important;
  border-right-color: rgb(99 102 241 / 1) !important;
}

.border-x-indigo-500\/15 {
  border-left-color: rgb(99 102 241 / 0.15) !important;
  border-right-color: rgb(99 102 241 / 0.15) !important;
}

.border-x-indigo-500\/20 {
  border-left-color: rgb(99 102 241 / 0.2) !important;
  border-right-color: rgb(99 102 241 / 0.2) !important;
}

.border-x-indigo-500\/25 {
  border-left-color: rgb(99 102 241 / 0.25) !important;
  border-right-color: rgb(99 102 241 / 0.25) !important;
}

.border-x-indigo-500\/30 {
  border-left-color: rgb(99 102 241 / 0.3) !important;
  border-right-color: rgb(99 102 241 / 0.3) !important;
}

.border-x-indigo-500\/35 {
  border-left-color: rgb(99 102 241 / 0.35) !important;
  border-right-color: rgb(99 102 241 / 0.35) !important;
}

.border-x-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4) !important;
  border-right-color: rgb(99 102 241 / 0.4) !important;
}

.border-x-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45) !important;
  border-right-color: rgb(99 102 241 / 0.45) !important;
}

.border-x-indigo-500\/5 {
  border-left-color: rgb(99 102 241 / 0.05) !important;
  border-right-color: rgb(99 102 241 / 0.05) !important;
}

.border-x-indigo-500\/50 {
  border-left-color: rgb(99 102 241 / 0.5) !important;
  border-right-color: rgb(99 102 241 / 0.5) !important;
}

.border-x-indigo-500\/55 {
  border-left-color: rgb(99 102 241 / 0.55) !important;
  border-right-color: rgb(99 102 241 / 0.55) !important;
}

.border-x-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6) !important;
  border-right-color: rgb(99 102 241 / 0.6) !important;
}

.border-x-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65) !important;
  border-right-color: rgb(99 102 241 / 0.65) !important;
}

.border-x-indigo-500\/70 {
  border-left-color: rgb(99 102 241 / 0.7) !important;
  border-right-color: rgb(99 102 241 / 0.7) !important;
}

.border-x-indigo-500\/75 {
  border-left-color: rgb(99 102 241 / 0.75) !important;
  border-right-color: rgb(99 102 241 / 0.75) !important;
}

.border-x-indigo-500\/80 {
  border-left-color: rgb(99 102 241 / 0.8) !important;
  border-right-color: rgb(99 102 241 / 0.8) !important;
}

.border-x-indigo-500\/85 {
  border-left-color: rgb(99 102 241 / 0.85) !important;
  border-right-color: rgb(99 102 241 / 0.85) !important;
}

.border-x-indigo-500\/90 {
  border-left-color: rgb(99 102 241 / 0.9) !important;
  border-right-color: rgb(99 102 241 / 0.9) !important;
}

.border-x-indigo-500\/95 {
  border-left-color: rgb(99 102 241 / 0.95) !important;
  border-right-color: rgb(99 102 241 / 0.95) !important;
}

.border-x-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-600\/0 {
  border-left-color: rgb(79 70 229 / 0) !important;
  border-right-color: rgb(79 70 229 / 0) !important;
}

.border-x-indigo-600\/10 {
  border-left-color: rgb(79 70 229 / 0.1) !important;
  border-right-color: rgb(79 70 229 / 0.1) !important;
}

.border-x-indigo-600\/100 {
  border-left-color: rgb(79 70 229 / 1) !important;
  border-right-color: rgb(79 70 229 / 1) !important;
}

.border-x-indigo-600\/15 {
  border-left-color: rgb(79 70 229 / 0.15) !important;
  border-right-color: rgb(79 70 229 / 0.15) !important;
}

.border-x-indigo-600\/20 {
  border-left-color: rgb(79 70 229 / 0.2) !important;
  border-right-color: rgb(79 70 229 / 0.2) !important;
}

.border-x-indigo-600\/25 {
  border-left-color: rgb(79 70 229 / 0.25) !important;
  border-right-color: rgb(79 70 229 / 0.25) !important;
}

.border-x-indigo-600\/30 {
  border-left-color: rgb(79 70 229 / 0.3) !important;
  border-right-color: rgb(79 70 229 / 0.3) !important;
}

.border-x-indigo-600\/35 {
  border-left-color: rgb(79 70 229 / 0.35) !important;
  border-right-color: rgb(79 70 229 / 0.35) !important;
}

.border-x-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4) !important;
  border-right-color: rgb(79 70 229 / 0.4) !important;
}

.border-x-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45) !important;
  border-right-color: rgb(79 70 229 / 0.45) !important;
}

.border-x-indigo-600\/5 {
  border-left-color: rgb(79 70 229 / 0.05) !important;
  border-right-color: rgb(79 70 229 / 0.05) !important;
}

.border-x-indigo-600\/50 {
  border-left-color: rgb(79 70 229 / 0.5) !important;
  border-right-color: rgb(79 70 229 / 0.5) !important;
}

.border-x-indigo-600\/55 {
  border-left-color: rgb(79 70 229 / 0.55) !important;
  border-right-color: rgb(79 70 229 / 0.55) !important;
}

.border-x-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6) !important;
  border-right-color: rgb(79 70 229 / 0.6) !important;
}

.border-x-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65) !important;
  border-right-color: rgb(79 70 229 / 0.65) !important;
}

.border-x-indigo-600\/70 {
  border-left-color: rgb(79 70 229 / 0.7) !important;
  border-right-color: rgb(79 70 229 / 0.7) !important;
}

.border-x-indigo-600\/75 {
  border-left-color: rgb(79 70 229 / 0.75) !important;
  border-right-color: rgb(79 70 229 / 0.75) !important;
}

.border-x-indigo-600\/80 {
  border-left-color: rgb(79 70 229 / 0.8) !important;
  border-right-color: rgb(79 70 229 / 0.8) !important;
}

.border-x-indigo-600\/85 {
  border-left-color: rgb(79 70 229 / 0.85) !important;
  border-right-color: rgb(79 70 229 / 0.85) !important;
}

.border-x-indigo-600\/90 {
  border-left-color: rgb(79 70 229 / 0.9) !important;
  border-right-color: rgb(79 70 229 / 0.9) !important;
}

.border-x-indigo-600\/95 {
  border-left-color: rgb(79 70 229 / 0.95) !important;
  border-right-color: rgb(79 70 229 / 0.95) !important;
}

.border-x-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-700\/0 {
  border-left-color: rgb(67 56 202 / 0) !important;
  border-right-color: rgb(67 56 202 / 0) !important;
}

.border-x-indigo-700\/10 {
  border-left-color: rgb(67 56 202 / 0.1) !important;
  border-right-color: rgb(67 56 202 / 0.1) !important;
}

.border-x-indigo-700\/100 {
  border-left-color: rgb(67 56 202 / 1) !important;
  border-right-color: rgb(67 56 202 / 1) !important;
}

.border-x-indigo-700\/15 {
  border-left-color: rgb(67 56 202 / 0.15) !important;
  border-right-color: rgb(67 56 202 / 0.15) !important;
}

.border-x-indigo-700\/20 {
  border-left-color: rgb(67 56 202 / 0.2) !important;
  border-right-color: rgb(67 56 202 / 0.2) !important;
}

.border-x-indigo-700\/25 {
  border-left-color: rgb(67 56 202 / 0.25) !important;
  border-right-color: rgb(67 56 202 / 0.25) !important;
}

.border-x-indigo-700\/30 {
  border-left-color: rgb(67 56 202 / 0.3) !important;
  border-right-color: rgb(67 56 202 / 0.3) !important;
}

.border-x-indigo-700\/35 {
  border-left-color: rgb(67 56 202 / 0.35) !important;
  border-right-color: rgb(67 56 202 / 0.35) !important;
}

.border-x-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4) !important;
  border-right-color: rgb(67 56 202 / 0.4) !important;
}

.border-x-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45) !important;
  border-right-color: rgb(67 56 202 / 0.45) !important;
}

.border-x-indigo-700\/5 {
  border-left-color: rgb(67 56 202 / 0.05) !important;
  border-right-color: rgb(67 56 202 / 0.05) !important;
}

.border-x-indigo-700\/50 {
  border-left-color: rgb(67 56 202 / 0.5) !important;
  border-right-color: rgb(67 56 202 / 0.5) !important;
}

.border-x-indigo-700\/55 {
  border-left-color: rgb(67 56 202 / 0.55) !important;
  border-right-color: rgb(67 56 202 / 0.55) !important;
}

.border-x-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6) !important;
  border-right-color: rgb(67 56 202 / 0.6) !important;
}

.border-x-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65) !important;
  border-right-color: rgb(67 56 202 / 0.65) !important;
}

.border-x-indigo-700\/70 {
  border-left-color: rgb(67 56 202 / 0.7) !important;
  border-right-color: rgb(67 56 202 / 0.7) !important;
}

.border-x-indigo-700\/75 {
  border-left-color: rgb(67 56 202 / 0.75) !important;
  border-right-color: rgb(67 56 202 / 0.75) !important;
}

.border-x-indigo-700\/80 {
  border-left-color: rgb(67 56 202 / 0.8) !important;
  border-right-color: rgb(67 56 202 / 0.8) !important;
}

.border-x-indigo-700\/85 {
  border-left-color: rgb(67 56 202 / 0.85) !important;
  border-right-color: rgb(67 56 202 / 0.85) !important;
}

.border-x-indigo-700\/90 {
  border-left-color: rgb(67 56 202 / 0.9) !important;
  border-right-color: rgb(67 56 202 / 0.9) !important;
}

.border-x-indigo-700\/95 {
  border-left-color: rgb(67 56 202 / 0.95) !important;
  border-right-color: rgb(67 56 202 / 0.95) !important;
}

.border-x-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-800\/0 {
  border-left-color: rgb(55 48 163 / 0) !important;
  border-right-color: rgb(55 48 163 / 0) !important;
}

.border-x-indigo-800\/10 {
  border-left-color: rgb(55 48 163 / 0.1) !important;
  border-right-color: rgb(55 48 163 / 0.1) !important;
}

.border-x-indigo-800\/100 {
  border-left-color: rgb(55 48 163 / 1) !important;
  border-right-color: rgb(55 48 163 / 1) !important;
}

.border-x-indigo-800\/15 {
  border-left-color: rgb(55 48 163 / 0.15) !important;
  border-right-color: rgb(55 48 163 / 0.15) !important;
}

.border-x-indigo-800\/20 {
  border-left-color: rgb(55 48 163 / 0.2) !important;
  border-right-color: rgb(55 48 163 / 0.2) !important;
}

.border-x-indigo-800\/25 {
  border-left-color: rgb(55 48 163 / 0.25) !important;
  border-right-color: rgb(55 48 163 / 0.25) !important;
}

.border-x-indigo-800\/30 {
  border-left-color: rgb(55 48 163 / 0.3) !important;
  border-right-color: rgb(55 48 163 / 0.3) !important;
}

.border-x-indigo-800\/35 {
  border-left-color: rgb(55 48 163 / 0.35) !important;
  border-right-color: rgb(55 48 163 / 0.35) !important;
}

.border-x-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4) !important;
  border-right-color: rgb(55 48 163 / 0.4) !important;
}

.border-x-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45) !important;
  border-right-color: rgb(55 48 163 / 0.45) !important;
}

.border-x-indigo-800\/5 {
  border-left-color: rgb(55 48 163 / 0.05) !important;
  border-right-color: rgb(55 48 163 / 0.05) !important;
}

.border-x-indigo-800\/50 {
  border-left-color: rgb(55 48 163 / 0.5) !important;
  border-right-color: rgb(55 48 163 / 0.5) !important;
}

.border-x-indigo-800\/55 {
  border-left-color: rgb(55 48 163 / 0.55) !important;
  border-right-color: rgb(55 48 163 / 0.55) !important;
}

.border-x-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6) !important;
  border-right-color: rgb(55 48 163 / 0.6) !important;
}

.border-x-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65) !important;
  border-right-color: rgb(55 48 163 / 0.65) !important;
}

.border-x-indigo-800\/70 {
  border-left-color: rgb(55 48 163 / 0.7) !important;
  border-right-color: rgb(55 48 163 / 0.7) !important;
}

.border-x-indigo-800\/75 {
  border-left-color: rgb(55 48 163 / 0.75) !important;
  border-right-color: rgb(55 48 163 / 0.75) !important;
}

.border-x-indigo-800\/80 {
  border-left-color: rgb(55 48 163 / 0.8) !important;
  border-right-color: rgb(55 48 163 / 0.8) !important;
}

.border-x-indigo-800\/85 {
  border-left-color: rgb(55 48 163 / 0.85) !important;
  border-right-color: rgb(55 48 163 / 0.85) !important;
}

.border-x-indigo-800\/90 {
  border-left-color: rgb(55 48 163 / 0.9) !important;
  border-right-color: rgb(55 48 163 / 0.9) !important;
}

.border-x-indigo-800\/95 {
  border-left-color: rgb(55 48 163 / 0.95) !important;
  border-right-color: rgb(55 48 163 / 0.95) !important;
}

.border-x-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-900\/0 {
  border-left-color: rgb(49 46 129 / 0) !important;
  border-right-color: rgb(49 46 129 / 0) !important;
}

.border-x-indigo-900\/10 {
  border-left-color: rgb(49 46 129 / 0.1) !important;
  border-right-color: rgb(49 46 129 / 0.1) !important;
}

.border-x-indigo-900\/100 {
  border-left-color: rgb(49 46 129 / 1) !important;
  border-right-color: rgb(49 46 129 / 1) !important;
}

.border-x-indigo-900\/15 {
  border-left-color: rgb(49 46 129 / 0.15) !important;
  border-right-color: rgb(49 46 129 / 0.15) !important;
}

.border-x-indigo-900\/20 {
  border-left-color: rgb(49 46 129 / 0.2) !important;
  border-right-color: rgb(49 46 129 / 0.2) !important;
}

.border-x-indigo-900\/25 {
  border-left-color: rgb(49 46 129 / 0.25) !important;
  border-right-color: rgb(49 46 129 / 0.25) !important;
}

.border-x-indigo-900\/30 {
  border-left-color: rgb(49 46 129 / 0.3) !important;
  border-right-color: rgb(49 46 129 / 0.3) !important;
}

.border-x-indigo-900\/35 {
  border-left-color: rgb(49 46 129 / 0.35) !important;
  border-right-color: rgb(49 46 129 / 0.35) !important;
}

.border-x-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4) !important;
  border-right-color: rgb(49 46 129 / 0.4) !important;
}

.border-x-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45) !important;
  border-right-color: rgb(49 46 129 / 0.45) !important;
}

.border-x-indigo-900\/5 {
  border-left-color: rgb(49 46 129 / 0.05) !important;
  border-right-color: rgb(49 46 129 / 0.05) !important;
}

.border-x-indigo-900\/50 {
  border-left-color: rgb(49 46 129 / 0.5) !important;
  border-right-color: rgb(49 46 129 / 0.5) !important;
}

.border-x-indigo-900\/55 {
  border-left-color: rgb(49 46 129 / 0.55) !important;
  border-right-color: rgb(49 46 129 / 0.55) !important;
}

.border-x-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6) !important;
  border-right-color: rgb(49 46 129 / 0.6) !important;
}

.border-x-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65) !important;
  border-right-color: rgb(49 46 129 / 0.65) !important;
}

.border-x-indigo-900\/70 {
  border-left-color: rgb(49 46 129 / 0.7) !important;
  border-right-color: rgb(49 46 129 / 0.7) !important;
}

.border-x-indigo-900\/75 {
  border-left-color: rgb(49 46 129 / 0.75) !important;
  border-right-color: rgb(49 46 129 / 0.75) !important;
}

.border-x-indigo-900\/80 {
  border-left-color: rgb(49 46 129 / 0.8) !important;
  border-right-color: rgb(49 46 129 / 0.8) !important;
}

.border-x-indigo-900\/85 {
  border-left-color: rgb(49 46 129 / 0.85) !important;
  border-right-color: rgb(49 46 129 / 0.85) !important;
}

.border-x-indigo-900\/90 {
  border-left-color: rgb(49 46 129 / 0.9) !important;
  border-right-color: rgb(49 46 129 / 0.9) !important;
}

.border-x-indigo-900\/95 {
  border-left-color: rgb(49 46 129 / 0.95) !important;
  border-right-color: rgb(49 46 129 / 0.95) !important;
}

.border-x-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-x-indigo-950\/0 {
  border-left-color: rgb(30 27 75 / 0) !important;
  border-right-color: rgb(30 27 75 / 0) !important;
}

.border-x-indigo-950\/10 {
  border-left-color: rgb(30 27 75 / 0.1) !important;
  border-right-color: rgb(30 27 75 / 0.1) !important;
}

.border-x-indigo-950\/100 {
  border-left-color: rgb(30 27 75 / 1) !important;
  border-right-color: rgb(30 27 75 / 1) !important;
}

.border-x-indigo-950\/15 {
  border-left-color: rgb(30 27 75 / 0.15) !important;
  border-right-color: rgb(30 27 75 / 0.15) !important;
}

.border-x-indigo-950\/20 {
  border-left-color: rgb(30 27 75 / 0.2) !important;
  border-right-color: rgb(30 27 75 / 0.2) !important;
}

.border-x-indigo-950\/25 {
  border-left-color: rgb(30 27 75 / 0.25) !important;
  border-right-color: rgb(30 27 75 / 0.25) !important;
}

.border-x-indigo-950\/30 {
  border-left-color: rgb(30 27 75 / 0.3) !important;
  border-right-color: rgb(30 27 75 / 0.3) !important;
}

.border-x-indigo-950\/35 {
  border-left-color: rgb(30 27 75 / 0.35) !important;
  border-right-color: rgb(30 27 75 / 0.35) !important;
}

.border-x-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4) !important;
  border-right-color: rgb(30 27 75 / 0.4) !important;
}

.border-x-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45) !important;
  border-right-color: rgb(30 27 75 / 0.45) !important;
}

.border-x-indigo-950\/5 {
  border-left-color: rgb(30 27 75 / 0.05) !important;
  border-right-color: rgb(30 27 75 / 0.05) !important;
}

.border-x-indigo-950\/50 {
  border-left-color: rgb(30 27 75 / 0.5) !important;
  border-right-color: rgb(30 27 75 / 0.5) !important;
}

.border-x-indigo-950\/55 {
  border-left-color: rgb(30 27 75 / 0.55) !important;
  border-right-color: rgb(30 27 75 / 0.55) !important;
}

.border-x-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6) !important;
  border-right-color: rgb(30 27 75 / 0.6) !important;
}

.border-x-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65) !important;
  border-right-color: rgb(30 27 75 / 0.65) !important;
}

.border-x-indigo-950\/70 {
  border-left-color: rgb(30 27 75 / 0.7) !important;
  border-right-color: rgb(30 27 75 / 0.7) !important;
}

.border-x-indigo-950\/75 {
  border-left-color: rgb(30 27 75 / 0.75) !important;
  border-right-color: rgb(30 27 75 / 0.75) !important;
}

.border-x-indigo-950\/80 {
  border-left-color: rgb(30 27 75 / 0.8) !important;
  border-right-color: rgb(30 27 75 / 0.8) !important;
}

.border-x-indigo-950\/85 {
  border-left-color: rgb(30 27 75 / 0.85) !important;
  border-right-color: rgb(30 27 75 / 0.85) !important;
}

.border-x-indigo-950\/90 {
  border-left-color: rgb(30 27 75 / 0.9) !important;
  border-right-color: rgb(30 27 75 / 0.9) !important;
}

.border-x-indigo-950\/95 {
  border-left-color: rgb(30 27 75 / 0.95) !important;
  border-right-color: rgb(30 27 75 / 0.95) !important;
}

.border-x-inherit {
  border-left-color: inherit !important;
  border-right-color: inherit !important;
}

.border-x-lime-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-100\/0 {
  border-left-color: rgb(236 252 203 / 0) !important;
  border-right-color: rgb(236 252 203 / 0) !important;
}

.border-x-lime-100\/10 {
  border-left-color: rgb(236 252 203 / 0.1) !important;
  border-right-color: rgb(236 252 203 / 0.1) !important;
}

.border-x-lime-100\/100 {
  border-left-color: rgb(236 252 203 / 1) !important;
  border-right-color: rgb(236 252 203 / 1) !important;
}

.border-x-lime-100\/15 {
  border-left-color: rgb(236 252 203 / 0.15) !important;
  border-right-color: rgb(236 252 203 / 0.15) !important;
}

.border-x-lime-100\/20 {
  border-left-color: rgb(236 252 203 / 0.2) !important;
  border-right-color: rgb(236 252 203 / 0.2) !important;
}

.border-x-lime-100\/25 {
  border-left-color: rgb(236 252 203 / 0.25) !important;
  border-right-color: rgb(236 252 203 / 0.25) !important;
}

.border-x-lime-100\/30 {
  border-left-color: rgb(236 252 203 / 0.3) !important;
  border-right-color: rgb(236 252 203 / 0.3) !important;
}

.border-x-lime-100\/35 {
  border-left-color: rgb(236 252 203 / 0.35) !important;
  border-right-color: rgb(236 252 203 / 0.35) !important;
}

.border-x-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4) !important;
  border-right-color: rgb(236 252 203 / 0.4) !important;
}

.border-x-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45) !important;
  border-right-color: rgb(236 252 203 / 0.45) !important;
}

.border-x-lime-100\/5 {
  border-left-color: rgb(236 252 203 / 0.05) !important;
  border-right-color: rgb(236 252 203 / 0.05) !important;
}

.border-x-lime-100\/50 {
  border-left-color: rgb(236 252 203 / 0.5) !important;
  border-right-color: rgb(236 252 203 / 0.5) !important;
}

.border-x-lime-100\/55 {
  border-left-color: rgb(236 252 203 / 0.55) !important;
  border-right-color: rgb(236 252 203 / 0.55) !important;
}

.border-x-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6) !important;
  border-right-color: rgb(236 252 203 / 0.6) !important;
}

.border-x-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65) !important;
  border-right-color: rgb(236 252 203 / 0.65) !important;
}

.border-x-lime-100\/70 {
  border-left-color: rgb(236 252 203 / 0.7) !important;
  border-right-color: rgb(236 252 203 / 0.7) !important;
}

.border-x-lime-100\/75 {
  border-left-color: rgb(236 252 203 / 0.75) !important;
  border-right-color: rgb(236 252 203 / 0.75) !important;
}

.border-x-lime-100\/80 {
  border-left-color: rgb(236 252 203 / 0.8) !important;
  border-right-color: rgb(236 252 203 / 0.8) !important;
}

.border-x-lime-100\/85 {
  border-left-color: rgb(236 252 203 / 0.85) !important;
  border-right-color: rgb(236 252 203 / 0.85) !important;
}

.border-x-lime-100\/90 {
  border-left-color: rgb(236 252 203 / 0.9) !important;
  border-right-color: rgb(236 252 203 / 0.9) !important;
}

.border-x-lime-100\/95 {
  border-left-color: rgb(236 252 203 / 0.95) !important;
  border-right-color: rgb(236 252 203 / 0.95) !important;
}

.border-x-lime-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-200\/0 {
  border-left-color: rgb(217 249 157 / 0) !important;
  border-right-color: rgb(217 249 157 / 0) !important;
}

.border-x-lime-200\/10 {
  border-left-color: rgb(217 249 157 / 0.1) !important;
  border-right-color: rgb(217 249 157 / 0.1) !important;
}

.border-x-lime-200\/100 {
  border-left-color: rgb(217 249 157 / 1) !important;
  border-right-color: rgb(217 249 157 / 1) !important;
}

.border-x-lime-200\/15 {
  border-left-color: rgb(217 249 157 / 0.15) !important;
  border-right-color: rgb(217 249 157 / 0.15) !important;
}

.border-x-lime-200\/20 {
  border-left-color: rgb(217 249 157 / 0.2) !important;
  border-right-color: rgb(217 249 157 / 0.2) !important;
}

.border-x-lime-200\/25 {
  border-left-color: rgb(217 249 157 / 0.25) !important;
  border-right-color: rgb(217 249 157 / 0.25) !important;
}

.border-x-lime-200\/30 {
  border-left-color: rgb(217 249 157 / 0.3) !important;
  border-right-color: rgb(217 249 157 / 0.3) !important;
}

.border-x-lime-200\/35 {
  border-left-color: rgb(217 249 157 / 0.35) !important;
  border-right-color: rgb(217 249 157 / 0.35) !important;
}

.border-x-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4) !important;
  border-right-color: rgb(217 249 157 / 0.4) !important;
}

.border-x-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45) !important;
  border-right-color: rgb(217 249 157 / 0.45) !important;
}

.border-x-lime-200\/5 {
  border-left-color: rgb(217 249 157 / 0.05) !important;
  border-right-color: rgb(217 249 157 / 0.05) !important;
}

.border-x-lime-200\/50 {
  border-left-color: rgb(217 249 157 / 0.5) !important;
  border-right-color: rgb(217 249 157 / 0.5) !important;
}

.border-x-lime-200\/55 {
  border-left-color: rgb(217 249 157 / 0.55) !important;
  border-right-color: rgb(217 249 157 / 0.55) !important;
}

.border-x-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6) !important;
  border-right-color: rgb(217 249 157 / 0.6) !important;
}

.border-x-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65) !important;
  border-right-color: rgb(217 249 157 / 0.65) !important;
}

.border-x-lime-200\/70 {
  border-left-color: rgb(217 249 157 / 0.7) !important;
  border-right-color: rgb(217 249 157 / 0.7) !important;
}

.border-x-lime-200\/75 {
  border-left-color: rgb(217 249 157 / 0.75) !important;
  border-right-color: rgb(217 249 157 / 0.75) !important;
}

.border-x-lime-200\/80 {
  border-left-color: rgb(217 249 157 / 0.8) !important;
  border-right-color: rgb(217 249 157 / 0.8) !important;
}

.border-x-lime-200\/85 {
  border-left-color: rgb(217 249 157 / 0.85) !important;
  border-right-color: rgb(217 249 157 / 0.85) !important;
}

.border-x-lime-200\/90 {
  border-left-color: rgb(217 249 157 / 0.9) !important;
  border-right-color: rgb(217 249 157 / 0.9) !important;
}

.border-x-lime-200\/95 {
  border-left-color: rgb(217 249 157 / 0.95) !important;
  border-right-color: rgb(217 249 157 / 0.95) !important;
}

.border-x-lime-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-300\/0 {
  border-left-color: rgb(190 242 100 / 0) !important;
  border-right-color: rgb(190 242 100 / 0) !important;
}

.border-x-lime-300\/10 {
  border-left-color: rgb(190 242 100 / 0.1) !important;
  border-right-color: rgb(190 242 100 / 0.1) !important;
}

.border-x-lime-300\/100 {
  border-left-color: rgb(190 242 100 / 1) !important;
  border-right-color: rgb(190 242 100 / 1) !important;
}

.border-x-lime-300\/15 {
  border-left-color: rgb(190 242 100 / 0.15) !important;
  border-right-color: rgb(190 242 100 / 0.15) !important;
}

.border-x-lime-300\/20 {
  border-left-color: rgb(190 242 100 / 0.2) !important;
  border-right-color: rgb(190 242 100 / 0.2) !important;
}

.border-x-lime-300\/25 {
  border-left-color: rgb(190 242 100 / 0.25) !important;
  border-right-color: rgb(190 242 100 / 0.25) !important;
}

.border-x-lime-300\/30 {
  border-left-color: rgb(190 242 100 / 0.3) !important;
  border-right-color: rgb(190 242 100 / 0.3) !important;
}

.border-x-lime-300\/35 {
  border-left-color: rgb(190 242 100 / 0.35) !important;
  border-right-color: rgb(190 242 100 / 0.35) !important;
}

.border-x-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4) !important;
  border-right-color: rgb(190 242 100 / 0.4) !important;
}

.border-x-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45) !important;
  border-right-color: rgb(190 242 100 / 0.45) !important;
}

.border-x-lime-300\/5 {
  border-left-color: rgb(190 242 100 / 0.05) !important;
  border-right-color: rgb(190 242 100 / 0.05) !important;
}

.border-x-lime-300\/50 {
  border-left-color: rgb(190 242 100 / 0.5) !important;
  border-right-color: rgb(190 242 100 / 0.5) !important;
}

.border-x-lime-300\/55 {
  border-left-color: rgb(190 242 100 / 0.55) !important;
  border-right-color: rgb(190 242 100 / 0.55) !important;
}

.border-x-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6) !important;
  border-right-color: rgb(190 242 100 / 0.6) !important;
}

.border-x-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65) !important;
  border-right-color: rgb(190 242 100 / 0.65) !important;
}

.border-x-lime-300\/70 {
  border-left-color: rgb(190 242 100 / 0.7) !important;
  border-right-color: rgb(190 242 100 / 0.7) !important;
}

.border-x-lime-300\/75 {
  border-left-color: rgb(190 242 100 / 0.75) !important;
  border-right-color: rgb(190 242 100 / 0.75) !important;
}

.border-x-lime-300\/80 {
  border-left-color: rgb(190 242 100 / 0.8) !important;
  border-right-color: rgb(190 242 100 / 0.8) !important;
}

.border-x-lime-300\/85 {
  border-left-color: rgb(190 242 100 / 0.85) !important;
  border-right-color: rgb(190 242 100 / 0.85) !important;
}

.border-x-lime-300\/90 {
  border-left-color: rgb(190 242 100 / 0.9) !important;
  border-right-color: rgb(190 242 100 / 0.9) !important;
}

.border-x-lime-300\/95 {
  border-left-color: rgb(190 242 100 / 0.95) !important;
  border-right-color: rgb(190 242 100 / 0.95) !important;
}

.border-x-lime-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-400\/0 {
  border-left-color: rgb(163 230 53 / 0) !important;
  border-right-color: rgb(163 230 53 / 0) !important;
}

.border-x-lime-400\/10 {
  border-left-color: rgb(163 230 53 / 0.1) !important;
  border-right-color: rgb(163 230 53 / 0.1) !important;
}

.border-x-lime-400\/100 {
  border-left-color: rgb(163 230 53 / 1) !important;
  border-right-color: rgb(163 230 53 / 1) !important;
}

.border-x-lime-400\/15 {
  border-left-color: rgb(163 230 53 / 0.15) !important;
  border-right-color: rgb(163 230 53 / 0.15) !important;
}

.border-x-lime-400\/20 {
  border-left-color: rgb(163 230 53 / 0.2) !important;
  border-right-color: rgb(163 230 53 / 0.2) !important;
}

.border-x-lime-400\/25 {
  border-left-color: rgb(163 230 53 / 0.25) !important;
  border-right-color: rgb(163 230 53 / 0.25) !important;
}

.border-x-lime-400\/30 {
  border-left-color: rgb(163 230 53 / 0.3) !important;
  border-right-color: rgb(163 230 53 / 0.3) !important;
}

.border-x-lime-400\/35 {
  border-left-color: rgb(163 230 53 / 0.35) !important;
  border-right-color: rgb(163 230 53 / 0.35) !important;
}

.border-x-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4) !important;
  border-right-color: rgb(163 230 53 / 0.4) !important;
}

.border-x-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45) !important;
  border-right-color: rgb(163 230 53 / 0.45) !important;
}

.border-x-lime-400\/5 {
  border-left-color: rgb(163 230 53 / 0.05) !important;
  border-right-color: rgb(163 230 53 / 0.05) !important;
}

.border-x-lime-400\/50 {
  border-left-color: rgb(163 230 53 / 0.5) !important;
  border-right-color: rgb(163 230 53 / 0.5) !important;
}

.border-x-lime-400\/55 {
  border-left-color: rgb(163 230 53 / 0.55) !important;
  border-right-color: rgb(163 230 53 / 0.55) !important;
}

.border-x-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6) !important;
  border-right-color: rgb(163 230 53 / 0.6) !important;
}

.border-x-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65) !important;
  border-right-color: rgb(163 230 53 / 0.65) !important;
}

.border-x-lime-400\/70 {
  border-left-color: rgb(163 230 53 / 0.7) !important;
  border-right-color: rgb(163 230 53 / 0.7) !important;
}

.border-x-lime-400\/75 {
  border-left-color: rgb(163 230 53 / 0.75) !important;
  border-right-color: rgb(163 230 53 / 0.75) !important;
}

.border-x-lime-400\/80 {
  border-left-color: rgb(163 230 53 / 0.8) !important;
  border-right-color: rgb(163 230 53 / 0.8) !important;
}

.border-x-lime-400\/85 {
  border-left-color: rgb(163 230 53 / 0.85) !important;
  border-right-color: rgb(163 230 53 / 0.85) !important;
}

.border-x-lime-400\/90 {
  border-left-color: rgb(163 230 53 / 0.9) !important;
  border-right-color: rgb(163 230 53 / 0.9) !important;
}

.border-x-lime-400\/95 {
  border-left-color: rgb(163 230 53 / 0.95) !important;
  border-right-color: rgb(163 230 53 / 0.95) !important;
}

.border-x-lime-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-50\/0 {
  border-left-color: rgb(247 254 231 / 0) !important;
  border-right-color: rgb(247 254 231 / 0) !important;
}

.border-x-lime-50\/10 {
  border-left-color: rgb(247 254 231 / 0.1) !important;
  border-right-color: rgb(247 254 231 / 0.1) !important;
}

.border-x-lime-50\/100 {
  border-left-color: rgb(247 254 231 / 1) !important;
  border-right-color: rgb(247 254 231 / 1) !important;
}

.border-x-lime-50\/15 {
  border-left-color: rgb(247 254 231 / 0.15) !important;
  border-right-color: rgb(247 254 231 / 0.15) !important;
}

.border-x-lime-50\/20 {
  border-left-color: rgb(247 254 231 / 0.2) !important;
  border-right-color: rgb(247 254 231 / 0.2) !important;
}

.border-x-lime-50\/25 {
  border-left-color: rgb(247 254 231 / 0.25) !important;
  border-right-color: rgb(247 254 231 / 0.25) !important;
}

.border-x-lime-50\/30 {
  border-left-color: rgb(247 254 231 / 0.3) !important;
  border-right-color: rgb(247 254 231 / 0.3) !important;
}

.border-x-lime-50\/35 {
  border-left-color: rgb(247 254 231 / 0.35) !important;
  border-right-color: rgb(247 254 231 / 0.35) !important;
}

.border-x-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4) !important;
  border-right-color: rgb(247 254 231 / 0.4) !important;
}

.border-x-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45) !important;
  border-right-color: rgb(247 254 231 / 0.45) !important;
}

.border-x-lime-50\/5 {
  border-left-color: rgb(247 254 231 / 0.05) !important;
  border-right-color: rgb(247 254 231 / 0.05) !important;
}

.border-x-lime-50\/50 {
  border-left-color: rgb(247 254 231 / 0.5) !important;
  border-right-color: rgb(247 254 231 / 0.5) !important;
}

.border-x-lime-50\/55 {
  border-left-color: rgb(247 254 231 / 0.55) !important;
  border-right-color: rgb(247 254 231 / 0.55) !important;
}

.border-x-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6) !important;
  border-right-color: rgb(247 254 231 / 0.6) !important;
}

.border-x-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65) !important;
  border-right-color: rgb(247 254 231 / 0.65) !important;
}

.border-x-lime-50\/70 {
  border-left-color: rgb(247 254 231 / 0.7) !important;
  border-right-color: rgb(247 254 231 / 0.7) !important;
}

.border-x-lime-50\/75 {
  border-left-color: rgb(247 254 231 / 0.75) !important;
  border-right-color: rgb(247 254 231 / 0.75) !important;
}

.border-x-lime-50\/80 {
  border-left-color: rgb(247 254 231 / 0.8) !important;
  border-right-color: rgb(247 254 231 / 0.8) !important;
}

.border-x-lime-50\/85 {
  border-left-color: rgb(247 254 231 / 0.85) !important;
  border-right-color: rgb(247 254 231 / 0.85) !important;
}

.border-x-lime-50\/90 {
  border-left-color: rgb(247 254 231 / 0.9) !important;
  border-right-color: rgb(247 254 231 / 0.9) !important;
}

.border-x-lime-50\/95 {
  border-left-color: rgb(247 254 231 / 0.95) !important;
  border-right-color: rgb(247 254 231 / 0.95) !important;
}

.border-x-lime-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-500\/0 {
  border-left-color: rgb(132 204 22 / 0) !important;
  border-right-color: rgb(132 204 22 / 0) !important;
}

.border-x-lime-500\/10 {
  border-left-color: rgb(132 204 22 / 0.1) !important;
  border-right-color: rgb(132 204 22 / 0.1) !important;
}

.border-x-lime-500\/100 {
  border-left-color: rgb(132 204 22 / 1) !important;
  border-right-color: rgb(132 204 22 / 1) !important;
}

.border-x-lime-500\/15 {
  border-left-color: rgb(132 204 22 / 0.15) !important;
  border-right-color: rgb(132 204 22 / 0.15) !important;
}

.border-x-lime-500\/20 {
  border-left-color: rgb(132 204 22 / 0.2) !important;
  border-right-color: rgb(132 204 22 / 0.2) !important;
}

.border-x-lime-500\/25 {
  border-left-color: rgb(132 204 22 / 0.25) !important;
  border-right-color: rgb(132 204 22 / 0.25) !important;
}

.border-x-lime-500\/30 {
  border-left-color: rgb(132 204 22 / 0.3) !important;
  border-right-color: rgb(132 204 22 / 0.3) !important;
}

.border-x-lime-500\/35 {
  border-left-color: rgb(132 204 22 / 0.35) !important;
  border-right-color: rgb(132 204 22 / 0.35) !important;
}

.border-x-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4) !important;
  border-right-color: rgb(132 204 22 / 0.4) !important;
}

.border-x-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45) !important;
  border-right-color: rgb(132 204 22 / 0.45) !important;
}

.border-x-lime-500\/5 {
  border-left-color: rgb(132 204 22 / 0.05) !important;
  border-right-color: rgb(132 204 22 / 0.05) !important;
}

.border-x-lime-500\/50 {
  border-left-color: rgb(132 204 22 / 0.5) !important;
  border-right-color: rgb(132 204 22 / 0.5) !important;
}

.border-x-lime-500\/55 {
  border-left-color: rgb(132 204 22 / 0.55) !important;
  border-right-color: rgb(132 204 22 / 0.55) !important;
}

.border-x-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6) !important;
  border-right-color: rgb(132 204 22 / 0.6) !important;
}

.border-x-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65) !important;
  border-right-color: rgb(132 204 22 / 0.65) !important;
}

.border-x-lime-500\/70 {
  border-left-color: rgb(132 204 22 / 0.7) !important;
  border-right-color: rgb(132 204 22 / 0.7) !important;
}

.border-x-lime-500\/75 {
  border-left-color: rgb(132 204 22 / 0.75) !important;
  border-right-color: rgb(132 204 22 / 0.75) !important;
}

.border-x-lime-500\/80 {
  border-left-color: rgb(132 204 22 / 0.8) !important;
  border-right-color: rgb(132 204 22 / 0.8) !important;
}

.border-x-lime-500\/85 {
  border-left-color: rgb(132 204 22 / 0.85) !important;
  border-right-color: rgb(132 204 22 / 0.85) !important;
}

.border-x-lime-500\/90 {
  border-left-color: rgb(132 204 22 / 0.9) !important;
  border-right-color: rgb(132 204 22 / 0.9) !important;
}

.border-x-lime-500\/95 {
  border-left-color: rgb(132 204 22 / 0.95) !important;
  border-right-color: rgb(132 204 22 / 0.95) !important;
}

.border-x-lime-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-600\/0 {
  border-left-color: rgb(101 163 13 / 0) !important;
  border-right-color: rgb(101 163 13 / 0) !important;
}

.border-x-lime-600\/10 {
  border-left-color: rgb(101 163 13 / 0.1) !important;
  border-right-color: rgb(101 163 13 / 0.1) !important;
}

.border-x-lime-600\/100 {
  border-left-color: rgb(101 163 13 / 1) !important;
  border-right-color: rgb(101 163 13 / 1) !important;
}

.border-x-lime-600\/15 {
  border-left-color: rgb(101 163 13 / 0.15) !important;
  border-right-color: rgb(101 163 13 / 0.15) !important;
}

.border-x-lime-600\/20 {
  border-left-color: rgb(101 163 13 / 0.2) !important;
  border-right-color: rgb(101 163 13 / 0.2) !important;
}

.border-x-lime-600\/25 {
  border-left-color: rgb(101 163 13 / 0.25) !important;
  border-right-color: rgb(101 163 13 / 0.25) !important;
}

.border-x-lime-600\/30 {
  border-left-color: rgb(101 163 13 / 0.3) !important;
  border-right-color: rgb(101 163 13 / 0.3) !important;
}

.border-x-lime-600\/35 {
  border-left-color: rgb(101 163 13 / 0.35) !important;
  border-right-color: rgb(101 163 13 / 0.35) !important;
}

.border-x-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4) !important;
  border-right-color: rgb(101 163 13 / 0.4) !important;
}

.border-x-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45) !important;
  border-right-color: rgb(101 163 13 / 0.45) !important;
}

.border-x-lime-600\/5 {
  border-left-color: rgb(101 163 13 / 0.05) !important;
  border-right-color: rgb(101 163 13 / 0.05) !important;
}

.border-x-lime-600\/50 {
  border-left-color: rgb(101 163 13 / 0.5) !important;
  border-right-color: rgb(101 163 13 / 0.5) !important;
}

.border-x-lime-600\/55 {
  border-left-color: rgb(101 163 13 / 0.55) !important;
  border-right-color: rgb(101 163 13 / 0.55) !important;
}

.border-x-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6) !important;
  border-right-color: rgb(101 163 13 / 0.6) !important;
}

.border-x-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65) !important;
  border-right-color: rgb(101 163 13 / 0.65) !important;
}

.border-x-lime-600\/70 {
  border-left-color: rgb(101 163 13 / 0.7) !important;
  border-right-color: rgb(101 163 13 / 0.7) !important;
}

.border-x-lime-600\/75 {
  border-left-color: rgb(101 163 13 / 0.75) !important;
  border-right-color: rgb(101 163 13 / 0.75) !important;
}

.border-x-lime-600\/80 {
  border-left-color: rgb(101 163 13 / 0.8) !important;
  border-right-color: rgb(101 163 13 / 0.8) !important;
}

.border-x-lime-600\/85 {
  border-left-color: rgb(101 163 13 / 0.85) !important;
  border-right-color: rgb(101 163 13 / 0.85) !important;
}

.border-x-lime-600\/90 {
  border-left-color: rgb(101 163 13 / 0.9) !important;
  border-right-color: rgb(101 163 13 / 0.9) !important;
}

.border-x-lime-600\/95 {
  border-left-color: rgb(101 163 13 / 0.95) !important;
  border-right-color: rgb(101 163 13 / 0.95) !important;
}

.border-x-lime-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-700\/0 {
  border-left-color: rgb(77 124 15 / 0) !important;
  border-right-color: rgb(77 124 15 / 0) !important;
}

.border-x-lime-700\/10 {
  border-left-color: rgb(77 124 15 / 0.1) !important;
  border-right-color: rgb(77 124 15 / 0.1) !important;
}

.border-x-lime-700\/100 {
  border-left-color: rgb(77 124 15 / 1) !important;
  border-right-color: rgb(77 124 15 / 1) !important;
}

.border-x-lime-700\/15 {
  border-left-color: rgb(77 124 15 / 0.15) !important;
  border-right-color: rgb(77 124 15 / 0.15) !important;
}

.border-x-lime-700\/20 {
  border-left-color: rgb(77 124 15 / 0.2) !important;
  border-right-color: rgb(77 124 15 / 0.2) !important;
}

.border-x-lime-700\/25 {
  border-left-color: rgb(77 124 15 / 0.25) !important;
  border-right-color: rgb(77 124 15 / 0.25) !important;
}

.border-x-lime-700\/30 {
  border-left-color: rgb(77 124 15 / 0.3) !important;
  border-right-color: rgb(77 124 15 / 0.3) !important;
}

.border-x-lime-700\/35 {
  border-left-color: rgb(77 124 15 / 0.35) !important;
  border-right-color: rgb(77 124 15 / 0.35) !important;
}

.border-x-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4) !important;
  border-right-color: rgb(77 124 15 / 0.4) !important;
}

.border-x-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45) !important;
  border-right-color: rgb(77 124 15 / 0.45) !important;
}

.border-x-lime-700\/5 {
  border-left-color: rgb(77 124 15 / 0.05) !important;
  border-right-color: rgb(77 124 15 / 0.05) !important;
}

.border-x-lime-700\/50 {
  border-left-color: rgb(77 124 15 / 0.5) !important;
  border-right-color: rgb(77 124 15 / 0.5) !important;
}

.border-x-lime-700\/55 {
  border-left-color: rgb(77 124 15 / 0.55) !important;
  border-right-color: rgb(77 124 15 / 0.55) !important;
}

.border-x-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6) !important;
  border-right-color: rgb(77 124 15 / 0.6) !important;
}

.border-x-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65) !important;
  border-right-color: rgb(77 124 15 / 0.65) !important;
}

.border-x-lime-700\/70 {
  border-left-color: rgb(77 124 15 / 0.7) !important;
  border-right-color: rgb(77 124 15 / 0.7) !important;
}

.border-x-lime-700\/75 {
  border-left-color: rgb(77 124 15 / 0.75) !important;
  border-right-color: rgb(77 124 15 / 0.75) !important;
}

.border-x-lime-700\/80 {
  border-left-color: rgb(77 124 15 / 0.8) !important;
  border-right-color: rgb(77 124 15 / 0.8) !important;
}

.border-x-lime-700\/85 {
  border-left-color: rgb(77 124 15 / 0.85) !important;
  border-right-color: rgb(77 124 15 / 0.85) !important;
}

.border-x-lime-700\/90 {
  border-left-color: rgb(77 124 15 / 0.9) !important;
  border-right-color: rgb(77 124 15 / 0.9) !important;
}

.border-x-lime-700\/95 {
  border-left-color: rgb(77 124 15 / 0.95) !important;
  border-right-color: rgb(77 124 15 / 0.95) !important;
}

.border-x-lime-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-800\/0 {
  border-left-color: rgb(63 98 18 / 0) !important;
  border-right-color: rgb(63 98 18 / 0) !important;
}

.border-x-lime-800\/10 {
  border-left-color: rgb(63 98 18 / 0.1) !important;
  border-right-color: rgb(63 98 18 / 0.1) !important;
}

.border-x-lime-800\/100 {
  border-left-color: rgb(63 98 18 / 1) !important;
  border-right-color: rgb(63 98 18 / 1) !important;
}

.border-x-lime-800\/15 {
  border-left-color: rgb(63 98 18 / 0.15) !important;
  border-right-color: rgb(63 98 18 / 0.15) !important;
}

.border-x-lime-800\/20 {
  border-left-color: rgb(63 98 18 / 0.2) !important;
  border-right-color: rgb(63 98 18 / 0.2) !important;
}

.border-x-lime-800\/25 {
  border-left-color: rgb(63 98 18 / 0.25) !important;
  border-right-color: rgb(63 98 18 / 0.25) !important;
}

.border-x-lime-800\/30 {
  border-left-color: rgb(63 98 18 / 0.3) !important;
  border-right-color: rgb(63 98 18 / 0.3) !important;
}

.border-x-lime-800\/35 {
  border-left-color: rgb(63 98 18 / 0.35) !important;
  border-right-color: rgb(63 98 18 / 0.35) !important;
}

.border-x-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4) !important;
  border-right-color: rgb(63 98 18 / 0.4) !important;
}

.border-x-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45) !important;
  border-right-color: rgb(63 98 18 / 0.45) !important;
}

.border-x-lime-800\/5 {
  border-left-color: rgb(63 98 18 / 0.05) !important;
  border-right-color: rgb(63 98 18 / 0.05) !important;
}

.border-x-lime-800\/50 {
  border-left-color: rgb(63 98 18 / 0.5) !important;
  border-right-color: rgb(63 98 18 / 0.5) !important;
}

.border-x-lime-800\/55 {
  border-left-color: rgb(63 98 18 / 0.55) !important;
  border-right-color: rgb(63 98 18 / 0.55) !important;
}

.border-x-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6) !important;
  border-right-color: rgb(63 98 18 / 0.6) !important;
}

.border-x-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65) !important;
  border-right-color: rgb(63 98 18 / 0.65) !important;
}

.border-x-lime-800\/70 {
  border-left-color: rgb(63 98 18 / 0.7) !important;
  border-right-color: rgb(63 98 18 / 0.7) !important;
}

.border-x-lime-800\/75 {
  border-left-color: rgb(63 98 18 / 0.75) !important;
  border-right-color: rgb(63 98 18 / 0.75) !important;
}

.border-x-lime-800\/80 {
  border-left-color: rgb(63 98 18 / 0.8) !important;
  border-right-color: rgb(63 98 18 / 0.8) !important;
}

.border-x-lime-800\/85 {
  border-left-color: rgb(63 98 18 / 0.85) !important;
  border-right-color: rgb(63 98 18 / 0.85) !important;
}

.border-x-lime-800\/90 {
  border-left-color: rgb(63 98 18 / 0.9) !important;
  border-right-color: rgb(63 98 18 / 0.9) !important;
}

.border-x-lime-800\/95 {
  border-left-color: rgb(63 98 18 / 0.95) !important;
  border-right-color: rgb(63 98 18 / 0.95) !important;
}

.border-x-lime-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-900\/0 {
  border-left-color: rgb(54 83 20 / 0) !important;
  border-right-color: rgb(54 83 20 / 0) !important;
}

.border-x-lime-900\/10 {
  border-left-color: rgb(54 83 20 / 0.1) !important;
  border-right-color: rgb(54 83 20 / 0.1) !important;
}

.border-x-lime-900\/100 {
  border-left-color: rgb(54 83 20 / 1) !important;
  border-right-color: rgb(54 83 20 / 1) !important;
}

.border-x-lime-900\/15 {
  border-left-color: rgb(54 83 20 / 0.15) !important;
  border-right-color: rgb(54 83 20 / 0.15) !important;
}

.border-x-lime-900\/20 {
  border-left-color: rgb(54 83 20 / 0.2) !important;
  border-right-color: rgb(54 83 20 / 0.2) !important;
}

.border-x-lime-900\/25 {
  border-left-color: rgb(54 83 20 / 0.25) !important;
  border-right-color: rgb(54 83 20 / 0.25) !important;
}

.border-x-lime-900\/30 {
  border-left-color: rgb(54 83 20 / 0.3) !important;
  border-right-color: rgb(54 83 20 / 0.3) !important;
}

.border-x-lime-900\/35 {
  border-left-color: rgb(54 83 20 / 0.35) !important;
  border-right-color: rgb(54 83 20 / 0.35) !important;
}

.border-x-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4) !important;
  border-right-color: rgb(54 83 20 / 0.4) !important;
}

.border-x-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45) !important;
  border-right-color: rgb(54 83 20 / 0.45) !important;
}

.border-x-lime-900\/5 {
  border-left-color: rgb(54 83 20 / 0.05) !important;
  border-right-color: rgb(54 83 20 / 0.05) !important;
}

.border-x-lime-900\/50 {
  border-left-color: rgb(54 83 20 / 0.5) !important;
  border-right-color: rgb(54 83 20 / 0.5) !important;
}

.border-x-lime-900\/55 {
  border-left-color: rgb(54 83 20 / 0.55) !important;
  border-right-color: rgb(54 83 20 / 0.55) !important;
}

.border-x-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6) !important;
  border-right-color: rgb(54 83 20 / 0.6) !important;
}

.border-x-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65) !important;
  border-right-color: rgb(54 83 20 / 0.65) !important;
}

.border-x-lime-900\/70 {
  border-left-color: rgb(54 83 20 / 0.7) !important;
  border-right-color: rgb(54 83 20 / 0.7) !important;
}

.border-x-lime-900\/75 {
  border-left-color: rgb(54 83 20 / 0.75) !important;
  border-right-color: rgb(54 83 20 / 0.75) !important;
}

.border-x-lime-900\/80 {
  border-left-color: rgb(54 83 20 / 0.8) !important;
  border-right-color: rgb(54 83 20 / 0.8) !important;
}

.border-x-lime-900\/85 {
  border-left-color: rgb(54 83 20 / 0.85) !important;
  border-right-color: rgb(54 83 20 / 0.85) !important;
}

.border-x-lime-900\/90 {
  border-left-color: rgb(54 83 20 / 0.9) !important;
  border-right-color: rgb(54 83 20 / 0.9) !important;
}

.border-x-lime-900\/95 {
  border-left-color: rgb(54 83 20 / 0.95) !important;
  border-right-color: rgb(54 83 20 / 0.95) !important;
}

.border-x-lime-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-x-lime-950\/0 {
  border-left-color: rgb(26 46 5 / 0) !important;
  border-right-color: rgb(26 46 5 / 0) !important;
}

.border-x-lime-950\/10 {
  border-left-color: rgb(26 46 5 / 0.1) !important;
  border-right-color: rgb(26 46 5 / 0.1) !important;
}

.border-x-lime-950\/100 {
  border-left-color: rgb(26 46 5 / 1) !important;
  border-right-color: rgb(26 46 5 / 1) !important;
}

.border-x-lime-950\/15 {
  border-left-color: rgb(26 46 5 / 0.15) !important;
  border-right-color: rgb(26 46 5 / 0.15) !important;
}

.border-x-lime-950\/20 {
  border-left-color: rgb(26 46 5 / 0.2) !important;
  border-right-color: rgb(26 46 5 / 0.2) !important;
}

.border-x-lime-950\/25 {
  border-left-color: rgb(26 46 5 / 0.25) !important;
  border-right-color: rgb(26 46 5 / 0.25) !important;
}

.border-x-lime-950\/30 {
  border-left-color: rgb(26 46 5 / 0.3) !important;
  border-right-color: rgb(26 46 5 / 0.3) !important;
}

.border-x-lime-950\/35 {
  border-left-color: rgb(26 46 5 / 0.35) !important;
  border-right-color: rgb(26 46 5 / 0.35) !important;
}

.border-x-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4) !important;
  border-right-color: rgb(26 46 5 / 0.4) !important;
}

.border-x-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45) !important;
  border-right-color: rgb(26 46 5 / 0.45) !important;
}

.border-x-lime-950\/5 {
  border-left-color: rgb(26 46 5 / 0.05) !important;
  border-right-color: rgb(26 46 5 / 0.05) !important;
}

.border-x-lime-950\/50 {
  border-left-color: rgb(26 46 5 / 0.5) !important;
  border-right-color: rgb(26 46 5 / 0.5) !important;
}

.border-x-lime-950\/55 {
  border-left-color: rgb(26 46 5 / 0.55) !important;
  border-right-color: rgb(26 46 5 / 0.55) !important;
}

.border-x-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6) !important;
  border-right-color: rgb(26 46 5 / 0.6) !important;
}

.border-x-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65) !important;
  border-right-color: rgb(26 46 5 / 0.65) !important;
}

.border-x-lime-950\/70 {
  border-left-color: rgb(26 46 5 / 0.7) !important;
  border-right-color: rgb(26 46 5 / 0.7) !important;
}

.border-x-lime-950\/75 {
  border-left-color: rgb(26 46 5 / 0.75) !important;
  border-right-color: rgb(26 46 5 / 0.75) !important;
}

.border-x-lime-950\/80 {
  border-left-color: rgb(26 46 5 / 0.8) !important;
  border-right-color: rgb(26 46 5 / 0.8) !important;
}

.border-x-lime-950\/85 {
  border-left-color: rgb(26 46 5 / 0.85) !important;
  border-right-color: rgb(26 46 5 / 0.85) !important;
}

.border-x-lime-950\/90 {
  border-left-color: rgb(26 46 5 / 0.9) !important;
  border-right-color: rgb(26 46 5 / 0.9) !important;
}

.border-x-lime-950\/95 {
  border-left-color: rgb(26 46 5 / 0.95) !important;
  border-right-color: rgb(26 46 5 / 0.95) !important;
}

.border-x-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0) !important;
  border-right-color: rgb(245 245 245 / 0) !important;
}

.border-x-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1) !important;
  border-right-color: rgb(245 245 245 / 0.1) !important;
}

.border-x-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1) !important;
  border-right-color: rgb(245 245 245 / 1) !important;
}

.border-x-neutral-100\/15 {
  border-left-color: rgb(245 245 245 / 0.15) !important;
  border-right-color: rgb(245 245 245 / 0.15) !important;
}

.border-x-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2) !important;
  border-right-color: rgb(245 245 245 / 0.2) !important;
}

.border-x-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25) !important;
  border-right-color: rgb(245 245 245 / 0.25) !important;
}

.border-x-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3) !important;
  border-right-color: rgb(245 245 245 / 0.3) !important;
}

.border-x-neutral-100\/35 {
  border-left-color: rgb(245 245 245 / 0.35) !important;
  border-right-color: rgb(245 245 245 / 0.35) !important;
}

.border-x-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4) !important;
  border-right-color: rgb(245 245 245 / 0.4) !important;
}

.border-x-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45) !important;
  border-right-color: rgb(245 245 245 / 0.45) !important;
}

.border-x-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05) !important;
  border-right-color: rgb(245 245 245 / 0.05) !important;
}

.border-x-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5) !important;
  border-right-color: rgb(245 245 245 / 0.5) !important;
}

.border-x-neutral-100\/55 {
  border-left-color: rgb(245 245 245 / 0.55) !important;
  border-right-color: rgb(245 245 245 / 0.55) !important;
}

.border-x-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6) !important;
  border-right-color: rgb(245 245 245 / 0.6) !important;
}

.border-x-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65) !important;
  border-right-color: rgb(245 245 245 / 0.65) !important;
}

.border-x-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7) !important;
  border-right-color: rgb(245 245 245 / 0.7) !important;
}

.border-x-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75) !important;
  border-right-color: rgb(245 245 245 / 0.75) !important;
}

.border-x-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8) !important;
  border-right-color: rgb(245 245 245 / 0.8) !important;
}

.border-x-neutral-100\/85 {
  border-left-color: rgb(245 245 245 / 0.85) !important;
  border-right-color: rgb(245 245 245 / 0.85) !important;
}

.border-x-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9) !important;
  border-right-color: rgb(245 245 245 / 0.9) !important;
}

.border-x-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95) !important;
  border-right-color: rgb(245 245 245 / 0.95) !important;
}

.border-x-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0) !important;
  border-right-color: rgb(229 229 229 / 0) !important;
}

.border-x-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1) !important;
  border-right-color: rgb(229 229 229 / 0.1) !important;
}

.border-x-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1) !important;
  border-right-color: rgb(229 229 229 / 1) !important;
}

.border-x-neutral-200\/15 {
  border-left-color: rgb(229 229 229 / 0.15) !important;
  border-right-color: rgb(229 229 229 / 0.15) !important;
}

.border-x-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2) !important;
  border-right-color: rgb(229 229 229 / 0.2) !important;
}

.border-x-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25) !important;
  border-right-color: rgb(229 229 229 / 0.25) !important;
}

.border-x-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3) !important;
  border-right-color: rgb(229 229 229 / 0.3) !important;
}

.border-x-neutral-200\/35 {
  border-left-color: rgb(229 229 229 / 0.35) !important;
  border-right-color: rgb(229 229 229 / 0.35) !important;
}

.border-x-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4) !important;
  border-right-color: rgb(229 229 229 / 0.4) !important;
}

.border-x-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45) !important;
  border-right-color: rgb(229 229 229 / 0.45) !important;
}

.border-x-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05) !important;
  border-right-color: rgb(229 229 229 / 0.05) !important;
}

.border-x-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5) !important;
  border-right-color: rgb(229 229 229 / 0.5) !important;
}

.border-x-neutral-200\/55 {
  border-left-color: rgb(229 229 229 / 0.55) !important;
  border-right-color: rgb(229 229 229 / 0.55) !important;
}

.border-x-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6) !important;
  border-right-color: rgb(229 229 229 / 0.6) !important;
}

.border-x-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65) !important;
  border-right-color: rgb(229 229 229 / 0.65) !important;
}

.border-x-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7) !important;
  border-right-color: rgb(229 229 229 / 0.7) !important;
}

.border-x-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75) !important;
  border-right-color: rgb(229 229 229 / 0.75) !important;
}

.border-x-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8) !important;
  border-right-color: rgb(229 229 229 / 0.8) !important;
}

.border-x-neutral-200\/85 {
  border-left-color: rgb(229 229 229 / 0.85) !important;
  border-right-color: rgb(229 229 229 / 0.85) !important;
}

.border-x-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9) !important;
  border-right-color: rgb(229 229 229 / 0.9) !important;
}

.border-x-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95) !important;
  border-right-color: rgb(229 229 229 / 0.95) !important;
}

.border-x-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0) !important;
  border-right-color: rgb(212 212 212 / 0) !important;
}

.border-x-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1) !important;
  border-right-color: rgb(212 212 212 / 0.1) !important;
}

.border-x-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1) !important;
  border-right-color: rgb(212 212 212 / 1) !important;
}

.border-x-neutral-300\/15 {
  border-left-color: rgb(212 212 212 / 0.15) !important;
  border-right-color: rgb(212 212 212 / 0.15) !important;
}

.border-x-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2) !important;
  border-right-color: rgb(212 212 212 / 0.2) !important;
}

.border-x-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25) !important;
  border-right-color: rgb(212 212 212 / 0.25) !important;
}

.border-x-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3) !important;
  border-right-color: rgb(212 212 212 / 0.3) !important;
}

.border-x-neutral-300\/35 {
  border-left-color: rgb(212 212 212 / 0.35) !important;
  border-right-color: rgb(212 212 212 / 0.35) !important;
}

.border-x-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4) !important;
  border-right-color: rgb(212 212 212 / 0.4) !important;
}

.border-x-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45) !important;
  border-right-color: rgb(212 212 212 / 0.45) !important;
}

.border-x-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05) !important;
  border-right-color: rgb(212 212 212 / 0.05) !important;
}

.border-x-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5) !important;
  border-right-color: rgb(212 212 212 / 0.5) !important;
}

.border-x-neutral-300\/55 {
  border-left-color: rgb(212 212 212 / 0.55) !important;
  border-right-color: rgb(212 212 212 / 0.55) !important;
}

.border-x-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6) !important;
  border-right-color: rgb(212 212 212 / 0.6) !important;
}

.border-x-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65) !important;
  border-right-color: rgb(212 212 212 / 0.65) !important;
}

.border-x-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7) !important;
  border-right-color: rgb(212 212 212 / 0.7) !important;
}

.border-x-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75) !important;
  border-right-color: rgb(212 212 212 / 0.75) !important;
}

.border-x-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8) !important;
  border-right-color: rgb(212 212 212 / 0.8) !important;
}

.border-x-neutral-300\/85 {
  border-left-color: rgb(212 212 212 / 0.85) !important;
  border-right-color: rgb(212 212 212 / 0.85) !important;
}

.border-x-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9) !important;
  border-right-color: rgb(212 212 212 / 0.9) !important;
}

.border-x-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95) !important;
  border-right-color: rgb(212 212 212 / 0.95) !important;
}

.border-x-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0) !important;
  border-right-color: rgb(163 163 163 / 0) !important;
}

.border-x-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1) !important;
  border-right-color: rgb(163 163 163 / 0.1) !important;
}

.border-x-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1) !important;
  border-right-color: rgb(163 163 163 / 1) !important;
}

.border-x-neutral-400\/15 {
  border-left-color: rgb(163 163 163 / 0.15) !important;
  border-right-color: rgb(163 163 163 / 0.15) !important;
}

.border-x-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2) !important;
  border-right-color: rgb(163 163 163 / 0.2) !important;
}

.border-x-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25) !important;
  border-right-color: rgb(163 163 163 / 0.25) !important;
}

.border-x-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3) !important;
  border-right-color: rgb(163 163 163 / 0.3) !important;
}

.border-x-neutral-400\/35 {
  border-left-color: rgb(163 163 163 / 0.35) !important;
  border-right-color: rgb(163 163 163 / 0.35) !important;
}

.border-x-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4) !important;
  border-right-color: rgb(163 163 163 / 0.4) !important;
}

.border-x-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45) !important;
  border-right-color: rgb(163 163 163 / 0.45) !important;
}

.border-x-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05) !important;
  border-right-color: rgb(163 163 163 / 0.05) !important;
}

.border-x-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5) !important;
  border-right-color: rgb(163 163 163 / 0.5) !important;
}

.border-x-neutral-400\/55 {
  border-left-color: rgb(163 163 163 / 0.55) !important;
  border-right-color: rgb(163 163 163 / 0.55) !important;
}

.border-x-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6) !important;
  border-right-color: rgb(163 163 163 / 0.6) !important;
}

.border-x-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65) !important;
  border-right-color: rgb(163 163 163 / 0.65) !important;
}

.border-x-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7) !important;
  border-right-color: rgb(163 163 163 / 0.7) !important;
}

.border-x-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75) !important;
  border-right-color: rgb(163 163 163 / 0.75) !important;
}

.border-x-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8) !important;
  border-right-color: rgb(163 163 163 / 0.8) !important;
}

.border-x-neutral-400\/85 {
  border-left-color: rgb(163 163 163 / 0.85) !important;
  border-right-color: rgb(163 163 163 / 0.85) !important;
}

.border-x-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9) !important;
  border-right-color: rgb(163 163 163 / 0.9) !important;
}

.border-x-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95) !important;
  border-right-color: rgb(163 163 163 / 0.95) !important;
}

.border-x-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0) !important;
  border-right-color: rgb(250 250 250 / 0) !important;
}

.border-x-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1) !important;
  border-right-color: rgb(250 250 250 / 0.1) !important;
}

.border-x-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1) !important;
  border-right-color: rgb(250 250 250 / 1) !important;
}

.border-x-neutral-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15) !important;
  border-right-color: rgb(250 250 250 / 0.15) !important;
}

.border-x-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2) !important;
  border-right-color: rgb(250 250 250 / 0.2) !important;
}

.border-x-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25) !important;
  border-right-color: rgb(250 250 250 / 0.25) !important;
}

.border-x-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3) !important;
  border-right-color: rgb(250 250 250 / 0.3) !important;
}

.border-x-neutral-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35) !important;
  border-right-color: rgb(250 250 250 / 0.35) !important;
}

.border-x-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4) !important;
  border-right-color: rgb(250 250 250 / 0.4) !important;
}

.border-x-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45) !important;
  border-right-color: rgb(250 250 250 / 0.45) !important;
}

.border-x-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05) !important;
  border-right-color: rgb(250 250 250 / 0.05) !important;
}

.border-x-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5) !important;
  border-right-color: rgb(250 250 250 / 0.5) !important;
}

.border-x-neutral-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55) !important;
  border-right-color: rgb(250 250 250 / 0.55) !important;
}

.border-x-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6) !important;
  border-right-color: rgb(250 250 250 / 0.6) !important;
}

.border-x-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65) !important;
  border-right-color: rgb(250 250 250 / 0.65) !important;
}

.border-x-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7) !important;
  border-right-color: rgb(250 250 250 / 0.7) !important;
}

.border-x-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75) !important;
  border-right-color: rgb(250 250 250 / 0.75) !important;
}

.border-x-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8) !important;
  border-right-color: rgb(250 250 250 / 0.8) !important;
}

.border-x-neutral-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85) !important;
  border-right-color: rgb(250 250 250 / 0.85) !important;
}

.border-x-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9) !important;
  border-right-color: rgb(250 250 250 / 0.9) !important;
}

.border-x-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95) !important;
  border-right-color: rgb(250 250 250 / 0.95) !important;
}

.border-x-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0) !important;
  border-right-color: rgb(115 115 115 / 0) !important;
}

.border-x-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1) !important;
  border-right-color: rgb(115 115 115 / 0.1) !important;
}

.border-x-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1) !important;
  border-right-color: rgb(115 115 115 / 1) !important;
}

.border-x-neutral-500\/15 {
  border-left-color: rgb(115 115 115 / 0.15) !important;
  border-right-color: rgb(115 115 115 / 0.15) !important;
}

.border-x-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2) !important;
  border-right-color: rgb(115 115 115 / 0.2) !important;
}

.border-x-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25) !important;
  border-right-color: rgb(115 115 115 / 0.25) !important;
}

.border-x-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3) !important;
  border-right-color: rgb(115 115 115 / 0.3) !important;
}

.border-x-neutral-500\/35 {
  border-left-color: rgb(115 115 115 / 0.35) !important;
  border-right-color: rgb(115 115 115 / 0.35) !important;
}

.border-x-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4) !important;
  border-right-color: rgb(115 115 115 / 0.4) !important;
}

.border-x-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45) !important;
  border-right-color: rgb(115 115 115 / 0.45) !important;
}

.border-x-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05) !important;
  border-right-color: rgb(115 115 115 / 0.05) !important;
}

.border-x-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5) !important;
  border-right-color: rgb(115 115 115 / 0.5) !important;
}

.border-x-neutral-500\/55 {
  border-left-color: rgb(115 115 115 / 0.55) !important;
  border-right-color: rgb(115 115 115 / 0.55) !important;
}

.border-x-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6) !important;
  border-right-color: rgb(115 115 115 / 0.6) !important;
}

.border-x-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65) !important;
  border-right-color: rgb(115 115 115 / 0.65) !important;
}

.border-x-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7) !important;
  border-right-color: rgb(115 115 115 / 0.7) !important;
}

.border-x-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75) !important;
  border-right-color: rgb(115 115 115 / 0.75) !important;
}

.border-x-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8) !important;
  border-right-color: rgb(115 115 115 / 0.8) !important;
}

.border-x-neutral-500\/85 {
  border-left-color: rgb(115 115 115 / 0.85) !important;
  border-right-color: rgb(115 115 115 / 0.85) !important;
}

.border-x-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9) !important;
  border-right-color: rgb(115 115 115 / 0.9) !important;
}

.border-x-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95) !important;
  border-right-color: rgb(115 115 115 / 0.95) !important;
}

.border-x-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0) !important;
  border-right-color: rgb(82 82 82 / 0) !important;
}

.border-x-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1) !important;
  border-right-color: rgb(82 82 82 / 0.1) !important;
}

.border-x-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1) !important;
  border-right-color: rgb(82 82 82 / 1) !important;
}

.border-x-neutral-600\/15 {
  border-left-color: rgb(82 82 82 / 0.15) !important;
  border-right-color: rgb(82 82 82 / 0.15) !important;
}

.border-x-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2) !important;
  border-right-color: rgb(82 82 82 / 0.2) !important;
}

.border-x-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25) !important;
  border-right-color: rgb(82 82 82 / 0.25) !important;
}

.border-x-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3) !important;
  border-right-color: rgb(82 82 82 / 0.3) !important;
}

.border-x-neutral-600\/35 {
  border-left-color: rgb(82 82 82 / 0.35) !important;
  border-right-color: rgb(82 82 82 / 0.35) !important;
}

.border-x-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4) !important;
  border-right-color: rgb(82 82 82 / 0.4) !important;
}

.border-x-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45) !important;
  border-right-color: rgb(82 82 82 / 0.45) !important;
}

.border-x-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05) !important;
  border-right-color: rgb(82 82 82 / 0.05) !important;
}

.border-x-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5) !important;
  border-right-color: rgb(82 82 82 / 0.5) !important;
}

.border-x-neutral-600\/55 {
  border-left-color: rgb(82 82 82 / 0.55) !important;
  border-right-color: rgb(82 82 82 / 0.55) !important;
}

.border-x-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6) !important;
  border-right-color: rgb(82 82 82 / 0.6) !important;
}

.border-x-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65) !important;
  border-right-color: rgb(82 82 82 / 0.65) !important;
}

.border-x-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7) !important;
  border-right-color: rgb(82 82 82 / 0.7) !important;
}

.border-x-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75) !important;
  border-right-color: rgb(82 82 82 / 0.75) !important;
}

.border-x-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8) !important;
  border-right-color: rgb(82 82 82 / 0.8) !important;
}

.border-x-neutral-600\/85 {
  border-left-color: rgb(82 82 82 / 0.85) !important;
  border-right-color: rgb(82 82 82 / 0.85) !important;
}

.border-x-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9) !important;
  border-right-color: rgb(82 82 82 / 0.9) !important;
}

.border-x-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95) !important;
  border-right-color: rgb(82 82 82 / 0.95) !important;
}

.border-x-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0) !important;
  border-right-color: rgb(64 64 64 / 0) !important;
}

.border-x-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1) !important;
  border-right-color: rgb(64 64 64 / 0.1) !important;
}

.border-x-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1) !important;
  border-right-color: rgb(64 64 64 / 1) !important;
}

.border-x-neutral-700\/15 {
  border-left-color: rgb(64 64 64 / 0.15) !important;
  border-right-color: rgb(64 64 64 / 0.15) !important;
}

.border-x-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2) !important;
  border-right-color: rgb(64 64 64 / 0.2) !important;
}

.border-x-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25) !important;
  border-right-color: rgb(64 64 64 / 0.25) !important;
}

.border-x-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3) !important;
  border-right-color: rgb(64 64 64 / 0.3) !important;
}

.border-x-neutral-700\/35 {
  border-left-color: rgb(64 64 64 / 0.35) !important;
  border-right-color: rgb(64 64 64 / 0.35) !important;
}

.border-x-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4) !important;
  border-right-color: rgb(64 64 64 / 0.4) !important;
}

.border-x-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45) !important;
  border-right-color: rgb(64 64 64 / 0.45) !important;
}

.border-x-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05) !important;
  border-right-color: rgb(64 64 64 / 0.05) !important;
}

.border-x-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5) !important;
  border-right-color: rgb(64 64 64 / 0.5) !important;
}

.border-x-neutral-700\/55 {
  border-left-color: rgb(64 64 64 / 0.55) !important;
  border-right-color: rgb(64 64 64 / 0.55) !important;
}

.border-x-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6) !important;
  border-right-color: rgb(64 64 64 / 0.6) !important;
}

.border-x-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65) !important;
  border-right-color: rgb(64 64 64 / 0.65) !important;
}

.border-x-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7) !important;
  border-right-color: rgb(64 64 64 / 0.7) !important;
}

.border-x-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75) !important;
  border-right-color: rgb(64 64 64 / 0.75) !important;
}

.border-x-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8) !important;
  border-right-color: rgb(64 64 64 / 0.8) !important;
}

.border-x-neutral-700\/85 {
  border-left-color: rgb(64 64 64 / 0.85) !important;
  border-right-color: rgb(64 64 64 / 0.85) !important;
}

.border-x-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9) !important;
  border-right-color: rgb(64 64 64 / 0.9) !important;
}

.border-x-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95) !important;
  border-right-color: rgb(64 64 64 / 0.95) !important;
}

.border-x-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0) !important;
  border-right-color: rgb(38 38 38 / 0) !important;
}

.border-x-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1) !important;
  border-right-color: rgb(38 38 38 / 0.1) !important;
}

.border-x-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1) !important;
  border-right-color: rgb(38 38 38 / 1) !important;
}

.border-x-neutral-800\/15 {
  border-left-color: rgb(38 38 38 / 0.15) !important;
  border-right-color: rgb(38 38 38 / 0.15) !important;
}

.border-x-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2) !important;
  border-right-color: rgb(38 38 38 / 0.2) !important;
}

.border-x-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25) !important;
  border-right-color: rgb(38 38 38 / 0.25) !important;
}

.border-x-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3) !important;
  border-right-color: rgb(38 38 38 / 0.3) !important;
}

.border-x-neutral-800\/35 {
  border-left-color: rgb(38 38 38 / 0.35) !important;
  border-right-color: rgb(38 38 38 / 0.35) !important;
}

.border-x-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4) !important;
  border-right-color: rgb(38 38 38 / 0.4) !important;
}

.border-x-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45) !important;
  border-right-color: rgb(38 38 38 / 0.45) !important;
}

.border-x-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05) !important;
  border-right-color: rgb(38 38 38 / 0.05) !important;
}

.border-x-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5) !important;
  border-right-color: rgb(38 38 38 / 0.5) !important;
}

.border-x-neutral-800\/55 {
  border-left-color: rgb(38 38 38 / 0.55) !important;
  border-right-color: rgb(38 38 38 / 0.55) !important;
}

.border-x-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6) !important;
  border-right-color: rgb(38 38 38 / 0.6) !important;
}

.border-x-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65) !important;
  border-right-color: rgb(38 38 38 / 0.65) !important;
}

.border-x-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7) !important;
  border-right-color: rgb(38 38 38 / 0.7) !important;
}

.border-x-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75) !important;
  border-right-color: rgb(38 38 38 / 0.75) !important;
}

.border-x-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8) !important;
  border-right-color: rgb(38 38 38 / 0.8) !important;
}

.border-x-neutral-800\/85 {
  border-left-color: rgb(38 38 38 / 0.85) !important;
  border-right-color: rgb(38 38 38 / 0.85) !important;
}

.border-x-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9) !important;
  border-right-color: rgb(38 38 38 / 0.9) !important;
}

.border-x-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95) !important;
  border-right-color: rgb(38 38 38 / 0.95) !important;
}

.border-x-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0) !important;
  border-right-color: rgb(23 23 23 / 0) !important;
}

.border-x-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1) !important;
  border-right-color: rgb(23 23 23 / 0.1) !important;
}

.border-x-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1) !important;
  border-right-color: rgb(23 23 23 / 1) !important;
}

.border-x-neutral-900\/15 {
  border-left-color: rgb(23 23 23 / 0.15) !important;
  border-right-color: rgb(23 23 23 / 0.15) !important;
}

.border-x-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2) !important;
  border-right-color: rgb(23 23 23 / 0.2) !important;
}

.border-x-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25) !important;
  border-right-color: rgb(23 23 23 / 0.25) !important;
}

.border-x-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3) !important;
  border-right-color: rgb(23 23 23 / 0.3) !important;
}

.border-x-neutral-900\/35 {
  border-left-color: rgb(23 23 23 / 0.35) !important;
  border-right-color: rgb(23 23 23 / 0.35) !important;
}

.border-x-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4) !important;
  border-right-color: rgb(23 23 23 / 0.4) !important;
}

.border-x-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45) !important;
  border-right-color: rgb(23 23 23 / 0.45) !important;
}

.border-x-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05) !important;
  border-right-color: rgb(23 23 23 / 0.05) !important;
}

.border-x-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5) !important;
  border-right-color: rgb(23 23 23 / 0.5) !important;
}

.border-x-neutral-900\/55 {
  border-left-color: rgb(23 23 23 / 0.55) !important;
  border-right-color: rgb(23 23 23 / 0.55) !important;
}

.border-x-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6) !important;
  border-right-color: rgb(23 23 23 / 0.6) !important;
}

.border-x-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65) !important;
  border-right-color: rgb(23 23 23 / 0.65) !important;
}

.border-x-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7) !important;
  border-right-color: rgb(23 23 23 / 0.7) !important;
}

.border-x-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75) !important;
  border-right-color: rgb(23 23 23 / 0.75) !important;
}

.border-x-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8) !important;
  border-right-color: rgb(23 23 23 / 0.8) !important;
}

.border-x-neutral-900\/85 {
  border-left-color: rgb(23 23 23 / 0.85) !important;
  border-right-color: rgb(23 23 23 / 0.85) !important;
}

.border-x-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9) !important;
  border-right-color: rgb(23 23 23 / 0.9) !important;
}

.border-x-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95) !important;
  border-right-color: rgb(23 23 23 / 0.95) !important;
}

.border-x-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-x-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0) !important;
  border-right-color: rgb(10 10 10 / 0) !important;
}

.border-x-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1) !important;
  border-right-color: rgb(10 10 10 / 0.1) !important;
}

.border-x-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1) !important;
  border-right-color: rgb(10 10 10 / 1) !important;
}

.border-x-neutral-950\/15 {
  border-left-color: rgb(10 10 10 / 0.15) !important;
  border-right-color: rgb(10 10 10 / 0.15) !important;
}

.border-x-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2) !important;
  border-right-color: rgb(10 10 10 / 0.2) !important;
}

.border-x-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25) !important;
  border-right-color: rgb(10 10 10 / 0.25) !important;
}

.border-x-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3) !important;
  border-right-color: rgb(10 10 10 / 0.3) !important;
}

.border-x-neutral-950\/35 {
  border-left-color: rgb(10 10 10 / 0.35) !important;
  border-right-color: rgb(10 10 10 / 0.35) !important;
}

.border-x-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4) !important;
  border-right-color: rgb(10 10 10 / 0.4) !important;
}

.border-x-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45) !important;
  border-right-color: rgb(10 10 10 / 0.45) !important;
}

.border-x-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05) !important;
  border-right-color: rgb(10 10 10 / 0.05) !important;
}

.border-x-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5) !important;
  border-right-color: rgb(10 10 10 / 0.5) !important;
}

.border-x-neutral-950\/55 {
  border-left-color: rgb(10 10 10 / 0.55) !important;
  border-right-color: rgb(10 10 10 / 0.55) !important;
}

.border-x-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6) !important;
  border-right-color: rgb(10 10 10 / 0.6) !important;
}

.border-x-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65) !important;
  border-right-color: rgb(10 10 10 / 0.65) !important;
}

.border-x-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7) !important;
  border-right-color: rgb(10 10 10 / 0.7) !important;
}

.border-x-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75) !important;
  border-right-color: rgb(10 10 10 / 0.75) !important;
}

.border-x-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8) !important;
  border-right-color: rgb(10 10 10 / 0.8) !important;
}

.border-x-neutral-950\/85 {
  border-left-color: rgb(10 10 10 / 0.85) !important;
  border-right-color: rgb(10 10 10 / 0.85) !important;
}

.border-x-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9) !important;
  border-right-color: rgb(10 10 10 / 0.9) !important;
}

.border-x-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95) !important;
  border-right-color: rgb(10 10 10 / 0.95) !important;
}

.border-x-orange-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-100\/0 {
  border-left-color: rgb(255 237 213 / 0) !important;
  border-right-color: rgb(255 237 213 / 0) !important;
}

.border-x-orange-100\/10 {
  border-left-color: rgb(255 237 213 / 0.1) !important;
  border-right-color: rgb(255 237 213 / 0.1) !important;
}

.border-x-orange-100\/100 {
  border-left-color: rgb(255 237 213 / 1) !important;
  border-right-color: rgb(255 237 213 / 1) !important;
}

.border-x-orange-100\/15 {
  border-left-color: rgb(255 237 213 / 0.15) !important;
  border-right-color: rgb(255 237 213 / 0.15) !important;
}

.border-x-orange-100\/20 {
  border-left-color: rgb(255 237 213 / 0.2) !important;
  border-right-color: rgb(255 237 213 / 0.2) !important;
}

.border-x-orange-100\/25 {
  border-left-color: rgb(255 237 213 / 0.25) !important;
  border-right-color: rgb(255 237 213 / 0.25) !important;
}

.border-x-orange-100\/30 {
  border-left-color: rgb(255 237 213 / 0.3) !important;
  border-right-color: rgb(255 237 213 / 0.3) !important;
}

.border-x-orange-100\/35 {
  border-left-color: rgb(255 237 213 / 0.35) !important;
  border-right-color: rgb(255 237 213 / 0.35) !important;
}

.border-x-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4) !important;
  border-right-color: rgb(255 237 213 / 0.4) !important;
}

.border-x-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45) !important;
  border-right-color: rgb(255 237 213 / 0.45) !important;
}

.border-x-orange-100\/5 {
  border-left-color: rgb(255 237 213 / 0.05) !important;
  border-right-color: rgb(255 237 213 / 0.05) !important;
}

.border-x-orange-100\/50 {
  border-left-color: rgb(255 237 213 / 0.5) !important;
  border-right-color: rgb(255 237 213 / 0.5) !important;
}

.border-x-orange-100\/55 {
  border-left-color: rgb(255 237 213 / 0.55) !important;
  border-right-color: rgb(255 237 213 / 0.55) !important;
}

.border-x-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6) !important;
  border-right-color: rgb(255 237 213 / 0.6) !important;
}

.border-x-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65) !important;
  border-right-color: rgb(255 237 213 / 0.65) !important;
}

.border-x-orange-100\/70 {
  border-left-color: rgb(255 237 213 / 0.7) !important;
  border-right-color: rgb(255 237 213 / 0.7) !important;
}

.border-x-orange-100\/75 {
  border-left-color: rgb(255 237 213 / 0.75) !important;
  border-right-color: rgb(255 237 213 / 0.75) !important;
}

.border-x-orange-100\/80 {
  border-left-color: rgb(255 237 213 / 0.8) !important;
  border-right-color: rgb(255 237 213 / 0.8) !important;
}

.border-x-orange-100\/85 {
  border-left-color: rgb(255 237 213 / 0.85) !important;
  border-right-color: rgb(255 237 213 / 0.85) !important;
}

.border-x-orange-100\/90 {
  border-left-color: rgb(255 237 213 / 0.9) !important;
  border-right-color: rgb(255 237 213 / 0.9) !important;
}

.border-x-orange-100\/95 {
  border-left-color: rgb(255 237 213 / 0.95) !important;
  border-right-color: rgb(255 237 213 / 0.95) !important;
}

.border-x-orange-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-200\/0 {
  border-left-color: rgb(254 215 170 / 0) !important;
  border-right-color: rgb(254 215 170 / 0) !important;
}

.border-x-orange-200\/10 {
  border-left-color: rgb(254 215 170 / 0.1) !important;
  border-right-color: rgb(254 215 170 / 0.1) !important;
}

.border-x-orange-200\/100 {
  border-left-color: rgb(254 215 170 / 1) !important;
  border-right-color: rgb(254 215 170 / 1) !important;
}

.border-x-orange-200\/15 {
  border-left-color: rgb(254 215 170 / 0.15) !important;
  border-right-color: rgb(254 215 170 / 0.15) !important;
}

.border-x-orange-200\/20 {
  border-left-color: rgb(254 215 170 / 0.2) !important;
  border-right-color: rgb(254 215 170 / 0.2) !important;
}

.border-x-orange-200\/25 {
  border-left-color: rgb(254 215 170 / 0.25) !important;
  border-right-color: rgb(254 215 170 / 0.25) !important;
}

.border-x-orange-200\/30 {
  border-left-color: rgb(254 215 170 / 0.3) !important;
  border-right-color: rgb(254 215 170 / 0.3) !important;
}

.border-x-orange-200\/35 {
  border-left-color: rgb(254 215 170 / 0.35) !important;
  border-right-color: rgb(254 215 170 / 0.35) !important;
}

.border-x-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4) !important;
  border-right-color: rgb(254 215 170 / 0.4) !important;
}

.border-x-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45) !important;
  border-right-color: rgb(254 215 170 / 0.45) !important;
}

.border-x-orange-200\/5 {
  border-left-color: rgb(254 215 170 / 0.05) !important;
  border-right-color: rgb(254 215 170 / 0.05) !important;
}

.border-x-orange-200\/50 {
  border-left-color: rgb(254 215 170 / 0.5) !important;
  border-right-color: rgb(254 215 170 / 0.5) !important;
}

.border-x-orange-200\/55 {
  border-left-color: rgb(254 215 170 / 0.55) !important;
  border-right-color: rgb(254 215 170 / 0.55) !important;
}

.border-x-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6) !important;
  border-right-color: rgb(254 215 170 / 0.6) !important;
}

.border-x-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65) !important;
  border-right-color: rgb(254 215 170 / 0.65) !important;
}

.border-x-orange-200\/70 {
  border-left-color: rgb(254 215 170 / 0.7) !important;
  border-right-color: rgb(254 215 170 / 0.7) !important;
}

.border-x-orange-200\/75 {
  border-left-color: rgb(254 215 170 / 0.75) !important;
  border-right-color: rgb(254 215 170 / 0.75) !important;
}

.border-x-orange-200\/80 {
  border-left-color: rgb(254 215 170 / 0.8) !important;
  border-right-color: rgb(254 215 170 / 0.8) !important;
}

.border-x-orange-200\/85 {
  border-left-color: rgb(254 215 170 / 0.85) !important;
  border-right-color: rgb(254 215 170 / 0.85) !important;
}

.border-x-orange-200\/90 {
  border-left-color: rgb(254 215 170 / 0.9) !important;
  border-right-color: rgb(254 215 170 / 0.9) !important;
}

.border-x-orange-200\/95 {
  border-left-color: rgb(254 215 170 / 0.95) !important;
  border-right-color: rgb(254 215 170 / 0.95) !important;
}

.border-x-orange-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-300\/0 {
  border-left-color: rgb(253 186 116 / 0) !important;
  border-right-color: rgb(253 186 116 / 0) !important;
}

.border-x-orange-300\/10 {
  border-left-color: rgb(253 186 116 / 0.1) !important;
  border-right-color: rgb(253 186 116 / 0.1) !important;
}

.border-x-orange-300\/100 {
  border-left-color: rgb(253 186 116 / 1) !important;
  border-right-color: rgb(253 186 116 / 1) !important;
}

.border-x-orange-300\/15 {
  border-left-color: rgb(253 186 116 / 0.15) !important;
  border-right-color: rgb(253 186 116 / 0.15) !important;
}

.border-x-orange-300\/20 {
  border-left-color: rgb(253 186 116 / 0.2) !important;
  border-right-color: rgb(253 186 116 / 0.2) !important;
}

.border-x-orange-300\/25 {
  border-left-color: rgb(253 186 116 / 0.25) !important;
  border-right-color: rgb(253 186 116 / 0.25) !important;
}

.border-x-orange-300\/30 {
  border-left-color: rgb(253 186 116 / 0.3) !important;
  border-right-color: rgb(253 186 116 / 0.3) !important;
}

.border-x-orange-300\/35 {
  border-left-color: rgb(253 186 116 / 0.35) !important;
  border-right-color: rgb(253 186 116 / 0.35) !important;
}

.border-x-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4) !important;
  border-right-color: rgb(253 186 116 / 0.4) !important;
}

.border-x-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45) !important;
  border-right-color: rgb(253 186 116 / 0.45) !important;
}

.border-x-orange-300\/5 {
  border-left-color: rgb(253 186 116 / 0.05) !important;
  border-right-color: rgb(253 186 116 / 0.05) !important;
}

.border-x-orange-300\/50 {
  border-left-color: rgb(253 186 116 / 0.5) !important;
  border-right-color: rgb(253 186 116 / 0.5) !important;
}

.border-x-orange-300\/55 {
  border-left-color: rgb(253 186 116 / 0.55) !important;
  border-right-color: rgb(253 186 116 / 0.55) !important;
}

.border-x-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6) !important;
  border-right-color: rgb(253 186 116 / 0.6) !important;
}

.border-x-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65) !important;
  border-right-color: rgb(253 186 116 / 0.65) !important;
}

.border-x-orange-300\/70 {
  border-left-color: rgb(253 186 116 / 0.7) !important;
  border-right-color: rgb(253 186 116 / 0.7) !important;
}

.border-x-orange-300\/75 {
  border-left-color: rgb(253 186 116 / 0.75) !important;
  border-right-color: rgb(253 186 116 / 0.75) !important;
}

.border-x-orange-300\/80 {
  border-left-color: rgb(253 186 116 / 0.8) !important;
  border-right-color: rgb(253 186 116 / 0.8) !important;
}

.border-x-orange-300\/85 {
  border-left-color: rgb(253 186 116 / 0.85) !important;
  border-right-color: rgb(253 186 116 / 0.85) !important;
}

.border-x-orange-300\/90 {
  border-left-color: rgb(253 186 116 / 0.9) !important;
  border-right-color: rgb(253 186 116 / 0.9) !important;
}

.border-x-orange-300\/95 {
  border-left-color: rgb(253 186 116 / 0.95) !important;
  border-right-color: rgb(253 186 116 / 0.95) !important;
}

.border-x-orange-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-400\/0 {
  border-left-color: rgb(251 146 60 / 0) !important;
  border-right-color: rgb(251 146 60 / 0) !important;
}

.border-x-orange-400\/10 {
  border-left-color: rgb(251 146 60 / 0.1) !important;
  border-right-color: rgb(251 146 60 / 0.1) !important;
}

.border-x-orange-400\/100 {
  border-left-color: rgb(251 146 60 / 1) !important;
  border-right-color: rgb(251 146 60 / 1) !important;
}

.border-x-orange-400\/15 {
  border-left-color: rgb(251 146 60 / 0.15) !important;
  border-right-color: rgb(251 146 60 / 0.15) !important;
}

.border-x-orange-400\/20 {
  border-left-color: rgb(251 146 60 / 0.2) !important;
  border-right-color: rgb(251 146 60 / 0.2) !important;
}

.border-x-orange-400\/25 {
  border-left-color: rgb(251 146 60 / 0.25) !important;
  border-right-color: rgb(251 146 60 / 0.25) !important;
}

.border-x-orange-400\/30 {
  border-left-color: rgb(251 146 60 / 0.3) !important;
  border-right-color: rgb(251 146 60 / 0.3) !important;
}

.border-x-orange-400\/35 {
  border-left-color: rgb(251 146 60 / 0.35) !important;
  border-right-color: rgb(251 146 60 / 0.35) !important;
}

.border-x-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4) !important;
  border-right-color: rgb(251 146 60 / 0.4) !important;
}

.border-x-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45) !important;
  border-right-color: rgb(251 146 60 / 0.45) !important;
}

.border-x-orange-400\/5 {
  border-left-color: rgb(251 146 60 / 0.05) !important;
  border-right-color: rgb(251 146 60 / 0.05) !important;
}

.border-x-orange-400\/50 {
  border-left-color: rgb(251 146 60 / 0.5) !important;
  border-right-color: rgb(251 146 60 / 0.5) !important;
}

.border-x-orange-400\/55 {
  border-left-color: rgb(251 146 60 / 0.55) !important;
  border-right-color: rgb(251 146 60 / 0.55) !important;
}

.border-x-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6) !important;
  border-right-color: rgb(251 146 60 / 0.6) !important;
}

.border-x-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65) !important;
  border-right-color: rgb(251 146 60 / 0.65) !important;
}

.border-x-orange-400\/70 {
  border-left-color: rgb(251 146 60 / 0.7) !important;
  border-right-color: rgb(251 146 60 / 0.7) !important;
}

.border-x-orange-400\/75 {
  border-left-color: rgb(251 146 60 / 0.75) !important;
  border-right-color: rgb(251 146 60 / 0.75) !important;
}

.border-x-orange-400\/80 {
  border-left-color: rgb(251 146 60 / 0.8) !important;
  border-right-color: rgb(251 146 60 / 0.8) !important;
}

.border-x-orange-400\/85 {
  border-left-color: rgb(251 146 60 / 0.85) !important;
  border-right-color: rgb(251 146 60 / 0.85) !important;
}

.border-x-orange-400\/90 {
  border-left-color: rgb(251 146 60 / 0.9) !important;
  border-right-color: rgb(251 146 60 / 0.9) !important;
}

.border-x-orange-400\/95 {
  border-left-color: rgb(251 146 60 / 0.95) !important;
  border-right-color: rgb(251 146 60 / 0.95) !important;
}

.border-x-orange-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-50\/0 {
  border-left-color: rgb(255 247 237 / 0) !important;
  border-right-color: rgb(255 247 237 / 0) !important;
}

.border-x-orange-50\/10 {
  border-left-color: rgb(255 247 237 / 0.1) !important;
  border-right-color: rgb(255 247 237 / 0.1) !important;
}

.border-x-orange-50\/100 {
  border-left-color: rgb(255 247 237 / 1) !important;
  border-right-color: rgb(255 247 237 / 1) !important;
}

.border-x-orange-50\/15 {
  border-left-color: rgb(255 247 237 / 0.15) !important;
  border-right-color: rgb(255 247 237 / 0.15) !important;
}

.border-x-orange-50\/20 {
  border-left-color: rgb(255 247 237 / 0.2) !important;
  border-right-color: rgb(255 247 237 / 0.2) !important;
}

.border-x-orange-50\/25 {
  border-left-color: rgb(255 247 237 / 0.25) !important;
  border-right-color: rgb(255 247 237 / 0.25) !important;
}

.border-x-orange-50\/30 {
  border-left-color: rgb(255 247 237 / 0.3) !important;
  border-right-color: rgb(255 247 237 / 0.3) !important;
}

.border-x-orange-50\/35 {
  border-left-color: rgb(255 247 237 / 0.35) !important;
  border-right-color: rgb(255 247 237 / 0.35) !important;
}

.border-x-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4) !important;
  border-right-color: rgb(255 247 237 / 0.4) !important;
}

.border-x-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45) !important;
  border-right-color: rgb(255 247 237 / 0.45) !important;
}

.border-x-orange-50\/5 {
  border-left-color: rgb(255 247 237 / 0.05) !important;
  border-right-color: rgb(255 247 237 / 0.05) !important;
}

.border-x-orange-50\/50 {
  border-left-color: rgb(255 247 237 / 0.5) !important;
  border-right-color: rgb(255 247 237 / 0.5) !important;
}

.border-x-orange-50\/55 {
  border-left-color: rgb(255 247 237 / 0.55) !important;
  border-right-color: rgb(255 247 237 / 0.55) !important;
}

.border-x-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6) !important;
  border-right-color: rgb(255 247 237 / 0.6) !important;
}

.border-x-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65) !important;
  border-right-color: rgb(255 247 237 / 0.65) !important;
}

.border-x-orange-50\/70 {
  border-left-color: rgb(255 247 237 / 0.7) !important;
  border-right-color: rgb(255 247 237 / 0.7) !important;
}

.border-x-orange-50\/75 {
  border-left-color: rgb(255 247 237 / 0.75) !important;
  border-right-color: rgb(255 247 237 / 0.75) !important;
}

.border-x-orange-50\/80 {
  border-left-color: rgb(255 247 237 / 0.8) !important;
  border-right-color: rgb(255 247 237 / 0.8) !important;
}

.border-x-orange-50\/85 {
  border-left-color: rgb(255 247 237 / 0.85) !important;
  border-right-color: rgb(255 247 237 / 0.85) !important;
}

.border-x-orange-50\/90 {
  border-left-color: rgb(255 247 237 / 0.9) !important;
  border-right-color: rgb(255 247 237 / 0.9) !important;
}

.border-x-orange-50\/95 {
  border-left-color: rgb(255 247 237 / 0.95) !important;
  border-right-color: rgb(255 247 237 / 0.95) !important;
}

.border-x-orange-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-500\/0 {
  border-left-color: rgb(249 115 22 / 0) !important;
  border-right-color: rgb(249 115 22 / 0) !important;
}

.border-x-orange-500\/10 {
  border-left-color: rgb(249 115 22 / 0.1) !important;
  border-right-color: rgb(249 115 22 / 0.1) !important;
}

.border-x-orange-500\/100 {
  border-left-color: rgb(249 115 22 / 1) !important;
  border-right-color: rgb(249 115 22 / 1) !important;
}

.border-x-orange-500\/15 {
  border-left-color: rgb(249 115 22 / 0.15) !important;
  border-right-color: rgb(249 115 22 / 0.15) !important;
}

.border-x-orange-500\/20 {
  border-left-color: rgb(249 115 22 / 0.2) !important;
  border-right-color: rgb(249 115 22 / 0.2) !important;
}

.border-x-orange-500\/25 {
  border-left-color: rgb(249 115 22 / 0.25) !important;
  border-right-color: rgb(249 115 22 / 0.25) !important;
}

.border-x-orange-500\/30 {
  border-left-color: rgb(249 115 22 / 0.3) !important;
  border-right-color: rgb(249 115 22 / 0.3) !important;
}

.border-x-orange-500\/35 {
  border-left-color: rgb(249 115 22 / 0.35) !important;
  border-right-color: rgb(249 115 22 / 0.35) !important;
}

.border-x-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4) !important;
  border-right-color: rgb(249 115 22 / 0.4) !important;
}

.border-x-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45) !important;
  border-right-color: rgb(249 115 22 / 0.45) !important;
}

.border-x-orange-500\/5 {
  border-left-color: rgb(249 115 22 / 0.05) !important;
  border-right-color: rgb(249 115 22 / 0.05) !important;
}

.border-x-orange-500\/50 {
  border-left-color: rgb(249 115 22 / 0.5) !important;
  border-right-color: rgb(249 115 22 / 0.5) !important;
}

.border-x-orange-500\/55 {
  border-left-color: rgb(249 115 22 / 0.55) !important;
  border-right-color: rgb(249 115 22 / 0.55) !important;
}

.border-x-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6) !important;
  border-right-color: rgb(249 115 22 / 0.6) !important;
}

.border-x-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65) !important;
  border-right-color: rgb(249 115 22 / 0.65) !important;
}

.border-x-orange-500\/70 {
  border-left-color: rgb(249 115 22 / 0.7) !important;
  border-right-color: rgb(249 115 22 / 0.7) !important;
}

.border-x-orange-500\/75 {
  border-left-color: rgb(249 115 22 / 0.75) !important;
  border-right-color: rgb(249 115 22 / 0.75) !important;
}

.border-x-orange-500\/80 {
  border-left-color: rgb(249 115 22 / 0.8) !important;
  border-right-color: rgb(249 115 22 / 0.8) !important;
}

.border-x-orange-500\/85 {
  border-left-color: rgb(249 115 22 / 0.85) !important;
  border-right-color: rgb(249 115 22 / 0.85) !important;
}

.border-x-orange-500\/90 {
  border-left-color: rgb(249 115 22 / 0.9) !important;
  border-right-color: rgb(249 115 22 / 0.9) !important;
}

.border-x-orange-500\/95 {
  border-left-color: rgb(249 115 22 / 0.95) !important;
  border-right-color: rgb(249 115 22 / 0.95) !important;
}

.border-x-orange-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-600\/0 {
  border-left-color: rgb(234 88 12 / 0) !important;
  border-right-color: rgb(234 88 12 / 0) !important;
}

.border-x-orange-600\/10 {
  border-left-color: rgb(234 88 12 / 0.1) !important;
  border-right-color: rgb(234 88 12 / 0.1) !important;
}

.border-x-orange-600\/100 {
  border-left-color: rgb(234 88 12 / 1) !important;
  border-right-color: rgb(234 88 12 / 1) !important;
}

.border-x-orange-600\/15 {
  border-left-color: rgb(234 88 12 / 0.15) !important;
  border-right-color: rgb(234 88 12 / 0.15) !important;
}

.border-x-orange-600\/20 {
  border-left-color: rgb(234 88 12 / 0.2) !important;
  border-right-color: rgb(234 88 12 / 0.2) !important;
}

.border-x-orange-600\/25 {
  border-left-color: rgb(234 88 12 / 0.25) !important;
  border-right-color: rgb(234 88 12 / 0.25) !important;
}

.border-x-orange-600\/30 {
  border-left-color: rgb(234 88 12 / 0.3) !important;
  border-right-color: rgb(234 88 12 / 0.3) !important;
}

.border-x-orange-600\/35 {
  border-left-color: rgb(234 88 12 / 0.35) !important;
  border-right-color: rgb(234 88 12 / 0.35) !important;
}

.border-x-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4) !important;
  border-right-color: rgb(234 88 12 / 0.4) !important;
}

.border-x-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45) !important;
  border-right-color: rgb(234 88 12 / 0.45) !important;
}

.border-x-orange-600\/5 {
  border-left-color: rgb(234 88 12 / 0.05) !important;
  border-right-color: rgb(234 88 12 / 0.05) !important;
}

.border-x-orange-600\/50 {
  border-left-color: rgb(234 88 12 / 0.5) !important;
  border-right-color: rgb(234 88 12 / 0.5) !important;
}

.border-x-orange-600\/55 {
  border-left-color: rgb(234 88 12 / 0.55) !important;
  border-right-color: rgb(234 88 12 / 0.55) !important;
}

.border-x-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6) !important;
  border-right-color: rgb(234 88 12 / 0.6) !important;
}

.border-x-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65) !important;
  border-right-color: rgb(234 88 12 / 0.65) !important;
}

.border-x-orange-600\/70 {
  border-left-color: rgb(234 88 12 / 0.7) !important;
  border-right-color: rgb(234 88 12 / 0.7) !important;
}

.border-x-orange-600\/75 {
  border-left-color: rgb(234 88 12 / 0.75) !important;
  border-right-color: rgb(234 88 12 / 0.75) !important;
}

.border-x-orange-600\/80 {
  border-left-color: rgb(234 88 12 / 0.8) !important;
  border-right-color: rgb(234 88 12 / 0.8) !important;
}

.border-x-orange-600\/85 {
  border-left-color: rgb(234 88 12 / 0.85) !important;
  border-right-color: rgb(234 88 12 / 0.85) !important;
}

.border-x-orange-600\/90 {
  border-left-color: rgb(234 88 12 / 0.9) !important;
  border-right-color: rgb(234 88 12 / 0.9) !important;
}

.border-x-orange-600\/95 {
  border-left-color: rgb(234 88 12 / 0.95) !important;
  border-right-color: rgb(234 88 12 / 0.95) !important;
}

.border-x-orange-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-700\/0 {
  border-left-color: rgb(194 65 12 / 0) !important;
  border-right-color: rgb(194 65 12 / 0) !important;
}

.border-x-orange-700\/10 {
  border-left-color: rgb(194 65 12 / 0.1) !important;
  border-right-color: rgb(194 65 12 / 0.1) !important;
}

.border-x-orange-700\/100 {
  border-left-color: rgb(194 65 12 / 1) !important;
  border-right-color: rgb(194 65 12 / 1) !important;
}

.border-x-orange-700\/15 {
  border-left-color: rgb(194 65 12 / 0.15) !important;
  border-right-color: rgb(194 65 12 / 0.15) !important;
}

.border-x-orange-700\/20 {
  border-left-color: rgb(194 65 12 / 0.2) !important;
  border-right-color: rgb(194 65 12 / 0.2) !important;
}

.border-x-orange-700\/25 {
  border-left-color: rgb(194 65 12 / 0.25) !important;
  border-right-color: rgb(194 65 12 / 0.25) !important;
}

.border-x-orange-700\/30 {
  border-left-color: rgb(194 65 12 / 0.3) !important;
  border-right-color: rgb(194 65 12 / 0.3) !important;
}

.border-x-orange-700\/35 {
  border-left-color: rgb(194 65 12 / 0.35) !important;
  border-right-color: rgb(194 65 12 / 0.35) !important;
}

.border-x-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4) !important;
  border-right-color: rgb(194 65 12 / 0.4) !important;
}

.border-x-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45) !important;
  border-right-color: rgb(194 65 12 / 0.45) !important;
}

.border-x-orange-700\/5 {
  border-left-color: rgb(194 65 12 / 0.05) !important;
  border-right-color: rgb(194 65 12 / 0.05) !important;
}

.border-x-orange-700\/50 {
  border-left-color: rgb(194 65 12 / 0.5) !important;
  border-right-color: rgb(194 65 12 / 0.5) !important;
}

.border-x-orange-700\/55 {
  border-left-color: rgb(194 65 12 / 0.55) !important;
  border-right-color: rgb(194 65 12 / 0.55) !important;
}

.border-x-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6) !important;
  border-right-color: rgb(194 65 12 / 0.6) !important;
}

.border-x-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65) !important;
  border-right-color: rgb(194 65 12 / 0.65) !important;
}

.border-x-orange-700\/70 {
  border-left-color: rgb(194 65 12 / 0.7) !important;
  border-right-color: rgb(194 65 12 / 0.7) !important;
}

.border-x-orange-700\/75 {
  border-left-color: rgb(194 65 12 / 0.75) !important;
  border-right-color: rgb(194 65 12 / 0.75) !important;
}

.border-x-orange-700\/80 {
  border-left-color: rgb(194 65 12 / 0.8) !important;
  border-right-color: rgb(194 65 12 / 0.8) !important;
}

.border-x-orange-700\/85 {
  border-left-color: rgb(194 65 12 / 0.85) !important;
  border-right-color: rgb(194 65 12 / 0.85) !important;
}

.border-x-orange-700\/90 {
  border-left-color: rgb(194 65 12 / 0.9) !important;
  border-right-color: rgb(194 65 12 / 0.9) !important;
}

.border-x-orange-700\/95 {
  border-left-color: rgb(194 65 12 / 0.95) !important;
  border-right-color: rgb(194 65 12 / 0.95) !important;
}

.border-x-orange-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-800\/0 {
  border-left-color: rgb(154 52 18 / 0) !important;
  border-right-color: rgb(154 52 18 / 0) !important;
}

.border-x-orange-800\/10 {
  border-left-color: rgb(154 52 18 / 0.1) !important;
  border-right-color: rgb(154 52 18 / 0.1) !important;
}

.border-x-orange-800\/100 {
  border-left-color: rgb(154 52 18 / 1) !important;
  border-right-color: rgb(154 52 18 / 1) !important;
}

.border-x-orange-800\/15 {
  border-left-color: rgb(154 52 18 / 0.15) !important;
  border-right-color: rgb(154 52 18 / 0.15) !important;
}

.border-x-orange-800\/20 {
  border-left-color: rgb(154 52 18 / 0.2) !important;
  border-right-color: rgb(154 52 18 / 0.2) !important;
}

.border-x-orange-800\/25 {
  border-left-color: rgb(154 52 18 / 0.25) !important;
  border-right-color: rgb(154 52 18 / 0.25) !important;
}

.border-x-orange-800\/30 {
  border-left-color: rgb(154 52 18 / 0.3) !important;
  border-right-color: rgb(154 52 18 / 0.3) !important;
}

.border-x-orange-800\/35 {
  border-left-color: rgb(154 52 18 / 0.35) !important;
  border-right-color: rgb(154 52 18 / 0.35) !important;
}

.border-x-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4) !important;
  border-right-color: rgb(154 52 18 / 0.4) !important;
}

.border-x-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45) !important;
  border-right-color: rgb(154 52 18 / 0.45) !important;
}

.border-x-orange-800\/5 {
  border-left-color: rgb(154 52 18 / 0.05) !important;
  border-right-color: rgb(154 52 18 / 0.05) !important;
}

.border-x-orange-800\/50 {
  border-left-color: rgb(154 52 18 / 0.5) !important;
  border-right-color: rgb(154 52 18 / 0.5) !important;
}

.border-x-orange-800\/55 {
  border-left-color: rgb(154 52 18 / 0.55) !important;
  border-right-color: rgb(154 52 18 / 0.55) !important;
}

.border-x-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6) !important;
  border-right-color: rgb(154 52 18 / 0.6) !important;
}

.border-x-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65) !important;
  border-right-color: rgb(154 52 18 / 0.65) !important;
}

.border-x-orange-800\/70 {
  border-left-color: rgb(154 52 18 / 0.7) !important;
  border-right-color: rgb(154 52 18 / 0.7) !important;
}

.border-x-orange-800\/75 {
  border-left-color: rgb(154 52 18 / 0.75) !important;
  border-right-color: rgb(154 52 18 / 0.75) !important;
}

.border-x-orange-800\/80 {
  border-left-color: rgb(154 52 18 / 0.8) !important;
  border-right-color: rgb(154 52 18 / 0.8) !important;
}

.border-x-orange-800\/85 {
  border-left-color: rgb(154 52 18 / 0.85) !important;
  border-right-color: rgb(154 52 18 / 0.85) !important;
}

.border-x-orange-800\/90 {
  border-left-color: rgb(154 52 18 / 0.9) !important;
  border-right-color: rgb(154 52 18 / 0.9) !important;
}

.border-x-orange-800\/95 {
  border-left-color: rgb(154 52 18 / 0.95) !important;
  border-right-color: rgb(154 52 18 / 0.95) !important;
}

.border-x-orange-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-900\/0 {
  border-left-color: rgb(124 45 18 / 0) !important;
  border-right-color: rgb(124 45 18 / 0) !important;
}

.border-x-orange-900\/10 {
  border-left-color: rgb(124 45 18 / 0.1) !important;
  border-right-color: rgb(124 45 18 / 0.1) !important;
}

.border-x-orange-900\/100 {
  border-left-color: rgb(124 45 18 / 1) !important;
  border-right-color: rgb(124 45 18 / 1) !important;
}

.border-x-orange-900\/15 {
  border-left-color: rgb(124 45 18 / 0.15) !important;
  border-right-color: rgb(124 45 18 / 0.15) !important;
}

.border-x-orange-900\/20 {
  border-left-color: rgb(124 45 18 / 0.2) !important;
  border-right-color: rgb(124 45 18 / 0.2) !important;
}

.border-x-orange-900\/25 {
  border-left-color: rgb(124 45 18 / 0.25) !important;
  border-right-color: rgb(124 45 18 / 0.25) !important;
}

.border-x-orange-900\/30 {
  border-left-color: rgb(124 45 18 / 0.3) !important;
  border-right-color: rgb(124 45 18 / 0.3) !important;
}

.border-x-orange-900\/35 {
  border-left-color: rgb(124 45 18 / 0.35) !important;
  border-right-color: rgb(124 45 18 / 0.35) !important;
}

.border-x-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4) !important;
  border-right-color: rgb(124 45 18 / 0.4) !important;
}

.border-x-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45) !important;
  border-right-color: rgb(124 45 18 / 0.45) !important;
}

.border-x-orange-900\/5 {
  border-left-color: rgb(124 45 18 / 0.05) !important;
  border-right-color: rgb(124 45 18 / 0.05) !important;
}

.border-x-orange-900\/50 {
  border-left-color: rgb(124 45 18 / 0.5) !important;
  border-right-color: rgb(124 45 18 / 0.5) !important;
}

.border-x-orange-900\/55 {
  border-left-color: rgb(124 45 18 / 0.55) !important;
  border-right-color: rgb(124 45 18 / 0.55) !important;
}

.border-x-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6) !important;
  border-right-color: rgb(124 45 18 / 0.6) !important;
}

.border-x-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65) !important;
  border-right-color: rgb(124 45 18 / 0.65) !important;
}

.border-x-orange-900\/70 {
  border-left-color: rgb(124 45 18 / 0.7) !important;
  border-right-color: rgb(124 45 18 / 0.7) !important;
}

.border-x-orange-900\/75 {
  border-left-color: rgb(124 45 18 / 0.75) !important;
  border-right-color: rgb(124 45 18 / 0.75) !important;
}

.border-x-orange-900\/80 {
  border-left-color: rgb(124 45 18 / 0.8) !important;
  border-right-color: rgb(124 45 18 / 0.8) !important;
}

.border-x-orange-900\/85 {
  border-left-color: rgb(124 45 18 / 0.85) !important;
  border-right-color: rgb(124 45 18 / 0.85) !important;
}

.border-x-orange-900\/90 {
  border-left-color: rgb(124 45 18 / 0.9) !important;
  border-right-color: rgb(124 45 18 / 0.9) !important;
}

.border-x-orange-900\/95 {
  border-left-color: rgb(124 45 18 / 0.95) !important;
  border-right-color: rgb(124 45 18 / 0.95) !important;
}

.border-x-orange-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-x-orange-950\/0 {
  border-left-color: rgb(67 20 7 / 0) !important;
  border-right-color: rgb(67 20 7 / 0) !important;
}

.border-x-orange-950\/10 {
  border-left-color: rgb(67 20 7 / 0.1) !important;
  border-right-color: rgb(67 20 7 / 0.1) !important;
}

.border-x-orange-950\/100 {
  border-left-color: rgb(67 20 7 / 1) !important;
  border-right-color: rgb(67 20 7 / 1) !important;
}

.border-x-orange-950\/15 {
  border-left-color: rgb(67 20 7 / 0.15) !important;
  border-right-color: rgb(67 20 7 / 0.15) !important;
}

.border-x-orange-950\/20 {
  border-left-color: rgb(67 20 7 / 0.2) !important;
  border-right-color: rgb(67 20 7 / 0.2) !important;
}

.border-x-orange-950\/25 {
  border-left-color: rgb(67 20 7 / 0.25) !important;
  border-right-color: rgb(67 20 7 / 0.25) !important;
}

.border-x-orange-950\/30 {
  border-left-color: rgb(67 20 7 / 0.3) !important;
  border-right-color: rgb(67 20 7 / 0.3) !important;
}

.border-x-orange-950\/35 {
  border-left-color: rgb(67 20 7 / 0.35) !important;
  border-right-color: rgb(67 20 7 / 0.35) !important;
}

.border-x-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4) !important;
  border-right-color: rgb(67 20 7 / 0.4) !important;
}

.border-x-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45) !important;
  border-right-color: rgb(67 20 7 / 0.45) !important;
}

.border-x-orange-950\/5 {
  border-left-color: rgb(67 20 7 / 0.05) !important;
  border-right-color: rgb(67 20 7 / 0.05) !important;
}

.border-x-orange-950\/50 {
  border-left-color: rgb(67 20 7 / 0.5) !important;
  border-right-color: rgb(67 20 7 / 0.5) !important;
}

.border-x-orange-950\/55 {
  border-left-color: rgb(67 20 7 / 0.55) !important;
  border-right-color: rgb(67 20 7 / 0.55) !important;
}

.border-x-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6) !important;
  border-right-color: rgb(67 20 7 / 0.6) !important;
}

.border-x-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65) !important;
  border-right-color: rgb(67 20 7 / 0.65) !important;
}

.border-x-orange-950\/70 {
  border-left-color: rgb(67 20 7 / 0.7) !important;
  border-right-color: rgb(67 20 7 / 0.7) !important;
}

.border-x-orange-950\/75 {
  border-left-color: rgb(67 20 7 / 0.75) !important;
  border-right-color: rgb(67 20 7 / 0.75) !important;
}

.border-x-orange-950\/80 {
  border-left-color: rgb(67 20 7 / 0.8) !important;
  border-right-color: rgb(67 20 7 / 0.8) !important;
}

.border-x-orange-950\/85 {
  border-left-color: rgb(67 20 7 / 0.85) !important;
  border-right-color: rgb(67 20 7 / 0.85) !important;
}

.border-x-orange-950\/90 {
  border-left-color: rgb(67 20 7 / 0.9) !important;
  border-right-color: rgb(67 20 7 / 0.9) !important;
}

.border-x-orange-950\/95 {
  border-left-color: rgb(67 20 7 / 0.95) !important;
  border-right-color: rgb(67 20 7 / 0.95) !important;
}

.border-x-pink-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-100\/0 {
  border-left-color: rgb(252 231 243 / 0) !important;
  border-right-color: rgb(252 231 243 / 0) !important;
}

.border-x-pink-100\/10 {
  border-left-color: rgb(252 231 243 / 0.1) !important;
  border-right-color: rgb(252 231 243 / 0.1) !important;
}

.border-x-pink-100\/100 {
  border-left-color: rgb(252 231 243 / 1) !important;
  border-right-color: rgb(252 231 243 / 1) !important;
}

.border-x-pink-100\/15 {
  border-left-color: rgb(252 231 243 / 0.15) !important;
  border-right-color: rgb(252 231 243 / 0.15) !important;
}

.border-x-pink-100\/20 {
  border-left-color: rgb(252 231 243 / 0.2) !important;
  border-right-color: rgb(252 231 243 / 0.2) !important;
}

.border-x-pink-100\/25 {
  border-left-color: rgb(252 231 243 / 0.25) !important;
  border-right-color: rgb(252 231 243 / 0.25) !important;
}

.border-x-pink-100\/30 {
  border-left-color: rgb(252 231 243 / 0.3) !important;
  border-right-color: rgb(252 231 243 / 0.3) !important;
}

.border-x-pink-100\/35 {
  border-left-color: rgb(252 231 243 / 0.35) !important;
  border-right-color: rgb(252 231 243 / 0.35) !important;
}

.border-x-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4) !important;
  border-right-color: rgb(252 231 243 / 0.4) !important;
}

.border-x-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45) !important;
  border-right-color: rgb(252 231 243 / 0.45) !important;
}

.border-x-pink-100\/5 {
  border-left-color: rgb(252 231 243 / 0.05) !important;
  border-right-color: rgb(252 231 243 / 0.05) !important;
}

.border-x-pink-100\/50 {
  border-left-color: rgb(252 231 243 / 0.5) !important;
  border-right-color: rgb(252 231 243 / 0.5) !important;
}

.border-x-pink-100\/55 {
  border-left-color: rgb(252 231 243 / 0.55) !important;
  border-right-color: rgb(252 231 243 / 0.55) !important;
}

.border-x-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6) !important;
  border-right-color: rgb(252 231 243 / 0.6) !important;
}

.border-x-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65) !important;
  border-right-color: rgb(252 231 243 / 0.65) !important;
}

.border-x-pink-100\/70 {
  border-left-color: rgb(252 231 243 / 0.7) !important;
  border-right-color: rgb(252 231 243 / 0.7) !important;
}

.border-x-pink-100\/75 {
  border-left-color: rgb(252 231 243 / 0.75) !important;
  border-right-color: rgb(252 231 243 / 0.75) !important;
}

.border-x-pink-100\/80 {
  border-left-color: rgb(252 231 243 / 0.8) !important;
  border-right-color: rgb(252 231 243 / 0.8) !important;
}

.border-x-pink-100\/85 {
  border-left-color: rgb(252 231 243 / 0.85) !important;
  border-right-color: rgb(252 231 243 / 0.85) !important;
}

.border-x-pink-100\/90 {
  border-left-color: rgb(252 231 243 / 0.9) !important;
  border-right-color: rgb(252 231 243 / 0.9) !important;
}

.border-x-pink-100\/95 {
  border-left-color: rgb(252 231 243 / 0.95) !important;
  border-right-color: rgb(252 231 243 / 0.95) !important;
}

.border-x-pink-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-200\/0 {
  border-left-color: rgb(251 207 232 / 0) !important;
  border-right-color: rgb(251 207 232 / 0) !important;
}

.border-x-pink-200\/10 {
  border-left-color: rgb(251 207 232 / 0.1) !important;
  border-right-color: rgb(251 207 232 / 0.1) !important;
}

.border-x-pink-200\/100 {
  border-left-color: rgb(251 207 232 / 1) !important;
  border-right-color: rgb(251 207 232 / 1) !important;
}

.border-x-pink-200\/15 {
  border-left-color: rgb(251 207 232 / 0.15) !important;
  border-right-color: rgb(251 207 232 / 0.15) !important;
}

.border-x-pink-200\/20 {
  border-left-color: rgb(251 207 232 / 0.2) !important;
  border-right-color: rgb(251 207 232 / 0.2) !important;
}

.border-x-pink-200\/25 {
  border-left-color: rgb(251 207 232 / 0.25) !important;
  border-right-color: rgb(251 207 232 / 0.25) !important;
}

.border-x-pink-200\/30 {
  border-left-color: rgb(251 207 232 / 0.3) !important;
  border-right-color: rgb(251 207 232 / 0.3) !important;
}

.border-x-pink-200\/35 {
  border-left-color: rgb(251 207 232 / 0.35) !important;
  border-right-color: rgb(251 207 232 / 0.35) !important;
}

.border-x-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4) !important;
  border-right-color: rgb(251 207 232 / 0.4) !important;
}

.border-x-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45) !important;
  border-right-color: rgb(251 207 232 / 0.45) !important;
}

.border-x-pink-200\/5 {
  border-left-color: rgb(251 207 232 / 0.05) !important;
  border-right-color: rgb(251 207 232 / 0.05) !important;
}

.border-x-pink-200\/50 {
  border-left-color: rgb(251 207 232 / 0.5) !important;
  border-right-color: rgb(251 207 232 / 0.5) !important;
}

.border-x-pink-200\/55 {
  border-left-color: rgb(251 207 232 / 0.55) !important;
  border-right-color: rgb(251 207 232 / 0.55) !important;
}

.border-x-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6) !important;
  border-right-color: rgb(251 207 232 / 0.6) !important;
}

.border-x-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65) !important;
  border-right-color: rgb(251 207 232 / 0.65) !important;
}

.border-x-pink-200\/70 {
  border-left-color: rgb(251 207 232 / 0.7) !important;
  border-right-color: rgb(251 207 232 / 0.7) !important;
}

.border-x-pink-200\/75 {
  border-left-color: rgb(251 207 232 / 0.75) !important;
  border-right-color: rgb(251 207 232 / 0.75) !important;
}

.border-x-pink-200\/80 {
  border-left-color: rgb(251 207 232 / 0.8) !important;
  border-right-color: rgb(251 207 232 / 0.8) !important;
}

.border-x-pink-200\/85 {
  border-left-color: rgb(251 207 232 / 0.85) !important;
  border-right-color: rgb(251 207 232 / 0.85) !important;
}

.border-x-pink-200\/90 {
  border-left-color: rgb(251 207 232 / 0.9) !important;
  border-right-color: rgb(251 207 232 / 0.9) !important;
}

.border-x-pink-200\/95 {
  border-left-color: rgb(251 207 232 / 0.95) !important;
  border-right-color: rgb(251 207 232 / 0.95) !important;
}

.border-x-pink-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-300\/0 {
  border-left-color: rgb(249 168 212 / 0) !important;
  border-right-color: rgb(249 168 212 / 0) !important;
}

.border-x-pink-300\/10 {
  border-left-color: rgb(249 168 212 / 0.1) !important;
  border-right-color: rgb(249 168 212 / 0.1) !important;
}

.border-x-pink-300\/100 {
  border-left-color: rgb(249 168 212 / 1) !important;
  border-right-color: rgb(249 168 212 / 1) !important;
}

.border-x-pink-300\/15 {
  border-left-color: rgb(249 168 212 / 0.15) !important;
  border-right-color: rgb(249 168 212 / 0.15) !important;
}

.border-x-pink-300\/20 {
  border-left-color: rgb(249 168 212 / 0.2) !important;
  border-right-color: rgb(249 168 212 / 0.2) !important;
}

.border-x-pink-300\/25 {
  border-left-color: rgb(249 168 212 / 0.25) !important;
  border-right-color: rgb(249 168 212 / 0.25) !important;
}

.border-x-pink-300\/30 {
  border-left-color: rgb(249 168 212 / 0.3) !important;
  border-right-color: rgb(249 168 212 / 0.3) !important;
}

.border-x-pink-300\/35 {
  border-left-color: rgb(249 168 212 / 0.35) !important;
  border-right-color: rgb(249 168 212 / 0.35) !important;
}

.border-x-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4) !important;
  border-right-color: rgb(249 168 212 / 0.4) !important;
}

.border-x-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45) !important;
  border-right-color: rgb(249 168 212 / 0.45) !important;
}

.border-x-pink-300\/5 {
  border-left-color: rgb(249 168 212 / 0.05) !important;
  border-right-color: rgb(249 168 212 / 0.05) !important;
}

.border-x-pink-300\/50 {
  border-left-color: rgb(249 168 212 / 0.5) !important;
  border-right-color: rgb(249 168 212 / 0.5) !important;
}

.border-x-pink-300\/55 {
  border-left-color: rgb(249 168 212 / 0.55) !important;
  border-right-color: rgb(249 168 212 / 0.55) !important;
}

.border-x-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6) !important;
  border-right-color: rgb(249 168 212 / 0.6) !important;
}

.border-x-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65) !important;
  border-right-color: rgb(249 168 212 / 0.65) !important;
}

.border-x-pink-300\/70 {
  border-left-color: rgb(249 168 212 / 0.7) !important;
  border-right-color: rgb(249 168 212 / 0.7) !important;
}

.border-x-pink-300\/75 {
  border-left-color: rgb(249 168 212 / 0.75) !important;
  border-right-color: rgb(249 168 212 / 0.75) !important;
}

.border-x-pink-300\/80 {
  border-left-color: rgb(249 168 212 / 0.8) !important;
  border-right-color: rgb(249 168 212 / 0.8) !important;
}

.border-x-pink-300\/85 {
  border-left-color: rgb(249 168 212 / 0.85) !important;
  border-right-color: rgb(249 168 212 / 0.85) !important;
}

.border-x-pink-300\/90 {
  border-left-color: rgb(249 168 212 / 0.9) !important;
  border-right-color: rgb(249 168 212 / 0.9) !important;
}

.border-x-pink-300\/95 {
  border-left-color: rgb(249 168 212 / 0.95) !important;
  border-right-color: rgb(249 168 212 / 0.95) !important;
}

.border-x-pink-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-400\/0 {
  border-left-color: rgb(244 114 182 / 0) !important;
  border-right-color: rgb(244 114 182 / 0) !important;
}

.border-x-pink-400\/10 {
  border-left-color: rgb(244 114 182 / 0.1) !important;
  border-right-color: rgb(244 114 182 / 0.1) !important;
}

.border-x-pink-400\/100 {
  border-left-color: rgb(244 114 182 / 1) !important;
  border-right-color: rgb(244 114 182 / 1) !important;
}

.border-x-pink-400\/15 {
  border-left-color: rgb(244 114 182 / 0.15) !important;
  border-right-color: rgb(244 114 182 / 0.15) !important;
}

.border-x-pink-400\/20 {
  border-left-color: rgb(244 114 182 / 0.2) !important;
  border-right-color: rgb(244 114 182 / 0.2) !important;
}

.border-x-pink-400\/25 {
  border-left-color: rgb(244 114 182 / 0.25) !important;
  border-right-color: rgb(244 114 182 / 0.25) !important;
}

.border-x-pink-400\/30 {
  border-left-color: rgb(244 114 182 / 0.3) !important;
  border-right-color: rgb(244 114 182 / 0.3) !important;
}

.border-x-pink-400\/35 {
  border-left-color: rgb(244 114 182 / 0.35) !important;
  border-right-color: rgb(244 114 182 / 0.35) !important;
}

.border-x-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4) !important;
  border-right-color: rgb(244 114 182 / 0.4) !important;
}

.border-x-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45) !important;
  border-right-color: rgb(244 114 182 / 0.45) !important;
}

.border-x-pink-400\/5 {
  border-left-color: rgb(244 114 182 / 0.05) !important;
  border-right-color: rgb(244 114 182 / 0.05) !important;
}

.border-x-pink-400\/50 {
  border-left-color: rgb(244 114 182 / 0.5) !important;
  border-right-color: rgb(244 114 182 / 0.5) !important;
}

.border-x-pink-400\/55 {
  border-left-color: rgb(244 114 182 / 0.55) !important;
  border-right-color: rgb(244 114 182 / 0.55) !important;
}

.border-x-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6) !important;
  border-right-color: rgb(244 114 182 / 0.6) !important;
}

.border-x-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65) !important;
  border-right-color: rgb(244 114 182 / 0.65) !important;
}

.border-x-pink-400\/70 {
  border-left-color: rgb(244 114 182 / 0.7) !important;
  border-right-color: rgb(244 114 182 / 0.7) !important;
}

.border-x-pink-400\/75 {
  border-left-color: rgb(244 114 182 / 0.75) !important;
  border-right-color: rgb(244 114 182 / 0.75) !important;
}

.border-x-pink-400\/80 {
  border-left-color: rgb(244 114 182 / 0.8) !important;
  border-right-color: rgb(244 114 182 / 0.8) !important;
}

.border-x-pink-400\/85 {
  border-left-color: rgb(244 114 182 / 0.85) !important;
  border-right-color: rgb(244 114 182 / 0.85) !important;
}

.border-x-pink-400\/90 {
  border-left-color: rgb(244 114 182 / 0.9) !important;
  border-right-color: rgb(244 114 182 / 0.9) !important;
}

.border-x-pink-400\/95 {
  border-left-color: rgb(244 114 182 / 0.95) !important;
  border-right-color: rgb(244 114 182 / 0.95) !important;
}

.border-x-pink-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-50\/0 {
  border-left-color: rgb(253 242 248 / 0) !important;
  border-right-color: rgb(253 242 248 / 0) !important;
}

.border-x-pink-50\/10 {
  border-left-color: rgb(253 242 248 / 0.1) !important;
  border-right-color: rgb(253 242 248 / 0.1) !important;
}

.border-x-pink-50\/100 {
  border-left-color: rgb(253 242 248 / 1) !important;
  border-right-color: rgb(253 242 248 / 1) !important;
}

.border-x-pink-50\/15 {
  border-left-color: rgb(253 242 248 / 0.15) !important;
  border-right-color: rgb(253 242 248 / 0.15) !important;
}

.border-x-pink-50\/20 {
  border-left-color: rgb(253 242 248 / 0.2) !important;
  border-right-color: rgb(253 242 248 / 0.2) !important;
}

.border-x-pink-50\/25 {
  border-left-color: rgb(253 242 248 / 0.25) !important;
  border-right-color: rgb(253 242 248 / 0.25) !important;
}

.border-x-pink-50\/30 {
  border-left-color: rgb(253 242 248 / 0.3) !important;
  border-right-color: rgb(253 242 248 / 0.3) !important;
}

.border-x-pink-50\/35 {
  border-left-color: rgb(253 242 248 / 0.35) !important;
  border-right-color: rgb(253 242 248 / 0.35) !important;
}

.border-x-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4) !important;
  border-right-color: rgb(253 242 248 / 0.4) !important;
}

.border-x-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45) !important;
  border-right-color: rgb(253 242 248 / 0.45) !important;
}

.border-x-pink-50\/5 {
  border-left-color: rgb(253 242 248 / 0.05) !important;
  border-right-color: rgb(253 242 248 / 0.05) !important;
}

.border-x-pink-50\/50 {
  border-left-color: rgb(253 242 248 / 0.5) !important;
  border-right-color: rgb(253 242 248 / 0.5) !important;
}

.border-x-pink-50\/55 {
  border-left-color: rgb(253 242 248 / 0.55) !important;
  border-right-color: rgb(253 242 248 / 0.55) !important;
}

.border-x-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6) !important;
  border-right-color: rgb(253 242 248 / 0.6) !important;
}

.border-x-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65) !important;
  border-right-color: rgb(253 242 248 / 0.65) !important;
}

.border-x-pink-50\/70 {
  border-left-color: rgb(253 242 248 / 0.7) !important;
  border-right-color: rgb(253 242 248 / 0.7) !important;
}

.border-x-pink-50\/75 {
  border-left-color: rgb(253 242 248 / 0.75) !important;
  border-right-color: rgb(253 242 248 / 0.75) !important;
}

.border-x-pink-50\/80 {
  border-left-color: rgb(253 242 248 / 0.8) !important;
  border-right-color: rgb(253 242 248 / 0.8) !important;
}

.border-x-pink-50\/85 {
  border-left-color: rgb(253 242 248 / 0.85) !important;
  border-right-color: rgb(253 242 248 / 0.85) !important;
}

.border-x-pink-50\/90 {
  border-left-color: rgb(253 242 248 / 0.9) !important;
  border-right-color: rgb(253 242 248 / 0.9) !important;
}

.border-x-pink-50\/95 {
  border-left-color: rgb(253 242 248 / 0.95) !important;
  border-right-color: rgb(253 242 248 / 0.95) !important;
}

.border-x-pink-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-500\/0 {
  border-left-color: rgb(236 72 153 / 0) !important;
  border-right-color: rgb(236 72 153 / 0) !important;
}

.border-x-pink-500\/10 {
  border-left-color: rgb(236 72 153 / 0.1) !important;
  border-right-color: rgb(236 72 153 / 0.1) !important;
}

.border-x-pink-500\/100 {
  border-left-color: rgb(236 72 153 / 1) !important;
  border-right-color: rgb(236 72 153 / 1) !important;
}

.border-x-pink-500\/15 {
  border-left-color: rgb(236 72 153 / 0.15) !important;
  border-right-color: rgb(236 72 153 / 0.15) !important;
}

.border-x-pink-500\/20 {
  border-left-color: rgb(236 72 153 / 0.2) !important;
  border-right-color: rgb(236 72 153 / 0.2) !important;
}

.border-x-pink-500\/25 {
  border-left-color: rgb(236 72 153 / 0.25) !important;
  border-right-color: rgb(236 72 153 / 0.25) !important;
}

.border-x-pink-500\/30 {
  border-left-color: rgb(236 72 153 / 0.3) !important;
  border-right-color: rgb(236 72 153 / 0.3) !important;
}

.border-x-pink-500\/35 {
  border-left-color: rgb(236 72 153 / 0.35) !important;
  border-right-color: rgb(236 72 153 / 0.35) !important;
}

.border-x-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4) !important;
  border-right-color: rgb(236 72 153 / 0.4) !important;
}

.border-x-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45) !important;
  border-right-color: rgb(236 72 153 / 0.45) !important;
}

.border-x-pink-500\/5 {
  border-left-color: rgb(236 72 153 / 0.05) !important;
  border-right-color: rgb(236 72 153 / 0.05) !important;
}

.border-x-pink-500\/50 {
  border-left-color: rgb(236 72 153 / 0.5) !important;
  border-right-color: rgb(236 72 153 / 0.5) !important;
}

.border-x-pink-500\/55 {
  border-left-color: rgb(236 72 153 / 0.55) !important;
  border-right-color: rgb(236 72 153 / 0.55) !important;
}

.border-x-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6) !important;
  border-right-color: rgb(236 72 153 / 0.6) !important;
}

.border-x-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65) !important;
  border-right-color: rgb(236 72 153 / 0.65) !important;
}

.border-x-pink-500\/70 {
  border-left-color: rgb(236 72 153 / 0.7) !important;
  border-right-color: rgb(236 72 153 / 0.7) !important;
}

.border-x-pink-500\/75 {
  border-left-color: rgb(236 72 153 / 0.75) !important;
  border-right-color: rgb(236 72 153 / 0.75) !important;
}

.border-x-pink-500\/80 {
  border-left-color: rgb(236 72 153 / 0.8) !important;
  border-right-color: rgb(236 72 153 / 0.8) !important;
}

.border-x-pink-500\/85 {
  border-left-color: rgb(236 72 153 / 0.85) !important;
  border-right-color: rgb(236 72 153 / 0.85) !important;
}

.border-x-pink-500\/90 {
  border-left-color: rgb(236 72 153 / 0.9) !important;
  border-right-color: rgb(236 72 153 / 0.9) !important;
}

.border-x-pink-500\/95 {
  border-left-color: rgb(236 72 153 / 0.95) !important;
  border-right-color: rgb(236 72 153 / 0.95) !important;
}

.border-x-pink-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-600\/0 {
  border-left-color: rgb(219 39 119 / 0) !important;
  border-right-color: rgb(219 39 119 / 0) !important;
}

.border-x-pink-600\/10 {
  border-left-color: rgb(219 39 119 / 0.1) !important;
  border-right-color: rgb(219 39 119 / 0.1) !important;
}

.border-x-pink-600\/100 {
  border-left-color: rgb(219 39 119 / 1) !important;
  border-right-color: rgb(219 39 119 / 1) !important;
}

.border-x-pink-600\/15 {
  border-left-color: rgb(219 39 119 / 0.15) !important;
  border-right-color: rgb(219 39 119 / 0.15) !important;
}

.border-x-pink-600\/20 {
  border-left-color: rgb(219 39 119 / 0.2) !important;
  border-right-color: rgb(219 39 119 / 0.2) !important;
}

.border-x-pink-600\/25 {
  border-left-color: rgb(219 39 119 / 0.25) !important;
  border-right-color: rgb(219 39 119 / 0.25) !important;
}

.border-x-pink-600\/30 {
  border-left-color: rgb(219 39 119 / 0.3) !important;
  border-right-color: rgb(219 39 119 / 0.3) !important;
}

.border-x-pink-600\/35 {
  border-left-color: rgb(219 39 119 / 0.35) !important;
  border-right-color: rgb(219 39 119 / 0.35) !important;
}

.border-x-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4) !important;
  border-right-color: rgb(219 39 119 / 0.4) !important;
}

.border-x-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45) !important;
  border-right-color: rgb(219 39 119 / 0.45) !important;
}

.border-x-pink-600\/5 {
  border-left-color: rgb(219 39 119 / 0.05) !important;
  border-right-color: rgb(219 39 119 / 0.05) !important;
}

.border-x-pink-600\/50 {
  border-left-color: rgb(219 39 119 / 0.5) !important;
  border-right-color: rgb(219 39 119 / 0.5) !important;
}

.border-x-pink-600\/55 {
  border-left-color: rgb(219 39 119 / 0.55) !important;
  border-right-color: rgb(219 39 119 / 0.55) !important;
}

.border-x-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6) !important;
  border-right-color: rgb(219 39 119 / 0.6) !important;
}

.border-x-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65) !important;
  border-right-color: rgb(219 39 119 / 0.65) !important;
}

.border-x-pink-600\/70 {
  border-left-color: rgb(219 39 119 / 0.7) !important;
  border-right-color: rgb(219 39 119 / 0.7) !important;
}

.border-x-pink-600\/75 {
  border-left-color: rgb(219 39 119 / 0.75) !important;
  border-right-color: rgb(219 39 119 / 0.75) !important;
}

.border-x-pink-600\/80 {
  border-left-color: rgb(219 39 119 / 0.8) !important;
  border-right-color: rgb(219 39 119 / 0.8) !important;
}

.border-x-pink-600\/85 {
  border-left-color: rgb(219 39 119 / 0.85) !important;
  border-right-color: rgb(219 39 119 / 0.85) !important;
}

.border-x-pink-600\/90 {
  border-left-color: rgb(219 39 119 / 0.9) !important;
  border-right-color: rgb(219 39 119 / 0.9) !important;
}

.border-x-pink-600\/95 {
  border-left-color: rgb(219 39 119 / 0.95) !important;
  border-right-color: rgb(219 39 119 / 0.95) !important;
}

.border-x-pink-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-700\/0 {
  border-left-color: rgb(190 24 93 / 0) !important;
  border-right-color: rgb(190 24 93 / 0) !important;
}

.border-x-pink-700\/10 {
  border-left-color: rgb(190 24 93 / 0.1) !important;
  border-right-color: rgb(190 24 93 / 0.1) !important;
}

.border-x-pink-700\/100 {
  border-left-color: rgb(190 24 93 / 1) !important;
  border-right-color: rgb(190 24 93 / 1) !important;
}

.border-x-pink-700\/15 {
  border-left-color: rgb(190 24 93 / 0.15) !important;
  border-right-color: rgb(190 24 93 / 0.15) !important;
}

.border-x-pink-700\/20 {
  border-left-color: rgb(190 24 93 / 0.2) !important;
  border-right-color: rgb(190 24 93 / 0.2) !important;
}

.border-x-pink-700\/25 {
  border-left-color: rgb(190 24 93 / 0.25) !important;
  border-right-color: rgb(190 24 93 / 0.25) !important;
}

.border-x-pink-700\/30 {
  border-left-color: rgb(190 24 93 / 0.3) !important;
  border-right-color: rgb(190 24 93 / 0.3) !important;
}

.border-x-pink-700\/35 {
  border-left-color: rgb(190 24 93 / 0.35) !important;
  border-right-color: rgb(190 24 93 / 0.35) !important;
}

.border-x-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4) !important;
  border-right-color: rgb(190 24 93 / 0.4) !important;
}

.border-x-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45) !important;
  border-right-color: rgb(190 24 93 / 0.45) !important;
}

.border-x-pink-700\/5 {
  border-left-color: rgb(190 24 93 / 0.05) !important;
  border-right-color: rgb(190 24 93 / 0.05) !important;
}

.border-x-pink-700\/50 {
  border-left-color: rgb(190 24 93 / 0.5) !important;
  border-right-color: rgb(190 24 93 / 0.5) !important;
}

.border-x-pink-700\/55 {
  border-left-color: rgb(190 24 93 / 0.55) !important;
  border-right-color: rgb(190 24 93 / 0.55) !important;
}

.border-x-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6) !important;
  border-right-color: rgb(190 24 93 / 0.6) !important;
}

.border-x-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65) !important;
  border-right-color: rgb(190 24 93 / 0.65) !important;
}

.border-x-pink-700\/70 {
  border-left-color: rgb(190 24 93 / 0.7) !important;
  border-right-color: rgb(190 24 93 / 0.7) !important;
}

.border-x-pink-700\/75 {
  border-left-color: rgb(190 24 93 / 0.75) !important;
  border-right-color: rgb(190 24 93 / 0.75) !important;
}

.border-x-pink-700\/80 {
  border-left-color: rgb(190 24 93 / 0.8) !important;
  border-right-color: rgb(190 24 93 / 0.8) !important;
}

.border-x-pink-700\/85 {
  border-left-color: rgb(190 24 93 / 0.85) !important;
  border-right-color: rgb(190 24 93 / 0.85) !important;
}

.border-x-pink-700\/90 {
  border-left-color: rgb(190 24 93 / 0.9) !important;
  border-right-color: rgb(190 24 93 / 0.9) !important;
}

.border-x-pink-700\/95 {
  border-left-color: rgb(190 24 93 / 0.95) !important;
  border-right-color: rgb(190 24 93 / 0.95) !important;
}

.border-x-pink-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-800\/0 {
  border-left-color: rgb(157 23 77 / 0) !important;
  border-right-color: rgb(157 23 77 / 0) !important;
}

.border-x-pink-800\/10 {
  border-left-color: rgb(157 23 77 / 0.1) !important;
  border-right-color: rgb(157 23 77 / 0.1) !important;
}

.border-x-pink-800\/100 {
  border-left-color: rgb(157 23 77 / 1) !important;
  border-right-color: rgb(157 23 77 / 1) !important;
}

.border-x-pink-800\/15 {
  border-left-color: rgb(157 23 77 / 0.15) !important;
  border-right-color: rgb(157 23 77 / 0.15) !important;
}

.border-x-pink-800\/20 {
  border-left-color: rgb(157 23 77 / 0.2) !important;
  border-right-color: rgb(157 23 77 / 0.2) !important;
}

.border-x-pink-800\/25 {
  border-left-color: rgb(157 23 77 / 0.25) !important;
  border-right-color: rgb(157 23 77 / 0.25) !important;
}

.border-x-pink-800\/30 {
  border-left-color: rgb(157 23 77 / 0.3) !important;
  border-right-color: rgb(157 23 77 / 0.3) !important;
}

.border-x-pink-800\/35 {
  border-left-color: rgb(157 23 77 / 0.35) !important;
  border-right-color: rgb(157 23 77 / 0.35) !important;
}

.border-x-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4) !important;
  border-right-color: rgb(157 23 77 / 0.4) !important;
}

.border-x-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45) !important;
  border-right-color: rgb(157 23 77 / 0.45) !important;
}

.border-x-pink-800\/5 {
  border-left-color: rgb(157 23 77 / 0.05) !important;
  border-right-color: rgb(157 23 77 / 0.05) !important;
}

.border-x-pink-800\/50 {
  border-left-color: rgb(157 23 77 / 0.5) !important;
  border-right-color: rgb(157 23 77 / 0.5) !important;
}

.border-x-pink-800\/55 {
  border-left-color: rgb(157 23 77 / 0.55) !important;
  border-right-color: rgb(157 23 77 / 0.55) !important;
}

.border-x-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6) !important;
  border-right-color: rgb(157 23 77 / 0.6) !important;
}

.border-x-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65) !important;
  border-right-color: rgb(157 23 77 / 0.65) !important;
}

.border-x-pink-800\/70 {
  border-left-color: rgb(157 23 77 / 0.7) !important;
  border-right-color: rgb(157 23 77 / 0.7) !important;
}

.border-x-pink-800\/75 {
  border-left-color: rgb(157 23 77 / 0.75) !important;
  border-right-color: rgb(157 23 77 / 0.75) !important;
}

.border-x-pink-800\/80 {
  border-left-color: rgb(157 23 77 / 0.8) !important;
  border-right-color: rgb(157 23 77 / 0.8) !important;
}

.border-x-pink-800\/85 {
  border-left-color: rgb(157 23 77 / 0.85) !important;
  border-right-color: rgb(157 23 77 / 0.85) !important;
}

.border-x-pink-800\/90 {
  border-left-color: rgb(157 23 77 / 0.9) !important;
  border-right-color: rgb(157 23 77 / 0.9) !important;
}

.border-x-pink-800\/95 {
  border-left-color: rgb(157 23 77 / 0.95) !important;
  border-right-color: rgb(157 23 77 / 0.95) !important;
}

.border-x-pink-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-900\/0 {
  border-left-color: rgb(131 24 67 / 0) !important;
  border-right-color: rgb(131 24 67 / 0) !important;
}

.border-x-pink-900\/10 {
  border-left-color: rgb(131 24 67 / 0.1) !important;
  border-right-color: rgb(131 24 67 / 0.1) !important;
}

.border-x-pink-900\/100 {
  border-left-color: rgb(131 24 67 / 1) !important;
  border-right-color: rgb(131 24 67 / 1) !important;
}

.border-x-pink-900\/15 {
  border-left-color: rgb(131 24 67 / 0.15) !important;
  border-right-color: rgb(131 24 67 / 0.15) !important;
}

.border-x-pink-900\/20 {
  border-left-color: rgb(131 24 67 / 0.2) !important;
  border-right-color: rgb(131 24 67 / 0.2) !important;
}

.border-x-pink-900\/25 {
  border-left-color: rgb(131 24 67 / 0.25) !important;
  border-right-color: rgb(131 24 67 / 0.25) !important;
}

.border-x-pink-900\/30 {
  border-left-color: rgb(131 24 67 / 0.3) !important;
  border-right-color: rgb(131 24 67 / 0.3) !important;
}

.border-x-pink-900\/35 {
  border-left-color: rgb(131 24 67 / 0.35) !important;
  border-right-color: rgb(131 24 67 / 0.35) !important;
}

.border-x-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4) !important;
  border-right-color: rgb(131 24 67 / 0.4) !important;
}

.border-x-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45) !important;
  border-right-color: rgb(131 24 67 / 0.45) !important;
}

.border-x-pink-900\/5 {
  border-left-color: rgb(131 24 67 / 0.05) !important;
  border-right-color: rgb(131 24 67 / 0.05) !important;
}

.border-x-pink-900\/50 {
  border-left-color: rgb(131 24 67 / 0.5) !important;
  border-right-color: rgb(131 24 67 / 0.5) !important;
}

.border-x-pink-900\/55 {
  border-left-color: rgb(131 24 67 / 0.55) !important;
  border-right-color: rgb(131 24 67 / 0.55) !important;
}

.border-x-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6) !important;
  border-right-color: rgb(131 24 67 / 0.6) !important;
}

.border-x-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65) !important;
  border-right-color: rgb(131 24 67 / 0.65) !important;
}

.border-x-pink-900\/70 {
  border-left-color: rgb(131 24 67 / 0.7) !important;
  border-right-color: rgb(131 24 67 / 0.7) !important;
}

.border-x-pink-900\/75 {
  border-left-color: rgb(131 24 67 / 0.75) !important;
  border-right-color: rgb(131 24 67 / 0.75) !important;
}

.border-x-pink-900\/80 {
  border-left-color: rgb(131 24 67 / 0.8) !important;
  border-right-color: rgb(131 24 67 / 0.8) !important;
}

.border-x-pink-900\/85 {
  border-left-color: rgb(131 24 67 / 0.85) !important;
  border-right-color: rgb(131 24 67 / 0.85) !important;
}

.border-x-pink-900\/90 {
  border-left-color: rgb(131 24 67 / 0.9) !important;
  border-right-color: rgb(131 24 67 / 0.9) !important;
}

.border-x-pink-900\/95 {
  border-left-color: rgb(131 24 67 / 0.95) !important;
  border-right-color: rgb(131 24 67 / 0.95) !important;
}

.border-x-pink-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-x-pink-950\/0 {
  border-left-color: rgb(80 7 36 / 0) !important;
  border-right-color: rgb(80 7 36 / 0) !important;
}

.border-x-pink-950\/10 {
  border-left-color: rgb(80 7 36 / 0.1) !important;
  border-right-color: rgb(80 7 36 / 0.1) !important;
}

.border-x-pink-950\/100 {
  border-left-color: rgb(80 7 36 / 1) !important;
  border-right-color: rgb(80 7 36 / 1) !important;
}

.border-x-pink-950\/15 {
  border-left-color: rgb(80 7 36 / 0.15) !important;
  border-right-color: rgb(80 7 36 / 0.15) !important;
}

.border-x-pink-950\/20 {
  border-left-color: rgb(80 7 36 / 0.2) !important;
  border-right-color: rgb(80 7 36 / 0.2) !important;
}

.border-x-pink-950\/25 {
  border-left-color: rgb(80 7 36 / 0.25) !important;
  border-right-color: rgb(80 7 36 / 0.25) !important;
}

.border-x-pink-950\/30 {
  border-left-color: rgb(80 7 36 / 0.3) !important;
  border-right-color: rgb(80 7 36 / 0.3) !important;
}

.border-x-pink-950\/35 {
  border-left-color: rgb(80 7 36 / 0.35) !important;
  border-right-color: rgb(80 7 36 / 0.35) !important;
}

.border-x-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4) !important;
  border-right-color: rgb(80 7 36 / 0.4) !important;
}

.border-x-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45) !important;
  border-right-color: rgb(80 7 36 / 0.45) !important;
}

.border-x-pink-950\/5 {
  border-left-color: rgb(80 7 36 / 0.05) !important;
  border-right-color: rgb(80 7 36 / 0.05) !important;
}

.border-x-pink-950\/50 {
  border-left-color: rgb(80 7 36 / 0.5) !important;
  border-right-color: rgb(80 7 36 / 0.5) !important;
}

.border-x-pink-950\/55 {
  border-left-color: rgb(80 7 36 / 0.55) !important;
  border-right-color: rgb(80 7 36 / 0.55) !important;
}

.border-x-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6) !important;
  border-right-color: rgb(80 7 36 / 0.6) !important;
}

.border-x-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65) !important;
  border-right-color: rgb(80 7 36 / 0.65) !important;
}

.border-x-pink-950\/70 {
  border-left-color: rgb(80 7 36 / 0.7) !important;
  border-right-color: rgb(80 7 36 / 0.7) !important;
}

.border-x-pink-950\/75 {
  border-left-color: rgb(80 7 36 / 0.75) !important;
  border-right-color: rgb(80 7 36 / 0.75) !important;
}

.border-x-pink-950\/80 {
  border-left-color: rgb(80 7 36 / 0.8) !important;
  border-right-color: rgb(80 7 36 / 0.8) !important;
}

.border-x-pink-950\/85 {
  border-left-color: rgb(80 7 36 / 0.85) !important;
  border-right-color: rgb(80 7 36 / 0.85) !important;
}

.border-x-pink-950\/90 {
  border-left-color: rgb(80 7 36 / 0.9) !important;
  border-right-color: rgb(80 7 36 / 0.9) !important;
}

.border-x-pink-950\/95 {
  border-left-color: rgb(80 7 36 / 0.95) !important;
  border-right-color: rgb(80 7 36 / 0.95) !important;
}

.border-x-purple-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-100\/0 {
  border-left-color: rgb(243 232 255 / 0) !important;
  border-right-color: rgb(243 232 255 / 0) !important;
}

.border-x-purple-100\/10 {
  border-left-color: rgb(243 232 255 / 0.1) !important;
  border-right-color: rgb(243 232 255 / 0.1) !important;
}

.border-x-purple-100\/100 {
  border-left-color: rgb(243 232 255 / 1) !important;
  border-right-color: rgb(243 232 255 / 1) !important;
}

.border-x-purple-100\/15 {
  border-left-color: rgb(243 232 255 / 0.15) !important;
  border-right-color: rgb(243 232 255 / 0.15) !important;
}

.border-x-purple-100\/20 {
  border-left-color: rgb(243 232 255 / 0.2) !important;
  border-right-color: rgb(243 232 255 / 0.2) !important;
}

.border-x-purple-100\/25 {
  border-left-color: rgb(243 232 255 / 0.25) !important;
  border-right-color: rgb(243 232 255 / 0.25) !important;
}

.border-x-purple-100\/30 {
  border-left-color: rgb(243 232 255 / 0.3) !important;
  border-right-color: rgb(243 232 255 / 0.3) !important;
}

.border-x-purple-100\/35 {
  border-left-color: rgb(243 232 255 / 0.35) !important;
  border-right-color: rgb(243 232 255 / 0.35) !important;
}

.border-x-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4) !important;
  border-right-color: rgb(243 232 255 / 0.4) !important;
}

.border-x-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45) !important;
  border-right-color: rgb(243 232 255 / 0.45) !important;
}

.border-x-purple-100\/5 {
  border-left-color: rgb(243 232 255 / 0.05) !important;
  border-right-color: rgb(243 232 255 / 0.05) !important;
}

.border-x-purple-100\/50 {
  border-left-color: rgb(243 232 255 / 0.5) !important;
  border-right-color: rgb(243 232 255 / 0.5) !important;
}

.border-x-purple-100\/55 {
  border-left-color: rgb(243 232 255 / 0.55) !important;
  border-right-color: rgb(243 232 255 / 0.55) !important;
}

.border-x-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6) !important;
  border-right-color: rgb(243 232 255 / 0.6) !important;
}

.border-x-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65) !important;
  border-right-color: rgb(243 232 255 / 0.65) !important;
}

.border-x-purple-100\/70 {
  border-left-color: rgb(243 232 255 / 0.7) !important;
  border-right-color: rgb(243 232 255 / 0.7) !important;
}

.border-x-purple-100\/75 {
  border-left-color: rgb(243 232 255 / 0.75) !important;
  border-right-color: rgb(243 232 255 / 0.75) !important;
}

.border-x-purple-100\/80 {
  border-left-color: rgb(243 232 255 / 0.8) !important;
  border-right-color: rgb(243 232 255 / 0.8) !important;
}

.border-x-purple-100\/85 {
  border-left-color: rgb(243 232 255 / 0.85) !important;
  border-right-color: rgb(243 232 255 / 0.85) !important;
}

.border-x-purple-100\/90 {
  border-left-color: rgb(243 232 255 / 0.9) !important;
  border-right-color: rgb(243 232 255 / 0.9) !important;
}

.border-x-purple-100\/95 {
  border-left-color: rgb(243 232 255 / 0.95) !important;
  border-right-color: rgb(243 232 255 / 0.95) !important;
}

.border-x-purple-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-200\/0 {
  border-left-color: rgb(233 213 255 / 0) !important;
  border-right-color: rgb(233 213 255 / 0) !important;
}

.border-x-purple-200\/10 {
  border-left-color: rgb(233 213 255 / 0.1) !important;
  border-right-color: rgb(233 213 255 / 0.1) !important;
}

.border-x-purple-200\/100 {
  border-left-color: rgb(233 213 255 / 1) !important;
  border-right-color: rgb(233 213 255 / 1) !important;
}

.border-x-purple-200\/15 {
  border-left-color: rgb(233 213 255 / 0.15) !important;
  border-right-color: rgb(233 213 255 / 0.15) !important;
}

.border-x-purple-200\/20 {
  border-left-color: rgb(233 213 255 / 0.2) !important;
  border-right-color: rgb(233 213 255 / 0.2) !important;
}

.border-x-purple-200\/25 {
  border-left-color: rgb(233 213 255 / 0.25) !important;
  border-right-color: rgb(233 213 255 / 0.25) !important;
}

.border-x-purple-200\/30 {
  border-left-color: rgb(233 213 255 / 0.3) !important;
  border-right-color: rgb(233 213 255 / 0.3) !important;
}

.border-x-purple-200\/35 {
  border-left-color: rgb(233 213 255 / 0.35) !important;
  border-right-color: rgb(233 213 255 / 0.35) !important;
}

.border-x-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4) !important;
  border-right-color: rgb(233 213 255 / 0.4) !important;
}

.border-x-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45) !important;
  border-right-color: rgb(233 213 255 / 0.45) !important;
}

.border-x-purple-200\/5 {
  border-left-color: rgb(233 213 255 / 0.05) !important;
  border-right-color: rgb(233 213 255 / 0.05) !important;
}

.border-x-purple-200\/50 {
  border-left-color: rgb(233 213 255 / 0.5) !important;
  border-right-color: rgb(233 213 255 / 0.5) !important;
}

.border-x-purple-200\/55 {
  border-left-color: rgb(233 213 255 / 0.55) !important;
  border-right-color: rgb(233 213 255 / 0.55) !important;
}

.border-x-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6) !important;
  border-right-color: rgb(233 213 255 / 0.6) !important;
}

.border-x-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65) !important;
  border-right-color: rgb(233 213 255 / 0.65) !important;
}

.border-x-purple-200\/70 {
  border-left-color: rgb(233 213 255 / 0.7) !important;
  border-right-color: rgb(233 213 255 / 0.7) !important;
}

.border-x-purple-200\/75 {
  border-left-color: rgb(233 213 255 / 0.75) !important;
  border-right-color: rgb(233 213 255 / 0.75) !important;
}

.border-x-purple-200\/80 {
  border-left-color: rgb(233 213 255 / 0.8) !important;
  border-right-color: rgb(233 213 255 / 0.8) !important;
}

.border-x-purple-200\/85 {
  border-left-color: rgb(233 213 255 / 0.85) !important;
  border-right-color: rgb(233 213 255 / 0.85) !important;
}

.border-x-purple-200\/90 {
  border-left-color: rgb(233 213 255 / 0.9) !important;
  border-right-color: rgb(233 213 255 / 0.9) !important;
}

.border-x-purple-200\/95 {
  border-left-color: rgb(233 213 255 / 0.95) !important;
  border-right-color: rgb(233 213 255 / 0.95) !important;
}

.border-x-purple-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-300\/0 {
  border-left-color: rgb(216 180 254 / 0) !important;
  border-right-color: rgb(216 180 254 / 0) !important;
}

.border-x-purple-300\/10 {
  border-left-color: rgb(216 180 254 / 0.1) !important;
  border-right-color: rgb(216 180 254 / 0.1) !important;
}

.border-x-purple-300\/100 {
  border-left-color: rgb(216 180 254 / 1) !important;
  border-right-color: rgb(216 180 254 / 1) !important;
}

.border-x-purple-300\/15 {
  border-left-color: rgb(216 180 254 / 0.15) !important;
  border-right-color: rgb(216 180 254 / 0.15) !important;
}

.border-x-purple-300\/20 {
  border-left-color: rgb(216 180 254 / 0.2) !important;
  border-right-color: rgb(216 180 254 / 0.2) !important;
}

.border-x-purple-300\/25 {
  border-left-color: rgb(216 180 254 / 0.25) !important;
  border-right-color: rgb(216 180 254 / 0.25) !important;
}

.border-x-purple-300\/30 {
  border-left-color: rgb(216 180 254 / 0.3) !important;
  border-right-color: rgb(216 180 254 / 0.3) !important;
}

.border-x-purple-300\/35 {
  border-left-color: rgb(216 180 254 / 0.35) !important;
  border-right-color: rgb(216 180 254 / 0.35) !important;
}

.border-x-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4) !important;
  border-right-color: rgb(216 180 254 / 0.4) !important;
}

.border-x-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45) !important;
  border-right-color: rgb(216 180 254 / 0.45) !important;
}

.border-x-purple-300\/5 {
  border-left-color: rgb(216 180 254 / 0.05) !important;
  border-right-color: rgb(216 180 254 / 0.05) !important;
}

.border-x-purple-300\/50 {
  border-left-color: rgb(216 180 254 / 0.5) !important;
  border-right-color: rgb(216 180 254 / 0.5) !important;
}

.border-x-purple-300\/55 {
  border-left-color: rgb(216 180 254 / 0.55) !important;
  border-right-color: rgb(216 180 254 / 0.55) !important;
}

.border-x-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6) !important;
  border-right-color: rgb(216 180 254 / 0.6) !important;
}

.border-x-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65) !important;
  border-right-color: rgb(216 180 254 / 0.65) !important;
}

.border-x-purple-300\/70 {
  border-left-color: rgb(216 180 254 / 0.7) !important;
  border-right-color: rgb(216 180 254 / 0.7) !important;
}

.border-x-purple-300\/75 {
  border-left-color: rgb(216 180 254 / 0.75) !important;
  border-right-color: rgb(216 180 254 / 0.75) !important;
}

.border-x-purple-300\/80 {
  border-left-color: rgb(216 180 254 / 0.8) !important;
  border-right-color: rgb(216 180 254 / 0.8) !important;
}

.border-x-purple-300\/85 {
  border-left-color: rgb(216 180 254 / 0.85) !important;
  border-right-color: rgb(216 180 254 / 0.85) !important;
}

.border-x-purple-300\/90 {
  border-left-color: rgb(216 180 254 / 0.9) !important;
  border-right-color: rgb(216 180 254 / 0.9) !important;
}

.border-x-purple-300\/95 {
  border-left-color: rgb(216 180 254 / 0.95) !important;
  border-right-color: rgb(216 180 254 / 0.95) !important;
}

.border-x-purple-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-400\/0 {
  border-left-color: rgb(192 132 252 / 0) !important;
  border-right-color: rgb(192 132 252 / 0) !important;
}

.border-x-purple-400\/10 {
  border-left-color: rgb(192 132 252 / 0.1) !important;
  border-right-color: rgb(192 132 252 / 0.1) !important;
}

.border-x-purple-400\/100 {
  border-left-color: rgb(192 132 252 / 1) !important;
  border-right-color: rgb(192 132 252 / 1) !important;
}

.border-x-purple-400\/15 {
  border-left-color: rgb(192 132 252 / 0.15) !important;
  border-right-color: rgb(192 132 252 / 0.15) !important;
}

.border-x-purple-400\/20 {
  border-left-color: rgb(192 132 252 / 0.2) !important;
  border-right-color: rgb(192 132 252 / 0.2) !important;
}

.border-x-purple-400\/25 {
  border-left-color: rgb(192 132 252 / 0.25) !important;
  border-right-color: rgb(192 132 252 / 0.25) !important;
}

.border-x-purple-400\/30 {
  border-left-color: rgb(192 132 252 / 0.3) !important;
  border-right-color: rgb(192 132 252 / 0.3) !important;
}

.border-x-purple-400\/35 {
  border-left-color: rgb(192 132 252 / 0.35) !important;
  border-right-color: rgb(192 132 252 / 0.35) !important;
}

.border-x-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4) !important;
  border-right-color: rgb(192 132 252 / 0.4) !important;
}

.border-x-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45) !important;
  border-right-color: rgb(192 132 252 / 0.45) !important;
}

.border-x-purple-400\/5 {
  border-left-color: rgb(192 132 252 / 0.05) !important;
  border-right-color: rgb(192 132 252 / 0.05) !important;
}

.border-x-purple-400\/50 {
  border-left-color: rgb(192 132 252 / 0.5) !important;
  border-right-color: rgb(192 132 252 / 0.5) !important;
}

.border-x-purple-400\/55 {
  border-left-color: rgb(192 132 252 / 0.55) !important;
  border-right-color: rgb(192 132 252 / 0.55) !important;
}

.border-x-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6) !important;
  border-right-color: rgb(192 132 252 / 0.6) !important;
}

.border-x-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65) !important;
  border-right-color: rgb(192 132 252 / 0.65) !important;
}

.border-x-purple-400\/70 {
  border-left-color: rgb(192 132 252 / 0.7) !important;
  border-right-color: rgb(192 132 252 / 0.7) !important;
}

.border-x-purple-400\/75 {
  border-left-color: rgb(192 132 252 / 0.75) !important;
  border-right-color: rgb(192 132 252 / 0.75) !important;
}

.border-x-purple-400\/80 {
  border-left-color: rgb(192 132 252 / 0.8) !important;
  border-right-color: rgb(192 132 252 / 0.8) !important;
}

.border-x-purple-400\/85 {
  border-left-color: rgb(192 132 252 / 0.85) !important;
  border-right-color: rgb(192 132 252 / 0.85) !important;
}

.border-x-purple-400\/90 {
  border-left-color: rgb(192 132 252 / 0.9) !important;
  border-right-color: rgb(192 132 252 / 0.9) !important;
}

.border-x-purple-400\/95 {
  border-left-color: rgb(192 132 252 / 0.95) !important;
  border-right-color: rgb(192 132 252 / 0.95) !important;
}

.border-x-purple-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-50\/0 {
  border-left-color: rgb(250 245 255 / 0) !important;
  border-right-color: rgb(250 245 255 / 0) !important;
}

.border-x-purple-50\/10 {
  border-left-color: rgb(250 245 255 / 0.1) !important;
  border-right-color: rgb(250 245 255 / 0.1) !important;
}

.border-x-purple-50\/100 {
  border-left-color: rgb(250 245 255 / 1) !important;
  border-right-color: rgb(250 245 255 / 1) !important;
}

.border-x-purple-50\/15 {
  border-left-color: rgb(250 245 255 / 0.15) !important;
  border-right-color: rgb(250 245 255 / 0.15) !important;
}

.border-x-purple-50\/20 {
  border-left-color: rgb(250 245 255 / 0.2) !important;
  border-right-color: rgb(250 245 255 / 0.2) !important;
}

.border-x-purple-50\/25 {
  border-left-color: rgb(250 245 255 / 0.25) !important;
  border-right-color: rgb(250 245 255 / 0.25) !important;
}

.border-x-purple-50\/30 {
  border-left-color: rgb(250 245 255 / 0.3) !important;
  border-right-color: rgb(250 245 255 / 0.3) !important;
}

.border-x-purple-50\/35 {
  border-left-color: rgb(250 245 255 / 0.35) !important;
  border-right-color: rgb(250 245 255 / 0.35) !important;
}

.border-x-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4) !important;
  border-right-color: rgb(250 245 255 / 0.4) !important;
}

.border-x-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45) !important;
  border-right-color: rgb(250 245 255 / 0.45) !important;
}

.border-x-purple-50\/5 {
  border-left-color: rgb(250 245 255 / 0.05) !important;
  border-right-color: rgb(250 245 255 / 0.05) !important;
}

.border-x-purple-50\/50 {
  border-left-color: rgb(250 245 255 / 0.5) !important;
  border-right-color: rgb(250 245 255 / 0.5) !important;
}

.border-x-purple-50\/55 {
  border-left-color: rgb(250 245 255 / 0.55) !important;
  border-right-color: rgb(250 245 255 / 0.55) !important;
}

.border-x-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6) !important;
  border-right-color: rgb(250 245 255 / 0.6) !important;
}

.border-x-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65) !important;
  border-right-color: rgb(250 245 255 / 0.65) !important;
}

.border-x-purple-50\/70 {
  border-left-color: rgb(250 245 255 / 0.7) !important;
  border-right-color: rgb(250 245 255 / 0.7) !important;
}

.border-x-purple-50\/75 {
  border-left-color: rgb(250 245 255 / 0.75) !important;
  border-right-color: rgb(250 245 255 / 0.75) !important;
}

.border-x-purple-50\/80 {
  border-left-color: rgb(250 245 255 / 0.8) !important;
  border-right-color: rgb(250 245 255 / 0.8) !important;
}

.border-x-purple-50\/85 {
  border-left-color: rgb(250 245 255 / 0.85) !important;
  border-right-color: rgb(250 245 255 / 0.85) !important;
}

.border-x-purple-50\/90 {
  border-left-color: rgb(250 245 255 / 0.9) !important;
  border-right-color: rgb(250 245 255 / 0.9) !important;
}

.border-x-purple-50\/95 {
  border-left-color: rgb(250 245 255 / 0.95) !important;
  border-right-color: rgb(250 245 255 / 0.95) !important;
}

.border-x-purple-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-500\/0 {
  border-left-color: rgb(168 85 247 / 0) !important;
  border-right-color: rgb(168 85 247 / 0) !important;
}

.border-x-purple-500\/10 {
  border-left-color: rgb(168 85 247 / 0.1) !important;
  border-right-color: rgb(168 85 247 / 0.1) !important;
}

.border-x-purple-500\/100 {
  border-left-color: rgb(168 85 247 / 1) !important;
  border-right-color: rgb(168 85 247 / 1) !important;
}

.border-x-purple-500\/15 {
  border-left-color: rgb(168 85 247 / 0.15) !important;
  border-right-color: rgb(168 85 247 / 0.15) !important;
}

.border-x-purple-500\/20 {
  border-left-color: rgb(168 85 247 / 0.2) !important;
  border-right-color: rgb(168 85 247 / 0.2) !important;
}

.border-x-purple-500\/25 {
  border-left-color: rgb(168 85 247 / 0.25) !important;
  border-right-color: rgb(168 85 247 / 0.25) !important;
}

.border-x-purple-500\/30 {
  border-left-color: rgb(168 85 247 / 0.3) !important;
  border-right-color: rgb(168 85 247 / 0.3) !important;
}

.border-x-purple-500\/35 {
  border-left-color: rgb(168 85 247 / 0.35) !important;
  border-right-color: rgb(168 85 247 / 0.35) !important;
}

.border-x-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4) !important;
  border-right-color: rgb(168 85 247 / 0.4) !important;
}

.border-x-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45) !important;
  border-right-color: rgb(168 85 247 / 0.45) !important;
}

.border-x-purple-500\/5 {
  border-left-color: rgb(168 85 247 / 0.05) !important;
  border-right-color: rgb(168 85 247 / 0.05) !important;
}

.border-x-purple-500\/50 {
  border-left-color: rgb(168 85 247 / 0.5) !important;
  border-right-color: rgb(168 85 247 / 0.5) !important;
}

.border-x-purple-500\/55 {
  border-left-color: rgb(168 85 247 / 0.55) !important;
  border-right-color: rgb(168 85 247 / 0.55) !important;
}

.border-x-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6) !important;
  border-right-color: rgb(168 85 247 / 0.6) !important;
}

.border-x-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65) !important;
  border-right-color: rgb(168 85 247 / 0.65) !important;
}

.border-x-purple-500\/70 {
  border-left-color: rgb(168 85 247 / 0.7) !important;
  border-right-color: rgb(168 85 247 / 0.7) !important;
}

.border-x-purple-500\/75 {
  border-left-color: rgb(168 85 247 / 0.75) !important;
  border-right-color: rgb(168 85 247 / 0.75) !important;
}

.border-x-purple-500\/80 {
  border-left-color: rgb(168 85 247 / 0.8) !important;
  border-right-color: rgb(168 85 247 / 0.8) !important;
}

.border-x-purple-500\/85 {
  border-left-color: rgb(168 85 247 / 0.85) !important;
  border-right-color: rgb(168 85 247 / 0.85) !important;
}

.border-x-purple-500\/90 {
  border-left-color: rgb(168 85 247 / 0.9) !important;
  border-right-color: rgb(168 85 247 / 0.9) !important;
}

.border-x-purple-500\/95 {
  border-left-color: rgb(168 85 247 / 0.95) !important;
  border-right-color: rgb(168 85 247 / 0.95) !important;
}

.border-x-purple-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-600\/0 {
  border-left-color: rgb(147 51 234 / 0) !important;
  border-right-color: rgb(147 51 234 / 0) !important;
}

.border-x-purple-600\/10 {
  border-left-color: rgb(147 51 234 / 0.1) !important;
  border-right-color: rgb(147 51 234 / 0.1) !important;
}

.border-x-purple-600\/100 {
  border-left-color: rgb(147 51 234 / 1) !important;
  border-right-color: rgb(147 51 234 / 1) !important;
}

.border-x-purple-600\/15 {
  border-left-color: rgb(147 51 234 / 0.15) !important;
  border-right-color: rgb(147 51 234 / 0.15) !important;
}

.border-x-purple-600\/20 {
  border-left-color: rgb(147 51 234 / 0.2) !important;
  border-right-color: rgb(147 51 234 / 0.2) !important;
}

.border-x-purple-600\/25 {
  border-left-color: rgb(147 51 234 / 0.25) !important;
  border-right-color: rgb(147 51 234 / 0.25) !important;
}

.border-x-purple-600\/30 {
  border-left-color: rgb(147 51 234 / 0.3) !important;
  border-right-color: rgb(147 51 234 / 0.3) !important;
}

.border-x-purple-600\/35 {
  border-left-color: rgb(147 51 234 / 0.35) !important;
  border-right-color: rgb(147 51 234 / 0.35) !important;
}

.border-x-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4) !important;
  border-right-color: rgb(147 51 234 / 0.4) !important;
}

.border-x-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45) !important;
  border-right-color: rgb(147 51 234 / 0.45) !important;
}

.border-x-purple-600\/5 {
  border-left-color: rgb(147 51 234 / 0.05) !important;
  border-right-color: rgb(147 51 234 / 0.05) !important;
}

.border-x-purple-600\/50 {
  border-left-color: rgb(147 51 234 / 0.5) !important;
  border-right-color: rgb(147 51 234 / 0.5) !important;
}

.border-x-purple-600\/55 {
  border-left-color: rgb(147 51 234 / 0.55) !important;
  border-right-color: rgb(147 51 234 / 0.55) !important;
}

.border-x-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6) !important;
  border-right-color: rgb(147 51 234 / 0.6) !important;
}

.border-x-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65) !important;
  border-right-color: rgb(147 51 234 / 0.65) !important;
}

.border-x-purple-600\/70 {
  border-left-color: rgb(147 51 234 / 0.7) !important;
  border-right-color: rgb(147 51 234 / 0.7) !important;
}

.border-x-purple-600\/75 {
  border-left-color: rgb(147 51 234 / 0.75) !important;
  border-right-color: rgb(147 51 234 / 0.75) !important;
}

.border-x-purple-600\/80 {
  border-left-color: rgb(147 51 234 / 0.8) !important;
  border-right-color: rgb(147 51 234 / 0.8) !important;
}

.border-x-purple-600\/85 {
  border-left-color: rgb(147 51 234 / 0.85) !important;
  border-right-color: rgb(147 51 234 / 0.85) !important;
}

.border-x-purple-600\/90 {
  border-left-color: rgb(147 51 234 / 0.9) !important;
  border-right-color: rgb(147 51 234 / 0.9) !important;
}

.border-x-purple-600\/95 {
  border-left-color: rgb(147 51 234 / 0.95) !important;
  border-right-color: rgb(147 51 234 / 0.95) !important;
}

.border-x-purple-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-700\/0 {
  border-left-color: rgb(126 34 206 / 0) !important;
  border-right-color: rgb(126 34 206 / 0) !important;
}

.border-x-purple-700\/10 {
  border-left-color: rgb(126 34 206 / 0.1) !important;
  border-right-color: rgb(126 34 206 / 0.1) !important;
}

.border-x-purple-700\/100 {
  border-left-color: rgb(126 34 206 / 1) !important;
  border-right-color: rgb(126 34 206 / 1) !important;
}

.border-x-purple-700\/15 {
  border-left-color: rgb(126 34 206 / 0.15) !important;
  border-right-color: rgb(126 34 206 / 0.15) !important;
}

.border-x-purple-700\/20 {
  border-left-color: rgb(126 34 206 / 0.2) !important;
  border-right-color: rgb(126 34 206 / 0.2) !important;
}

.border-x-purple-700\/25 {
  border-left-color: rgb(126 34 206 / 0.25) !important;
  border-right-color: rgb(126 34 206 / 0.25) !important;
}

.border-x-purple-700\/30 {
  border-left-color: rgb(126 34 206 / 0.3) !important;
  border-right-color: rgb(126 34 206 / 0.3) !important;
}

.border-x-purple-700\/35 {
  border-left-color: rgb(126 34 206 / 0.35) !important;
  border-right-color: rgb(126 34 206 / 0.35) !important;
}

.border-x-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4) !important;
  border-right-color: rgb(126 34 206 / 0.4) !important;
}

.border-x-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45) !important;
  border-right-color: rgb(126 34 206 / 0.45) !important;
}

.border-x-purple-700\/5 {
  border-left-color: rgb(126 34 206 / 0.05) !important;
  border-right-color: rgb(126 34 206 / 0.05) !important;
}

.border-x-purple-700\/50 {
  border-left-color: rgb(126 34 206 / 0.5) !important;
  border-right-color: rgb(126 34 206 / 0.5) !important;
}

.border-x-purple-700\/55 {
  border-left-color: rgb(126 34 206 / 0.55) !important;
  border-right-color: rgb(126 34 206 / 0.55) !important;
}

.border-x-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6) !important;
  border-right-color: rgb(126 34 206 / 0.6) !important;
}

.border-x-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65) !important;
  border-right-color: rgb(126 34 206 / 0.65) !important;
}

.border-x-purple-700\/70 {
  border-left-color: rgb(126 34 206 / 0.7) !important;
  border-right-color: rgb(126 34 206 / 0.7) !important;
}

.border-x-purple-700\/75 {
  border-left-color: rgb(126 34 206 / 0.75) !important;
  border-right-color: rgb(126 34 206 / 0.75) !important;
}

.border-x-purple-700\/80 {
  border-left-color: rgb(126 34 206 / 0.8) !important;
  border-right-color: rgb(126 34 206 / 0.8) !important;
}

.border-x-purple-700\/85 {
  border-left-color: rgb(126 34 206 / 0.85) !important;
  border-right-color: rgb(126 34 206 / 0.85) !important;
}

.border-x-purple-700\/90 {
  border-left-color: rgb(126 34 206 / 0.9) !important;
  border-right-color: rgb(126 34 206 / 0.9) !important;
}

.border-x-purple-700\/95 {
  border-left-color: rgb(126 34 206 / 0.95) !important;
  border-right-color: rgb(126 34 206 / 0.95) !important;
}

.border-x-purple-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-800\/0 {
  border-left-color: rgb(107 33 168 / 0) !important;
  border-right-color: rgb(107 33 168 / 0) !important;
}

.border-x-purple-800\/10 {
  border-left-color: rgb(107 33 168 / 0.1) !important;
  border-right-color: rgb(107 33 168 / 0.1) !important;
}

.border-x-purple-800\/100 {
  border-left-color: rgb(107 33 168 / 1) !important;
  border-right-color: rgb(107 33 168 / 1) !important;
}

.border-x-purple-800\/15 {
  border-left-color: rgb(107 33 168 / 0.15) !important;
  border-right-color: rgb(107 33 168 / 0.15) !important;
}

.border-x-purple-800\/20 {
  border-left-color: rgb(107 33 168 / 0.2) !important;
  border-right-color: rgb(107 33 168 / 0.2) !important;
}

.border-x-purple-800\/25 {
  border-left-color: rgb(107 33 168 / 0.25) !important;
  border-right-color: rgb(107 33 168 / 0.25) !important;
}

.border-x-purple-800\/30 {
  border-left-color: rgb(107 33 168 / 0.3) !important;
  border-right-color: rgb(107 33 168 / 0.3) !important;
}

.border-x-purple-800\/35 {
  border-left-color: rgb(107 33 168 / 0.35) !important;
  border-right-color: rgb(107 33 168 / 0.35) !important;
}

.border-x-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4) !important;
  border-right-color: rgb(107 33 168 / 0.4) !important;
}

.border-x-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45) !important;
  border-right-color: rgb(107 33 168 / 0.45) !important;
}

.border-x-purple-800\/5 {
  border-left-color: rgb(107 33 168 / 0.05) !important;
  border-right-color: rgb(107 33 168 / 0.05) !important;
}

.border-x-purple-800\/50 {
  border-left-color: rgb(107 33 168 / 0.5) !important;
  border-right-color: rgb(107 33 168 / 0.5) !important;
}

.border-x-purple-800\/55 {
  border-left-color: rgb(107 33 168 / 0.55) !important;
  border-right-color: rgb(107 33 168 / 0.55) !important;
}

.border-x-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6) !important;
  border-right-color: rgb(107 33 168 / 0.6) !important;
}

.border-x-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65) !important;
  border-right-color: rgb(107 33 168 / 0.65) !important;
}

.border-x-purple-800\/70 {
  border-left-color: rgb(107 33 168 / 0.7) !important;
  border-right-color: rgb(107 33 168 / 0.7) !important;
}

.border-x-purple-800\/75 {
  border-left-color: rgb(107 33 168 / 0.75) !important;
  border-right-color: rgb(107 33 168 / 0.75) !important;
}

.border-x-purple-800\/80 {
  border-left-color: rgb(107 33 168 / 0.8) !important;
  border-right-color: rgb(107 33 168 / 0.8) !important;
}

.border-x-purple-800\/85 {
  border-left-color: rgb(107 33 168 / 0.85) !important;
  border-right-color: rgb(107 33 168 / 0.85) !important;
}

.border-x-purple-800\/90 {
  border-left-color: rgb(107 33 168 / 0.9) !important;
  border-right-color: rgb(107 33 168 / 0.9) !important;
}

.border-x-purple-800\/95 {
  border-left-color: rgb(107 33 168 / 0.95) !important;
  border-right-color: rgb(107 33 168 / 0.95) !important;
}

.border-x-purple-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-900\/0 {
  border-left-color: rgb(88 28 135 / 0) !important;
  border-right-color: rgb(88 28 135 / 0) !important;
}

.border-x-purple-900\/10 {
  border-left-color: rgb(88 28 135 / 0.1) !important;
  border-right-color: rgb(88 28 135 / 0.1) !important;
}

.border-x-purple-900\/100 {
  border-left-color: rgb(88 28 135 / 1) !important;
  border-right-color: rgb(88 28 135 / 1) !important;
}

.border-x-purple-900\/15 {
  border-left-color: rgb(88 28 135 / 0.15) !important;
  border-right-color: rgb(88 28 135 / 0.15) !important;
}

.border-x-purple-900\/20 {
  border-left-color: rgb(88 28 135 / 0.2) !important;
  border-right-color: rgb(88 28 135 / 0.2) !important;
}

.border-x-purple-900\/25 {
  border-left-color: rgb(88 28 135 / 0.25) !important;
  border-right-color: rgb(88 28 135 / 0.25) !important;
}

.border-x-purple-900\/30 {
  border-left-color: rgb(88 28 135 / 0.3) !important;
  border-right-color: rgb(88 28 135 / 0.3) !important;
}

.border-x-purple-900\/35 {
  border-left-color: rgb(88 28 135 / 0.35) !important;
  border-right-color: rgb(88 28 135 / 0.35) !important;
}

.border-x-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4) !important;
  border-right-color: rgb(88 28 135 / 0.4) !important;
}

.border-x-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45) !important;
  border-right-color: rgb(88 28 135 / 0.45) !important;
}

.border-x-purple-900\/5 {
  border-left-color: rgb(88 28 135 / 0.05) !important;
  border-right-color: rgb(88 28 135 / 0.05) !important;
}

.border-x-purple-900\/50 {
  border-left-color: rgb(88 28 135 / 0.5) !important;
  border-right-color: rgb(88 28 135 / 0.5) !important;
}

.border-x-purple-900\/55 {
  border-left-color: rgb(88 28 135 / 0.55) !important;
  border-right-color: rgb(88 28 135 / 0.55) !important;
}

.border-x-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6) !important;
  border-right-color: rgb(88 28 135 / 0.6) !important;
}

.border-x-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65) !important;
  border-right-color: rgb(88 28 135 / 0.65) !important;
}

.border-x-purple-900\/70 {
  border-left-color: rgb(88 28 135 / 0.7) !important;
  border-right-color: rgb(88 28 135 / 0.7) !important;
}

.border-x-purple-900\/75 {
  border-left-color: rgb(88 28 135 / 0.75) !important;
  border-right-color: rgb(88 28 135 / 0.75) !important;
}

.border-x-purple-900\/80 {
  border-left-color: rgb(88 28 135 / 0.8) !important;
  border-right-color: rgb(88 28 135 / 0.8) !important;
}

.border-x-purple-900\/85 {
  border-left-color: rgb(88 28 135 / 0.85) !important;
  border-right-color: rgb(88 28 135 / 0.85) !important;
}

.border-x-purple-900\/90 {
  border-left-color: rgb(88 28 135 / 0.9) !important;
  border-right-color: rgb(88 28 135 / 0.9) !important;
}

.border-x-purple-900\/95 {
  border-left-color: rgb(88 28 135 / 0.95) !important;
  border-right-color: rgb(88 28 135 / 0.95) !important;
}

.border-x-purple-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-x-purple-950\/0 {
  border-left-color: rgb(59 7 100 / 0) !important;
  border-right-color: rgb(59 7 100 / 0) !important;
}

.border-x-purple-950\/10 {
  border-left-color: rgb(59 7 100 / 0.1) !important;
  border-right-color: rgb(59 7 100 / 0.1) !important;
}

.border-x-purple-950\/100 {
  border-left-color: rgb(59 7 100 / 1) !important;
  border-right-color: rgb(59 7 100 / 1) !important;
}

.border-x-purple-950\/15 {
  border-left-color: rgb(59 7 100 / 0.15) !important;
  border-right-color: rgb(59 7 100 / 0.15) !important;
}

.border-x-purple-950\/20 {
  border-left-color: rgb(59 7 100 / 0.2) !important;
  border-right-color: rgb(59 7 100 / 0.2) !important;
}

.border-x-purple-950\/25 {
  border-left-color: rgb(59 7 100 / 0.25) !important;
  border-right-color: rgb(59 7 100 / 0.25) !important;
}

.border-x-purple-950\/30 {
  border-left-color: rgb(59 7 100 / 0.3) !important;
  border-right-color: rgb(59 7 100 / 0.3) !important;
}

.border-x-purple-950\/35 {
  border-left-color: rgb(59 7 100 / 0.35) !important;
  border-right-color: rgb(59 7 100 / 0.35) !important;
}

.border-x-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4) !important;
  border-right-color: rgb(59 7 100 / 0.4) !important;
}

.border-x-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45) !important;
  border-right-color: rgb(59 7 100 / 0.45) !important;
}

.border-x-purple-950\/5 {
  border-left-color: rgb(59 7 100 / 0.05) !important;
  border-right-color: rgb(59 7 100 / 0.05) !important;
}

.border-x-purple-950\/50 {
  border-left-color: rgb(59 7 100 / 0.5) !important;
  border-right-color: rgb(59 7 100 / 0.5) !important;
}

.border-x-purple-950\/55 {
  border-left-color: rgb(59 7 100 / 0.55) !important;
  border-right-color: rgb(59 7 100 / 0.55) !important;
}

.border-x-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6) !important;
  border-right-color: rgb(59 7 100 / 0.6) !important;
}

.border-x-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65) !important;
  border-right-color: rgb(59 7 100 / 0.65) !important;
}

.border-x-purple-950\/70 {
  border-left-color: rgb(59 7 100 / 0.7) !important;
  border-right-color: rgb(59 7 100 / 0.7) !important;
}

.border-x-purple-950\/75 {
  border-left-color: rgb(59 7 100 / 0.75) !important;
  border-right-color: rgb(59 7 100 / 0.75) !important;
}

.border-x-purple-950\/80 {
  border-left-color: rgb(59 7 100 / 0.8) !important;
  border-right-color: rgb(59 7 100 / 0.8) !important;
}

.border-x-purple-950\/85 {
  border-left-color: rgb(59 7 100 / 0.85) !important;
  border-right-color: rgb(59 7 100 / 0.85) !important;
}

.border-x-purple-950\/90 {
  border-left-color: rgb(59 7 100 / 0.9) !important;
  border-right-color: rgb(59 7 100 / 0.9) !important;
}

.border-x-purple-950\/95 {
  border-left-color: rgb(59 7 100 / 0.95) !important;
  border-right-color: rgb(59 7 100 / 0.95) !important;
}

.border-x-red-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-100\/0 {
  border-left-color: rgb(254 226 226 / 0) !important;
  border-right-color: rgb(254 226 226 / 0) !important;
}

.border-x-red-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1) !important;
  border-right-color: rgb(254 226 226 / 0.1) !important;
}

.border-x-red-100\/100 {
  border-left-color: rgb(254 226 226 / 1) !important;
  border-right-color: rgb(254 226 226 / 1) !important;
}

.border-x-red-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15) !important;
  border-right-color: rgb(254 226 226 / 0.15) !important;
}

.border-x-red-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2) !important;
  border-right-color: rgb(254 226 226 / 0.2) !important;
}

.border-x-red-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25) !important;
  border-right-color: rgb(254 226 226 / 0.25) !important;
}

.border-x-red-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3) !important;
  border-right-color: rgb(254 226 226 / 0.3) !important;
}

.border-x-red-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35) !important;
  border-right-color: rgb(254 226 226 / 0.35) !important;
}

.border-x-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4) !important;
  border-right-color: rgb(254 226 226 / 0.4) !important;
}

.border-x-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45) !important;
  border-right-color: rgb(254 226 226 / 0.45) !important;
}

.border-x-red-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05) !important;
  border-right-color: rgb(254 226 226 / 0.05) !important;
}

.border-x-red-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5) !important;
  border-right-color: rgb(254 226 226 / 0.5) !important;
}

.border-x-red-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55) !important;
  border-right-color: rgb(254 226 226 / 0.55) !important;
}

.border-x-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6) !important;
  border-right-color: rgb(254 226 226 / 0.6) !important;
}

.border-x-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65) !important;
  border-right-color: rgb(254 226 226 / 0.65) !important;
}

.border-x-red-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7) !important;
  border-right-color: rgb(254 226 226 / 0.7) !important;
}

.border-x-red-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75) !important;
  border-right-color: rgb(254 226 226 / 0.75) !important;
}

.border-x-red-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8) !important;
  border-right-color: rgb(254 226 226 / 0.8) !important;
}

.border-x-red-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85) !important;
  border-right-color: rgb(254 226 226 / 0.85) !important;
}

.border-x-red-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9) !important;
  border-right-color: rgb(254 226 226 / 0.9) !important;
}

.border-x-red-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95) !important;
  border-right-color: rgb(254 226 226 / 0.95) !important;
}

.border-x-red-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-200\/0 {
  border-left-color: rgb(254 202 202 / 0) !important;
  border-right-color: rgb(254 202 202 / 0) !important;
}

.border-x-red-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1) !important;
  border-right-color: rgb(254 202 202 / 0.1) !important;
}

.border-x-red-200\/100 {
  border-left-color: rgb(254 202 202 / 1) !important;
  border-right-color: rgb(254 202 202 / 1) !important;
}

.border-x-red-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15) !important;
  border-right-color: rgb(254 202 202 / 0.15) !important;
}

.border-x-red-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2) !important;
  border-right-color: rgb(254 202 202 / 0.2) !important;
}

.border-x-red-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25) !important;
  border-right-color: rgb(254 202 202 / 0.25) !important;
}

.border-x-red-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3) !important;
  border-right-color: rgb(254 202 202 / 0.3) !important;
}

.border-x-red-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35) !important;
  border-right-color: rgb(254 202 202 / 0.35) !important;
}

.border-x-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4) !important;
  border-right-color: rgb(254 202 202 / 0.4) !important;
}

.border-x-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45) !important;
  border-right-color: rgb(254 202 202 / 0.45) !important;
}

.border-x-red-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05) !important;
  border-right-color: rgb(254 202 202 / 0.05) !important;
}

.border-x-red-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5) !important;
  border-right-color: rgb(254 202 202 / 0.5) !important;
}

.border-x-red-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55) !important;
  border-right-color: rgb(254 202 202 / 0.55) !important;
}

.border-x-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6) !important;
  border-right-color: rgb(254 202 202 / 0.6) !important;
}

.border-x-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65) !important;
  border-right-color: rgb(254 202 202 / 0.65) !important;
}

.border-x-red-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7) !important;
  border-right-color: rgb(254 202 202 / 0.7) !important;
}

.border-x-red-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75) !important;
  border-right-color: rgb(254 202 202 / 0.75) !important;
}

.border-x-red-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8) !important;
  border-right-color: rgb(254 202 202 / 0.8) !important;
}

.border-x-red-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85) !important;
  border-right-color: rgb(254 202 202 / 0.85) !important;
}

.border-x-red-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9) !important;
  border-right-color: rgb(254 202 202 / 0.9) !important;
}

.border-x-red-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95) !important;
  border-right-color: rgb(254 202 202 / 0.95) !important;
}

.border-x-red-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-300\/0 {
  border-left-color: rgb(252 165 165 / 0) !important;
  border-right-color: rgb(252 165 165 / 0) !important;
}

.border-x-red-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1) !important;
  border-right-color: rgb(252 165 165 / 0.1) !important;
}

.border-x-red-300\/100 {
  border-left-color: rgb(252 165 165 / 1) !important;
  border-right-color: rgb(252 165 165 / 1) !important;
}

.border-x-red-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15) !important;
  border-right-color: rgb(252 165 165 / 0.15) !important;
}

.border-x-red-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2) !important;
  border-right-color: rgb(252 165 165 / 0.2) !important;
}

.border-x-red-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25) !important;
  border-right-color: rgb(252 165 165 / 0.25) !important;
}

.border-x-red-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3) !important;
  border-right-color: rgb(252 165 165 / 0.3) !important;
}

.border-x-red-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35) !important;
  border-right-color: rgb(252 165 165 / 0.35) !important;
}

.border-x-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4) !important;
  border-right-color: rgb(252 165 165 / 0.4) !important;
}

.border-x-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45) !important;
  border-right-color: rgb(252 165 165 / 0.45) !important;
}

.border-x-red-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05) !important;
  border-right-color: rgb(252 165 165 / 0.05) !important;
}

.border-x-red-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5) !important;
  border-right-color: rgb(252 165 165 / 0.5) !important;
}

.border-x-red-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55) !important;
  border-right-color: rgb(252 165 165 / 0.55) !important;
}

.border-x-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6) !important;
  border-right-color: rgb(252 165 165 / 0.6) !important;
}

.border-x-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65) !important;
  border-right-color: rgb(252 165 165 / 0.65) !important;
}

.border-x-red-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7) !important;
  border-right-color: rgb(252 165 165 / 0.7) !important;
}

.border-x-red-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75) !important;
  border-right-color: rgb(252 165 165 / 0.75) !important;
}

.border-x-red-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8) !important;
  border-right-color: rgb(252 165 165 / 0.8) !important;
}

.border-x-red-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85) !important;
  border-right-color: rgb(252 165 165 / 0.85) !important;
}

.border-x-red-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9) !important;
  border-right-color: rgb(252 165 165 / 0.9) !important;
}

.border-x-red-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95) !important;
  border-right-color: rgb(252 165 165 / 0.95) !important;
}

.border-x-red-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-400\/0 {
  border-left-color: rgb(248 113 113 / 0) !important;
  border-right-color: rgb(248 113 113 / 0) !important;
}

.border-x-red-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1) !important;
  border-right-color: rgb(248 113 113 / 0.1) !important;
}

.border-x-red-400\/100 {
  border-left-color: rgb(248 113 113 / 1) !important;
  border-right-color: rgb(248 113 113 / 1) !important;
}

.border-x-red-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15) !important;
  border-right-color: rgb(248 113 113 / 0.15) !important;
}

.border-x-red-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2) !important;
  border-right-color: rgb(248 113 113 / 0.2) !important;
}

.border-x-red-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25) !important;
  border-right-color: rgb(248 113 113 / 0.25) !important;
}

.border-x-red-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3) !important;
  border-right-color: rgb(248 113 113 / 0.3) !important;
}

.border-x-red-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35) !important;
  border-right-color: rgb(248 113 113 / 0.35) !important;
}

.border-x-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4) !important;
  border-right-color: rgb(248 113 113 / 0.4) !important;
}

.border-x-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45) !important;
  border-right-color: rgb(248 113 113 / 0.45) !important;
}

.border-x-red-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05) !important;
  border-right-color: rgb(248 113 113 / 0.05) !important;
}

.border-x-red-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5) !important;
  border-right-color: rgb(248 113 113 / 0.5) !important;
}

.border-x-red-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55) !important;
  border-right-color: rgb(248 113 113 / 0.55) !important;
}

.border-x-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6) !important;
  border-right-color: rgb(248 113 113 / 0.6) !important;
}

.border-x-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65) !important;
  border-right-color: rgb(248 113 113 / 0.65) !important;
}

.border-x-red-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7) !important;
  border-right-color: rgb(248 113 113 / 0.7) !important;
}

.border-x-red-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75) !important;
  border-right-color: rgb(248 113 113 / 0.75) !important;
}

.border-x-red-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8) !important;
  border-right-color: rgb(248 113 113 / 0.8) !important;
}

.border-x-red-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85) !important;
  border-right-color: rgb(248 113 113 / 0.85) !important;
}

.border-x-red-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9) !important;
  border-right-color: rgb(248 113 113 / 0.9) !important;
}

.border-x-red-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95) !important;
  border-right-color: rgb(248 113 113 / 0.95) !important;
}

.border-x-red-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-50\/0 {
  border-left-color: rgb(254 242 242 / 0) !important;
  border-right-color: rgb(254 242 242 / 0) !important;
}

.border-x-red-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1) !important;
  border-right-color: rgb(254 242 242 / 0.1) !important;
}

.border-x-red-50\/100 {
  border-left-color: rgb(254 242 242 / 1) !important;
  border-right-color: rgb(254 242 242 / 1) !important;
}

.border-x-red-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15) !important;
  border-right-color: rgb(254 242 242 / 0.15) !important;
}

.border-x-red-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2) !important;
  border-right-color: rgb(254 242 242 / 0.2) !important;
}

.border-x-red-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25) !important;
  border-right-color: rgb(254 242 242 / 0.25) !important;
}

.border-x-red-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3) !important;
  border-right-color: rgb(254 242 242 / 0.3) !important;
}

.border-x-red-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35) !important;
  border-right-color: rgb(254 242 242 / 0.35) !important;
}

.border-x-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4) !important;
  border-right-color: rgb(254 242 242 / 0.4) !important;
}

.border-x-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45) !important;
  border-right-color: rgb(254 242 242 / 0.45) !important;
}

.border-x-red-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05) !important;
  border-right-color: rgb(254 242 242 / 0.05) !important;
}

.border-x-red-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5) !important;
  border-right-color: rgb(254 242 242 / 0.5) !important;
}

.border-x-red-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55) !important;
  border-right-color: rgb(254 242 242 / 0.55) !important;
}

.border-x-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6) !important;
  border-right-color: rgb(254 242 242 / 0.6) !important;
}

.border-x-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65) !important;
  border-right-color: rgb(254 242 242 / 0.65) !important;
}

.border-x-red-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7) !important;
  border-right-color: rgb(254 242 242 / 0.7) !important;
}

.border-x-red-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75) !important;
  border-right-color: rgb(254 242 242 / 0.75) !important;
}

.border-x-red-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8) !important;
  border-right-color: rgb(254 242 242 / 0.8) !important;
}

.border-x-red-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85) !important;
  border-right-color: rgb(254 242 242 / 0.85) !important;
}

.border-x-red-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9) !important;
  border-right-color: rgb(254 242 242 / 0.9) !important;
}

.border-x-red-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95) !important;
  border-right-color: rgb(254 242 242 / 0.95) !important;
}

.border-x-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-500\/0 {
  border-left-color: rgb(239 68 68 / 0) !important;
  border-right-color: rgb(239 68 68 / 0) !important;
}

.border-x-red-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1) !important;
  border-right-color: rgb(239 68 68 / 0.1) !important;
}

.border-x-red-500\/100 {
  border-left-color: rgb(239 68 68 / 1) !important;
  border-right-color: rgb(239 68 68 / 1) !important;
}

.border-x-red-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15) !important;
  border-right-color: rgb(239 68 68 / 0.15) !important;
}

.border-x-red-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2) !important;
  border-right-color: rgb(239 68 68 / 0.2) !important;
}

.border-x-red-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25) !important;
  border-right-color: rgb(239 68 68 / 0.25) !important;
}

.border-x-red-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3) !important;
  border-right-color: rgb(239 68 68 / 0.3) !important;
}

.border-x-red-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35) !important;
  border-right-color: rgb(239 68 68 / 0.35) !important;
}

.border-x-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4) !important;
  border-right-color: rgb(239 68 68 / 0.4) !important;
}

.border-x-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45) !important;
  border-right-color: rgb(239 68 68 / 0.45) !important;
}

.border-x-red-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05) !important;
  border-right-color: rgb(239 68 68 / 0.05) !important;
}

.border-x-red-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5) !important;
  border-right-color: rgb(239 68 68 / 0.5) !important;
}

.border-x-red-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55) !important;
  border-right-color: rgb(239 68 68 / 0.55) !important;
}

.border-x-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6) !important;
  border-right-color: rgb(239 68 68 / 0.6) !important;
}

.border-x-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65) !important;
  border-right-color: rgb(239 68 68 / 0.65) !important;
}

.border-x-red-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7) !important;
  border-right-color: rgb(239 68 68 / 0.7) !important;
}

.border-x-red-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75) !important;
  border-right-color: rgb(239 68 68 / 0.75) !important;
}

.border-x-red-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8) !important;
  border-right-color: rgb(239 68 68 / 0.8) !important;
}

.border-x-red-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85) !important;
  border-right-color: rgb(239 68 68 / 0.85) !important;
}

.border-x-red-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9) !important;
  border-right-color: rgb(239 68 68 / 0.9) !important;
}

.border-x-red-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95) !important;
  border-right-color: rgb(239 68 68 / 0.95) !important;
}

.border-x-red-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-600\/0 {
  border-left-color: rgb(220 38 38 / 0) !important;
  border-right-color: rgb(220 38 38 / 0) !important;
}

.border-x-red-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1) !important;
  border-right-color: rgb(220 38 38 / 0.1) !important;
}

.border-x-red-600\/100 {
  border-left-color: rgb(220 38 38 / 1) !important;
  border-right-color: rgb(220 38 38 / 1) !important;
}

.border-x-red-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15) !important;
  border-right-color: rgb(220 38 38 / 0.15) !important;
}

.border-x-red-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2) !important;
  border-right-color: rgb(220 38 38 / 0.2) !important;
}

.border-x-red-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25) !important;
  border-right-color: rgb(220 38 38 / 0.25) !important;
}

.border-x-red-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3) !important;
  border-right-color: rgb(220 38 38 / 0.3) !important;
}

.border-x-red-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35) !important;
  border-right-color: rgb(220 38 38 / 0.35) !important;
}

.border-x-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4) !important;
  border-right-color: rgb(220 38 38 / 0.4) !important;
}

.border-x-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45) !important;
  border-right-color: rgb(220 38 38 / 0.45) !important;
}

.border-x-red-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05) !important;
  border-right-color: rgb(220 38 38 / 0.05) !important;
}

.border-x-red-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5) !important;
  border-right-color: rgb(220 38 38 / 0.5) !important;
}

.border-x-red-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55) !important;
  border-right-color: rgb(220 38 38 / 0.55) !important;
}

.border-x-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6) !important;
  border-right-color: rgb(220 38 38 / 0.6) !important;
}

.border-x-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65) !important;
  border-right-color: rgb(220 38 38 / 0.65) !important;
}

.border-x-red-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7) !important;
  border-right-color: rgb(220 38 38 / 0.7) !important;
}

.border-x-red-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75) !important;
  border-right-color: rgb(220 38 38 / 0.75) !important;
}

.border-x-red-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8) !important;
  border-right-color: rgb(220 38 38 / 0.8) !important;
}

.border-x-red-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85) !important;
  border-right-color: rgb(220 38 38 / 0.85) !important;
}

.border-x-red-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9) !important;
  border-right-color: rgb(220 38 38 / 0.9) !important;
}

.border-x-red-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95) !important;
  border-right-color: rgb(220 38 38 / 0.95) !important;
}

.border-x-red-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-700\/0 {
  border-left-color: rgb(185 28 28 / 0) !important;
  border-right-color: rgb(185 28 28 / 0) !important;
}

.border-x-red-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1) !important;
  border-right-color: rgb(185 28 28 / 0.1) !important;
}

.border-x-red-700\/100 {
  border-left-color: rgb(185 28 28 / 1) !important;
  border-right-color: rgb(185 28 28 / 1) !important;
}

.border-x-red-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15) !important;
  border-right-color: rgb(185 28 28 / 0.15) !important;
}

.border-x-red-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2) !important;
  border-right-color: rgb(185 28 28 / 0.2) !important;
}

.border-x-red-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25) !important;
  border-right-color: rgb(185 28 28 / 0.25) !important;
}

.border-x-red-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3) !important;
  border-right-color: rgb(185 28 28 / 0.3) !important;
}

.border-x-red-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35) !important;
  border-right-color: rgb(185 28 28 / 0.35) !important;
}

.border-x-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4) !important;
  border-right-color: rgb(185 28 28 / 0.4) !important;
}

.border-x-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45) !important;
  border-right-color: rgb(185 28 28 / 0.45) !important;
}

.border-x-red-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05) !important;
  border-right-color: rgb(185 28 28 / 0.05) !important;
}

.border-x-red-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5) !important;
  border-right-color: rgb(185 28 28 / 0.5) !important;
}

.border-x-red-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55) !important;
  border-right-color: rgb(185 28 28 / 0.55) !important;
}

.border-x-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6) !important;
  border-right-color: rgb(185 28 28 / 0.6) !important;
}

.border-x-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65) !important;
  border-right-color: rgb(185 28 28 / 0.65) !important;
}

.border-x-red-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7) !important;
  border-right-color: rgb(185 28 28 / 0.7) !important;
}

.border-x-red-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75) !important;
  border-right-color: rgb(185 28 28 / 0.75) !important;
}

.border-x-red-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8) !important;
  border-right-color: rgb(185 28 28 / 0.8) !important;
}

.border-x-red-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85) !important;
  border-right-color: rgb(185 28 28 / 0.85) !important;
}

.border-x-red-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9) !important;
  border-right-color: rgb(185 28 28 / 0.9) !important;
}

.border-x-red-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95) !important;
  border-right-color: rgb(185 28 28 / 0.95) !important;
}

.border-x-red-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-800\/0 {
  border-left-color: rgb(153 27 27 / 0) !important;
  border-right-color: rgb(153 27 27 / 0) !important;
}

.border-x-red-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1) !important;
  border-right-color: rgb(153 27 27 / 0.1) !important;
}

.border-x-red-800\/100 {
  border-left-color: rgb(153 27 27 / 1) !important;
  border-right-color: rgb(153 27 27 / 1) !important;
}

.border-x-red-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15) !important;
  border-right-color: rgb(153 27 27 / 0.15) !important;
}

.border-x-red-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2) !important;
  border-right-color: rgb(153 27 27 / 0.2) !important;
}

.border-x-red-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25) !important;
  border-right-color: rgb(153 27 27 / 0.25) !important;
}

.border-x-red-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3) !important;
  border-right-color: rgb(153 27 27 / 0.3) !important;
}

.border-x-red-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35) !important;
  border-right-color: rgb(153 27 27 / 0.35) !important;
}

.border-x-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4) !important;
  border-right-color: rgb(153 27 27 / 0.4) !important;
}

.border-x-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45) !important;
  border-right-color: rgb(153 27 27 / 0.45) !important;
}

.border-x-red-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05) !important;
  border-right-color: rgb(153 27 27 / 0.05) !important;
}

.border-x-red-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5) !important;
  border-right-color: rgb(153 27 27 / 0.5) !important;
}

.border-x-red-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55) !important;
  border-right-color: rgb(153 27 27 / 0.55) !important;
}

.border-x-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6) !important;
  border-right-color: rgb(153 27 27 / 0.6) !important;
}

.border-x-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65) !important;
  border-right-color: rgb(153 27 27 / 0.65) !important;
}

.border-x-red-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7) !important;
  border-right-color: rgb(153 27 27 / 0.7) !important;
}

.border-x-red-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75) !important;
  border-right-color: rgb(153 27 27 / 0.75) !important;
}

.border-x-red-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8) !important;
  border-right-color: rgb(153 27 27 / 0.8) !important;
}

.border-x-red-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85) !important;
  border-right-color: rgb(153 27 27 / 0.85) !important;
}

.border-x-red-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9) !important;
  border-right-color: rgb(153 27 27 / 0.9) !important;
}

.border-x-red-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95) !important;
  border-right-color: rgb(153 27 27 / 0.95) !important;
}

.border-x-red-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-900\/0 {
  border-left-color: rgb(127 29 29 / 0) !important;
  border-right-color: rgb(127 29 29 / 0) !important;
}

.border-x-red-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1) !important;
  border-right-color: rgb(127 29 29 / 0.1) !important;
}

.border-x-red-900\/100 {
  border-left-color: rgb(127 29 29 / 1) !important;
  border-right-color: rgb(127 29 29 / 1) !important;
}

.border-x-red-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15) !important;
  border-right-color: rgb(127 29 29 / 0.15) !important;
}

.border-x-red-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2) !important;
  border-right-color: rgb(127 29 29 / 0.2) !important;
}

.border-x-red-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25) !important;
  border-right-color: rgb(127 29 29 / 0.25) !important;
}

.border-x-red-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3) !important;
  border-right-color: rgb(127 29 29 / 0.3) !important;
}

.border-x-red-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35) !important;
  border-right-color: rgb(127 29 29 / 0.35) !important;
}

.border-x-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4) !important;
  border-right-color: rgb(127 29 29 / 0.4) !important;
}

.border-x-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45) !important;
  border-right-color: rgb(127 29 29 / 0.45) !important;
}

.border-x-red-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05) !important;
  border-right-color: rgb(127 29 29 / 0.05) !important;
}

.border-x-red-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5) !important;
  border-right-color: rgb(127 29 29 / 0.5) !important;
}

.border-x-red-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55) !important;
  border-right-color: rgb(127 29 29 / 0.55) !important;
}

.border-x-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6) !important;
  border-right-color: rgb(127 29 29 / 0.6) !important;
}

.border-x-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65) !important;
  border-right-color: rgb(127 29 29 / 0.65) !important;
}

.border-x-red-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7) !important;
  border-right-color: rgb(127 29 29 / 0.7) !important;
}

.border-x-red-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75) !important;
  border-right-color: rgb(127 29 29 / 0.75) !important;
}

.border-x-red-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8) !important;
  border-right-color: rgb(127 29 29 / 0.8) !important;
}

.border-x-red-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85) !important;
  border-right-color: rgb(127 29 29 / 0.85) !important;
}

.border-x-red-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9) !important;
  border-right-color: rgb(127 29 29 / 0.9) !important;
}

.border-x-red-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95) !important;
  border-right-color: rgb(127 29 29 / 0.95) !important;
}

.border-x-red-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-x-red-950\/0 {
  border-left-color: rgb(69 10 10 / 0) !important;
  border-right-color: rgb(69 10 10 / 0) !important;
}

.border-x-red-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1) !important;
  border-right-color: rgb(69 10 10 / 0.1) !important;
}

.border-x-red-950\/100 {
  border-left-color: rgb(69 10 10 / 1) !important;
  border-right-color: rgb(69 10 10 / 1) !important;
}

.border-x-red-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15) !important;
  border-right-color: rgb(69 10 10 / 0.15) !important;
}

.border-x-red-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2) !important;
  border-right-color: rgb(69 10 10 / 0.2) !important;
}

.border-x-red-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25) !important;
  border-right-color: rgb(69 10 10 / 0.25) !important;
}

.border-x-red-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3) !important;
  border-right-color: rgb(69 10 10 / 0.3) !important;
}

.border-x-red-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35) !important;
  border-right-color: rgb(69 10 10 / 0.35) !important;
}

.border-x-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4) !important;
  border-right-color: rgb(69 10 10 / 0.4) !important;
}

.border-x-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45) !important;
  border-right-color: rgb(69 10 10 / 0.45) !important;
}

.border-x-red-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05) !important;
  border-right-color: rgb(69 10 10 / 0.05) !important;
}

.border-x-red-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5) !important;
  border-right-color: rgb(69 10 10 / 0.5) !important;
}

.border-x-red-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55) !important;
  border-right-color: rgb(69 10 10 / 0.55) !important;
}

.border-x-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6) !important;
  border-right-color: rgb(69 10 10 / 0.6) !important;
}

.border-x-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65) !important;
  border-right-color: rgb(69 10 10 / 0.65) !important;
}

.border-x-red-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7) !important;
  border-right-color: rgb(69 10 10 / 0.7) !important;
}

.border-x-red-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75) !important;
  border-right-color: rgb(69 10 10 / 0.75) !important;
}

.border-x-red-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8) !important;
  border-right-color: rgb(69 10 10 / 0.8) !important;
}

.border-x-red-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85) !important;
  border-right-color: rgb(69 10 10 / 0.85) !important;
}

.border-x-red-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9) !important;
  border-right-color: rgb(69 10 10 / 0.9) !important;
}

.border-x-red-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95) !important;
  border-right-color: rgb(69 10 10 / 0.95) !important;
}

.border-x-rose-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-100\/0 {
  border-left-color: rgb(255 228 230 / 0) !important;
  border-right-color: rgb(255 228 230 / 0) !important;
}

.border-x-rose-100\/10 {
  border-left-color: rgb(255 228 230 / 0.1) !important;
  border-right-color: rgb(255 228 230 / 0.1) !important;
}

.border-x-rose-100\/100 {
  border-left-color: rgb(255 228 230 / 1) !important;
  border-right-color: rgb(255 228 230 / 1) !important;
}

.border-x-rose-100\/15 {
  border-left-color: rgb(255 228 230 / 0.15) !important;
  border-right-color: rgb(255 228 230 / 0.15) !important;
}

.border-x-rose-100\/20 {
  border-left-color: rgb(255 228 230 / 0.2) !important;
  border-right-color: rgb(255 228 230 / 0.2) !important;
}

.border-x-rose-100\/25 {
  border-left-color: rgb(255 228 230 / 0.25) !important;
  border-right-color: rgb(255 228 230 / 0.25) !important;
}

.border-x-rose-100\/30 {
  border-left-color: rgb(255 228 230 / 0.3) !important;
  border-right-color: rgb(255 228 230 / 0.3) !important;
}

.border-x-rose-100\/35 {
  border-left-color: rgb(255 228 230 / 0.35) !important;
  border-right-color: rgb(255 228 230 / 0.35) !important;
}

.border-x-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4) !important;
  border-right-color: rgb(255 228 230 / 0.4) !important;
}

.border-x-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45) !important;
  border-right-color: rgb(255 228 230 / 0.45) !important;
}

.border-x-rose-100\/5 {
  border-left-color: rgb(255 228 230 / 0.05) !important;
  border-right-color: rgb(255 228 230 / 0.05) !important;
}

.border-x-rose-100\/50 {
  border-left-color: rgb(255 228 230 / 0.5) !important;
  border-right-color: rgb(255 228 230 / 0.5) !important;
}

.border-x-rose-100\/55 {
  border-left-color: rgb(255 228 230 / 0.55) !important;
  border-right-color: rgb(255 228 230 / 0.55) !important;
}

.border-x-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6) !important;
  border-right-color: rgb(255 228 230 / 0.6) !important;
}

.border-x-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65) !important;
  border-right-color: rgb(255 228 230 / 0.65) !important;
}

.border-x-rose-100\/70 {
  border-left-color: rgb(255 228 230 / 0.7) !important;
  border-right-color: rgb(255 228 230 / 0.7) !important;
}

.border-x-rose-100\/75 {
  border-left-color: rgb(255 228 230 / 0.75) !important;
  border-right-color: rgb(255 228 230 / 0.75) !important;
}

.border-x-rose-100\/80 {
  border-left-color: rgb(255 228 230 / 0.8) !important;
  border-right-color: rgb(255 228 230 / 0.8) !important;
}

.border-x-rose-100\/85 {
  border-left-color: rgb(255 228 230 / 0.85) !important;
  border-right-color: rgb(255 228 230 / 0.85) !important;
}

.border-x-rose-100\/90 {
  border-left-color: rgb(255 228 230 / 0.9) !important;
  border-right-color: rgb(255 228 230 / 0.9) !important;
}

.border-x-rose-100\/95 {
  border-left-color: rgb(255 228 230 / 0.95) !important;
  border-right-color: rgb(255 228 230 / 0.95) !important;
}

.border-x-rose-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-200\/0 {
  border-left-color: rgb(254 205 211 / 0) !important;
  border-right-color: rgb(254 205 211 / 0) !important;
}

.border-x-rose-200\/10 {
  border-left-color: rgb(254 205 211 / 0.1) !important;
  border-right-color: rgb(254 205 211 / 0.1) !important;
}

.border-x-rose-200\/100 {
  border-left-color: rgb(254 205 211 / 1) !important;
  border-right-color: rgb(254 205 211 / 1) !important;
}

.border-x-rose-200\/15 {
  border-left-color: rgb(254 205 211 / 0.15) !important;
  border-right-color: rgb(254 205 211 / 0.15) !important;
}

.border-x-rose-200\/20 {
  border-left-color: rgb(254 205 211 / 0.2) !important;
  border-right-color: rgb(254 205 211 / 0.2) !important;
}

.border-x-rose-200\/25 {
  border-left-color: rgb(254 205 211 / 0.25) !important;
  border-right-color: rgb(254 205 211 / 0.25) !important;
}

.border-x-rose-200\/30 {
  border-left-color: rgb(254 205 211 / 0.3) !important;
  border-right-color: rgb(254 205 211 / 0.3) !important;
}

.border-x-rose-200\/35 {
  border-left-color: rgb(254 205 211 / 0.35) !important;
  border-right-color: rgb(254 205 211 / 0.35) !important;
}

.border-x-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4) !important;
  border-right-color: rgb(254 205 211 / 0.4) !important;
}

.border-x-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45) !important;
  border-right-color: rgb(254 205 211 / 0.45) !important;
}

.border-x-rose-200\/5 {
  border-left-color: rgb(254 205 211 / 0.05) !important;
  border-right-color: rgb(254 205 211 / 0.05) !important;
}

.border-x-rose-200\/50 {
  border-left-color: rgb(254 205 211 / 0.5) !important;
  border-right-color: rgb(254 205 211 / 0.5) !important;
}

.border-x-rose-200\/55 {
  border-left-color: rgb(254 205 211 / 0.55) !important;
  border-right-color: rgb(254 205 211 / 0.55) !important;
}

.border-x-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6) !important;
  border-right-color: rgb(254 205 211 / 0.6) !important;
}

.border-x-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65) !important;
  border-right-color: rgb(254 205 211 / 0.65) !important;
}

.border-x-rose-200\/70 {
  border-left-color: rgb(254 205 211 / 0.7) !important;
  border-right-color: rgb(254 205 211 / 0.7) !important;
}

.border-x-rose-200\/75 {
  border-left-color: rgb(254 205 211 / 0.75) !important;
  border-right-color: rgb(254 205 211 / 0.75) !important;
}

.border-x-rose-200\/80 {
  border-left-color: rgb(254 205 211 / 0.8) !important;
  border-right-color: rgb(254 205 211 / 0.8) !important;
}

.border-x-rose-200\/85 {
  border-left-color: rgb(254 205 211 / 0.85) !important;
  border-right-color: rgb(254 205 211 / 0.85) !important;
}

.border-x-rose-200\/90 {
  border-left-color: rgb(254 205 211 / 0.9) !important;
  border-right-color: rgb(254 205 211 / 0.9) !important;
}

.border-x-rose-200\/95 {
  border-left-color: rgb(254 205 211 / 0.95) !important;
  border-right-color: rgb(254 205 211 / 0.95) !important;
}

.border-x-rose-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-300\/0 {
  border-left-color: rgb(253 164 175 / 0) !important;
  border-right-color: rgb(253 164 175 / 0) !important;
}

.border-x-rose-300\/10 {
  border-left-color: rgb(253 164 175 / 0.1) !important;
  border-right-color: rgb(253 164 175 / 0.1) !important;
}

.border-x-rose-300\/100 {
  border-left-color: rgb(253 164 175 / 1) !important;
  border-right-color: rgb(253 164 175 / 1) !important;
}

.border-x-rose-300\/15 {
  border-left-color: rgb(253 164 175 / 0.15) !important;
  border-right-color: rgb(253 164 175 / 0.15) !important;
}

.border-x-rose-300\/20 {
  border-left-color: rgb(253 164 175 / 0.2) !important;
  border-right-color: rgb(253 164 175 / 0.2) !important;
}

.border-x-rose-300\/25 {
  border-left-color: rgb(253 164 175 / 0.25) !important;
  border-right-color: rgb(253 164 175 / 0.25) !important;
}

.border-x-rose-300\/30 {
  border-left-color: rgb(253 164 175 / 0.3) !important;
  border-right-color: rgb(253 164 175 / 0.3) !important;
}

.border-x-rose-300\/35 {
  border-left-color: rgb(253 164 175 / 0.35) !important;
  border-right-color: rgb(253 164 175 / 0.35) !important;
}

.border-x-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4) !important;
  border-right-color: rgb(253 164 175 / 0.4) !important;
}

.border-x-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45) !important;
  border-right-color: rgb(253 164 175 / 0.45) !important;
}

.border-x-rose-300\/5 {
  border-left-color: rgb(253 164 175 / 0.05) !important;
  border-right-color: rgb(253 164 175 / 0.05) !important;
}

.border-x-rose-300\/50 {
  border-left-color: rgb(253 164 175 / 0.5) !important;
  border-right-color: rgb(253 164 175 / 0.5) !important;
}

.border-x-rose-300\/55 {
  border-left-color: rgb(253 164 175 / 0.55) !important;
  border-right-color: rgb(253 164 175 / 0.55) !important;
}

.border-x-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6) !important;
  border-right-color: rgb(253 164 175 / 0.6) !important;
}

.border-x-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65) !important;
  border-right-color: rgb(253 164 175 / 0.65) !important;
}

.border-x-rose-300\/70 {
  border-left-color: rgb(253 164 175 / 0.7) !important;
  border-right-color: rgb(253 164 175 / 0.7) !important;
}

.border-x-rose-300\/75 {
  border-left-color: rgb(253 164 175 / 0.75) !important;
  border-right-color: rgb(253 164 175 / 0.75) !important;
}

.border-x-rose-300\/80 {
  border-left-color: rgb(253 164 175 / 0.8) !important;
  border-right-color: rgb(253 164 175 / 0.8) !important;
}

.border-x-rose-300\/85 {
  border-left-color: rgb(253 164 175 / 0.85) !important;
  border-right-color: rgb(253 164 175 / 0.85) !important;
}

.border-x-rose-300\/90 {
  border-left-color: rgb(253 164 175 / 0.9) !important;
  border-right-color: rgb(253 164 175 / 0.9) !important;
}

.border-x-rose-300\/95 {
  border-left-color: rgb(253 164 175 / 0.95) !important;
  border-right-color: rgb(253 164 175 / 0.95) !important;
}

.border-x-rose-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-400\/0 {
  border-left-color: rgb(251 113 133 / 0) !important;
  border-right-color: rgb(251 113 133 / 0) !important;
}

.border-x-rose-400\/10 {
  border-left-color: rgb(251 113 133 / 0.1) !important;
  border-right-color: rgb(251 113 133 / 0.1) !important;
}

.border-x-rose-400\/100 {
  border-left-color: rgb(251 113 133 / 1) !important;
  border-right-color: rgb(251 113 133 / 1) !important;
}

.border-x-rose-400\/15 {
  border-left-color: rgb(251 113 133 / 0.15) !important;
  border-right-color: rgb(251 113 133 / 0.15) !important;
}

.border-x-rose-400\/20 {
  border-left-color: rgb(251 113 133 / 0.2) !important;
  border-right-color: rgb(251 113 133 / 0.2) !important;
}

.border-x-rose-400\/25 {
  border-left-color: rgb(251 113 133 / 0.25) !important;
  border-right-color: rgb(251 113 133 / 0.25) !important;
}

.border-x-rose-400\/30 {
  border-left-color: rgb(251 113 133 / 0.3) !important;
  border-right-color: rgb(251 113 133 / 0.3) !important;
}

.border-x-rose-400\/35 {
  border-left-color: rgb(251 113 133 / 0.35) !important;
  border-right-color: rgb(251 113 133 / 0.35) !important;
}

.border-x-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4) !important;
  border-right-color: rgb(251 113 133 / 0.4) !important;
}

.border-x-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45) !important;
  border-right-color: rgb(251 113 133 / 0.45) !important;
}

.border-x-rose-400\/5 {
  border-left-color: rgb(251 113 133 / 0.05) !important;
  border-right-color: rgb(251 113 133 / 0.05) !important;
}

.border-x-rose-400\/50 {
  border-left-color: rgb(251 113 133 / 0.5) !important;
  border-right-color: rgb(251 113 133 / 0.5) !important;
}

.border-x-rose-400\/55 {
  border-left-color: rgb(251 113 133 / 0.55) !important;
  border-right-color: rgb(251 113 133 / 0.55) !important;
}

.border-x-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6) !important;
  border-right-color: rgb(251 113 133 / 0.6) !important;
}

.border-x-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65) !important;
  border-right-color: rgb(251 113 133 / 0.65) !important;
}

.border-x-rose-400\/70 {
  border-left-color: rgb(251 113 133 / 0.7) !important;
  border-right-color: rgb(251 113 133 / 0.7) !important;
}

.border-x-rose-400\/75 {
  border-left-color: rgb(251 113 133 / 0.75) !important;
  border-right-color: rgb(251 113 133 / 0.75) !important;
}

.border-x-rose-400\/80 {
  border-left-color: rgb(251 113 133 / 0.8) !important;
  border-right-color: rgb(251 113 133 / 0.8) !important;
}

.border-x-rose-400\/85 {
  border-left-color: rgb(251 113 133 / 0.85) !important;
  border-right-color: rgb(251 113 133 / 0.85) !important;
}

.border-x-rose-400\/90 {
  border-left-color: rgb(251 113 133 / 0.9) !important;
  border-right-color: rgb(251 113 133 / 0.9) !important;
}

.border-x-rose-400\/95 {
  border-left-color: rgb(251 113 133 / 0.95) !important;
  border-right-color: rgb(251 113 133 / 0.95) !important;
}

.border-x-rose-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-50\/0 {
  border-left-color: rgb(255 241 242 / 0) !important;
  border-right-color: rgb(255 241 242 / 0) !important;
}

.border-x-rose-50\/10 {
  border-left-color: rgb(255 241 242 / 0.1) !important;
  border-right-color: rgb(255 241 242 / 0.1) !important;
}

.border-x-rose-50\/100 {
  border-left-color: rgb(255 241 242 / 1) !important;
  border-right-color: rgb(255 241 242 / 1) !important;
}

.border-x-rose-50\/15 {
  border-left-color: rgb(255 241 242 / 0.15) !important;
  border-right-color: rgb(255 241 242 / 0.15) !important;
}

.border-x-rose-50\/20 {
  border-left-color: rgb(255 241 242 / 0.2) !important;
  border-right-color: rgb(255 241 242 / 0.2) !important;
}

.border-x-rose-50\/25 {
  border-left-color: rgb(255 241 242 / 0.25) !important;
  border-right-color: rgb(255 241 242 / 0.25) !important;
}

.border-x-rose-50\/30 {
  border-left-color: rgb(255 241 242 / 0.3) !important;
  border-right-color: rgb(255 241 242 / 0.3) !important;
}

.border-x-rose-50\/35 {
  border-left-color: rgb(255 241 242 / 0.35) !important;
  border-right-color: rgb(255 241 242 / 0.35) !important;
}

.border-x-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4) !important;
  border-right-color: rgb(255 241 242 / 0.4) !important;
}

.border-x-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45) !important;
  border-right-color: rgb(255 241 242 / 0.45) !important;
}

.border-x-rose-50\/5 {
  border-left-color: rgb(255 241 242 / 0.05) !important;
  border-right-color: rgb(255 241 242 / 0.05) !important;
}

.border-x-rose-50\/50 {
  border-left-color: rgb(255 241 242 / 0.5) !important;
  border-right-color: rgb(255 241 242 / 0.5) !important;
}

.border-x-rose-50\/55 {
  border-left-color: rgb(255 241 242 / 0.55) !important;
  border-right-color: rgb(255 241 242 / 0.55) !important;
}

.border-x-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6) !important;
  border-right-color: rgb(255 241 242 / 0.6) !important;
}

.border-x-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65) !important;
  border-right-color: rgb(255 241 242 / 0.65) !important;
}

.border-x-rose-50\/70 {
  border-left-color: rgb(255 241 242 / 0.7) !important;
  border-right-color: rgb(255 241 242 / 0.7) !important;
}

.border-x-rose-50\/75 {
  border-left-color: rgb(255 241 242 / 0.75) !important;
  border-right-color: rgb(255 241 242 / 0.75) !important;
}

.border-x-rose-50\/80 {
  border-left-color: rgb(255 241 242 / 0.8) !important;
  border-right-color: rgb(255 241 242 / 0.8) !important;
}

.border-x-rose-50\/85 {
  border-left-color: rgb(255 241 242 / 0.85) !important;
  border-right-color: rgb(255 241 242 / 0.85) !important;
}

.border-x-rose-50\/90 {
  border-left-color: rgb(255 241 242 / 0.9) !important;
  border-right-color: rgb(255 241 242 / 0.9) !important;
}

.border-x-rose-50\/95 {
  border-left-color: rgb(255 241 242 / 0.95) !important;
  border-right-color: rgb(255 241 242 / 0.95) !important;
}

.border-x-rose-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-500\/0 {
  border-left-color: rgb(244 63 94 / 0) !important;
  border-right-color: rgb(244 63 94 / 0) !important;
}

.border-x-rose-500\/10 {
  border-left-color: rgb(244 63 94 / 0.1) !important;
  border-right-color: rgb(244 63 94 / 0.1) !important;
}

.border-x-rose-500\/100 {
  border-left-color: rgb(244 63 94 / 1) !important;
  border-right-color: rgb(244 63 94 / 1) !important;
}

.border-x-rose-500\/15 {
  border-left-color: rgb(244 63 94 / 0.15) !important;
  border-right-color: rgb(244 63 94 / 0.15) !important;
}

.border-x-rose-500\/20 {
  border-left-color: rgb(244 63 94 / 0.2) !important;
  border-right-color: rgb(244 63 94 / 0.2) !important;
}

.border-x-rose-500\/25 {
  border-left-color: rgb(244 63 94 / 0.25) !important;
  border-right-color: rgb(244 63 94 / 0.25) !important;
}

.border-x-rose-500\/30 {
  border-left-color: rgb(244 63 94 / 0.3) !important;
  border-right-color: rgb(244 63 94 / 0.3) !important;
}

.border-x-rose-500\/35 {
  border-left-color: rgb(244 63 94 / 0.35) !important;
  border-right-color: rgb(244 63 94 / 0.35) !important;
}

.border-x-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4) !important;
  border-right-color: rgb(244 63 94 / 0.4) !important;
}

.border-x-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45) !important;
  border-right-color: rgb(244 63 94 / 0.45) !important;
}

.border-x-rose-500\/5 {
  border-left-color: rgb(244 63 94 / 0.05) !important;
  border-right-color: rgb(244 63 94 / 0.05) !important;
}

.border-x-rose-500\/50 {
  border-left-color: rgb(244 63 94 / 0.5) !important;
  border-right-color: rgb(244 63 94 / 0.5) !important;
}

.border-x-rose-500\/55 {
  border-left-color: rgb(244 63 94 / 0.55) !important;
  border-right-color: rgb(244 63 94 / 0.55) !important;
}

.border-x-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6) !important;
  border-right-color: rgb(244 63 94 / 0.6) !important;
}

.border-x-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65) !important;
  border-right-color: rgb(244 63 94 / 0.65) !important;
}

.border-x-rose-500\/70 {
  border-left-color: rgb(244 63 94 / 0.7) !important;
  border-right-color: rgb(244 63 94 / 0.7) !important;
}

.border-x-rose-500\/75 {
  border-left-color: rgb(244 63 94 / 0.75) !important;
  border-right-color: rgb(244 63 94 / 0.75) !important;
}

.border-x-rose-500\/80 {
  border-left-color: rgb(244 63 94 / 0.8) !important;
  border-right-color: rgb(244 63 94 / 0.8) !important;
}

.border-x-rose-500\/85 {
  border-left-color: rgb(244 63 94 / 0.85) !important;
  border-right-color: rgb(244 63 94 / 0.85) !important;
}

.border-x-rose-500\/90 {
  border-left-color: rgb(244 63 94 / 0.9) !important;
  border-right-color: rgb(244 63 94 / 0.9) !important;
}

.border-x-rose-500\/95 {
  border-left-color: rgb(244 63 94 / 0.95) !important;
  border-right-color: rgb(244 63 94 / 0.95) !important;
}

.border-x-rose-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-600\/0 {
  border-left-color: rgb(225 29 72 / 0) !important;
  border-right-color: rgb(225 29 72 / 0) !important;
}

.border-x-rose-600\/10 {
  border-left-color: rgb(225 29 72 / 0.1) !important;
  border-right-color: rgb(225 29 72 / 0.1) !important;
}

.border-x-rose-600\/100 {
  border-left-color: rgb(225 29 72 / 1) !important;
  border-right-color: rgb(225 29 72 / 1) !important;
}

.border-x-rose-600\/15 {
  border-left-color: rgb(225 29 72 / 0.15) !important;
  border-right-color: rgb(225 29 72 / 0.15) !important;
}

.border-x-rose-600\/20 {
  border-left-color: rgb(225 29 72 / 0.2) !important;
  border-right-color: rgb(225 29 72 / 0.2) !important;
}

.border-x-rose-600\/25 {
  border-left-color: rgb(225 29 72 / 0.25) !important;
  border-right-color: rgb(225 29 72 / 0.25) !important;
}

.border-x-rose-600\/30 {
  border-left-color: rgb(225 29 72 / 0.3) !important;
  border-right-color: rgb(225 29 72 / 0.3) !important;
}

.border-x-rose-600\/35 {
  border-left-color: rgb(225 29 72 / 0.35) !important;
  border-right-color: rgb(225 29 72 / 0.35) !important;
}

.border-x-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4) !important;
  border-right-color: rgb(225 29 72 / 0.4) !important;
}

.border-x-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45) !important;
  border-right-color: rgb(225 29 72 / 0.45) !important;
}

.border-x-rose-600\/5 {
  border-left-color: rgb(225 29 72 / 0.05) !important;
  border-right-color: rgb(225 29 72 / 0.05) !important;
}

.border-x-rose-600\/50 {
  border-left-color: rgb(225 29 72 / 0.5) !important;
  border-right-color: rgb(225 29 72 / 0.5) !important;
}

.border-x-rose-600\/55 {
  border-left-color: rgb(225 29 72 / 0.55) !important;
  border-right-color: rgb(225 29 72 / 0.55) !important;
}

.border-x-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6) !important;
  border-right-color: rgb(225 29 72 / 0.6) !important;
}

.border-x-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65) !important;
  border-right-color: rgb(225 29 72 / 0.65) !important;
}

.border-x-rose-600\/70 {
  border-left-color: rgb(225 29 72 / 0.7) !important;
  border-right-color: rgb(225 29 72 / 0.7) !important;
}

.border-x-rose-600\/75 {
  border-left-color: rgb(225 29 72 / 0.75) !important;
  border-right-color: rgb(225 29 72 / 0.75) !important;
}

.border-x-rose-600\/80 {
  border-left-color: rgb(225 29 72 / 0.8) !important;
  border-right-color: rgb(225 29 72 / 0.8) !important;
}

.border-x-rose-600\/85 {
  border-left-color: rgb(225 29 72 / 0.85) !important;
  border-right-color: rgb(225 29 72 / 0.85) !important;
}

.border-x-rose-600\/90 {
  border-left-color: rgb(225 29 72 / 0.9) !important;
  border-right-color: rgb(225 29 72 / 0.9) !important;
}

.border-x-rose-600\/95 {
  border-left-color: rgb(225 29 72 / 0.95) !important;
  border-right-color: rgb(225 29 72 / 0.95) !important;
}

.border-x-rose-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-700\/0 {
  border-left-color: rgb(190 18 60 / 0) !important;
  border-right-color: rgb(190 18 60 / 0) !important;
}

.border-x-rose-700\/10 {
  border-left-color: rgb(190 18 60 / 0.1) !important;
  border-right-color: rgb(190 18 60 / 0.1) !important;
}

.border-x-rose-700\/100 {
  border-left-color: rgb(190 18 60 / 1) !important;
  border-right-color: rgb(190 18 60 / 1) !important;
}

.border-x-rose-700\/15 {
  border-left-color: rgb(190 18 60 / 0.15) !important;
  border-right-color: rgb(190 18 60 / 0.15) !important;
}

.border-x-rose-700\/20 {
  border-left-color: rgb(190 18 60 / 0.2) !important;
  border-right-color: rgb(190 18 60 / 0.2) !important;
}

.border-x-rose-700\/25 {
  border-left-color: rgb(190 18 60 / 0.25) !important;
  border-right-color: rgb(190 18 60 / 0.25) !important;
}

.border-x-rose-700\/30 {
  border-left-color: rgb(190 18 60 / 0.3) !important;
  border-right-color: rgb(190 18 60 / 0.3) !important;
}

.border-x-rose-700\/35 {
  border-left-color: rgb(190 18 60 / 0.35) !important;
  border-right-color: rgb(190 18 60 / 0.35) !important;
}

.border-x-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4) !important;
  border-right-color: rgb(190 18 60 / 0.4) !important;
}

.border-x-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45) !important;
  border-right-color: rgb(190 18 60 / 0.45) !important;
}

.border-x-rose-700\/5 {
  border-left-color: rgb(190 18 60 / 0.05) !important;
  border-right-color: rgb(190 18 60 / 0.05) !important;
}

.border-x-rose-700\/50 {
  border-left-color: rgb(190 18 60 / 0.5) !important;
  border-right-color: rgb(190 18 60 / 0.5) !important;
}

.border-x-rose-700\/55 {
  border-left-color: rgb(190 18 60 / 0.55) !important;
  border-right-color: rgb(190 18 60 / 0.55) !important;
}

.border-x-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6) !important;
  border-right-color: rgb(190 18 60 / 0.6) !important;
}

.border-x-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65) !important;
  border-right-color: rgb(190 18 60 / 0.65) !important;
}

.border-x-rose-700\/70 {
  border-left-color: rgb(190 18 60 / 0.7) !important;
  border-right-color: rgb(190 18 60 / 0.7) !important;
}

.border-x-rose-700\/75 {
  border-left-color: rgb(190 18 60 / 0.75) !important;
  border-right-color: rgb(190 18 60 / 0.75) !important;
}

.border-x-rose-700\/80 {
  border-left-color: rgb(190 18 60 / 0.8) !important;
  border-right-color: rgb(190 18 60 / 0.8) !important;
}

.border-x-rose-700\/85 {
  border-left-color: rgb(190 18 60 / 0.85) !important;
  border-right-color: rgb(190 18 60 / 0.85) !important;
}

.border-x-rose-700\/90 {
  border-left-color: rgb(190 18 60 / 0.9) !important;
  border-right-color: rgb(190 18 60 / 0.9) !important;
}

.border-x-rose-700\/95 {
  border-left-color: rgb(190 18 60 / 0.95) !important;
  border-right-color: rgb(190 18 60 / 0.95) !important;
}

.border-x-rose-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-800\/0 {
  border-left-color: rgb(159 18 57 / 0) !important;
  border-right-color: rgb(159 18 57 / 0) !important;
}

.border-x-rose-800\/10 {
  border-left-color: rgb(159 18 57 / 0.1) !important;
  border-right-color: rgb(159 18 57 / 0.1) !important;
}

.border-x-rose-800\/100 {
  border-left-color: rgb(159 18 57 / 1) !important;
  border-right-color: rgb(159 18 57 / 1) !important;
}

.border-x-rose-800\/15 {
  border-left-color: rgb(159 18 57 / 0.15) !important;
  border-right-color: rgb(159 18 57 / 0.15) !important;
}

.border-x-rose-800\/20 {
  border-left-color: rgb(159 18 57 / 0.2) !important;
  border-right-color: rgb(159 18 57 / 0.2) !important;
}

.border-x-rose-800\/25 {
  border-left-color: rgb(159 18 57 / 0.25) !important;
  border-right-color: rgb(159 18 57 / 0.25) !important;
}

.border-x-rose-800\/30 {
  border-left-color: rgb(159 18 57 / 0.3) !important;
  border-right-color: rgb(159 18 57 / 0.3) !important;
}

.border-x-rose-800\/35 {
  border-left-color: rgb(159 18 57 / 0.35) !important;
  border-right-color: rgb(159 18 57 / 0.35) !important;
}

.border-x-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4) !important;
  border-right-color: rgb(159 18 57 / 0.4) !important;
}

.border-x-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45) !important;
  border-right-color: rgb(159 18 57 / 0.45) !important;
}

.border-x-rose-800\/5 {
  border-left-color: rgb(159 18 57 / 0.05) !important;
  border-right-color: rgb(159 18 57 / 0.05) !important;
}

.border-x-rose-800\/50 {
  border-left-color: rgb(159 18 57 / 0.5) !important;
  border-right-color: rgb(159 18 57 / 0.5) !important;
}

.border-x-rose-800\/55 {
  border-left-color: rgb(159 18 57 / 0.55) !important;
  border-right-color: rgb(159 18 57 / 0.55) !important;
}

.border-x-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6) !important;
  border-right-color: rgb(159 18 57 / 0.6) !important;
}

.border-x-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65) !important;
  border-right-color: rgb(159 18 57 / 0.65) !important;
}

.border-x-rose-800\/70 {
  border-left-color: rgb(159 18 57 / 0.7) !important;
  border-right-color: rgb(159 18 57 / 0.7) !important;
}

.border-x-rose-800\/75 {
  border-left-color: rgb(159 18 57 / 0.75) !important;
  border-right-color: rgb(159 18 57 / 0.75) !important;
}

.border-x-rose-800\/80 {
  border-left-color: rgb(159 18 57 / 0.8) !important;
  border-right-color: rgb(159 18 57 / 0.8) !important;
}

.border-x-rose-800\/85 {
  border-left-color: rgb(159 18 57 / 0.85) !important;
  border-right-color: rgb(159 18 57 / 0.85) !important;
}

.border-x-rose-800\/90 {
  border-left-color: rgb(159 18 57 / 0.9) !important;
  border-right-color: rgb(159 18 57 / 0.9) !important;
}

.border-x-rose-800\/95 {
  border-left-color: rgb(159 18 57 / 0.95) !important;
  border-right-color: rgb(159 18 57 / 0.95) !important;
}

.border-x-rose-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-900\/0 {
  border-left-color: rgb(136 19 55 / 0) !important;
  border-right-color: rgb(136 19 55 / 0) !important;
}

.border-x-rose-900\/10 {
  border-left-color: rgb(136 19 55 / 0.1) !important;
  border-right-color: rgb(136 19 55 / 0.1) !important;
}

.border-x-rose-900\/100 {
  border-left-color: rgb(136 19 55 / 1) !important;
  border-right-color: rgb(136 19 55 / 1) !important;
}

.border-x-rose-900\/15 {
  border-left-color: rgb(136 19 55 / 0.15) !important;
  border-right-color: rgb(136 19 55 / 0.15) !important;
}

.border-x-rose-900\/20 {
  border-left-color: rgb(136 19 55 / 0.2) !important;
  border-right-color: rgb(136 19 55 / 0.2) !important;
}

.border-x-rose-900\/25 {
  border-left-color: rgb(136 19 55 / 0.25) !important;
  border-right-color: rgb(136 19 55 / 0.25) !important;
}

.border-x-rose-900\/30 {
  border-left-color: rgb(136 19 55 / 0.3) !important;
  border-right-color: rgb(136 19 55 / 0.3) !important;
}

.border-x-rose-900\/35 {
  border-left-color: rgb(136 19 55 / 0.35) !important;
  border-right-color: rgb(136 19 55 / 0.35) !important;
}

.border-x-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4) !important;
  border-right-color: rgb(136 19 55 / 0.4) !important;
}

.border-x-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45) !important;
  border-right-color: rgb(136 19 55 / 0.45) !important;
}

.border-x-rose-900\/5 {
  border-left-color: rgb(136 19 55 / 0.05) !important;
  border-right-color: rgb(136 19 55 / 0.05) !important;
}

.border-x-rose-900\/50 {
  border-left-color: rgb(136 19 55 / 0.5) !important;
  border-right-color: rgb(136 19 55 / 0.5) !important;
}

.border-x-rose-900\/55 {
  border-left-color: rgb(136 19 55 / 0.55) !important;
  border-right-color: rgb(136 19 55 / 0.55) !important;
}

.border-x-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6) !important;
  border-right-color: rgb(136 19 55 / 0.6) !important;
}

.border-x-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65) !important;
  border-right-color: rgb(136 19 55 / 0.65) !important;
}

.border-x-rose-900\/70 {
  border-left-color: rgb(136 19 55 / 0.7) !important;
  border-right-color: rgb(136 19 55 / 0.7) !important;
}

.border-x-rose-900\/75 {
  border-left-color: rgb(136 19 55 / 0.75) !important;
  border-right-color: rgb(136 19 55 / 0.75) !important;
}

.border-x-rose-900\/80 {
  border-left-color: rgb(136 19 55 / 0.8) !important;
  border-right-color: rgb(136 19 55 / 0.8) !important;
}

.border-x-rose-900\/85 {
  border-left-color: rgb(136 19 55 / 0.85) !important;
  border-right-color: rgb(136 19 55 / 0.85) !important;
}

.border-x-rose-900\/90 {
  border-left-color: rgb(136 19 55 / 0.9) !important;
  border-right-color: rgb(136 19 55 / 0.9) !important;
}

.border-x-rose-900\/95 {
  border-left-color: rgb(136 19 55 / 0.95) !important;
  border-right-color: rgb(136 19 55 / 0.95) !important;
}

.border-x-rose-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-x-rose-950\/0 {
  border-left-color: rgb(76 5 25 / 0) !important;
  border-right-color: rgb(76 5 25 / 0) !important;
}

.border-x-rose-950\/10 {
  border-left-color: rgb(76 5 25 / 0.1) !important;
  border-right-color: rgb(76 5 25 / 0.1) !important;
}

.border-x-rose-950\/100 {
  border-left-color: rgb(76 5 25 / 1) !important;
  border-right-color: rgb(76 5 25 / 1) !important;
}

.border-x-rose-950\/15 {
  border-left-color: rgb(76 5 25 / 0.15) !important;
  border-right-color: rgb(76 5 25 / 0.15) !important;
}

.border-x-rose-950\/20 {
  border-left-color: rgb(76 5 25 / 0.2) !important;
  border-right-color: rgb(76 5 25 / 0.2) !important;
}

.border-x-rose-950\/25 {
  border-left-color: rgb(76 5 25 / 0.25) !important;
  border-right-color: rgb(76 5 25 / 0.25) !important;
}

.border-x-rose-950\/30 {
  border-left-color: rgb(76 5 25 / 0.3) !important;
  border-right-color: rgb(76 5 25 / 0.3) !important;
}

.border-x-rose-950\/35 {
  border-left-color: rgb(76 5 25 / 0.35) !important;
  border-right-color: rgb(76 5 25 / 0.35) !important;
}

.border-x-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4) !important;
  border-right-color: rgb(76 5 25 / 0.4) !important;
}

.border-x-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45) !important;
  border-right-color: rgb(76 5 25 / 0.45) !important;
}

.border-x-rose-950\/5 {
  border-left-color: rgb(76 5 25 / 0.05) !important;
  border-right-color: rgb(76 5 25 / 0.05) !important;
}

.border-x-rose-950\/50 {
  border-left-color: rgb(76 5 25 / 0.5) !important;
  border-right-color: rgb(76 5 25 / 0.5) !important;
}

.border-x-rose-950\/55 {
  border-left-color: rgb(76 5 25 / 0.55) !important;
  border-right-color: rgb(76 5 25 / 0.55) !important;
}

.border-x-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6) !important;
  border-right-color: rgb(76 5 25 / 0.6) !important;
}

.border-x-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65) !important;
  border-right-color: rgb(76 5 25 / 0.65) !important;
}

.border-x-rose-950\/70 {
  border-left-color: rgb(76 5 25 / 0.7) !important;
  border-right-color: rgb(76 5 25 / 0.7) !important;
}

.border-x-rose-950\/75 {
  border-left-color: rgb(76 5 25 / 0.75) !important;
  border-right-color: rgb(76 5 25 / 0.75) !important;
}

.border-x-rose-950\/80 {
  border-left-color: rgb(76 5 25 / 0.8) !important;
  border-right-color: rgb(76 5 25 / 0.8) !important;
}

.border-x-rose-950\/85 {
  border-left-color: rgb(76 5 25 / 0.85) !important;
  border-right-color: rgb(76 5 25 / 0.85) !important;
}

.border-x-rose-950\/90 {
  border-left-color: rgb(76 5 25 / 0.9) !important;
  border-right-color: rgb(76 5 25 / 0.9) !important;
}

.border-x-rose-950\/95 {
  border-left-color: rgb(76 5 25 / 0.95) !important;
  border-right-color: rgb(76 5 25 / 0.95) !important;
}

.border-x-sky-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-100\/0 {
  border-left-color: rgb(224 242 254 / 0) !important;
  border-right-color: rgb(224 242 254 / 0) !important;
}

.border-x-sky-100\/10 {
  border-left-color: rgb(224 242 254 / 0.1) !important;
  border-right-color: rgb(224 242 254 / 0.1) !important;
}

.border-x-sky-100\/100 {
  border-left-color: rgb(224 242 254 / 1) !important;
  border-right-color: rgb(224 242 254 / 1) !important;
}

.border-x-sky-100\/15 {
  border-left-color: rgb(224 242 254 / 0.15) !important;
  border-right-color: rgb(224 242 254 / 0.15) !important;
}

.border-x-sky-100\/20 {
  border-left-color: rgb(224 242 254 / 0.2) !important;
  border-right-color: rgb(224 242 254 / 0.2) !important;
}

.border-x-sky-100\/25 {
  border-left-color: rgb(224 242 254 / 0.25) !important;
  border-right-color: rgb(224 242 254 / 0.25) !important;
}

.border-x-sky-100\/30 {
  border-left-color: rgb(224 242 254 / 0.3) !important;
  border-right-color: rgb(224 242 254 / 0.3) !important;
}

.border-x-sky-100\/35 {
  border-left-color: rgb(224 242 254 / 0.35) !important;
  border-right-color: rgb(224 242 254 / 0.35) !important;
}

.border-x-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4) !important;
  border-right-color: rgb(224 242 254 / 0.4) !important;
}

.border-x-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45) !important;
  border-right-color: rgb(224 242 254 / 0.45) !important;
}

.border-x-sky-100\/5 {
  border-left-color: rgb(224 242 254 / 0.05) !important;
  border-right-color: rgb(224 242 254 / 0.05) !important;
}

.border-x-sky-100\/50 {
  border-left-color: rgb(224 242 254 / 0.5) !important;
  border-right-color: rgb(224 242 254 / 0.5) !important;
}

.border-x-sky-100\/55 {
  border-left-color: rgb(224 242 254 / 0.55) !important;
  border-right-color: rgb(224 242 254 / 0.55) !important;
}

.border-x-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6) !important;
  border-right-color: rgb(224 242 254 / 0.6) !important;
}

.border-x-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65) !important;
  border-right-color: rgb(224 242 254 / 0.65) !important;
}

.border-x-sky-100\/70 {
  border-left-color: rgb(224 242 254 / 0.7) !important;
  border-right-color: rgb(224 242 254 / 0.7) !important;
}

.border-x-sky-100\/75 {
  border-left-color: rgb(224 242 254 / 0.75) !important;
  border-right-color: rgb(224 242 254 / 0.75) !important;
}

.border-x-sky-100\/80 {
  border-left-color: rgb(224 242 254 / 0.8) !important;
  border-right-color: rgb(224 242 254 / 0.8) !important;
}

.border-x-sky-100\/85 {
  border-left-color: rgb(224 242 254 / 0.85) !important;
  border-right-color: rgb(224 242 254 / 0.85) !important;
}

.border-x-sky-100\/90 {
  border-left-color: rgb(224 242 254 / 0.9) !important;
  border-right-color: rgb(224 242 254 / 0.9) !important;
}

.border-x-sky-100\/95 {
  border-left-color: rgb(224 242 254 / 0.95) !important;
  border-right-color: rgb(224 242 254 / 0.95) !important;
}

.border-x-sky-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-200\/0 {
  border-left-color: rgb(186 230 253 / 0) !important;
  border-right-color: rgb(186 230 253 / 0) !important;
}

.border-x-sky-200\/10 {
  border-left-color: rgb(186 230 253 / 0.1) !important;
  border-right-color: rgb(186 230 253 / 0.1) !important;
}

.border-x-sky-200\/100 {
  border-left-color: rgb(186 230 253 / 1) !important;
  border-right-color: rgb(186 230 253 / 1) !important;
}

.border-x-sky-200\/15 {
  border-left-color: rgb(186 230 253 / 0.15) !important;
  border-right-color: rgb(186 230 253 / 0.15) !important;
}

.border-x-sky-200\/20 {
  border-left-color: rgb(186 230 253 / 0.2) !important;
  border-right-color: rgb(186 230 253 / 0.2) !important;
}

.border-x-sky-200\/25 {
  border-left-color: rgb(186 230 253 / 0.25) !important;
  border-right-color: rgb(186 230 253 / 0.25) !important;
}

.border-x-sky-200\/30 {
  border-left-color: rgb(186 230 253 / 0.3) !important;
  border-right-color: rgb(186 230 253 / 0.3) !important;
}

.border-x-sky-200\/35 {
  border-left-color: rgb(186 230 253 / 0.35) !important;
  border-right-color: rgb(186 230 253 / 0.35) !important;
}

.border-x-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4) !important;
  border-right-color: rgb(186 230 253 / 0.4) !important;
}

.border-x-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45) !important;
  border-right-color: rgb(186 230 253 / 0.45) !important;
}

.border-x-sky-200\/5 {
  border-left-color: rgb(186 230 253 / 0.05) !important;
  border-right-color: rgb(186 230 253 / 0.05) !important;
}

.border-x-sky-200\/50 {
  border-left-color: rgb(186 230 253 / 0.5) !important;
  border-right-color: rgb(186 230 253 / 0.5) !important;
}

.border-x-sky-200\/55 {
  border-left-color: rgb(186 230 253 / 0.55) !important;
  border-right-color: rgb(186 230 253 / 0.55) !important;
}

.border-x-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6) !important;
  border-right-color: rgb(186 230 253 / 0.6) !important;
}

.border-x-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65) !important;
  border-right-color: rgb(186 230 253 / 0.65) !important;
}

.border-x-sky-200\/70 {
  border-left-color: rgb(186 230 253 / 0.7) !important;
  border-right-color: rgb(186 230 253 / 0.7) !important;
}

.border-x-sky-200\/75 {
  border-left-color: rgb(186 230 253 / 0.75) !important;
  border-right-color: rgb(186 230 253 / 0.75) !important;
}

.border-x-sky-200\/80 {
  border-left-color: rgb(186 230 253 / 0.8) !important;
  border-right-color: rgb(186 230 253 / 0.8) !important;
}

.border-x-sky-200\/85 {
  border-left-color: rgb(186 230 253 / 0.85) !important;
  border-right-color: rgb(186 230 253 / 0.85) !important;
}

.border-x-sky-200\/90 {
  border-left-color: rgb(186 230 253 / 0.9) !important;
  border-right-color: rgb(186 230 253 / 0.9) !important;
}

.border-x-sky-200\/95 {
  border-left-color: rgb(186 230 253 / 0.95) !important;
  border-right-color: rgb(186 230 253 / 0.95) !important;
}

.border-x-sky-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-300\/0 {
  border-left-color: rgb(125 211 252 / 0) !important;
  border-right-color: rgb(125 211 252 / 0) !important;
}

.border-x-sky-300\/10 {
  border-left-color: rgb(125 211 252 / 0.1) !important;
  border-right-color: rgb(125 211 252 / 0.1) !important;
}

.border-x-sky-300\/100 {
  border-left-color: rgb(125 211 252 / 1) !important;
  border-right-color: rgb(125 211 252 / 1) !important;
}

.border-x-sky-300\/15 {
  border-left-color: rgb(125 211 252 / 0.15) !important;
  border-right-color: rgb(125 211 252 / 0.15) !important;
}

.border-x-sky-300\/20 {
  border-left-color: rgb(125 211 252 / 0.2) !important;
  border-right-color: rgb(125 211 252 / 0.2) !important;
}

.border-x-sky-300\/25 {
  border-left-color: rgb(125 211 252 / 0.25) !important;
  border-right-color: rgb(125 211 252 / 0.25) !important;
}

.border-x-sky-300\/30 {
  border-left-color: rgb(125 211 252 / 0.3) !important;
  border-right-color: rgb(125 211 252 / 0.3) !important;
}

.border-x-sky-300\/35 {
  border-left-color: rgb(125 211 252 / 0.35) !important;
  border-right-color: rgb(125 211 252 / 0.35) !important;
}

.border-x-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4) !important;
  border-right-color: rgb(125 211 252 / 0.4) !important;
}

.border-x-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45) !important;
  border-right-color: rgb(125 211 252 / 0.45) !important;
}

.border-x-sky-300\/5 {
  border-left-color: rgb(125 211 252 / 0.05) !important;
  border-right-color: rgb(125 211 252 / 0.05) !important;
}

.border-x-sky-300\/50 {
  border-left-color: rgb(125 211 252 / 0.5) !important;
  border-right-color: rgb(125 211 252 / 0.5) !important;
}

.border-x-sky-300\/55 {
  border-left-color: rgb(125 211 252 / 0.55) !important;
  border-right-color: rgb(125 211 252 / 0.55) !important;
}

.border-x-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6) !important;
  border-right-color: rgb(125 211 252 / 0.6) !important;
}

.border-x-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65) !important;
  border-right-color: rgb(125 211 252 / 0.65) !important;
}

.border-x-sky-300\/70 {
  border-left-color: rgb(125 211 252 / 0.7) !important;
  border-right-color: rgb(125 211 252 / 0.7) !important;
}

.border-x-sky-300\/75 {
  border-left-color: rgb(125 211 252 / 0.75) !important;
  border-right-color: rgb(125 211 252 / 0.75) !important;
}

.border-x-sky-300\/80 {
  border-left-color: rgb(125 211 252 / 0.8) !important;
  border-right-color: rgb(125 211 252 / 0.8) !important;
}

.border-x-sky-300\/85 {
  border-left-color: rgb(125 211 252 / 0.85) !important;
  border-right-color: rgb(125 211 252 / 0.85) !important;
}

.border-x-sky-300\/90 {
  border-left-color: rgb(125 211 252 / 0.9) !important;
  border-right-color: rgb(125 211 252 / 0.9) !important;
}

.border-x-sky-300\/95 {
  border-left-color: rgb(125 211 252 / 0.95) !important;
  border-right-color: rgb(125 211 252 / 0.95) !important;
}

.border-x-sky-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-400\/0 {
  border-left-color: rgb(56 189 248 / 0) !important;
  border-right-color: rgb(56 189 248 / 0) !important;
}

.border-x-sky-400\/10 {
  border-left-color: rgb(56 189 248 / 0.1) !important;
  border-right-color: rgb(56 189 248 / 0.1) !important;
}

.border-x-sky-400\/100 {
  border-left-color: rgb(56 189 248 / 1) !important;
  border-right-color: rgb(56 189 248 / 1) !important;
}

.border-x-sky-400\/15 {
  border-left-color: rgb(56 189 248 / 0.15) !important;
  border-right-color: rgb(56 189 248 / 0.15) !important;
}

.border-x-sky-400\/20 {
  border-left-color: rgb(56 189 248 / 0.2) !important;
  border-right-color: rgb(56 189 248 / 0.2) !important;
}

.border-x-sky-400\/25 {
  border-left-color: rgb(56 189 248 / 0.25) !important;
  border-right-color: rgb(56 189 248 / 0.25) !important;
}

.border-x-sky-400\/30 {
  border-left-color: rgb(56 189 248 / 0.3) !important;
  border-right-color: rgb(56 189 248 / 0.3) !important;
}

.border-x-sky-400\/35 {
  border-left-color: rgb(56 189 248 / 0.35) !important;
  border-right-color: rgb(56 189 248 / 0.35) !important;
}

.border-x-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4) !important;
  border-right-color: rgb(56 189 248 / 0.4) !important;
}

.border-x-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45) !important;
  border-right-color: rgb(56 189 248 / 0.45) !important;
}

.border-x-sky-400\/5 {
  border-left-color: rgb(56 189 248 / 0.05) !important;
  border-right-color: rgb(56 189 248 / 0.05) !important;
}

.border-x-sky-400\/50 {
  border-left-color: rgb(56 189 248 / 0.5) !important;
  border-right-color: rgb(56 189 248 / 0.5) !important;
}

.border-x-sky-400\/55 {
  border-left-color: rgb(56 189 248 / 0.55) !important;
  border-right-color: rgb(56 189 248 / 0.55) !important;
}

.border-x-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6) !important;
  border-right-color: rgb(56 189 248 / 0.6) !important;
}

.border-x-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65) !important;
  border-right-color: rgb(56 189 248 / 0.65) !important;
}

.border-x-sky-400\/70 {
  border-left-color: rgb(56 189 248 / 0.7) !important;
  border-right-color: rgb(56 189 248 / 0.7) !important;
}

.border-x-sky-400\/75 {
  border-left-color: rgb(56 189 248 / 0.75) !important;
  border-right-color: rgb(56 189 248 / 0.75) !important;
}

.border-x-sky-400\/80 {
  border-left-color: rgb(56 189 248 / 0.8) !important;
  border-right-color: rgb(56 189 248 / 0.8) !important;
}

.border-x-sky-400\/85 {
  border-left-color: rgb(56 189 248 / 0.85) !important;
  border-right-color: rgb(56 189 248 / 0.85) !important;
}

.border-x-sky-400\/90 {
  border-left-color: rgb(56 189 248 / 0.9) !important;
  border-right-color: rgb(56 189 248 / 0.9) !important;
}

.border-x-sky-400\/95 {
  border-left-color: rgb(56 189 248 / 0.95) !important;
  border-right-color: rgb(56 189 248 / 0.95) !important;
}

.border-x-sky-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-50\/0 {
  border-left-color: rgb(240 249 255 / 0) !important;
  border-right-color: rgb(240 249 255 / 0) !important;
}

.border-x-sky-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1) !important;
  border-right-color: rgb(240 249 255 / 0.1) !important;
}

.border-x-sky-50\/100 {
  border-left-color: rgb(240 249 255 / 1) !important;
  border-right-color: rgb(240 249 255 / 1) !important;
}

.border-x-sky-50\/15 {
  border-left-color: rgb(240 249 255 / 0.15) !important;
  border-right-color: rgb(240 249 255 / 0.15) !important;
}

.border-x-sky-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2) !important;
  border-right-color: rgb(240 249 255 / 0.2) !important;
}

.border-x-sky-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25) !important;
  border-right-color: rgb(240 249 255 / 0.25) !important;
}

.border-x-sky-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3) !important;
  border-right-color: rgb(240 249 255 / 0.3) !important;
}

.border-x-sky-50\/35 {
  border-left-color: rgb(240 249 255 / 0.35) !important;
  border-right-color: rgb(240 249 255 / 0.35) !important;
}

.border-x-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4) !important;
  border-right-color: rgb(240 249 255 / 0.4) !important;
}

.border-x-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45) !important;
  border-right-color: rgb(240 249 255 / 0.45) !important;
}

.border-x-sky-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05) !important;
  border-right-color: rgb(240 249 255 / 0.05) !important;
}

.border-x-sky-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5) !important;
  border-right-color: rgb(240 249 255 / 0.5) !important;
}

.border-x-sky-50\/55 {
  border-left-color: rgb(240 249 255 / 0.55) !important;
  border-right-color: rgb(240 249 255 / 0.55) !important;
}

.border-x-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6) !important;
  border-right-color: rgb(240 249 255 / 0.6) !important;
}

.border-x-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65) !important;
  border-right-color: rgb(240 249 255 / 0.65) !important;
}

.border-x-sky-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7) !important;
  border-right-color: rgb(240 249 255 / 0.7) !important;
}

.border-x-sky-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75) !important;
  border-right-color: rgb(240 249 255 / 0.75) !important;
}

.border-x-sky-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8) !important;
  border-right-color: rgb(240 249 255 / 0.8) !important;
}

.border-x-sky-50\/85 {
  border-left-color: rgb(240 249 255 / 0.85) !important;
  border-right-color: rgb(240 249 255 / 0.85) !important;
}

.border-x-sky-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9) !important;
  border-right-color: rgb(240 249 255 / 0.9) !important;
}

.border-x-sky-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95) !important;
  border-right-color: rgb(240 249 255 / 0.95) !important;
}

.border-x-sky-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-500\/0 {
  border-left-color: rgb(14 165 233 / 0) !important;
  border-right-color: rgb(14 165 233 / 0) !important;
}

.border-x-sky-500\/10 {
  border-left-color: rgb(14 165 233 / 0.1) !important;
  border-right-color: rgb(14 165 233 / 0.1) !important;
}

.border-x-sky-500\/100 {
  border-left-color: rgb(14 165 233 / 1) !important;
  border-right-color: rgb(14 165 233 / 1) !important;
}

.border-x-sky-500\/15 {
  border-left-color: rgb(14 165 233 / 0.15) !important;
  border-right-color: rgb(14 165 233 / 0.15) !important;
}

.border-x-sky-500\/20 {
  border-left-color: rgb(14 165 233 / 0.2) !important;
  border-right-color: rgb(14 165 233 / 0.2) !important;
}

.border-x-sky-500\/25 {
  border-left-color: rgb(14 165 233 / 0.25) !important;
  border-right-color: rgb(14 165 233 / 0.25) !important;
}

.border-x-sky-500\/30 {
  border-left-color: rgb(14 165 233 / 0.3) !important;
  border-right-color: rgb(14 165 233 / 0.3) !important;
}

.border-x-sky-500\/35 {
  border-left-color: rgb(14 165 233 / 0.35) !important;
  border-right-color: rgb(14 165 233 / 0.35) !important;
}

.border-x-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4) !important;
  border-right-color: rgb(14 165 233 / 0.4) !important;
}

.border-x-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45) !important;
  border-right-color: rgb(14 165 233 / 0.45) !important;
}

.border-x-sky-500\/5 {
  border-left-color: rgb(14 165 233 / 0.05) !important;
  border-right-color: rgb(14 165 233 / 0.05) !important;
}

.border-x-sky-500\/50 {
  border-left-color: rgb(14 165 233 / 0.5) !important;
  border-right-color: rgb(14 165 233 / 0.5) !important;
}

.border-x-sky-500\/55 {
  border-left-color: rgb(14 165 233 / 0.55) !important;
  border-right-color: rgb(14 165 233 / 0.55) !important;
}

.border-x-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6) !important;
  border-right-color: rgb(14 165 233 / 0.6) !important;
}

.border-x-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65) !important;
  border-right-color: rgb(14 165 233 / 0.65) !important;
}

.border-x-sky-500\/70 {
  border-left-color: rgb(14 165 233 / 0.7) !important;
  border-right-color: rgb(14 165 233 / 0.7) !important;
}

.border-x-sky-500\/75 {
  border-left-color: rgb(14 165 233 / 0.75) !important;
  border-right-color: rgb(14 165 233 / 0.75) !important;
}

.border-x-sky-500\/80 {
  border-left-color: rgb(14 165 233 / 0.8) !important;
  border-right-color: rgb(14 165 233 / 0.8) !important;
}

.border-x-sky-500\/85 {
  border-left-color: rgb(14 165 233 / 0.85) !important;
  border-right-color: rgb(14 165 233 / 0.85) !important;
}

.border-x-sky-500\/90 {
  border-left-color: rgb(14 165 233 / 0.9) !important;
  border-right-color: rgb(14 165 233 / 0.9) !important;
}

.border-x-sky-500\/95 {
  border-left-color: rgb(14 165 233 / 0.95) !important;
  border-right-color: rgb(14 165 233 / 0.95) !important;
}

.border-x-sky-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-600\/0 {
  border-left-color: rgb(2 132 199 / 0) !important;
  border-right-color: rgb(2 132 199 / 0) !important;
}

.border-x-sky-600\/10 {
  border-left-color: rgb(2 132 199 / 0.1) !important;
  border-right-color: rgb(2 132 199 / 0.1) !important;
}

.border-x-sky-600\/100 {
  border-left-color: rgb(2 132 199 / 1) !important;
  border-right-color: rgb(2 132 199 / 1) !important;
}

.border-x-sky-600\/15 {
  border-left-color: rgb(2 132 199 / 0.15) !important;
  border-right-color: rgb(2 132 199 / 0.15) !important;
}

.border-x-sky-600\/20 {
  border-left-color: rgb(2 132 199 / 0.2) !important;
  border-right-color: rgb(2 132 199 / 0.2) !important;
}

.border-x-sky-600\/25 {
  border-left-color: rgb(2 132 199 / 0.25) !important;
  border-right-color: rgb(2 132 199 / 0.25) !important;
}

.border-x-sky-600\/30 {
  border-left-color: rgb(2 132 199 / 0.3) !important;
  border-right-color: rgb(2 132 199 / 0.3) !important;
}

.border-x-sky-600\/35 {
  border-left-color: rgb(2 132 199 / 0.35) !important;
  border-right-color: rgb(2 132 199 / 0.35) !important;
}

.border-x-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4) !important;
  border-right-color: rgb(2 132 199 / 0.4) !important;
}

.border-x-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45) !important;
  border-right-color: rgb(2 132 199 / 0.45) !important;
}

.border-x-sky-600\/5 {
  border-left-color: rgb(2 132 199 / 0.05) !important;
  border-right-color: rgb(2 132 199 / 0.05) !important;
}

.border-x-sky-600\/50 {
  border-left-color: rgb(2 132 199 / 0.5) !important;
  border-right-color: rgb(2 132 199 / 0.5) !important;
}

.border-x-sky-600\/55 {
  border-left-color: rgb(2 132 199 / 0.55) !important;
  border-right-color: rgb(2 132 199 / 0.55) !important;
}

.border-x-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6) !important;
  border-right-color: rgb(2 132 199 / 0.6) !important;
}

.border-x-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65) !important;
  border-right-color: rgb(2 132 199 / 0.65) !important;
}

.border-x-sky-600\/70 {
  border-left-color: rgb(2 132 199 / 0.7) !important;
  border-right-color: rgb(2 132 199 / 0.7) !important;
}

.border-x-sky-600\/75 {
  border-left-color: rgb(2 132 199 / 0.75) !important;
  border-right-color: rgb(2 132 199 / 0.75) !important;
}

.border-x-sky-600\/80 {
  border-left-color: rgb(2 132 199 / 0.8) !important;
  border-right-color: rgb(2 132 199 / 0.8) !important;
}

.border-x-sky-600\/85 {
  border-left-color: rgb(2 132 199 / 0.85) !important;
  border-right-color: rgb(2 132 199 / 0.85) !important;
}

.border-x-sky-600\/90 {
  border-left-color: rgb(2 132 199 / 0.9) !important;
  border-right-color: rgb(2 132 199 / 0.9) !important;
}

.border-x-sky-600\/95 {
  border-left-color: rgb(2 132 199 / 0.95) !important;
  border-right-color: rgb(2 132 199 / 0.95) !important;
}

.border-x-sky-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-700\/0 {
  border-left-color: rgb(3 105 161 / 0) !important;
  border-right-color: rgb(3 105 161 / 0) !important;
}

.border-x-sky-700\/10 {
  border-left-color: rgb(3 105 161 / 0.1) !important;
  border-right-color: rgb(3 105 161 / 0.1) !important;
}

.border-x-sky-700\/100 {
  border-left-color: rgb(3 105 161 / 1) !important;
  border-right-color: rgb(3 105 161 / 1) !important;
}

.border-x-sky-700\/15 {
  border-left-color: rgb(3 105 161 / 0.15) !important;
  border-right-color: rgb(3 105 161 / 0.15) !important;
}

.border-x-sky-700\/20 {
  border-left-color: rgb(3 105 161 / 0.2) !important;
  border-right-color: rgb(3 105 161 / 0.2) !important;
}

.border-x-sky-700\/25 {
  border-left-color: rgb(3 105 161 / 0.25) !important;
  border-right-color: rgb(3 105 161 / 0.25) !important;
}

.border-x-sky-700\/30 {
  border-left-color: rgb(3 105 161 / 0.3) !important;
  border-right-color: rgb(3 105 161 / 0.3) !important;
}

.border-x-sky-700\/35 {
  border-left-color: rgb(3 105 161 / 0.35) !important;
  border-right-color: rgb(3 105 161 / 0.35) !important;
}

.border-x-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4) !important;
  border-right-color: rgb(3 105 161 / 0.4) !important;
}

.border-x-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45) !important;
  border-right-color: rgb(3 105 161 / 0.45) !important;
}

.border-x-sky-700\/5 {
  border-left-color: rgb(3 105 161 / 0.05) !important;
  border-right-color: rgb(3 105 161 / 0.05) !important;
}

.border-x-sky-700\/50 {
  border-left-color: rgb(3 105 161 / 0.5) !important;
  border-right-color: rgb(3 105 161 / 0.5) !important;
}

.border-x-sky-700\/55 {
  border-left-color: rgb(3 105 161 / 0.55) !important;
  border-right-color: rgb(3 105 161 / 0.55) !important;
}

.border-x-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6) !important;
  border-right-color: rgb(3 105 161 / 0.6) !important;
}

.border-x-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65) !important;
  border-right-color: rgb(3 105 161 / 0.65) !important;
}

.border-x-sky-700\/70 {
  border-left-color: rgb(3 105 161 / 0.7) !important;
  border-right-color: rgb(3 105 161 / 0.7) !important;
}

.border-x-sky-700\/75 {
  border-left-color: rgb(3 105 161 / 0.75) !important;
  border-right-color: rgb(3 105 161 / 0.75) !important;
}

.border-x-sky-700\/80 {
  border-left-color: rgb(3 105 161 / 0.8) !important;
  border-right-color: rgb(3 105 161 / 0.8) !important;
}

.border-x-sky-700\/85 {
  border-left-color: rgb(3 105 161 / 0.85) !important;
  border-right-color: rgb(3 105 161 / 0.85) !important;
}

.border-x-sky-700\/90 {
  border-left-color: rgb(3 105 161 / 0.9) !important;
  border-right-color: rgb(3 105 161 / 0.9) !important;
}

.border-x-sky-700\/95 {
  border-left-color: rgb(3 105 161 / 0.95) !important;
  border-right-color: rgb(3 105 161 / 0.95) !important;
}

.border-x-sky-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-800\/0 {
  border-left-color: rgb(7 89 133 / 0) !important;
  border-right-color: rgb(7 89 133 / 0) !important;
}

.border-x-sky-800\/10 {
  border-left-color: rgb(7 89 133 / 0.1) !important;
  border-right-color: rgb(7 89 133 / 0.1) !important;
}

.border-x-sky-800\/100 {
  border-left-color: rgb(7 89 133 / 1) !important;
  border-right-color: rgb(7 89 133 / 1) !important;
}

.border-x-sky-800\/15 {
  border-left-color: rgb(7 89 133 / 0.15) !important;
  border-right-color: rgb(7 89 133 / 0.15) !important;
}

.border-x-sky-800\/20 {
  border-left-color: rgb(7 89 133 / 0.2) !important;
  border-right-color: rgb(7 89 133 / 0.2) !important;
}

.border-x-sky-800\/25 {
  border-left-color: rgb(7 89 133 / 0.25) !important;
  border-right-color: rgb(7 89 133 / 0.25) !important;
}

.border-x-sky-800\/30 {
  border-left-color: rgb(7 89 133 / 0.3) !important;
  border-right-color: rgb(7 89 133 / 0.3) !important;
}

.border-x-sky-800\/35 {
  border-left-color: rgb(7 89 133 / 0.35) !important;
  border-right-color: rgb(7 89 133 / 0.35) !important;
}

.border-x-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4) !important;
  border-right-color: rgb(7 89 133 / 0.4) !important;
}

.border-x-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45) !important;
  border-right-color: rgb(7 89 133 / 0.45) !important;
}

.border-x-sky-800\/5 {
  border-left-color: rgb(7 89 133 / 0.05) !important;
  border-right-color: rgb(7 89 133 / 0.05) !important;
}

.border-x-sky-800\/50 {
  border-left-color: rgb(7 89 133 / 0.5) !important;
  border-right-color: rgb(7 89 133 / 0.5) !important;
}

.border-x-sky-800\/55 {
  border-left-color: rgb(7 89 133 / 0.55) !important;
  border-right-color: rgb(7 89 133 / 0.55) !important;
}

.border-x-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6) !important;
  border-right-color: rgb(7 89 133 / 0.6) !important;
}

.border-x-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65) !important;
  border-right-color: rgb(7 89 133 / 0.65) !important;
}

.border-x-sky-800\/70 {
  border-left-color: rgb(7 89 133 / 0.7) !important;
  border-right-color: rgb(7 89 133 / 0.7) !important;
}

.border-x-sky-800\/75 {
  border-left-color: rgb(7 89 133 / 0.75) !important;
  border-right-color: rgb(7 89 133 / 0.75) !important;
}

.border-x-sky-800\/80 {
  border-left-color: rgb(7 89 133 / 0.8) !important;
  border-right-color: rgb(7 89 133 / 0.8) !important;
}

.border-x-sky-800\/85 {
  border-left-color: rgb(7 89 133 / 0.85) !important;
  border-right-color: rgb(7 89 133 / 0.85) !important;
}

.border-x-sky-800\/90 {
  border-left-color: rgb(7 89 133 / 0.9) !important;
  border-right-color: rgb(7 89 133 / 0.9) !important;
}

.border-x-sky-800\/95 {
  border-left-color: rgb(7 89 133 / 0.95) !important;
  border-right-color: rgb(7 89 133 / 0.95) !important;
}

.border-x-sky-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-900\/0 {
  border-left-color: rgb(12 74 110 / 0) !important;
  border-right-color: rgb(12 74 110 / 0) !important;
}

.border-x-sky-900\/10 {
  border-left-color: rgb(12 74 110 / 0.1) !important;
  border-right-color: rgb(12 74 110 / 0.1) !important;
}

.border-x-sky-900\/100 {
  border-left-color: rgb(12 74 110 / 1) !important;
  border-right-color: rgb(12 74 110 / 1) !important;
}

.border-x-sky-900\/15 {
  border-left-color: rgb(12 74 110 / 0.15) !important;
  border-right-color: rgb(12 74 110 / 0.15) !important;
}

.border-x-sky-900\/20 {
  border-left-color: rgb(12 74 110 / 0.2) !important;
  border-right-color: rgb(12 74 110 / 0.2) !important;
}

.border-x-sky-900\/25 {
  border-left-color: rgb(12 74 110 / 0.25) !important;
  border-right-color: rgb(12 74 110 / 0.25) !important;
}

.border-x-sky-900\/30 {
  border-left-color: rgb(12 74 110 / 0.3) !important;
  border-right-color: rgb(12 74 110 / 0.3) !important;
}

.border-x-sky-900\/35 {
  border-left-color: rgb(12 74 110 / 0.35) !important;
  border-right-color: rgb(12 74 110 / 0.35) !important;
}

.border-x-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4) !important;
  border-right-color: rgb(12 74 110 / 0.4) !important;
}

.border-x-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45) !important;
  border-right-color: rgb(12 74 110 / 0.45) !important;
}

.border-x-sky-900\/5 {
  border-left-color: rgb(12 74 110 / 0.05) !important;
  border-right-color: rgb(12 74 110 / 0.05) !important;
}

.border-x-sky-900\/50 {
  border-left-color: rgb(12 74 110 / 0.5) !important;
  border-right-color: rgb(12 74 110 / 0.5) !important;
}

.border-x-sky-900\/55 {
  border-left-color: rgb(12 74 110 / 0.55) !important;
  border-right-color: rgb(12 74 110 / 0.55) !important;
}

.border-x-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6) !important;
  border-right-color: rgb(12 74 110 / 0.6) !important;
}

.border-x-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65) !important;
  border-right-color: rgb(12 74 110 / 0.65) !important;
}

.border-x-sky-900\/70 {
  border-left-color: rgb(12 74 110 / 0.7) !important;
  border-right-color: rgb(12 74 110 / 0.7) !important;
}

.border-x-sky-900\/75 {
  border-left-color: rgb(12 74 110 / 0.75) !important;
  border-right-color: rgb(12 74 110 / 0.75) !important;
}

.border-x-sky-900\/80 {
  border-left-color: rgb(12 74 110 / 0.8) !important;
  border-right-color: rgb(12 74 110 / 0.8) !important;
}

.border-x-sky-900\/85 {
  border-left-color: rgb(12 74 110 / 0.85) !important;
  border-right-color: rgb(12 74 110 / 0.85) !important;
}

.border-x-sky-900\/90 {
  border-left-color: rgb(12 74 110 / 0.9) !important;
  border-right-color: rgb(12 74 110 / 0.9) !important;
}

.border-x-sky-900\/95 {
  border-left-color: rgb(12 74 110 / 0.95) !important;
  border-right-color: rgb(12 74 110 / 0.95) !important;
}

.border-x-sky-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-x-sky-950\/0 {
  border-left-color: rgb(8 47 73 / 0) !important;
  border-right-color: rgb(8 47 73 / 0) !important;
}

.border-x-sky-950\/10 {
  border-left-color: rgb(8 47 73 / 0.1) !important;
  border-right-color: rgb(8 47 73 / 0.1) !important;
}

.border-x-sky-950\/100 {
  border-left-color: rgb(8 47 73 / 1) !important;
  border-right-color: rgb(8 47 73 / 1) !important;
}

.border-x-sky-950\/15 {
  border-left-color: rgb(8 47 73 / 0.15) !important;
  border-right-color: rgb(8 47 73 / 0.15) !important;
}

.border-x-sky-950\/20 {
  border-left-color: rgb(8 47 73 / 0.2) !important;
  border-right-color: rgb(8 47 73 / 0.2) !important;
}

.border-x-sky-950\/25 {
  border-left-color: rgb(8 47 73 / 0.25) !important;
  border-right-color: rgb(8 47 73 / 0.25) !important;
}

.border-x-sky-950\/30 {
  border-left-color: rgb(8 47 73 / 0.3) !important;
  border-right-color: rgb(8 47 73 / 0.3) !important;
}

.border-x-sky-950\/35 {
  border-left-color: rgb(8 47 73 / 0.35) !important;
  border-right-color: rgb(8 47 73 / 0.35) !important;
}

.border-x-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4) !important;
  border-right-color: rgb(8 47 73 / 0.4) !important;
}

.border-x-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45) !important;
  border-right-color: rgb(8 47 73 / 0.45) !important;
}

.border-x-sky-950\/5 {
  border-left-color: rgb(8 47 73 / 0.05) !important;
  border-right-color: rgb(8 47 73 / 0.05) !important;
}

.border-x-sky-950\/50 {
  border-left-color: rgb(8 47 73 / 0.5) !important;
  border-right-color: rgb(8 47 73 / 0.5) !important;
}

.border-x-sky-950\/55 {
  border-left-color: rgb(8 47 73 / 0.55) !important;
  border-right-color: rgb(8 47 73 / 0.55) !important;
}

.border-x-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6) !important;
  border-right-color: rgb(8 47 73 / 0.6) !important;
}

.border-x-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65) !important;
  border-right-color: rgb(8 47 73 / 0.65) !important;
}

.border-x-sky-950\/70 {
  border-left-color: rgb(8 47 73 / 0.7) !important;
  border-right-color: rgb(8 47 73 / 0.7) !important;
}

.border-x-sky-950\/75 {
  border-left-color: rgb(8 47 73 / 0.75) !important;
  border-right-color: rgb(8 47 73 / 0.75) !important;
}

.border-x-sky-950\/80 {
  border-left-color: rgb(8 47 73 / 0.8) !important;
  border-right-color: rgb(8 47 73 / 0.8) !important;
}

.border-x-sky-950\/85 {
  border-left-color: rgb(8 47 73 / 0.85) !important;
  border-right-color: rgb(8 47 73 / 0.85) !important;
}

.border-x-sky-950\/90 {
  border-left-color: rgb(8 47 73 / 0.9) !important;
  border-right-color: rgb(8 47 73 / 0.9) !important;
}

.border-x-sky-950\/95 {
  border-left-color: rgb(8 47 73 / 0.95) !important;
  border-right-color: rgb(8 47 73 / 0.95) !important;
}

.border-x-slate-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-100\/0 {
  border-left-color: rgb(241 245 249 / 0) !important;
  border-right-color: rgb(241 245 249 / 0) !important;
}

.border-x-slate-100\/10 {
  border-left-color: rgb(241 245 249 / 0.1) !important;
  border-right-color: rgb(241 245 249 / 0.1) !important;
}

.border-x-slate-100\/100 {
  border-left-color: rgb(241 245 249 / 1) !important;
  border-right-color: rgb(241 245 249 / 1) !important;
}

.border-x-slate-100\/15 {
  border-left-color: rgb(241 245 249 / 0.15) !important;
  border-right-color: rgb(241 245 249 / 0.15) !important;
}

.border-x-slate-100\/20 {
  border-left-color: rgb(241 245 249 / 0.2) !important;
  border-right-color: rgb(241 245 249 / 0.2) !important;
}

.border-x-slate-100\/25 {
  border-left-color: rgb(241 245 249 / 0.25) !important;
  border-right-color: rgb(241 245 249 / 0.25) !important;
}

.border-x-slate-100\/30 {
  border-left-color: rgb(241 245 249 / 0.3) !important;
  border-right-color: rgb(241 245 249 / 0.3) !important;
}

.border-x-slate-100\/35 {
  border-left-color: rgb(241 245 249 / 0.35) !important;
  border-right-color: rgb(241 245 249 / 0.35) !important;
}

.border-x-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4) !important;
  border-right-color: rgb(241 245 249 / 0.4) !important;
}

.border-x-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45) !important;
  border-right-color: rgb(241 245 249 / 0.45) !important;
}

.border-x-slate-100\/5 {
  border-left-color: rgb(241 245 249 / 0.05) !important;
  border-right-color: rgb(241 245 249 / 0.05) !important;
}

.border-x-slate-100\/50 {
  border-left-color: rgb(241 245 249 / 0.5) !important;
  border-right-color: rgb(241 245 249 / 0.5) !important;
}

.border-x-slate-100\/55 {
  border-left-color: rgb(241 245 249 / 0.55) !important;
  border-right-color: rgb(241 245 249 / 0.55) !important;
}

.border-x-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6) !important;
  border-right-color: rgb(241 245 249 / 0.6) !important;
}

.border-x-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65) !important;
  border-right-color: rgb(241 245 249 / 0.65) !important;
}

.border-x-slate-100\/70 {
  border-left-color: rgb(241 245 249 / 0.7) !important;
  border-right-color: rgb(241 245 249 / 0.7) !important;
}

.border-x-slate-100\/75 {
  border-left-color: rgb(241 245 249 / 0.75) !important;
  border-right-color: rgb(241 245 249 / 0.75) !important;
}

.border-x-slate-100\/80 {
  border-left-color: rgb(241 245 249 / 0.8) !important;
  border-right-color: rgb(241 245 249 / 0.8) !important;
}

.border-x-slate-100\/85 {
  border-left-color: rgb(241 245 249 / 0.85) !important;
  border-right-color: rgb(241 245 249 / 0.85) !important;
}

.border-x-slate-100\/90 {
  border-left-color: rgb(241 245 249 / 0.9) !important;
  border-right-color: rgb(241 245 249 / 0.9) !important;
}

.border-x-slate-100\/95 {
  border-left-color: rgb(241 245 249 / 0.95) !important;
  border-right-color: rgb(241 245 249 / 0.95) !important;
}

.border-x-slate-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-200\/0 {
  border-left-color: rgb(226 232 240 / 0) !important;
  border-right-color: rgb(226 232 240 / 0) !important;
}

.border-x-slate-200\/10 {
  border-left-color: rgb(226 232 240 / 0.1) !important;
  border-right-color: rgb(226 232 240 / 0.1) !important;
}

.border-x-slate-200\/100 {
  border-left-color: rgb(226 232 240 / 1) !important;
  border-right-color: rgb(226 232 240 / 1) !important;
}

.border-x-slate-200\/15 {
  border-left-color: rgb(226 232 240 / 0.15) !important;
  border-right-color: rgb(226 232 240 / 0.15) !important;
}

.border-x-slate-200\/20 {
  border-left-color: rgb(226 232 240 / 0.2) !important;
  border-right-color: rgb(226 232 240 / 0.2) !important;
}

.border-x-slate-200\/25 {
  border-left-color: rgb(226 232 240 / 0.25) !important;
  border-right-color: rgb(226 232 240 / 0.25) !important;
}

.border-x-slate-200\/30 {
  border-left-color: rgb(226 232 240 / 0.3) !important;
  border-right-color: rgb(226 232 240 / 0.3) !important;
}

.border-x-slate-200\/35 {
  border-left-color: rgb(226 232 240 / 0.35) !important;
  border-right-color: rgb(226 232 240 / 0.35) !important;
}

.border-x-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4) !important;
  border-right-color: rgb(226 232 240 / 0.4) !important;
}

.border-x-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45) !important;
  border-right-color: rgb(226 232 240 / 0.45) !important;
}

.border-x-slate-200\/5 {
  border-left-color: rgb(226 232 240 / 0.05) !important;
  border-right-color: rgb(226 232 240 / 0.05) !important;
}

.border-x-slate-200\/50 {
  border-left-color: rgb(226 232 240 / 0.5) !important;
  border-right-color: rgb(226 232 240 / 0.5) !important;
}

.border-x-slate-200\/55 {
  border-left-color: rgb(226 232 240 / 0.55) !important;
  border-right-color: rgb(226 232 240 / 0.55) !important;
}

.border-x-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6) !important;
  border-right-color: rgb(226 232 240 / 0.6) !important;
}

.border-x-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65) !important;
  border-right-color: rgb(226 232 240 / 0.65) !important;
}

.border-x-slate-200\/70 {
  border-left-color: rgb(226 232 240 / 0.7) !important;
  border-right-color: rgb(226 232 240 / 0.7) !important;
}

.border-x-slate-200\/75 {
  border-left-color: rgb(226 232 240 / 0.75) !important;
  border-right-color: rgb(226 232 240 / 0.75) !important;
}

.border-x-slate-200\/80 {
  border-left-color: rgb(226 232 240 / 0.8) !important;
  border-right-color: rgb(226 232 240 / 0.8) !important;
}

.border-x-slate-200\/85 {
  border-left-color: rgb(226 232 240 / 0.85) !important;
  border-right-color: rgb(226 232 240 / 0.85) !important;
}

.border-x-slate-200\/90 {
  border-left-color: rgb(226 232 240 / 0.9) !important;
  border-right-color: rgb(226 232 240 / 0.9) !important;
}

.border-x-slate-200\/95 {
  border-left-color: rgb(226 232 240 / 0.95) !important;
  border-right-color: rgb(226 232 240 / 0.95) !important;
}

.border-x-slate-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-300\/0 {
  border-left-color: rgb(203 213 225 / 0) !important;
  border-right-color: rgb(203 213 225 / 0) !important;
}

.border-x-slate-300\/10 {
  border-left-color: rgb(203 213 225 / 0.1) !important;
  border-right-color: rgb(203 213 225 / 0.1) !important;
}

.border-x-slate-300\/100 {
  border-left-color: rgb(203 213 225 / 1) !important;
  border-right-color: rgb(203 213 225 / 1) !important;
}

.border-x-slate-300\/15 {
  border-left-color: rgb(203 213 225 / 0.15) !important;
  border-right-color: rgb(203 213 225 / 0.15) !important;
}

.border-x-slate-300\/20 {
  border-left-color: rgb(203 213 225 / 0.2) !important;
  border-right-color: rgb(203 213 225 / 0.2) !important;
}

.border-x-slate-300\/25 {
  border-left-color: rgb(203 213 225 / 0.25) !important;
  border-right-color: rgb(203 213 225 / 0.25) !important;
}

.border-x-slate-300\/30 {
  border-left-color: rgb(203 213 225 / 0.3) !important;
  border-right-color: rgb(203 213 225 / 0.3) !important;
}

.border-x-slate-300\/35 {
  border-left-color: rgb(203 213 225 / 0.35) !important;
  border-right-color: rgb(203 213 225 / 0.35) !important;
}

.border-x-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4) !important;
  border-right-color: rgb(203 213 225 / 0.4) !important;
}

.border-x-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45) !important;
  border-right-color: rgb(203 213 225 / 0.45) !important;
}

.border-x-slate-300\/5 {
  border-left-color: rgb(203 213 225 / 0.05) !important;
  border-right-color: rgb(203 213 225 / 0.05) !important;
}

.border-x-slate-300\/50 {
  border-left-color: rgb(203 213 225 / 0.5) !important;
  border-right-color: rgb(203 213 225 / 0.5) !important;
}

.border-x-slate-300\/55 {
  border-left-color: rgb(203 213 225 / 0.55) !important;
  border-right-color: rgb(203 213 225 / 0.55) !important;
}

.border-x-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6) !important;
  border-right-color: rgb(203 213 225 / 0.6) !important;
}

.border-x-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65) !important;
  border-right-color: rgb(203 213 225 / 0.65) !important;
}

.border-x-slate-300\/70 {
  border-left-color: rgb(203 213 225 / 0.7) !important;
  border-right-color: rgb(203 213 225 / 0.7) !important;
}

.border-x-slate-300\/75 {
  border-left-color: rgb(203 213 225 / 0.75) !important;
  border-right-color: rgb(203 213 225 / 0.75) !important;
}

.border-x-slate-300\/80 {
  border-left-color: rgb(203 213 225 / 0.8) !important;
  border-right-color: rgb(203 213 225 / 0.8) !important;
}

.border-x-slate-300\/85 {
  border-left-color: rgb(203 213 225 / 0.85) !important;
  border-right-color: rgb(203 213 225 / 0.85) !important;
}

.border-x-slate-300\/90 {
  border-left-color: rgb(203 213 225 / 0.9) !important;
  border-right-color: rgb(203 213 225 / 0.9) !important;
}

.border-x-slate-300\/95 {
  border-left-color: rgb(203 213 225 / 0.95) !important;
  border-right-color: rgb(203 213 225 / 0.95) !important;
}

.border-x-slate-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-400\/0 {
  border-left-color: rgb(148 163 184 / 0) !important;
  border-right-color: rgb(148 163 184 / 0) !important;
}

.border-x-slate-400\/10 {
  border-left-color: rgb(148 163 184 / 0.1) !important;
  border-right-color: rgb(148 163 184 / 0.1) !important;
}

.border-x-slate-400\/100 {
  border-left-color: rgb(148 163 184 / 1) !important;
  border-right-color: rgb(148 163 184 / 1) !important;
}

.border-x-slate-400\/15 {
  border-left-color: rgb(148 163 184 / 0.15) !important;
  border-right-color: rgb(148 163 184 / 0.15) !important;
}

.border-x-slate-400\/20 {
  border-left-color: rgb(148 163 184 / 0.2) !important;
  border-right-color: rgb(148 163 184 / 0.2) !important;
}

.border-x-slate-400\/25 {
  border-left-color: rgb(148 163 184 / 0.25) !important;
  border-right-color: rgb(148 163 184 / 0.25) !important;
}

.border-x-slate-400\/30 {
  border-left-color: rgb(148 163 184 / 0.3) !important;
  border-right-color: rgb(148 163 184 / 0.3) !important;
}

.border-x-slate-400\/35 {
  border-left-color: rgb(148 163 184 / 0.35) !important;
  border-right-color: rgb(148 163 184 / 0.35) !important;
}

.border-x-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4) !important;
  border-right-color: rgb(148 163 184 / 0.4) !important;
}

.border-x-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45) !important;
  border-right-color: rgb(148 163 184 / 0.45) !important;
}

.border-x-slate-400\/5 {
  border-left-color: rgb(148 163 184 / 0.05) !important;
  border-right-color: rgb(148 163 184 / 0.05) !important;
}

.border-x-slate-400\/50 {
  border-left-color: rgb(148 163 184 / 0.5) !important;
  border-right-color: rgb(148 163 184 / 0.5) !important;
}

.border-x-slate-400\/55 {
  border-left-color: rgb(148 163 184 / 0.55) !important;
  border-right-color: rgb(148 163 184 / 0.55) !important;
}

.border-x-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6) !important;
  border-right-color: rgb(148 163 184 / 0.6) !important;
}

.border-x-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65) !important;
  border-right-color: rgb(148 163 184 / 0.65) !important;
}

.border-x-slate-400\/70 {
  border-left-color: rgb(148 163 184 / 0.7) !important;
  border-right-color: rgb(148 163 184 / 0.7) !important;
}

.border-x-slate-400\/75 {
  border-left-color: rgb(148 163 184 / 0.75) !important;
  border-right-color: rgb(148 163 184 / 0.75) !important;
}

.border-x-slate-400\/80 {
  border-left-color: rgb(148 163 184 / 0.8) !important;
  border-right-color: rgb(148 163 184 / 0.8) !important;
}

.border-x-slate-400\/85 {
  border-left-color: rgb(148 163 184 / 0.85) !important;
  border-right-color: rgb(148 163 184 / 0.85) !important;
}

.border-x-slate-400\/90 {
  border-left-color: rgb(148 163 184 / 0.9) !important;
  border-right-color: rgb(148 163 184 / 0.9) !important;
}

.border-x-slate-400\/95 {
  border-left-color: rgb(148 163 184 / 0.95) !important;
  border-right-color: rgb(148 163 184 / 0.95) !important;
}

.border-x-slate-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-50\/0 {
  border-left-color: rgb(248 250 252 / 0) !important;
  border-right-color: rgb(248 250 252 / 0) !important;
}

.border-x-slate-50\/10 {
  border-left-color: rgb(248 250 252 / 0.1) !important;
  border-right-color: rgb(248 250 252 / 0.1) !important;
}

.border-x-slate-50\/100 {
  border-left-color: rgb(248 250 252 / 1) !important;
  border-right-color: rgb(248 250 252 / 1) !important;
}

.border-x-slate-50\/15 {
  border-left-color: rgb(248 250 252 / 0.15) !important;
  border-right-color: rgb(248 250 252 / 0.15) !important;
}

.border-x-slate-50\/20 {
  border-left-color: rgb(248 250 252 / 0.2) !important;
  border-right-color: rgb(248 250 252 / 0.2) !important;
}

.border-x-slate-50\/25 {
  border-left-color: rgb(248 250 252 / 0.25) !important;
  border-right-color: rgb(248 250 252 / 0.25) !important;
}

.border-x-slate-50\/30 {
  border-left-color: rgb(248 250 252 / 0.3) !important;
  border-right-color: rgb(248 250 252 / 0.3) !important;
}

.border-x-slate-50\/35 {
  border-left-color: rgb(248 250 252 / 0.35) !important;
  border-right-color: rgb(248 250 252 / 0.35) !important;
}

.border-x-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4) !important;
  border-right-color: rgb(248 250 252 / 0.4) !important;
}

.border-x-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45) !important;
  border-right-color: rgb(248 250 252 / 0.45) !important;
}

.border-x-slate-50\/5 {
  border-left-color: rgb(248 250 252 / 0.05) !important;
  border-right-color: rgb(248 250 252 / 0.05) !important;
}

.border-x-slate-50\/50 {
  border-left-color: rgb(248 250 252 / 0.5) !important;
  border-right-color: rgb(248 250 252 / 0.5) !important;
}

.border-x-slate-50\/55 {
  border-left-color: rgb(248 250 252 / 0.55) !important;
  border-right-color: rgb(248 250 252 / 0.55) !important;
}

.border-x-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6) !important;
  border-right-color: rgb(248 250 252 / 0.6) !important;
}

.border-x-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65) !important;
  border-right-color: rgb(248 250 252 / 0.65) !important;
}

.border-x-slate-50\/70 {
  border-left-color: rgb(248 250 252 / 0.7) !important;
  border-right-color: rgb(248 250 252 / 0.7) !important;
}

.border-x-slate-50\/75 {
  border-left-color: rgb(248 250 252 / 0.75) !important;
  border-right-color: rgb(248 250 252 / 0.75) !important;
}

.border-x-slate-50\/80 {
  border-left-color: rgb(248 250 252 / 0.8) !important;
  border-right-color: rgb(248 250 252 / 0.8) !important;
}

.border-x-slate-50\/85 {
  border-left-color: rgb(248 250 252 / 0.85) !important;
  border-right-color: rgb(248 250 252 / 0.85) !important;
}

.border-x-slate-50\/90 {
  border-left-color: rgb(248 250 252 / 0.9) !important;
  border-right-color: rgb(248 250 252 / 0.9) !important;
}

.border-x-slate-50\/95 {
  border-left-color: rgb(248 250 252 / 0.95) !important;
  border-right-color: rgb(248 250 252 / 0.95) !important;
}

.border-x-slate-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-500\/0 {
  border-left-color: rgb(100 116 139 / 0) !important;
  border-right-color: rgb(100 116 139 / 0) !important;
}

.border-x-slate-500\/10 {
  border-left-color: rgb(100 116 139 / 0.1) !important;
  border-right-color: rgb(100 116 139 / 0.1) !important;
}

.border-x-slate-500\/100 {
  border-left-color: rgb(100 116 139 / 1) !important;
  border-right-color: rgb(100 116 139 / 1) !important;
}

.border-x-slate-500\/15 {
  border-left-color: rgb(100 116 139 / 0.15) !important;
  border-right-color: rgb(100 116 139 / 0.15) !important;
}

.border-x-slate-500\/20 {
  border-left-color: rgb(100 116 139 / 0.2) !important;
  border-right-color: rgb(100 116 139 / 0.2) !important;
}

.border-x-slate-500\/25 {
  border-left-color: rgb(100 116 139 / 0.25) !important;
  border-right-color: rgb(100 116 139 / 0.25) !important;
}

.border-x-slate-500\/30 {
  border-left-color: rgb(100 116 139 / 0.3) !important;
  border-right-color: rgb(100 116 139 / 0.3) !important;
}

.border-x-slate-500\/35 {
  border-left-color: rgb(100 116 139 / 0.35) !important;
  border-right-color: rgb(100 116 139 / 0.35) !important;
}

.border-x-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4) !important;
  border-right-color: rgb(100 116 139 / 0.4) !important;
}

.border-x-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45) !important;
  border-right-color: rgb(100 116 139 / 0.45) !important;
}

.border-x-slate-500\/5 {
  border-left-color: rgb(100 116 139 / 0.05) !important;
  border-right-color: rgb(100 116 139 / 0.05) !important;
}

.border-x-slate-500\/50 {
  border-left-color: rgb(100 116 139 / 0.5) !important;
  border-right-color: rgb(100 116 139 / 0.5) !important;
}

.border-x-slate-500\/55 {
  border-left-color: rgb(100 116 139 / 0.55) !important;
  border-right-color: rgb(100 116 139 / 0.55) !important;
}

.border-x-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6) !important;
  border-right-color: rgb(100 116 139 / 0.6) !important;
}

.border-x-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65) !important;
  border-right-color: rgb(100 116 139 / 0.65) !important;
}

.border-x-slate-500\/70 {
  border-left-color: rgb(100 116 139 / 0.7) !important;
  border-right-color: rgb(100 116 139 / 0.7) !important;
}

.border-x-slate-500\/75 {
  border-left-color: rgb(100 116 139 / 0.75) !important;
  border-right-color: rgb(100 116 139 / 0.75) !important;
}

.border-x-slate-500\/80 {
  border-left-color: rgb(100 116 139 / 0.8) !important;
  border-right-color: rgb(100 116 139 / 0.8) !important;
}

.border-x-slate-500\/85 {
  border-left-color: rgb(100 116 139 / 0.85) !important;
  border-right-color: rgb(100 116 139 / 0.85) !important;
}

.border-x-slate-500\/90 {
  border-left-color: rgb(100 116 139 / 0.9) !important;
  border-right-color: rgb(100 116 139 / 0.9) !important;
}

.border-x-slate-500\/95 {
  border-left-color: rgb(100 116 139 / 0.95) !important;
  border-right-color: rgb(100 116 139 / 0.95) !important;
}

.border-x-slate-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-600\/0 {
  border-left-color: rgb(71 85 105 / 0) !important;
  border-right-color: rgb(71 85 105 / 0) !important;
}

.border-x-slate-600\/10 {
  border-left-color: rgb(71 85 105 / 0.1) !important;
  border-right-color: rgb(71 85 105 / 0.1) !important;
}

.border-x-slate-600\/100 {
  border-left-color: rgb(71 85 105 / 1) !important;
  border-right-color: rgb(71 85 105 / 1) !important;
}

.border-x-slate-600\/15 {
  border-left-color: rgb(71 85 105 / 0.15) !important;
  border-right-color: rgb(71 85 105 / 0.15) !important;
}

.border-x-slate-600\/20 {
  border-left-color: rgb(71 85 105 / 0.2) !important;
  border-right-color: rgb(71 85 105 / 0.2) !important;
}

.border-x-slate-600\/25 {
  border-left-color: rgb(71 85 105 / 0.25) !important;
  border-right-color: rgb(71 85 105 / 0.25) !important;
}

.border-x-slate-600\/30 {
  border-left-color: rgb(71 85 105 / 0.3) !important;
  border-right-color: rgb(71 85 105 / 0.3) !important;
}

.border-x-slate-600\/35 {
  border-left-color: rgb(71 85 105 / 0.35) !important;
  border-right-color: rgb(71 85 105 / 0.35) !important;
}

.border-x-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4) !important;
  border-right-color: rgb(71 85 105 / 0.4) !important;
}

.border-x-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45) !important;
  border-right-color: rgb(71 85 105 / 0.45) !important;
}

.border-x-slate-600\/5 {
  border-left-color: rgb(71 85 105 / 0.05) !important;
  border-right-color: rgb(71 85 105 / 0.05) !important;
}

.border-x-slate-600\/50 {
  border-left-color: rgb(71 85 105 / 0.5) !important;
  border-right-color: rgb(71 85 105 / 0.5) !important;
}

.border-x-slate-600\/55 {
  border-left-color: rgb(71 85 105 / 0.55) !important;
  border-right-color: rgb(71 85 105 / 0.55) !important;
}

.border-x-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6) !important;
  border-right-color: rgb(71 85 105 / 0.6) !important;
}

.border-x-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65) !important;
  border-right-color: rgb(71 85 105 / 0.65) !important;
}

.border-x-slate-600\/70 {
  border-left-color: rgb(71 85 105 / 0.7) !important;
  border-right-color: rgb(71 85 105 / 0.7) !important;
}

.border-x-slate-600\/75 {
  border-left-color: rgb(71 85 105 / 0.75) !important;
  border-right-color: rgb(71 85 105 / 0.75) !important;
}

.border-x-slate-600\/80 {
  border-left-color: rgb(71 85 105 / 0.8) !important;
  border-right-color: rgb(71 85 105 / 0.8) !important;
}

.border-x-slate-600\/85 {
  border-left-color: rgb(71 85 105 / 0.85) !important;
  border-right-color: rgb(71 85 105 / 0.85) !important;
}

.border-x-slate-600\/90 {
  border-left-color: rgb(71 85 105 / 0.9) !important;
  border-right-color: rgb(71 85 105 / 0.9) !important;
}

.border-x-slate-600\/95 {
  border-left-color: rgb(71 85 105 / 0.95) !important;
  border-right-color: rgb(71 85 105 / 0.95) !important;
}

.border-x-slate-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-700\/0 {
  border-left-color: rgb(51 65 85 / 0) !important;
  border-right-color: rgb(51 65 85 / 0) !important;
}

.border-x-slate-700\/10 {
  border-left-color: rgb(51 65 85 / 0.1) !important;
  border-right-color: rgb(51 65 85 / 0.1) !important;
}

.border-x-slate-700\/100 {
  border-left-color: rgb(51 65 85 / 1) !important;
  border-right-color: rgb(51 65 85 / 1) !important;
}

.border-x-slate-700\/15 {
  border-left-color: rgb(51 65 85 / 0.15) !important;
  border-right-color: rgb(51 65 85 / 0.15) !important;
}

.border-x-slate-700\/20 {
  border-left-color: rgb(51 65 85 / 0.2) !important;
  border-right-color: rgb(51 65 85 / 0.2) !important;
}

.border-x-slate-700\/25 {
  border-left-color: rgb(51 65 85 / 0.25) !important;
  border-right-color: rgb(51 65 85 / 0.25) !important;
}

.border-x-slate-700\/30 {
  border-left-color: rgb(51 65 85 / 0.3) !important;
  border-right-color: rgb(51 65 85 / 0.3) !important;
}

.border-x-slate-700\/35 {
  border-left-color: rgb(51 65 85 / 0.35) !important;
  border-right-color: rgb(51 65 85 / 0.35) !important;
}

.border-x-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4) !important;
  border-right-color: rgb(51 65 85 / 0.4) !important;
}

.border-x-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45) !important;
  border-right-color: rgb(51 65 85 / 0.45) !important;
}

.border-x-slate-700\/5 {
  border-left-color: rgb(51 65 85 / 0.05) !important;
  border-right-color: rgb(51 65 85 / 0.05) !important;
}

.border-x-slate-700\/50 {
  border-left-color: rgb(51 65 85 / 0.5) !important;
  border-right-color: rgb(51 65 85 / 0.5) !important;
}

.border-x-slate-700\/55 {
  border-left-color: rgb(51 65 85 / 0.55) !important;
  border-right-color: rgb(51 65 85 / 0.55) !important;
}

.border-x-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6) !important;
  border-right-color: rgb(51 65 85 / 0.6) !important;
}

.border-x-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65) !important;
  border-right-color: rgb(51 65 85 / 0.65) !important;
}

.border-x-slate-700\/70 {
  border-left-color: rgb(51 65 85 / 0.7) !important;
  border-right-color: rgb(51 65 85 / 0.7) !important;
}

.border-x-slate-700\/75 {
  border-left-color: rgb(51 65 85 / 0.75) !important;
  border-right-color: rgb(51 65 85 / 0.75) !important;
}

.border-x-slate-700\/80 {
  border-left-color: rgb(51 65 85 / 0.8) !important;
  border-right-color: rgb(51 65 85 / 0.8) !important;
}

.border-x-slate-700\/85 {
  border-left-color: rgb(51 65 85 / 0.85) !important;
  border-right-color: rgb(51 65 85 / 0.85) !important;
}

.border-x-slate-700\/90 {
  border-left-color: rgb(51 65 85 / 0.9) !important;
  border-right-color: rgb(51 65 85 / 0.9) !important;
}

.border-x-slate-700\/95 {
  border-left-color: rgb(51 65 85 / 0.95) !important;
  border-right-color: rgb(51 65 85 / 0.95) !important;
}

.border-x-slate-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-800\/0 {
  border-left-color: rgb(30 41 59 / 0) !important;
  border-right-color: rgb(30 41 59 / 0) !important;
}

.border-x-slate-800\/10 {
  border-left-color: rgb(30 41 59 / 0.1) !important;
  border-right-color: rgb(30 41 59 / 0.1) !important;
}

.border-x-slate-800\/100 {
  border-left-color: rgb(30 41 59 / 1) !important;
  border-right-color: rgb(30 41 59 / 1) !important;
}

.border-x-slate-800\/15 {
  border-left-color: rgb(30 41 59 / 0.15) !important;
  border-right-color: rgb(30 41 59 / 0.15) !important;
}

.border-x-slate-800\/20 {
  border-left-color: rgb(30 41 59 / 0.2) !important;
  border-right-color: rgb(30 41 59 / 0.2) !important;
}

.border-x-slate-800\/25 {
  border-left-color: rgb(30 41 59 / 0.25) !important;
  border-right-color: rgb(30 41 59 / 0.25) !important;
}

.border-x-slate-800\/30 {
  border-left-color: rgb(30 41 59 / 0.3) !important;
  border-right-color: rgb(30 41 59 / 0.3) !important;
}

.border-x-slate-800\/35 {
  border-left-color: rgb(30 41 59 / 0.35) !important;
  border-right-color: rgb(30 41 59 / 0.35) !important;
}

.border-x-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4) !important;
  border-right-color: rgb(30 41 59 / 0.4) !important;
}

.border-x-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45) !important;
  border-right-color: rgb(30 41 59 / 0.45) !important;
}

.border-x-slate-800\/5 {
  border-left-color: rgb(30 41 59 / 0.05) !important;
  border-right-color: rgb(30 41 59 / 0.05) !important;
}

.border-x-slate-800\/50 {
  border-left-color: rgb(30 41 59 / 0.5) !important;
  border-right-color: rgb(30 41 59 / 0.5) !important;
}

.border-x-slate-800\/55 {
  border-left-color: rgb(30 41 59 / 0.55) !important;
  border-right-color: rgb(30 41 59 / 0.55) !important;
}

.border-x-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6) !important;
  border-right-color: rgb(30 41 59 / 0.6) !important;
}

.border-x-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65) !important;
  border-right-color: rgb(30 41 59 / 0.65) !important;
}

.border-x-slate-800\/70 {
  border-left-color: rgb(30 41 59 / 0.7) !important;
  border-right-color: rgb(30 41 59 / 0.7) !important;
}

.border-x-slate-800\/75 {
  border-left-color: rgb(30 41 59 / 0.75) !important;
  border-right-color: rgb(30 41 59 / 0.75) !important;
}

.border-x-slate-800\/80 {
  border-left-color: rgb(30 41 59 / 0.8) !important;
  border-right-color: rgb(30 41 59 / 0.8) !important;
}

.border-x-slate-800\/85 {
  border-left-color: rgb(30 41 59 / 0.85) !important;
  border-right-color: rgb(30 41 59 / 0.85) !important;
}

.border-x-slate-800\/90 {
  border-left-color: rgb(30 41 59 / 0.9) !important;
  border-right-color: rgb(30 41 59 / 0.9) !important;
}

.border-x-slate-800\/95 {
  border-left-color: rgb(30 41 59 / 0.95) !important;
  border-right-color: rgb(30 41 59 / 0.95) !important;
}

.border-x-slate-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-900\/0 {
  border-left-color: rgb(15 23 42 / 0) !important;
  border-right-color: rgb(15 23 42 / 0) !important;
}

.border-x-slate-900\/10 {
  border-left-color: rgb(15 23 42 / 0.1) !important;
  border-right-color: rgb(15 23 42 / 0.1) !important;
}

.border-x-slate-900\/100 {
  border-left-color: rgb(15 23 42 / 1) !important;
  border-right-color: rgb(15 23 42 / 1) !important;
}

.border-x-slate-900\/15 {
  border-left-color: rgb(15 23 42 / 0.15) !important;
  border-right-color: rgb(15 23 42 / 0.15) !important;
}

.border-x-slate-900\/20 {
  border-left-color: rgb(15 23 42 / 0.2) !important;
  border-right-color: rgb(15 23 42 / 0.2) !important;
}

.border-x-slate-900\/25 {
  border-left-color: rgb(15 23 42 / 0.25) !important;
  border-right-color: rgb(15 23 42 / 0.25) !important;
}

.border-x-slate-900\/30 {
  border-left-color: rgb(15 23 42 / 0.3) !important;
  border-right-color: rgb(15 23 42 / 0.3) !important;
}

.border-x-slate-900\/35 {
  border-left-color: rgb(15 23 42 / 0.35) !important;
  border-right-color: rgb(15 23 42 / 0.35) !important;
}

.border-x-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4) !important;
  border-right-color: rgb(15 23 42 / 0.4) !important;
}

.border-x-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45) !important;
  border-right-color: rgb(15 23 42 / 0.45) !important;
}

.border-x-slate-900\/5 {
  border-left-color: rgb(15 23 42 / 0.05) !important;
  border-right-color: rgb(15 23 42 / 0.05) !important;
}

.border-x-slate-900\/50 {
  border-left-color: rgb(15 23 42 / 0.5) !important;
  border-right-color: rgb(15 23 42 / 0.5) !important;
}

.border-x-slate-900\/55 {
  border-left-color: rgb(15 23 42 / 0.55) !important;
  border-right-color: rgb(15 23 42 / 0.55) !important;
}

.border-x-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6) !important;
  border-right-color: rgb(15 23 42 / 0.6) !important;
}

.border-x-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65) !important;
  border-right-color: rgb(15 23 42 / 0.65) !important;
}

.border-x-slate-900\/70 {
  border-left-color: rgb(15 23 42 / 0.7) !important;
  border-right-color: rgb(15 23 42 / 0.7) !important;
}

.border-x-slate-900\/75 {
  border-left-color: rgb(15 23 42 / 0.75) !important;
  border-right-color: rgb(15 23 42 / 0.75) !important;
}

.border-x-slate-900\/80 {
  border-left-color: rgb(15 23 42 / 0.8) !important;
  border-right-color: rgb(15 23 42 / 0.8) !important;
}

.border-x-slate-900\/85 {
  border-left-color: rgb(15 23 42 / 0.85) !important;
  border-right-color: rgb(15 23 42 / 0.85) !important;
}

.border-x-slate-900\/90 {
  border-left-color: rgb(15 23 42 / 0.9) !important;
  border-right-color: rgb(15 23 42 / 0.9) !important;
}

.border-x-slate-900\/95 {
  border-left-color: rgb(15 23 42 / 0.95) !important;
  border-right-color: rgb(15 23 42 / 0.95) !important;
}

.border-x-slate-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-x-slate-950\/0 {
  border-left-color: rgb(2 6 23 / 0) !important;
  border-right-color: rgb(2 6 23 / 0) !important;
}

.border-x-slate-950\/10 {
  border-left-color: rgb(2 6 23 / 0.1) !important;
  border-right-color: rgb(2 6 23 / 0.1) !important;
}

.border-x-slate-950\/100 {
  border-left-color: rgb(2 6 23 / 1) !important;
  border-right-color: rgb(2 6 23 / 1) !important;
}

.border-x-slate-950\/15 {
  border-left-color: rgb(2 6 23 / 0.15) !important;
  border-right-color: rgb(2 6 23 / 0.15) !important;
}

.border-x-slate-950\/20 {
  border-left-color: rgb(2 6 23 / 0.2) !important;
  border-right-color: rgb(2 6 23 / 0.2) !important;
}

.border-x-slate-950\/25 {
  border-left-color: rgb(2 6 23 / 0.25) !important;
  border-right-color: rgb(2 6 23 / 0.25) !important;
}

.border-x-slate-950\/30 {
  border-left-color: rgb(2 6 23 / 0.3) !important;
  border-right-color: rgb(2 6 23 / 0.3) !important;
}

.border-x-slate-950\/35 {
  border-left-color: rgb(2 6 23 / 0.35) !important;
  border-right-color: rgb(2 6 23 / 0.35) !important;
}

.border-x-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4) !important;
  border-right-color: rgb(2 6 23 / 0.4) !important;
}

.border-x-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45) !important;
  border-right-color: rgb(2 6 23 / 0.45) !important;
}

.border-x-slate-950\/5 {
  border-left-color: rgb(2 6 23 / 0.05) !important;
  border-right-color: rgb(2 6 23 / 0.05) !important;
}

.border-x-slate-950\/50 {
  border-left-color: rgb(2 6 23 / 0.5) !important;
  border-right-color: rgb(2 6 23 / 0.5) !important;
}

.border-x-slate-950\/55 {
  border-left-color: rgb(2 6 23 / 0.55) !important;
  border-right-color: rgb(2 6 23 / 0.55) !important;
}

.border-x-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6) !important;
  border-right-color: rgb(2 6 23 / 0.6) !important;
}

.border-x-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65) !important;
  border-right-color: rgb(2 6 23 / 0.65) !important;
}

.border-x-slate-950\/70 {
  border-left-color: rgb(2 6 23 / 0.7) !important;
  border-right-color: rgb(2 6 23 / 0.7) !important;
}

.border-x-slate-950\/75 {
  border-left-color: rgb(2 6 23 / 0.75) !important;
  border-right-color: rgb(2 6 23 / 0.75) !important;
}

.border-x-slate-950\/80 {
  border-left-color: rgb(2 6 23 / 0.8) !important;
  border-right-color: rgb(2 6 23 / 0.8) !important;
}

.border-x-slate-950\/85 {
  border-left-color: rgb(2 6 23 / 0.85) !important;
  border-right-color: rgb(2 6 23 / 0.85) !important;
}

.border-x-slate-950\/90 {
  border-left-color: rgb(2 6 23 / 0.9) !important;
  border-right-color: rgb(2 6 23 / 0.9) !important;
}

.border-x-slate-950\/95 {
  border-left-color: rgb(2 6 23 / 0.95) !important;
  border-right-color: rgb(2 6 23 / 0.95) !important;
}

.border-x-stone-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-100\/0 {
  border-left-color: rgb(245 245 244 / 0) !important;
  border-right-color: rgb(245 245 244 / 0) !important;
}

.border-x-stone-100\/10 {
  border-left-color: rgb(245 245 244 / 0.1) !important;
  border-right-color: rgb(245 245 244 / 0.1) !important;
}

.border-x-stone-100\/100 {
  border-left-color: rgb(245 245 244 / 1) !important;
  border-right-color: rgb(245 245 244 / 1) !important;
}

.border-x-stone-100\/15 {
  border-left-color: rgb(245 245 244 / 0.15) !important;
  border-right-color: rgb(245 245 244 / 0.15) !important;
}

.border-x-stone-100\/20 {
  border-left-color: rgb(245 245 244 / 0.2) !important;
  border-right-color: rgb(245 245 244 / 0.2) !important;
}

.border-x-stone-100\/25 {
  border-left-color: rgb(245 245 244 / 0.25) !important;
  border-right-color: rgb(245 245 244 / 0.25) !important;
}

.border-x-stone-100\/30 {
  border-left-color: rgb(245 245 244 / 0.3) !important;
  border-right-color: rgb(245 245 244 / 0.3) !important;
}

.border-x-stone-100\/35 {
  border-left-color: rgb(245 245 244 / 0.35) !important;
  border-right-color: rgb(245 245 244 / 0.35) !important;
}

.border-x-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4) !important;
  border-right-color: rgb(245 245 244 / 0.4) !important;
}

.border-x-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45) !important;
  border-right-color: rgb(245 245 244 / 0.45) !important;
}

.border-x-stone-100\/5 {
  border-left-color: rgb(245 245 244 / 0.05) !important;
  border-right-color: rgb(245 245 244 / 0.05) !important;
}

.border-x-stone-100\/50 {
  border-left-color: rgb(245 245 244 / 0.5) !important;
  border-right-color: rgb(245 245 244 / 0.5) !important;
}

.border-x-stone-100\/55 {
  border-left-color: rgb(245 245 244 / 0.55) !important;
  border-right-color: rgb(245 245 244 / 0.55) !important;
}

.border-x-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6) !important;
  border-right-color: rgb(245 245 244 / 0.6) !important;
}

.border-x-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65) !important;
  border-right-color: rgb(245 245 244 / 0.65) !important;
}

.border-x-stone-100\/70 {
  border-left-color: rgb(245 245 244 / 0.7) !important;
  border-right-color: rgb(245 245 244 / 0.7) !important;
}

.border-x-stone-100\/75 {
  border-left-color: rgb(245 245 244 / 0.75) !important;
  border-right-color: rgb(245 245 244 / 0.75) !important;
}

.border-x-stone-100\/80 {
  border-left-color: rgb(245 245 244 / 0.8) !important;
  border-right-color: rgb(245 245 244 / 0.8) !important;
}

.border-x-stone-100\/85 {
  border-left-color: rgb(245 245 244 / 0.85) !important;
  border-right-color: rgb(245 245 244 / 0.85) !important;
}

.border-x-stone-100\/90 {
  border-left-color: rgb(245 245 244 / 0.9) !important;
  border-right-color: rgb(245 245 244 / 0.9) !important;
}

.border-x-stone-100\/95 {
  border-left-color: rgb(245 245 244 / 0.95) !important;
  border-right-color: rgb(245 245 244 / 0.95) !important;
}

.border-x-stone-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-200\/0 {
  border-left-color: rgb(231 229 228 / 0) !important;
  border-right-color: rgb(231 229 228 / 0) !important;
}

.border-x-stone-200\/10 {
  border-left-color: rgb(231 229 228 / 0.1) !important;
  border-right-color: rgb(231 229 228 / 0.1) !important;
}

.border-x-stone-200\/100 {
  border-left-color: rgb(231 229 228 / 1) !important;
  border-right-color: rgb(231 229 228 / 1) !important;
}

.border-x-stone-200\/15 {
  border-left-color: rgb(231 229 228 / 0.15) !important;
  border-right-color: rgb(231 229 228 / 0.15) !important;
}

.border-x-stone-200\/20 {
  border-left-color: rgb(231 229 228 / 0.2) !important;
  border-right-color: rgb(231 229 228 / 0.2) !important;
}

.border-x-stone-200\/25 {
  border-left-color: rgb(231 229 228 / 0.25) !important;
  border-right-color: rgb(231 229 228 / 0.25) !important;
}

.border-x-stone-200\/30 {
  border-left-color: rgb(231 229 228 / 0.3) !important;
  border-right-color: rgb(231 229 228 / 0.3) !important;
}

.border-x-stone-200\/35 {
  border-left-color: rgb(231 229 228 / 0.35) !important;
  border-right-color: rgb(231 229 228 / 0.35) !important;
}

.border-x-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4) !important;
  border-right-color: rgb(231 229 228 / 0.4) !important;
}

.border-x-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45) !important;
  border-right-color: rgb(231 229 228 / 0.45) !important;
}

.border-x-stone-200\/5 {
  border-left-color: rgb(231 229 228 / 0.05) !important;
  border-right-color: rgb(231 229 228 / 0.05) !important;
}

.border-x-stone-200\/50 {
  border-left-color: rgb(231 229 228 / 0.5) !important;
  border-right-color: rgb(231 229 228 / 0.5) !important;
}

.border-x-stone-200\/55 {
  border-left-color: rgb(231 229 228 / 0.55) !important;
  border-right-color: rgb(231 229 228 / 0.55) !important;
}

.border-x-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6) !important;
  border-right-color: rgb(231 229 228 / 0.6) !important;
}

.border-x-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65) !important;
  border-right-color: rgb(231 229 228 / 0.65) !important;
}

.border-x-stone-200\/70 {
  border-left-color: rgb(231 229 228 / 0.7) !important;
  border-right-color: rgb(231 229 228 / 0.7) !important;
}

.border-x-stone-200\/75 {
  border-left-color: rgb(231 229 228 / 0.75) !important;
  border-right-color: rgb(231 229 228 / 0.75) !important;
}

.border-x-stone-200\/80 {
  border-left-color: rgb(231 229 228 / 0.8) !important;
  border-right-color: rgb(231 229 228 / 0.8) !important;
}

.border-x-stone-200\/85 {
  border-left-color: rgb(231 229 228 / 0.85) !important;
  border-right-color: rgb(231 229 228 / 0.85) !important;
}

.border-x-stone-200\/90 {
  border-left-color: rgb(231 229 228 / 0.9) !important;
  border-right-color: rgb(231 229 228 / 0.9) !important;
}

.border-x-stone-200\/95 {
  border-left-color: rgb(231 229 228 / 0.95) !important;
  border-right-color: rgb(231 229 228 / 0.95) !important;
}

.border-x-stone-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-300\/0 {
  border-left-color: rgb(214 211 209 / 0) !important;
  border-right-color: rgb(214 211 209 / 0) !important;
}

.border-x-stone-300\/10 {
  border-left-color: rgb(214 211 209 / 0.1) !important;
  border-right-color: rgb(214 211 209 / 0.1) !important;
}

.border-x-stone-300\/100 {
  border-left-color: rgb(214 211 209 / 1) !important;
  border-right-color: rgb(214 211 209 / 1) !important;
}

.border-x-stone-300\/15 {
  border-left-color: rgb(214 211 209 / 0.15) !important;
  border-right-color: rgb(214 211 209 / 0.15) !important;
}

.border-x-stone-300\/20 {
  border-left-color: rgb(214 211 209 / 0.2) !important;
  border-right-color: rgb(214 211 209 / 0.2) !important;
}

.border-x-stone-300\/25 {
  border-left-color: rgb(214 211 209 / 0.25) !important;
  border-right-color: rgb(214 211 209 / 0.25) !important;
}

.border-x-stone-300\/30 {
  border-left-color: rgb(214 211 209 / 0.3) !important;
  border-right-color: rgb(214 211 209 / 0.3) !important;
}

.border-x-stone-300\/35 {
  border-left-color: rgb(214 211 209 / 0.35) !important;
  border-right-color: rgb(214 211 209 / 0.35) !important;
}

.border-x-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4) !important;
  border-right-color: rgb(214 211 209 / 0.4) !important;
}

.border-x-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45) !important;
  border-right-color: rgb(214 211 209 / 0.45) !important;
}

.border-x-stone-300\/5 {
  border-left-color: rgb(214 211 209 / 0.05) !important;
  border-right-color: rgb(214 211 209 / 0.05) !important;
}

.border-x-stone-300\/50 {
  border-left-color: rgb(214 211 209 / 0.5) !important;
  border-right-color: rgb(214 211 209 / 0.5) !important;
}

.border-x-stone-300\/55 {
  border-left-color: rgb(214 211 209 / 0.55) !important;
  border-right-color: rgb(214 211 209 / 0.55) !important;
}

.border-x-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6) !important;
  border-right-color: rgb(214 211 209 / 0.6) !important;
}

.border-x-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65) !important;
  border-right-color: rgb(214 211 209 / 0.65) !important;
}

.border-x-stone-300\/70 {
  border-left-color: rgb(214 211 209 / 0.7) !important;
  border-right-color: rgb(214 211 209 / 0.7) !important;
}

.border-x-stone-300\/75 {
  border-left-color: rgb(214 211 209 / 0.75) !important;
  border-right-color: rgb(214 211 209 / 0.75) !important;
}

.border-x-stone-300\/80 {
  border-left-color: rgb(214 211 209 / 0.8) !important;
  border-right-color: rgb(214 211 209 / 0.8) !important;
}

.border-x-stone-300\/85 {
  border-left-color: rgb(214 211 209 / 0.85) !important;
  border-right-color: rgb(214 211 209 / 0.85) !important;
}

.border-x-stone-300\/90 {
  border-left-color: rgb(214 211 209 / 0.9) !important;
  border-right-color: rgb(214 211 209 / 0.9) !important;
}

.border-x-stone-300\/95 {
  border-left-color: rgb(214 211 209 / 0.95) !important;
  border-right-color: rgb(214 211 209 / 0.95) !important;
}

.border-x-stone-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-400\/0 {
  border-left-color: rgb(168 162 158 / 0) !important;
  border-right-color: rgb(168 162 158 / 0) !important;
}

.border-x-stone-400\/10 {
  border-left-color: rgb(168 162 158 / 0.1) !important;
  border-right-color: rgb(168 162 158 / 0.1) !important;
}

.border-x-stone-400\/100 {
  border-left-color: rgb(168 162 158 / 1) !important;
  border-right-color: rgb(168 162 158 / 1) !important;
}

.border-x-stone-400\/15 {
  border-left-color: rgb(168 162 158 / 0.15) !important;
  border-right-color: rgb(168 162 158 / 0.15) !important;
}

.border-x-stone-400\/20 {
  border-left-color: rgb(168 162 158 / 0.2) !important;
  border-right-color: rgb(168 162 158 / 0.2) !important;
}

.border-x-stone-400\/25 {
  border-left-color: rgb(168 162 158 / 0.25) !important;
  border-right-color: rgb(168 162 158 / 0.25) !important;
}

.border-x-stone-400\/30 {
  border-left-color: rgb(168 162 158 / 0.3) !important;
  border-right-color: rgb(168 162 158 / 0.3) !important;
}

.border-x-stone-400\/35 {
  border-left-color: rgb(168 162 158 / 0.35) !important;
  border-right-color: rgb(168 162 158 / 0.35) !important;
}

.border-x-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4) !important;
  border-right-color: rgb(168 162 158 / 0.4) !important;
}

.border-x-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45) !important;
  border-right-color: rgb(168 162 158 / 0.45) !important;
}

.border-x-stone-400\/5 {
  border-left-color: rgb(168 162 158 / 0.05) !important;
  border-right-color: rgb(168 162 158 / 0.05) !important;
}

.border-x-stone-400\/50 {
  border-left-color: rgb(168 162 158 / 0.5) !important;
  border-right-color: rgb(168 162 158 / 0.5) !important;
}

.border-x-stone-400\/55 {
  border-left-color: rgb(168 162 158 / 0.55) !important;
  border-right-color: rgb(168 162 158 / 0.55) !important;
}

.border-x-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6) !important;
  border-right-color: rgb(168 162 158 / 0.6) !important;
}

.border-x-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65) !important;
  border-right-color: rgb(168 162 158 / 0.65) !important;
}

.border-x-stone-400\/70 {
  border-left-color: rgb(168 162 158 / 0.7) !important;
  border-right-color: rgb(168 162 158 / 0.7) !important;
}

.border-x-stone-400\/75 {
  border-left-color: rgb(168 162 158 / 0.75) !important;
  border-right-color: rgb(168 162 158 / 0.75) !important;
}

.border-x-stone-400\/80 {
  border-left-color: rgb(168 162 158 / 0.8) !important;
  border-right-color: rgb(168 162 158 / 0.8) !important;
}

.border-x-stone-400\/85 {
  border-left-color: rgb(168 162 158 / 0.85) !important;
  border-right-color: rgb(168 162 158 / 0.85) !important;
}

.border-x-stone-400\/90 {
  border-left-color: rgb(168 162 158 / 0.9) !important;
  border-right-color: rgb(168 162 158 / 0.9) !important;
}

.border-x-stone-400\/95 {
  border-left-color: rgb(168 162 158 / 0.95) !important;
  border-right-color: rgb(168 162 158 / 0.95) !important;
}

.border-x-stone-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-50\/0 {
  border-left-color: rgb(250 250 249 / 0) !important;
  border-right-color: rgb(250 250 249 / 0) !important;
}

.border-x-stone-50\/10 {
  border-left-color: rgb(250 250 249 / 0.1) !important;
  border-right-color: rgb(250 250 249 / 0.1) !important;
}

.border-x-stone-50\/100 {
  border-left-color: rgb(250 250 249 / 1) !important;
  border-right-color: rgb(250 250 249 / 1) !important;
}

.border-x-stone-50\/15 {
  border-left-color: rgb(250 250 249 / 0.15) !important;
  border-right-color: rgb(250 250 249 / 0.15) !important;
}

.border-x-stone-50\/20 {
  border-left-color: rgb(250 250 249 / 0.2) !important;
  border-right-color: rgb(250 250 249 / 0.2) !important;
}

.border-x-stone-50\/25 {
  border-left-color: rgb(250 250 249 / 0.25) !important;
  border-right-color: rgb(250 250 249 / 0.25) !important;
}

.border-x-stone-50\/30 {
  border-left-color: rgb(250 250 249 / 0.3) !important;
  border-right-color: rgb(250 250 249 / 0.3) !important;
}

.border-x-stone-50\/35 {
  border-left-color: rgb(250 250 249 / 0.35) !important;
  border-right-color: rgb(250 250 249 / 0.35) !important;
}

.border-x-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4) !important;
  border-right-color: rgb(250 250 249 / 0.4) !important;
}

.border-x-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45) !important;
  border-right-color: rgb(250 250 249 / 0.45) !important;
}

.border-x-stone-50\/5 {
  border-left-color: rgb(250 250 249 / 0.05) !important;
  border-right-color: rgb(250 250 249 / 0.05) !important;
}

.border-x-stone-50\/50 {
  border-left-color: rgb(250 250 249 / 0.5) !important;
  border-right-color: rgb(250 250 249 / 0.5) !important;
}

.border-x-stone-50\/55 {
  border-left-color: rgb(250 250 249 / 0.55) !important;
  border-right-color: rgb(250 250 249 / 0.55) !important;
}

.border-x-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6) !important;
  border-right-color: rgb(250 250 249 / 0.6) !important;
}

.border-x-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65) !important;
  border-right-color: rgb(250 250 249 / 0.65) !important;
}

.border-x-stone-50\/70 {
  border-left-color: rgb(250 250 249 / 0.7) !important;
  border-right-color: rgb(250 250 249 / 0.7) !important;
}

.border-x-stone-50\/75 {
  border-left-color: rgb(250 250 249 / 0.75) !important;
  border-right-color: rgb(250 250 249 / 0.75) !important;
}

.border-x-stone-50\/80 {
  border-left-color: rgb(250 250 249 / 0.8) !important;
  border-right-color: rgb(250 250 249 / 0.8) !important;
}

.border-x-stone-50\/85 {
  border-left-color: rgb(250 250 249 / 0.85) !important;
  border-right-color: rgb(250 250 249 / 0.85) !important;
}

.border-x-stone-50\/90 {
  border-left-color: rgb(250 250 249 / 0.9) !important;
  border-right-color: rgb(250 250 249 / 0.9) !important;
}

.border-x-stone-50\/95 {
  border-left-color: rgb(250 250 249 / 0.95) !important;
  border-right-color: rgb(250 250 249 / 0.95) !important;
}

.border-x-stone-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-500\/0 {
  border-left-color: rgb(120 113 108 / 0) !important;
  border-right-color: rgb(120 113 108 / 0) !important;
}

.border-x-stone-500\/10 {
  border-left-color: rgb(120 113 108 / 0.1) !important;
  border-right-color: rgb(120 113 108 / 0.1) !important;
}

.border-x-stone-500\/100 {
  border-left-color: rgb(120 113 108 / 1) !important;
  border-right-color: rgb(120 113 108 / 1) !important;
}

.border-x-stone-500\/15 {
  border-left-color: rgb(120 113 108 / 0.15) !important;
  border-right-color: rgb(120 113 108 / 0.15) !important;
}

.border-x-stone-500\/20 {
  border-left-color: rgb(120 113 108 / 0.2) !important;
  border-right-color: rgb(120 113 108 / 0.2) !important;
}

.border-x-stone-500\/25 {
  border-left-color: rgb(120 113 108 / 0.25) !important;
  border-right-color: rgb(120 113 108 / 0.25) !important;
}

.border-x-stone-500\/30 {
  border-left-color: rgb(120 113 108 / 0.3) !important;
  border-right-color: rgb(120 113 108 / 0.3) !important;
}

.border-x-stone-500\/35 {
  border-left-color: rgb(120 113 108 / 0.35) !important;
  border-right-color: rgb(120 113 108 / 0.35) !important;
}

.border-x-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4) !important;
  border-right-color: rgb(120 113 108 / 0.4) !important;
}

.border-x-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45) !important;
  border-right-color: rgb(120 113 108 / 0.45) !important;
}

.border-x-stone-500\/5 {
  border-left-color: rgb(120 113 108 / 0.05) !important;
  border-right-color: rgb(120 113 108 / 0.05) !important;
}

.border-x-stone-500\/50 {
  border-left-color: rgb(120 113 108 / 0.5) !important;
  border-right-color: rgb(120 113 108 / 0.5) !important;
}

.border-x-stone-500\/55 {
  border-left-color: rgb(120 113 108 / 0.55) !important;
  border-right-color: rgb(120 113 108 / 0.55) !important;
}

.border-x-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6) !important;
  border-right-color: rgb(120 113 108 / 0.6) !important;
}

.border-x-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65) !important;
  border-right-color: rgb(120 113 108 / 0.65) !important;
}

.border-x-stone-500\/70 {
  border-left-color: rgb(120 113 108 / 0.7) !important;
  border-right-color: rgb(120 113 108 / 0.7) !important;
}

.border-x-stone-500\/75 {
  border-left-color: rgb(120 113 108 / 0.75) !important;
  border-right-color: rgb(120 113 108 / 0.75) !important;
}

.border-x-stone-500\/80 {
  border-left-color: rgb(120 113 108 / 0.8) !important;
  border-right-color: rgb(120 113 108 / 0.8) !important;
}

.border-x-stone-500\/85 {
  border-left-color: rgb(120 113 108 / 0.85) !important;
  border-right-color: rgb(120 113 108 / 0.85) !important;
}

.border-x-stone-500\/90 {
  border-left-color: rgb(120 113 108 / 0.9) !important;
  border-right-color: rgb(120 113 108 / 0.9) !important;
}

.border-x-stone-500\/95 {
  border-left-color: rgb(120 113 108 / 0.95) !important;
  border-right-color: rgb(120 113 108 / 0.95) !important;
}

.border-x-stone-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-600\/0 {
  border-left-color: rgb(87 83 78 / 0) !important;
  border-right-color: rgb(87 83 78 / 0) !important;
}

.border-x-stone-600\/10 {
  border-left-color: rgb(87 83 78 / 0.1) !important;
  border-right-color: rgb(87 83 78 / 0.1) !important;
}

.border-x-stone-600\/100 {
  border-left-color: rgb(87 83 78 / 1) !important;
  border-right-color: rgb(87 83 78 / 1) !important;
}

.border-x-stone-600\/15 {
  border-left-color: rgb(87 83 78 / 0.15) !important;
  border-right-color: rgb(87 83 78 / 0.15) !important;
}

.border-x-stone-600\/20 {
  border-left-color: rgb(87 83 78 / 0.2) !important;
  border-right-color: rgb(87 83 78 / 0.2) !important;
}

.border-x-stone-600\/25 {
  border-left-color: rgb(87 83 78 / 0.25) !important;
  border-right-color: rgb(87 83 78 / 0.25) !important;
}

.border-x-stone-600\/30 {
  border-left-color: rgb(87 83 78 / 0.3) !important;
  border-right-color: rgb(87 83 78 / 0.3) !important;
}

.border-x-stone-600\/35 {
  border-left-color: rgb(87 83 78 / 0.35) !important;
  border-right-color: rgb(87 83 78 / 0.35) !important;
}

.border-x-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4) !important;
  border-right-color: rgb(87 83 78 / 0.4) !important;
}

.border-x-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45) !important;
  border-right-color: rgb(87 83 78 / 0.45) !important;
}

.border-x-stone-600\/5 {
  border-left-color: rgb(87 83 78 / 0.05) !important;
  border-right-color: rgb(87 83 78 / 0.05) !important;
}

.border-x-stone-600\/50 {
  border-left-color: rgb(87 83 78 / 0.5) !important;
  border-right-color: rgb(87 83 78 / 0.5) !important;
}

.border-x-stone-600\/55 {
  border-left-color: rgb(87 83 78 / 0.55) !important;
  border-right-color: rgb(87 83 78 / 0.55) !important;
}

.border-x-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6) !important;
  border-right-color: rgb(87 83 78 / 0.6) !important;
}

.border-x-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65) !important;
  border-right-color: rgb(87 83 78 / 0.65) !important;
}

.border-x-stone-600\/70 {
  border-left-color: rgb(87 83 78 / 0.7) !important;
  border-right-color: rgb(87 83 78 / 0.7) !important;
}

.border-x-stone-600\/75 {
  border-left-color: rgb(87 83 78 / 0.75) !important;
  border-right-color: rgb(87 83 78 / 0.75) !important;
}

.border-x-stone-600\/80 {
  border-left-color: rgb(87 83 78 / 0.8) !important;
  border-right-color: rgb(87 83 78 / 0.8) !important;
}

.border-x-stone-600\/85 {
  border-left-color: rgb(87 83 78 / 0.85) !important;
  border-right-color: rgb(87 83 78 / 0.85) !important;
}

.border-x-stone-600\/90 {
  border-left-color: rgb(87 83 78 / 0.9) !important;
  border-right-color: rgb(87 83 78 / 0.9) !important;
}

.border-x-stone-600\/95 {
  border-left-color: rgb(87 83 78 / 0.95) !important;
  border-right-color: rgb(87 83 78 / 0.95) !important;
}

.border-x-stone-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-700\/0 {
  border-left-color: rgb(68 64 60 / 0) !important;
  border-right-color: rgb(68 64 60 / 0) !important;
}

.border-x-stone-700\/10 {
  border-left-color: rgb(68 64 60 / 0.1) !important;
  border-right-color: rgb(68 64 60 / 0.1) !important;
}

.border-x-stone-700\/100 {
  border-left-color: rgb(68 64 60 / 1) !important;
  border-right-color: rgb(68 64 60 / 1) !important;
}

.border-x-stone-700\/15 {
  border-left-color: rgb(68 64 60 / 0.15) !important;
  border-right-color: rgb(68 64 60 / 0.15) !important;
}

.border-x-stone-700\/20 {
  border-left-color: rgb(68 64 60 / 0.2) !important;
  border-right-color: rgb(68 64 60 / 0.2) !important;
}

.border-x-stone-700\/25 {
  border-left-color: rgb(68 64 60 / 0.25) !important;
  border-right-color: rgb(68 64 60 / 0.25) !important;
}

.border-x-stone-700\/30 {
  border-left-color: rgb(68 64 60 / 0.3) !important;
  border-right-color: rgb(68 64 60 / 0.3) !important;
}

.border-x-stone-700\/35 {
  border-left-color: rgb(68 64 60 / 0.35) !important;
  border-right-color: rgb(68 64 60 / 0.35) !important;
}

.border-x-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4) !important;
  border-right-color: rgb(68 64 60 / 0.4) !important;
}

.border-x-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45) !important;
  border-right-color: rgb(68 64 60 / 0.45) !important;
}

.border-x-stone-700\/5 {
  border-left-color: rgb(68 64 60 / 0.05) !important;
  border-right-color: rgb(68 64 60 / 0.05) !important;
}

.border-x-stone-700\/50 {
  border-left-color: rgb(68 64 60 / 0.5) !important;
  border-right-color: rgb(68 64 60 / 0.5) !important;
}

.border-x-stone-700\/55 {
  border-left-color: rgb(68 64 60 / 0.55) !important;
  border-right-color: rgb(68 64 60 / 0.55) !important;
}

.border-x-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6) !important;
  border-right-color: rgb(68 64 60 / 0.6) !important;
}

.border-x-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65) !important;
  border-right-color: rgb(68 64 60 / 0.65) !important;
}

.border-x-stone-700\/70 {
  border-left-color: rgb(68 64 60 / 0.7) !important;
  border-right-color: rgb(68 64 60 / 0.7) !important;
}

.border-x-stone-700\/75 {
  border-left-color: rgb(68 64 60 / 0.75) !important;
  border-right-color: rgb(68 64 60 / 0.75) !important;
}

.border-x-stone-700\/80 {
  border-left-color: rgb(68 64 60 / 0.8) !important;
  border-right-color: rgb(68 64 60 / 0.8) !important;
}

.border-x-stone-700\/85 {
  border-left-color: rgb(68 64 60 / 0.85) !important;
  border-right-color: rgb(68 64 60 / 0.85) !important;
}

.border-x-stone-700\/90 {
  border-left-color: rgb(68 64 60 / 0.9) !important;
  border-right-color: rgb(68 64 60 / 0.9) !important;
}

.border-x-stone-700\/95 {
  border-left-color: rgb(68 64 60 / 0.95) !important;
  border-right-color: rgb(68 64 60 / 0.95) !important;
}

.border-x-stone-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-800\/0 {
  border-left-color: rgb(41 37 36 / 0) !important;
  border-right-color: rgb(41 37 36 / 0) !important;
}

.border-x-stone-800\/10 {
  border-left-color: rgb(41 37 36 / 0.1) !important;
  border-right-color: rgb(41 37 36 / 0.1) !important;
}

.border-x-stone-800\/100 {
  border-left-color: rgb(41 37 36 / 1) !important;
  border-right-color: rgb(41 37 36 / 1) !important;
}

.border-x-stone-800\/15 {
  border-left-color: rgb(41 37 36 / 0.15) !important;
  border-right-color: rgb(41 37 36 / 0.15) !important;
}

.border-x-stone-800\/20 {
  border-left-color: rgb(41 37 36 / 0.2) !important;
  border-right-color: rgb(41 37 36 / 0.2) !important;
}

.border-x-stone-800\/25 {
  border-left-color: rgb(41 37 36 / 0.25) !important;
  border-right-color: rgb(41 37 36 / 0.25) !important;
}

.border-x-stone-800\/30 {
  border-left-color: rgb(41 37 36 / 0.3) !important;
  border-right-color: rgb(41 37 36 / 0.3) !important;
}

.border-x-stone-800\/35 {
  border-left-color: rgb(41 37 36 / 0.35) !important;
  border-right-color: rgb(41 37 36 / 0.35) !important;
}

.border-x-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4) !important;
  border-right-color: rgb(41 37 36 / 0.4) !important;
}

.border-x-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45) !important;
  border-right-color: rgb(41 37 36 / 0.45) !important;
}

.border-x-stone-800\/5 {
  border-left-color: rgb(41 37 36 / 0.05) !important;
  border-right-color: rgb(41 37 36 / 0.05) !important;
}

.border-x-stone-800\/50 {
  border-left-color: rgb(41 37 36 / 0.5) !important;
  border-right-color: rgb(41 37 36 / 0.5) !important;
}

.border-x-stone-800\/55 {
  border-left-color: rgb(41 37 36 / 0.55) !important;
  border-right-color: rgb(41 37 36 / 0.55) !important;
}

.border-x-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6) !important;
  border-right-color: rgb(41 37 36 / 0.6) !important;
}

.border-x-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65) !important;
  border-right-color: rgb(41 37 36 / 0.65) !important;
}

.border-x-stone-800\/70 {
  border-left-color: rgb(41 37 36 / 0.7) !important;
  border-right-color: rgb(41 37 36 / 0.7) !important;
}

.border-x-stone-800\/75 {
  border-left-color: rgb(41 37 36 / 0.75) !important;
  border-right-color: rgb(41 37 36 / 0.75) !important;
}

.border-x-stone-800\/80 {
  border-left-color: rgb(41 37 36 / 0.8) !important;
  border-right-color: rgb(41 37 36 / 0.8) !important;
}

.border-x-stone-800\/85 {
  border-left-color: rgb(41 37 36 / 0.85) !important;
  border-right-color: rgb(41 37 36 / 0.85) !important;
}

.border-x-stone-800\/90 {
  border-left-color: rgb(41 37 36 / 0.9) !important;
  border-right-color: rgb(41 37 36 / 0.9) !important;
}

.border-x-stone-800\/95 {
  border-left-color: rgb(41 37 36 / 0.95) !important;
  border-right-color: rgb(41 37 36 / 0.95) !important;
}

.border-x-stone-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-900\/0 {
  border-left-color: rgb(28 25 23 / 0) !important;
  border-right-color: rgb(28 25 23 / 0) !important;
}

.border-x-stone-900\/10 {
  border-left-color: rgb(28 25 23 / 0.1) !important;
  border-right-color: rgb(28 25 23 / 0.1) !important;
}

.border-x-stone-900\/100 {
  border-left-color: rgb(28 25 23 / 1) !important;
  border-right-color: rgb(28 25 23 / 1) !important;
}

.border-x-stone-900\/15 {
  border-left-color: rgb(28 25 23 / 0.15) !important;
  border-right-color: rgb(28 25 23 / 0.15) !important;
}

.border-x-stone-900\/20 {
  border-left-color: rgb(28 25 23 / 0.2) !important;
  border-right-color: rgb(28 25 23 / 0.2) !important;
}

.border-x-stone-900\/25 {
  border-left-color: rgb(28 25 23 / 0.25) !important;
  border-right-color: rgb(28 25 23 / 0.25) !important;
}

.border-x-stone-900\/30 {
  border-left-color: rgb(28 25 23 / 0.3) !important;
  border-right-color: rgb(28 25 23 / 0.3) !important;
}

.border-x-stone-900\/35 {
  border-left-color: rgb(28 25 23 / 0.35) !important;
  border-right-color: rgb(28 25 23 / 0.35) !important;
}

.border-x-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4) !important;
  border-right-color: rgb(28 25 23 / 0.4) !important;
}

.border-x-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45) !important;
  border-right-color: rgb(28 25 23 / 0.45) !important;
}

.border-x-stone-900\/5 {
  border-left-color: rgb(28 25 23 / 0.05) !important;
  border-right-color: rgb(28 25 23 / 0.05) !important;
}

.border-x-stone-900\/50 {
  border-left-color: rgb(28 25 23 / 0.5) !important;
  border-right-color: rgb(28 25 23 / 0.5) !important;
}

.border-x-stone-900\/55 {
  border-left-color: rgb(28 25 23 / 0.55) !important;
  border-right-color: rgb(28 25 23 / 0.55) !important;
}

.border-x-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6) !important;
  border-right-color: rgb(28 25 23 / 0.6) !important;
}

.border-x-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65) !important;
  border-right-color: rgb(28 25 23 / 0.65) !important;
}

.border-x-stone-900\/70 {
  border-left-color: rgb(28 25 23 / 0.7) !important;
  border-right-color: rgb(28 25 23 / 0.7) !important;
}

.border-x-stone-900\/75 {
  border-left-color: rgb(28 25 23 / 0.75) !important;
  border-right-color: rgb(28 25 23 / 0.75) !important;
}

.border-x-stone-900\/80 {
  border-left-color: rgb(28 25 23 / 0.8) !important;
  border-right-color: rgb(28 25 23 / 0.8) !important;
}

.border-x-stone-900\/85 {
  border-left-color: rgb(28 25 23 / 0.85) !important;
  border-right-color: rgb(28 25 23 / 0.85) !important;
}

.border-x-stone-900\/90 {
  border-left-color: rgb(28 25 23 / 0.9) !important;
  border-right-color: rgb(28 25 23 / 0.9) !important;
}

.border-x-stone-900\/95 {
  border-left-color: rgb(28 25 23 / 0.95) !important;
  border-right-color: rgb(28 25 23 / 0.95) !important;
}

.border-x-stone-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-x-stone-950\/0 {
  border-left-color: rgb(12 10 9 / 0) !important;
  border-right-color: rgb(12 10 9 / 0) !important;
}

.border-x-stone-950\/10 {
  border-left-color: rgb(12 10 9 / 0.1) !important;
  border-right-color: rgb(12 10 9 / 0.1) !important;
}

.border-x-stone-950\/100 {
  border-left-color: rgb(12 10 9 / 1) !important;
  border-right-color: rgb(12 10 9 / 1) !important;
}

.border-x-stone-950\/15 {
  border-left-color: rgb(12 10 9 / 0.15) !important;
  border-right-color: rgb(12 10 9 / 0.15) !important;
}

.border-x-stone-950\/20 {
  border-left-color: rgb(12 10 9 / 0.2) !important;
  border-right-color: rgb(12 10 9 / 0.2) !important;
}

.border-x-stone-950\/25 {
  border-left-color: rgb(12 10 9 / 0.25) !important;
  border-right-color: rgb(12 10 9 / 0.25) !important;
}

.border-x-stone-950\/30 {
  border-left-color: rgb(12 10 9 / 0.3) !important;
  border-right-color: rgb(12 10 9 / 0.3) !important;
}

.border-x-stone-950\/35 {
  border-left-color: rgb(12 10 9 / 0.35) !important;
  border-right-color: rgb(12 10 9 / 0.35) !important;
}

.border-x-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4) !important;
  border-right-color: rgb(12 10 9 / 0.4) !important;
}

.border-x-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45) !important;
  border-right-color: rgb(12 10 9 / 0.45) !important;
}

.border-x-stone-950\/5 {
  border-left-color: rgb(12 10 9 / 0.05) !important;
  border-right-color: rgb(12 10 9 / 0.05) !important;
}

.border-x-stone-950\/50 {
  border-left-color: rgb(12 10 9 / 0.5) !important;
  border-right-color: rgb(12 10 9 / 0.5) !important;
}

.border-x-stone-950\/55 {
  border-left-color: rgb(12 10 9 / 0.55) !important;
  border-right-color: rgb(12 10 9 / 0.55) !important;
}

.border-x-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6) !important;
  border-right-color: rgb(12 10 9 / 0.6) !important;
}

.border-x-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65) !important;
  border-right-color: rgb(12 10 9 / 0.65) !important;
}

.border-x-stone-950\/70 {
  border-left-color: rgb(12 10 9 / 0.7) !important;
  border-right-color: rgb(12 10 9 / 0.7) !important;
}

.border-x-stone-950\/75 {
  border-left-color: rgb(12 10 9 / 0.75) !important;
  border-right-color: rgb(12 10 9 / 0.75) !important;
}

.border-x-stone-950\/80 {
  border-left-color: rgb(12 10 9 / 0.8) !important;
  border-right-color: rgb(12 10 9 / 0.8) !important;
}

.border-x-stone-950\/85 {
  border-left-color: rgb(12 10 9 / 0.85) !important;
  border-right-color: rgb(12 10 9 / 0.85) !important;
}

.border-x-stone-950\/90 {
  border-left-color: rgb(12 10 9 / 0.9) !important;
  border-right-color: rgb(12 10 9 / 0.9) !important;
}

.border-x-stone-950\/95 {
  border-left-color: rgb(12 10 9 / 0.95) !important;
  border-right-color: rgb(12 10 9 / 0.95) !important;
}

.border-x-teal-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-100\/0 {
  border-left-color: rgb(204 251 241 / 0) !important;
  border-right-color: rgb(204 251 241 / 0) !important;
}

.border-x-teal-100\/10 {
  border-left-color: rgb(204 251 241 / 0.1) !important;
  border-right-color: rgb(204 251 241 / 0.1) !important;
}

.border-x-teal-100\/100 {
  border-left-color: rgb(204 251 241 / 1) !important;
  border-right-color: rgb(204 251 241 / 1) !important;
}

.border-x-teal-100\/15 {
  border-left-color: rgb(204 251 241 / 0.15) !important;
  border-right-color: rgb(204 251 241 / 0.15) !important;
}

.border-x-teal-100\/20 {
  border-left-color: rgb(204 251 241 / 0.2) !important;
  border-right-color: rgb(204 251 241 / 0.2) !important;
}

.border-x-teal-100\/25 {
  border-left-color: rgb(204 251 241 / 0.25) !important;
  border-right-color: rgb(204 251 241 / 0.25) !important;
}

.border-x-teal-100\/30 {
  border-left-color: rgb(204 251 241 / 0.3) !important;
  border-right-color: rgb(204 251 241 / 0.3) !important;
}

.border-x-teal-100\/35 {
  border-left-color: rgb(204 251 241 / 0.35) !important;
  border-right-color: rgb(204 251 241 / 0.35) !important;
}

.border-x-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4) !important;
  border-right-color: rgb(204 251 241 / 0.4) !important;
}

.border-x-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45) !important;
  border-right-color: rgb(204 251 241 / 0.45) !important;
}

.border-x-teal-100\/5 {
  border-left-color: rgb(204 251 241 / 0.05) !important;
  border-right-color: rgb(204 251 241 / 0.05) !important;
}

.border-x-teal-100\/50 {
  border-left-color: rgb(204 251 241 / 0.5) !important;
  border-right-color: rgb(204 251 241 / 0.5) !important;
}

.border-x-teal-100\/55 {
  border-left-color: rgb(204 251 241 / 0.55) !important;
  border-right-color: rgb(204 251 241 / 0.55) !important;
}

.border-x-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6) !important;
  border-right-color: rgb(204 251 241 / 0.6) !important;
}

.border-x-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65) !important;
  border-right-color: rgb(204 251 241 / 0.65) !important;
}

.border-x-teal-100\/70 {
  border-left-color: rgb(204 251 241 / 0.7) !important;
  border-right-color: rgb(204 251 241 / 0.7) !important;
}

.border-x-teal-100\/75 {
  border-left-color: rgb(204 251 241 / 0.75) !important;
  border-right-color: rgb(204 251 241 / 0.75) !important;
}

.border-x-teal-100\/80 {
  border-left-color: rgb(204 251 241 / 0.8) !important;
  border-right-color: rgb(204 251 241 / 0.8) !important;
}

.border-x-teal-100\/85 {
  border-left-color: rgb(204 251 241 / 0.85) !important;
  border-right-color: rgb(204 251 241 / 0.85) !important;
}

.border-x-teal-100\/90 {
  border-left-color: rgb(204 251 241 / 0.9) !important;
  border-right-color: rgb(204 251 241 / 0.9) !important;
}

.border-x-teal-100\/95 {
  border-left-color: rgb(204 251 241 / 0.95) !important;
  border-right-color: rgb(204 251 241 / 0.95) !important;
}

.border-x-teal-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-200\/0 {
  border-left-color: rgb(153 246 228 / 0) !important;
  border-right-color: rgb(153 246 228 / 0) !important;
}

.border-x-teal-200\/10 {
  border-left-color: rgb(153 246 228 / 0.1) !important;
  border-right-color: rgb(153 246 228 / 0.1) !important;
}

.border-x-teal-200\/100 {
  border-left-color: rgb(153 246 228 / 1) !important;
  border-right-color: rgb(153 246 228 / 1) !important;
}

.border-x-teal-200\/15 {
  border-left-color: rgb(153 246 228 / 0.15) !important;
  border-right-color: rgb(153 246 228 / 0.15) !important;
}

.border-x-teal-200\/20 {
  border-left-color: rgb(153 246 228 / 0.2) !important;
  border-right-color: rgb(153 246 228 / 0.2) !important;
}

.border-x-teal-200\/25 {
  border-left-color: rgb(153 246 228 / 0.25) !important;
  border-right-color: rgb(153 246 228 / 0.25) !important;
}

.border-x-teal-200\/30 {
  border-left-color: rgb(153 246 228 / 0.3) !important;
  border-right-color: rgb(153 246 228 / 0.3) !important;
}

.border-x-teal-200\/35 {
  border-left-color: rgb(153 246 228 / 0.35) !important;
  border-right-color: rgb(153 246 228 / 0.35) !important;
}

.border-x-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4) !important;
  border-right-color: rgb(153 246 228 / 0.4) !important;
}

.border-x-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45) !important;
  border-right-color: rgb(153 246 228 / 0.45) !important;
}

.border-x-teal-200\/5 {
  border-left-color: rgb(153 246 228 / 0.05) !important;
  border-right-color: rgb(153 246 228 / 0.05) !important;
}

.border-x-teal-200\/50 {
  border-left-color: rgb(153 246 228 / 0.5) !important;
  border-right-color: rgb(153 246 228 / 0.5) !important;
}

.border-x-teal-200\/55 {
  border-left-color: rgb(153 246 228 / 0.55) !important;
  border-right-color: rgb(153 246 228 / 0.55) !important;
}

.border-x-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6) !important;
  border-right-color: rgb(153 246 228 / 0.6) !important;
}

.border-x-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65) !important;
  border-right-color: rgb(153 246 228 / 0.65) !important;
}

.border-x-teal-200\/70 {
  border-left-color: rgb(153 246 228 / 0.7) !important;
  border-right-color: rgb(153 246 228 / 0.7) !important;
}

.border-x-teal-200\/75 {
  border-left-color: rgb(153 246 228 / 0.75) !important;
  border-right-color: rgb(153 246 228 / 0.75) !important;
}

.border-x-teal-200\/80 {
  border-left-color: rgb(153 246 228 / 0.8) !important;
  border-right-color: rgb(153 246 228 / 0.8) !important;
}

.border-x-teal-200\/85 {
  border-left-color: rgb(153 246 228 / 0.85) !important;
  border-right-color: rgb(153 246 228 / 0.85) !important;
}

.border-x-teal-200\/90 {
  border-left-color: rgb(153 246 228 / 0.9) !important;
  border-right-color: rgb(153 246 228 / 0.9) !important;
}

.border-x-teal-200\/95 {
  border-left-color: rgb(153 246 228 / 0.95) !important;
  border-right-color: rgb(153 246 228 / 0.95) !important;
}

.border-x-teal-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-300\/0 {
  border-left-color: rgb(94 234 212 / 0) !important;
  border-right-color: rgb(94 234 212 / 0) !important;
}

.border-x-teal-300\/10 {
  border-left-color: rgb(94 234 212 / 0.1) !important;
  border-right-color: rgb(94 234 212 / 0.1) !important;
}

.border-x-teal-300\/100 {
  border-left-color: rgb(94 234 212 / 1) !important;
  border-right-color: rgb(94 234 212 / 1) !important;
}

.border-x-teal-300\/15 {
  border-left-color: rgb(94 234 212 / 0.15) !important;
  border-right-color: rgb(94 234 212 / 0.15) !important;
}

.border-x-teal-300\/20 {
  border-left-color: rgb(94 234 212 / 0.2) !important;
  border-right-color: rgb(94 234 212 / 0.2) !important;
}

.border-x-teal-300\/25 {
  border-left-color: rgb(94 234 212 / 0.25) !important;
  border-right-color: rgb(94 234 212 / 0.25) !important;
}

.border-x-teal-300\/30 {
  border-left-color: rgb(94 234 212 / 0.3) !important;
  border-right-color: rgb(94 234 212 / 0.3) !important;
}

.border-x-teal-300\/35 {
  border-left-color: rgb(94 234 212 / 0.35) !important;
  border-right-color: rgb(94 234 212 / 0.35) !important;
}

.border-x-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4) !important;
  border-right-color: rgb(94 234 212 / 0.4) !important;
}

.border-x-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45) !important;
  border-right-color: rgb(94 234 212 / 0.45) !important;
}

.border-x-teal-300\/5 {
  border-left-color: rgb(94 234 212 / 0.05) !important;
  border-right-color: rgb(94 234 212 / 0.05) !important;
}

.border-x-teal-300\/50 {
  border-left-color: rgb(94 234 212 / 0.5) !important;
  border-right-color: rgb(94 234 212 / 0.5) !important;
}

.border-x-teal-300\/55 {
  border-left-color: rgb(94 234 212 / 0.55) !important;
  border-right-color: rgb(94 234 212 / 0.55) !important;
}

.border-x-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6) !important;
  border-right-color: rgb(94 234 212 / 0.6) !important;
}

.border-x-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65) !important;
  border-right-color: rgb(94 234 212 / 0.65) !important;
}

.border-x-teal-300\/70 {
  border-left-color: rgb(94 234 212 / 0.7) !important;
  border-right-color: rgb(94 234 212 / 0.7) !important;
}

.border-x-teal-300\/75 {
  border-left-color: rgb(94 234 212 / 0.75) !important;
  border-right-color: rgb(94 234 212 / 0.75) !important;
}

.border-x-teal-300\/80 {
  border-left-color: rgb(94 234 212 / 0.8) !important;
  border-right-color: rgb(94 234 212 / 0.8) !important;
}

.border-x-teal-300\/85 {
  border-left-color: rgb(94 234 212 / 0.85) !important;
  border-right-color: rgb(94 234 212 / 0.85) !important;
}

.border-x-teal-300\/90 {
  border-left-color: rgb(94 234 212 / 0.9) !important;
  border-right-color: rgb(94 234 212 / 0.9) !important;
}

.border-x-teal-300\/95 {
  border-left-color: rgb(94 234 212 / 0.95) !important;
  border-right-color: rgb(94 234 212 / 0.95) !important;
}

.border-x-teal-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-400\/0 {
  border-left-color: rgb(45 212 191 / 0) !important;
  border-right-color: rgb(45 212 191 / 0) !important;
}

.border-x-teal-400\/10 {
  border-left-color: rgb(45 212 191 / 0.1) !important;
  border-right-color: rgb(45 212 191 / 0.1) !important;
}

.border-x-teal-400\/100 {
  border-left-color: rgb(45 212 191 / 1) !important;
  border-right-color: rgb(45 212 191 / 1) !important;
}

.border-x-teal-400\/15 {
  border-left-color: rgb(45 212 191 / 0.15) !important;
  border-right-color: rgb(45 212 191 / 0.15) !important;
}

.border-x-teal-400\/20 {
  border-left-color: rgb(45 212 191 / 0.2) !important;
  border-right-color: rgb(45 212 191 / 0.2) !important;
}

.border-x-teal-400\/25 {
  border-left-color: rgb(45 212 191 / 0.25) !important;
  border-right-color: rgb(45 212 191 / 0.25) !important;
}

.border-x-teal-400\/30 {
  border-left-color: rgb(45 212 191 / 0.3) !important;
  border-right-color: rgb(45 212 191 / 0.3) !important;
}

.border-x-teal-400\/35 {
  border-left-color: rgb(45 212 191 / 0.35) !important;
  border-right-color: rgb(45 212 191 / 0.35) !important;
}

.border-x-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4) !important;
  border-right-color: rgb(45 212 191 / 0.4) !important;
}

.border-x-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45) !important;
  border-right-color: rgb(45 212 191 / 0.45) !important;
}

.border-x-teal-400\/5 {
  border-left-color: rgb(45 212 191 / 0.05) !important;
  border-right-color: rgb(45 212 191 / 0.05) !important;
}

.border-x-teal-400\/50 {
  border-left-color: rgb(45 212 191 / 0.5) !important;
  border-right-color: rgb(45 212 191 / 0.5) !important;
}

.border-x-teal-400\/55 {
  border-left-color: rgb(45 212 191 / 0.55) !important;
  border-right-color: rgb(45 212 191 / 0.55) !important;
}

.border-x-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6) !important;
  border-right-color: rgb(45 212 191 / 0.6) !important;
}

.border-x-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65) !important;
  border-right-color: rgb(45 212 191 / 0.65) !important;
}

.border-x-teal-400\/70 {
  border-left-color: rgb(45 212 191 / 0.7) !important;
  border-right-color: rgb(45 212 191 / 0.7) !important;
}

.border-x-teal-400\/75 {
  border-left-color: rgb(45 212 191 / 0.75) !important;
  border-right-color: rgb(45 212 191 / 0.75) !important;
}

.border-x-teal-400\/80 {
  border-left-color: rgb(45 212 191 / 0.8) !important;
  border-right-color: rgb(45 212 191 / 0.8) !important;
}

.border-x-teal-400\/85 {
  border-left-color: rgb(45 212 191 / 0.85) !important;
  border-right-color: rgb(45 212 191 / 0.85) !important;
}

.border-x-teal-400\/90 {
  border-left-color: rgb(45 212 191 / 0.9) !important;
  border-right-color: rgb(45 212 191 / 0.9) !important;
}

.border-x-teal-400\/95 {
  border-left-color: rgb(45 212 191 / 0.95) !important;
  border-right-color: rgb(45 212 191 / 0.95) !important;
}

.border-x-teal-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-50\/0 {
  border-left-color: rgb(240 253 250 / 0) !important;
  border-right-color: rgb(240 253 250 / 0) !important;
}

.border-x-teal-50\/10 {
  border-left-color: rgb(240 253 250 / 0.1) !important;
  border-right-color: rgb(240 253 250 / 0.1) !important;
}

.border-x-teal-50\/100 {
  border-left-color: rgb(240 253 250 / 1) !important;
  border-right-color: rgb(240 253 250 / 1) !important;
}

.border-x-teal-50\/15 {
  border-left-color: rgb(240 253 250 / 0.15) !important;
  border-right-color: rgb(240 253 250 / 0.15) !important;
}

.border-x-teal-50\/20 {
  border-left-color: rgb(240 253 250 / 0.2) !important;
  border-right-color: rgb(240 253 250 / 0.2) !important;
}

.border-x-teal-50\/25 {
  border-left-color: rgb(240 253 250 / 0.25) !important;
  border-right-color: rgb(240 253 250 / 0.25) !important;
}

.border-x-teal-50\/30 {
  border-left-color: rgb(240 253 250 / 0.3) !important;
  border-right-color: rgb(240 253 250 / 0.3) !important;
}

.border-x-teal-50\/35 {
  border-left-color: rgb(240 253 250 / 0.35) !important;
  border-right-color: rgb(240 253 250 / 0.35) !important;
}

.border-x-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4) !important;
  border-right-color: rgb(240 253 250 / 0.4) !important;
}

.border-x-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45) !important;
  border-right-color: rgb(240 253 250 / 0.45) !important;
}

.border-x-teal-50\/5 {
  border-left-color: rgb(240 253 250 / 0.05) !important;
  border-right-color: rgb(240 253 250 / 0.05) !important;
}

.border-x-teal-50\/50 {
  border-left-color: rgb(240 253 250 / 0.5) !important;
  border-right-color: rgb(240 253 250 / 0.5) !important;
}

.border-x-teal-50\/55 {
  border-left-color: rgb(240 253 250 / 0.55) !important;
  border-right-color: rgb(240 253 250 / 0.55) !important;
}

.border-x-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6) !important;
  border-right-color: rgb(240 253 250 / 0.6) !important;
}

.border-x-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65) !important;
  border-right-color: rgb(240 253 250 / 0.65) !important;
}

.border-x-teal-50\/70 {
  border-left-color: rgb(240 253 250 / 0.7) !important;
  border-right-color: rgb(240 253 250 / 0.7) !important;
}

.border-x-teal-50\/75 {
  border-left-color: rgb(240 253 250 / 0.75) !important;
  border-right-color: rgb(240 253 250 / 0.75) !important;
}

.border-x-teal-50\/80 {
  border-left-color: rgb(240 253 250 / 0.8) !important;
  border-right-color: rgb(240 253 250 / 0.8) !important;
}

.border-x-teal-50\/85 {
  border-left-color: rgb(240 253 250 / 0.85) !important;
  border-right-color: rgb(240 253 250 / 0.85) !important;
}

.border-x-teal-50\/90 {
  border-left-color: rgb(240 253 250 / 0.9) !important;
  border-right-color: rgb(240 253 250 / 0.9) !important;
}

.border-x-teal-50\/95 {
  border-left-color: rgb(240 253 250 / 0.95) !important;
  border-right-color: rgb(240 253 250 / 0.95) !important;
}

.border-x-teal-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-500\/0 {
  border-left-color: rgb(20 184 166 / 0) !important;
  border-right-color: rgb(20 184 166 / 0) !important;
}

.border-x-teal-500\/10 {
  border-left-color: rgb(20 184 166 / 0.1) !important;
  border-right-color: rgb(20 184 166 / 0.1) !important;
}

.border-x-teal-500\/100 {
  border-left-color: rgb(20 184 166 / 1) !important;
  border-right-color: rgb(20 184 166 / 1) !important;
}

.border-x-teal-500\/15 {
  border-left-color: rgb(20 184 166 / 0.15) !important;
  border-right-color: rgb(20 184 166 / 0.15) !important;
}

.border-x-teal-500\/20 {
  border-left-color: rgb(20 184 166 / 0.2) !important;
  border-right-color: rgb(20 184 166 / 0.2) !important;
}

.border-x-teal-500\/25 {
  border-left-color: rgb(20 184 166 / 0.25) !important;
  border-right-color: rgb(20 184 166 / 0.25) !important;
}

.border-x-teal-500\/30 {
  border-left-color: rgb(20 184 166 / 0.3) !important;
  border-right-color: rgb(20 184 166 / 0.3) !important;
}

.border-x-teal-500\/35 {
  border-left-color: rgb(20 184 166 / 0.35) !important;
  border-right-color: rgb(20 184 166 / 0.35) !important;
}

.border-x-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4) !important;
  border-right-color: rgb(20 184 166 / 0.4) !important;
}

.border-x-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45) !important;
  border-right-color: rgb(20 184 166 / 0.45) !important;
}

.border-x-teal-500\/5 {
  border-left-color: rgb(20 184 166 / 0.05) !important;
  border-right-color: rgb(20 184 166 / 0.05) !important;
}

.border-x-teal-500\/50 {
  border-left-color: rgb(20 184 166 / 0.5) !important;
  border-right-color: rgb(20 184 166 / 0.5) !important;
}

.border-x-teal-500\/55 {
  border-left-color: rgb(20 184 166 / 0.55) !important;
  border-right-color: rgb(20 184 166 / 0.55) !important;
}

.border-x-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6) !important;
  border-right-color: rgb(20 184 166 / 0.6) !important;
}

.border-x-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65) !important;
  border-right-color: rgb(20 184 166 / 0.65) !important;
}

.border-x-teal-500\/70 {
  border-left-color: rgb(20 184 166 / 0.7) !important;
  border-right-color: rgb(20 184 166 / 0.7) !important;
}

.border-x-teal-500\/75 {
  border-left-color: rgb(20 184 166 / 0.75) !important;
  border-right-color: rgb(20 184 166 / 0.75) !important;
}

.border-x-teal-500\/80 {
  border-left-color: rgb(20 184 166 / 0.8) !important;
  border-right-color: rgb(20 184 166 / 0.8) !important;
}

.border-x-teal-500\/85 {
  border-left-color: rgb(20 184 166 / 0.85) !important;
  border-right-color: rgb(20 184 166 / 0.85) !important;
}

.border-x-teal-500\/90 {
  border-left-color: rgb(20 184 166 / 0.9) !important;
  border-right-color: rgb(20 184 166 / 0.9) !important;
}

.border-x-teal-500\/95 {
  border-left-color: rgb(20 184 166 / 0.95) !important;
  border-right-color: rgb(20 184 166 / 0.95) !important;
}

.border-x-teal-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-600\/0 {
  border-left-color: rgb(13 148 136 / 0) !important;
  border-right-color: rgb(13 148 136 / 0) !important;
}

.border-x-teal-600\/10 {
  border-left-color: rgb(13 148 136 / 0.1) !important;
  border-right-color: rgb(13 148 136 / 0.1) !important;
}

.border-x-teal-600\/100 {
  border-left-color: rgb(13 148 136 / 1) !important;
  border-right-color: rgb(13 148 136 / 1) !important;
}

.border-x-teal-600\/15 {
  border-left-color: rgb(13 148 136 / 0.15) !important;
  border-right-color: rgb(13 148 136 / 0.15) !important;
}

.border-x-teal-600\/20 {
  border-left-color: rgb(13 148 136 / 0.2) !important;
  border-right-color: rgb(13 148 136 / 0.2) !important;
}

.border-x-teal-600\/25 {
  border-left-color: rgb(13 148 136 / 0.25) !important;
  border-right-color: rgb(13 148 136 / 0.25) !important;
}

.border-x-teal-600\/30 {
  border-left-color: rgb(13 148 136 / 0.3) !important;
  border-right-color: rgb(13 148 136 / 0.3) !important;
}

.border-x-teal-600\/35 {
  border-left-color: rgb(13 148 136 / 0.35) !important;
  border-right-color: rgb(13 148 136 / 0.35) !important;
}

.border-x-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4) !important;
  border-right-color: rgb(13 148 136 / 0.4) !important;
}

.border-x-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45) !important;
  border-right-color: rgb(13 148 136 / 0.45) !important;
}

.border-x-teal-600\/5 {
  border-left-color: rgb(13 148 136 / 0.05) !important;
  border-right-color: rgb(13 148 136 / 0.05) !important;
}

.border-x-teal-600\/50 {
  border-left-color: rgb(13 148 136 / 0.5) !important;
  border-right-color: rgb(13 148 136 / 0.5) !important;
}

.border-x-teal-600\/55 {
  border-left-color: rgb(13 148 136 / 0.55) !important;
  border-right-color: rgb(13 148 136 / 0.55) !important;
}

.border-x-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6) !important;
  border-right-color: rgb(13 148 136 / 0.6) !important;
}

.border-x-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65) !important;
  border-right-color: rgb(13 148 136 / 0.65) !important;
}

.border-x-teal-600\/70 {
  border-left-color: rgb(13 148 136 / 0.7) !important;
  border-right-color: rgb(13 148 136 / 0.7) !important;
}

.border-x-teal-600\/75 {
  border-left-color: rgb(13 148 136 / 0.75) !important;
  border-right-color: rgb(13 148 136 / 0.75) !important;
}

.border-x-teal-600\/80 {
  border-left-color: rgb(13 148 136 / 0.8) !important;
  border-right-color: rgb(13 148 136 / 0.8) !important;
}

.border-x-teal-600\/85 {
  border-left-color: rgb(13 148 136 / 0.85) !important;
  border-right-color: rgb(13 148 136 / 0.85) !important;
}

.border-x-teal-600\/90 {
  border-left-color: rgb(13 148 136 / 0.9) !important;
  border-right-color: rgb(13 148 136 / 0.9) !important;
}

.border-x-teal-600\/95 {
  border-left-color: rgb(13 148 136 / 0.95) !important;
  border-right-color: rgb(13 148 136 / 0.95) !important;
}

.border-x-teal-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-700\/0 {
  border-left-color: rgb(15 118 110 / 0) !important;
  border-right-color: rgb(15 118 110 / 0) !important;
}

.border-x-teal-700\/10 {
  border-left-color: rgb(15 118 110 / 0.1) !important;
  border-right-color: rgb(15 118 110 / 0.1) !important;
}

.border-x-teal-700\/100 {
  border-left-color: rgb(15 118 110 / 1) !important;
  border-right-color: rgb(15 118 110 / 1) !important;
}

.border-x-teal-700\/15 {
  border-left-color: rgb(15 118 110 / 0.15) !important;
  border-right-color: rgb(15 118 110 / 0.15) !important;
}

.border-x-teal-700\/20 {
  border-left-color: rgb(15 118 110 / 0.2) !important;
  border-right-color: rgb(15 118 110 / 0.2) !important;
}

.border-x-teal-700\/25 {
  border-left-color: rgb(15 118 110 / 0.25) !important;
  border-right-color: rgb(15 118 110 / 0.25) !important;
}

.border-x-teal-700\/30 {
  border-left-color: rgb(15 118 110 / 0.3) !important;
  border-right-color: rgb(15 118 110 / 0.3) !important;
}

.border-x-teal-700\/35 {
  border-left-color: rgb(15 118 110 / 0.35) !important;
  border-right-color: rgb(15 118 110 / 0.35) !important;
}

.border-x-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4) !important;
  border-right-color: rgb(15 118 110 / 0.4) !important;
}

.border-x-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45) !important;
  border-right-color: rgb(15 118 110 / 0.45) !important;
}

.border-x-teal-700\/5 {
  border-left-color: rgb(15 118 110 / 0.05) !important;
  border-right-color: rgb(15 118 110 / 0.05) !important;
}

.border-x-teal-700\/50 {
  border-left-color: rgb(15 118 110 / 0.5) !important;
  border-right-color: rgb(15 118 110 / 0.5) !important;
}

.border-x-teal-700\/55 {
  border-left-color: rgb(15 118 110 / 0.55) !important;
  border-right-color: rgb(15 118 110 / 0.55) !important;
}

.border-x-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6) !important;
  border-right-color: rgb(15 118 110 / 0.6) !important;
}

.border-x-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65) !important;
  border-right-color: rgb(15 118 110 / 0.65) !important;
}

.border-x-teal-700\/70 {
  border-left-color: rgb(15 118 110 / 0.7) !important;
  border-right-color: rgb(15 118 110 / 0.7) !important;
}

.border-x-teal-700\/75 {
  border-left-color: rgb(15 118 110 / 0.75) !important;
  border-right-color: rgb(15 118 110 / 0.75) !important;
}

.border-x-teal-700\/80 {
  border-left-color: rgb(15 118 110 / 0.8) !important;
  border-right-color: rgb(15 118 110 / 0.8) !important;
}

.border-x-teal-700\/85 {
  border-left-color: rgb(15 118 110 / 0.85) !important;
  border-right-color: rgb(15 118 110 / 0.85) !important;
}

.border-x-teal-700\/90 {
  border-left-color: rgb(15 118 110 / 0.9) !important;
  border-right-color: rgb(15 118 110 / 0.9) !important;
}

.border-x-teal-700\/95 {
  border-left-color: rgb(15 118 110 / 0.95) !important;
  border-right-color: rgb(15 118 110 / 0.95) !important;
}

.border-x-teal-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-800\/0 {
  border-left-color: rgb(17 94 89 / 0) !important;
  border-right-color: rgb(17 94 89 / 0) !important;
}

.border-x-teal-800\/10 {
  border-left-color: rgb(17 94 89 / 0.1) !important;
  border-right-color: rgb(17 94 89 / 0.1) !important;
}

.border-x-teal-800\/100 {
  border-left-color: rgb(17 94 89 / 1) !important;
  border-right-color: rgb(17 94 89 / 1) !important;
}

.border-x-teal-800\/15 {
  border-left-color: rgb(17 94 89 / 0.15) !important;
  border-right-color: rgb(17 94 89 / 0.15) !important;
}

.border-x-teal-800\/20 {
  border-left-color: rgb(17 94 89 / 0.2) !important;
  border-right-color: rgb(17 94 89 / 0.2) !important;
}

.border-x-teal-800\/25 {
  border-left-color: rgb(17 94 89 / 0.25) !important;
  border-right-color: rgb(17 94 89 / 0.25) !important;
}

.border-x-teal-800\/30 {
  border-left-color: rgb(17 94 89 / 0.3) !important;
  border-right-color: rgb(17 94 89 / 0.3) !important;
}

.border-x-teal-800\/35 {
  border-left-color: rgb(17 94 89 / 0.35) !important;
  border-right-color: rgb(17 94 89 / 0.35) !important;
}

.border-x-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4) !important;
  border-right-color: rgb(17 94 89 / 0.4) !important;
}

.border-x-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45) !important;
  border-right-color: rgb(17 94 89 / 0.45) !important;
}

.border-x-teal-800\/5 {
  border-left-color: rgb(17 94 89 / 0.05) !important;
  border-right-color: rgb(17 94 89 / 0.05) !important;
}

.border-x-teal-800\/50 {
  border-left-color: rgb(17 94 89 / 0.5) !important;
  border-right-color: rgb(17 94 89 / 0.5) !important;
}

.border-x-teal-800\/55 {
  border-left-color: rgb(17 94 89 / 0.55) !important;
  border-right-color: rgb(17 94 89 / 0.55) !important;
}

.border-x-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6) !important;
  border-right-color: rgb(17 94 89 / 0.6) !important;
}

.border-x-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65) !important;
  border-right-color: rgb(17 94 89 / 0.65) !important;
}

.border-x-teal-800\/70 {
  border-left-color: rgb(17 94 89 / 0.7) !important;
  border-right-color: rgb(17 94 89 / 0.7) !important;
}

.border-x-teal-800\/75 {
  border-left-color: rgb(17 94 89 / 0.75) !important;
  border-right-color: rgb(17 94 89 / 0.75) !important;
}

.border-x-teal-800\/80 {
  border-left-color: rgb(17 94 89 / 0.8) !important;
  border-right-color: rgb(17 94 89 / 0.8) !important;
}

.border-x-teal-800\/85 {
  border-left-color: rgb(17 94 89 / 0.85) !important;
  border-right-color: rgb(17 94 89 / 0.85) !important;
}

.border-x-teal-800\/90 {
  border-left-color: rgb(17 94 89 / 0.9) !important;
  border-right-color: rgb(17 94 89 / 0.9) !important;
}

.border-x-teal-800\/95 {
  border-left-color: rgb(17 94 89 / 0.95) !important;
  border-right-color: rgb(17 94 89 / 0.95) !important;
}

.border-x-teal-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-900\/0 {
  border-left-color: rgb(19 78 74 / 0) !important;
  border-right-color: rgb(19 78 74 / 0) !important;
}

.border-x-teal-900\/10 {
  border-left-color: rgb(19 78 74 / 0.1) !important;
  border-right-color: rgb(19 78 74 / 0.1) !important;
}

.border-x-teal-900\/100 {
  border-left-color: rgb(19 78 74 / 1) !important;
  border-right-color: rgb(19 78 74 / 1) !important;
}

.border-x-teal-900\/15 {
  border-left-color: rgb(19 78 74 / 0.15) !important;
  border-right-color: rgb(19 78 74 / 0.15) !important;
}

.border-x-teal-900\/20 {
  border-left-color: rgb(19 78 74 / 0.2) !important;
  border-right-color: rgb(19 78 74 / 0.2) !important;
}

.border-x-teal-900\/25 {
  border-left-color: rgb(19 78 74 / 0.25) !important;
  border-right-color: rgb(19 78 74 / 0.25) !important;
}

.border-x-teal-900\/30 {
  border-left-color: rgb(19 78 74 / 0.3) !important;
  border-right-color: rgb(19 78 74 / 0.3) !important;
}

.border-x-teal-900\/35 {
  border-left-color: rgb(19 78 74 / 0.35) !important;
  border-right-color: rgb(19 78 74 / 0.35) !important;
}

.border-x-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4) !important;
  border-right-color: rgb(19 78 74 / 0.4) !important;
}

.border-x-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45) !important;
  border-right-color: rgb(19 78 74 / 0.45) !important;
}

.border-x-teal-900\/5 {
  border-left-color: rgb(19 78 74 / 0.05) !important;
  border-right-color: rgb(19 78 74 / 0.05) !important;
}

.border-x-teal-900\/50 {
  border-left-color: rgb(19 78 74 / 0.5) !important;
  border-right-color: rgb(19 78 74 / 0.5) !important;
}

.border-x-teal-900\/55 {
  border-left-color: rgb(19 78 74 / 0.55) !important;
  border-right-color: rgb(19 78 74 / 0.55) !important;
}

.border-x-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6) !important;
  border-right-color: rgb(19 78 74 / 0.6) !important;
}

.border-x-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65) !important;
  border-right-color: rgb(19 78 74 / 0.65) !important;
}

.border-x-teal-900\/70 {
  border-left-color: rgb(19 78 74 / 0.7) !important;
  border-right-color: rgb(19 78 74 / 0.7) !important;
}

.border-x-teal-900\/75 {
  border-left-color: rgb(19 78 74 / 0.75) !important;
  border-right-color: rgb(19 78 74 / 0.75) !important;
}

.border-x-teal-900\/80 {
  border-left-color: rgb(19 78 74 / 0.8) !important;
  border-right-color: rgb(19 78 74 / 0.8) !important;
}

.border-x-teal-900\/85 {
  border-left-color: rgb(19 78 74 / 0.85) !important;
  border-right-color: rgb(19 78 74 / 0.85) !important;
}

.border-x-teal-900\/90 {
  border-left-color: rgb(19 78 74 / 0.9) !important;
  border-right-color: rgb(19 78 74 / 0.9) !important;
}

.border-x-teal-900\/95 {
  border-left-color: rgb(19 78 74 / 0.95) !important;
  border-right-color: rgb(19 78 74 / 0.95) !important;
}

.border-x-teal-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-x-teal-950\/0 {
  border-left-color: rgb(4 47 46 / 0) !important;
  border-right-color: rgb(4 47 46 / 0) !important;
}

.border-x-teal-950\/10 {
  border-left-color: rgb(4 47 46 / 0.1) !important;
  border-right-color: rgb(4 47 46 / 0.1) !important;
}

.border-x-teal-950\/100 {
  border-left-color: rgb(4 47 46 / 1) !important;
  border-right-color: rgb(4 47 46 / 1) !important;
}

.border-x-teal-950\/15 {
  border-left-color: rgb(4 47 46 / 0.15) !important;
  border-right-color: rgb(4 47 46 / 0.15) !important;
}

.border-x-teal-950\/20 {
  border-left-color: rgb(4 47 46 / 0.2) !important;
  border-right-color: rgb(4 47 46 / 0.2) !important;
}

.border-x-teal-950\/25 {
  border-left-color: rgb(4 47 46 / 0.25) !important;
  border-right-color: rgb(4 47 46 / 0.25) !important;
}

.border-x-teal-950\/30 {
  border-left-color: rgb(4 47 46 / 0.3) !important;
  border-right-color: rgb(4 47 46 / 0.3) !important;
}

.border-x-teal-950\/35 {
  border-left-color: rgb(4 47 46 / 0.35) !important;
  border-right-color: rgb(4 47 46 / 0.35) !important;
}

.border-x-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4) !important;
  border-right-color: rgb(4 47 46 / 0.4) !important;
}

.border-x-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45) !important;
  border-right-color: rgb(4 47 46 / 0.45) !important;
}

.border-x-teal-950\/5 {
  border-left-color: rgb(4 47 46 / 0.05) !important;
  border-right-color: rgb(4 47 46 / 0.05) !important;
}

.border-x-teal-950\/50 {
  border-left-color: rgb(4 47 46 / 0.5) !important;
  border-right-color: rgb(4 47 46 / 0.5) !important;
}

.border-x-teal-950\/55 {
  border-left-color: rgb(4 47 46 / 0.55) !important;
  border-right-color: rgb(4 47 46 / 0.55) !important;
}

.border-x-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6) !important;
  border-right-color: rgb(4 47 46 / 0.6) !important;
}

.border-x-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65) !important;
  border-right-color: rgb(4 47 46 / 0.65) !important;
}

.border-x-teal-950\/70 {
  border-left-color: rgb(4 47 46 / 0.7) !important;
  border-right-color: rgb(4 47 46 / 0.7) !important;
}

.border-x-teal-950\/75 {
  border-left-color: rgb(4 47 46 / 0.75) !important;
  border-right-color: rgb(4 47 46 / 0.75) !important;
}

.border-x-teal-950\/80 {
  border-left-color: rgb(4 47 46 / 0.8) !important;
  border-right-color: rgb(4 47 46 / 0.8) !important;
}

.border-x-teal-950\/85 {
  border-left-color: rgb(4 47 46 / 0.85) !important;
  border-right-color: rgb(4 47 46 / 0.85) !important;
}

.border-x-teal-950\/90 {
  border-left-color: rgb(4 47 46 / 0.9) !important;
  border-right-color: rgb(4 47 46 / 0.9) !important;
}

.border-x-teal-950\/95 {
  border-left-color: rgb(4 47 46 / 0.95) !important;
  border-right-color: rgb(4 47 46 / 0.95) !important;
}

.border-x-transparent {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0) !important;
  border-right-color: rgb(0 0 0 / 0) !important;
}

.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1) !important;
  border-right-color: rgb(0 0 0 / 0.1) !important;
}

.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1) !important;
  border-right-color: rgb(0 0 0 / 1) !important;
}

.border-x-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15) !important;
  border-right-color: rgb(0 0 0 / 0.15) !important;
}

.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2) !important;
  border-right-color: rgb(0 0 0 / 0.2) !important;
}

.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25) !important;
  border-right-color: rgb(0 0 0 / 0.25) !important;
}

.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3) !important;
  border-right-color: rgb(0 0 0 / 0.3) !important;
}

.border-x-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35) !important;
  border-right-color: rgb(0 0 0 / 0.35) !important;
}

.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4) !important;
  border-right-color: rgb(0 0 0 / 0.4) !important;
}

.border-x-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45) !important;
  border-right-color: rgb(0 0 0 / 0.45) !important;
}

.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05) !important;
  border-right-color: rgb(0 0 0 / 0.05) !important;
}

.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5) !important;
  border-right-color: rgb(0 0 0 / 0.5) !important;
}

.border-x-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55) !important;
  border-right-color: rgb(0 0 0 / 0.55) !important;
}

.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6) !important;
  border-right-color: rgb(0 0 0 / 0.6) !important;
}

.border-x-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65) !important;
  border-right-color: rgb(0 0 0 / 0.65) !important;
}

.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7) !important;
  border-right-color: rgb(0 0 0 / 0.7) !important;
}

.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75) !important;
  border-right-color: rgb(0 0 0 / 0.75) !important;
}

.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8) !important;
  border-right-color: rgb(0 0 0 / 0.8) !important;
}

.border-x-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85) !important;
  border-right-color: rgb(0 0 0 / 0.85) !important;
}

.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9) !important;
  border-right-color: rgb(0 0 0 / 0.9) !important;
}

.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95) !important;
  border-right-color: rgb(0 0 0 / 0.95) !important;
}

.border-x-violet-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-100\/0 {
  border-left-color: rgb(237 233 254 / 0) !important;
  border-right-color: rgb(237 233 254 / 0) !important;
}

.border-x-violet-100\/10 {
  border-left-color: rgb(237 233 254 / 0.1) !important;
  border-right-color: rgb(237 233 254 / 0.1) !important;
}

.border-x-violet-100\/100 {
  border-left-color: rgb(237 233 254 / 1) !important;
  border-right-color: rgb(237 233 254 / 1) !important;
}

.border-x-violet-100\/15 {
  border-left-color: rgb(237 233 254 / 0.15) !important;
  border-right-color: rgb(237 233 254 / 0.15) !important;
}

.border-x-violet-100\/20 {
  border-left-color: rgb(237 233 254 / 0.2) !important;
  border-right-color: rgb(237 233 254 / 0.2) !important;
}

.border-x-violet-100\/25 {
  border-left-color: rgb(237 233 254 / 0.25) !important;
  border-right-color: rgb(237 233 254 / 0.25) !important;
}

.border-x-violet-100\/30 {
  border-left-color: rgb(237 233 254 / 0.3) !important;
  border-right-color: rgb(237 233 254 / 0.3) !important;
}

.border-x-violet-100\/35 {
  border-left-color: rgb(237 233 254 / 0.35) !important;
  border-right-color: rgb(237 233 254 / 0.35) !important;
}

.border-x-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4) !important;
  border-right-color: rgb(237 233 254 / 0.4) !important;
}

.border-x-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45) !important;
  border-right-color: rgb(237 233 254 / 0.45) !important;
}

.border-x-violet-100\/5 {
  border-left-color: rgb(237 233 254 / 0.05) !important;
  border-right-color: rgb(237 233 254 / 0.05) !important;
}

.border-x-violet-100\/50 {
  border-left-color: rgb(237 233 254 / 0.5) !important;
  border-right-color: rgb(237 233 254 / 0.5) !important;
}

.border-x-violet-100\/55 {
  border-left-color: rgb(237 233 254 / 0.55) !important;
  border-right-color: rgb(237 233 254 / 0.55) !important;
}

.border-x-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6) !important;
  border-right-color: rgb(237 233 254 / 0.6) !important;
}

.border-x-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65) !important;
  border-right-color: rgb(237 233 254 / 0.65) !important;
}

.border-x-violet-100\/70 {
  border-left-color: rgb(237 233 254 / 0.7) !important;
  border-right-color: rgb(237 233 254 / 0.7) !important;
}

.border-x-violet-100\/75 {
  border-left-color: rgb(237 233 254 / 0.75) !important;
  border-right-color: rgb(237 233 254 / 0.75) !important;
}

.border-x-violet-100\/80 {
  border-left-color: rgb(237 233 254 / 0.8) !important;
  border-right-color: rgb(237 233 254 / 0.8) !important;
}

.border-x-violet-100\/85 {
  border-left-color: rgb(237 233 254 / 0.85) !important;
  border-right-color: rgb(237 233 254 / 0.85) !important;
}

.border-x-violet-100\/90 {
  border-left-color: rgb(237 233 254 / 0.9) !important;
  border-right-color: rgb(237 233 254 / 0.9) !important;
}

.border-x-violet-100\/95 {
  border-left-color: rgb(237 233 254 / 0.95) !important;
  border-right-color: rgb(237 233 254 / 0.95) !important;
}

.border-x-violet-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-200\/0 {
  border-left-color: rgb(221 214 254 / 0) !important;
  border-right-color: rgb(221 214 254 / 0) !important;
}

.border-x-violet-200\/10 {
  border-left-color: rgb(221 214 254 / 0.1) !important;
  border-right-color: rgb(221 214 254 / 0.1) !important;
}

.border-x-violet-200\/100 {
  border-left-color: rgb(221 214 254 / 1) !important;
  border-right-color: rgb(221 214 254 / 1) !important;
}

.border-x-violet-200\/15 {
  border-left-color: rgb(221 214 254 / 0.15) !important;
  border-right-color: rgb(221 214 254 / 0.15) !important;
}

.border-x-violet-200\/20 {
  border-left-color: rgb(221 214 254 / 0.2) !important;
  border-right-color: rgb(221 214 254 / 0.2) !important;
}

.border-x-violet-200\/25 {
  border-left-color: rgb(221 214 254 / 0.25) !important;
  border-right-color: rgb(221 214 254 / 0.25) !important;
}

.border-x-violet-200\/30 {
  border-left-color: rgb(221 214 254 / 0.3) !important;
  border-right-color: rgb(221 214 254 / 0.3) !important;
}

.border-x-violet-200\/35 {
  border-left-color: rgb(221 214 254 / 0.35) !important;
  border-right-color: rgb(221 214 254 / 0.35) !important;
}

.border-x-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4) !important;
  border-right-color: rgb(221 214 254 / 0.4) !important;
}

.border-x-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45) !important;
  border-right-color: rgb(221 214 254 / 0.45) !important;
}

.border-x-violet-200\/5 {
  border-left-color: rgb(221 214 254 / 0.05) !important;
  border-right-color: rgb(221 214 254 / 0.05) !important;
}

.border-x-violet-200\/50 {
  border-left-color: rgb(221 214 254 / 0.5) !important;
  border-right-color: rgb(221 214 254 / 0.5) !important;
}

.border-x-violet-200\/55 {
  border-left-color: rgb(221 214 254 / 0.55) !important;
  border-right-color: rgb(221 214 254 / 0.55) !important;
}

.border-x-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6) !important;
  border-right-color: rgb(221 214 254 / 0.6) !important;
}

.border-x-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65) !important;
  border-right-color: rgb(221 214 254 / 0.65) !important;
}

.border-x-violet-200\/70 {
  border-left-color: rgb(221 214 254 / 0.7) !important;
  border-right-color: rgb(221 214 254 / 0.7) !important;
}

.border-x-violet-200\/75 {
  border-left-color: rgb(221 214 254 / 0.75) !important;
  border-right-color: rgb(221 214 254 / 0.75) !important;
}

.border-x-violet-200\/80 {
  border-left-color: rgb(221 214 254 / 0.8) !important;
  border-right-color: rgb(221 214 254 / 0.8) !important;
}

.border-x-violet-200\/85 {
  border-left-color: rgb(221 214 254 / 0.85) !important;
  border-right-color: rgb(221 214 254 / 0.85) !important;
}

.border-x-violet-200\/90 {
  border-left-color: rgb(221 214 254 / 0.9) !important;
  border-right-color: rgb(221 214 254 / 0.9) !important;
}

.border-x-violet-200\/95 {
  border-left-color: rgb(221 214 254 / 0.95) !important;
  border-right-color: rgb(221 214 254 / 0.95) !important;
}

.border-x-violet-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-300\/0 {
  border-left-color: rgb(196 181 253 / 0) !important;
  border-right-color: rgb(196 181 253 / 0) !important;
}

.border-x-violet-300\/10 {
  border-left-color: rgb(196 181 253 / 0.1) !important;
  border-right-color: rgb(196 181 253 / 0.1) !important;
}

.border-x-violet-300\/100 {
  border-left-color: rgb(196 181 253 / 1) !important;
  border-right-color: rgb(196 181 253 / 1) !important;
}

.border-x-violet-300\/15 {
  border-left-color: rgb(196 181 253 / 0.15) !important;
  border-right-color: rgb(196 181 253 / 0.15) !important;
}

.border-x-violet-300\/20 {
  border-left-color: rgb(196 181 253 / 0.2) !important;
  border-right-color: rgb(196 181 253 / 0.2) !important;
}

.border-x-violet-300\/25 {
  border-left-color: rgb(196 181 253 / 0.25) !important;
  border-right-color: rgb(196 181 253 / 0.25) !important;
}

.border-x-violet-300\/30 {
  border-left-color: rgb(196 181 253 / 0.3) !important;
  border-right-color: rgb(196 181 253 / 0.3) !important;
}

.border-x-violet-300\/35 {
  border-left-color: rgb(196 181 253 / 0.35) !important;
  border-right-color: rgb(196 181 253 / 0.35) !important;
}

.border-x-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4) !important;
  border-right-color: rgb(196 181 253 / 0.4) !important;
}

.border-x-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45) !important;
  border-right-color: rgb(196 181 253 / 0.45) !important;
}

.border-x-violet-300\/5 {
  border-left-color: rgb(196 181 253 / 0.05) !important;
  border-right-color: rgb(196 181 253 / 0.05) !important;
}

.border-x-violet-300\/50 {
  border-left-color: rgb(196 181 253 / 0.5) !important;
  border-right-color: rgb(196 181 253 / 0.5) !important;
}

.border-x-violet-300\/55 {
  border-left-color: rgb(196 181 253 / 0.55) !important;
  border-right-color: rgb(196 181 253 / 0.55) !important;
}

.border-x-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6) !important;
  border-right-color: rgb(196 181 253 / 0.6) !important;
}

.border-x-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65) !important;
  border-right-color: rgb(196 181 253 / 0.65) !important;
}

.border-x-violet-300\/70 {
  border-left-color: rgb(196 181 253 / 0.7) !important;
  border-right-color: rgb(196 181 253 / 0.7) !important;
}

.border-x-violet-300\/75 {
  border-left-color: rgb(196 181 253 / 0.75) !important;
  border-right-color: rgb(196 181 253 / 0.75) !important;
}

.border-x-violet-300\/80 {
  border-left-color: rgb(196 181 253 / 0.8) !important;
  border-right-color: rgb(196 181 253 / 0.8) !important;
}

.border-x-violet-300\/85 {
  border-left-color: rgb(196 181 253 / 0.85) !important;
  border-right-color: rgb(196 181 253 / 0.85) !important;
}

.border-x-violet-300\/90 {
  border-left-color: rgb(196 181 253 / 0.9) !important;
  border-right-color: rgb(196 181 253 / 0.9) !important;
}

.border-x-violet-300\/95 {
  border-left-color: rgb(196 181 253 / 0.95) !important;
  border-right-color: rgb(196 181 253 / 0.95) !important;
}

.border-x-violet-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-400\/0 {
  border-left-color: rgb(167 139 250 / 0) !important;
  border-right-color: rgb(167 139 250 / 0) !important;
}

.border-x-violet-400\/10 {
  border-left-color: rgb(167 139 250 / 0.1) !important;
  border-right-color: rgb(167 139 250 / 0.1) !important;
}

.border-x-violet-400\/100 {
  border-left-color: rgb(167 139 250 / 1) !important;
  border-right-color: rgb(167 139 250 / 1) !important;
}

.border-x-violet-400\/15 {
  border-left-color: rgb(167 139 250 / 0.15) !important;
  border-right-color: rgb(167 139 250 / 0.15) !important;
}

.border-x-violet-400\/20 {
  border-left-color: rgb(167 139 250 / 0.2) !important;
  border-right-color: rgb(167 139 250 / 0.2) !important;
}

.border-x-violet-400\/25 {
  border-left-color: rgb(167 139 250 / 0.25) !important;
  border-right-color: rgb(167 139 250 / 0.25) !important;
}

.border-x-violet-400\/30 {
  border-left-color: rgb(167 139 250 / 0.3) !important;
  border-right-color: rgb(167 139 250 / 0.3) !important;
}

.border-x-violet-400\/35 {
  border-left-color: rgb(167 139 250 / 0.35) !important;
  border-right-color: rgb(167 139 250 / 0.35) !important;
}

.border-x-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4) !important;
  border-right-color: rgb(167 139 250 / 0.4) !important;
}

.border-x-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45) !important;
  border-right-color: rgb(167 139 250 / 0.45) !important;
}

.border-x-violet-400\/5 {
  border-left-color: rgb(167 139 250 / 0.05) !important;
  border-right-color: rgb(167 139 250 / 0.05) !important;
}

.border-x-violet-400\/50 {
  border-left-color: rgb(167 139 250 / 0.5) !important;
  border-right-color: rgb(167 139 250 / 0.5) !important;
}

.border-x-violet-400\/55 {
  border-left-color: rgb(167 139 250 / 0.55) !important;
  border-right-color: rgb(167 139 250 / 0.55) !important;
}

.border-x-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6) !important;
  border-right-color: rgb(167 139 250 / 0.6) !important;
}

.border-x-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65) !important;
  border-right-color: rgb(167 139 250 / 0.65) !important;
}

.border-x-violet-400\/70 {
  border-left-color: rgb(167 139 250 / 0.7) !important;
  border-right-color: rgb(167 139 250 / 0.7) !important;
}

.border-x-violet-400\/75 {
  border-left-color: rgb(167 139 250 / 0.75) !important;
  border-right-color: rgb(167 139 250 / 0.75) !important;
}

.border-x-violet-400\/80 {
  border-left-color: rgb(167 139 250 / 0.8) !important;
  border-right-color: rgb(167 139 250 / 0.8) !important;
}

.border-x-violet-400\/85 {
  border-left-color: rgb(167 139 250 / 0.85) !important;
  border-right-color: rgb(167 139 250 / 0.85) !important;
}

.border-x-violet-400\/90 {
  border-left-color: rgb(167 139 250 / 0.9) !important;
  border-right-color: rgb(167 139 250 / 0.9) !important;
}

.border-x-violet-400\/95 {
  border-left-color: rgb(167 139 250 / 0.95) !important;
  border-right-color: rgb(167 139 250 / 0.95) !important;
}

.border-x-violet-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-50\/0 {
  border-left-color: rgb(245 243 255 / 0) !important;
  border-right-color: rgb(245 243 255 / 0) !important;
}

.border-x-violet-50\/10 {
  border-left-color: rgb(245 243 255 / 0.1) !important;
  border-right-color: rgb(245 243 255 / 0.1) !important;
}

.border-x-violet-50\/100 {
  border-left-color: rgb(245 243 255 / 1) !important;
  border-right-color: rgb(245 243 255 / 1) !important;
}

.border-x-violet-50\/15 {
  border-left-color: rgb(245 243 255 / 0.15) !important;
  border-right-color: rgb(245 243 255 / 0.15) !important;
}

.border-x-violet-50\/20 {
  border-left-color: rgb(245 243 255 / 0.2) !important;
  border-right-color: rgb(245 243 255 / 0.2) !important;
}

.border-x-violet-50\/25 {
  border-left-color: rgb(245 243 255 / 0.25) !important;
  border-right-color: rgb(245 243 255 / 0.25) !important;
}

.border-x-violet-50\/30 {
  border-left-color: rgb(245 243 255 / 0.3) !important;
  border-right-color: rgb(245 243 255 / 0.3) !important;
}

.border-x-violet-50\/35 {
  border-left-color: rgb(245 243 255 / 0.35) !important;
  border-right-color: rgb(245 243 255 / 0.35) !important;
}

.border-x-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4) !important;
  border-right-color: rgb(245 243 255 / 0.4) !important;
}

.border-x-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45) !important;
  border-right-color: rgb(245 243 255 / 0.45) !important;
}

.border-x-violet-50\/5 {
  border-left-color: rgb(245 243 255 / 0.05) !important;
  border-right-color: rgb(245 243 255 / 0.05) !important;
}

.border-x-violet-50\/50 {
  border-left-color: rgb(245 243 255 / 0.5) !important;
  border-right-color: rgb(245 243 255 / 0.5) !important;
}

.border-x-violet-50\/55 {
  border-left-color: rgb(245 243 255 / 0.55) !important;
  border-right-color: rgb(245 243 255 / 0.55) !important;
}

.border-x-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6) !important;
  border-right-color: rgb(245 243 255 / 0.6) !important;
}

.border-x-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65) !important;
  border-right-color: rgb(245 243 255 / 0.65) !important;
}

.border-x-violet-50\/70 {
  border-left-color: rgb(245 243 255 / 0.7) !important;
  border-right-color: rgb(245 243 255 / 0.7) !important;
}

.border-x-violet-50\/75 {
  border-left-color: rgb(245 243 255 / 0.75) !important;
  border-right-color: rgb(245 243 255 / 0.75) !important;
}

.border-x-violet-50\/80 {
  border-left-color: rgb(245 243 255 / 0.8) !important;
  border-right-color: rgb(245 243 255 / 0.8) !important;
}

.border-x-violet-50\/85 {
  border-left-color: rgb(245 243 255 / 0.85) !important;
  border-right-color: rgb(245 243 255 / 0.85) !important;
}

.border-x-violet-50\/90 {
  border-left-color: rgb(245 243 255 / 0.9) !important;
  border-right-color: rgb(245 243 255 / 0.9) !important;
}

.border-x-violet-50\/95 {
  border-left-color: rgb(245 243 255 / 0.95) !important;
  border-right-color: rgb(245 243 255 / 0.95) !important;
}

.border-x-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-500\/0 {
  border-left-color: rgb(139 92 246 / 0) !important;
  border-right-color: rgb(139 92 246 / 0) !important;
}

.border-x-violet-500\/10 {
  border-left-color: rgb(139 92 246 / 0.1) !important;
  border-right-color: rgb(139 92 246 / 0.1) !important;
}

.border-x-violet-500\/100 {
  border-left-color: rgb(139 92 246 / 1) !important;
  border-right-color: rgb(139 92 246 / 1) !important;
}

.border-x-violet-500\/15 {
  border-left-color: rgb(139 92 246 / 0.15) !important;
  border-right-color: rgb(139 92 246 / 0.15) !important;
}

.border-x-violet-500\/20 {
  border-left-color: rgb(139 92 246 / 0.2) !important;
  border-right-color: rgb(139 92 246 / 0.2) !important;
}

.border-x-violet-500\/25 {
  border-left-color: rgb(139 92 246 / 0.25) !important;
  border-right-color: rgb(139 92 246 / 0.25) !important;
}

.border-x-violet-500\/30 {
  border-left-color: rgb(139 92 246 / 0.3) !important;
  border-right-color: rgb(139 92 246 / 0.3) !important;
}

.border-x-violet-500\/35 {
  border-left-color: rgb(139 92 246 / 0.35) !important;
  border-right-color: rgb(139 92 246 / 0.35) !important;
}

.border-x-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4) !important;
  border-right-color: rgb(139 92 246 / 0.4) !important;
}

.border-x-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45) !important;
  border-right-color: rgb(139 92 246 / 0.45) !important;
}

.border-x-violet-500\/5 {
  border-left-color: rgb(139 92 246 / 0.05) !important;
  border-right-color: rgb(139 92 246 / 0.05) !important;
}

.border-x-violet-500\/50 {
  border-left-color: rgb(139 92 246 / 0.5) !important;
  border-right-color: rgb(139 92 246 / 0.5) !important;
}

.border-x-violet-500\/55 {
  border-left-color: rgb(139 92 246 / 0.55) !important;
  border-right-color: rgb(139 92 246 / 0.55) !important;
}

.border-x-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6) !important;
  border-right-color: rgb(139 92 246 / 0.6) !important;
}

.border-x-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65) !important;
  border-right-color: rgb(139 92 246 / 0.65) !important;
}

.border-x-violet-500\/70 {
  border-left-color: rgb(139 92 246 / 0.7) !important;
  border-right-color: rgb(139 92 246 / 0.7) !important;
}

.border-x-violet-500\/75 {
  border-left-color: rgb(139 92 246 / 0.75) !important;
  border-right-color: rgb(139 92 246 / 0.75) !important;
}

.border-x-violet-500\/80 {
  border-left-color: rgb(139 92 246 / 0.8) !important;
  border-right-color: rgb(139 92 246 / 0.8) !important;
}

.border-x-violet-500\/85 {
  border-left-color: rgb(139 92 246 / 0.85) !important;
  border-right-color: rgb(139 92 246 / 0.85) !important;
}

.border-x-violet-500\/90 {
  border-left-color: rgb(139 92 246 / 0.9) !important;
  border-right-color: rgb(139 92 246 / 0.9) !important;
}

.border-x-violet-500\/95 {
  border-left-color: rgb(139 92 246 / 0.95) !important;
  border-right-color: rgb(139 92 246 / 0.95) !important;
}

.border-x-violet-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-600\/0 {
  border-left-color: rgb(124 58 237 / 0) !important;
  border-right-color: rgb(124 58 237 / 0) !important;
}

.border-x-violet-600\/10 {
  border-left-color: rgb(124 58 237 / 0.1) !important;
  border-right-color: rgb(124 58 237 / 0.1) !important;
}

.border-x-violet-600\/100 {
  border-left-color: rgb(124 58 237 / 1) !important;
  border-right-color: rgb(124 58 237 / 1) !important;
}

.border-x-violet-600\/15 {
  border-left-color: rgb(124 58 237 / 0.15) !important;
  border-right-color: rgb(124 58 237 / 0.15) !important;
}

.border-x-violet-600\/20 {
  border-left-color: rgb(124 58 237 / 0.2) !important;
  border-right-color: rgb(124 58 237 / 0.2) !important;
}

.border-x-violet-600\/25 {
  border-left-color: rgb(124 58 237 / 0.25) !important;
  border-right-color: rgb(124 58 237 / 0.25) !important;
}

.border-x-violet-600\/30 {
  border-left-color: rgb(124 58 237 / 0.3) !important;
  border-right-color: rgb(124 58 237 / 0.3) !important;
}

.border-x-violet-600\/35 {
  border-left-color: rgb(124 58 237 / 0.35) !important;
  border-right-color: rgb(124 58 237 / 0.35) !important;
}

.border-x-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4) !important;
  border-right-color: rgb(124 58 237 / 0.4) !important;
}

.border-x-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45) !important;
  border-right-color: rgb(124 58 237 / 0.45) !important;
}

.border-x-violet-600\/5 {
  border-left-color: rgb(124 58 237 / 0.05) !important;
  border-right-color: rgb(124 58 237 / 0.05) !important;
}

.border-x-violet-600\/50 {
  border-left-color: rgb(124 58 237 / 0.5) !important;
  border-right-color: rgb(124 58 237 / 0.5) !important;
}

.border-x-violet-600\/55 {
  border-left-color: rgb(124 58 237 / 0.55) !important;
  border-right-color: rgb(124 58 237 / 0.55) !important;
}

.border-x-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6) !important;
  border-right-color: rgb(124 58 237 / 0.6) !important;
}

.border-x-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65) !important;
  border-right-color: rgb(124 58 237 / 0.65) !important;
}

.border-x-violet-600\/70 {
  border-left-color: rgb(124 58 237 / 0.7) !important;
  border-right-color: rgb(124 58 237 / 0.7) !important;
}

.border-x-violet-600\/75 {
  border-left-color: rgb(124 58 237 / 0.75) !important;
  border-right-color: rgb(124 58 237 / 0.75) !important;
}

.border-x-violet-600\/80 {
  border-left-color: rgb(124 58 237 / 0.8) !important;
  border-right-color: rgb(124 58 237 / 0.8) !important;
}

.border-x-violet-600\/85 {
  border-left-color: rgb(124 58 237 / 0.85) !important;
  border-right-color: rgb(124 58 237 / 0.85) !important;
}

.border-x-violet-600\/90 {
  border-left-color: rgb(124 58 237 / 0.9) !important;
  border-right-color: rgb(124 58 237 / 0.9) !important;
}

.border-x-violet-600\/95 {
  border-left-color: rgb(124 58 237 / 0.95) !important;
  border-right-color: rgb(124 58 237 / 0.95) !important;
}

.border-x-violet-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-700\/0 {
  border-left-color: rgb(109 40 217 / 0) !important;
  border-right-color: rgb(109 40 217 / 0) !important;
}

.border-x-violet-700\/10 {
  border-left-color: rgb(109 40 217 / 0.1) !important;
  border-right-color: rgb(109 40 217 / 0.1) !important;
}

.border-x-violet-700\/100 {
  border-left-color: rgb(109 40 217 / 1) !important;
  border-right-color: rgb(109 40 217 / 1) !important;
}

.border-x-violet-700\/15 {
  border-left-color: rgb(109 40 217 / 0.15) !important;
  border-right-color: rgb(109 40 217 / 0.15) !important;
}

.border-x-violet-700\/20 {
  border-left-color: rgb(109 40 217 / 0.2) !important;
  border-right-color: rgb(109 40 217 / 0.2) !important;
}

.border-x-violet-700\/25 {
  border-left-color: rgb(109 40 217 / 0.25) !important;
  border-right-color: rgb(109 40 217 / 0.25) !important;
}

.border-x-violet-700\/30 {
  border-left-color: rgb(109 40 217 / 0.3) !important;
  border-right-color: rgb(109 40 217 / 0.3) !important;
}

.border-x-violet-700\/35 {
  border-left-color: rgb(109 40 217 / 0.35) !important;
  border-right-color: rgb(109 40 217 / 0.35) !important;
}

.border-x-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4) !important;
  border-right-color: rgb(109 40 217 / 0.4) !important;
}

.border-x-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45) !important;
  border-right-color: rgb(109 40 217 / 0.45) !important;
}

.border-x-violet-700\/5 {
  border-left-color: rgb(109 40 217 / 0.05) !important;
  border-right-color: rgb(109 40 217 / 0.05) !important;
}

.border-x-violet-700\/50 {
  border-left-color: rgb(109 40 217 / 0.5) !important;
  border-right-color: rgb(109 40 217 / 0.5) !important;
}

.border-x-violet-700\/55 {
  border-left-color: rgb(109 40 217 / 0.55) !important;
  border-right-color: rgb(109 40 217 / 0.55) !important;
}

.border-x-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6) !important;
  border-right-color: rgb(109 40 217 / 0.6) !important;
}

.border-x-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65) !important;
  border-right-color: rgb(109 40 217 / 0.65) !important;
}

.border-x-violet-700\/70 {
  border-left-color: rgb(109 40 217 / 0.7) !important;
  border-right-color: rgb(109 40 217 / 0.7) !important;
}

.border-x-violet-700\/75 {
  border-left-color: rgb(109 40 217 / 0.75) !important;
  border-right-color: rgb(109 40 217 / 0.75) !important;
}

.border-x-violet-700\/80 {
  border-left-color: rgb(109 40 217 / 0.8) !important;
  border-right-color: rgb(109 40 217 / 0.8) !important;
}

.border-x-violet-700\/85 {
  border-left-color: rgb(109 40 217 / 0.85) !important;
  border-right-color: rgb(109 40 217 / 0.85) !important;
}

.border-x-violet-700\/90 {
  border-left-color: rgb(109 40 217 / 0.9) !important;
  border-right-color: rgb(109 40 217 / 0.9) !important;
}

.border-x-violet-700\/95 {
  border-left-color: rgb(109 40 217 / 0.95) !important;
  border-right-color: rgb(109 40 217 / 0.95) !important;
}

.border-x-violet-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-800\/0 {
  border-left-color: rgb(91 33 182 / 0) !important;
  border-right-color: rgb(91 33 182 / 0) !important;
}

.border-x-violet-800\/10 {
  border-left-color: rgb(91 33 182 / 0.1) !important;
  border-right-color: rgb(91 33 182 / 0.1) !important;
}

.border-x-violet-800\/100 {
  border-left-color: rgb(91 33 182 / 1) !important;
  border-right-color: rgb(91 33 182 / 1) !important;
}

.border-x-violet-800\/15 {
  border-left-color: rgb(91 33 182 / 0.15) !important;
  border-right-color: rgb(91 33 182 / 0.15) !important;
}

.border-x-violet-800\/20 {
  border-left-color: rgb(91 33 182 / 0.2) !important;
  border-right-color: rgb(91 33 182 / 0.2) !important;
}

.border-x-violet-800\/25 {
  border-left-color: rgb(91 33 182 / 0.25) !important;
  border-right-color: rgb(91 33 182 / 0.25) !important;
}

.border-x-violet-800\/30 {
  border-left-color: rgb(91 33 182 / 0.3) !important;
  border-right-color: rgb(91 33 182 / 0.3) !important;
}

.border-x-violet-800\/35 {
  border-left-color: rgb(91 33 182 / 0.35) !important;
  border-right-color: rgb(91 33 182 / 0.35) !important;
}

.border-x-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4) !important;
  border-right-color: rgb(91 33 182 / 0.4) !important;
}

.border-x-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45) !important;
  border-right-color: rgb(91 33 182 / 0.45) !important;
}

.border-x-violet-800\/5 {
  border-left-color: rgb(91 33 182 / 0.05) !important;
  border-right-color: rgb(91 33 182 / 0.05) !important;
}

.border-x-violet-800\/50 {
  border-left-color: rgb(91 33 182 / 0.5) !important;
  border-right-color: rgb(91 33 182 / 0.5) !important;
}

.border-x-violet-800\/55 {
  border-left-color: rgb(91 33 182 / 0.55) !important;
  border-right-color: rgb(91 33 182 / 0.55) !important;
}

.border-x-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6) !important;
  border-right-color: rgb(91 33 182 / 0.6) !important;
}

.border-x-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65) !important;
  border-right-color: rgb(91 33 182 / 0.65) !important;
}

.border-x-violet-800\/70 {
  border-left-color: rgb(91 33 182 / 0.7) !important;
  border-right-color: rgb(91 33 182 / 0.7) !important;
}

.border-x-violet-800\/75 {
  border-left-color: rgb(91 33 182 / 0.75) !important;
  border-right-color: rgb(91 33 182 / 0.75) !important;
}

.border-x-violet-800\/80 {
  border-left-color: rgb(91 33 182 / 0.8) !important;
  border-right-color: rgb(91 33 182 / 0.8) !important;
}

.border-x-violet-800\/85 {
  border-left-color: rgb(91 33 182 / 0.85) !important;
  border-right-color: rgb(91 33 182 / 0.85) !important;
}

.border-x-violet-800\/90 {
  border-left-color: rgb(91 33 182 / 0.9) !important;
  border-right-color: rgb(91 33 182 / 0.9) !important;
}

.border-x-violet-800\/95 {
  border-left-color: rgb(91 33 182 / 0.95) !important;
  border-right-color: rgb(91 33 182 / 0.95) !important;
}

.border-x-violet-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-900\/0 {
  border-left-color: rgb(76 29 149 / 0) !important;
  border-right-color: rgb(76 29 149 / 0) !important;
}

.border-x-violet-900\/10 {
  border-left-color: rgb(76 29 149 / 0.1) !important;
  border-right-color: rgb(76 29 149 / 0.1) !important;
}

.border-x-violet-900\/100 {
  border-left-color: rgb(76 29 149 / 1) !important;
  border-right-color: rgb(76 29 149 / 1) !important;
}

.border-x-violet-900\/15 {
  border-left-color: rgb(76 29 149 / 0.15) !important;
  border-right-color: rgb(76 29 149 / 0.15) !important;
}

.border-x-violet-900\/20 {
  border-left-color: rgb(76 29 149 / 0.2) !important;
  border-right-color: rgb(76 29 149 / 0.2) !important;
}

.border-x-violet-900\/25 {
  border-left-color: rgb(76 29 149 / 0.25) !important;
  border-right-color: rgb(76 29 149 / 0.25) !important;
}

.border-x-violet-900\/30 {
  border-left-color: rgb(76 29 149 / 0.3) !important;
  border-right-color: rgb(76 29 149 / 0.3) !important;
}

.border-x-violet-900\/35 {
  border-left-color: rgb(76 29 149 / 0.35) !important;
  border-right-color: rgb(76 29 149 / 0.35) !important;
}

.border-x-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4) !important;
  border-right-color: rgb(76 29 149 / 0.4) !important;
}

.border-x-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45) !important;
  border-right-color: rgb(76 29 149 / 0.45) !important;
}

.border-x-violet-900\/5 {
  border-left-color: rgb(76 29 149 / 0.05) !important;
  border-right-color: rgb(76 29 149 / 0.05) !important;
}

.border-x-violet-900\/50 {
  border-left-color: rgb(76 29 149 / 0.5) !important;
  border-right-color: rgb(76 29 149 / 0.5) !important;
}

.border-x-violet-900\/55 {
  border-left-color: rgb(76 29 149 / 0.55) !important;
  border-right-color: rgb(76 29 149 / 0.55) !important;
}

.border-x-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6) !important;
  border-right-color: rgb(76 29 149 / 0.6) !important;
}

.border-x-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65) !important;
  border-right-color: rgb(76 29 149 / 0.65) !important;
}

.border-x-violet-900\/70 {
  border-left-color: rgb(76 29 149 / 0.7) !important;
  border-right-color: rgb(76 29 149 / 0.7) !important;
}

.border-x-violet-900\/75 {
  border-left-color: rgb(76 29 149 / 0.75) !important;
  border-right-color: rgb(76 29 149 / 0.75) !important;
}

.border-x-violet-900\/80 {
  border-left-color: rgb(76 29 149 / 0.8) !important;
  border-right-color: rgb(76 29 149 / 0.8) !important;
}

.border-x-violet-900\/85 {
  border-left-color: rgb(76 29 149 / 0.85) !important;
  border-right-color: rgb(76 29 149 / 0.85) !important;
}

.border-x-violet-900\/90 {
  border-left-color: rgb(76 29 149 / 0.9) !important;
  border-right-color: rgb(76 29 149 / 0.9) !important;
}

.border-x-violet-900\/95 {
  border-left-color: rgb(76 29 149 / 0.95) !important;
  border-right-color: rgb(76 29 149 / 0.95) !important;
}

.border-x-violet-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-x-violet-950\/0 {
  border-left-color: rgb(46 16 101 / 0) !important;
  border-right-color: rgb(46 16 101 / 0) !important;
}

.border-x-violet-950\/10 {
  border-left-color: rgb(46 16 101 / 0.1) !important;
  border-right-color: rgb(46 16 101 / 0.1) !important;
}

.border-x-violet-950\/100 {
  border-left-color: rgb(46 16 101 / 1) !important;
  border-right-color: rgb(46 16 101 / 1) !important;
}

.border-x-violet-950\/15 {
  border-left-color: rgb(46 16 101 / 0.15) !important;
  border-right-color: rgb(46 16 101 / 0.15) !important;
}

.border-x-violet-950\/20 {
  border-left-color: rgb(46 16 101 / 0.2) !important;
  border-right-color: rgb(46 16 101 / 0.2) !important;
}

.border-x-violet-950\/25 {
  border-left-color: rgb(46 16 101 / 0.25) !important;
  border-right-color: rgb(46 16 101 / 0.25) !important;
}

.border-x-violet-950\/30 {
  border-left-color: rgb(46 16 101 / 0.3) !important;
  border-right-color: rgb(46 16 101 / 0.3) !important;
}

.border-x-violet-950\/35 {
  border-left-color: rgb(46 16 101 / 0.35) !important;
  border-right-color: rgb(46 16 101 / 0.35) !important;
}

.border-x-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4) !important;
  border-right-color: rgb(46 16 101 / 0.4) !important;
}

.border-x-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45) !important;
  border-right-color: rgb(46 16 101 / 0.45) !important;
}

.border-x-violet-950\/5 {
  border-left-color: rgb(46 16 101 / 0.05) !important;
  border-right-color: rgb(46 16 101 / 0.05) !important;
}

.border-x-violet-950\/50 {
  border-left-color: rgb(46 16 101 / 0.5) !important;
  border-right-color: rgb(46 16 101 / 0.5) !important;
}

.border-x-violet-950\/55 {
  border-left-color: rgb(46 16 101 / 0.55) !important;
  border-right-color: rgb(46 16 101 / 0.55) !important;
}

.border-x-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6) !important;
  border-right-color: rgb(46 16 101 / 0.6) !important;
}

.border-x-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65) !important;
  border-right-color: rgb(46 16 101 / 0.65) !important;
}

.border-x-violet-950\/70 {
  border-left-color: rgb(46 16 101 / 0.7) !important;
  border-right-color: rgb(46 16 101 / 0.7) !important;
}

.border-x-violet-950\/75 {
  border-left-color: rgb(46 16 101 / 0.75) !important;
  border-right-color: rgb(46 16 101 / 0.75) !important;
}

.border-x-violet-950\/80 {
  border-left-color: rgb(46 16 101 / 0.8) !important;
  border-right-color: rgb(46 16 101 / 0.8) !important;
}

.border-x-violet-950\/85 {
  border-left-color: rgb(46 16 101 / 0.85) !important;
  border-right-color: rgb(46 16 101 / 0.85) !important;
}

.border-x-violet-950\/90 {
  border-left-color: rgb(46 16 101 / 0.9) !important;
  border-right-color: rgb(46 16 101 / 0.9) !important;
}

.border-x-violet-950\/95 {
  border-left-color: rgb(46 16 101 / 0.95) !important;
  border-right-color: rgb(46 16 101 / 0.95) !important;
}

.border-x-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0) !important;
  border-right-color: rgb(255 255 255 / 0) !important;
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1) !important;
  border-right-color: rgb(255 255 255 / 0.1) !important;
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1) !important;
  border-right-color: rgb(255 255 255 / 1) !important;
}

.border-x-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15) !important;
  border-right-color: rgb(255 255 255 / 0.15) !important;
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2) !important;
  border-right-color: rgb(255 255 255 / 0.2) !important;
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25) !important;
  border-right-color: rgb(255 255 255 / 0.25) !important;
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3) !important;
  border-right-color: rgb(255 255 255 / 0.3) !important;
}

.border-x-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35) !important;
  border-right-color: rgb(255 255 255 / 0.35) !important;
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4) !important;
  border-right-color: rgb(255 255 255 / 0.4) !important;
}

.border-x-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45) !important;
  border-right-color: rgb(255 255 255 / 0.45) !important;
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05) !important;
  border-right-color: rgb(255 255 255 / 0.05) !important;
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5) !important;
  border-right-color: rgb(255 255 255 / 0.5) !important;
}

.border-x-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55) !important;
  border-right-color: rgb(255 255 255 / 0.55) !important;
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6) !important;
  border-right-color: rgb(255 255 255 / 0.6) !important;
}

.border-x-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65) !important;
  border-right-color: rgb(255 255 255 / 0.65) !important;
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7) !important;
  border-right-color: rgb(255 255 255 / 0.7) !important;
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75) !important;
  border-right-color: rgb(255 255 255 / 0.75) !important;
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8) !important;
  border-right-color: rgb(255 255 255 / 0.8) !important;
}

.border-x-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85) !important;
  border-right-color: rgb(255 255 255 / 0.85) !important;
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9) !important;
  border-right-color: rgb(255 255 255 / 0.9) !important;
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95) !important;
  border-right-color: rgb(255 255 255 / 0.95) !important;
}

.border-x-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
  border-right-color: rgb(254 249 195 / 0) !important;
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
  border-right-color: rgb(254 249 195 / 0.1) !important;
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
  border-right-color: rgb(254 249 195 / 1) !important;
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
  border-right-color: rgb(254 249 195 / 0.15) !important;
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
  border-right-color: rgb(254 249 195 / 0.2) !important;
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
  border-right-color: rgb(254 249 195 / 0.25) !important;
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
  border-right-color: rgb(254 249 195 / 0.3) !important;
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
  border-right-color: rgb(254 249 195 / 0.35) !important;
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
  border-right-color: rgb(254 249 195 / 0.4) !important;
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
  border-right-color: rgb(254 249 195 / 0.45) !important;
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
  border-right-color: rgb(254 249 195 / 0.05) !important;
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
  border-right-color: rgb(254 249 195 / 0.5) !important;
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
  border-right-color: rgb(254 249 195 / 0.55) !important;
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
  border-right-color: rgb(254 249 195 / 0.6) !important;
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
  border-right-color: rgb(254 249 195 / 0.65) !important;
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
  border-right-color: rgb(254 249 195 / 0.7) !important;
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
  border-right-color: rgb(254 249 195 / 0.75) !important;
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
  border-right-color: rgb(254 249 195 / 0.8) !important;
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
  border-right-color: rgb(254 249 195 / 0.85) !important;
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
  border-right-color: rgb(254 249 195 / 0.9) !important;
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
  border-right-color: rgb(254 249 195 / 0.95) !important;
}

.border-x-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
  border-right-color: rgb(254 240 138 / 0) !important;
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
  border-right-color: rgb(254 240 138 / 0.1) !important;
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
  border-right-color: rgb(254 240 138 / 1) !important;
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
  border-right-color: rgb(254 240 138 / 0.15) !important;
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
  border-right-color: rgb(254 240 138 / 0.2) !important;
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
  border-right-color: rgb(254 240 138 / 0.25) !important;
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
  border-right-color: rgb(254 240 138 / 0.3) !important;
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
  border-right-color: rgb(254 240 138 / 0.35) !important;
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
  border-right-color: rgb(254 240 138 / 0.4) !important;
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
  border-right-color: rgb(254 240 138 / 0.45) !important;
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
  border-right-color: rgb(254 240 138 / 0.05) !important;
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
  border-right-color: rgb(254 240 138 / 0.5) !important;
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
  border-right-color: rgb(254 240 138 / 0.55) !important;
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
  border-right-color: rgb(254 240 138 / 0.6) !important;
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
  border-right-color: rgb(254 240 138 / 0.65) !important;
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
  border-right-color: rgb(254 240 138 / 0.7) !important;
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
  border-right-color: rgb(254 240 138 / 0.75) !important;
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
  border-right-color: rgb(254 240 138 / 0.8) !important;
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
  border-right-color: rgb(254 240 138 / 0.85) !important;
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
  border-right-color: rgb(254 240 138 / 0.9) !important;
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
  border-right-color: rgb(254 240 138 / 0.95) !important;
}

.border-x-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0) !important;
  border-right-color: rgb(253 224 71 / 0) !important;
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1) !important;
  border-right-color: rgb(253 224 71 / 0.1) !important;
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1) !important;
  border-right-color: rgb(253 224 71 / 1) !important;
}

.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15) !important;
  border-right-color: rgb(253 224 71 / 0.15) !important;
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2) !important;
  border-right-color: rgb(253 224 71 / 0.2) !important;
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25) !important;
  border-right-color: rgb(253 224 71 / 0.25) !important;
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3) !important;
  border-right-color: rgb(253 224 71 / 0.3) !important;
}

.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35) !important;
  border-right-color: rgb(253 224 71 / 0.35) !important;
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4) !important;
  border-right-color: rgb(253 224 71 / 0.4) !important;
}

.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45) !important;
  border-right-color: rgb(253 224 71 / 0.45) !important;
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05) !important;
  border-right-color: rgb(253 224 71 / 0.05) !important;
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5) !important;
  border-right-color: rgb(253 224 71 / 0.5) !important;
}

.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55) !important;
  border-right-color: rgb(253 224 71 / 0.55) !important;
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6) !important;
  border-right-color: rgb(253 224 71 / 0.6) !important;
}

.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65) !important;
  border-right-color: rgb(253 224 71 / 0.65) !important;
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7) !important;
  border-right-color: rgb(253 224 71 / 0.7) !important;
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75) !important;
  border-right-color: rgb(253 224 71 / 0.75) !important;
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8) !important;
  border-right-color: rgb(253 224 71 / 0.8) !important;
}

.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85) !important;
  border-right-color: rgb(253 224 71 / 0.85) !important;
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9) !important;
  border-right-color: rgb(253 224 71 / 0.9) !important;
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95) !important;
  border-right-color: rgb(253 224 71 / 0.95) !important;
}

.border-x-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
  border-right-color: rgb(250 204 21 / 0) !important;
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
  border-right-color: rgb(250 204 21 / 0.1) !important;
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
  border-right-color: rgb(250 204 21 / 1) !important;
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
  border-right-color: rgb(250 204 21 / 0.15) !important;
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
  border-right-color: rgb(250 204 21 / 0.2) !important;
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
  border-right-color: rgb(250 204 21 / 0.25) !important;
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
  border-right-color: rgb(250 204 21 / 0.3) !important;
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
  border-right-color: rgb(250 204 21 / 0.35) !important;
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
  border-right-color: rgb(250 204 21 / 0.4) !important;
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
  border-right-color: rgb(250 204 21 / 0.45) !important;
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
  border-right-color: rgb(250 204 21 / 0.05) !important;
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
  border-right-color: rgb(250 204 21 / 0.5) !important;
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
  border-right-color: rgb(250 204 21 / 0.55) !important;
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
  border-right-color: rgb(250 204 21 / 0.6) !important;
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
  border-right-color: rgb(250 204 21 / 0.65) !important;
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
  border-right-color: rgb(250 204 21 / 0.7) !important;
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
  border-right-color: rgb(250 204 21 / 0.75) !important;
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
  border-right-color: rgb(250 204 21 / 0.8) !important;
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
  border-right-color: rgb(250 204 21 / 0.85) !important;
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
  border-right-color: rgb(250 204 21 / 0.9) !important;
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
  border-right-color: rgb(250 204 21 / 0.95) !important;
}

.border-x-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0) !important;
  border-right-color: rgb(254 252 232 / 0) !important;
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1) !important;
  border-right-color: rgb(254 252 232 / 0.1) !important;
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1) !important;
  border-right-color: rgb(254 252 232 / 1) !important;
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15) !important;
  border-right-color: rgb(254 252 232 / 0.15) !important;
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2) !important;
  border-right-color: rgb(254 252 232 / 0.2) !important;
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25) !important;
  border-right-color: rgb(254 252 232 / 0.25) !important;
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3) !important;
  border-right-color: rgb(254 252 232 / 0.3) !important;
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35) !important;
  border-right-color: rgb(254 252 232 / 0.35) !important;
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4) !important;
  border-right-color: rgb(254 252 232 / 0.4) !important;
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45) !important;
  border-right-color: rgb(254 252 232 / 0.45) !important;
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05) !important;
  border-right-color: rgb(254 252 232 / 0.05) !important;
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5) !important;
  border-right-color: rgb(254 252 232 / 0.5) !important;
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55) !important;
  border-right-color: rgb(254 252 232 / 0.55) !important;
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6) !important;
  border-right-color: rgb(254 252 232 / 0.6) !important;
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65) !important;
  border-right-color: rgb(254 252 232 / 0.65) !important;
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7) !important;
  border-right-color: rgb(254 252 232 / 0.7) !important;
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75) !important;
  border-right-color: rgb(254 252 232 / 0.75) !important;
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8) !important;
  border-right-color: rgb(254 252 232 / 0.8) !important;
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85) !important;
  border-right-color: rgb(254 252 232 / 0.85) !important;
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9) !important;
  border-right-color: rgb(254 252 232 / 0.9) !important;
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95) !important;
  border-right-color: rgb(254 252 232 / 0.95) !important;
}

.border-x-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0) !important;
  border-right-color: rgb(234 179 8 / 0) !important;
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1) !important;
  border-right-color: rgb(234 179 8 / 0.1) !important;
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1) !important;
  border-right-color: rgb(234 179 8 / 1) !important;
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15) !important;
  border-right-color: rgb(234 179 8 / 0.15) !important;
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2) !important;
  border-right-color: rgb(234 179 8 / 0.2) !important;
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25) !important;
  border-right-color: rgb(234 179 8 / 0.25) !important;
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3) !important;
  border-right-color: rgb(234 179 8 / 0.3) !important;
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35) !important;
  border-right-color: rgb(234 179 8 / 0.35) !important;
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4) !important;
  border-right-color: rgb(234 179 8 / 0.4) !important;
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45) !important;
  border-right-color: rgb(234 179 8 / 0.45) !important;
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05) !important;
  border-right-color: rgb(234 179 8 / 0.05) !important;
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5) !important;
  border-right-color: rgb(234 179 8 / 0.5) !important;
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55) !important;
  border-right-color: rgb(234 179 8 / 0.55) !important;
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6) !important;
  border-right-color: rgb(234 179 8 / 0.6) !important;
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65) !important;
  border-right-color: rgb(234 179 8 / 0.65) !important;
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7) !important;
  border-right-color: rgb(234 179 8 / 0.7) !important;
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75) !important;
  border-right-color: rgb(234 179 8 / 0.75) !important;
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8) !important;
  border-right-color: rgb(234 179 8 / 0.8) !important;
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85) !important;
  border-right-color: rgb(234 179 8 / 0.85) !important;
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9) !important;
  border-right-color: rgb(234 179 8 / 0.9) !important;
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95) !important;
  border-right-color: rgb(234 179 8 / 0.95) !important;
}

.border-x-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0) !important;
  border-right-color: rgb(202 138 4 / 0) !important;
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1) !important;
  border-right-color: rgb(202 138 4 / 0.1) !important;
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1) !important;
  border-right-color: rgb(202 138 4 / 1) !important;
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15) !important;
  border-right-color: rgb(202 138 4 / 0.15) !important;
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2) !important;
  border-right-color: rgb(202 138 4 / 0.2) !important;
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25) !important;
  border-right-color: rgb(202 138 4 / 0.25) !important;
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3) !important;
  border-right-color: rgb(202 138 4 / 0.3) !important;
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35) !important;
  border-right-color: rgb(202 138 4 / 0.35) !important;
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4) !important;
  border-right-color: rgb(202 138 4 / 0.4) !important;
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45) !important;
  border-right-color: rgb(202 138 4 / 0.45) !important;
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05) !important;
  border-right-color: rgb(202 138 4 / 0.05) !important;
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5) !important;
  border-right-color: rgb(202 138 4 / 0.5) !important;
}

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55) !important;
  border-right-color: rgb(202 138 4 / 0.55) !important;
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6) !important;
  border-right-color: rgb(202 138 4 / 0.6) !important;
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65) !important;
  border-right-color: rgb(202 138 4 / 0.65) !important;
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7) !important;
  border-right-color: rgb(202 138 4 / 0.7) !important;
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75) !important;
  border-right-color: rgb(202 138 4 / 0.75) !important;
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8) !important;
  border-right-color: rgb(202 138 4 / 0.8) !important;
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85) !important;
  border-right-color: rgb(202 138 4 / 0.85) !important;
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9) !important;
  border-right-color: rgb(202 138 4 / 0.9) !important;
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95) !important;
  border-right-color: rgb(202 138 4 / 0.95) !important;
}

.border-x-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0) !important;
  border-right-color: rgb(161 98 7 / 0) !important;
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1) !important;
  border-right-color: rgb(161 98 7 / 0.1) !important;
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1) !important;
  border-right-color: rgb(161 98 7 / 1) !important;
}

.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15) !important;
  border-right-color: rgb(161 98 7 / 0.15) !important;
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2) !important;
  border-right-color: rgb(161 98 7 / 0.2) !important;
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25) !important;
  border-right-color: rgb(161 98 7 / 0.25) !important;
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3) !important;
  border-right-color: rgb(161 98 7 / 0.3) !important;
}

.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35) !important;
  border-right-color: rgb(161 98 7 / 0.35) !important;
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4) !important;
  border-right-color: rgb(161 98 7 / 0.4) !important;
}

.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45) !important;
  border-right-color: rgb(161 98 7 / 0.45) !important;
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05) !important;
  border-right-color: rgb(161 98 7 / 0.05) !important;
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5) !important;
  border-right-color: rgb(161 98 7 / 0.5) !important;
}

.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55) !important;
  border-right-color: rgb(161 98 7 / 0.55) !important;
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6) !important;
  border-right-color: rgb(161 98 7 / 0.6) !important;
}

.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65) !important;
  border-right-color: rgb(161 98 7 / 0.65) !important;
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7) !important;
  border-right-color: rgb(161 98 7 / 0.7) !important;
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75) !important;
  border-right-color: rgb(161 98 7 / 0.75) !important;
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8) !important;
  border-right-color: rgb(161 98 7 / 0.8) !important;
}

.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85) !important;
  border-right-color: rgb(161 98 7 / 0.85) !important;
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9) !important;
  border-right-color: rgb(161 98 7 / 0.9) !important;
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95) !important;
  border-right-color: rgb(161 98 7 / 0.95) !important;
}

.border-x-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
  border-right-color: rgb(133 77 14 / 0) !important;
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
  border-right-color: rgb(133 77 14 / 0.1) !important;
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
  border-right-color: rgb(133 77 14 / 1) !important;
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
  border-right-color: rgb(133 77 14 / 0.15) !important;
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
  border-right-color: rgb(133 77 14 / 0.2) !important;
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
  border-right-color: rgb(133 77 14 / 0.25) !important;
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
  border-right-color: rgb(133 77 14 / 0.3) !important;
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
  border-right-color: rgb(133 77 14 / 0.35) !important;
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
  border-right-color: rgb(133 77 14 / 0.4) !important;
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
  border-right-color: rgb(133 77 14 / 0.45) !important;
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
  border-right-color: rgb(133 77 14 / 0.05) !important;
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
  border-right-color: rgb(133 77 14 / 0.5) !important;
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
  border-right-color: rgb(133 77 14 / 0.55) !important;
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
  border-right-color: rgb(133 77 14 / 0.6) !important;
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
  border-right-color: rgb(133 77 14 / 0.65) !important;
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
  border-right-color: rgb(133 77 14 / 0.7) !important;
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
  border-right-color: rgb(133 77 14 / 0.75) !important;
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
  border-right-color: rgb(133 77 14 / 0.8) !important;
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
  border-right-color: rgb(133 77 14 / 0.85) !important;
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
  border-right-color: rgb(133 77 14 / 0.9) !important;
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
  border-right-color: rgb(133 77 14 / 0.95) !important;
}

.border-x-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0) !important;
  border-right-color: rgb(113 63 18 / 0) !important;
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1) !important;
  border-right-color: rgb(113 63 18 / 0.1) !important;
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1) !important;
  border-right-color: rgb(113 63 18 / 1) !important;
}

.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15) !important;
  border-right-color: rgb(113 63 18 / 0.15) !important;
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2) !important;
  border-right-color: rgb(113 63 18 / 0.2) !important;
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25) !important;
  border-right-color: rgb(113 63 18 / 0.25) !important;
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3) !important;
  border-right-color: rgb(113 63 18 / 0.3) !important;
}

.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35) !important;
  border-right-color: rgb(113 63 18 / 0.35) !important;
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4) !important;
  border-right-color: rgb(113 63 18 / 0.4) !important;
}

.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45) !important;
  border-right-color: rgb(113 63 18 / 0.45) !important;
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05) !important;
  border-right-color: rgb(113 63 18 / 0.05) !important;
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5) !important;
  border-right-color: rgb(113 63 18 / 0.5) !important;
}

.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55) !important;
  border-right-color: rgb(113 63 18 / 0.55) !important;
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6) !important;
  border-right-color: rgb(113 63 18 / 0.6) !important;
}

.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65) !important;
  border-right-color: rgb(113 63 18 / 0.65) !important;
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7) !important;
  border-right-color: rgb(113 63 18 / 0.7) !important;
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75) !important;
  border-right-color: rgb(113 63 18 / 0.75) !important;
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8) !important;
  border-right-color: rgb(113 63 18 / 0.8) !important;
}

.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85) !important;
  border-right-color: rgb(113 63 18 / 0.85) !important;
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9) !important;
  border-right-color: rgb(113 63 18 / 0.9) !important;
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95) !important;
  border-right-color: rgb(113 63 18 / 0.95) !important;
}

.border-x-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0) !important;
  border-right-color: rgb(66 32 6 / 0) !important;
}

.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1) !important;
  border-right-color: rgb(66 32 6 / 0.1) !important;
}

.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1) !important;
  border-right-color: rgb(66 32 6 / 1) !important;
}

.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15) !important;
  border-right-color: rgb(66 32 6 / 0.15) !important;
}

.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2) !important;
  border-right-color: rgb(66 32 6 / 0.2) !important;
}

.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25) !important;
  border-right-color: rgb(66 32 6 / 0.25) !important;
}

.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3) !important;
  border-right-color: rgb(66 32 6 / 0.3) !important;
}

.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35) !important;
  border-right-color: rgb(66 32 6 / 0.35) !important;
}

.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4) !important;
  border-right-color: rgb(66 32 6 / 0.4) !important;
}

.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45) !important;
  border-right-color: rgb(66 32 6 / 0.45) !important;
}

.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05) !important;
  border-right-color: rgb(66 32 6 / 0.05) !important;
}

.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5) !important;
  border-right-color: rgb(66 32 6 / 0.5) !important;
}

.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55) !important;
  border-right-color: rgb(66 32 6 / 0.55) !important;
}

.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6) !important;
  border-right-color: rgb(66 32 6 / 0.6) !important;
}

.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65) !important;
  border-right-color: rgb(66 32 6 / 0.65) !important;
}

.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7) !important;
  border-right-color: rgb(66 32 6 / 0.7) !important;
}

.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75) !important;
  border-right-color: rgb(66 32 6 / 0.75) !important;
}

.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8) !important;
  border-right-color: rgb(66 32 6 / 0.8) !important;
}

.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85) !important;
  border-right-color: rgb(66 32 6 / 0.85) !important;
}

.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9) !important;
  border-right-color: rgb(66 32 6 / 0.9) !important;
}

.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95) !important;
  border-right-color: rgb(66 32 6 / 0.95) !important;
}

.border-x-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-100\/0 {
  border-left-color: rgb(244 244 245 / 0) !important;
  border-right-color: rgb(244 244 245 / 0) !important;
}

.border-x-zinc-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1) !important;
  border-right-color: rgb(244 244 245 / 0.1) !important;
}

.border-x-zinc-100\/100 {
  border-left-color: rgb(244 244 245 / 1) !important;
  border-right-color: rgb(244 244 245 / 1) !important;
}

.border-x-zinc-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15) !important;
  border-right-color: rgb(244 244 245 / 0.15) !important;
}

.border-x-zinc-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2) !important;
  border-right-color: rgb(244 244 245 / 0.2) !important;
}

.border-x-zinc-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25) !important;
  border-right-color: rgb(244 244 245 / 0.25) !important;
}

.border-x-zinc-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3) !important;
  border-right-color: rgb(244 244 245 / 0.3) !important;
}

.border-x-zinc-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35) !important;
  border-right-color: rgb(244 244 245 / 0.35) !important;
}

.border-x-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4) !important;
  border-right-color: rgb(244 244 245 / 0.4) !important;
}

.border-x-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45) !important;
  border-right-color: rgb(244 244 245 / 0.45) !important;
}

.border-x-zinc-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05) !important;
  border-right-color: rgb(244 244 245 / 0.05) !important;
}

.border-x-zinc-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5) !important;
  border-right-color: rgb(244 244 245 / 0.5) !important;
}

.border-x-zinc-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55) !important;
  border-right-color: rgb(244 244 245 / 0.55) !important;
}

.border-x-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6) !important;
  border-right-color: rgb(244 244 245 / 0.6) !important;
}

.border-x-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65) !important;
  border-right-color: rgb(244 244 245 / 0.65) !important;
}

.border-x-zinc-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7) !important;
  border-right-color: rgb(244 244 245 / 0.7) !important;
}

.border-x-zinc-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75) !important;
  border-right-color: rgb(244 244 245 / 0.75) !important;
}

.border-x-zinc-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8) !important;
  border-right-color: rgb(244 244 245 / 0.8) !important;
}

.border-x-zinc-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85) !important;
  border-right-color: rgb(244 244 245 / 0.85) !important;
}

.border-x-zinc-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9) !important;
  border-right-color: rgb(244 244 245 / 0.9) !important;
}

.border-x-zinc-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95) !important;
  border-right-color: rgb(244 244 245 / 0.95) !important;
}

.border-x-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-200\/0 {
  border-left-color: rgb(228 228 231 / 0) !important;
  border-right-color: rgb(228 228 231 / 0) !important;
}

.border-x-zinc-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1) !important;
  border-right-color: rgb(228 228 231 / 0.1) !important;
}

.border-x-zinc-200\/100 {
  border-left-color: rgb(228 228 231 / 1) !important;
  border-right-color: rgb(228 228 231 / 1) !important;
}

.border-x-zinc-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15) !important;
  border-right-color: rgb(228 228 231 / 0.15) !important;
}

.border-x-zinc-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2) !important;
  border-right-color: rgb(228 228 231 / 0.2) !important;
}

.border-x-zinc-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25) !important;
  border-right-color: rgb(228 228 231 / 0.25) !important;
}

.border-x-zinc-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3) !important;
  border-right-color: rgb(228 228 231 / 0.3) !important;
}

.border-x-zinc-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35) !important;
  border-right-color: rgb(228 228 231 / 0.35) !important;
}

.border-x-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4) !important;
  border-right-color: rgb(228 228 231 / 0.4) !important;
}

.border-x-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45) !important;
  border-right-color: rgb(228 228 231 / 0.45) !important;
}

.border-x-zinc-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05) !important;
  border-right-color: rgb(228 228 231 / 0.05) !important;
}

.border-x-zinc-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5) !important;
  border-right-color: rgb(228 228 231 / 0.5) !important;
}

.border-x-zinc-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55) !important;
  border-right-color: rgb(228 228 231 / 0.55) !important;
}

.border-x-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6) !important;
  border-right-color: rgb(228 228 231 / 0.6) !important;
}

.border-x-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65) !important;
  border-right-color: rgb(228 228 231 / 0.65) !important;
}

.border-x-zinc-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7) !important;
  border-right-color: rgb(228 228 231 / 0.7) !important;
}

.border-x-zinc-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75) !important;
  border-right-color: rgb(228 228 231 / 0.75) !important;
}

.border-x-zinc-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8) !important;
  border-right-color: rgb(228 228 231 / 0.8) !important;
}

.border-x-zinc-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85) !important;
  border-right-color: rgb(228 228 231 / 0.85) !important;
}

.border-x-zinc-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9) !important;
  border-right-color: rgb(228 228 231 / 0.9) !important;
}

.border-x-zinc-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95) !important;
  border-right-color: rgb(228 228 231 / 0.95) !important;
}

.border-x-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-300\/0 {
  border-left-color: rgb(212 212 216 / 0) !important;
  border-right-color: rgb(212 212 216 / 0) !important;
}

.border-x-zinc-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1) !important;
  border-right-color: rgb(212 212 216 / 0.1) !important;
}

.border-x-zinc-300\/100 {
  border-left-color: rgb(212 212 216 / 1) !important;
  border-right-color: rgb(212 212 216 / 1) !important;
}

.border-x-zinc-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15) !important;
  border-right-color: rgb(212 212 216 / 0.15) !important;
}

.border-x-zinc-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2) !important;
  border-right-color: rgb(212 212 216 / 0.2) !important;
}

.border-x-zinc-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25) !important;
  border-right-color: rgb(212 212 216 / 0.25) !important;
}

.border-x-zinc-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3) !important;
  border-right-color: rgb(212 212 216 / 0.3) !important;
}

.border-x-zinc-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35) !important;
  border-right-color: rgb(212 212 216 / 0.35) !important;
}

.border-x-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4) !important;
  border-right-color: rgb(212 212 216 / 0.4) !important;
}

.border-x-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45) !important;
  border-right-color: rgb(212 212 216 / 0.45) !important;
}

.border-x-zinc-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05) !important;
  border-right-color: rgb(212 212 216 / 0.05) !important;
}

.border-x-zinc-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5) !important;
  border-right-color: rgb(212 212 216 / 0.5) !important;
}

.border-x-zinc-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55) !important;
  border-right-color: rgb(212 212 216 / 0.55) !important;
}

.border-x-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6) !important;
  border-right-color: rgb(212 212 216 / 0.6) !important;
}

.border-x-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65) !important;
  border-right-color: rgb(212 212 216 / 0.65) !important;
}

.border-x-zinc-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7) !important;
  border-right-color: rgb(212 212 216 / 0.7) !important;
}

.border-x-zinc-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75) !important;
  border-right-color: rgb(212 212 216 / 0.75) !important;
}

.border-x-zinc-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8) !important;
  border-right-color: rgb(212 212 216 / 0.8) !important;
}

.border-x-zinc-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85) !important;
  border-right-color: rgb(212 212 216 / 0.85) !important;
}

.border-x-zinc-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9) !important;
  border-right-color: rgb(212 212 216 / 0.9) !important;
}

.border-x-zinc-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95) !important;
  border-right-color: rgb(212 212 216 / 0.95) !important;
}

.border-x-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-400\/0 {
  border-left-color: rgb(161 161 170 / 0) !important;
  border-right-color: rgb(161 161 170 / 0) !important;
}

.border-x-zinc-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1) !important;
  border-right-color: rgb(161 161 170 / 0.1) !important;
}

.border-x-zinc-400\/100 {
  border-left-color: rgb(161 161 170 / 1) !important;
  border-right-color: rgb(161 161 170 / 1) !important;
}

.border-x-zinc-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15) !important;
  border-right-color: rgb(161 161 170 / 0.15) !important;
}

.border-x-zinc-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2) !important;
  border-right-color: rgb(161 161 170 / 0.2) !important;
}

.border-x-zinc-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25) !important;
  border-right-color: rgb(161 161 170 / 0.25) !important;
}

.border-x-zinc-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3) !important;
  border-right-color: rgb(161 161 170 / 0.3) !important;
}

.border-x-zinc-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35) !important;
  border-right-color: rgb(161 161 170 / 0.35) !important;
}

.border-x-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4) !important;
  border-right-color: rgb(161 161 170 / 0.4) !important;
}

.border-x-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45) !important;
  border-right-color: rgb(161 161 170 / 0.45) !important;
}

.border-x-zinc-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05) !important;
  border-right-color: rgb(161 161 170 / 0.05) !important;
}

.border-x-zinc-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5) !important;
  border-right-color: rgb(161 161 170 / 0.5) !important;
}

.border-x-zinc-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55) !important;
  border-right-color: rgb(161 161 170 / 0.55) !important;
}

.border-x-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6) !important;
  border-right-color: rgb(161 161 170 / 0.6) !important;
}

.border-x-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65) !important;
  border-right-color: rgb(161 161 170 / 0.65) !important;
}

.border-x-zinc-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7) !important;
  border-right-color: rgb(161 161 170 / 0.7) !important;
}

.border-x-zinc-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75) !important;
  border-right-color: rgb(161 161 170 / 0.75) !important;
}

.border-x-zinc-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8) !important;
  border-right-color: rgb(161 161 170 / 0.8) !important;
}

.border-x-zinc-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85) !important;
  border-right-color: rgb(161 161 170 / 0.85) !important;
}

.border-x-zinc-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9) !important;
  border-right-color: rgb(161 161 170 / 0.9) !important;
}

.border-x-zinc-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95) !important;
  border-right-color: rgb(161 161 170 / 0.95) !important;
}

.border-x-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-50\/0 {
  border-left-color: rgb(250 250 250 / 0) !important;
  border-right-color: rgb(250 250 250 / 0) !important;
}

.border-x-zinc-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1) !important;
  border-right-color: rgb(250 250 250 / 0.1) !important;
}

.border-x-zinc-50\/100 {
  border-left-color: rgb(250 250 250 / 1) !important;
  border-right-color: rgb(250 250 250 / 1) !important;
}

.border-x-zinc-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15) !important;
  border-right-color: rgb(250 250 250 / 0.15) !important;
}

.border-x-zinc-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2) !important;
  border-right-color: rgb(250 250 250 / 0.2) !important;
}

.border-x-zinc-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25) !important;
  border-right-color: rgb(250 250 250 / 0.25) !important;
}

.border-x-zinc-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3) !important;
  border-right-color: rgb(250 250 250 / 0.3) !important;
}

.border-x-zinc-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35) !important;
  border-right-color: rgb(250 250 250 / 0.35) !important;
}

.border-x-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4) !important;
  border-right-color: rgb(250 250 250 / 0.4) !important;
}

.border-x-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45) !important;
  border-right-color: rgb(250 250 250 / 0.45) !important;
}

.border-x-zinc-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05) !important;
  border-right-color: rgb(250 250 250 / 0.05) !important;
}

.border-x-zinc-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5) !important;
  border-right-color: rgb(250 250 250 / 0.5) !important;
}

.border-x-zinc-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55) !important;
  border-right-color: rgb(250 250 250 / 0.55) !important;
}

.border-x-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6) !important;
  border-right-color: rgb(250 250 250 / 0.6) !important;
}

.border-x-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65) !important;
  border-right-color: rgb(250 250 250 / 0.65) !important;
}

.border-x-zinc-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7) !important;
  border-right-color: rgb(250 250 250 / 0.7) !important;
}

.border-x-zinc-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75) !important;
  border-right-color: rgb(250 250 250 / 0.75) !important;
}

.border-x-zinc-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8) !important;
  border-right-color: rgb(250 250 250 / 0.8) !important;
}

.border-x-zinc-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85) !important;
  border-right-color: rgb(250 250 250 / 0.85) !important;
}

.border-x-zinc-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9) !important;
  border-right-color: rgb(250 250 250 / 0.9) !important;
}

.border-x-zinc-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95) !important;
  border-right-color: rgb(250 250 250 / 0.95) !important;
}

.border-x-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-500\/0 {
  border-left-color: rgb(113 113 122 / 0) !important;
  border-right-color: rgb(113 113 122 / 0) !important;
}

.border-x-zinc-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1) !important;
  border-right-color: rgb(113 113 122 / 0.1) !important;
}

.border-x-zinc-500\/100 {
  border-left-color: rgb(113 113 122 / 1) !important;
  border-right-color: rgb(113 113 122 / 1) !important;
}

.border-x-zinc-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15) !important;
  border-right-color: rgb(113 113 122 / 0.15) !important;
}

.border-x-zinc-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2) !important;
  border-right-color: rgb(113 113 122 / 0.2) !important;
}

.border-x-zinc-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25) !important;
  border-right-color: rgb(113 113 122 / 0.25) !important;
}

.border-x-zinc-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3) !important;
  border-right-color: rgb(113 113 122 / 0.3) !important;
}

.border-x-zinc-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35) !important;
  border-right-color: rgb(113 113 122 / 0.35) !important;
}

.border-x-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4) !important;
  border-right-color: rgb(113 113 122 / 0.4) !important;
}

.border-x-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45) !important;
  border-right-color: rgb(113 113 122 / 0.45) !important;
}

.border-x-zinc-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05) !important;
  border-right-color: rgb(113 113 122 / 0.05) !important;
}

.border-x-zinc-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5) !important;
  border-right-color: rgb(113 113 122 / 0.5) !important;
}

.border-x-zinc-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55) !important;
  border-right-color: rgb(113 113 122 / 0.55) !important;
}

.border-x-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6) !important;
  border-right-color: rgb(113 113 122 / 0.6) !important;
}

.border-x-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65) !important;
  border-right-color: rgb(113 113 122 / 0.65) !important;
}

.border-x-zinc-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7) !important;
  border-right-color: rgb(113 113 122 / 0.7) !important;
}

.border-x-zinc-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75) !important;
  border-right-color: rgb(113 113 122 / 0.75) !important;
}

.border-x-zinc-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8) !important;
  border-right-color: rgb(113 113 122 / 0.8) !important;
}

.border-x-zinc-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85) !important;
  border-right-color: rgb(113 113 122 / 0.85) !important;
}

.border-x-zinc-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9) !important;
  border-right-color: rgb(113 113 122 / 0.9) !important;
}

.border-x-zinc-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95) !important;
  border-right-color: rgb(113 113 122 / 0.95) !important;
}

.border-x-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-600\/0 {
  border-left-color: rgb(82 82 91 / 0) !important;
  border-right-color: rgb(82 82 91 / 0) !important;
}

.border-x-zinc-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1) !important;
  border-right-color: rgb(82 82 91 / 0.1) !important;
}

.border-x-zinc-600\/100 {
  border-left-color: rgb(82 82 91 / 1) !important;
  border-right-color: rgb(82 82 91 / 1) !important;
}

.border-x-zinc-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15) !important;
  border-right-color: rgb(82 82 91 / 0.15) !important;
}

.border-x-zinc-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2) !important;
  border-right-color: rgb(82 82 91 / 0.2) !important;
}

.border-x-zinc-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25) !important;
  border-right-color: rgb(82 82 91 / 0.25) !important;
}

.border-x-zinc-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3) !important;
  border-right-color: rgb(82 82 91 / 0.3) !important;
}

.border-x-zinc-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35) !important;
  border-right-color: rgb(82 82 91 / 0.35) !important;
}

.border-x-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4) !important;
  border-right-color: rgb(82 82 91 / 0.4) !important;
}

.border-x-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45) !important;
  border-right-color: rgb(82 82 91 / 0.45) !important;
}

.border-x-zinc-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05) !important;
  border-right-color: rgb(82 82 91 / 0.05) !important;
}

.border-x-zinc-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5) !important;
  border-right-color: rgb(82 82 91 / 0.5) !important;
}

.border-x-zinc-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55) !important;
  border-right-color: rgb(82 82 91 / 0.55) !important;
}

.border-x-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6) !important;
  border-right-color: rgb(82 82 91 / 0.6) !important;
}

.border-x-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65) !important;
  border-right-color: rgb(82 82 91 / 0.65) !important;
}

.border-x-zinc-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7) !important;
  border-right-color: rgb(82 82 91 / 0.7) !important;
}

.border-x-zinc-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75) !important;
  border-right-color: rgb(82 82 91 / 0.75) !important;
}

.border-x-zinc-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8) !important;
  border-right-color: rgb(82 82 91 / 0.8) !important;
}

.border-x-zinc-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85) !important;
  border-right-color: rgb(82 82 91 / 0.85) !important;
}

.border-x-zinc-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9) !important;
  border-right-color: rgb(82 82 91 / 0.9) !important;
}

.border-x-zinc-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95) !important;
  border-right-color: rgb(82 82 91 / 0.95) !important;
}

.border-x-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-700\/0 {
  border-left-color: rgb(63 63 70 / 0) !important;
  border-right-color: rgb(63 63 70 / 0) !important;
}

.border-x-zinc-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1) !important;
  border-right-color: rgb(63 63 70 / 0.1) !important;
}

.border-x-zinc-700\/100 {
  border-left-color: rgb(63 63 70 / 1) !important;
  border-right-color: rgb(63 63 70 / 1) !important;
}

.border-x-zinc-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15) !important;
  border-right-color: rgb(63 63 70 / 0.15) !important;
}

.border-x-zinc-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2) !important;
  border-right-color: rgb(63 63 70 / 0.2) !important;
}

.border-x-zinc-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25) !important;
  border-right-color: rgb(63 63 70 / 0.25) !important;
}

.border-x-zinc-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3) !important;
  border-right-color: rgb(63 63 70 / 0.3) !important;
}

.border-x-zinc-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35) !important;
  border-right-color: rgb(63 63 70 / 0.35) !important;
}

.border-x-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4) !important;
  border-right-color: rgb(63 63 70 / 0.4) !important;
}

.border-x-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45) !important;
  border-right-color: rgb(63 63 70 / 0.45) !important;
}

.border-x-zinc-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05) !important;
  border-right-color: rgb(63 63 70 / 0.05) !important;
}

.border-x-zinc-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5) !important;
  border-right-color: rgb(63 63 70 / 0.5) !important;
}

.border-x-zinc-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55) !important;
  border-right-color: rgb(63 63 70 / 0.55) !important;
}

.border-x-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6) !important;
  border-right-color: rgb(63 63 70 / 0.6) !important;
}

.border-x-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65) !important;
  border-right-color: rgb(63 63 70 / 0.65) !important;
}

.border-x-zinc-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7) !important;
  border-right-color: rgb(63 63 70 / 0.7) !important;
}

.border-x-zinc-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75) !important;
  border-right-color: rgb(63 63 70 / 0.75) !important;
}

.border-x-zinc-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8) !important;
  border-right-color: rgb(63 63 70 / 0.8) !important;
}

.border-x-zinc-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85) !important;
  border-right-color: rgb(63 63 70 / 0.85) !important;
}

.border-x-zinc-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9) !important;
  border-right-color: rgb(63 63 70 / 0.9) !important;
}

.border-x-zinc-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95) !important;
  border-right-color: rgb(63 63 70 / 0.95) !important;
}

.border-x-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-800\/0 {
  border-left-color: rgb(39 39 42 / 0) !important;
  border-right-color: rgb(39 39 42 / 0) !important;
}

.border-x-zinc-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1) !important;
  border-right-color: rgb(39 39 42 / 0.1) !important;
}

.border-x-zinc-800\/100 {
  border-left-color: rgb(39 39 42 / 1) !important;
  border-right-color: rgb(39 39 42 / 1) !important;
}

.border-x-zinc-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15) !important;
  border-right-color: rgb(39 39 42 / 0.15) !important;
}

.border-x-zinc-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2) !important;
  border-right-color: rgb(39 39 42 / 0.2) !important;
}

.border-x-zinc-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25) !important;
  border-right-color: rgb(39 39 42 / 0.25) !important;
}

.border-x-zinc-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3) !important;
  border-right-color: rgb(39 39 42 / 0.3) !important;
}

.border-x-zinc-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35) !important;
  border-right-color: rgb(39 39 42 / 0.35) !important;
}

.border-x-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4) !important;
  border-right-color: rgb(39 39 42 / 0.4) !important;
}

.border-x-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45) !important;
  border-right-color: rgb(39 39 42 / 0.45) !important;
}

.border-x-zinc-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05) !important;
  border-right-color: rgb(39 39 42 / 0.05) !important;
}

.border-x-zinc-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5) !important;
  border-right-color: rgb(39 39 42 / 0.5) !important;
}

.border-x-zinc-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55) !important;
  border-right-color: rgb(39 39 42 / 0.55) !important;
}

.border-x-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6) !important;
  border-right-color: rgb(39 39 42 / 0.6) !important;
}

.border-x-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65) !important;
  border-right-color: rgb(39 39 42 / 0.65) !important;
}

.border-x-zinc-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7) !important;
  border-right-color: rgb(39 39 42 / 0.7) !important;
}

.border-x-zinc-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75) !important;
  border-right-color: rgb(39 39 42 / 0.75) !important;
}

.border-x-zinc-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8) !important;
  border-right-color: rgb(39 39 42 / 0.8) !important;
}

.border-x-zinc-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85) !important;
  border-right-color: rgb(39 39 42 / 0.85) !important;
}

.border-x-zinc-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9) !important;
  border-right-color: rgb(39 39 42 / 0.9) !important;
}

.border-x-zinc-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95) !important;
  border-right-color: rgb(39 39 42 / 0.95) !important;
}

.border-x-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-900\/0 {
  border-left-color: rgb(24 24 27 / 0) !important;
  border-right-color: rgb(24 24 27 / 0) !important;
}

.border-x-zinc-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1) !important;
  border-right-color: rgb(24 24 27 / 0.1) !important;
}

.border-x-zinc-900\/100 {
  border-left-color: rgb(24 24 27 / 1) !important;
  border-right-color: rgb(24 24 27 / 1) !important;
}

.border-x-zinc-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15) !important;
  border-right-color: rgb(24 24 27 / 0.15) !important;
}

.border-x-zinc-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2) !important;
  border-right-color: rgb(24 24 27 / 0.2) !important;
}

.border-x-zinc-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25) !important;
  border-right-color: rgb(24 24 27 / 0.25) !important;
}

.border-x-zinc-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3) !important;
  border-right-color: rgb(24 24 27 / 0.3) !important;
}

.border-x-zinc-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35) !important;
  border-right-color: rgb(24 24 27 / 0.35) !important;
}

.border-x-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4) !important;
  border-right-color: rgb(24 24 27 / 0.4) !important;
}

.border-x-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45) !important;
  border-right-color: rgb(24 24 27 / 0.45) !important;
}

.border-x-zinc-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05) !important;
  border-right-color: rgb(24 24 27 / 0.05) !important;
}

.border-x-zinc-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5) !important;
  border-right-color: rgb(24 24 27 / 0.5) !important;
}

.border-x-zinc-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55) !important;
  border-right-color: rgb(24 24 27 / 0.55) !important;
}

.border-x-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6) !important;
  border-right-color: rgb(24 24 27 / 0.6) !important;
}

.border-x-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65) !important;
  border-right-color: rgb(24 24 27 / 0.65) !important;
}

.border-x-zinc-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7) !important;
  border-right-color: rgb(24 24 27 / 0.7) !important;
}

.border-x-zinc-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75) !important;
  border-right-color: rgb(24 24 27 / 0.75) !important;
}

.border-x-zinc-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8) !important;
  border-right-color: rgb(24 24 27 / 0.8) !important;
}

.border-x-zinc-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85) !important;
  border-right-color: rgb(24 24 27 / 0.85) !important;
}

.border-x-zinc-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9) !important;
  border-right-color: rgb(24 24 27 / 0.9) !important;
}

.border-x-zinc-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95) !important;
  border-right-color: rgb(24 24 27 / 0.95) !important;
}

.border-x-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-x-zinc-950\/0 {
  border-left-color: rgb(9 9 11 / 0) !important;
  border-right-color: rgb(9 9 11 / 0) !important;
}

.border-x-zinc-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1) !important;
  border-right-color: rgb(9 9 11 / 0.1) !important;
}

.border-x-zinc-950\/100 {
  border-left-color: rgb(9 9 11 / 1) !important;
  border-right-color: rgb(9 9 11 / 1) !important;
}

.border-x-zinc-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15) !important;
  border-right-color: rgb(9 9 11 / 0.15) !important;
}

.border-x-zinc-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2) !important;
  border-right-color: rgb(9 9 11 / 0.2) !important;
}

.border-x-zinc-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25) !important;
  border-right-color: rgb(9 9 11 / 0.25) !important;
}

.border-x-zinc-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3) !important;
  border-right-color: rgb(9 9 11 / 0.3) !important;
}

.border-x-zinc-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35) !important;
  border-right-color: rgb(9 9 11 / 0.35) !important;
}

.border-x-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4) !important;
  border-right-color: rgb(9 9 11 / 0.4) !important;
}

.border-x-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45) !important;
  border-right-color: rgb(9 9 11 / 0.45) !important;
}

.border-x-zinc-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05) !important;
  border-right-color: rgb(9 9 11 / 0.05) !important;
}

.border-x-zinc-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5) !important;
  border-right-color: rgb(9 9 11 / 0.5) !important;
}

.border-x-zinc-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55) !important;
  border-right-color: rgb(9 9 11 / 0.55) !important;
}

.border-x-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6) !important;
  border-right-color: rgb(9 9 11 / 0.6) !important;
}

.border-x-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65) !important;
  border-right-color: rgb(9 9 11 / 0.65) !important;
}

.border-x-zinc-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7) !important;
  border-right-color: rgb(9 9 11 / 0.7) !important;
}

.border-x-zinc-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75) !important;
  border-right-color: rgb(9 9 11 / 0.75) !important;
}

.border-x-zinc-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8) !important;
  border-right-color: rgb(9 9 11 / 0.8) !important;
}

.border-x-zinc-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85) !important;
  border-right-color: rgb(9 9 11 / 0.85) !important;
}

.border-x-zinc-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9) !important;
  border-right-color: rgb(9 9 11 / 0.9) !important;
}

.border-x-zinc-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95) !important;
  border-right-color: rgb(9 9 11 / 0.95) !important;
}

.border-y-amber-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-100\/0 {
  border-top-color: rgb(254 243 199 / 0) !important;
  border-bottom-color: rgb(254 243 199 / 0) !important;
}

.border-y-amber-100\/10 {
  border-top-color: rgb(254 243 199 / 0.1) !important;
  border-bottom-color: rgb(254 243 199 / 0.1) !important;
}

.border-y-amber-100\/100 {
  border-top-color: rgb(254 243 199 / 1) !important;
  border-bottom-color: rgb(254 243 199 / 1) !important;
}

.border-y-amber-100\/15 {
  border-top-color: rgb(254 243 199 / 0.15) !important;
  border-bottom-color: rgb(254 243 199 / 0.15) !important;
}

.border-y-amber-100\/20 {
  border-top-color: rgb(254 243 199 / 0.2) !important;
  border-bottom-color: rgb(254 243 199 / 0.2) !important;
}

.border-y-amber-100\/25 {
  border-top-color: rgb(254 243 199 / 0.25) !important;
  border-bottom-color: rgb(254 243 199 / 0.25) !important;
}

.border-y-amber-100\/30 {
  border-top-color: rgb(254 243 199 / 0.3) !important;
  border-bottom-color: rgb(254 243 199 / 0.3) !important;
}

.border-y-amber-100\/35 {
  border-top-color: rgb(254 243 199 / 0.35) !important;
  border-bottom-color: rgb(254 243 199 / 0.35) !important;
}

.border-y-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4) !important;
  border-bottom-color: rgb(254 243 199 / 0.4) !important;
}

.border-y-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45) !important;
  border-bottom-color: rgb(254 243 199 / 0.45) !important;
}

.border-y-amber-100\/5 {
  border-top-color: rgb(254 243 199 / 0.05) !important;
  border-bottom-color: rgb(254 243 199 / 0.05) !important;
}

.border-y-amber-100\/50 {
  border-top-color: rgb(254 243 199 / 0.5) !important;
  border-bottom-color: rgb(254 243 199 / 0.5) !important;
}

.border-y-amber-100\/55 {
  border-top-color: rgb(254 243 199 / 0.55) !important;
  border-bottom-color: rgb(254 243 199 / 0.55) !important;
}

.border-y-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6) !important;
  border-bottom-color: rgb(254 243 199 / 0.6) !important;
}

.border-y-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65) !important;
  border-bottom-color: rgb(254 243 199 / 0.65) !important;
}

.border-y-amber-100\/70 {
  border-top-color: rgb(254 243 199 / 0.7) !important;
  border-bottom-color: rgb(254 243 199 / 0.7) !important;
}

.border-y-amber-100\/75 {
  border-top-color: rgb(254 243 199 / 0.75) !important;
  border-bottom-color: rgb(254 243 199 / 0.75) !important;
}

.border-y-amber-100\/80 {
  border-top-color: rgb(254 243 199 / 0.8) !important;
  border-bottom-color: rgb(254 243 199 / 0.8) !important;
}

.border-y-amber-100\/85 {
  border-top-color: rgb(254 243 199 / 0.85) !important;
  border-bottom-color: rgb(254 243 199 / 0.85) !important;
}

.border-y-amber-100\/90 {
  border-top-color: rgb(254 243 199 / 0.9) !important;
  border-bottom-color: rgb(254 243 199 / 0.9) !important;
}

.border-y-amber-100\/95 {
  border-top-color: rgb(254 243 199 / 0.95) !important;
  border-bottom-color: rgb(254 243 199 / 0.95) !important;
}

.border-y-amber-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-200\/0 {
  border-top-color: rgb(253 230 138 / 0) !important;
  border-bottom-color: rgb(253 230 138 / 0) !important;
}

.border-y-amber-200\/10 {
  border-top-color: rgb(253 230 138 / 0.1) !important;
  border-bottom-color: rgb(253 230 138 / 0.1) !important;
}

.border-y-amber-200\/100 {
  border-top-color: rgb(253 230 138 / 1) !important;
  border-bottom-color: rgb(253 230 138 / 1) !important;
}

.border-y-amber-200\/15 {
  border-top-color: rgb(253 230 138 / 0.15) !important;
  border-bottom-color: rgb(253 230 138 / 0.15) !important;
}

.border-y-amber-200\/20 {
  border-top-color: rgb(253 230 138 / 0.2) !important;
  border-bottom-color: rgb(253 230 138 / 0.2) !important;
}

.border-y-amber-200\/25 {
  border-top-color: rgb(253 230 138 / 0.25) !important;
  border-bottom-color: rgb(253 230 138 / 0.25) !important;
}

.border-y-amber-200\/30 {
  border-top-color: rgb(253 230 138 / 0.3) !important;
  border-bottom-color: rgb(253 230 138 / 0.3) !important;
}

.border-y-amber-200\/35 {
  border-top-color: rgb(253 230 138 / 0.35) !important;
  border-bottom-color: rgb(253 230 138 / 0.35) !important;
}

.border-y-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4) !important;
  border-bottom-color: rgb(253 230 138 / 0.4) !important;
}

.border-y-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45) !important;
  border-bottom-color: rgb(253 230 138 / 0.45) !important;
}

.border-y-amber-200\/5 {
  border-top-color: rgb(253 230 138 / 0.05) !important;
  border-bottom-color: rgb(253 230 138 / 0.05) !important;
}

.border-y-amber-200\/50 {
  border-top-color: rgb(253 230 138 / 0.5) !important;
  border-bottom-color: rgb(253 230 138 / 0.5) !important;
}

.border-y-amber-200\/55 {
  border-top-color: rgb(253 230 138 / 0.55) !important;
  border-bottom-color: rgb(253 230 138 / 0.55) !important;
}

.border-y-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6) !important;
  border-bottom-color: rgb(253 230 138 / 0.6) !important;
}

.border-y-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65) !important;
  border-bottom-color: rgb(253 230 138 / 0.65) !important;
}

.border-y-amber-200\/70 {
  border-top-color: rgb(253 230 138 / 0.7) !important;
  border-bottom-color: rgb(253 230 138 / 0.7) !important;
}

.border-y-amber-200\/75 {
  border-top-color: rgb(253 230 138 / 0.75) !important;
  border-bottom-color: rgb(253 230 138 / 0.75) !important;
}

.border-y-amber-200\/80 {
  border-top-color: rgb(253 230 138 / 0.8) !important;
  border-bottom-color: rgb(253 230 138 / 0.8) !important;
}

.border-y-amber-200\/85 {
  border-top-color: rgb(253 230 138 / 0.85) !important;
  border-bottom-color: rgb(253 230 138 / 0.85) !important;
}

.border-y-amber-200\/90 {
  border-top-color: rgb(253 230 138 / 0.9) !important;
  border-bottom-color: rgb(253 230 138 / 0.9) !important;
}

.border-y-amber-200\/95 {
  border-top-color: rgb(253 230 138 / 0.95) !important;
  border-bottom-color: rgb(253 230 138 / 0.95) !important;
}

.border-y-amber-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-300\/0 {
  border-top-color: rgb(252 211 77 / 0) !important;
  border-bottom-color: rgb(252 211 77 / 0) !important;
}

.border-y-amber-300\/10 {
  border-top-color: rgb(252 211 77 / 0.1) !important;
  border-bottom-color: rgb(252 211 77 / 0.1) !important;
}

.border-y-amber-300\/100 {
  border-top-color: rgb(252 211 77 / 1) !important;
  border-bottom-color: rgb(252 211 77 / 1) !important;
}

.border-y-amber-300\/15 {
  border-top-color: rgb(252 211 77 / 0.15) !important;
  border-bottom-color: rgb(252 211 77 / 0.15) !important;
}

.border-y-amber-300\/20 {
  border-top-color: rgb(252 211 77 / 0.2) !important;
  border-bottom-color: rgb(252 211 77 / 0.2) !important;
}

.border-y-amber-300\/25 {
  border-top-color: rgb(252 211 77 / 0.25) !important;
  border-bottom-color: rgb(252 211 77 / 0.25) !important;
}

.border-y-amber-300\/30 {
  border-top-color: rgb(252 211 77 / 0.3) !important;
  border-bottom-color: rgb(252 211 77 / 0.3) !important;
}

.border-y-amber-300\/35 {
  border-top-color: rgb(252 211 77 / 0.35) !important;
  border-bottom-color: rgb(252 211 77 / 0.35) !important;
}

.border-y-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4) !important;
  border-bottom-color: rgb(252 211 77 / 0.4) !important;
}

.border-y-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45) !important;
  border-bottom-color: rgb(252 211 77 / 0.45) !important;
}

.border-y-amber-300\/5 {
  border-top-color: rgb(252 211 77 / 0.05) !important;
  border-bottom-color: rgb(252 211 77 / 0.05) !important;
}

.border-y-amber-300\/50 {
  border-top-color: rgb(252 211 77 / 0.5) !important;
  border-bottom-color: rgb(252 211 77 / 0.5) !important;
}

.border-y-amber-300\/55 {
  border-top-color: rgb(252 211 77 / 0.55) !important;
  border-bottom-color: rgb(252 211 77 / 0.55) !important;
}

.border-y-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6) !important;
  border-bottom-color: rgb(252 211 77 / 0.6) !important;
}

.border-y-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65) !important;
  border-bottom-color: rgb(252 211 77 / 0.65) !important;
}

.border-y-amber-300\/70 {
  border-top-color: rgb(252 211 77 / 0.7) !important;
  border-bottom-color: rgb(252 211 77 / 0.7) !important;
}

.border-y-amber-300\/75 {
  border-top-color: rgb(252 211 77 / 0.75) !important;
  border-bottom-color: rgb(252 211 77 / 0.75) !important;
}

.border-y-amber-300\/80 {
  border-top-color: rgb(252 211 77 / 0.8) !important;
  border-bottom-color: rgb(252 211 77 / 0.8) !important;
}

.border-y-amber-300\/85 {
  border-top-color: rgb(252 211 77 / 0.85) !important;
  border-bottom-color: rgb(252 211 77 / 0.85) !important;
}

.border-y-amber-300\/90 {
  border-top-color: rgb(252 211 77 / 0.9) !important;
  border-bottom-color: rgb(252 211 77 / 0.9) !important;
}

.border-y-amber-300\/95 {
  border-top-color: rgb(252 211 77 / 0.95) !important;
  border-bottom-color: rgb(252 211 77 / 0.95) !important;
}

.border-y-amber-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-400\/0 {
  border-top-color: rgb(251 191 36 / 0) !important;
  border-bottom-color: rgb(251 191 36 / 0) !important;
}

.border-y-amber-400\/10 {
  border-top-color: rgb(251 191 36 / 0.1) !important;
  border-bottom-color: rgb(251 191 36 / 0.1) !important;
}

.border-y-amber-400\/100 {
  border-top-color: rgb(251 191 36 / 1) !important;
  border-bottom-color: rgb(251 191 36 / 1) !important;
}

.border-y-amber-400\/15 {
  border-top-color: rgb(251 191 36 / 0.15) !important;
  border-bottom-color: rgb(251 191 36 / 0.15) !important;
}

.border-y-amber-400\/20 {
  border-top-color: rgb(251 191 36 / 0.2) !important;
  border-bottom-color: rgb(251 191 36 / 0.2) !important;
}

.border-y-amber-400\/25 {
  border-top-color: rgb(251 191 36 / 0.25) !important;
  border-bottom-color: rgb(251 191 36 / 0.25) !important;
}

.border-y-amber-400\/30 {
  border-top-color: rgb(251 191 36 / 0.3) !important;
  border-bottom-color: rgb(251 191 36 / 0.3) !important;
}

.border-y-amber-400\/35 {
  border-top-color: rgb(251 191 36 / 0.35) !important;
  border-bottom-color: rgb(251 191 36 / 0.35) !important;
}

.border-y-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4) !important;
  border-bottom-color: rgb(251 191 36 / 0.4) !important;
}

.border-y-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45) !important;
  border-bottom-color: rgb(251 191 36 / 0.45) !important;
}

.border-y-amber-400\/5 {
  border-top-color: rgb(251 191 36 / 0.05) !important;
  border-bottom-color: rgb(251 191 36 / 0.05) !important;
}

.border-y-amber-400\/50 {
  border-top-color: rgb(251 191 36 / 0.5) !important;
  border-bottom-color: rgb(251 191 36 / 0.5) !important;
}

.border-y-amber-400\/55 {
  border-top-color: rgb(251 191 36 / 0.55) !important;
  border-bottom-color: rgb(251 191 36 / 0.55) !important;
}

.border-y-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6) !important;
  border-bottom-color: rgb(251 191 36 / 0.6) !important;
}

.border-y-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65) !important;
  border-bottom-color: rgb(251 191 36 / 0.65) !important;
}

.border-y-amber-400\/70 {
  border-top-color: rgb(251 191 36 / 0.7) !important;
  border-bottom-color: rgb(251 191 36 / 0.7) !important;
}

.border-y-amber-400\/75 {
  border-top-color: rgb(251 191 36 / 0.75) !important;
  border-bottom-color: rgb(251 191 36 / 0.75) !important;
}

.border-y-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8) !important;
  border-bottom-color: rgb(251 191 36 / 0.8) !important;
}

.border-y-amber-400\/85 {
  border-top-color: rgb(251 191 36 / 0.85) !important;
  border-bottom-color: rgb(251 191 36 / 0.85) !important;
}

.border-y-amber-400\/90 {
  border-top-color: rgb(251 191 36 / 0.9) !important;
  border-bottom-color: rgb(251 191 36 / 0.9) !important;
}

.border-y-amber-400\/95 {
  border-top-color: rgb(251 191 36 / 0.95) !important;
  border-bottom-color: rgb(251 191 36 / 0.95) !important;
}

.border-y-amber-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-50\/0 {
  border-top-color: rgb(255 251 235 / 0) !important;
  border-bottom-color: rgb(255 251 235 / 0) !important;
}

.border-y-amber-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1) !important;
  border-bottom-color: rgb(255 251 235 / 0.1) !important;
}

.border-y-amber-50\/100 {
  border-top-color: rgb(255 251 235 / 1) !important;
  border-bottom-color: rgb(255 251 235 / 1) !important;
}

.border-y-amber-50\/15 {
  border-top-color: rgb(255 251 235 / 0.15) !important;
  border-bottom-color: rgb(255 251 235 / 0.15) !important;
}

.border-y-amber-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2) !important;
  border-bottom-color: rgb(255 251 235 / 0.2) !important;
}

.border-y-amber-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25) !important;
  border-bottom-color: rgb(255 251 235 / 0.25) !important;
}

.border-y-amber-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3) !important;
  border-bottom-color: rgb(255 251 235 / 0.3) !important;
}

.border-y-amber-50\/35 {
  border-top-color: rgb(255 251 235 / 0.35) !important;
  border-bottom-color: rgb(255 251 235 / 0.35) !important;
}

.border-y-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4) !important;
  border-bottom-color: rgb(255 251 235 / 0.4) !important;
}

.border-y-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45) !important;
  border-bottom-color: rgb(255 251 235 / 0.45) !important;
}

.border-y-amber-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05) !important;
  border-bottom-color: rgb(255 251 235 / 0.05) !important;
}

.border-y-amber-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5) !important;
  border-bottom-color: rgb(255 251 235 / 0.5) !important;
}

.border-y-amber-50\/55 {
  border-top-color: rgb(255 251 235 / 0.55) !important;
  border-bottom-color: rgb(255 251 235 / 0.55) !important;
}

.border-y-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6) !important;
  border-bottom-color: rgb(255 251 235 / 0.6) !important;
}

.border-y-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65) !important;
  border-bottom-color: rgb(255 251 235 / 0.65) !important;
}

.border-y-amber-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7) !important;
  border-bottom-color: rgb(255 251 235 / 0.7) !important;
}

.border-y-amber-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75) !important;
  border-bottom-color: rgb(255 251 235 / 0.75) !important;
}

.border-y-amber-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8) !important;
  border-bottom-color: rgb(255 251 235 / 0.8) !important;
}

.border-y-amber-50\/85 {
  border-top-color: rgb(255 251 235 / 0.85) !important;
  border-bottom-color: rgb(255 251 235 / 0.85) !important;
}

.border-y-amber-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9) !important;
  border-bottom-color: rgb(255 251 235 / 0.9) !important;
}

.border-y-amber-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95) !important;
  border-bottom-color: rgb(255 251 235 / 0.95) !important;
}

.border-y-amber-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-500\/0 {
  border-top-color: rgb(245 158 11 / 0) !important;
  border-bottom-color: rgb(245 158 11 / 0) !important;
}

.border-y-amber-500\/10 {
  border-top-color: rgb(245 158 11 / 0.1) !important;
  border-bottom-color: rgb(245 158 11 / 0.1) !important;
}

.border-y-amber-500\/100 {
  border-top-color: rgb(245 158 11 / 1) !important;
  border-bottom-color: rgb(245 158 11 / 1) !important;
}

.border-y-amber-500\/15 {
  border-top-color: rgb(245 158 11 / 0.15) !important;
  border-bottom-color: rgb(245 158 11 / 0.15) !important;
}

.border-y-amber-500\/20 {
  border-top-color: rgb(245 158 11 / 0.2) !important;
  border-bottom-color: rgb(245 158 11 / 0.2) !important;
}

.border-y-amber-500\/25 {
  border-top-color: rgb(245 158 11 / 0.25) !important;
  border-bottom-color: rgb(245 158 11 / 0.25) !important;
}

.border-y-amber-500\/30 {
  border-top-color: rgb(245 158 11 / 0.3) !important;
  border-bottom-color: rgb(245 158 11 / 0.3) !important;
}

.border-y-amber-500\/35 {
  border-top-color: rgb(245 158 11 / 0.35) !important;
  border-bottom-color: rgb(245 158 11 / 0.35) !important;
}

.border-y-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4) !important;
  border-bottom-color: rgb(245 158 11 / 0.4) !important;
}

.border-y-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45) !important;
  border-bottom-color: rgb(245 158 11 / 0.45) !important;
}

.border-y-amber-500\/5 {
  border-top-color: rgb(245 158 11 / 0.05) !important;
  border-bottom-color: rgb(245 158 11 / 0.05) !important;
}

.border-y-amber-500\/50 {
  border-top-color: rgb(245 158 11 / 0.5) !important;
  border-bottom-color: rgb(245 158 11 / 0.5) !important;
}

.border-y-amber-500\/55 {
  border-top-color: rgb(245 158 11 / 0.55) !important;
  border-bottom-color: rgb(245 158 11 / 0.55) !important;
}

.border-y-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6) !important;
  border-bottom-color: rgb(245 158 11 / 0.6) !important;
}

.border-y-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65) !important;
  border-bottom-color: rgb(245 158 11 / 0.65) !important;
}

.border-y-amber-500\/70 {
  border-top-color: rgb(245 158 11 / 0.7) !important;
  border-bottom-color: rgb(245 158 11 / 0.7) !important;
}

.border-y-amber-500\/75 {
  border-top-color: rgb(245 158 11 / 0.75) !important;
  border-bottom-color: rgb(245 158 11 / 0.75) !important;
}

.border-y-amber-500\/80 {
  border-top-color: rgb(245 158 11 / 0.8) !important;
  border-bottom-color: rgb(245 158 11 / 0.8) !important;
}

.border-y-amber-500\/85 {
  border-top-color: rgb(245 158 11 / 0.85) !important;
  border-bottom-color: rgb(245 158 11 / 0.85) !important;
}

.border-y-amber-500\/90 {
  border-top-color: rgb(245 158 11 / 0.9) !important;
  border-bottom-color: rgb(245 158 11 / 0.9) !important;
}

.border-y-amber-500\/95 {
  border-top-color: rgb(245 158 11 / 0.95) !important;
  border-bottom-color: rgb(245 158 11 / 0.95) !important;
}

.border-y-amber-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-600\/0 {
  border-top-color: rgb(217 119 6 / 0) !important;
  border-bottom-color: rgb(217 119 6 / 0) !important;
}

.border-y-amber-600\/10 {
  border-top-color: rgb(217 119 6 / 0.1) !important;
  border-bottom-color: rgb(217 119 6 / 0.1) !important;
}

.border-y-amber-600\/100 {
  border-top-color: rgb(217 119 6 / 1) !important;
  border-bottom-color: rgb(217 119 6 / 1) !important;
}

.border-y-amber-600\/15 {
  border-top-color: rgb(217 119 6 / 0.15) !important;
  border-bottom-color: rgb(217 119 6 / 0.15) !important;
}

.border-y-amber-600\/20 {
  border-top-color: rgb(217 119 6 / 0.2) !important;
  border-bottom-color: rgb(217 119 6 / 0.2) !important;
}

.border-y-amber-600\/25 {
  border-top-color: rgb(217 119 6 / 0.25) !important;
  border-bottom-color: rgb(217 119 6 / 0.25) !important;
}

.border-y-amber-600\/30 {
  border-top-color: rgb(217 119 6 / 0.3) !important;
  border-bottom-color: rgb(217 119 6 / 0.3) !important;
}

.border-y-amber-600\/35 {
  border-top-color: rgb(217 119 6 / 0.35) !important;
  border-bottom-color: rgb(217 119 6 / 0.35) !important;
}

.border-y-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4) !important;
  border-bottom-color: rgb(217 119 6 / 0.4) !important;
}

.border-y-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45) !important;
  border-bottom-color: rgb(217 119 6 / 0.45) !important;
}

.border-y-amber-600\/5 {
  border-top-color: rgb(217 119 6 / 0.05) !important;
  border-bottom-color: rgb(217 119 6 / 0.05) !important;
}

.border-y-amber-600\/50 {
  border-top-color: rgb(217 119 6 / 0.5) !important;
  border-bottom-color: rgb(217 119 6 / 0.5) !important;
}

.border-y-amber-600\/55 {
  border-top-color: rgb(217 119 6 / 0.55) !important;
  border-bottom-color: rgb(217 119 6 / 0.55) !important;
}

.border-y-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6) !important;
  border-bottom-color: rgb(217 119 6 / 0.6) !important;
}

.border-y-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65) !important;
  border-bottom-color: rgb(217 119 6 / 0.65) !important;
}

.border-y-amber-600\/70 {
  border-top-color: rgb(217 119 6 / 0.7) !important;
  border-bottom-color: rgb(217 119 6 / 0.7) !important;
}

.border-y-amber-600\/75 {
  border-top-color: rgb(217 119 6 / 0.75) !important;
  border-bottom-color: rgb(217 119 6 / 0.75) !important;
}

.border-y-amber-600\/80 {
  border-top-color: rgb(217 119 6 / 0.8) !important;
  border-bottom-color: rgb(217 119 6 / 0.8) !important;
}

.border-y-amber-600\/85 {
  border-top-color: rgb(217 119 6 / 0.85) !important;
  border-bottom-color: rgb(217 119 6 / 0.85) !important;
}

.border-y-amber-600\/90 {
  border-top-color: rgb(217 119 6 / 0.9) !important;
  border-bottom-color: rgb(217 119 6 / 0.9) !important;
}

.border-y-amber-600\/95 {
  border-top-color: rgb(217 119 6 / 0.95) !important;
  border-bottom-color: rgb(217 119 6 / 0.95) !important;
}

.border-y-amber-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-700\/0 {
  border-top-color: rgb(180 83 9 / 0) !important;
  border-bottom-color: rgb(180 83 9 / 0) !important;
}

.border-y-amber-700\/10 {
  border-top-color: rgb(180 83 9 / 0.1) !important;
  border-bottom-color: rgb(180 83 9 / 0.1) !important;
}

.border-y-amber-700\/100 {
  border-top-color: rgb(180 83 9 / 1) !important;
  border-bottom-color: rgb(180 83 9 / 1) !important;
}

.border-y-amber-700\/15 {
  border-top-color: rgb(180 83 9 / 0.15) !important;
  border-bottom-color: rgb(180 83 9 / 0.15) !important;
}

.border-y-amber-700\/20 {
  border-top-color: rgb(180 83 9 / 0.2) !important;
  border-bottom-color: rgb(180 83 9 / 0.2) !important;
}

.border-y-amber-700\/25 {
  border-top-color: rgb(180 83 9 / 0.25) !important;
  border-bottom-color: rgb(180 83 9 / 0.25) !important;
}

.border-y-amber-700\/30 {
  border-top-color: rgb(180 83 9 / 0.3) !important;
  border-bottom-color: rgb(180 83 9 / 0.3) !important;
}

.border-y-amber-700\/35 {
  border-top-color: rgb(180 83 9 / 0.35) !important;
  border-bottom-color: rgb(180 83 9 / 0.35) !important;
}

.border-y-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4) !important;
  border-bottom-color: rgb(180 83 9 / 0.4) !important;
}

.border-y-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45) !important;
  border-bottom-color: rgb(180 83 9 / 0.45) !important;
}

.border-y-amber-700\/5 {
  border-top-color: rgb(180 83 9 / 0.05) !important;
  border-bottom-color: rgb(180 83 9 / 0.05) !important;
}

.border-y-amber-700\/50 {
  border-top-color: rgb(180 83 9 / 0.5) !important;
  border-bottom-color: rgb(180 83 9 / 0.5) !important;
}

.border-y-amber-700\/55 {
  border-top-color: rgb(180 83 9 / 0.55) !important;
  border-bottom-color: rgb(180 83 9 / 0.55) !important;
}

.border-y-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6) !important;
  border-bottom-color: rgb(180 83 9 / 0.6) !important;
}

.border-y-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65) !important;
  border-bottom-color: rgb(180 83 9 / 0.65) !important;
}

.border-y-amber-700\/70 {
  border-top-color: rgb(180 83 9 / 0.7) !important;
  border-bottom-color: rgb(180 83 9 / 0.7) !important;
}

.border-y-amber-700\/75 {
  border-top-color: rgb(180 83 9 / 0.75) !important;
  border-bottom-color: rgb(180 83 9 / 0.75) !important;
}

.border-y-amber-700\/80 {
  border-top-color: rgb(180 83 9 / 0.8) !important;
  border-bottom-color: rgb(180 83 9 / 0.8) !important;
}

.border-y-amber-700\/85 {
  border-top-color: rgb(180 83 9 / 0.85) !important;
  border-bottom-color: rgb(180 83 9 / 0.85) !important;
}

.border-y-amber-700\/90 {
  border-top-color: rgb(180 83 9 / 0.9) !important;
  border-bottom-color: rgb(180 83 9 / 0.9) !important;
}

.border-y-amber-700\/95 {
  border-top-color: rgb(180 83 9 / 0.95) !important;
  border-bottom-color: rgb(180 83 9 / 0.95) !important;
}

.border-y-amber-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-800\/0 {
  border-top-color: rgb(146 64 14 / 0) !important;
  border-bottom-color: rgb(146 64 14 / 0) !important;
}

.border-y-amber-800\/10 {
  border-top-color: rgb(146 64 14 / 0.1) !important;
  border-bottom-color: rgb(146 64 14 / 0.1) !important;
}

.border-y-amber-800\/100 {
  border-top-color: rgb(146 64 14 / 1) !important;
  border-bottom-color: rgb(146 64 14 / 1) !important;
}

.border-y-amber-800\/15 {
  border-top-color: rgb(146 64 14 / 0.15) !important;
  border-bottom-color: rgb(146 64 14 / 0.15) !important;
}

.border-y-amber-800\/20 {
  border-top-color: rgb(146 64 14 / 0.2) !important;
  border-bottom-color: rgb(146 64 14 / 0.2) !important;
}

.border-y-amber-800\/25 {
  border-top-color: rgb(146 64 14 / 0.25) !important;
  border-bottom-color: rgb(146 64 14 / 0.25) !important;
}

.border-y-amber-800\/30 {
  border-top-color: rgb(146 64 14 / 0.3) !important;
  border-bottom-color: rgb(146 64 14 / 0.3) !important;
}

.border-y-amber-800\/35 {
  border-top-color: rgb(146 64 14 / 0.35) !important;
  border-bottom-color: rgb(146 64 14 / 0.35) !important;
}

.border-y-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4) !important;
  border-bottom-color: rgb(146 64 14 / 0.4) !important;
}

.border-y-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45) !important;
  border-bottom-color: rgb(146 64 14 / 0.45) !important;
}

.border-y-amber-800\/5 {
  border-top-color: rgb(146 64 14 / 0.05) !important;
  border-bottom-color: rgb(146 64 14 / 0.05) !important;
}

.border-y-amber-800\/50 {
  border-top-color: rgb(146 64 14 / 0.5) !important;
  border-bottom-color: rgb(146 64 14 / 0.5) !important;
}

.border-y-amber-800\/55 {
  border-top-color: rgb(146 64 14 / 0.55) !important;
  border-bottom-color: rgb(146 64 14 / 0.55) !important;
}

.border-y-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6) !important;
  border-bottom-color: rgb(146 64 14 / 0.6) !important;
}

.border-y-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65) !important;
  border-bottom-color: rgb(146 64 14 / 0.65) !important;
}

.border-y-amber-800\/70 {
  border-top-color: rgb(146 64 14 / 0.7) !important;
  border-bottom-color: rgb(146 64 14 / 0.7) !important;
}

.border-y-amber-800\/75 {
  border-top-color: rgb(146 64 14 / 0.75) !important;
  border-bottom-color: rgb(146 64 14 / 0.75) !important;
}

.border-y-amber-800\/80 {
  border-top-color: rgb(146 64 14 / 0.8) !important;
  border-bottom-color: rgb(146 64 14 / 0.8) !important;
}

.border-y-amber-800\/85 {
  border-top-color: rgb(146 64 14 / 0.85) !important;
  border-bottom-color: rgb(146 64 14 / 0.85) !important;
}

.border-y-amber-800\/90 {
  border-top-color: rgb(146 64 14 / 0.9) !important;
  border-bottom-color: rgb(146 64 14 / 0.9) !important;
}

.border-y-amber-800\/95 {
  border-top-color: rgb(146 64 14 / 0.95) !important;
  border-bottom-color: rgb(146 64 14 / 0.95) !important;
}

.border-y-amber-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-900\/0 {
  border-top-color: rgb(120 53 15 / 0) !important;
  border-bottom-color: rgb(120 53 15 / 0) !important;
}

.border-y-amber-900\/10 {
  border-top-color: rgb(120 53 15 / 0.1) !important;
  border-bottom-color: rgb(120 53 15 / 0.1) !important;
}

.border-y-amber-900\/100 {
  border-top-color: rgb(120 53 15 / 1) !important;
  border-bottom-color: rgb(120 53 15 / 1) !important;
}

.border-y-amber-900\/15 {
  border-top-color: rgb(120 53 15 / 0.15) !important;
  border-bottom-color: rgb(120 53 15 / 0.15) !important;
}

.border-y-amber-900\/20 {
  border-top-color: rgb(120 53 15 / 0.2) !important;
  border-bottom-color: rgb(120 53 15 / 0.2) !important;
}

.border-y-amber-900\/25 {
  border-top-color: rgb(120 53 15 / 0.25) !important;
  border-bottom-color: rgb(120 53 15 / 0.25) !important;
}

.border-y-amber-900\/30 {
  border-top-color: rgb(120 53 15 / 0.3) !important;
  border-bottom-color: rgb(120 53 15 / 0.3) !important;
}

.border-y-amber-900\/35 {
  border-top-color: rgb(120 53 15 / 0.35) !important;
  border-bottom-color: rgb(120 53 15 / 0.35) !important;
}

.border-y-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4) !important;
  border-bottom-color: rgb(120 53 15 / 0.4) !important;
}

.border-y-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45) !important;
  border-bottom-color: rgb(120 53 15 / 0.45) !important;
}

.border-y-amber-900\/5 {
  border-top-color: rgb(120 53 15 / 0.05) !important;
  border-bottom-color: rgb(120 53 15 / 0.05) !important;
}

.border-y-amber-900\/50 {
  border-top-color: rgb(120 53 15 / 0.5) !important;
  border-bottom-color: rgb(120 53 15 / 0.5) !important;
}

.border-y-amber-900\/55 {
  border-top-color: rgb(120 53 15 / 0.55) !important;
  border-bottom-color: rgb(120 53 15 / 0.55) !important;
}

.border-y-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6) !important;
  border-bottom-color: rgb(120 53 15 / 0.6) !important;
}

.border-y-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65) !important;
  border-bottom-color: rgb(120 53 15 / 0.65) !important;
}

.border-y-amber-900\/70 {
  border-top-color: rgb(120 53 15 / 0.7) !important;
  border-bottom-color: rgb(120 53 15 / 0.7) !important;
}

.border-y-amber-900\/75 {
  border-top-color: rgb(120 53 15 / 0.75) !important;
  border-bottom-color: rgb(120 53 15 / 0.75) !important;
}

.border-y-amber-900\/80 {
  border-top-color: rgb(120 53 15 / 0.8) !important;
  border-bottom-color: rgb(120 53 15 / 0.8) !important;
}

.border-y-amber-900\/85 {
  border-top-color: rgb(120 53 15 / 0.85) !important;
  border-bottom-color: rgb(120 53 15 / 0.85) !important;
}

.border-y-amber-900\/90 {
  border-top-color: rgb(120 53 15 / 0.9) !important;
  border-bottom-color: rgb(120 53 15 / 0.9) !important;
}

.border-y-amber-900\/95 {
  border-top-color: rgb(120 53 15 / 0.95) !important;
  border-bottom-color: rgb(120 53 15 / 0.95) !important;
}

.border-y-amber-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-y-amber-950\/0 {
  border-top-color: rgb(69 26 3 / 0) !important;
  border-bottom-color: rgb(69 26 3 / 0) !important;
}

.border-y-amber-950\/10 {
  border-top-color: rgb(69 26 3 / 0.1) !important;
  border-bottom-color: rgb(69 26 3 / 0.1) !important;
}

.border-y-amber-950\/100 {
  border-top-color: rgb(69 26 3 / 1) !important;
  border-bottom-color: rgb(69 26 3 / 1) !important;
}

.border-y-amber-950\/15 {
  border-top-color: rgb(69 26 3 / 0.15) !important;
  border-bottom-color: rgb(69 26 3 / 0.15) !important;
}

.border-y-amber-950\/20 {
  border-top-color: rgb(69 26 3 / 0.2) !important;
  border-bottom-color: rgb(69 26 3 / 0.2) !important;
}

.border-y-amber-950\/25 {
  border-top-color: rgb(69 26 3 / 0.25) !important;
  border-bottom-color: rgb(69 26 3 / 0.25) !important;
}

.border-y-amber-950\/30 {
  border-top-color: rgb(69 26 3 / 0.3) !important;
  border-bottom-color: rgb(69 26 3 / 0.3) !important;
}

.border-y-amber-950\/35 {
  border-top-color: rgb(69 26 3 / 0.35) !important;
  border-bottom-color: rgb(69 26 3 / 0.35) !important;
}

.border-y-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4) !important;
  border-bottom-color: rgb(69 26 3 / 0.4) !important;
}

.border-y-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45) !important;
  border-bottom-color: rgb(69 26 3 / 0.45) !important;
}

.border-y-amber-950\/5 {
  border-top-color: rgb(69 26 3 / 0.05) !important;
  border-bottom-color: rgb(69 26 3 / 0.05) !important;
}

.border-y-amber-950\/50 {
  border-top-color: rgb(69 26 3 / 0.5) !important;
  border-bottom-color: rgb(69 26 3 / 0.5) !important;
}

.border-y-amber-950\/55 {
  border-top-color: rgb(69 26 3 / 0.55) !important;
  border-bottom-color: rgb(69 26 3 / 0.55) !important;
}

.border-y-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6) !important;
  border-bottom-color: rgb(69 26 3 / 0.6) !important;
}

.border-y-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65) !important;
  border-bottom-color: rgb(69 26 3 / 0.65) !important;
}

.border-y-amber-950\/70 {
  border-top-color: rgb(69 26 3 / 0.7) !important;
  border-bottom-color: rgb(69 26 3 / 0.7) !important;
}

.border-y-amber-950\/75 {
  border-top-color: rgb(69 26 3 / 0.75) !important;
  border-bottom-color: rgb(69 26 3 / 0.75) !important;
}

.border-y-amber-950\/80 {
  border-top-color: rgb(69 26 3 / 0.8) !important;
  border-bottom-color: rgb(69 26 3 / 0.8) !important;
}

.border-y-amber-950\/85 {
  border-top-color: rgb(69 26 3 / 0.85) !important;
  border-bottom-color: rgb(69 26 3 / 0.85) !important;
}

.border-y-amber-950\/90 {
  border-top-color: rgb(69 26 3 / 0.9) !important;
  border-bottom-color: rgb(69 26 3 / 0.9) !important;
}

.border-y-amber-950\/95 {
  border-top-color: rgb(69 26 3 / 0.95) !important;
  border-bottom-color: rgb(69 26 3 / 0.95) !important;
}

.border-y-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0) !important;
  border-bottom-color: rgb(0 0 0 / 0) !important;
}

.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1) !important;
  border-bottom-color: rgb(0 0 0 / 0.1) !important;
}

.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1) !important;
  border-bottom-color: rgb(0 0 0 / 1) !important;
}

.border-y-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15) !important;
  border-bottom-color: rgb(0 0 0 / 0.15) !important;
}

.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2) !important;
  border-bottom-color: rgb(0 0 0 / 0.2) !important;
}

.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25) !important;
  border-bottom-color: rgb(0 0 0 / 0.25) !important;
}

.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3) !important;
  border-bottom-color: rgb(0 0 0 / 0.3) !important;
}

.border-y-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35) !important;
  border-bottom-color: rgb(0 0 0 / 0.35) !important;
}

.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4) !important;
  border-bottom-color: rgb(0 0 0 / 0.4) !important;
}

.border-y-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45) !important;
  border-bottom-color: rgb(0 0 0 / 0.45) !important;
}

.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05) !important;
  border-bottom-color: rgb(0 0 0 / 0.05) !important;
}

.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5) !important;
  border-bottom-color: rgb(0 0 0 / 0.5) !important;
}

.border-y-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55) !important;
  border-bottom-color: rgb(0 0 0 / 0.55) !important;
}

.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6) !important;
  border-bottom-color: rgb(0 0 0 / 0.6) !important;
}

.border-y-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65) !important;
  border-bottom-color: rgb(0 0 0 / 0.65) !important;
}

.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7) !important;
  border-bottom-color: rgb(0 0 0 / 0.7) !important;
}

.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75) !important;
  border-bottom-color: rgb(0 0 0 / 0.75) !important;
}

.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8) !important;
  border-bottom-color: rgb(0 0 0 / 0.8) !important;
}

.border-y-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85) !important;
  border-bottom-color: rgb(0 0 0 / 0.85) !important;
}

.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9) !important;
  border-bottom-color: rgb(0 0 0 / 0.9) !important;
}

.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95) !important;
  border-bottom-color: rgb(0 0 0 / 0.95) !important;
}

.border-y-blue-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-100\/0 {
  border-top-color: rgb(219 234 254 / 0) !important;
  border-bottom-color: rgb(219 234 254 / 0) !important;
}

.border-y-blue-100\/10 {
  border-top-color: rgb(219 234 254 / 0.1) !important;
  border-bottom-color: rgb(219 234 254 / 0.1) !important;
}

.border-y-blue-100\/100 {
  border-top-color: rgb(219 234 254 / 1) !important;
  border-bottom-color: rgb(219 234 254 / 1) !important;
}

.border-y-blue-100\/15 {
  border-top-color: rgb(219 234 254 / 0.15) !important;
  border-bottom-color: rgb(219 234 254 / 0.15) !important;
}

.border-y-blue-100\/20 {
  border-top-color: rgb(219 234 254 / 0.2) !important;
  border-bottom-color: rgb(219 234 254 / 0.2) !important;
}

.border-y-blue-100\/25 {
  border-top-color: rgb(219 234 254 / 0.25) !important;
  border-bottom-color: rgb(219 234 254 / 0.25) !important;
}

.border-y-blue-100\/30 {
  border-top-color: rgb(219 234 254 / 0.3) !important;
  border-bottom-color: rgb(219 234 254 / 0.3) !important;
}

.border-y-blue-100\/35 {
  border-top-color: rgb(219 234 254 / 0.35) !important;
  border-bottom-color: rgb(219 234 254 / 0.35) !important;
}

.border-y-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4) !important;
  border-bottom-color: rgb(219 234 254 / 0.4) !important;
}

.border-y-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45) !important;
  border-bottom-color: rgb(219 234 254 / 0.45) !important;
}

.border-y-blue-100\/5 {
  border-top-color: rgb(219 234 254 / 0.05) !important;
  border-bottom-color: rgb(219 234 254 / 0.05) !important;
}

.border-y-blue-100\/50 {
  border-top-color: rgb(219 234 254 / 0.5) !important;
  border-bottom-color: rgb(219 234 254 / 0.5) !important;
}

.border-y-blue-100\/55 {
  border-top-color: rgb(219 234 254 / 0.55) !important;
  border-bottom-color: rgb(219 234 254 / 0.55) !important;
}

.border-y-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6) !important;
  border-bottom-color: rgb(219 234 254 / 0.6) !important;
}

.border-y-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65) !important;
  border-bottom-color: rgb(219 234 254 / 0.65) !important;
}

.border-y-blue-100\/70 {
  border-top-color: rgb(219 234 254 / 0.7) !important;
  border-bottom-color: rgb(219 234 254 / 0.7) !important;
}

.border-y-blue-100\/75 {
  border-top-color: rgb(219 234 254 / 0.75) !important;
  border-bottom-color: rgb(219 234 254 / 0.75) !important;
}

.border-y-blue-100\/80 {
  border-top-color: rgb(219 234 254 / 0.8) !important;
  border-bottom-color: rgb(219 234 254 / 0.8) !important;
}

.border-y-blue-100\/85 {
  border-top-color: rgb(219 234 254 / 0.85) !important;
  border-bottom-color: rgb(219 234 254 / 0.85) !important;
}

.border-y-blue-100\/90 {
  border-top-color: rgb(219 234 254 / 0.9) !important;
  border-bottom-color: rgb(219 234 254 / 0.9) !important;
}

.border-y-blue-100\/95 {
  border-top-color: rgb(219 234 254 / 0.95) !important;
  border-bottom-color: rgb(219 234 254 / 0.95) !important;
}

.border-y-blue-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-200\/0 {
  border-top-color: rgb(191 219 254 / 0) !important;
  border-bottom-color: rgb(191 219 254 / 0) !important;
}

.border-y-blue-200\/10 {
  border-top-color: rgb(191 219 254 / 0.1) !important;
  border-bottom-color: rgb(191 219 254 / 0.1) !important;
}

.border-y-blue-200\/100 {
  border-top-color: rgb(191 219 254 / 1) !important;
  border-bottom-color: rgb(191 219 254 / 1) !important;
}

.border-y-blue-200\/15 {
  border-top-color: rgb(191 219 254 / 0.15) !important;
  border-bottom-color: rgb(191 219 254 / 0.15) !important;
}

.border-y-blue-200\/20 {
  border-top-color: rgb(191 219 254 / 0.2) !important;
  border-bottom-color: rgb(191 219 254 / 0.2) !important;
}

.border-y-blue-200\/25 {
  border-top-color: rgb(191 219 254 / 0.25) !important;
  border-bottom-color: rgb(191 219 254 / 0.25) !important;
}

.border-y-blue-200\/30 {
  border-top-color: rgb(191 219 254 / 0.3) !important;
  border-bottom-color: rgb(191 219 254 / 0.3) !important;
}

.border-y-blue-200\/35 {
  border-top-color: rgb(191 219 254 / 0.35) !important;
  border-bottom-color: rgb(191 219 254 / 0.35) !important;
}

.border-y-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4) !important;
  border-bottom-color: rgb(191 219 254 / 0.4) !important;
}

.border-y-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45) !important;
  border-bottom-color: rgb(191 219 254 / 0.45) !important;
}

.border-y-blue-200\/5 {
  border-top-color: rgb(191 219 254 / 0.05) !important;
  border-bottom-color: rgb(191 219 254 / 0.05) !important;
}

.border-y-blue-200\/50 {
  border-top-color: rgb(191 219 254 / 0.5) !important;
  border-bottom-color: rgb(191 219 254 / 0.5) !important;
}

.border-y-blue-200\/55 {
  border-top-color: rgb(191 219 254 / 0.55) !important;
  border-bottom-color: rgb(191 219 254 / 0.55) !important;
}

.border-y-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6) !important;
  border-bottom-color: rgb(191 219 254 / 0.6) !important;
}

.border-y-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65) !important;
  border-bottom-color: rgb(191 219 254 / 0.65) !important;
}

.border-y-blue-200\/70 {
  border-top-color: rgb(191 219 254 / 0.7) !important;
  border-bottom-color: rgb(191 219 254 / 0.7) !important;
}

.border-y-blue-200\/75 {
  border-top-color: rgb(191 219 254 / 0.75) !important;
  border-bottom-color: rgb(191 219 254 / 0.75) !important;
}

.border-y-blue-200\/80 {
  border-top-color: rgb(191 219 254 / 0.8) !important;
  border-bottom-color: rgb(191 219 254 / 0.8) !important;
}

.border-y-blue-200\/85 {
  border-top-color: rgb(191 219 254 / 0.85) !important;
  border-bottom-color: rgb(191 219 254 / 0.85) !important;
}

.border-y-blue-200\/90 {
  border-top-color: rgb(191 219 254 / 0.9) !important;
  border-bottom-color: rgb(191 219 254 / 0.9) !important;
}

.border-y-blue-200\/95 {
  border-top-color: rgb(191 219 254 / 0.95) !important;
  border-bottom-color: rgb(191 219 254 / 0.95) !important;
}

.border-y-blue-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-300\/0 {
  border-top-color: rgb(147 197 253 / 0) !important;
  border-bottom-color: rgb(147 197 253 / 0) !important;
}

.border-y-blue-300\/10 {
  border-top-color: rgb(147 197 253 / 0.1) !important;
  border-bottom-color: rgb(147 197 253 / 0.1) !important;
}

.border-y-blue-300\/100 {
  border-top-color: rgb(147 197 253 / 1) !important;
  border-bottom-color: rgb(147 197 253 / 1) !important;
}

.border-y-blue-300\/15 {
  border-top-color: rgb(147 197 253 / 0.15) !important;
  border-bottom-color: rgb(147 197 253 / 0.15) !important;
}

.border-y-blue-300\/20 {
  border-top-color: rgb(147 197 253 / 0.2) !important;
  border-bottom-color: rgb(147 197 253 / 0.2) !important;
}

.border-y-blue-300\/25 {
  border-top-color: rgb(147 197 253 / 0.25) !important;
  border-bottom-color: rgb(147 197 253 / 0.25) !important;
}

.border-y-blue-300\/30 {
  border-top-color: rgb(147 197 253 / 0.3) !important;
  border-bottom-color: rgb(147 197 253 / 0.3) !important;
}

.border-y-blue-300\/35 {
  border-top-color: rgb(147 197 253 / 0.35) !important;
  border-bottom-color: rgb(147 197 253 / 0.35) !important;
}

.border-y-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4) !important;
  border-bottom-color: rgb(147 197 253 / 0.4) !important;
}

.border-y-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45) !important;
  border-bottom-color: rgb(147 197 253 / 0.45) !important;
}

.border-y-blue-300\/5 {
  border-top-color: rgb(147 197 253 / 0.05) !important;
  border-bottom-color: rgb(147 197 253 / 0.05) !important;
}

.border-y-blue-300\/50 {
  border-top-color: rgb(147 197 253 / 0.5) !important;
  border-bottom-color: rgb(147 197 253 / 0.5) !important;
}

.border-y-blue-300\/55 {
  border-top-color: rgb(147 197 253 / 0.55) !important;
  border-bottom-color: rgb(147 197 253 / 0.55) !important;
}

.border-y-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6) !important;
  border-bottom-color: rgb(147 197 253 / 0.6) !important;
}

.border-y-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65) !important;
  border-bottom-color: rgb(147 197 253 / 0.65) !important;
}

.border-y-blue-300\/70 {
  border-top-color: rgb(147 197 253 / 0.7) !important;
  border-bottom-color: rgb(147 197 253 / 0.7) !important;
}

.border-y-blue-300\/75 {
  border-top-color: rgb(147 197 253 / 0.75) !important;
  border-bottom-color: rgb(147 197 253 / 0.75) !important;
}

.border-y-blue-300\/80 {
  border-top-color: rgb(147 197 253 / 0.8) !important;
  border-bottom-color: rgb(147 197 253 / 0.8) !important;
}

.border-y-blue-300\/85 {
  border-top-color: rgb(147 197 253 / 0.85) !important;
  border-bottom-color: rgb(147 197 253 / 0.85) !important;
}

.border-y-blue-300\/90 {
  border-top-color: rgb(147 197 253 / 0.9) !important;
  border-bottom-color: rgb(147 197 253 / 0.9) !important;
}

.border-y-blue-300\/95 {
  border-top-color: rgb(147 197 253 / 0.95) !important;
  border-bottom-color: rgb(147 197 253 / 0.95) !important;
}

.border-y-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-400\/0 {
  border-top-color: rgb(96 165 250 / 0) !important;
  border-bottom-color: rgb(96 165 250 / 0) !important;
}

.border-y-blue-400\/10 {
  border-top-color: rgb(96 165 250 / 0.1) !important;
  border-bottom-color: rgb(96 165 250 / 0.1) !important;
}

.border-y-blue-400\/100 {
  border-top-color: rgb(96 165 250 / 1) !important;
  border-bottom-color: rgb(96 165 250 / 1) !important;
}

.border-y-blue-400\/15 {
  border-top-color: rgb(96 165 250 / 0.15) !important;
  border-bottom-color: rgb(96 165 250 / 0.15) !important;
}

.border-y-blue-400\/20 {
  border-top-color: rgb(96 165 250 / 0.2) !important;
  border-bottom-color: rgb(96 165 250 / 0.2) !important;
}

.border-y-blue-400\/25 {
  border-top-color: rgb(96 165 250 / 0.25) !important;
  border-bottom-color: rgb(96 165 250 / 0.25) !important;
}

.border-y-blue-400\/30 {
  border-top-color: rgb(96 165 250 / 0.3) !important;
  border-bottom-color: rgb(96 165 250 / 0.3) !important;
}

.border-y-blue-400\/35 {
  border-top-color: rgb(96 165 250 / 0.35) !important;
  border-bottom-color: rgb(96 165 250 / 0.35) !important;
}

.border-y-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4) !important;
  border-bottom-color: rgb(96 165 250 / 0.4) !important;
}

.border-y-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45) !important;
  border-bottom-color: rgb(96 165 250 / 0.45) !important;
}

.border-y-blue-400\/5 {
  border-top-color: rgb(96 165 250 / 0.05) !important;
  border-bottom-color: rgb(96 165 250 / 0.05) !important;
}

.border-y-blue-400\/50 {
  border-top-color: rgb(96 165 250 / 0.5) !important;
  border-bottom-color: rgb(96 165 250 / 0.5) !important;
}

.border-y-blue-400\/55 {
  border-top-color: rgb(96 165 250 / 0.55) !important;
  border-bottom-color: rgb(96 165 250 / 0.55) !important;
}

.border-y-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6) !important;
  border-bottom-color: rgb(96 165 250 / 0.6) !important;
}

.border-y-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65) !important;
  border-bottom-color: rgb(96 165 250 / 0.65) !important;
}

.border-y-blue-400\/70 {
  border-top-color: rgb(96 165 250 / 0.7) !important;
  border-bottom-color: rgb(96 165 250 / 0.7) !important;
}

.border-y-blue-400\/75 {
  border-top-color: rgb(96 165 250 / 0.75) !important;
  border-bottom-color: rgb(96 165 250 / 0.75) !important;
}

.border-y-blue-400\/80 {
  border-top-color: rgb(96 165 250 / 0.8) !important;
  border-bottom-color: rgb(96 165 250 / 0.8) !important;
}

.border-y-blue-400\/85 {
  border-top-color: rgb(96 165 250 / 0.85) !important;
  border-bottom-color: rgb(96 165 250 / 0.85) !important;
}

.border-y-blue-400\/90 {
  border-top-color: rgb(96 165 250 / 0.9) !important;
  border-bottom-color: rgb(96 165 250 / 0.9) !important;
}

.border-y-blue-400\/95 {
  border-top-color: rgb(96 165 250 / 0.95) !important;
  border-bottom-color: rgb(96 165 250 / 0.95) !important;
}

.border-y-blue-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-50\/0 {
  border-top-color: rgb(239 246 255 / 0) !important;
  border-bottom-color: rgb(239 246 255 / 0) !important;
}

.border-y-blue-50\/10 {
  border-top-color: rgb(239 246 255 / 0.1) !important;
  border-bottom-color: rgb(239 246 255 / 0.1) !important;
}

.border-y-blue-50\/100 {
  border-top-color: rgb(239 246 255 / 1) !important;
  border-bottom-color: rgb(239 246 255 / 1) !important;
}

.border-y-blue-50\/15 {
  border-top-color: rgb(239 246 255 / 0.15) !important;
  border-bottom-color: rgb(239 246 255 / 0.15) !important;
}

.border-y-blue-50\/20 {
  border-top-color: rgb(239 246 255 / 0.2) !important;
  border-bottom-color: rgb(239 246 255 / 0.2) !important;
}

.border-y-blue-50\/25 {
  border-top-color: rgb(239 246 255 / 0.25) !important;
  border-bottom-color: rgb(239 246 255 / 0.25) !important;
}

.border-y-blue-50\/30 {
  border-top-color: rgb(239 246 255 / 0.3) !important;
  border-bottom-color: rgb(239 246 255 / 0.3) !important;
}

.border-y-blue-50\/35 {
  border-top-color: rgb(239 246 255 / 0.35) !important;
  border-bottom-color: rgb(239 246 255 / 0.35) !important;
}

.border-y-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4) !important;
  border-bottom-color: rgb(239 246 255 / 0.4) !important;
}

.border-y-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45) !important;
  border-bottom-color: rgb(239 246 255 / 0.45) !important;
}

.border-y-blue-50\/5 {
  border-top-color: rgb(239 246 255 / 0.05) !important;
  border-bottom-color: rgb(239 246 255 / 0.05) !important;
}

.border-y-blue-50\/50 {
  border-top-color: rgb(239 246 255 / 0.5) !important;
  border-bottom-color: rgb(239 246 255 / 0.5) !important;
}

.border-y-blue-50\/55 {
  border-top-color: rgb(239 246 255 / 0.55) !important;
  border-bottom-color: rgb(239 246 255 / 0.55) !important;
}

.border-y-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6) !important;
  border-bottom-color: rgb(239 246 255 / 0.6) !important;
}

.border-y-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65) !important;
  border-bottom-color: rgb(239 246 255 / 0.65) !important;
}

.border-y-blue-50\/70 {
  border-top-color: rgb(239 246 255 / 0.7) !important;
  border-bottom-color: rgb(239 246 255 / 0.7) !important;
}

.border-y-blue-50\/75 {
  border-top-color: rgb(239 246 255 / 0.75) !important;
  border-bottom-color: rgb(239 246 255 / 0.75) !important;
}

.border-y-blue-50\/80 {
  border-top-color: rgb(239 246 255 / 0.8) !important;
  border-bottom-color: rgb(239 246 255 / 0.8) !important;
}

.border-y-blue-50\/85 {
  border-top-color: rgb(239 246 255 / 0.85) !important;
  border-bottom-color: rgb(239 246 255 / 0.85) !important;
}

.border-y-blue-50\/90 {
  border-top-color: rgb(239 246 255 / 0.9) !important;
  border-bottom-color: rgb(239 246 255 / 0.9) !important;
}

.border-y-blue-50\/95 {
  border-top-color: rgb(239 246 255 / 0.95) !important;
  border-bottom-color: rgb(239 246 255 / 0.95) !important;
}

.border-y-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-500\/0 {
  border-top-color: rgb(59 130 246 / 0) !important;
  border-bottom-color: rgb(59 130 246 / 0) !important;
}

.border-y-blue-500\/10 {
  border-top-color: rgb(59 130 246 / 0.1) !important;
  border-bottom-color: rgb(59 130 246 / 0.1) !important;
}

.border-y-blue-500\/100 {
  border-top-color: rgb(59 130 246 / 1) !important;
  border-bottom-color: rgb(59 130 246 / 1) !important;
}

.border-y-blue-500\/15 {
  border-top-color: rgb(59 130 246 / 0.15) !important;
  border-bottom-color: rgb(59 130 246 / 0.15) !important;
}

.border-y-blue-500\/20 {
  border-top-color: rgb(59 130 246 / 0.2) !important;
  border-bottom-color: rgb(59 130 246 / 0.2) !important;
}

.border-y-blue-500\/25 {
  border-top-color: rgb(59 130 246 / 0.25) !important;
  border-bottom-color: rgb(59 130 246 / 0.25) !important;
}

.border-y-blue-500\/30 {
  border-top-color: rgb(59 130 246 / 0.3) !important;
  border-bottom-color: rgb(59 130 246 / 0.3) !important;
}

.border-y-blue-500\/35 {
  border-top-color: rgb(59 130 246 / 0.35) !important;
  border-bottom-color: rgb(59 130 246 / 0.35) !important;
}

.border-y-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4) !important;
  border-bottom-color: rgb(59 130 246 / 0.4) !important;
}

.border-y-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45) !important;
  border-bottom-color: rgb(59 130 246 / 0.45) !important;
}

.border-y-blue-500\/5 {
  border-top-color: rgb(59 130 246 / 0.05) !important;
  border-bottom-color: rgb(59 130 246 / 0.05) !important;
}

.border-y-blue-500\/50 {
  border-top-color: rgb(59 130 246 / 0.5) !important;
  border-bottom-color: rgb(59 130 246 / 0.5) !important;
}

.border-y-blue-500\/55 {
  border-top-color: rgb(59 130 246 / 0.55) !important;
  border-bottom-color: rgb(59 130 246 / 0.55) !important;
}

.border-y-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6) !important;
  border-bottom-color: rgb(59 130 246 / 0.6) !important;
}

.border-y-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65) !important;
  border-bottom-color: rgb(59 130 246 / 0.65) !important;
}

.border-y-blue-500\/70 {
  border-top-color: rgb(59 130 246 / 0.7) !important;
  border-bottom-color: rgb(59 130 246 / 0.7) !important;
}

.border-y-blue-500\/75 {
  border-top-color: rgb(59 130 246 / 0.75) !important;
  border-bottom-color: rgb(59 130 246 / 0.75) !important;
}

.border-y-blue-500\/80 {
  border-top-color: rgb(59 130 246 / 0.8) !important;
  border-bottom-color: rgb(59 130 246 / 0.8) !important;
}

.border-y-blue-500\/85 {
  border-top-color: rgb(59 130 246 / 0.85) !important;
  border-bottom-color: rgb(59 130 246 / 0.85) !important;
}

.border-y-blue-500\/90 {
  border-top-color: rgb(59 130 246 / 0.9) !important;
  border-bottom-color: rgb(59 130 246 / 0.9) !important;
}

.border-y-blue-500\/95 {
  border-top-color: rgb(59 130 246 / 0.95) !important;
  border-bottom-color: rgb(59 130 246 / 0.95) !important;
}

.border-y-blue-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-600\/0 {
  border-top-color: rgb(37 99 235 / 0) !important;
  border-bottom-color: rgb(37 99 235 / 0) !important;
}

.border-y-blue-600\/10 {
  border-top-color: rgb(37 99 235 / 0.1) !important;
  border-bottom-color: rgb(37 99 235 / 0.1) !important;
}

.border-y-blue-600\/100 {
  border-top-color: rgb(37 99 235 / 1) !important;
  border-bottom-color: rgb(37 99 235 / 1) !important;
}

.border-y-blue-600\/15 {
  border-top-color: rgb(37 99 235 / 0.15) !important;
  border-bottom-color: rgb(37 99 235 / 0.15) !important;
}

.border-y-blue-600\/20 {
  border-top-color: rgb(37 99 235 / 0.2) !important;
  border-bottom-color: rgb(37 99 235 / 0.2) !important;
}

.border-y-blue-600\/25 {
  border-top-color: rgb(37 99 235 / 0.25) !important;
  border-bottom-color: rgb(37 99 235 / 0.25) !important;
}

.border-y-blue-600\/30 {
  border-top-color: rgb(37 99 235 / 0.3) !important;
  border-bottom-color: rgb(37 99 235 / 0.3) !important;
}

.border-y-blue-600\/35 {
  border-top-color: rgb(37 99 235 / 0.35) !important;
  border-bottom-color: rgb(37 99 235 / 0.35) !important;
}

.border-y-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4) !important;
  border-bottom-color: rgb(37 99 235 / 0.4) !important;
}

.border-y-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45) !important;
  border-bottom-color: rgb(37 99 235 / 0.45) !important;
}

.border-y-blue-600\/5 {
  border-top-color: rgb(37 99 235 / 0.05) !important;
  border-bottom-color: rgb(37 99 235 / 0.05) !important;
}

.border-y-blue-600\/50 {
  border-top-color: rgb(37 99 235 / 0.5) !important;
  border-bottom-color: rgb(37 99 235 / 0.5) !important;
}

.border-y-blue-600\/55 {
  border-top-color: rgb(37 99 235 / 0.55) !important;
  border-bottom-color: rgb(37 99 235 / 0.55) !important;
}

.border-y-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6) !important;
  border-bottom-color: rgb(37 99 235 / 0.6) !important;
}

.border-y-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65) !important;
  border-bottom-color: rgb(37 99 235 / 0.65) !important;
}

.border-y-blue-600\/70 {
  border-top-color: rgb(37 99 235 / 0.7) !important;
  border-bottom-color: rgb(37 99 235 / 0.7) !important;
}

.border-y-blue-600\/75 {
  border-top-color: rgb(37 99 235 / 0.75) !important;
  border-bottom-color: rgb(37 99 235 / 0.75) !important;
}

.border-y-blue-600\/80 {
  border-top-color: rgb(37 99 235 / 0.8) !important;
  border-bottom-color: rgb(37 99 235 / 0.8) !important;
}

.border-y-blue-600\/85 {
  border-top-color: rgb(37 99 235 / 0.85) !important;
  border-bottom-color: rgb(37 99 235 / 0.85) !important;
}

.border-y-blue-600\/90 {
  border-top-color: rgb(37 99 235 / 0.9) !important;
  border-bottom-color: rgb(37 99 235 / 0.9) !important;
}

.border-y-blue-600\/95 {
  border-top-color: rgb(37 99 235 / 0.95) !important;
  border-bottom-color: rgb(37 99 235 / 0.95) !important;
}

.border-y-blue-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-700\/0 {
  border-top-color: rgb(29 78 216 / 0) !important;
  border-bottom-color: rgb(29 78 216 / 0) !important;
}

.border-y-blue-700\/10 {
  border-top-color: rgb(29 78 216 / 0.1) !important;
  border-bottom-color: rgb(29 78 216 / 0.1) !important;
}

.border-y-blue-700\/100 {
  border-top-color: rgb(29 78 216 / 1) !important;
  border-bottom-color: rgb(29 78 216 / 1) !important;
}

.border-y-blue-700\/15 {
  border-top-color: rgb(29 78 216 / 0.15) !important;
  border-bottom-color: rgb(29 78 216 / 0.15) !important;
}

.border-y-blue-700\/20 {
  border-top-color: rgb(29 78 216 / 0.2) !important;
  border-bottom-color: rgb(29 78 216 / 0.2) !important;
}

.border-y-blue-700\/25 {
  border-top-color: rgb(29 78 216 / 0.25) !important;
  border-bottom-color: rgb(29 78 216 / 0.25) !important;
}

.border-y-blue-700\/30 {
  border-top-color: rgb(29 78 216 / 0.3) !important;
  border-bottom-color: rgb(29 78 216 / 0.3) !important;
}

.border-y-blue-700\/35 {
  border-top-color: rgb(29 78 216 / 0.35) !important;
  border-bottom-color: rgb(29 78 216 / 0.35) !important;
}

.border-y-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4) !important;
  border-bottom-color: rgb(29 78 216 / 0.4) !important;
}

.border-y-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45) !important;
  border-bottom-color: rgb(29 78 216 / 0.45) !important;
}

.border-y-blue-700\/5 {
  border-top-color: rgb(29 78 216 / 0.05) !important;
  border-bottom-color: rgb(29 78 216 / 0.05) !important;
}

.border-y-blue-700\/50 {
  border-top-color: rgb(29 78 216 / 0.5) !important;
  border-bottom-color: rgb(29 78 216 / 0.5) !important;
}

.border-y-blue-700\/55 {
  border-top-color: rgb(29 78 216 / 0.55) !important;
  border-bottom-color: rgb(29 78 216 / 0.55) !important;
}

.border-y-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6) !important;
  border-bottom-color: rgb(29 78 216 / 0.6) !important;
}

.border-y-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65) !important;
  border-bottom-color: rgb(29 78 216 / 0.65) !important;
}

.border-y-blue-700\/70 {
  border-top-color: rgb(29 78 216 / 0.7) !important;
  border-bottom-color: rgb(29 78 216 / 0.7) !important;
}

.border-y-blue-700\/75 {
  border-top-color: rgb(29 78 216 / 0.75) !important;
  border-bottom-color: rgb(29 78 216 / 0.75) !important;
}

.border-y-blue-700\/80 {
  border-top-color: rgb(29 78 216 / 0.8) !important;
  border-bottom-color: rgb(29 78 216 / 0.8) !important;
}

.border-y-blue-700\/85 {
  border-top-color: rgb(29 78 216 / 0.85) !important;
  border-bottom-color: rgb(29 78 216 / 0.85) !important;
}

.border-y-blue-700\/90 {
  border-top-color: rgb(29 78 216 / 0.9) !important;
  border-bottom-color: rgb(29 78 216 / 0.9) !important;
}

.border-y-blue-700\/95 {
  border-top-color: rgb(29 78 216 / 0.95) !important;
  border-bottom-color: rgb(29 78 216 / 0.95) !important;
}

.border-y-blue-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-800\/0 {
  border-top-color: rgb(30 64 175 / 0) !important;
  border-bottom-color: rgb(30 64 175 / 0) !important;
}

.border-y-blue-800\/10 {
  border-top-color: rgb(30 64 175 / 0.1) !important;
  border-bottom-color: rgb(30 64 175 / 0.1) !important;
}

.border-y-blue-800\/100 {
  border-top-color: rgb(30 64 175 / 1) !important;
  border-bottom-color: rgb(30 64 175 / 1) !important;
}

.border-y-blue-800\/15 {
  border-top-color: rgb(30 64 175 / 0.15) !important;
  border-bottom-color: rgb(30 64 175 / 0.15) !important;
}

.border-y-blue-800\/20 {
  border-top-color: rgb(30 64 175 / 0.2) !important;
  border-bottom-color: rgb(30 64 175 / 0.2) !important;
}

.border-y-blue-800\/25 {
  border-top-color: rgb(30 64 175 / 0.25) !important;
  border-bottom-color: rgb(30 64 175 / 0.25) !important;
}

.border-y-blue-800\/30 {
  border-top-color: rgb(30 64 175 / 0.3) !important;
  border-bottom-color: rgb(30 64 175 / 0.3) !important;
}

.border-y-blue-800\/35 {
  border-top-color: rgb(30 64 175 / 0.35) !important;
  border-bottom-color: rgb(30 64 175 / 0.35) !important;
}

.border-y-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4) !important;
  border-bottom-color: rgb(30 64 175 / 0.4) !important;
}

.border-y-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45) !important;
  border-bottom-color: rgb(30 64 175 / 0.45) !important;
}

.border-y-blue-800\/5 {
  border-top-color: rgb(30 64 175 / 0.05) !important;
  border-bottom-color: rgb(30 64 175 / 0.05) !important;
}

.border-y-blue-800\/50 {
  border-top-color: rgb(30 64 175 / 0.5) !important;
  border-bottom-color: rgb(30 64 175 / 0.5) !important;
}

.border-y-blue-800\/55 {
  border-top-color: rgb(30 64 175 / 0.55) !important;
  border-bottom-color: rgb(30 64 175 / 0.55) !important;
}

.border-y-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6) !important;
  border-bottom-color: rgb(30 64 175 / 0.6) !important;
}

.border-y-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65) !important;
  border-bottom-color: rgb(30 64 175 / 0.65) !important;
}

.border-y-blue-800\/70 {
  border-top-color: rgb(30 64 175 / 0.7) !important;
  border-bottom-color: rgb(30 64 175 / 0.7) !important;
}

.border-y-blue-800\/75 {
  border-top-color: rgb(30 64 175 / 0.75) !important;
  border-bottom-color: rgb(30 64 175 / 0.75) !important;
}

.border-y-blue-800\/80 {
  border-top-color: rgb(30 64 175 / 0.8) !important;
  border-bottom-color: rgb(30 64 175 / 0.8) !important;
}

.border-y-blue-800\/85 {
  border-top-color: rgb(30 64 175 / 0.85) !important;
  border-bottom-color: rgb(30 64 175 / 0.85) !important;
}

.border-y-blue-800\/90 {
  border-top-color: rgb(30 64 175 / 0.9) !important;
  border-bottom-color: rgb(30 64 175 / 0.9) !important;
}

.border-y-blue-800\/95 {
  border-top-color: rgb(30 64 175 / 0.95) !important;
  border-bottom-color: rgb(30 64 175 / 0.95) !important;
}

.border-y-blue-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-900\/0 {
  border-top-color: rgb(30 58 138 / 0) !important;
  border-bottom-color: rgb(30 58 138 / 0) !important;
}

.border-y-blue-900\/10 {
  border-top-color: rgb(30 58 138 / 0.1) !important;
  border-bottom-color: rgb(30 58 138 / 0.1) !important;
}

.border-y-blue-900\/100 {
  border-top-color: rgb(30 58 138 / 1) !important;
  border-bottom-color: rgb(30 58 138 / 1) !important;
}

.border-y-blue-900\/15 {
  border-top-color: rgb(30 58 138 / 0.15) !important;
  border-bottom-color: rgb(30 58 138 / 0.15) !important;
}

.border-y-blue-900\/20 {
  border-top-color: rgb(30 58 138 / 0.2) !important;
  border-bottom-color: rgb(30 58 138 / 0.2) !important;
}

.border-y-blue-900\/25 {
  border-top-color: rgb(30 58 138 / 0.25) !important;
  border-bottom-color: rgb(30 58 138 / 0.25) !important;
}

.border-y-blue-900\/30 {
  border-top-color: rgb(30 58 138 / 0.3) !important;
  border-bottom-color: rgb(30 58 138 / 0.3) !important;
}

.border-y-blue-900\/35 {
  border-top-color: rgb(30 58 138 / 0.35) !important;
  border-bottom-color: rgb(30 58 138 / 0.35) !important;
}

.border-y-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4) !important;
  border-bottom-color: rgb(30 58 138 / 0.4) !important;
}

.border-y-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45) !important;
  border-bottom-color: rgb(30 58 138 / 0.45) !important;
}

.border-y-blue-900\/5 {
  border-top-color: rgb(30 58 138 / 0.05) !important;
  border-bottom-color: rgb(30 58 138 / 0.05) !important;
}

.border-y-blue-900\/50 {
  border-top-color: rgb(30 58 138 / 0.5) !important;
  border-bottom-color: rgb(30 58 138 / 0.5) !important;
}

.border-y-blue-900\/55 {
  border-top-color: rgb(30 58 138 / 0.55) !important;
  border-bottom-color: rgb(30 58 138 / 0.55) !important;
}

.border-y-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6) !important;
  border-bottom-color: rgb(30 58 138 / 0.6) !important;
}

.border-y-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65) !important;
  border-bottom-color: rgb(30 58 138 / 0.65) !important;
}

.border-y-blue-900\/70 {
  border-top-color: rgb(30 58 138 / 0.7) !important;
  border-bottom-color: rgb(30 58 138 / 0.7) !important;
}

.border-y-blue-900\/75 {
  border-top-color: rgb(30 58 138 / 0.75) !important;
  border-bottom-color: rgb(30 58 138 / 0.75) !important;
}

.border-y-blue-900\/80 {
  border-top-color: rgb(30 58 138 / 0.8) !important;
  border-bottom-color: rgb(30 58 138 / 0.8) !important;
}

.border-y-blue-900\/85 {
  border-top-color: rgb(30 58 138 / 0.85) !important;
  border-bottom-color: rgb(30 58 138 / 0.85) !important;
}

.border-y-blue-900\/90 {
  border-top-color: rgb(30 58 138 / 0.9) !important;
  border-bottom-color: rgb(30 58 138 / 0.9) !important;
}

.border-y-blue-900\/95 {
  border-top-color: rgb(30 58 138 / 0.95) !important;
  border-bottom-color: rgb(30 58 138 / 0.95) !important;
}

.border-y-blue-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-y-blue-950\/0 {
  border-top-color: rgb(23 37 84 / 0) !important;
  border-bottom-color: rgb(23 37 84 / 0) !important;
}

.border-y-blue-950\/10 {
  border-top-color: rgb(23 37 84 / 0.1) !important;
  border-bottom-color: rgb(23 37 84 / 0.1) !important;
}

.border-y-blue-950\/100 {
  border-top-color: rgb(23 37 84 / 1) !important;
  border-bottom-color: rgb(23 37 84 / 1) !important;
}

.border-y-blue-950\/15 {
  border-top-color: rgb(23 37 84 / 0.15) !important;
  border-bottom-color: rgb(23 37 84 / 0.15) !important;
}

.border-y-blue-950\/20 {
  border-top-color: rgb(23 37 84 / 0.2) !important;
  border-bottom-color: rgb(23 37 84 / 0.2) !important;
}

.border-y-blue-950\/25 {
  border-top-color: rgb(23 37 84 / 0.25) !important;
  border-bottom-color: rgb(23 37 84 / 0.25) !important;
}

.border-y-blue-950\/30 {
  border-top-color: rgb(23 37 84 / 0.3) !important;
  border-bottom-color: rgb(23 37 84 / 0.3) !important;
}

.border-y-blue-950\/35 {
  border-top-color: rgb(23 37 84 / 0.35) !important;
  border-bottom-color: rgb(23 37 84 / 0.35) !important;
}

.border-y-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4) !important;
  border-bottom-color: rgb(23 37 84 / 0.4) !important;
}

.border-y-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45) !important;
  border-bottom-color: rgb(23 37 84 / 0.45) !important;
}

.border-y-blue-950\/5 {
  border-top-color: rgb(23 37 84 / 0.05) !important;
  border-bottom-color: rgb(23 37 84 / 0.05) !important;
}

.border-y-blue-950\/50 {
  border-top-color: rgb(23 37 84 / 0.5) !important;
  border-bottom-color: rgb(23 37 84 / 0.5) !important;
}

.border-y-blue-950\/55 {
  border-top-color: rgb(23 37 84 / 0.55) !important;
  border-bottom-color: rgb(23 37 84 / 0.55) !important;
}

.border-y-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6) !important;
  border-bottom-color: rgb(23 37 84 / 0.6) !important;
}

.border-y-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65) !important;
  border-bottom-color: rgb(23 37 84 / 0.65) !important;
}

.border-y-blue-950\/70 {
  border-top-color: rgb(23 37 84 / 0.7) !important;
  border-bottom-color: rgb(23 37 84 / 0.7) !important;
}

.border-y-blue-950\/75 {
  border-top-color: rgb(23 37 84 / 0.75) !important;
  border-bottom-color: rgb(23 37 84 / 0.75) !important;
}

.border-y-blue-950\/80 {
  border-top-color: rgb(23 37 84 / 0.8) !important;
  border-bottom-color: rgb(23 37 84 / 0.8) !important;
}

.border-y-blue-950\/85 {
  border-top-color: rgb(23 37 84 / 0.85) !important;
  border-bottom-color: rgb(23 37 84 / 0.85) !important;
}

.border-y-blue-950\/90 {
  border-top-color: rgb(23 37 84 / 0.9) !important;
  border-bottom-color: rgb(23 37 84 / 0.9) !important;
}

.border-y-blue-950\/95 {
  border-top-color: rgb(23 37 84 / 0.95) !important;
  border-bottom-color: rgb(23 37 84 / 0.95) !important;
}

.border-y-brand-brown {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brown\/0 {
  border-top-color: rgb(133 114 114 / 0) !important;
  border-bottom-color: rgb(133 114 114 / 0) !important;
}

.border-y-brand-brown\/10 {
  border-top-color: rgb(133 114 114 / 0.1) !important;
  border-bottom-color: rgb(133 114 114 / 0.1) !important;
}

.border-y-brand-brown\/100 {
  border-top-color: rgb(133 114 114 / 1) !important;
  border-bottom-color: rgb(133 114 114 / 1) !important;
}

.border-y-brand-brown\/15 {
  border-top-color: rgb(133 114 114 / 0.15) !important;
  border-bottom-color: rgb(133 114 114 / 0.15) !important;
}

.border-y-brand-brown\/20 {
  border-top-color: rgb(133 114 114 / 0.2) !important;
  border-bottom-color: rgb(133 114 114 / 0.2) !important;
}

.border-y-brand-brown\/25 {
  border-top-color: rgb(133 114 114 / 0.25) !important;
  border-bottom-color: rgb(133 114 114 / 0.25) !important;
}

.border-y-brand-brown\/30 {
  border-top-color: rgb(133 114 114 / 0.3) !important;
  border-bottom-color: rgb(133 114 114 / 0.3) !important;
}

.border-y-brand-brown\/35 {
  border-top-color: rgb(133 114 114 / 0.35) !important;
  border-bottom-color: rgb(133 114 114 / 0.35) !important;
}

.border-y-brand-brown\/40 {
  border-top-color: rgb(133 114 114 / 0.4) !important;
  border-bottom-color: rgb(133 114 114 / 0.4) !important;
}

.border-y-brand-brown\/45 {
  border-top-color: rgb(133 114 114 / 0.45) !important;
  border-bottom-color: rgb(133 114 114 / 0.45) !important;
}

.border-y-brand-brown\/5 {
  border-top-color: rgb(133 114 114 / 0.05) !important;
  border-bottom-color: rgb(133 114 114 / 0.05) !important;
}

.border-y-brand-brown\/50 {
  border-top-color: rgb(133 114 114 / 0.5) !important;
  border-bottom-color: rgb(133 114 114 / 0.5) !important;
}

.border-y-brand-brown\/55 {
  border-top-color: rgb(133 114 114 / 0.55) !important;
  border-bottom-color: rgb(133 114 114 / 0.55) !important;
}

.border-y-brand-brown\/60 {
  border-top-color: rgb(133 114 114 / 0.6) !important;
  border-bottom-color: rgb(133 114 114 / 0.6) !important;
}

.border-y-brand-brown\/65 {
  border-top-color: rgb(133 114 114 / 0.65) !important;
  border-bottom-color: rgb(133 114 114 / 0.65) !important;
}

.border-y-brand-brown\/70 {
  border-top-color: rgb(133 114 114 / 0.7) !important;
  border-bottom-color: rgb(133 114 114 / 0.7) !important;
}

.border-y-brand-brown\/75 {
  border-top-color: rgb(133 114 114 / 0.75) !important;
  border-bottom-color: rgb(133 114 114 / 0.75) !important;
}

.border-y-brand-brown\/80 {
  border-top-color: rgb(133 114 114 / 0.8) !important;
  border-bottom-color: rgb(133 114 114 / 0.8) !important;
}

.border-y-brand-brown\/85 {
  border-top-color: rgb(133 114 114 / 0.85) !important;
  border-bottom-color: rgb(133 114 114 / 0.85) !important;
}

.border-y-brand-brown\/90 {
  border-top-color: rgb(133 114 114 / 0.9) !important;
  border-bottom-color: rgb(133 114 114 / 0.9) !important;
}

.border-y-brand-brown\/95 {
  border-top-color: rgb(133 114 114 / 0.95) !important;
  border-bottom-color: rgb(133 114 114 / 0.95) !important;
}

.border-y-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brownDark\/0 {
  border-top-color: rgb(73 71 78 / 0) !important;
  border-bottom-color: rgb(73 71 78 / 0) !important;
}

.border-y-brand-brownDark\/10 {
  border-top-color: rgb(73 71 78 / 0.1) !important;
  border-bottom-color: rgb(73 71 78 / 0.1) !important;
}

.border-y-brand-brownDark\/100 {
  border-top-color: rgb(73 71 78 / 1) !important;
  border-bottom-color: rgb(73 71 78 / 1) !important;
}

.border-y-brand-brownDark\/15 {
  border-top-color: rgb(73 71 78 / 0.15) !important;
  border-bottom-color: rgb(73 71 78 / 0.15) !important;
}

.border-y-brand-brownDark\/20 {
  border-top-color: rgb(73 71 78 / 0.2) !important;
  border-bottom-color: rgb(73 71 78 / 0.2) !important;
}

.border-y-brand-brownDark\/25 {
  border-top-color: rgb(73 71 78 / 0.25) !important;
  border-bottom-color: rgb(73 71 78 / 0.25) !important;
}

.border-y-brand-brownDark\/30 {
  border-top-color: rgb(73 71 78 / 0.3) !important;
  border-bottom-color: rgb(73 71 78 / 0.3) !important;
}

.border-y-brand-brownDark\/35 {
  border-top-color: rgb(73 71 78 / 0.35) !important;
  border-bottom-color: rgb(73 71 78 / 0.35) !important;
}

.border-y-brand-brownDark\/40 {
  border-top-color: rgb(73 71 78 / 0.4) !important;
  border-bottom-color: rgb(73 71 78 / 0.4) !important;
}

.border-y-brand-brownDark\/45 {
  border-top-color: rgb(73 71 78 / 0.45) !important;
  border-bottom-color: rgb(73 71 78 / 0.45) !important;
}

.border-y-brand-brownDark\/5 {
  border-top-color: rgb(73 71 78 / 0.05) !important;
  border-bottom-color: rgb(73 71 78 / 0.05) !important;
}

.border-y-brand-brownDark\/50 {
  border-top-color: rgb(73 71 78 / 0.5) !important;
  border-bottom-color: rgb(73 71 78 / 0.5) !important;
}

.border-y-brand-brownDark\/55 {
  border-top-color: rgb(73 71 78 / 0.55) !important;
  border-bottom-color: rgb(73 71 78 / 0.55) !important;
}

.border-y-brand-brownDark\/60 {
  border-top-color: rgb(73 71 78 / 0.6) !important;
  border-bottom-color: rgb(73 71 78 / 0.6) !important;
}

.border-y-brand-brownDark\/65 {
  border-top-color: rgb(73 71 78 / 0.65) !important;
  border-bottom-color: rgb(73 71 78 / 0.65) !important;
}

.border-y-brand-brownDark\/70 {
  border-top-color: rgb(73 71 78 / 0.7) !important;
  border-bottom-color: rgb(73 71 78 / 0.7) !important;
}

.border-y-brand-brownDark\/75 {
  border-top-color: rgb(73 71 78 / 0.75) !important;
  border-bottom-color: rgb(73 71 78 / 0.75) !important;
}

.border-y-brand-brownDark\/80 {
  border-top-color: rgb(73 71 78 / 0.8) !important;
  border-bottom-color: rgb(73 71 78 / 0.8) !important;
}

.border-y-brand-brownDark\/85 {
  border-top-color: rgb(73 71 78 / 0.85) !important;
  border-bottom-color: rgb(73 71 78 / 0.85) !important;
}

.border-y-brand-brownDark\/90 {
  border-top-color: rgb(73 71 78 / 0.9) !important;
  border-bottom-color: rgb(73 71 78 / 0.9) !important;
}

.border-y-brand-brownDark\/95 {
  border-top-color: rgb(73 71 78 / 0.95) !important;
  border-bottom-color: rgb(73 71 78 / 0.95) !important;
}

.border-y-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brownDarker\/0 {
  border-top-color: rgb(36 34 42 / 0) !important;
  border-bottom-color: rgb(36 34 42 / 0) !important;
}

.border-y-brand-brownDarker\/10 {
  border-top-color: rgb(36 34 42 / 0.1) !important;
  border-bottom-color: rgb(36 34 42 / 0.1) !important;
}

.border-y-brand-brownDarker\/100 {
  border-top-color: rgb(36 34 42 / 1) !important;
  border-bottom-color: rgb(36 34 42 / 1) !important;
}

.border-y-brand-brownDarker\/15 {
  border-top-color: rgb(36 34 42 / 0.15) !important;
  border-bottom-color: rgb(36 34 42 / 0.15) !important;
}

.border-y-brand-brownDarker\/20 {
  border-top-color: rgb(36 34 42 / 0.2) !important;
  border-bottom-color: rgb(36 34 42 / 0.2) !important;
}

.border-y-brand-brownDarker\/25 {
  border-top-color: rgb(36 34 42 / 0.25) !important;
  border-bottom-color: rgb(36 34 42 / 0.25) !important;
}

.border-y-brand-brownDarker\/30 {
  border-top-color: rgb(36 34 42 / 0.3) !important;
  border-bottom-color: rgb(36 34 42 / 0.3) !important;
}

.border-y-brand-brownDarker\/35 {
  border-top-color: rgb(36 34 42 / 0.35) !important;
  border-bottom-color: rgb(36 34 42 / 0.35) !important;
}

.border-y-brand-brownDarker\/40 {
  border-top-color: rgb(36 34 42 / 0.4) !important;
  border-bottom-color: rgb(36 34 42 / 0.4) !important;
}

.border-y-brand-brownDarker\/45 {
  border-top-color: rgb(36 34 42 / 0.45) !important;
  border-bottom-color: rgb(36 34 42 / 0.45) !important;
}

.border-y-brand-brownDarker\/5 {
  border-top-color: rgb(36 34 42 / 0.05) !important;
  border-bottom-color: rgb(36 34 42 / 0.05) !important;
}

.border-y-brand-brownDarker\/50 {
  border-top-color: rgb(36 34 42 / 0.5) !important;
  border-bottom-color: rgb(36 34 42 / 0.5) !important;
}

.border-y-brand-brownDarker\/55 {
  border-top-color: rgb(36 34 42 / 0.55) !important;
  border-bottom-color: rgb(36 34 42 / 0.55) !important;
}

.border-y-brand-brownDarker\/60 {
  border-top-color: rgb(36 34 42 / 0.6) !important;
  border-bottom-color: rgb(36 34 42 / 0.6) !important;
}

.border-y-brand-brownDarker\/65 {
  border-top-color: rgb(36 34 42 / 0.65) !important;
  border-bottom-color: rgb(36 34 42 / 0.65) !important;
}

.border-y-brand-brownDarker\/70 {
  border-top-color: rgb(36 34 42 / 0.7) !important;
  border-bottom-color: rgb(36 34 42 / 0.7) !important;
}

.border-y-brand-brownDarker\/75 {
  border-top-color: rgb(36 34 42 / 0.75) !important;
  border-bottom-color: rgb(36 34 42 / 0.75) !important;
}

.border-y-brand-brownDarker\/80 {
  border-top-color: rgb(36 34 42 / 0.8) !important;
  border-bottom-color: rgb(36 34 42 / 0.8) !important;
}

.border-y-brand-brownDarker\/85 {
  border-top-color: rgb(36 34 42 / 0.85) !important;
  border-bottom-color: rgb(36 34 42 / 0.85) !important;
}

.border-y-brand-brownDarker\/90 {
  border-top-color: rgb(36 34 42 / 0.9) !important;
  border-bottom-color: rgb(36 34 42 / 0.9) !important;
}

.border-y-brand-brownDarker\/95 {
  border-top-color: rgb(36 34 42 / 0.95) !important;
  border-bottom-color: rgb(36 34 42 / 0.95) !important;
}

.border-y-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brownDarkest\/0 {
  border-top-color: rgb(13 14 24 / 0) !important;
  border-bottom-color: rgb(13 14 24 / 0) !important;
}

.border-y-brand-brownDarkest\/10 {
  border-top-color: rgb(13 14 24 / 0.1) !important;
  border-bottom-color: rgb(13 14 24 / 0.1) !important;
}

.border-y-brand-brownDarkest\/100 {
  border-top-color: rgb(13 14 24 / 1) !important;
  border-bottom-color: rgb(13 14 24 / 1) !important;
}

.border-y-brand-brownDarkest\/15 {
  border-top-color: rgb(13 14 24 / 0.15) !important;
  border-bottom-color: rgb(13 14 24 / 0.15) !important;
}

.border-y-brand-brownDarkest\/20 {
  border-top-color: rgb(13 14 24 / 0.2) !important;
  border-bottom-color: rgb(13 14 24 / 0.2) !important;
}

.border-y-brand-brownDarkest\/25 {
  border-top-color: rgb(13 14 24 / 0.25) !important;
  border-bottom-color: rgb(13 14 24 / 0.25) !important;
}

.border-y-brand-brownDarkest\/30 {
  border-top-color: rgb(13 14 24 / 0.3) !important;
  border-bottom-color: rgb(13 14 24 / 0.3) !important;
}

.border-y-brand-brownDarkest\/35 {
  border-top-color: rgb(13 14 24 / 0.35) !important;
  border-bottom-color: rgb(13 14 24 / 0.35) !important;
}

.border-y-brand-brownDarkest\/40 {
  border-top-color: rgb(13 14 24 / 0.4) !important;
  border-bottom-color: rgb(13 14 24 / 0.4) !important;
}

.border-y-brand-brownDarkest\/45 {
  border-top-color: rgb(13 14 24 / 0.45) !important;
  border-bottom-color: rgb(13 14 24 / 0.45) !important;
}

.border-y-brand-brownDarkest\/5 {
  border-top-color: rgb(13 14 24 / 0.05) !important;
  border-bottom-color: rgb(13 14 24 / 0.05) !important;
}

.border-y-brand-brownDarkest\/50 {
  border-top-color: rgb(13 14 24 / 0.5) !important;
  border-bottom-color: rgb(13 14 24 / 0.5) !important;
}

.border-y-brand-brownDarkest\/55 {
  border-top-color: rgb(13 14 24 / 0.55) !important;
  border-bottom-color: rgb(13 14 24 / 0.55) !important;
}

.border-y-brand-brownDarkest\/60 {
  border-top-color: rgb(13 14 24 / 0.6) !important;
  border-bottom-color: rgb(13 14 24 / 0.6) !important;
}

.border-y-brand-brownDarkest\/65 {
  border-top-color: rgb(13 14 24 / 0.65) !important;
  border-bottom-color: rgb(13 14 24 / 0.65) !important;
}

.border-y-brand-brownDarkest\/70 {
  border-top-color: rgb(13 14 24 / 0.7) !important;
  border-bottom-color: rgb(13 14 24 / 0.7) !important;
}

.border-y-brand-brownDarkest\/75 {
  border-top-color: rgb(13 14 24 / 0.75) !important;
  border-bottom-color: rgb(13 14 24 / 0.75) !important;
}

.border-y-brand-brownDarkest\/80 {
  border-top-color: rgb(13 14 24 / 0.8) !important;
  border-bottom-color: rgb(13 14 24 / 0.8) !important;
}

.border-y-brand-brownDarkest\/85 {
  border-top-color: rgb(13 14 24 / 0.85) !important;
  border-bottom-color: rgb(13 14 24 / 0.85) !important;
}

.border-y-brand-brownDarkest\/90 {
  border-top-color: rgb(13 14 24 / 0.9) !important;
  border-bottom-color: rgb(13 14 24 / 0.9) !important;
}

.border-y-brand-brownDarkest\/95 {
  border-top-color: rgb(13 14 24 / 0.95) !important;
  border-bottom-color: rgb(13 14 24 / 0.95) !important;
}

.border-y-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brownLighest\/0 {
  border-top-color: rgb(252 248 248 / 0) !important;
  border-bottom-color: rgb(252 248 248 / 0) !important;
}

.border-y-brand-brownLighest\/10 {
  border-top-color: rgb(252 248 248 / 0.1) !important;
  border-bottom-color: rgb(252 248 248 / 0.1) !important;
}

.border-y-brand-brownLighest\/100 {
  border-top-color: rgb(252 248 248 / 1) !important;
  border-bottom-color: rgb(252 248 248 / 1) !important;
}

.border-y-brand-brownLighest\/15 {
  border-top-color: rgb(252 248 248 / 0.15) !important;
  border-bottom-color: rgb(252 248 248 / 0.15) !important;
}

.border-y-brand-brownLighest\/20 {
  border-top-color: rgb(252 248 248 / 0.2) !important;
  border-bottom-color: rgb(252 248 248 / 0.2) !important;
}

.border-y-brand-brownLighest\/25 {
  border-top-color: rgb(252 248 248 / 0.25) !important;
  border-bottom-color: rgb(252 248 248 / 0.25) !important;
}

.border-y-brand-brownLighest\/30 {
  border-top-color: rgb(252 248 248 / 0.3) !important;
  border-bottom-color: rgb(252 248 248 / 0.3) !important;
}

.border-y-brand-brownLighest\/35 {
  border-top-color: rgb(252 248 248 / 0.35) !important;
  border-bottom-color: rgb(252 248 248 / 0.35) !important;
}

.border-y-brand-brownLighest\/40 {
  border-top-color: rgb(252 248 248 / 0.4) !important;
  border-bottom-color: rgb(252 248 248 / 0.4) !important;
}

.border-y-brand-brownLighest\/45 {
  border-top-color: rgb(252 248 248 / 0.45) !important;
  border-bottom-color: rgb(252 248 248 / 0.45) !important;
}

.border-y-brand-brownLighest\/5 {
  border-top-color: rgb(252 248 248 / 0.05) !important;
  border-bottom-color: rgb(252 248 248 / 0.05) !important;
}

.border-y-brand-brownLighest\/50 {
  border-top-color: rgb(252 248 248 / 0.5) !important;
  border-bottom-color: rgb(252 248 248 / 0.5) !important;
}

.border-y-brand-brownLighest\/55 {
  border-top-color: rgb(252 248 248 / 0.55) !important;
  border-bottom-color: rgb(252 248 248 / 0.55) !important;
}

.border-y-brand-brownLighest\/60 {
  border-top-color: rgb(252 248 248 / 0.6) !important;
  border-bottom-color: rgb(252 248 248 / 0.6) !important;
}

.border-y-brand-brownLighest\/65 {
  border-top-color: rgb(252 248 248 / 0.65) !important;
  border-bottom-color: rgb(252 248 248 / 0.65) !important;
}

.border-y-brand-brownLighest\/70 {
  border-top-color: rgb(252 248 248 / 0.7) !important;
  border-bottom-color: rgb(252 248 248 / 0.7) !important;
}

.border-y-brand-brownLighest\/75 {
  border-top-color: rgb(252 248 248 / 0.75) !important;
  border-bottom-color: rgb(252 248 248 / 0.75) !important;
}

.border-y-brand-brownLighest\/80 {
  border-top-color: rgb(252 248 248 / 0.8) !important;
  border-bottom-color: rgb(252 248 248 / 0.8) !important;
}

.border-y-brand-brownLighest\/85 {
  border-top-color: rgb(252 248 248 / 0.85) !important;
  border-bottom-color: rgb(252 248 248 / 0.85) !important;
}

.border-y-brand-brownLighest\/90 {
  border-top-color: rgb(252 248 248 / 0.9) !important;
  border-bottom-color: rgb(252 248 248 / 0.9) !important;
}

.border-y-brand-brownLighest\/95 {
  border-top-color: rgb(252 248 248 / 0.95) !important;
  border-bottom-color: rgb(252 248 248 / 0.95) !important;
}

.border-y-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-brownLight\/0 {
  border-top-color: rgb(214 204 205 / 0) !important;
  border-bottom-color: rgb(214 204 205 / 0) !important;
}

.border-y-brand-brownLight\/10 {
  border-top-color: rgb(214 204 205 / 0.1) !important;
  border-bottom-color: rgb(214 204 205 / 0.1) !important;
}

.border-y-brand-brownLight\/100 {
  border-top-color: rgb(214 204 205 / 1) !important;
  border-bottom-color: rgb(214 204 205 / 1) !important;
}

.border-y-brand-brownLight\/15 {
  border-top-color: rgb(214 204 205 / 0.15) !important;
  border-bottom-color: rgb(214 204 205 / 0.15) !important;
}

.border-y-brand-brownLight\/20 {
  border-top-color: rgb(214 204 205 / 0.2) !important;
  border-bottom-color: rgb(214 204 205 / 0.2) !important;
}

.border-y-brand-brownLight\/25 {
  border-top-color: rgb(214 204 205 / 0.25) !important;
  border-bottom-color: rgb(214 204 205 / 0.25) !important;
}

.border-y-brand-brownLight\/30 {
  border-top-color: rgb(214 204 205 / 0.3) !important;
  border-bottom-color: rgb(214 204 205 / 0.3) !important;
}

.border-y-brand-brownLight\/35 {
  border-top-color: rgb(214 204 205 / 0.35) !important;
  border-bottom-color: rgb(214 204 205 / 0.35) !important;
}

.border-y-brand-brownLight\/40 {
  border-top-color: rgb(214 204 205 / 0.4) !important;
  border-bottom-color: rgb(214 204 205 / 0.4) !important;
}

.border-y-brand-brownLight\/45 {
  border-top-color: rgb(214 204 205 / 0.45) !important;
  border-bottom-color: rgb(214 204 205 / 0.45) !important;
}

.border-y-brand-brownLight\/5 {
  border-top-color: rgb(214 204 205 / 0.05) !important;
  border-bottom-color: rgb(214 204 205 / 0.05) !important;
}

.border-y-brand-brownLight\/50 {
  border-top-color: rgb(214 204 205 / 0.5) !important;
  border-bottom-color: rgb(214 204 205 / 0.5) !important;
}

.border-y-brand-brownLight\/55 {
  border-top-color: rgb(214 204 205 / 0.55) !important;
  border-bottom-color: rgb(214 204 205 / 0.55) !important;
}

.border-y-brand-brownLight\/60 {
  border-top-color: rgb(214 204 205 / 0.6) !important;
  border-bottom-color: rgb(214 204 205 / 0.6) !important;
}

.border-y-brand-brownLight\/65 {
  border-top-color: rgb(214 204 205 / 0.65) !important;
  border-bottom-color: rgb(214 204 205 / 0.65) !important;
}

.border-y-brand-brownLight\/70 {
  border-top-color: rgb(214 204 205 / 0.7) !important;
  border-bottom-color: rgb(214 204 205 / 0.7) !important;
}

.border-y-brand-brownLight\/75 {
  border-top-color: rgb(214 204 205 / 0.75) !important;
  border-bottom-color: rgb(214 204 205 / 0.75) !important;
}

.border-y-brand-brownLight\/80 {
  border-top-color: rgb(214 204 205 / 0.8) !important;
  border-bottom-color: rgb(214 204 205 / 0.8) !important;
}

.border-y-brand-brownLight\/85 {
  border-top-color: rgb(214 204 205 / 0.85) !important;
  border-bottom-color: rgb(214 204 205 / 0.85) !important;
}

.border-y-brand-brownLight\/90 {
  border-top-color: rgb(214 204 205 / 0.9) !important;
  border-bottom-color: rgb(214 204 205 / 0.9) !important;
}

.border-y-brand-brownLight\/95 {
  border-top-color: rgb(214 204 205 / 0.95) !important;
  border-bottom-color: rgb(214 204 205 / 0.95) !important;
}

.border-y-brand-grey {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-grey\/0 {
  border-top-color: rgb(218 218 218 / 0) !important;
  border-bottom-color: rgb(218 218 218 / 0) !important;
}

.border-y-brand-grey\/10 {
  border-top-color: rgb(218 218 218 / 0.1) !important;
  border-bottom-color: rgb(218 218 218 / 0.1) !important;
}

.border-y-brand-grey\/100 {
  border-top-color: rgb(218 218 218 / 1) !important;
  border-bottom-color: rgb(218 218 218 / 1) !important;
}

.border-y-brand-grey\/15 {
  border-top-color: rgb(218 218 218 / 0.15) !important;
  border-bottom-color: rgb(218 218 218 / 0.15) !important;
}

.border-y-brand-grey\/20 {
  border-top-color: rgb(218 218 218 / 0.2) !important;
  border-bottom-color: rgb(218 218 218 / 0.2) !important;
}

.border-y-brand-grey\/25 {
  border-top-color: rgb(218 218 218 / 0.25) !important;
  border-bottom-color: rgb(218 218 218 / 0.25) !important;
}

.border-y-brand-grey\/30 {
  border-top-color: rgb(218 218 218 / 0.3) !important;
  border-bottom-color: rgb(218 218 218 / 0.3) !important;
}

.border-y-brand-grey\/35 {
  border-top-color: rgb(218 218 218 / 0.35) !important;
  border-bottom-color: rgb(218 218 218 / 0.35) !important;
}

.border-y-brand-grey\/40 {
  border-top-color: rgb(218 218 218 / 0.4) !important;
  border-bottom-color: rgb(218 218 218 / 0.4) !important;
}

.border-y-brand-grey\/45 {
  border-top-color: rgb(218 218 218 / 0.45) !important;
  border-bottom-color: rgb(218 218 218 / 0.45) !important;
}

.border-y-brand-grey\/5 {
  border-top-color: rgb(218 218 218 / 0.05) !important;
  border-bottom-color: rgb(218 218 218 / 0.05) !important;
}

.border-y-brand-grey\/50 {
  border-top-color: rgb(218 218 218 / 0.5) !important;
  border-bottom-color: rgb(218 218 218 / 0.5) !important;
}

.border-y-brand-grey\/55 {
  border-top-color: rgb(218 218 218 / 0.55) !important;
  border-bottom-color: rgb(218 218 218 / 0.55) !important;
}

.border-y-brand-grey\/60 {
  border-top-color: rgb(218 218 218 / 0.6) !important;
  border-bottom-color: rgb(218 218 218 / 0.6) !important;
}

.border-y-brand-grey\/65 {
  border-top-color: rgb(218 218 218 / 0.65) !important;
  border-bottom-color: rgb(218 218 218 / 0.65) !important;
}

.border-y-brand-grey\/70 {
  border-top-color: rgb(218 218 218 / 0.7) !important;
  border-bottom-color: rgb(218 218 218 / 0.7) !important;
}

.border-y-brand-grey\/75 {
  border-top-color: rgb(218 218 218 / 0.75) !important;
  border-bottom-color: rgb(218 218 218 / 0.75) !important;
}

.border-y-brand-grey\/80 {
  border-top-color: rgb(218 218 218 / 0.8) !important;
  border-bottom-color: rgb(218 218 218 / 0.8) !important;
}

.border-y-brand-grey\/85 {
  border-top-color: rgb(218 218 218 / 0.85) !important;
  border-bottom-color: rgb(218 218 218 / 0.85) !important;
}

.border-y-brand-grey\/90 {
  border-top-color: rgb(218 218 218 / 0.9) !important;
  border-bottom-color: rgb(218 218 218 / 0.9) !important;
}

.border-y-brand-grey\/95 {
  border-top-color: rgb(218 218 218 / 0.95) !important;
  border-bottom-color: rgb(218 218 218 / 0.95) !important;
}

.border-y-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-greyDarkest\/0 {
  border-top-color: rgb(26 3 27 / 0) !important;
  border-bottom-color: rgb(26 3 27 / 0) !important;
}

.border-y-brand-greyDarkest\/10 {
  border-top-color: rgb(26 3 27 / 0.1) !important;
  border-bottom-color: rgb(26 3 27 / 0.1) !important;
}

.border-y-brand-greyDarkest\/100 {
  border-top-color: rgb(26 3 27 / 1) !important;
  border-bottom-color: rgb(26 3 27 / 1) !important;
}

.border-y-brand-greyDarkest\/15 {
  border-top-color: rgb(26 3 27 / 0.15) !important;
  border-bottom-color: rgb(26 3 27 / 0.15) !important;
}

.border-y-brand-greyDarkest\/20 {
  border-top-color: rgb(26 3 27 / 0.2) !important;
  border-bottom-color: rgb(26 3 27 / 0.2) !important;
}

.border-y-brand-greyDarkest\/25 {
  border-top-color: rgb(26 3 27 / 0.25) !important;
  border-bottom-color: rgb(26 3 27 / 0.25) !important;
}

.border-y-brand-greyDarkest\/30 {
  border-top-color: rgb(26 3 27 / 0.3) !important;
  border-bottom-color: rgb(26 3 27 / 0.3) !important;
}

.border-y-brand-greyDarkest\/35 {
  border-top-color: rgb(26 3 27 / 0.35) !important;
  border-bottom-color: rgb(26 3 27 / 0.35) !important;
}

.border-y-brand-greyDarkest\/40 {
  border-top-color: rgb(26 3 27 / 0.4) !important;
  border-bottom-color: rgb(26 3 27 / 0.4) !important;
}

.border-y-brand-greyDarkest\/45 {
  border-top-color: rgb(26 3 27 / 0.45) !important;
  border-bottom-color: rgb(26 3 27 / 0.45) !important;
}

.border-y-brand-greyDarkest\/5 {
  border-top-color: rgb(26 3 27 / 0.05) !important;
  border-bottom-color: rgb(26 3 27 / 0.05) !important;
}

.border-y-brand-greyDarkest\/50 {
  border-top-color: rgb(26 3 27 / 0.5) !important;
  border-bottom-color: rgb(26 3 27 / 0.5) !important;
}

.border-y-brand-greyDarkest\/55 {
  border-top-color: rgb(26 3 27 / 0.55) !important;
  border-bottom-color: rgb(26 3 27 / 0.55) !important;
}

.border-y-brand-greyDarkest\/60 {
  border-top-color: rgb(26 3 27 / 0.6) !important;
  border-bottom-color: rgb(26 3 27 / 0.6) !important;
}

.border-y-brand-greyDarkest\/65 {
  border-top-color: rgb(26 3 27 / 0.65) !important;
  border-bottom-color: rgb(26 3 27 / 0.65) !important;
}

.border-y-brand-greyDarkest\/70 {
  border-top-color: rgb(26 3 27 / 0.7) !important;
  border-bottom-color: rgb(26 3 27 / 0.7) !important;
}

.border-y-brand-greyDarkest\/75 {
  border-top-color: rgb(26 3 27 / 0.75) !important;
  border-bottom-color: rgb(26 3 27 / 0.75) !important;
}

.border-y-brand-greyDarkest\/80 {
  border-top-color: rgb(26 3 27 / 0.8) !important;
  border-bottom-color: rgb(26 3 27 / 0.8) !important;
}

.border-y-brand-greyDarkest\/85 {
  border-top-color: rgb(26 3 27 / 0.85) !important;
  border-bottom-color: rgb(26 3 27 / 0.85) !important;
}

.border-y-brand-greyDarkest\/90 {
  border-top-color: rgb(26 3 27 / 0.9) !important;
  border-bottom-color: rgb(26 3 27 / 0.9) !important;
}

.border-y-brand-greyDarkest\/95 {
  border-top-color: rgb(26 3 27 / 0.95) !important;
  border-bottom-color: rgb(26 3 27 / 0.95) !important;
}

.border-y-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-greyLight\/0 {
  border-top-color: rgb(249 248 254 / 0) !important;
  border-bottom-color: rgb(249 248 254 / 0) !important;
}

.border-y-brand-greyLight\/10 {
  border-top-color: rgb(249 248 254 / 0.1) !important;
  border-bottom-color: rgb(249 248 254 / 0.1) !important;
}

.border-y-brand-greyLight\/100 {
  border-top-color: rgb(249 248 254 / 1) !important;
  border-bottom-color: rgb(249 248 254 / 1) !important;
}

.border-y-brand-greyLight\/15 {
  border-top-color: rgb(249 248 254 / 0.15) !important;
  border-bottom-color: rgb(249 248 254 / 0.15) !important;
}

.border-y-brand-greyLight\/20 {
  border-top-color: rgb(249 248 254 / 0.2) !important;
  border-bottom-color: rgb(249 248 254 / 0.2) !important;
}

.border-y-brand-greyLight\/25 {
  border-top-color: rgb(249 248 254 / 0.25) !important;
  border-bottom-color: rgb(249 248 254 / 0.25) !important;
}

.border-y-brand-greyLight\/30 {
  border-top-color: rgb(249 248 254 / 0.3) !important;
  border-bottom-color: rgb(249 248 254 / 0.3) !important;
}

.border-y-brand-greyLight\/35 {
  border-top-color: rgb(249 248 254 / 0.35) !important;
  border-bottom-color: rgb(249 248 254 / 0.35) !important;
}

.border-y-brand-greyLight\/40 {
  border-top-color: rgb(249 248 254 / 0.4) !important;
  border-bottom-color: rgb(249 248 254 / 0.4) !important;
}

.border-y-brand-greyLight\/45 {
  border-top-color: rgb(249 248 254 / 0.45) !important;
  border-bottom-color: rgb(249 248 254 / 0.45) !important;
}

.border-y-brand-greyLight\/5 {
  border-top-color: rgb(249 248 254 / 0.05) !important;
  border-bottom-color: rgb(249 248 254 / 0.05) !important;
}

.border-y-brand-greyLight\/50 {
  border-top-color: rgb(249 248 254 / 0.5) !important;
  border-bottom-color: rgb(249 248 254 / 0.5) !important;
}

.border-y-brand-greyLight\/55 {
  border-top-color: rgb(249 248 254 / 0.55) !important;
  border-bottom-color: rgb(249 248 254 / 0.55) !important;
}

.border-y-brand-greyLight\/60 {
  border-top-color: rgb(249 248 254 / 0.6) !important;
  border-bottom-color: rgb(249 248 254 / 0.6) !important;
}

.border-y-brand-greyLight\/65 {
  border-top-color: rgb(249 248 254 / 0.65) !important;
  border-bottom-color: rgb(249 248 254 / 0.65) !important;
}

.border-y-brand-greyLight\/70 {
  border-top-color: rgb(249 248 254 / 0.7) !important;
  border-bottom-color: rgb(249 248 254 / 0.7) !important;
}

.border-y-brand-greyLight\/75 {
  border-top-color: rgb(249 248 254 / 0.75) !important;
  border-bottom-color: rgb(249 248 254 / 0.75) !important;
}

.border-y-brand-greyLight\/80 {
  border-top-color: rgb(249 248 254 / 0.8) !important;
  border-bottom-color: rgb(249 248 254 / 0.8) !important;
}

.border-y-brand-greyLight\/85 {
  border-top-color: rgb(249 248 254 / 0.85) !important;
  border-bottom-color: rgb(249 248 254 / 0.85) !important;
}

.border-y-brand-greyLight\/90 {
  border-top-color: rgb(249 248 254 / 0.9) !important;
  border-bottom-color: rgb(249 248 254 / 0.9) !important;
}

.border-y-brand-greyLight\/95 {
  border-top-color: rgb(249 248 254 / 0.95) !important;
  border-bottom-color: rgb(249 248 254 / 0.95) !important;
}

.border-y-brand-red {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-red\/0 {
  border-top-color: rgb(223 45 59 / 0) !important;
  border-bottom-color: rgb(223 45 59 / 0) !important;
}

.border-y-brand-red\/10 {
  border-top-color: rgb(223 45 59 / 0.1) !important;
  border-bottom-color: rgb(223 45 59 / 0.1) !important;
}

.border-y-brand-red\/100 {
  border-top-color: rgb(223 45 59 / 1) !important;
  border-bottom-color: rgb(223 45 59 / 1) !important;
}

.border-y-brand-red\/15 {
  border-top-color: rgb(223 45 59 / 0.15) !important;
  border-bottom-color: rgb(223 45 59 / 0.15) !important;
}

.border-y-brand-red\/20 {
  border-top-color: rgb(223 45 59 / 0.2) !important;
  border-bottom-color: rgb(223 45 59 / 0.2) !important;
}

.border-y-brand-red\/25 {
  border-top-color: rgb(223 45 59 / 0.25) !important;
  border-bottom-color: rgb(223 45 59 / 0.25) !important;
}

.border-y-brand-red\/30 {
  border-top-color: rgb(223 45 59 / 0.3) !important;
  border-bottom-color: rgb(223 45 59 / 0.3) !important;
}

.border-y-brand-red\/35 {
  border-top-color: rgb(223 45 59 / 0.35) !important;
  border-bottom-color: rgb(223 45 59 / 0.35) !important;
}

.border-y-brand-red\/40 {
  border-top-color: rgb(223 45 59 / 0.4) !important;
  border-bottom-color: rgb(223 45 59 / 0.4) !important;
}

.border-y-brand-red\/45 {
  border-top-color: rgb(223 45 59 / 0.45) !important;
  border-bottom-color: rgb(223 45 59 / 0.45) !important;
}

.border-y-brand-red\/5 {
  border-top-color: rgb(223 45 59 / 0.05) !important;
  border-bottom-color: rgb(223 45 59 / 0.05) !important;
}

.border-y-brand-red\/50 {
  border-top-color: rgb(223 45 59 / 0.5) !important;
  border-bottom-color: rgb(223 45 59 / 0.5) !important;
}

.border-y-brand-red\/55 {
  border-top-color: rgb(223 45 59 / 0.55) !important;
  border-bottom-color: rgb(223 45 59 / 0.55) !important;
}

.border-y-brand-red\/60 {
  border-top-color: rgb(223 45 59 / 0.6) !important;
  border-bottom-color: rgb(223 45 59 / 0.6) !important;
}

.border-y-brand-red\/65 {
  border-top-color: rgb(223 45 59 / 0.65) !important;
  border-bottom-color: rgb(223 45 59 / 0.65) !important;
}

.border-y-brand-red\/70 {
  border-top-color: rgb(223 45 59 / 0.7) !important;
  border-bottom-color: rgb(223 45 59 / 0.7) !important;
}

.border-y-brand-red\/75 {
  border-top-color: rgb(223 45 59 / 0.75) !important;
  border-bottom-color: rgb(223 45 59 / 0.75) !important;
}

.border-y-brand-red\/80 {
  border-top-color: rgb(223 45 59 / 0.8) !important;
  border-bottom-color: rgb(223 45 59 / 0.8) !important;
}

.border-y-brand-red\/85 {
  border-top-color: rgb(223 45 59 / 0.85) !important;
  border-bottom-color: rgb(223 45 59 / 0.85) !important;
}

.border-y-brand-red\/90 {
  border-top-color: rgb(223 45 59 / 0.9) !important;
  border-bottom-color: rgb(223 45 59 / 0.9) !important;
}

.border-y-brand-red\/95 {
  border-top-color: rgb(223 45 59 / 0.95) !important;
  border-bottom-color: rgb(223 45 59 / 0.95) !important;
}

.border-y-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-redDark\/0 {
  border-top-color: rgb(190 22 35 / 0) !important;
  border-bottom-color: rgb(190 22 35 / 0) !important;
}

.border-y-brand-redDark\/10 {
  border-top-color: rgb(190 22 35 / 0.1) !important;
  border-bottom-color: rgb(190 22 35 / 0.1) !important;
}

.border-y-brand-redDark\/100 {
  border-top-color: rgb(190 22 35 / 1) !important;
  border-bottom-color: rgb(190 22 35 / 1) !important;
}

.border-y-brand-redDark\/15 {
  border-top-color: rgb(190 22 35 / 0.15) !important;
  border-bottom-color: rgb(190 22 35 / 0.15) !important;
}

.border-y-brand-redDark\/20 {
  border-top-color: rgb(190 22 35 / 0.2) !important;
  border-bottom-color: rgb(190 22 35 / 0.2) !important;
}

.border-y-brand-redDark\/25 {
  border-top-color: rgb(190 22 35 / 0.25) !important;
  border-bottom-color: rgb(190 22 35 / 0.25) !important;
}

.border-y-brand-redDark\/30 {
  border-top-color: rgb(190 22 35 / 0.3) !important;
  border-bottom-color: rgb(190 22 35 / 0.3) !important;
}

.border-y-brand-redDark\/35 {
  border-top-color: rgb(190 22 35 / 0.35) !important;
  border-bottom-color: rgb(190 22 35 / 0.35) !important;
}

.border-y-brand-redDark\/40 {
  border-top-color: rgb(190 22 35 / 0.4) !important;
  border-bottom-color: rgb(190 22 35 / 0.4) !important;
}

.border-y-brand-redDark\/45 {
  border-top-color: rgb(190 22 35 / 0.45) !important;
  border-bottom-color: rgb(190 22 35 / 0.45) !important;
}

.border-y-brand-redDark\/5 {
  border-top-color: rgb(190 22 35 / 0.05) !important;
  border-bottom-color: rgb(190 22 35 / 0.05) !important;
}

.border-y-brand-redDark\/50 {
  border-top-color: rgb(190 22 35 / 0.5) !important;
  border-bottom-color: rgb(190 22 35 / 0.5) !important;
}

.border-y-brand-redDark\/55 {
  border-top-color: rgb(190 22 35 / 0.55) !important;
  border-bottom-color: rgb(190 22 35 / 0.55) !important;
}

.border-y-brand-redDark\/60 {
  border-top-color: rgb(190 22 35 / 0.6) !important;
  border-bottom-color: rgb(190 22 35 / 0.6) !important;
}

.border-y-brand-redDark\/65 {
  border-top-color: rgb(190 22 35 / 0.65) !important;
  border-bottom-color: rgb(190 22 35 / 0.65) !important;
}

.border-y-brand-redDark\/70 {
  border-top-color: rgb(190 22 35 / 0.7) !important;
  border-bottom-color: rgb(190 22 35 / 0.7) !important;
}

.border-y-brand-redDark\/75 {
  border-top-color: rgb(190 22 35 / 0.75) !important;
  border-bottom-color: rgb(190 22 35 / 0.75) !important;
}

.border-y-brand-redDark\/80 {
  border-top-color: rgb(190 22 35 / 0.8) !important;
  border-bottom-color: rgb(190 22 35 / 0.8) !important;
}

.border-y-brand-redDark\/85 {
  border-top-color: rgb(190 22 35 / 0.85) !important;
  border-bottom-color: rgb(190 22 35 / 0.85) !important;
}

.border-y-brand-redDark\/90 {
  border-top-color: rgb(190 22 35 / 0.9) !important;
  border-bottom-color: rgb(190 22 35 / 0.9) !important;
}

.border-y-brand-redDark\/95 {
  border-top-color: rgb(190 22 35 / 0.95) !important;
  border-bottom-color: rgb(190 22 35 / 0.95) !important;
}

.border-y-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-systemGreen\/0 {
  border-top-color: rgb(30 214 93 / 0) !important;
  border-bottom-color: rgb(30 214 93 / 0) !important;
}

.border-y-brand-systemGreen\/10 {
  border-top-color: rgb(30 214 93 / 0.1) !important;
  border-bottom-color: rgb(30 214 93 / 0.1) !important;
}

.border-y-brand-systemGreen\/100 {
  border-top-color: rgb(30 214 93 / 1) !important;
  border-bottom-color: rgb(30 214 93 / 1) !important;
}

.border-y-brand-systemGreen\/15 {
  border-top-color: rgb(30 214 93 / 0.15) !important;
  border-bottom-color: rgb(30 214 93 / 0.15) !important;
}

.border-y-brand-systemGreen\/20 {
  border-top-color: rgb(30 214 93 / 0.2) !important;
  border-bottom-color: rgb(30 214 93 / 0.2) !important;
}

.border-y-brand-systemGreen\/25 {
  border-top-color: rgb(30 214 93 / 0.25) !important;
  border-bottom-color: rgb(30 214 93 / 0.25) !important;
}

.border-y-brand-systemGreen\/30 {
  border-top-color: rgb(30 214 93 / 0.3) !important;
  border-bottom-color: rgb(30 214 93 / 0.3) !important;
}

.border-y-brand-systemGreen\/35 {
  border-top-color: rgb(30 214 93 / 0.35) !important;
  border-bottom-color: rgb(30 214 93 / 0.35) !important;
}

.border-y-brand-systemGreen\/40 {
  border-top-color: rgb(30 214 93 / 0.4) !important;
  border-bottom-color: rgb(30 214 93 / 0.4) !important;
}

.border-y-brand-systemGreen\/45 {
  border-top-color: rgb(30 214 93 / 0.45) !important;
  border-bottom-color: rgb(30 214 93 / 0.45) !important;
}

.border-y-brand-systemGreen\/5 {
  border-top-color: rgb(30 214 93 / 0.05) !important;
  border-bottom-color: rgb(30 214 93 / 0.05) !important;
}

.border-y-brand-systemGreen\/50 {
  border-top-color: rgb(30 214 93 / 0.5) !important;
  border-bottom-color: rgb(30 214 93 / 0.5) !important;
}

.border-y-brand-systemGreen\/55 {
  border-top-color: rgb(30 214 93 / 0.55) !important;
  border-bottom-color: rgb(30 214 93 / 0.55) !important;
}

.border-y-brand-systemGreen\/60 {
  border-top-color: rgb(30 214 93 / 0.6) !important;
  border-bottom-color: rgb(30 214 93 / 0.6) !important;
}

.border-y-brand-systemGreen\/65 {
  border-top-color: rgb(30 214 93 / 0.65) !important;
  border-bottom-color: rgb(30 214 93 / 0.65) !important;
}

.border-y-brand-systemGreen\/70 {
  border-top-color: rgb(30 214 93 / 0.7) !important;
  border-bottom-color: rgb(30 214 93 / 0.7) !important;
}

.border-y-brand-systemGreen\/75 {
  border-top-color: rgb(30 214 93 / 0.75) !important;
  border-bottom-color: rgb(30 214 93 / 0.75) !important;
}

.border-y-brand-systemGreen\/80 {
  border-top-color: rgb(30 214 93 / 0.8) !important;
  border-bottom-color: rgb(30 214 93 / 0.8) !important;
}

.border-y-brand-systemGreen\/85 {
  border-top-color: rgb(30 214 93 / 0.85) !important;
  border-bottom-color: rgb(30 214 93 / 0.85) !important;
}

.border-y-brand-systemGreen\/90 {
  border-top-color: rgb(30 214 93 / 0.9) !important;
  border-bottom-color: rgb(30 214 93 / 0.9) !important;
}

.border-y-brand-systemGreen\/95 {
  border-top-color: rgb(30 214 93 / 0.95) !important;
  border-bottom-color: rgb(30 214 93 / 0.95) !important;
}

.border-y-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-systemOrange\/0 {
  border-top-color: rgb(216 125 19 / 0) !important;
  border-bottom-color: rgb(216 125 19 / 0) !important;
}

.border-y-brand-systemOrange\/10 {
  border-top-color: rgb(216 125 19 / 0.1) !important;
  border-bottom-color: rgb(216 125 19 / 0.1) !important;
}

.border-y-brand-systemOrange\/100 {
  border-top-color: rgb(216 125 19 / 1) !important;
  border-bottom-color: rgb(216 125 19 / 1) !important;
}

.border-y-brand-systemOrange\/15 {
  border-top-color: rgb(216 125 19 / 0.15) !important;
  border-bottom-color: rgb(216 125 19 / 0.15) !important;
}

.border-y-brand-systemOrange\/20 {
  border-top-color: rgb(216 125 19 / 0.2) !important;
  border-bottom-color: rgb(216 125 19 / 0.2) !important;
}

.border-y-brand-systemOrange\/25 {
  border-top-color: rgb(216 125 19 / 0.25) !important;
  border-bottom-color: rgb(216 125 19 / 0.25) !important;
}

.border-y-brand-systemOrange\/30 {
  border-top-color: rgb(216 125 19 / 0.3) !important;
  border-bottom-color: rgb(216 125 19 / 0.3) !important;
}

.border-y-brand-systemOrange\/35 {
  border-top-color: rgb(216 125 19 / 0.35) !important;
  border-bottom-color: rgb(216 125 19 / 0.35) !important;
}

.border-y-brand-systemOrange\/40 {
  border-top-color: rgb(216 125 19 / 0.4) !important;
  border-bottom-color: rgb(216 125 19 / 0.4) !important;
}

.border-y-brand-systemOrange\/45 {
  border-top-color: rgb(216 125 19 / 0.45) !important;
  border-bottom-color: rgb(216 125 19 / 0.45) !important;
}

.border-y-brand-systemOrange\/5 {
  border-top-color: rgb(216 125 19 / 0.05) !important;
  border-bottom-color: rgb(216 125 19 / 0.05) !important;
}

.border-y-brand-systemOrange\/50 {
  border-top-color: rgb(216 125 19 / 0.5) !important;
  border-bottom-color: rgb(216 125 19 / 0.5) !important;
}

.border-y-brand-systemOrange\/55 {
  border-top-color: rgb(216 125 19 / 0.55) !important;
  border-bottom-color: rgb(216 125 19 / 0.55) !important;
}

.border-y-brand-systemOrange\/60 {
  border-top-color: rgb(216 125 19 / 0.6) !important;
  border-bottom-color: rgb(216 125 19 / 0.6) !important;
}

.border-y-brand-systemOrange\/65 {
  border-top-color: rgb(216 125 19 / 0.65) !important;
  border-bottom-color: rgb(216 125 19 / 0.65) !important;
}

.border-y-brand-systemOrange\/70 {
  border-top-color: rgb(216 125 19 / 0.7) !important;
  border-bottom-color: rgb(216 125 19 / 0.7) !important;
}

.border-y-brand-systemOrange\/75 {
  border-top-color: rgb(216 125 19 / 0.75) !important;
  border-bottom-color: rgb(216 125 19 / 0.75) !important;
}

.border-y-brand-systemOrange\/80 {
  border-top-color: rgb(216 125 19 / 0.8) !important;
  border-bottom-color: rgb(216 125 19 / 0.8) !important;
}

.border-y-brand-systemOrange\/85 {
  border-top-color: rgb(216 125 19 / 0.85) !important;
  border-bottom-color: rgb(216 125 19 / 0.85) !important;
}

.border-y-brand-systemOrange\/90 {
  border-top-color: rgb(216 125 19 / 0.9) !important;
  border-bottom-color: rgb(216 125 19 / 0.9) !important;
}

.border-y-brand-systemOrange\/95 {
  border-top-color: rgb(216 125 19 / 0.95) !important;
  border-bottom-color: rgb(216 125 19 / 0.95) !important;
}

.border-y-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-systemRed\/0 {
  border-top-color: rgb(227 45 59 / 0) !important;
  border-bottom-color: rgb(227 45 59 / 0) !important;
}

.border-y-brand-systemRed\/10 {
  border-top-color: rgb(227 45 59 / 0.1) !important;
  border-bottom-color: rgb(227 45 59 / 0.1) !important;
}

.border-y-brand-systemRed\/100 {
  border-top-color: rgb(227 45 59 / 1) !important;
  border-bottom-color: rgb(227 45 59 / 1) !important;
}

.border-y-brand-systemRed\/15 {
  border-top-color: rgb(227 45 59 / 0.15) !important;
  border-bottom-color: rgb(227 45 59 / 0.15) !important;
}

.border-y-brand-systemRed\/20 {
  border-top-color: rgb(227 45 59 / 0.2) !important;
  border-bottom-color: rgb(227 45 59 / 0.2) !important;
}

.border-y-brand-systemRed\/25 {
  border-top-color: rgb(227 45 59 / 0.25) !important;
  border-bottom-color: rgb(227 45 59 / 0.25) !important;
}

.border-y-brand-systemRed\/30 {
  border-top-color: rgb(227 45 59 / 0.3) !important;
  border-bottom-color: rgb(227 45 59 / 0.3) !important;
}

.border-y-brand-systemRed\/35 {
  border-top-color: rgb(227 45 59 / 0.35) !important;
  border-bottom-color: rgb(227 45 59 / 0.35) !important;
}

.border-y-brand-systemRed\/40 {
  border-top-color: rgb(227 45 59 / 0.4) !important;
  border-bottom-color: rgb(227 45 59 / 0.4) !important;
}

.border-y-brand-systemRed\/45 {
  border-top-color: rgb(227 45 59 / 0.45) !important;
  border-bottom-color: rgb(227 45 59 / 0.45) !important;
}

.border-y-brand-systemRed\/5 {
  border-top-color: rgb(227 45 59 / 0.05) !important;
  border-bottom-color: rgb(227 45 59 / 0.05) !important;
}

.border-y-brand-systemRed\/50 {
  border-top-color: rgb(227 45 59 / 0.5) !important;
  border-bottom-color: rgb(227 45 59 / 0.5) !important;
}

.border-y-brand-systemRed\/55 {
  border-top-color: rgb(227 45 59 / 0.55) !important;
  border-bottom-color: rgb(227 45 59 / 0.55) !important;
}

.border-y-brand-systemRed\/60 {
  border-top-color: rgb(227 45 59 / 0.6) !important;
  border-bottom-color: rgb(227 45 59 / 0.6) !important;
}

.border-y-brand-systemRed\/65 {
  border-top-color: rgb(227 45 59 / 0.65) !important;
  border-bottom-color: rgb(227 45 59 / 0.65) !important;
}

.border-y-brand-systemRed\/70 {
  border-top-color: rgb(227 45 59 / 0.7) !important;
  border-bottom-color: rgb(227 45 59 / 0.7) !important;
}

.border-y-brand-systemRed\/75 {
  border-top-color: rgb(227 45 59 / 0.75) !important;
  border-bottom-color: rgb(227 45 59 / 0.75) !important;
}

.border-y-brand-systemRed\/80 {
  border-top-color: rgb(227 45 59 / 0.8) !important;
  border-bottom-color: rgb(227 45 59 / 0.8) !important;
}

.border-y-brand-systemRed\/85 {
  border-top-color: rgb(227 45 59 / 0.85) !important;
  border-bottom-color: rgb(227 45 59 / 0.85) !important;
}

.border-y-brand-systemRed\/90 {
  border-top-color: rgb(227 45 59 / 0.9) !important;
  border-bottom-color: rgb(227 45 59 / 0.9) !important;
}

.border-y-brand-systemRed\/95 {
  border-top-color: rgb(227 45 59 / 0.95) !important;
  border-bottom-color: rgb(227 45 59 / 0.95) !important;
}

.border-y-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-systemYellow\/0 {
  border-top-color: rgb(227 203 15 / 0) !important;
  border-bottom-color: rgb(227 203 15 / 0) !important;
}

.border-y-brand-systemYellow\/10 {
  border-top-color: rgb(227 203 15 / 0.1) !important;
  border-bottom-color: rgb(227 203 15 / 0.1) !important;
}

.border-y-brand-systemYellow\/100 {
  border-top-color: rgb(227 203 15 / 1) !important;
  border-bottom-color: rgb(227 203 15 / 1) !important;
}

.border-y-brand-systemYellow\/15 {
  border-top-color: rgb(227 203 15 / 0.15) !important;
  border-bottom-color: rgb(227 203 15 / 0.15) !important;
}

.border-y-brand-systemYellow\/20 {
  border-top-color: rgb(227 203 15 / 0.2) !important;
  border-bottom-color: rgb(227 203 15 / 0.2) !important;
}

.border-y-brand-systemYellow\/25 {
  border-top-color: rgb(227 203 15 / 0.25) !important;
  border-bottom-color: rgb(227 203 15 / 0.25) !important;
}

.border-y-brand-systemYellow\/30 {
  border-top-color: rgb(227 203 15 / 0.3) !important;
  border-bottom-color: rgb(227 203 15 / 0.3) !important;
}

.border-y-brand-systemYellow\/35 {
  border-top-color: rgb(227 203 15 / 0.35) !important;
  border-bottom-color: rgb(227 203 15 / 0.35) !important;
}

.border-y-brand-systemYellow\/40 {
  border-top-color: rgb(227 203 15 / 0.4) !important;
  border-bottom-color: rgb(227 203 15 / 0.4) !important;
}

.border-y-brand-systemYellow\/45 {
  border-top-color: rgb(227 203 15 / 0.45) !important;
  border-bottom-color: rgb(227 203 15 / 0.45) !important;
}

.border-y-brand-systemYellow\/5 {
  border-top-color: rgb(227 203 15 / 0.05) !important;
  border-bottom-color: rgb(227 203 15 / 0.05) !important;
}

.border-y-brand-systemYellow\/50 {
  border-top-color: rgb(227 203 15 / 0.5) !important;
  border-bottom-color: rgb(227 203 15 / 0.5) !important;
}

.border-y-brand-systemYellow\/55 {
  border-top-color: rgb(227 203 15 / 0.55) !important;
  border-bottom-color: rgb(227 203 15 / 0.55) !important;
}

.border-y-brand-systemYellow\/60 {
  border-top-color: rgb(227 203 15 / 0.6) !important;
  border-bottom-color: rgb(227 203 15 / 0.6) !important;
}

.border-y-brand-systemYellow\/65 {
  border-top-color: rgb(227 203 15 / 0.65) !important;
  border-bottom-color: rgb(227 203 15 / 0.65) !important;
}

.border-y-brand-systemYellow\/70 {
  border-top-color: rgb(227 203 15 / 0.7) !important;
  border-bottom-color: rgb(227 203 15 / 0.7) !important;
}

.border-y-brand-systemYellow\/75 {
  border-top-color: rgb(227 203 15 / 0.75) !important;
  border-bottom-color: rgb(227 203 15 / 0.75) !important;
}

.border-y-brand-systemYellow\/80 {
  border-top-color: rgb(227 203 15 / 0.8) !important;
  border-bottom-color: rgb(227 203 15 / 0.8) !important;
}

.border-y-brand-systemYellow\/85 {
  border-top-color: rgb(227 203 15 / 0.85) !important;
  border-bottom-color: rgb(227 203 15 / 0.85) !important;
}

.border-y-brand-systemYellow\/90 {
  border-top-color: rgb(227 203 15 / 0.9) !important;
  border-bottom-color: rgb(227 203 15 / 0.9) !important;
}

.border-y-brand-systemYellow\/95 {
  border-top-color: rgb(227 203 15 / 0.95) !important;
  border-bottom-color: rgb(227 203 15 / 0.95) !important;
}

.border-y-brand-text {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-text\/0 {
  border-top-color: rgb(18 2 28 / 0) !important;
  border-bottom-color: rgb(18 2 28 / 0) !important;
}

.border-y-brand-text\/10 {
  border-top-color: rgb(18 2 28 / 0.1) !important;
  border-bottom-color: rgb(18 2 28 / 0.1) !important;
}

.border-y-brand-text\/100 {
  border-top-color: rgb(18 2 28 / 1) !important;
  border-bottom-color: rgb(18 2 28 / 1) !important;
}

.border-y-brand-text\/15 {
  border-top-color: rgb(18 2 28 / 0.15) !important;
  border-bottom-color: rgb(18 2 28 / 0.15) !important;
}

.border-y-brand-text\/20 {
  border-top-color: rgb(18 2 28 / 0.2) !important;
  border-bottom-color: rgb(18 2 28 / 0.2) !important;
}

.border-y-brand-text\/25 {
  border-top-color: rgb(18 2 28 / 0.25) !important;
  border-bottom-color: rgb(18 2 28 / 0.25) !important;
}

.border-y-brand-text\/30 {
  border-top-color: rgb(18 2 28 / 0.3) !important;
  border-bottom-color: rgb(18 2 28 / 0.3) !important;
}

.border-y-brand-text\/35 {
  border-top-color: rgb(18 2 28 / 0.35) !important;
  border-bottom-color: rgb(18 2 28 / 0.35) !important;
}

.border-y-brand-text\/40 {
  border-top-color: rgb(18 2 28 / 0.4) !important;
  border-bottom-color: rgb(18 2 28 / 0.4) !important;
}

.border-y-brand-text\/45 {
  border-top-color: rgb(18 2 28 / 0.45) !important;
  border-bottom-color: rgb(18 2 28 / 0.45) !important;
}

.border-y-brand-text\/5 {
  border-top-color: rgb(18 2 28 / 0.05) !important;
  border-bottom-color: rgb(18 2 28 / 0.05) !important;
}

.border-y-brand-text\/50 {
  border-top-color: rgb(18 2 28 / 0.5) !important;
  border-bottom-color: rgb(18 2 28 / 0.5) !important;
}

.border-y-brand-text\/55 {
  border-top-color: rgb(18 2 28 / 0.55) !important;
  border-bottom-color: rgb(18 2 28 / 0.55) !important;
}

.border-y-brand-text\/60 {
  border-top-color: rgb(18 2 28 / 0.6) !important;
  border-bottom-color: rgb(18 2 28 / 0.6) !important;
}

.border-y-brand-text\/65 {
  border-top-color: rgb(18 2 28 / 0.65) !important;
  border-bottom-color: rgb(18 2 28 / 0.65) !important;
}

.border-y-brand-text\/70 {
  border-top-color: rgb(18 2 28 / 0.7) !important;
  border-bottom-color: rgb(18 2 28 / 0.7) !important;
}

.border-y-brand-text\/75 {
  border-top-color: rgb(18 2 28 / 0.75) !important;
  border-bottom-color: rgb(18 2 28 / 0.75) !important;
}

.border-y-brand-text\/80 {
  border-top-color: rgb(18 2 28 / 0.8) !important;
  border-bottom-color: rgb(18 2 28 / 0.8) !important;
}

.border-y-brand-text\/85 {
  border-top-color: rgb(18 2 28 / 0.85) !important;
  border-bottom-color: rgb(18 2 28 / 0.85) !important;
}

.border-y-brand-text\/90 {
  border-top-color: rgb(18 2 28 / 0.9) !important;
  border-bottom-color: rgb(18 2 28 / 0.9) !important;
}

.border-y-brand-text\/95 {
  border-top-color: rgb(18 2 28 / 0.95) !important;
  border-bottom-color: rgb(18 2 28 / 0.95) !important;
}

.border-y-brand-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-brand-white\/0 {
  border-top-color: rgb(255 255 255 / 0) !important;
  border-bottom-color: rgb(255 255 255 / 0) !important;
}

.border-y-brand-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1) !important;
  border-bottom-color: rgb(255 255 255 / 0.1) !important;
}

.border-y-brand-white\/100 {
  border-top-color: rgb(255 255 255 / 1) !important;
  border-bottom-color: rgb(255 255 255 / 1) !important;
}

.border-y-brand-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15) !important;
  border-bottom-color: rgb(255 255 255 / 0.15) !important;
}

.border-y-brand-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2) !important;
  border-bottom-color: rgb(255 255 255 / 0.2) !important;
}

.border-y-brand-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25) !important;
  border-bottom-color: rgb(255 255 255 / 0.25) !important;
}

.border-y-brand-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3) !important;
  border-bottom-color: rgb(255 255 255 / 0.3) !important;
}

.border-y-brand-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35) !important;
  border-bottom-color: rgb(255 255 255 / 0.35) !important;
}

.border-y-brand-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4) !important;
  border-bottom-color: rgb(255 255 255 / 0.4) !important;
}

.border-y-brand-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45) !important;
  border-bottom-color: rgb(255 255 255 / 0.45) !important;
}

.border-y-brand-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05) !important;
  border-bottom-color: rgb(255 255 255 / 0.05) !important;
}

.border-y-brand-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5) !important;
  border-bottom-color: rgb(255 255 255 / 0.5) !important;
}

.border-y-brand-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55) !important;
  border-bottom-color: rgb(255 255 255 / 0.55) !important;
}

.border-y-brand-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6) !important;
  border-bottom-color: rgb(255 255 255 / 0.6) !important;
}

.border-y-brand-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65) !important;
  border-bottom-color: rgb(255 255 255 / 0.65) !important;
}

.border-y-brand-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7) !important;
  border-bottom-color: rgb(255 255 255 / 0.7) !important;
}

.border-y-brand-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75) !important;
  border-bottom-color: rgb(255 255 255 / 0.75) !important;
}

.border-y-brand-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8) !important;
  border-bottom-color: rgb(255 255 255 / 0.8) !important;
}

.border-y-brand-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85) !important;
  border-bottom-color: rgb(255 255 255 / 0.85) !important;
}

.border-y-brand-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9) !important;
  border-bottom-color: rgb(255 255 255 / 0.9) !important;
}

.border-y-brand-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95) !important;
  border-bottom-color: rgb(255 255 255 / 0.95) !important;
}

.border-y-current {
  border-top-color: currentColor !important;
  border-bottom-color: currentColor !important;
}

.border-y-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-100\/0 {
  border-top-color: rgb(207 250 254 / 0) !important;
  border-bottom-color: rgb(207 250 254 / 0) !important;
}

.border-y-cyan-100\/10 {
  border-top-color: rgb(207 250 254 / 0.1) !important;
  border-bottom-color: rgb(207 250 254 / 0.1) !important;
}

.border-y-cyan-100\/100 {
  border-top-color: rgb(207 250 254 / 1) !important;
  border-bottom-color: rgb(207 250 254 / 1) !important;
}

.border-y-cyan-100\/15 {
  border-top-color: rgb(207 250 254 / 0.15) !important;
  border-bottom-color: rgb(207 250 254 / 0.15) !important;
}

.border-y-cyan-100\/20 {
  border-top-color: rgb(207 250 254 / 0.2) !important;
  border-bottom-color: rgb(207 250 254 / 0.2) !important;
}

.border-y-cyan-100\/25 {
  border-top-color: rgb(207 250 254 / 0.25) !important;
  border-bottom-color: rgb(207 250 254 / 0.25) !important;
}

.border-y-cyan-100\/30 {
  border-top-color: rgb(207 250 254 / 0.3) !important;
  border-bottom-color: rgb(207 250 254 / 0.3) !important;
}

.border-y-cyan-100\/35 {
  border-top-color: rgb(207 250 254 / 0.35) !important;
  border-bottom-color: rgb(207 250 254 / 0.35) !important;
}

.border-y-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4) !important;
  border-bottom-color: rgb(207 250 254 / 0.4) !important;
}

.border-y-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45) !important;
  border-bottom-color: rgb(207 250 254 / 0.45) !important;
}

.border-y-cyan-100\/5 {
  border-top-color: rgb(207 250 254 / 0.05) !important;
  border-bottom-color: rgb(207 250 254 / 0.05) !important;
}

.border-y-cyan-100\/50 {
  border-top-color: rgb(207 250 254 / 0.5) !important;
  border-bottom-color: rgb(207 250 254 / 0.5) !important;
}

.border-y-cyan-100\/55 {
  border-top-color: rgb(207 250 254 / 0.55) !important;
  border-bottom-color: rgb(207 250 254 / 0.55) !important;
}

.border-y-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6) !important;
  border-bottom-color: rgb(207 250 254 / 0.6) !important;
}

.border-y-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65) !important;
  border-bottom-color: rgb(207 250 254 / 0.65) !important;
}

.border-y-cyan-100\/70 {
  border-top-color: rgb(207 250 254 / 0.7) !important;
  border-bottom-color: rgb(207 250 254 / 0.7) !important;
}

.border-y-cyan-100\/75 {
  border-top-color: rgb(207 250 254 / 0.75) !important;
  border-bottom-color: rgb(207 250 254 / 0.75) !important;
}

.border-y-cyan-100\/80 {
  border-top-color: rgb(207 250 254 / 0.8) !important;
  border-bottom-color: rgb(207 250 254 / 0.8) !important;
}

.border-y-cyan-100\/85 {
  border-top-color: rgb(207 250 254 / 0.85) !important;
  border-bottom-color: rgb(207 250 254 / 0.85) !important;
}

.border-y-cyan-100\/90 {
  border-top-color: rgb(207 250 254 / 0.9) !important;
  border-bottom-color: rgb(207 250 254 / 0.9) !important;
}

.border-y-cyan-100\/95 {
  border-top-color: rgb(207 250 254 / 0.95) !important;
  border-bottom-color: rgb(207 250 254 / 0.95) !important;
}

.border-y-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-200\/0 {
  border-top-color: rgb(165 243 252 / 0) !important;
  border-bottom-color: rgb(165 243 252 / 0) !important;
}

.border-y-cyan-200\/10 {
  border-top-color: rgb(165 243 252 / 0.1) !important;
  border-bottom-color: rgb(165 243 252 / 0.1) !important;
}

.border-y-cyan-200\/100 {
  border-top-color: rgb(165 243 252 / 1) !important;
  border-bottom-color: rgb(165 243 252 / 1) !important;
}

.border-y-cyan-200\/15 {
  border-top-color: rgb(165 243 252 / 0.15) !important;
  border-bottom-color: rgb(165 243 252 / 0.15) !important;
}

.border-y-cyan-200\/20 {
  border-top-color: rgb(165 243 252 / 0.2) !important;
  border-bottom-color: rgb(165 243 252 / 0.2) !important;
}

.border-y-cyan-200\/25 {
  border-top-color: rgb(165 243 252 / 0.25) !important;
  border-bottom-color: rgb(165 243 252 / 0.25) !important;
}

.border-y-cyan-200\/30 {
  border-top-color: rgb(165 243 252 / 0.3) !important;
  border-bottom-color: rgb(165 243 252 / 0.3) !important;
}

.border-y-cyan-200\/35 {
  border-top-color: rgb(165 243 252 / 0.35) !important;
  border-bottom-color: rgb(165 243 252 / 0.35) !important;
}

.border-y-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4) !important;
  border-bottom-color: rgb(165 243 252 / 0.4) !important;
}

.border-y-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45) !important;
  border-bottom-color: rgb(165 243 252 / 0.45) !important;
}

.border-y-cyan-200\/5 {
  border-top-color: rgb(165 243 252 / 0.05) !important;
  border-bottom-color: rgb(165 243 252 / 0.05) !important;
}

.border-y-cyan-200\/50 {
  border-top-color: rgb(165 243 252 / 0.5) !important;
  border-bottom-color: rgb(165 243 252 / 0.5) !important;
}

.border-y-cyan-200\/55 {
  border-top-color: rgb(165 243 252 / 0.55) !important;
  border-bottom-color: rgb(165 243 252 / 0.55) !important;
}

.border-y-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6) !important;
  border-bottom-color: rgb(165 243 252 / 0.6) !important;
}

.border-y-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65) !important;
  border-bottom-color: rgb(165 243 252 / 0.65) !important;
}

.border-y-cyan-200\/70 {
  border-top-color: rgb(165 243 252 / 0.7) !important;
  border-bottom-color: rgb(165 243 252 / 0.7) !important;
}

.border-y-cyan-200\/75 {
  border-top-color: rgb(165 243 252 / 0.75) !important;
  border-bottom-color: rgb(165 243 252 / 0.75) !important;
}

.border-y-cyan-200\/80 {
  border-top-color: rgb(165 243 252 / 0.8) !important;
  border-bottom-color: rgb(165 243 252 / 0.8) !important;
}

.border-y-cyan-200\/85 {
  border-top-color: rgb(165 243 252 / 0.85) !important;
  border-bottom-color: rgb(165 243 252 / 0.85) !important;
}

.border-y-cyan-200\/90 {
  border-top-color: rgb(165 243 252 / 0.9) !important;
  border-bottom-color: rgb(165 243 252 / 0.9) !important;
}

.border-y-cyan-200\/95 {
  border-top-color: rgb(165 243 252 / 0.95) !important;
  border-bottom-color: rgb(165 243 252 / 0.95) !important;
}

.border-y-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-300\/0 {
  border-top-color: rgb(103 232 249 / 0) !important;
  border-bottom-color: rgb(103 232 249 / 0) !important;
}

.border-y-cyan-300\/10 {
  border-top-color: rgb(103 232 249 / 0.1) !important;
  border-bottom-color: rgb(103 232 249 / 0.1) !important;
}

.border-y-cyan-300\/100 {
  border-top-color: rgb(103 232 249 / 1) !important;
  border-bottom-color: rgb(103 232 249 / 1) !important;
}

.border-y-cyan-300\/15 {
  border-top-color: rgb(103 232 249 / 0.15) !important;
  border-bottom-color: rgb(103 232 249 / 0.15) !important;
}

.border-y-cyan-300\/20 {
  border-top-color: rgb(103 232 249 / 0.2) !important;
  border-bottom-color: rgb(103 232 249 / 0.2) !important;
}

.border-y-cyan-300\/25 {
  border-top-color: rgb(103 232 249 / 0.25) !important;
  border-bottom-color: rgb(103 232 249 / 0.25) !important;
}

.border-y-cyan-300\/30 {
  border-top-color: rgb(103 232 249 / 0.3) !important;
  border-bottom-color: rgb(103 232 249 / 0.3) !important;
}

.border-y-cyan-300\/35 {
  border-top-color: rgb(103 232 249 / 0.35) !important;
  border-bottom-color: rgb(103 232 249 / 0.35) !important;
}

.border-y-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4) !important;
  border-bottom-color: rgb(103 232 249 / 0.4) !important;
}

.border-y-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45) !important;
  border-bottom-color: rgb(103 232 249 / 0.45) !important;
}

.border-y-cyan-300\/5 {
  border-top-color: rgb(103 232 249 / 0.05) !important;
  border-bottom-color: rgb(103 232 249 / 0.05) !important;
}

.border-y-cyan-300\/50 {
  border-top-color: rgb(103 232 249 / 0.5) !important;
  border-bottom-color: rgb(103 232 249 / 0.5) !important;
}

.border-y-cyan-300\/55 {
  border-top-color: rgb(103 232 249 / 0.55) !important;
  border-bottom-color: rgb(103 232 249 / 0.55) !important;
}

.border-y-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6) !important;
  border-bottom-color: rgb(103 232 249 / 0.6) !important;
}

.border-y-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65) !important;
  border-bottom-color: rgb(103 232 249 / 0.65) !important;
}

.border-y-cyan-300\/70 {
  border-top-color: rgb(103 232 249 / 0.7) !important;
  border-bottom-color: rgb(103 232 249 / 0.7) !important;
}

.border-y-cyan-300\/75 {
  border-top-color: rgb(103 232 249 / 0.75) !important;
  border-bottom-color: rgb(103 232 249 / 0.75) !important;
}

.border-y-cyan-300\/80 {
  border-top-color: rgb(103 232 249 / 0.8) !important;
  border-bottom-color: rgb(103 232 249 / 0.8) !important;
}

.border-y-cyan-300\/85 {
  border-top-color: rgb(103 232 249 / 0.85) !important;
  border-bottom-color: rgb(103 232 249 / 0.85) !important;
}

.border-y-cyan-300\/90 {
  border-top-color: rgb(103 232 249 / 0.9) !important;
  border-bottom-color: rgb(103 232 249 / 0.9) !important;
}

.border-y-cyan-300\/95 {
  border-top-color: rgb(103 232 249 / 0.95) !important;
  border-bottom-color: rgb(103 232 249 / 0.95) !important;
}

.border-y-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-400\/0 {
  border-top-color: rgb(34 211 238 / 0) !important;
  border-bottom-color: rgb(34 211 238 / 0) !important;
}

.border-y-cyan-400\/10 {
  border-top-color: rgb(34 211 238 / 0.1) !important;
  border-bottom-color: rgb(34 211 238 / 0.1) !important;
}

.border-y-cyan-400\/100 {
  border-top-color: rgb(34 211 238 / 1) !important;
  border-bottom-color: rgb(34 211 238 / 1) !important;
}

.border-y-cyan-400\/15 {
  border-top-color: rgb(34 211 238 / 0.15) !important;
  border-bottom-color: rgb(34 211 238 / 0.15) !important;
}

.border-y-cyan-400\/20 {
  border-top-color: rgb(34 211 238 / 0.2) !important;
  border-bottom-color: rgb(34 211 238 / 0.2) !important;
}

.border-y-cyan-400\/25 {
  border-top-color: rgb(34 211 238 / 0.25) !important;
  border-bottom-color: rgb(34 211 238 / 0.25) !important;
}

.border-y-cyan-400\/30 {
  border-top-color: rgb(34 211 238 / 0.3) !important;
  border-bottom-color: rgb(34 211 238 / 0.3) !important;
}

.border-y-cyan-400\/35 {
  border-top-color: rgb(34 211 238 / 0.35) !important;
  border-bottom-color: rgb(34 211 238 / 0.35) !important;
}

.border-y-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4) !important;
  border-bottom-color: rgb(34 211 238 / 0.4) !important;
}

.border-y-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45) !important;
  border-bottom-color: rgb(34 211 238 / 0.45) !important;
}

.border-y-cyan-400\/5 {
  border-top-color: rgb(34 211 238 / 0.05) !important;
  border-bottom-color: rgb(34 211 238 / 0.05) !important;
}

.border-y-cyan-400\/50 {
  border-top-color: rgb(34 211 238 / 0.5) !important;
  border-bottom-color: rgb(34 211 238 / 0.5) !important;
}

.border-y-cyan-400\/55 {
  border-top-color: rgb(34 211 238 / 0.55) !important;
  border-bottom-color: rgb(34 211 238 / 0.55) !important;
}

.border-y-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6) !important;
  border-bottom-color: rgb(34 211 238 / 0.6) !important;
}

.border-y-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65) !important;
  border-bottom-color: rgb(34 211 238 / 0.65) !important;
}

.border-y-cyan-400\/70 {
  border-top-color: rgb(34 211 238 / 0.7) !important;
  border-bottom-color: rgb(34 211 238 / 0.7) !important;
}

.border-y-cyan-400\/75 {
  border-top-color: rgb(34 211 238 / 0.75) !important;
  border-bottom-color: rgb(34 211 238 / 0.75) !important;
}

.border-y-cyan-400\/80 {
  border-top-color: rgb(34 211 238 / 0.8) !important;
  border-bottom-color: rgb(34 211 238 / 0.8) !important;
}

.border-y-cyan-400\/85 {
  border-top-color: rgb(34 211 238 / 0.85) !important;
  border-bottom-color: rgb(34 211 238 / 0.85) !important;
}

.border-y-cyan-400\/90 {
  border-top-color: rgb(34 211 238 / 0.9) !important;
  border-bottom-color: rgb(34 211 238 / 0.9) !important;
}

.border-y-cyan-400\/95 {
  border-top-color: rgb(34 211 238 / 0.95) !important;
  border-bottom-color: rgb(34 211 238 / 0.95) !important;
}

.border-y-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-50\/0 {
  border-top-color: rgb(236 254 255 / 0) !important;
  border-bottom-color: rgb(236 254 255 / 0) !important;
}

.border-y-cyan-50\/10 {
  border-top-color: rgb(236 254 255 / 0.1) !important;
  border-bottom-color: rgb(236 254 255 / 0.1) !important;
}

.border-y-cyan-50\/100 {
  border-top-color: rgb(236 254 255 / 1) !important;
  border-bottom-color: rgb(236 254 255 / 1) !important;
}

.border-y-cyan-50\/15 {
  border-top-color: rgb(236 254 255 / 0.15) !important;
  border-bottom-color: rgb(236 254 255 / 0.15) !important;
}

.border-y-cyan-50\/20 {
  border-top-color: rgb(236 254 255 / 0.2) !important;
  border-bottom-color: rgb(236 254 255 / 0.2) !important;
}

.border-y-cyan-50\/25 {
  border-top-color: rgb(236 254 255 / 0.25) !important;
  border-bottom-color: rgb(236 254 255 / 0.25) !important;
}

.border-y-cyan-50\/30 {
  border-top-color: rgb(236 254 255 / 0.3) !important;
  border-bottom-color: rgb(236 254 255 / 0.3) !important;
}

.border-y-cyan-50\/35 {
  border-top-color: rgb(236 254 255 / 0.35) !important;
  border-bottom-color: rgb(236 254 255 / 0.35) !important;
}

.border-y-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4) !important;
  border-bottom-color: rgb(236 254 255 / 0.4) !important;
}

.border-y-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45) !important;
  border-bottom-color: rgb(236 254 255 / 0.45) !important;
}

.border-y-cyan-50\/5 {
  border-top-color: rgb(236 254 255 / 0.05) !important;
  border-bottom-color: rgb(236 254 255 / 0.05) !important;
}

.border-y-cyan-50\/50 {
  border-top-color: rgb(236 254 255 / 0.5) !important;
  border-bottom-color: rgb(236 254 255 / 0.5) !important;
}

.border-y-cyan-50\/55 {
  border-top-color: rgb(236 254 255 / 0.55) !important;
  border-bottom-color: rgb(236 254 255 / 0.55) !important;
}

.border-y-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6) !important;
  border-bottom-color: rgb(236 254 255 / 0.6) !important;
}

.border-y-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65) !important;
  border-bottom-color: rgb(236 254 255 / 0.65) !important;
}

.border-y-cyan-50\/70 {
  border-top-color: rgb(236 254 255 / 0.7) !important;
  border-bottom-color: rgb(236 254 255 / 0.7) !important;
}

.border-y-cyan-50\/75 {
  border-top-color: rgb(236 254 255 / 0.75) !important;
  border-bottom-color: rgb(236 254 255 / 0.75) !important;
}

.border-y-cyan-50\/80 {
  border-top-color: rgb(236 254 255 / 0.8) !important;
  border-bottom-color: rgb(236 254 255 / 0.8) !important;
}

.border-y-cyan-50\/85 {
  border-top-color: rgb(236 254 255 / 0.85) !important;
  border-bottom-color: rgb(236 254 255 / 0.85) !important;
}

.border-y-cyan-50\/90 {
  border-top-color: rgb(236 254 255 / 0.9) !important;
  border-bottom-color: rgb(236 254 255 / 0.9) !important;
}

.border-y-cyan-50\/95 {
  border-top-color: rgb(236 254 255 / 0.95) !important;
  border-bottom-color: rgb(236 254 255 / 0.95) !important;
}

.border-y-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-500\/0 {
  border-top-color: rgb(6 182 212 / 0) !important;
  border-bottom-color: rgb(6 182 212 / 0) !important;
}

.border-y-cyan-500\/10 {
  border-top-color: rgb(6 182 212 / 0.1) !important;
  border-bottom-color: rgb(6 182 212 / 0.1) !important;
}

.border-y-cyan-500\/100 {
  border-top-color: rgb(6 182 212 / 1) !important;
  border-bottom-color: rgb(6 182 212 / 1) !important;
}

.border-y-cyan-500\/15 {
  border-top-color: rgb(6 182 212 / 0.15) !important;
  border-bottom-color: rgb(6 182 212 / 0.15) !important;
}

.border-y-cyan-500\/20 {
  border-top-color: rgb(6 182 212 / 0.2) !important;
  border-bottom-color: rgb(6 182 212 / 0.2) !important;
}

.border-y-cyan-500\/25 {
  border-top-color: rgb(6 182 212 / 0.25) !important;
  border-bottom-color: rgb(6 182 212 / 0.25) !important;
}

.border-y-cyan-500\/30 {
  border-top-color: rgb(6 182 212 / 0.3) !important;
  border-bottom-color: rgb(6 182 212 / 0.3) !important;
}

.border-y-cyan-500\/35 {
  border-top-color: rgb(6 182 212 / 0.35) !important;
  border-bottom-color: rgb(6 182 212 / 0.35) !important;
}

.border-y-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4) !important;
  border-bottom-color: rgb(6 182 212 / 0.4) !important;
}

.border-y-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45) !important;
  border-bottom-color: rgb(6 182 212 / 0.45) !important;
}

.border-y-cyan-500\/5 {
  border-top-color: rgb(6 182 212 / 0.05) !important;
  border-bottom-color: rgb(6 182 212 / 0.05) !important;
}

.border-y-cyan-500\/50 {
  border-top-color: rgb(6 182 212 / 0.5) !important;
  border-bottom-color: rgb(6 182 212 / 0.5) !important;
}

.border-y-cyan-500\/55 {
  border-top-color: rgb(6 182 212 / 0.55) !important;
  border-bottom-color: rgb(6 182 212 / 0.55) !important;
}

.border-y-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6) !important;
  border-bottom-color: rgb(6 182 212 / 0.6) !important;
}

.border-y-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65) !important;
  border-bottom-color: rgb(6 182 212 / 0.65) !important;
}

.border-y-cyan-500\/70 {
  border-top-color: rgb(6 182 212 / 0.7) !important;
  border-bottom-color: rgb(6 182 212 / 0.7) !important;
}

.border-y-cyan-500\/75 {
  border-top-color: rgb(6 182 212 / 0.75) !important;
  border-bottom-color: rgb(6 182 212 / 0.75) !important;
}

.border-y-cyan-500\/80 {
  border-top-color: rgb(6 182 212 / 0.8) !important;
  border-bottom-color: rgb(6 182 212 / 0.8) !important;
}

.border-y-cyan-500\/85 {
  border-top-color: rgb(6 182 212 / 0.85) !important;
  border-bottom-color: rgb(6 182 212 / 0.85) !important;
}

.border-y-cyan-500\/90 {
  border-top-color: rgb(6 182 212 / 0.9) !important;
  border-bottom-color: rgb(6 182 212 / 0.9) !important;
}

.border-y-cyan-500\/95 {
  border-top-color: rgb(6 182 212 / 0.95) !important;
  border-bottom-color: rgb(6 182 212 / 0.95) !important;
}

.border-y-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-600\/0 {
  border-top-color: rgb(8 145 178 / 0) !important;
  border-bottom-color: rgb(8 145 178 / 0) !important;
}

.border-y-cyan-600\/10 {
  border-top-color: rgb(8 145 178 / 0.1) !important;
  border-bottom-color: rgb(8 145 178 / 0.1) !important;
}

.border-y-cyan-600\/100 {
  border-top-color: rgb(8 145 178 / 1) !important;
  border-bottom-color: rgb(8 145 178 / 1) !important;
}

.border-y-cyan-600\/15 {
  border-top-color: rgb(8 145 178 / 0.15) !important;
  border-bottom-color: rgb(8 145 178 / 0.15) !important;
}

.border-y-cyan-600\/20 {
  border-top-color: rgb(8 145 178 / 0.2) !important;
  border-bottom-color: rgb(8 145 178 / 0.2) !important;
}

.border-y-cyan-600\/25 {
  border-top-color: rgb(8 145 178 / 0.25) !important;
  border-bottom-color: rgb(8 145 178 / 0.25) !important;
}

.border-y-cyan-600\/30 {
  border-top-color: rgb(8 145 178 / 0.3) !important;
  border-bottom-color: rgb(8 145 178 / 0.3) !important;
}

.border-y-cyan-600\/35 {
  border-top-color: rgb(8 145 178 / 0.35) !important;
  border-bottom-color: rgb(8 145 178 / 0.35) !important;
}

.border-y-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4) !important;
  border-bottom-color: rgb(8 145 178 / 0.4) !important;
}

.border-y-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45) !important;
  border-bottom-color: rgb(8 145 178 / 0.45) !important;
}

.border-y-cyan-600\/5 {
  border-top-color: rgb(8 145 178 / 0.05) !important;
  border-bottom-color: rgb(8 145 178 / 0.05) !important;
}

.border-y-cyan-600\/50 {
  border-top-color: rgb(8 145 178 / 0.5) !important;
  border-bottom-color: rgb(8 145 178 / 0.5) !important;
}

.border-y-cyan-600\/55 {
  border-top-color: rgb(8 145 178 / 0.55) !important;
  border-bottom-color: rgb(8 145 178 / 0.55) !important;
}

.border-y-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6) !important;
  border-bottom-color: rgb(8 145 178 / 0.6) !important;
}

.border-y-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65) !important;
  border-bottom-color: rgb(8 145 178 / 0.65) !important;
}

.border-y-cyan-600\/70 {
  border-top-color: rgb(8 145 178 / 0.7) !important;
  border-bottom-color: rgb(8 145 178 / 0.7) !important;
}

.border-y-cyan-600\/75 {
  border-top-color: rgb(8 145 178 / 0.75) !important;
  border-bottom-color: rgb(8 145 178 / 0.75) !important;
}

.border-y-cyan-600\/80 {
  border-top-color: rgb(8 145 178 / 0.8) !important;
  border-bottom-color: rgb(8 145 178 / 0.8) !important;
}

.border-y-cyan-600\/85 {
  border-top-color: rgb(8 145 178 / 0.85) !important;
  border-bottom-color: rgb(8 145 178 / 0.85) !important;
}

.border-y-cyan-600\/90 {
  border-top-color: rgb(8 145 178 / 0.9) !important;
  border-bottom-color: rgb(8 145 178 / 0.9) !important;
}

.border-y-cyan-600\/95 {
  border-top-color: rgb(8 145 178 / 0.95) !important;
  border-bottom-color: rgb(8 145 178 / 0.95) !important;
}

.border-y-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-700\/0 {
  border-top-color: rgb(14 116 144 / 0) !important;
  border-bottom-color: rgb(14 116 144 / 0) !important;
}

.border-y-cyan-700\/10 {
  border-top-color: rgb(14 116 144 / 0.1) !important;
  border-bottom-color: rgb(14 116 144 / 0.1) !important;
}

.border-y-cyan-700\/100 {
  border-top-color: rgb(14 116 144 / 1) !important;
  border-bottom-color: rgb(14 116 144 / 1) !important;
}

.border-y-cyan-700\/15 {
  border-top-color: rgb(14 116 144 / 0.15) !important;
  border-bottom-color: rgb(14 116 144 / 0.15) !important;
}

.border-y-cyan-700\/20 {
  border-top-color: rgb(14 116 144 / 0.2) !important;
  border-bottom-color: rgb(14 116 144 / 0.2) !important;
}

.border-y-cyan-700\/25 {
  border-top-color: rgb(14 116 144 / 0.25) !important;
  border-bottom-color: rgb(14 116 144 / 0.25) !important;
}

.border-y-cyan-700\/30 {
  border-top-color: rgb(14 116 144 / 0.3) !important;
  border-bottom-color: rgb(14 116 144 / 0.3) !important;
}

.border-y-cyan-700\/35 {
  border-top-color: rgb(14 116 144 / 0.35) !important;
  border-bottom-color: rgb(14 116 144 / 0.35) !important;
}

.border-y-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4) !important;
  border-bottom-color: rgb(14 116 144 / 0.4) !important;
}

.border-y-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45) !important;
  border-bottom-color: rgb(14 116 144 / 0.45) !important;
}

.border-y-cyan-700\/5 {
  border-top-color: rgb(14 116 144 / 0.05) !important;
  border-bottom-color: rgb(14 116 144 / 0.05) !important;
}

.border-y-cyan-700\/50 {
  border-top-color: rgb(14 116 144 / 0.5) !important;
  border-bottom-color: rgb(14 116 144 / 0.5) !important;
}

.border-y-cyan-700\/55 {
  border-top-color: rgb(14 116 144 / 0.55) !important;
  border-bottom-color: rgb(14 116 144 / 0.55) !important;
}

.border-y-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6) !important;
  border-bottom-color: rgb(14 116 144 / 0.6) !important;
}

.border-y-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65) !important;
  border-bottom-color: rgb(14 116 144 / 0.65) !important;
}

.border-y-cyan-700\/70 {
  border-top-color: rgb(14 116 144 / 0.7) !important;
  border-bottom-color: rgb(14 116 144 / 0.7) !important;
}

.border-y-cyan-700\/75 {
  border-top-color: rgb(14 116 144 / 0.75) !important;
  border-bottom-color: rgb(14 116 144 / 0.75) !important;
}

.border-y-cyan-700\/80 {
  border-top-color: rgb(14 116 144 / 0.8) !important;
  border-bottom-color: rgb(14 116 144 / 0.8) !important;
}

.border-y-cyan-700\/85 {
  border-top-color: rgb(14 116 144 / 0.85) !important;
  border-bottom-color: rgb(14 116 144 / 0.85) !important;
}

.border-y-cyan-700\/90 {
  border-top-color: rgb(14 116 144 / 0.9) !important;
  border-bottom-color: rgb(14 116 144 / 0.9) !important;
}

.border-y-cyan-700\/95 {
  border-top-color: rgb(14 116 144 / 0.95) !important;
  border-bottom-color: rgb(14 116 144 / 0.95) !important;
}

.border-y-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-800\/0 {
  border-top-color: rgb(21 94 117 / 0) !important;
  border-bottom-color: rgb(21 94 117 / 0) !important;
}

.border-y-cyan-800\/10 {
  border-top-color: rgb(21 94 117 / 0.1) !important;
  border-bottom-color: rgb(21 94 117 / 0.1) !important;
}

.border-y-cyan-800\/100 {
  border-top-color: rgb(21 94 117 / 1) !important;
  border-bottom-color: rgb(21 94 117 / 1) !important;
}

.border-y-cyan-800\/15 {
  border-top-color: rgb(21 94 117 / 0.15) !important;
  border-bottom-color: rgb(21 94 117 / 0.15) !important;
}

.border-y-cyan-800\/20 {
  border-top-color: rgb(21 94 117 / 0.2) !important;
  border-bottom-color: rgb(21 94 117 / 0.2) !important;
}

.border-y-cyan-800\/25 {
  border-top-color: rgb(21 94 117 / 0.25) !important;
  border-bottom-color: rgb(21 94 117 / 0.25) !important;
}

.border-y-cyan-800\/30 {
  border-top-color: rgb(21 94 117 / 0.3) !important;
  border-bottom-color: rgb(21 94 117 / 0.3) !important;
}

.border-y-cyan-800\/35 {
  border-top-color: rgb(21 94 117 / 0.35) !important;
  border-bottom-color: rgb(21 94 117 / 0.35) !important;
}

.border-y-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4) !important;
  border-bottom-color: rgb(21 94 117 / 0.4) !important;
}

.border-y-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45) !important;
  border-bottom-color: rgb(21 94 117 / 0.45) !important;
}

.border-y-cyan-800\/5 {
  border-top-color: rgb(21 94 117 / 0.05) !important;
  border-bottom-color: rgb(21 94 117 / 0.05) !important;
}

.border-y-cyan-800\/50 {
  border-top-color: rgb(21 94 117 / 0.5) !important;
  border-bottom-color: rgb(21 94 117 / 0.5) !important;
}

.border-y-cyan-800\/55 {
  border-top-color: rgb(21 94 117 / 0.55) !important;
  border-bottom-color: rgb(21 94 117 / 0.55) !important;
}

.border-y-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6) !important;
  border-bottom-color: rgb(21 94 117 / 0.6) !important;
}

.border-y-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65) !important;
  border-bottom-color: rgb(21 94 117 / 0.65) !important;
}

.border-y-cyan-800\/70 {
  border-top-color: rgb(21 94 117 / 0.7) !important;
  border-bottom-color: rgb(21 94 117 / 0.7) !important;
}

.border-y-cyan-800\/75 {
  border-top-color: rgb(21 94 117 / 0.75) !important;
  border-bottom-color: rgb(21 94 117 / 0.75) !important;
}

.border-y-cyan-800\/80 {
  border-top-color: rgb(21 94 117 / 0.8) !important;
  border-bottom-color: rgb(21 94 117 / 0.8) !important;
}

.border-y-cyan-800\/85 {
  border-top-color: rgb(21 94 117 / 0.85) !important;
  border-bottom-color: rgb(21 94 117 / 0.85) !important;
}

.border-y-cyan-800\/90 {
  border-top-color: rgb(21 94 117 / 0.9) !important;
  border-bottom-color: rgb(21 94 117 / 0.9) !important;
}

.border-y-cyan-800\/95 {
  border-top-color: rgb(21 94 117 / 0.95) !important;
  border-bottom-color: rgb(21 94 117 / 0.95) !important;
}

.border-y-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-900\/0 {
  border-top-color: rgb(22 78 99 / 0) !important;
  border-bottom-color: rgb(22 78 99 / 0) !important;
}

.border-y-cyan-900\/10 {
  border-top-color: rgb(22 78 99 / 0.1) !important;
  border-bottom-color: rgb(22 78 99 / 0.1) !important;
}

.border-y-cyan-900\/100 {
  border-top-color: rgb(22 78 99 / 1) !important;
  border-bottom-color: rgb(22 78 99 / 1) !important;
}

.border-y-cyan-900\/15 {
  border-top-color: rgb(22 78 99 / 0.15) !important;
  border-bottom-color: rgb(22 78 99 / 0.15) !important;
}

.border-y-cyan-900\/20 {
  border-top-color: rgb(22 78 99 / 0.2) !important;
  border-bottom-color: rgb(22 78 99 / 0.2) !important;
}

.border-y-cyan-900\/25 {
  border-top-color: rgb(22 78 99 / 0.25) !important;
  border-bottom-color: rgb(22 78 99 / 0.25) !important;
}

.border-y-cyan-900\/30 {
  border-top-color: rgb(22 78 99 / 0.3) !important;
  border-bottom-color: rgb(22 78 99 / 0.3) !important;
}

.border-y-cyan-900\/35 {
  border-top-color: rgb(22 78 99 / 0.35) !important;
  border-bottom-color: rgb(22 78 99 / 0.35) !important;
}

.border-y-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4) !important;
  border-bottom-color: rgb(22 78 99 / 0.4) !important;
}

.border-y-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45) !important;
  border-bottom-color: rgb(22 78 99 / 0.45) !important;
}

.border-y-cyan-900\/5 {
  border-top-color: rgb(22 78 99 / 0.05) !important;
  border-bottom-color: rgb(22 78 99 / 0.05) !important;
}

.border-y-cyan-900\/50 {
  border-top-color: rgb(22 78 99 / 0.5) !important;
  border-bottom-color: rgb(22 78 99 / 0.5) !important;
}

.border-y-cyan-900\/55 {
  border-top-color: rgb(22 78 99 / 0.55) !important;
  border-bottom-color: rgb(22 78 99 / 0.55) !important;
}

.border-y-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6) !important;
  border-bottom-color: rgb(22 78 99 / 0.6) !important;
}

.border-y-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65) !important;
  border-bottom-color: rgb(22 78 99 / 0.65) !important;
}

.border-y-cyan-900\/70 {
  border-top-color: rgb(22 78 99 / 0.7) !important;
  border-bottom-color: rgb(22 78 99 / 0.7) !important;
}

.border-y-cyan-900\/75 {
  border-top-color: rgb(22 78 99 / 0.75) !important;
  border-bottom-color: rgb(22 78 99 / 0.75) !important;
}

.border-y-cyan-900\/80 {
  border-top-color: rgb(22 78 99 / 0.8) !important;
  border-bottom-color: rgb(22 78 99 / 0.8) !important;
}

.border-y-cyan-900\/85 {
  border-top-color: rgb(22 78 99 / 0.85) !important;
  border-bottom-color: rgb(22 78 99 / 0.85) !important;
}

.border-y-cyan-900\/90 {
  border-top-color: rgb(22 78 99 / 0.9) !important;
  border-bottom-color: rgb(22 78 99 / 0.9) !important;
}

.border-y-cyan-900\/95 {
  border-top-color: rgb(22 78 99 / 0.95) !important;
  border-bottom-color: rgb(22 78 99 / 0.95) !important;
}

.border-y-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-y-cyan-950\/0 {
  border-top-color: rgb(8 51 68 / 0) !important;
  border-bottom-color: rgb(8 51 68 / 0) !important;
}

.border-y-cyan-950\/10 {
  border-top-color: rgb(8 51 68 / 0.1) !important;
  border-bottom-color: rgb(8 51 68 / 0.1) !important;
}

.border-y-cyan-950\/100 {
  border-top-color: rgb(8 51 68 / 1) !important;
  border-bottom-color: rgb(8 51 68 / 1) !important;
}

.border-y-cyan-950\/15 {
  border-top-color: rgb(8 51 68 / 0.15) !important;
  border-bottom-color: rgb(8 51 68 / 0.15) !important;
}

.border-y-cyan-950\/20 {
  border-top-color: rgb(8 51 68 / 0.2) !important;
  border-bottom-color: rgb(8 51 68 / 0.2) !important;
}

.border-y-cyan-950\/25 {
  border-top-color: rgb(8 51 68 / 0.25) !important;
  border-bottom-color: rgb(8 51 68 / 0.25) !important;
}

.border-y-cyan-950\/30 {
  border-top-color: rgb(8 51 68 / 0.3) !important;
  border-bottom-color: rgb(8 51 68 / 0.3) !important;
}

.border-y-cyan-950\/35 {
  border-top-color: rgb(8 51 68 / 0.35) !important;
  border-bottom-color: rgb(8 51 68 / 0.35) !important;
}

.border-y-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4) !important;
  border-bottom-color: rgb(8 51 68 / 0.4) !important;
}

.border-y-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45) !important;
  border-bottom-color: rgb(8 51 68 / 0.45) !important;
}

.border-y-cyan-950\/5 {
  border-top-color: rgb(8 51 68 / 0.05) !important;
  border-bottom-color: rgb(8 51 68 / 0.05) !important;
}

.border-y-cyan-950\/50 {
  border-top-color: rgb(8 51 68 / 0.5) !important;
  border-bottom-color: rgb(8 51 68 / 0.5) !important;
}

.border-y-cyan-950\/55 {
  border-top-color: rgb(8 51 68 / 0.55) !important;
  border-bottom-color: rgb(8 51 68 / 0.55) !important;
}

.border-y-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6) !important;
  border-bottom-color: rgb(8 51 68 / 0.6) !important;
}

.border-y-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65) !important;
  border-bottom-color: rgb(8 51 68 / 0.65) !important;
}

.border-y-cyan-950\/70 {
  border-top-color: rgb(8 51 68 / 0.7) !important;
  border-bottom-color: rgb(8 51 68 / 0.7) !important;
}

.border-y-cyan-950\/75 {
  border-top-color: rgb(8 51 68 / 0.75) !important;
  border-bottom-color: rgb(8 51 68 / 0.75) !important;
}

.border-y-cyan-950\/80 {
  border-top-color: rgb(8 51 68 / 0.8) !important;
  border-bottom-color: rgb(8 51 68 / 0.8) !important;
}

.border-y-cyan-950\/85 {
  border-top-color: rgb(8 51 68 / 0.85) !important;
  border-bottom-color: rgb(8 51 68 / 0.85) !important;
}

.border-y-cyan-950\/90 {
  border-top-color: rgb(8 51 68 / 0.9) !important;
  border-bottom-color: rgb(8 51 68 / 0.9) !important;
}

.border-y-cyan-950\/95 {
  border-top-color: rgb(8 51 68 / 0.95) !important;
  border-bottom-color: rgb(8 51 68 / 0.95) !important;
}

.border-y-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-100\/0 {
  border-top-color: rgb(209 250 229 / 0) !important;
  border-bottom-color: rgb(209 250 229 / 0) !important;
}

.border-y-emerald-100\/10 {
  border-top-color: rgb(209 250 229 / 0.1) !important;
  border-bottom-color: rgb(209 250 229 / 0.1) !important;
}

.border-y-emerald-100\/100 {
  border-top-color: rgb(209 250 229 / 1) !important;
  border-bottom-color: rgb(209 250 229 / 1) !important;
}

.border-y-emerald-100\/15 {
  border-top-color: rgb(209 250 229 / 0.15) !important;
  border-bottom-color: rgb(209 250 229 / 0.15) !important;
}

.border-y-emerald-100\/20 {
  border-top-color: rgb(209 250 229 / 0.2) !important;
  border-bottom-color: rgb(209 250 229 / 0.2) !important;
}

.border-y-emerald-100\/25 {
  border-top-color: rgb(209 250 229 / 0.25) !important;
  border-bottom-color: rgb(209 250 229 / 0.25) !important;
}

.border-y-emerald-100\/30 {
  border-top-color: rgb(209 250 229 / 0.3) !important;
  border-bottom-color: rgb(209 250 229 / 0.3) !important;
}

.border-y-emerald-100\/35 {
  border-top-color: rgb(209 250 229 / 0.35) !important;
  border-bottom-color: rgb(209 250 229 / 0.35) !important;
}

.border-y-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4) !important;
  border-bottom-color: rgb(209 250 229 / 0.4) !important;
}

.border-y-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45) !important;
  border-bottom-color: rgb(209 250 229 / 0.45) !important;
}

.border-y-emerald-100\/5 {
  border-top-color: rgb(209 250 229 / 0.05) !important;
  border-bottom-color: rgb(209 250 229 / 0.05) !important;
}

.border-y-emerald-100\/50 {
  border-top-color: rgb(209 250 229 / 0.5) !important;
  border-bottom-color: rgb(209 250 229 / 0.5) !important;
}

.border-y-emerald-100\/55 {
  border-top-color: rgb(209 250 229 / 0.55) !important;
  border-bottom-color: rgb(209 250 229 / 0.55) !important;
}

.border-y-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6) !important;
  border-bottom-color: rgb(209 250 229 / 0.6) !important;
}

.border-y-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65) !important;
  border-bottom-color: rgb(209 250 229 / 0.65) !important;
}

.border-y-emerald-100\/70 {
  border-top-color: rgb(209 250 229 / 0.7) !important;
  border-bottom-color: rgb(209 250 229 / 0.7) !important;
}

.border-y-emerald-100\/75 {
  border-top-color: rgb(209 250 229 / 0.75) !important;
  border-bottom-color: rgb(209 250 229 / 0.75) !important;
}

.border-y-emerald-100\/80 {
  border-top-color: rgb(209 250 229 / 0.8) !important;
  border-bottom-color: rgb(209 250 229 / 0.8) !important;
}

.border-y-emerald-100\/85 {
  border-top-color: rgb(209 250 229 / 0.85) !important;
  border-bottom-color: rgb(209 250 229 / 0.85) !important;
}

.border-y-emerald-100\/90 {
  border-top-color: rgb(209 250 229 / 0.9) !important;
  border-bottom-color: rgb(209 250 229 / 0.9) !important;
}

.border-y-emerald-100\/95 {
  border-top-color: rgb(209 250 229 / 0.95) !important;
  border-bottom-color: rgb(209 250 229 / 0.95) !important;
}

.border-y-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-200\/0 {
  border-top-color: rgb(167 243 208 / 0) !important;
  border-bottom-color: rgb(167 243 208 / 0) !important;
}

.border-y-emerald-200\/10 {
  border-top-color: rgb(167 243 208 / 0.1) !important;
  border-bottom-color: rgb(167 243 208 / 0.1) !important;
}

.border-y-emerald-200\/100 {
  border-top-color: rgb(167 243 208 / 1) !important;
  border-bottom-color: rgb(167 243 208 / 1) !important;
}

.border-y-emerald-200\/15 {
  border-top-color: rgb(167 243 208 / 0.15) !important;
  border-bottom-color: rgb(167 243 208 / 0.15) !important;
}

.border-y-emerald-200\/20 {
  border-top-color: rgb(167 243 208 / 0.2) !important;
  border-bottom-color: rgb(167 243 208 / 0.2) !important;
}

.border-y-emerald-200\/25 {
  border-top-color: rgb(167 243 208 / 0.25) !important;
  border-bottom-color: rgb(167 243 208 / 0.25) !important;
}

.border-y-emerald-200\/30 {
  border-top-color: rgb(167 243 208 / 0.3) !important;
  border-bottom-color: rgb(167 243 208 / 0.3) !important;
}

.border-y-emerald-200\/35 {
  border-top-color: rgb(167 243 208 / 0.35) !important;
  border-bottom-color: rgb(167 243 208 / 0.35) !important;
}

.border-y-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4) !important;
  border-bottom-color: rgb(167 243 208 / 0.4) !important;
}

.border-y-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45) !important;
  border-bottom-color: rgb(167 243 208 / 0.45) !important;
}

.border-y-emerald-200\/5 {
  border-top-color: rgb(167 243 208 / 0.05) !important;
  border-bottom-color: rgb(167 243 208 / 0.05) !important;
}

.border-y-emerald-200\/50 {
  border-top-color: rgb(167 243 208 / 0.5) !important;
  border-bottom-color: rgb(167 243 208 / 0.5) !important;
}

.border-y-emerald-200\/55 {
  border-top-color: rgb(167 243 208 / 0.55) !important;
  border-bottom-color: rgb(167 243 208 / 0.55) !important;
}

.border-y-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6) !important;
  border-bottom-color: rgb(167 243 208 / 0.6) !important;
}

.border-y-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65) !important;
  border-bottom-color: rgb(167 243 208 / 0.65) !important;
}

.border-y-emerald-200\/70 {
  border-top-color: rgb(167 243 208 / 0.7) !important;
  border-bottom-color: rgb(167 243 208 / 0.7) !important;
}

.border-y-emerald-200\/75 {
  border-top-color: rgb(167 243 208 / 0.75) !important;
  border-bottom-color: rgb(167 243 208 / 0.75) !important;
}

.border-y-emerald-200\/80 {
  border-top-color: rgb(167 243 208 / 0.8) !important;
  border-bottom-color: rgb(167 243 208 / 0.8) !important;
}

.border-y-emerald-200\/85 {
  border-top-color: rgb(167 243 208 / 0.85) !important;
  border-bottom-color: rgb(167 243 208 / 0.85) !important;
}

.border-y-emerald-200\/90 {
  border-top-color: rgb(167 243 208 / 0.9) !important;
  border-bottom-color: rgb(167 243 208 / 0.9) !important;
}

.border-y-emerald-200\/95 {
  border-top-color: rgb(167 243 208 / 0.95) !important;
  border-bottom-color: rgb(167 243 208 / 0.95) !important;
}

.border-y-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-300\/0 {
  border-top-color: rgb(110 231 183 / 0) !important;
  border-bottom-color: rgb(110 231 183 / 0) !important;
}

.border-y-emerald-300\/10 {
  border-top-color: rgb(110 231 183 / 0.1) !important;
  border-bottom-color: rgb(110 231 183 / 0.1) !important;
}

.border-y-emerald-300\/100 {
  border-top-color: rgb(110 231 183 / 1) !important;
  border-bottom-color: rgb(110 231 183 / 1) !important;
}

.border-y-emerald-300\/15 {
  border-top-color: rgb(110 231 183 / 0.15) !important;
  border-bottom-color: rgb(110 231 183 / 0.15) !important;
}

.border-y-emerald-300\/20 {
  border-top-color: rgb(110 231 183 / 0.2) !important;
  border-bottom-color: rgb(110 231 183 / 0.2) !important;
}

.border-y-emerald-300\/25 {
  border-top-color: rgb(110 231 183 / 0.25) !important;
  border-bottom-color: rgb(110 231 183 / 0.25) !important;
}

.border-y-emerald-300\/30 {
  border-top-color: rgb(110 231 183 / 0.3) !important;
  border-bottom-color: rgb(110 231 183 / 0.3) !important;
}

.border-y-emerald-300\/35 {
  border-top-color: rgb(110 231 183 / 0.35) !important;
  border-bottom-color: rgb(110 231 183 / 0.35) !important;
}

.border-y-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4) !important;
  border-bottom-color: rgb(110 231 183 / 0.4) !important;
}

.border-y-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45) !important;
  border-bottom-color: rgb(110 231 183 / 0.45) !important;
}

.border-y-emerald-300\/5 {
  border-top-color: rgb(110 231 183 / 0.05) !important;
  border-bottom-color: rgb(110 231 183 / 0.05) !important;
}

.border-y-emerald-300\/50 {
  border-top-color: rgb(110 231 183 / 0.5) !important;
  border-bottom-color: rgb(110 231 183 / 0.5) !important;
}

.border-y-emerald-300\/55 {
  border-top-color: rgb(110 231 183 / 0.55) !important;
  border-bottom-color: rgb(110 231 183 / 0.55) !important;
}

.border-y-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6) !important;
  border-bottom-color: rgb(110 231 183 / 0.6) !important;
}

.border-y-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65) !important;
  border-bottom-color: rgb(110 231 183 / 0.65) !important;
}

.border-y-emerald-300\/70 {
  border-top-color: rgb(110 231 183 / 0.7) !important;
  border-bottom-color: rgb(110 231 183 / 0.7) !important;
}

.border-y-emerald-300\/75 {
  border-top-color: rgb(110 231 183 / 0.75) !important;
  border-bottom-color: rgb(110 231 183 / 0.75) !important;
}

.border-y-emerald-300\/80 {
  border-top-color: rgb(110 231 183 / 0.8) !important;
  border-bottom-color: rgb(110 231 183 / 0.8) !important;
}

.border-y-emerald-300\/85 {
  border-top-color: rgb(110 231 183 / 0.85) !important;
  border-bottom-color: rgb(110 231 183 / 0.85) !important;
}

.border-y-emerald-300\/90 {
  border-top-color: rgb(110 231 183 / 0.9) !important;
  border-bottom-color: rgb(110 231 183 / 0.9) !important;
}

.border-y-emerald-300\/95 {
  border-top-color: rgb(110 231 183 / 0.95) !important;
  border-bottom-color: rgb(110 231 183 / 0.95) !important;
}

.border-y-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-400\/0 {
  border-top-color: rgb(52 211 153 / 0) !important;
  border-bottom-color: rgb(52 211 153 / 0) !important;
}

.border-y-emerald-400\/10 {
  border-top-color: rgb(52 211 153 / 0.1) !important;
  border-bottom-color: rgb(52 211 153 / 0.1) !important;
}

.border-y-emerald-400\/100 {
  border-top-color: rgb(52 211 153 / 1) !important;
  border-bottom-color: rgb(52 211 153 / 1) !important;
}

.border-y-emerald-400\/15 {
  border-top-color: rgb(52 211 153 / 0.15) !important;
  border-bottom-color: rgb(52 211 153 / 0.15) !important;
}

.border-y-emerald-400\/20 {
  border-top-color: rgb(52 211 153 / 0.2) !important;
  border-bottom-color: rgb(52 211 153 / 0.2) !important;
}

.border-y-emerald-400\/25 {
  border-top-color: rgb(52 211 153 / 0.25) !important;
  border-bottom-color: rgb(52 211 153 / 0.25) !important;
}

.border-y-emerald-400\/30 {
  border-top-color: rgb(52 211 153 / 0.3) !important;
  border-bottom-color: rgb(52 211 153 / 0.3) !important;
}

.border-y-emerald-400\/35 {
  border-top-color: rgb(52 211 153 / 0.35) !important;
  border-bottom-color: rgb(52 211 153 / 0.35) !important;
}

.border-y-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4) !important;
  border-bottom-color: rgb(52 211 153 / 0.4) !important;
}

.border-y-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45) !important;
  border-bottom-color: rgb(52 211 153 / 0.45) !important;
}

.border-y-emerald-400\/5 {
  border-top-color: rgb(52 211 153 / 0.05) !important;
  border-bottom-color: rgb(52 211 153 / 0.05) !important;
}

.border-y-emerald-400\/50 {
  border-top-color: rgb(52 211 153 / 0.5) !important;
  border-bottom-color: rgb(52 211 153 / 0.5) !important;
}

.border-y-emerald-400\/55 {
  border-top-color: rgb(52 211 153 / 0.55) !important;
  border-bottom-color: rgb(52 211 153 / 0.55) !important;
}

.border-y-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6) !important;
  border-bottom-color: rgb(52 211 153 / 0.6) !important;
}

.border-y-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65) !important;
  border-bottom-color: rgb(52 211 153 / 0.65) !important;
}

.border-y-emerald-400\/70 {
  border-top-color: rgb(52 211 153 / 0.7) !important;
  border-bottom-color: rgb(52 211 153 / 0.7) !important;
}

.border-y-emerald-400\/75 {
  border-top-color: rgb(52 211 153 / 0.75) !important;
  border-bottom-color: rgb(52 211 153 / 0.75) !important;
}

.border-y-emerald-400\/80 {
  border-top-color: rgb(52 211 153 / 0.8) !important;
  border-bottom-color: rgb(52 211 153 / 0.8) !important;
}

.border-y-emerald-400\/85 {
  border-top-color: rgb(52 211 153 / 0.85) !important;
  border-bottom-color: rgb(52 211 153 / 0.85) !important;
}

.border-y-emerald-400\/90 {
  border-top-color: rgb(52 211 153 / 0.9) !important;
  border-bottom-color: rgb(52 211 153 / 0.9) !important;
}

.border-y-emerald-400\/95 {
  border-top-color: rgb(52 211 153 / 0.95) !important;
  border-bottom-color: rgb(52 211 153 / 0.95) !important;
}

.border-y-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-50\/0 {
  border-top-color: rgb(236 253 245 / 0) !important;
  border-bottom-color: rgb(236 253 245 / 0) !important;
}

.border-y-emerald-50\/10 {
  border-top-color: rgb(236 253 245 / 0.1) !important;
  border-bottom-color: rgb(236 253 245 / 0.1) !important;
}

.border-y-emerald-50\/100 {
  border-top-color: rgb(236 253 245 / 1) !important;
  border-bottom-color: rgb(236 253 245 / 1) !important;
}

.border-y-emerald-50\/15 {
  border-top-color: rgb(236 253 245 / 0.15) !important;
  border-bottom-color: rgb(236 253 245 / 0.15) !important;
}

.border-y-emerald-50\/20 {
  border-top-color: rgb(236 253 245 / 0.2) !important;
  border-bottom-color: rgb(236 253 245 / 0.2) !important;
}

.border-y-emerald-50\/25 {
  border-top-color: rgb(236 253 245 / 0.25) !important;
  border-bottom-color: rgb(236 253 245 / 0.25) !important;
}

.border-y-emerald-50\/30 {
  border-top-color: rgb(236 253 245 / 0.3) !important;
  border-bottom-color: rgb(236 253 245 / 0.3) !important;
}

.border-y-emerald-50\/35 {
  border-top-color: rgb(236 253 245 / 0.35) !important;
  border-bottom-color: rgb(236 253 245 / 0.35) !important;
}

.border-y-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4) !important;
  border-bottom-color: rgb(236 253 245 / 0.4) !important;
}

.border-y-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45) !important;
  border-bottom-color: rgb(236 253 245 / 0.45) !important;
}

.border-y-emerald-50\/5 {
  border-top-color: rgb(236 253 245 / 0.05) !important;
  border-bottom-color: rgb(236 253 245 / 0.05) !important;
}

.border-y-emerald-50\/50 {
  border-top-color: rgb(236 253 245 / 0.5) !important;
  border-bottom-color: rgb(236 253 245 / 0.5) !important;
}

.border-y-emerald-50\/55 {
  border-top-color: rgb(236 253 245 / 0.55) !important;
  border-bottom-color: rgb(236 253 245 / 0.55) !important;
}

.border-y-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6) !important;
  border-bottom-color: rgb(236 253 245 / 0.6) !important;
}

.border-y-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65) !important;
  border-bottom-color: rgb(236 253 245 / 0.65) !important;
}

.border-y-emerald-50\/70 {
  border-top-color: rgb(236 253 245 / 0.7) !important;
  border-bottom-color: rgb(236 253 245 / 0.7) !important;
}

.border-y-emerald-50\/75 {
  border-top-color: rgb(236 253 245 / 0.75) !important;
  border-bottom-color: rgb(236 253 245 / 0.75) !important;
}

.border-y-emerald-50\/80 {
  border-top-color: rgb(236 253 245 / 0.8) !important;
  border-bottom-color: rgb(236 253 245 / 0.8) !important;
}

.border-y-emerald-50\/85 {
  border-top-color: rgb(236 253 245 / 0.85) !important;
  border-bottom-color: rgb(236 253 245 / 0.85) !important;
}

.border-y-emerald-50\/90 {
  border-top-color: rgb(236 253 245 / 0.9) !important;
  border-bottom-color: rgb(236 253 245 / 0.9) !important;
}

.border-y-emerald-50\/95 {
  border-top-color: rgb(236 253 245 / 0.95) !important;
  border-bottom-color: rgb(236 253 245 / 0.95) !important;
}

.border-y-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-500\/0 {
  border-top-color: rgb(16 185 129 / 0) !important;
  border-bottom-color: rgb(16 185 129 / 0) !important;
}

.border-y-emerald-500\/10 {
  border-top-color: rgb(16 185 129 / 0.1) !important;
  border-bottom-color: rgb(16 185 129 / 0.1) !important;
}

.border-y-emerald-500\/100 {
  border-top-color: rgb(16 185 129 / 1) !important;
  border-bottom-color: rgb(16 185 129 / 1) !important;
}

.border-y-emerald-500\/15 {
  border-top-color: rgb(16 185 129 / 0.15) !important;
  border-bottom-color: rgb(16 185 129 / 0.15) !important;
}

.border-y-emerald-500\/20 {
  border-top-color: rgb(16 185 129 / 0.2) !important;
  border-bottom-color: rgb(16 185 129 / 0.2) !important;
}

.border-y-emerald-500\/25 {
  border-top-color: rgb(16 185 129 / 0.25) !important;
  border-bottom-color: rgb(16 185 129 / 0.25) !important;
}

.border-y-emerald-500\/30 {
  border-top-color: rgb(16 185 129 / 0.3) !important;
  border-bottom-color: rgb(16 185 129 / 0.3) !important;
}

.border-y-emerald-500\/35 {
  border-top-color: rgb(16 185 129 / 0.35) !important;
  border-bottom-color: rgb(16 185 129 / 0.35) !important;
}

.border-y-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4) !important;
  border-bottom-color: rgb(16 185 129 / 0.4) !important;
}

.border-y-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45) !important;
  border-bottom-color: rgb(16 185 129 / 0.45) !important;
}

.border-y-emerald-500\/5 {
  border-top-color: rgb(16 185 129 / 0.05) !important;
  border-bottom-color: rgb(16 185 129 / 0.05) !important;
}

.border-y-emerald-500\/50 {
  border-top-color: rgb(16 185 129 / 0.5) !important;
  border-bottom-color: rgb(16 185 129 / 0.5) !important;
}

.border-y-emerald-500\/55 {
  border-top-color: rgb(16 185 129 / 0.55) !important;
  border-bottom-color: rgb(16 185 129 / 0.55) !important;
}

.border-y-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6) !important;
  border-bottom-color: rgb(16 185 129 / 0.6) !important;
}

.border-y-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65) !important;
  border-bottom-color: rgb(16 185 129 / 0.65) !important;
}

.border-y-emerald-500\/70 {
  border-top-color: rgb(16 185 129 / 0.7) !important;
  border-bottom-color: rgb(16 185 129 / 0.7) !important;
}

.border-y-emerald-500\/75 {
  border-top-color: rgb(16 185 129 / 0.75) !important;
  border-bottom-color: rgb(16 185 129 / 0.75) !important;
}

.border-y-emerald-500\/80 {
  border-top-color: rgb(16 185 129 / 0.8) !important;
  border-bottom-color: rgb(16 185 129 / 0.8) !important;
}

.border-y-emerald-500\/85 {
  border-top-color: rgb(16 185 129 / 0.85) !important;
  border-bottom-color: rgb(16 185 129 / 0.85) !important;
}

.border-y-emerald-500\/90 {
  border-top-color: rgb(16 185 129 / 0.9) !important;
  border-bottom-color: rgb(16 185 129 / 0.9) !important;
}

.border-y-emerald-500\/95 {
  border-top-color: rgb(16 185 129 / 0.95) !important;
  border-bottom-color: rgb(16 185 129 / 0.95) !important;
}

.border-y-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-600\/0 {
  border-top-color: rgb(5 150 105 / 0) !important;
  border-bottom-color: rgb(5 150 105 / 0) !important;
}

.border-y-emerald-600\/10 {
  border-top-color: rgb(5 150 105 / 0.1) !important;
  border-bottom-color: rgb(5 150 105 / 0.1) !important;
}

.border-y-emerald-600\/100 {
  border-top-color: rgb(5 150 105 / 1) !important;
  border-bottom-color: rgb(5 150 105 / 1) !important;
}

.border-y-emerald-600\/15 {
  border-top-color: rgb(5 150 105 / 0.15) !important;
  border-bottom-color: rgb(5 150 105 / 0.15) !important;
}

.border-y-emerald-600\/20 {
  border-top-color: rgb(5 150 105 / 0.2) !important;
  border-bottom-color: rgb(5 150 105 / 0.2) !important;
}

.border-y-emerald-600\/25 {
  border-top-color: rgb(5 150 105 / 0.25) !important;
  border-bottom-color: rgb(5 150 105 / 0.25) !important;
}

.border-y-emerald-600\/30 {
  border-top-color: rgb(5 150 105 / 0.3) !important;
  border-bottom-color: rgb(5 150 105 / 0.3) !important;
}

.border-y-emerald-600\/35 {
  border-top-color: rgb(5 150 105 / 0.35) !important;
  border-bottom-color: rgb(5 150 105 / 0.35) !important;
}

.border-y-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4) !important;
  border-bottom-color: rgb(5 150 105 / 0.4) !important;
}

.border-y-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45) !important;
  border-bottom-color: rgb(5 150 105 / 0.45) !important;
}

.border-y-emerald-600\/5 {
  border-top-color: rgb(5 150 105 / 0.05) !important;
  border-bottom-color: rgb(5 150 105 / 0.05) !important;
}

.border-y-emerald-600\/50 {
  border-top-color: rgb(5 150 105 / 0.5) !important;
  border-bottom-color: rgb(5 150 105 / 0.5) !important;
}

.border-y-emerald-600\/55 {
  border-top-color: rgb(5 150 105 / 0.55) !important;
  border-bottom-color: rgb(5 150 105 / 0.55) !important;
}

.border-y-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6) !important;
  border-bottom-color: rgb(5 150 105 / 0.6) !important;
}

.border-y-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65) !important;
  border-bottom-color: rgb(5 150 105 / 0.65) !important;
}

.border-y-emerald-600\/70 {
  border-top-color: rgb(5 150 105 / 0.7) !important;
  border-bottom-color: rgb(5 150 105 / 0.7) !important;
}

.border-y-emerald-600\/75 {
  border-top-color: rgb(5 150 105 / 0.75) !important;
  border-bottom-color: rgb(5 150 105 / 0.75) !important;
}

.border-y-emerald-600\/80 {
  border-top-color: rgb(5 150 105 / 0.8) !important;
  border-bottom-color: rgb(5 150 105 / 0.8) !important;
}

.border-y-emerald-600\/85 {
  border-top-color: rgb(5 150 105 / 0.85) !important;
  border-bottom-color: rgb(5 150 105 / 0.85) !important;
}

.border-y-emerald-600\/90 {
  border-top-color: rgb(5 150 105 / 0.9) !important;
  border-bottom-color: rgb(5 150 105 / 0.9) !important;
}

.border-y-emerald-600\/95 {
  border-top-color: rgb(5 150 105 / 0.95) !important;
  border-bottom-color: rgb(5 150 105 / 0.95) !important;
}

.border-y-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-700\/0 {
  border-top-color: rgb(4 120 87 / 0) !important;
  border-bottom-color: rgb(4 120 87 / 0) !important;
}

.border-y-emerald-700\/10 {
  border-top-color: rgb(4 120 87 / 0.1) !important;
  border-bottom-color: rgb(4 120 87 / 0.1) !important;
}

.border-y-emerald-700\/100 {
  border-top-color: rgb(4 120 87 / 1) !important;
  border-bottom-color: rgb(4 120 87 / 1) !important;
}

.border-y-emerald-700\/15 {
  border-top-color: rgb(4 120 87 / 0.15) !important;
  border-bottom-color: rgb(4 120 87 / 0.15) !important;
}

.border-y-emerald-700\/20 {
  border-top-color: rgb(4 120 87 / 0.2) !important;
  border-bottom-color: rgb(4 120 87 / 0.2) !important;
}

.border-y-emerald-700\/25 {
  border-top-color: rgb(4 120 87 / 0.25) !important;
  border-bottom-color: rgb(4 120 87 / 0.25) !important;
}

.border-y-emerald-700\/30 {
  border-top-color: rgb(4 120 87 / 0.3) !important;
  border-bottom-color: rgb(4 120 87 / 0.3) !important;
}

.border-y-emerald-700\/35 {
  border-top-color: rgb(4 120 87 / 0.35) !important;
  border-bottom-color: rgb(4 120 87 / 0.35) !important;
}

.border-y-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4) !important;
  border-bottom-color: rgb(4 120 87 / 0.4) !important;
}

.border-y-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45) !important;
  border-bottom-color: rgb(4 120 87 / 0.45) !important;
}

.border-y-emerald-700\/5 {
  border-top-color: rgb(4 120 87 / 0.05) !important;
  border-bottom-color: rgb(4 120 87 / 0.05) !important;
}

.border-y-emerald-700\/50 {
  border-top-color: rgb(4 120 87 / 0.5) !important;
  border-bottom-color: rgb(4 120 87 / 0.5) !important;
}

.border-y-emerald-700\/55 {
  border-top-color: rgb(4 120 87 / 0.55) !important;
  border-bottom-color: rgb(4 120 87 / 0.55) !important;
}

.border-y-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6) !important;
  border-bottom-color: rgb(4 120 87 / 0.6) !important;
}

.border-y-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65) !important;
  border-bottom-color: rgb(4 120 87 / 0.65) !important;
}

.border-y-emerald-700\/70 {
  border-top-color: rgb(4 120 87 / 0.7) !important;
  border-bottom-color: rgb(4 120 87 / 0.7) !important;
}

.border-y-emerald-700\/75 {
  border-top-color: rgb(4 120 87 / 0.75) !important;
  border-bottom-color: rgb(4 120 87 / 0.75) !important;
}

.border-y-emerald-700\/80 {
  border-top-color: rgb(4 120 87 / 0.8) !important;
  border-bottom-color: rgb(4 120 87 / 0.8) !important;
}

.border-y-emerald-700\/85 {
  border-top-color: rgb(4 120 87 / 0.85) !important;
  border-bottom-color: rgb(4 120 87 / 0.85) !important;
}

.border-y-emerald-700\/90 {
  border-top-color: rgb(4 120 87 / 0.9) !important;
  border-bottom-color: rgb(4 120 87 / 0.9) !important;
}

.border-y-emerald-700\/95 {
  border-top-color: rgb(4 120 87 / 0.95) !important;
  border-bottom-color: rgb(4 120 87 / 0.95) !important;
}

.border-y-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-800\/0 {
  border-top-color: rgb(6 95 70 / 0) !important;
  border-bottom-color: rgb(6 95 70 / 0) !important;
}

.border-y-emerald-800\/10 {
  border-top-color: rgb(6 95 70 / 0.1) !important;
  border-bottom-color: rgb(6 95 70 / 0.1) !important;
}

.border-y-emerald-800\/100 {
  border-top-color: rgb(6 95 70 / 1) !important;
  border-bottom-color: rgb(6 95 70 / 1) !important;
}

.border-y-emerald-800\/15 {
  border-top-color: rgb(6 95 70 / 0.15) !important;
  border-bottom-color: rgb(6 95 70 / 0.15) !important;
}

.border-y-emerald-800\/20 {
  border-top-color: rgb(6 95 70 / 0.2) !important;
  border-bottom-color: rgb(6 95 70 / 0.2) !important;
}

.border-y-emerald-800\/25 {
  border-top-color: rgb(6 95 70 / 0.25) !important;
  border-bottom-color: rgb(6 95 70 / 0.25) !important;
}

.border-y-emerald-800\/30 {
  border-top-color: rgb(6 95 70 / 0.3) !important;
  border-bottom-color: rgb(6 95 70 / 0.3) !important;
}

.border-y-emerald-800\/35 {
  border-top-color: rgb(6 95 70 / 0.35) !important;
  border-bottom-color: rgb(6 95 70 / 0.35) !important;
}

.border-y-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4) !important;
  border-bottom-color: rgb(6 95 70 / 0.4) !important;
}

.border-y-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45) !important;
  border-bottom-color: rgb(6 95 70 / 0.45) !important;
}

.border-y-emerald-800\/5 {
  border-top-color: rgb(6 95 70 / 0.05) !important;
  border-bottom-color: rgb(6 95 70 / 0.05) !important;
}

.border-y-emerald-800\/50 {
  border-top-color: rgb(6 95 70 / 0.5) !important;
  border-bottom-color: rgb(6 95 70 / 0.5) !important;
}

.border-y-emerald-800\/55 {
  border-top-color: rgb(6 95 70 / 0.55) !important;
  border-bottom-color: rgb(6 95 70 / 0.55) !important;
}

.border-y-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6) !important;
  border-bottom-color: rgb(6 95 70 / 0.6) !important;
}

.border-y-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65) !important;
  border-bottom-color: rgb(6 95 70 / 0.65) !important;
}

.border-y-emerald-800\/70 {
  border-top-color: rgb(6 95 70 / 0.7) !important;
  border-bottom-color: rgb(6 95 70 / 0.7) !important;
}

.border-y-emerald-800\/75 {
  border-top-color: rgb(6 95 70 / 0.75) !important;
  border-bottom-color: rgb(6 95 70 / 0.75) !important;
}

.border-y-emerald-800\/80 {
  border-top-color: rgb(6 95 70 / 0.8) !important;
  border-bottom-color: rgb(6 95 70 / 0.8) !important;
}

.border-y-emerald-800\/85 {
  border-top-color: rgb(6 95 70 / 0.85) !important;
  border-bottom-color: rgb(6 95 70 / 0.85) !important;
}

.border-y-emerald-800\/90 {
  border-top-color: rgb(6 95 70 / 0.9) !important;
  border-bottom-color: rgb(6 95 70 / 0.9) !important;
}

.border-y-emerald-800\/95 {
  border-top-color: rgb(6 95 70 / 0.95) !important;
  border-bottom-color: rgb(6 95 70 / 0.95) !important;
}

.border-y-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-900\/0 {
  border-top-color: rgb(6 78 59 / 0) !important;
  border-bottom-color: rgb(6 78 59 / 0) !important;
}

.border-y-emerald-900\/10 {
  border-top-color: rgb(6 78 59 / 0.1) !important;
  border-bottom-color: rgb(6 78 59 / 0.1) !important;
}

.border-y-emerald-900\/100 {
  border-top-color: rgb(6 78 59 / 1) !important;
  border-bottom-color: rgb(6 78 59 / 1) !important;
}

.border-y-emerald-900\/15 {
  border-top-color: rgb(6 78 59 / 0.15) !important;
  border-bottom-color: rgb(6 78 59 / 0.15) !important;
}

.border-y-emerald-900\/20 {
  border-top-color: rgb(6 78 59 / 0.2) !important;
  border-bottom-color: rgb(6 78 59 / 0.2) !important;
}

.border-y-emerald-900\/25 {
  border-top-color: rgb(6 78 59 / 0.25) !important;
  border-bottom-color: rgb(6 78 59 / 0.25) !important;
}

.border-y-emerald-900\/30 {
  border-top-color: rgb(6 78 59 / 0.3) !important;
  border-bottom-color: rgb(6 78 59 / 0.3) !important;
}

.border-y-emerald-900\/35 {
  border-top-color: rgb(6 78 59 / 0.35) !important;
  border-bottom-color: rgb(6 78 59 / 0.35) !important;
}

.border-y-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4) !important;
  border-bottom-color: rgb(6 78 59 / 0.4) !important;
}

.border-y-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45) !important;
  border-bottom-color: rgb(6 78 59 / 0.45) !important;
}

.border-y-emerald-900\/5 {
  border-top-color: rgb(6 78 59 / 0.05) !important;
  border-bottom-color: rgb(6 78 59 / 0.05) !important;
}

.border-y-emerald-900\/50 {
  border-top-color: rgb(6 78 59 / 0.5) !important;
  border-bottom-color: rgb(6 78 59 / 0.5) !important;
}

.border-y-emerald-900\/55 {
  border-top-color: rgb(6 78 59 / 0.55) !important;
  border-bottom-color: rgb(6 78 59 / 0.55) !important;
}

.border-y-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6) !important;
  border-bottom-color: rgb(6 78 59 / 0.6) !important;
}

.border-y-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65) !important;
  border-bottom-color: rgb(6 78 59 / 0.65) !important;
}

.border-y-emerald-900\/70 {
  border-top-color: rgb(6 78 59 / 0.7) !important;
  border-bottom-color: rgb(6 78 59 / 0.7) !important;
}

.border-y-emerald-900\/75 {
  border-top-color: rgb(6 78 59 / 0.75) !important;
  border-bottom-color: rgb(6 78 59 / 0.75) !important;
}

.border-y-emerald-900\/80 {
  border-top-color: rgb(6 78 59 / 0.8) !important;
  border-bottom-color: rgb(6 78 59 / 0.8) !important;
}

.border-y-emerald-900\/85 {
  border-top-color: rgb(6 78 59 / 0.85) !important;
  border-bottom-color: rgb(6 78 59 / 0.85) !important;
}

.border-y-emerald-900\/90 {
  border-top-color: rgb(6 78 59 / 0.9) !important;
  border-bottom-color: rgb(6 78 59 / 0.9) !important;
}

.border-y-emerald-900\/95 {
  border-top-color: rgb(6 78 59 / 0.95) !important;
  border-bottom-color: rgb(6 78 59 / 0.95) !important;
}

.border-y-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-y-emerald-950\/0 {
  border-top-color: rgb(2 44 34 / 0) !important;
  border-bottom-color: rgb(2 44 34 / 0) !important;
}

.border-y-emerald-950\/10 {
  border-top-color: rgb(2 44 34 / 0.1) !important;
  border-bottom-color: rgb(2 44 34 / 0.1) !important;
}

.border-y-emerald-950\/100 {
  border-top-color: rgb(2 44 34 / 1) !important;
  border-bottom-color: rgb(2 44 34 / 1) !important;
}

.border-y-emerald-950\/15 {
  border-top-color: rgb(2 44 34 / 0.15) !important;
  border-bottom-color: rgb(2 44 34 / 0.15) !important;
}

.border-y-emerald-950\/20 {
  border-top-color: rgb(2 44 34 / 0.2) !important;
  border-bottom-color: rgb(2 44 34 / 0.2) !important;
}

.border-y-emerald-950\/25 {
  border-top-color: rgb(2 44 34 / 0.25) !important;
  border-bottom-color: rgb(2 44 34 / 0.25) !important;
}

.border-y-emerald-950\/30 {
  border-top-color: rgb(2 44 34 / 0.3) !important;
  border-bottom-color: rgb(2 44 34 / 0.3) !important;
}

.border-y-emerald-950\/35 {
  border-top-color: rgb(2 44 34 / 0.35) !important;
  border-bottom-color: rgb(2 44 34 / 0.35) !important;
}

.border-y-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4) !important;
  border-bottom-color: rgb(2 44 34 / 0.4) !important;
}

.border-y-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45) !important;
  border-bottom-color: rgb(2 44 34 / 0.45) !important;
}

.border-y-emerald-950\/5 {
  border-top-color: rgb(2 44 34 / 0.05) !important;
  border-bottom-color: rgb(2 44 34 / 0.05) !important;
}

.border-y-emerald-950\/50 {
  border-top-color: rgb(2 44 34 / 0.5) !important;
  border-bottom-color: rgb(2 44 34 / 0.5) !important;
}

.border-y-emerald-950\/55 {
  border-top-color: rgb(2 44 34 / 0.55) !important;
  border-bottom-color: rgb(2 44 34 / 0.55) !important;
}

.border-y-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6) !important;
  border-bottom-color: rgb(2 44 34 / 0.6) !important;
}

.border-y-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65) !important;
  border-bottom-color: rgb(2 44 34 / 0.65) !important;
}

.border-y-emerald-950\/70 {
  border-top-color: rgb(2 44 34 / 0.7) !important;
  border-bottom-color: rgb(2 44 34 / 0.7) !important;
}

.border-y-emerald-950\/75 {
  border-top-color: rgb(2 44 34 / 0.75) !important;
  border-bottom-color: rgb(2 44 34 / 0.75) !important;
}

.border-y-emerald-950\/80 {
  border-top-color: rgb(2 44 34 / 0.8) !important;
  border-bottom-color: rgb(2 44 34 / 0.8) !important;
}

.border-y-emerald-950\/85 {
  border-top-color: rgb(2 44 34 / 0.85) !important;
  border-bottom-color: rgb(2 44 34 / 0.85) !important;
}

.border-y-emerald-950\/90 {
  border-top-color: rgb(2 44 34 / 0.9) !important;
  border-bottom-color: rgb(2 44 34 / 0.9) !important;
}

.border-y-emerald-950\/95 {
  border-top-color: rgb(2 44 34 / 0.95) !important;
  border-bottom-color: rgb(2 44 34 / 0.95) !important;
}

.border-y-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-100\/0 {
  border-top-color: rgb(250 232 255 / 0) !important;
  border-bottom-color: rgb(250 232 255 / 0) !important;
}

.border-y-fuchsia-100\/10 {
  border-top-color: rgb(250 232 255 / 0.1) !important;
  border-bottom-color: rgb(250 232 255 / 0.1) !important;
}

.border-y-fuchsia-100\/100 {
  border-top-color: rgb(250 232 255 / 1) !important;
  border-bottom-color: rgb(250 232 255 / 1) !important;
}

.border-y-fuchsia-100\/15 {
  border-top-color: rgb(250 232 255 / 0.15) !important;
  border-bottom-color: rgb(250 232 255 / 0.15) !important;
}

.border-y-fuchsia-100\/20 {
  border-top-color: rgb(250 232 255 / 0.2) !important;
  border-bottom-color: rgb(250 232 255 / 0.2) !important;
}

.border-y-fuchsia-100\/25 {
  border-top-color: rgb(250 232 255 / 0.25) !important;
  border-bottom-color: rgb(250 232 255 / 0.25) !important;
}

.border-y-fuchsia-100\/30 {
  border-top-color: rgb(250 232 255 / 0.3) !important;
  border-bottom-color: rgb(250 232 255 / 0.3) !important;
}

.border-y-fuchsia-100\/35 {
  border-top-color: rgb(250 232 255 / 0.35) !important;
  border-bottom-color: rgb(250 232 255 / 0.35) !important;
}

.border-y-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4) !important;
  border-bottom-color: rgb(250 232 255 / 0.4) !important;
}

.border-y-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45) !important;
  border-bottom-color: rgb(250 232 255 / 0.45) !important;
}

.border-y-fuchsia-100\/5 {
  border-top-color: rgb(250 232 255 / 0.05) !important;
  border-bottom-color: rgb(250 232 255 / 0.05) !important;
}

.border-y-fuchsia-100\/50 {
  border-top-color: rgb(250 232 255 / 0.5) !important;
  border-bottom-color: rgb(250 232 255 / 0.5) !important;
}

.border-y-fuchsia-100\/55 {
  border-top-color: rgb(250 232 255 / 0.55) !important;
  border-bottom-color: rgb(250 232 255 / 0.55) !important;
}

.border-y-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6) !important;
  border-bottom-color: rgb(250 232 255 / 0.6) !important;
}

.border-y-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65) !important;
  border-bottom-color: rgb(250 232 255 / 0.65) !important;
}

.border-y-fuchsia-100\/70 {
  border-top-color: rgb(250 232 255 / 0.7) !important;
  border-bottom-color: rgb(250 232 255 / 0.7) !important;
}

.border-y-fuchsia-100\/75 {
  border-top-color: rgb(250 232 255 / 0.75) !important;
  border-bottom-color: rgb(250 232 255 / 0.75) !important;
}

.border-y-fuchsia-100\/80 {
  border-top-color: rgb(250 232 255 / 0.8) !important;
  border-bottom-color: rgb(250 232 255 / 0.8) !important;
}

.border-y-fuchsia-100\/85 {
  border-top-color: rgb(250 232 255 / 0.85) !important;
  border-bottom-color: rgb(250 232 255 / 0.85) !important;
}

.border-y-fuchsia-100\/90 {
  border-top-color: rgb(250 232 255 / 0.9) !important;
  border-bottom-color: rgb(250 232 255 / 0.9) !important;
}

.border-y-fuchsia-100\/95 {
  border-top-color: rgb(250 232 255 / 0.95) !important;
  border-bottom-color: rgb(250 232 255 / 0.95) !important;
}

.border-y-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-200\/0 {
  border-top-color: rgb(245 208 254 / 0) !important;
  border-bottom-color: rgb(245 208 254 / 0) !important;
}

.border-y-fuchsia-200\/10 {
  border-top-color: rgb(245 208 254 / 0.1) !important;
  border-bottom-color: rgb(245 208 254 / 0.1) !important;
}

.border-y-fuchsia-200\/100 {
  border-top-color: rgb(245 208 254 / 1) !important;
  border-bottom-color: rgb(245 208 254 / 1) !important;
}

.border-y-fuchsia-200\/15 {
  border-top-color: rgb(245 208 254 / 0.15) !important;
  border-bottom-color: rgb(245 208 254 / 0.15) !important;
}

.border-y-fuchsia-200\/20 {
  border-top-color: rgb(245 208 254 / 0.2) !important;
  border-bottom-color: rgb(245 208 254 / 0.2) !important;
}

.border-y-fuchsia-200\/25 {
  border-top-color: rgb(245 208 254 / 0.25) !important;
  border-bottom-color: rgb(245 208 254 / 0.25) !important;
}

.border-y-fuchsia-200\/30 {
  border-top-color: rgb(245 208 254 / 0.3) !important;
  border-bottom-color: rgb(245 208 254 / 0.3) !important;
}

.border-y-fuchsia-200\/35 {
  border-top-color: rgb(245 208 254 / 0.35) !important;
  border-bottom-color: rgb(245 208 254 / 0.35) !important;
}

.border-y-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4) !important;
  border-bottom-color: rgb(245 208 254 / 0.4) !important;
}

.border-y-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45) !important;
  border-bottom-color: rgb(245 208 254 / 0.45) !important;
}

.border-y-fuchsia-200\/5 {
  border-top-color: rgb(245 208 254 / 0.05) !important;
  border-bottom-color: rgb(245 208 254 / 0.05) !important;
}

.border-y-fuchsia-200\/50 {
  border-top-color: rgb(245 208 254 / 0.5) !important;
  border-bottom-color: rgb(245 208 254 / 0.5) !important;
}

.border-y-fuchsia-200\/55 {
  border-top-color: rgb(245 208 254 / 0.55) !important;
  border-bottom-color: rgb(245 208 254 / 0.55) !important;
}

.border-y-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6) !important;
  border-bottom-color: rgb(245 208 254 / 0.6) !important;
}

.border-y-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65) !important;
  border-bottom-color: rgb(245 208 254 / 0.65) !important;
}

.border-y-fuchsia-200\/70 {
  border-top-color: rgb(245 208 254 / 0.7) !important;
  border-bottom-color: rgb(245 208 254 / 0.7) !important;
}

.border-y-fuchsia-200\/75 {
  border-top-color: rgb(245 208 254 / 0.75) !important;
  border-bottom-color: rgb(245 208 254 / 0.75) !important;
}

.border-y-fuchsia-200\/80 {
  border-top-color: rgb(245 208 254 / 0.8) !important;
  border-bottom-color: rgb(245 208 254 / 0.8) !important;
}

.border-y-fuchsia-200\/85 {
  border-top-color: rgb(245 208 254 / 0.85) !important;
  border-bottom-color: rgb(245 208 254 / 0.85) !important;
}

.border-y-fuchsia-200\/90 {
  border-top-color: rgb(245 208 254 / 0.9) !important;
  border-bottom-color: rgb(245 208 254 / 0.9) !important;
}

.border-y-fuchsia-200\/95 {
  border-top-color: rgb(245 208 254 / 0.95) !important;
  border-bottom-color: rgb(245 208 254 / 0.95) !important;
}

.border-y-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-300\/0 {
  border-top-color: rgb(240 171 252 / 0) !important;
  border-bottom-color: rgb(240 171 252 / 0) !important;
}

.border-y-fuchsia-300\/10 {
  border-top-color: rgb(240 171 252 / 0.1) !important;
  border-bottom-color: rgb(240 171 252 / 0.1) !important;
}

.border-y-fuchsia-300\/100 {
  border-top-color: rgb(240 171 252 / 1) !important;
  border-bottom-color: rgb(240 171 252 / 1) !important;
}

.border-y-fuchsia-300\/15 {
  border-top-color: rgb(240 171 252 / 0.15) !important;
  border-bottom-color: rgb(240 171 252 / 0.15) !important;
}

.border-y-fuchsia-300\/20 {
  border-top-color: rgb(240 171 252 / 0.2) !important;
  border-bottom-color: rgb(240 171 252 / 0.2) !important;
}

.border-y-fuchsia-300\/25 {
  border-top-color: rgb(240 171 252 / 0.25) !important;
  border-bottom-color: rgb(240 171 252 / 0.25) !important;
}

.border-y-fuchsia-300\/30 {
  border-top-color: rgb(240 171 252 / 0.3) !important;
  border-bottom-color: rgb(240 171 252 / 0.3) !important;
}

.border-y-fuchsia-300\/35 {
  border-top-color: rgb(240 171 252 / 0.35) !important;
  border-bottom-color: rgb(240 171 252 / 0.35) !important;
}

.border-y-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4) !important;
  border-bottom-color: rgb(240 171 252 / 0.4) !important;
}

.border-y-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45) !important;
  border-bottom-color: rgb(240 171 252 / 0.45) !important;
}

.border-y-fuchsia-300\/5 {
  border-top-color: rgb(240 171 252 / 0.05) !important;
  border-bottom-color: rgb(240 171 252 / 0.05) !important;
}

.border-y-fuchsia-300\/50 {
  border-top-color: rgb(240 171 252 / 0.5) !important;
  border-bottom-color: rgb(240 171 252 / 0.5) !important;
}

.border-y-fuchsia-300\/55 {
  border-top-color: rgb(240 171 252 / 0.55) !important;
  border-bottom-color: rgb(240 171 252 / 0.55) !important;
}

.border-y-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6) !important;
  border-bottom-color: rgb(240 171 252 / 0.6) !important;
}

.border-y-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65) !important;
  border-bottom-color: rgb(240 171 252 / 0.65) !important;
}

.border-y-fuchsia-300\/70 {
  border-top-color: rgb(240 171 252 / 0.7) !important;
  border-bottom-color: rgb(240 171 252 / 0.7) !important;
}

.border-y-fuchsia-300\/75 {
  border-top-color: rgb(240 171 252 / 0.75) !important;
  border-bottom-color: rgb(240 171 252 / 0.75) !important;
}

.border-y-fuchsia-300\/80 {
  border-top-color: rgb(240 171 252 / 0.8) !important;
  border-bottom-color: rgb(240 171 252 / 0.8) !important;
}

.border-y-fuchsia-300\/85 {
  border-top-color: rgb(240 171 252 / 0.85) !important;
  border-bottom-color: rgb(240 171 252 / 0.85) !important;
}

.border-y-fuchsia-300\/90 {
  border-top-color: rgb(240 171 252 / 0.9) !important;
  border-bottom-color: rgb(240 171 252 / 0.9) !important;
}

.border-y-fuchsia-300\/95 {
  border-top-color: rgb(240 171 252 / 0.95) !important;
  border-bottom-color: rgb(240 171 252 / 0.95) !important;
}

.border-y-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-400\/0 {
  border-top-color: rgb(232 121 249 / 0) !important;
  border-bottom-color: rgb(232 121 249 / 0) !important;
}

.border-y-fuchsia-400\/10 {
  border-top-color: rgb(232 121 249 / 0.1) !important;
  border-bottom-color: rgb(232 121 249 / 0.1) !important;
}

.border-y-fuchsia-400\/100 {
  border-top-color: rgb(232 121 249 / 1) !important;
  border-bottom-color: rgb(232 121 249 / 1) !important;
}

.border-y-fuchsia-400\/15 {
  border-top-color: rgb(232 121 249 / 0.15) !important;
  border-bottom-color: rgb(232 121 249 / 0.15) !important;
}

.border-y-fuchsia-400\/20 {
  border-top-color: rgb(232 121 249 / 0.2) !important;
  border-bottom-color: rgb(232 121 249 / 0.2) !important;
}

.border-y-fuchsia-400\/25 {
  border-top-color: rgb(232 121 249 / 0.25) !important;
  border-bottom-color: rgb(232 121 249 / 0.25) !important;
}

.border-y-fuchsia-400\/30 {
  border-top-color: rgb(232 121 249 / 0.3) !important;
  border-bottom-color: rgb(232 121 249 / 0.3) !important;
}

.border-y-fuchsia-400\/35 {
  border-top-color: rgb(232 121 249 / 0.35) !important;
  border-bottom-color: rgb(232 121 249 / 0.35) !important;
}

.border-y-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4) !important;
  border-bottom-color: rgb(232 121 249 / 0.4) !important;
}

.border-y-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45) !important;
  border-bottom-color: rgb(232 121 249 / 0.45) !important;
}

.border-y-fuchsia-400\/5 {
  border-top-color: rgb(232 121 249 / 0.05) !important;
  border-bottom-color: rgb(232 121 249 / 0.05) !important;
}

.border-y-fuchsia-400\/50 {
  border-top-color: rgb(232 121 249 / 0.5) !important;
  border-bottom-color: rgb(232 121 249 / 0.5) !important;
}

.border-y-fuchsia-400\/55 {
  border-top-color: rgb(232 121 249 / 0.55) !important;
  border-bottom-color: rgb(232 121 249 / 0.55) !important;
}

.border-y-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6) !important;
  border-bottom-color: rgb(232 121 249 / 0.6) !important;
}

.border-y-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65) !important;
  border-bottom-color: rgb(232 121 249 / 0.65) !important;
}

.border-y-fuchsia-400\/70 {
  border-top-color: rgb(232 121 249 / 0.7) !important;
  border-bottom-color: rgb(232 121 249 / 0.7) !important;
}

.border-y-fuchsia-400\/75 {
  border-top-color: rgb(232 121 249 / 0.75) !important;
  border-bottom-color: rgb(232 121 249 / 0.75) !important;
}

.border-y-fuchsia-400\/80 {
  border-top-color: rgb(232 121 249 / 0.8) !important;
  border-bottom-color: rgb(232 121 249 / 0.8) !important;
}

.border-y-fuchsia-400\/85 {
  border-top-color: rgb(232 121 249 / 0.85) !important;
  border-bottom-color: rgb(232 121 249 / 0.85) !important;
}

.border-y-fuchsia-400\/90 {
  border-top-color: rgb(232 121 249 / 0.9) !important;
  border-bottom-color: rgb(232 121 249 / 0.9) !important;
}

.border-y-fuchsia-400\/95 {
  border-top-color: rgb(232 121 249 / 0.95) !important;
  border-bottom-color: rgb(232 121 249 / 0.95) !important;
}

.border-y-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-50\/0 {
  border-top-color: rgb(253 244 255 / 0) !important;
  border-bottom-color: rgb(253 244 255 / 0) !important;
}

.border-y-fuchsia-50\/10 {
  border-top-color: rgb(253 244 255 / 0.1) !important;
  border-bottom-color: rgb(253 244 255 / 0.1) !important;
}

.border-y-fuchsia-50\/100 {
  border-top-color: rgb(253 244 255 / 1) !important;
  border-bottom-color: rgb(253 244 255 / 1) !important;
}

.border-y-fuchsia-50\/15 {
  border-top-color: rgb(253 244 255 / 0.15) !important;
  border-bottom-color: rgb(253 244 255 / 0.15) !important;
}

.border-y-fuchsia-50\/20 {
  border-top-color: rgb(253 244 255 / 0.2) !important;
  border-bottom-color: rgb(253 244 255 / 0.2) !important;
}

.border-y-fuchsia-50\/25 {
  border-top-color: rgb(253 244 255 / 0.25) !important;
  border-bottom-color: rgb(253 244 255 / 0.25) !important;
}

.border-y-fuchsia-50\/30 {
  border-top-color: rgb(253 244 255 / 0.3) !important;
  border-bottom-color: rgb(253 244 255 / 0.3) !important;
}

.border-y-fuchsia-50\/35 {
  border-top-color: rgb(253 244 255 / 0.35) !important;
  border-bottom-color: rgb(253 244 255 / 0.35) !important;
}

.border-y-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4) !important;
  border-bottom-color: rgb(253 244 255 / 0.4) !important;
}

.border-y-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45) !important;
  border-bottom-color: rgb(253 244 255 / 0.45) !important;
}

.border-y-fuchsia-50\/5 {
  border-top-color: rgb(253 244 255 / 0.05) !important;
  border-bottom-color: rgb(253 244 255 / 0.05) !important;
}

.border-y-fuchsia-50\/50 {
  border-top-color: rgb(253 244 255 / 0.5) !important;
  border-bottom-color: rgb(253 244 255 / 0.5) !important;
}

.border-y-fuchsia-50\/55 {
  border-top-color: rgb(253 244 255 / 0.55) !important;
  border-bottom-color: rgb(253 244 255 / 0.55) !important;
}

.border-y-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6) !important;
  border-bottom-color: rgb(253 244 255 / 0.6) !important;
}

.border-y-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65) !important;
  border-bottom-color: rgb(253 244 255 / 0.65) !important;
}

.border-y-fuchsia-50\/70 {
  border-top-color: rgb(253 244 255 / 0.7) !important;
  border-bottom-color: rgb(253 244 255 / 0.7) !important;
}

.border-y-fuchsia-50\/75 {
  border-top-color: rgb(253 244 255 / 0.75) !important;
  border-bottom-color: rgb(253 244 255 / 0.75) !important;
}

.border-y-fuchsia-50\/80 {
  border-top-color: rgb(253 244 255 / 0.8) !important;
  border-bottom-color: rgb(253 244 255 / 0.8) !important;
}

.border-y-fuchsia-50\/85 {
  border-top-color: rgb(253 244 255 / 0.85) !important;
  border-bottom-color: rgb(253 244 255 / 0.85) !important;
}

.border-y-fuchsia-50\/90 {
  border-top-color: rgb(253 244 255 / 0.9) !important;
  border-bottom-color: rgb(253 244 255 / 0.9) !important;
}

.border-y-fuchsia-50\/95 {
  border-top-color: rgb(253 244 255 / 0.95) !important;
  border-bottom-color: rgb(253 244 255 / 0.95) !important;
}

.border-y-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-500\/0 {
  border-top-color: rgb(217 70 239 / 0) !important;
  border-bottom-color: rgb(217 70 239 / 0) !important;
}

.border-y-fuchsia-500\/10 {
  border-top-color: rgb(217 70 239 / 0.1) !important;
  border-bottom-color: rgb(217 70 239 / 0.1) !important;
}

.border-y-fuchsia-500\/100 {
  border-top-color: rgb(217 70 239 / 1) !important;
  border-bottom-color: rgb(217 70 239 / 1) !important;
}

.border-y-fuchsia-500\/15 {
  border-top-color: rgb(217 70 239 / 0.15) !important;
  border-bottom-color: rgb(217 70 239 / 0.15) !important;
}

.border-y-fuchsia-500\/20 {
  border-top-color: rgb(217 70 239 / 0.2) !important;
  border-bottom-color: rgb(217 70 239 / 0.2) !important;
}

.border-y-fuchsia-500\/25 {
  border-top-color: rgb(217 70 239 / 0.25) !important;
  border-bottom-color: rgb(217 70 239 / 0.25) !important;
}

.border-y-fuchsia-500\/30 {
  border-top-color: rgb(217 70 239 / 0.3) !important;
  border-bottom-color: rgb(217 70 239 / 0.3) !important;
}

.border-y-fuchsia-500\/35 {
  border-top-color: rgb(217 70 239 / 0.35) !important;
  border-bottom-color: rgb(217 70 239 / 0.35) !important;
}

.border-y-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4) !important;
  border-bottom-color: rgb(217 70 239 / 0.4) !important;
}

.border-y-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45) !important;
  border-bottom-color: rgb(217 70 239 / 0.45) !important;
}

.border-y-fuchsia-500\/5 {
  border-top-color: rgb(217 70 239 / 0.05) !important;
  border-bottom-color: rgb(217 70 239 / 0.05) !important;
}

.border-y-fuchsia-500\/50 {
  border-top-color: rgb(217 70 239 / 0.5) !important;
  border-bottom-color: rgb(217 70 239 / 0.5) !important;
}

.border-y-fuchsia-500\/55 {
  border-top-color: rgb(217 70 239 / 0.55) !important;
  border-bottom-color: rgb(217 70 239 / 0.55) !important;
}

.border-y-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6) !important;
  border-bottom-color: rgb(217 70 239 / 0.6) !important;
}

.border-y-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65) !important;
  border-bottom-color: rgb(217 70 239 / 0.65) !important;
}

.border-y-fuchsia-500\/70 {
  border-top-color: rgb(217 70 239 / 0.7) !important;
  border-bottom-color: rgb(217 70 239 / 0.7) !important;
}

.border-y-fuchsia-500\/75 {
  border-top-color: rgb(217 70 239 / 0.75) !important;
  border-bottom-color: rgb(217 70 239 / 0.75) !important;
}

.border-y-fuchsia-500\/80 {
  border-top-color: rgb(217 70 239 / 0.8) !important;
  border-bottom-color: rgb(217 70 239 / 0.8) !important;
}

.border-y-fuchsia-500\/85 {
  border-top-color: rgb(217 70 239 / 0.85) !important;
  border-bottom-color: rgb(217 70 239 / 0.85) !important;
}

.border-y-fuchsia-500\/90 {
  border-top-color: rgb(217 70 239 / 0.9) !important;
  border-bottom-color: rgb(217 70 239 / 0.9) !important;
}

.border-y-fuchsia-500\/95 {
  border-top-color: rgb(217 70 239 / 0.95) !important;
  border-bottom-color: rgb(217 70 239 / 0.95) !important;
}

.border-y-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-600\/0 {
  border-top-color: rgb(192 38 211 / 0) !important;
  border-bottom-color: rgb(192 38 211 / 0) !important;
}

.border-y-fuchsia-600\/10 {
  border-top-color: rgb(192 38 211 / 0.1) !important;
  border-bottom-color: rgb(192 38 211 / 0.1) !important;
}

.border-y-fuchsia-600\/100 {
  border-top-color: rgb(192 38 211 / 1) !important;
  border-bottom-color: rgb(192 38 211 / 1) !important;
}

.border-y-fuchsia-600\/15 {
  border-top-color: rgb(192 38 211 / 0.15) !important;
  border-bottom-color: rgb(192 38 211 / 0.15) !important;
}

.border-y-fuchsia-600\/20 {
  border-top-color: rgb(192 38 211 / 0.2) !important;
  border-bottom-color: rgb(192 38 211 / 0.2) !important;
}

.border-y-fuchsia-600\/25 {
  border-top-color: rgb(192 38 211 / 0.25) !important;
  border-bottom-color: rgb(192 38 211 / 0.25) !important;
}

.border-y-fuchsia-600\/30 {
  border-top-color: rgb(192 38 211 / 0.3) !important;
  border-bottom-color: rgb(192 38 211 / 0.3) !important;
}

.border-y-fuchsia-600\/35 {
  border-top-color: rgb(192 38 211 / 0.35) !important;
  border-bottom-color: rgb(192 38 211 / 0.35) !important;
}

.border-y-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4) !important;
  border-bottom-color: rgb(192 38 211 / 0.4) !important;
}

.border-y-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45) !important;
  border-bottom-color: rgb(192 38 211 / 0.45) !important;
}

.border-y-fuchsia-600\/5 {
  border-top-color: rgb(192 38 211 / 0.05) !important;
  border-bottom-color: rgb(192 38 211 / 0.05) !important;
}

.border-y-fuchsia-600\/50 {
  border-top-color: rgb(192 38 211 / 0.5) !important;
  border-bottom-color: rgb(192 38 211 / 0.5) !important;
}

.border-y-fuchsia-600\/55 {
  border-top-color: rgb(192 38 211 / 0.55) !important;
  border-bottom-color: rgb(192 38 211 / 0.55) !important;
}

.border-y-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6) !important;
  border-bottom-color: rgb(192 38 211 / 0.6) !important;
}

.border-y-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65) !important;
  border-bottom-color: rgb(192 38 211 / 0.65) !important;
}

.border-y-fuchsia-600\/70 {
  border-top-color: rgb(192 38 211 / 0.7) !important;
  border-bottom-color: rgb(192 38 211 / 0.7) !important;
}

.border-y-fuchsia-600\/75 {
  border-top-color: rgb(192 38 211 / 0.75) !important;
  border-bottom-color: rgb(192 38 211 / 0.75) !important;
}

.border-y-fuchsia-600\/80 {
  border-top-color: rgb(192 38 211 / 0.8) !important;
  border-bottom-color: rgb(192 38 211 / 0.8) !important;
}

.border-y-fuchsia-600\/85 {
  border-top-color: rgb(192 38 211 / 0.85) !important;
  border-bottom-color: rgb(192 38 211 / 0.85) !important;
}

.border-y-fuchsia-600\/90 {
  border-top-color: rgb(192 38 211 / 0.9) !important;
  border-bottom-color: rgb(192 38 211 / 0.9) !important;
}

.border-y-fuchsia-600\/95 {
  border-top-color: rgb(192 38 211 / 0.95) !important;
  border-bottom-color: rgb(192 38 211 / 0.95) !important;
}

.border-y-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-700\/0 {
  border-top-color: rgb(162 28 175 / 0) !important;
  border-bottom-color: rgb(162 28 175 / 0) !important;
}

.border-y-fuchsia-700\/10 {
  border-top-color: rgb(162 28 175 / 0.1) !important;
  border-bottom-color: rgb(162 28 175 / 0.1) !important;
}

.border-y-fuchsia-700\/100 {
  border-top-color: rgb(162 28 175 / 1) !important;
  border-bottom-color: rgb(162 28 175 / 1) !important;
}

.border-y-fuchsia-700\/15 {
  border-top-color: rgb(162 28 175 / 0.15) !important;
  border-bottom-color: rgb(162 28 175 / 0.15) !important;
}

.border-y-fuchsia-700\/20 {
  border-top-color: rgb(162 28 175 / 0.2) !important;
  border-bottom-color: rgb(162 28 175 / 0.2) !important;
}

.border-y-fuchsia-700\/25 {
  border-top-color: rgb(162 28 175 / 0.25) !important;
  border-bottom-color: rgb(162 28 175 / 0.25) !important;
}

.border-y-fuchsia-700\/30 {
  border-top-color: rgb(162 28 175 / 0.3) !important;
  border-bottom-color: rgb(162 28 175 / 0.3) !important;
}

.border-y-fuchsia-700\/35 {
  border-top-color: rgb(162 28 175 / 0.35) !important;
  border-bottom-color: rgb(162 28 175 / 0.35) !important;
}

.border-y-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4) !important;
  border-bottom-color: rgb(162 28 175 / 0.4) !important;
}

.border-y-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45) !important;
  border-bottom-color: rgb(162 28 175 / 0.45) !important;
}

.border-y-fuchsia-700\/5 {
  border-top-color: rgb(162 28 175 / 0.05) !important;
  border-bottom-color: rgb(162 28 175 / 0.05) !important;
}

.border-y-fuchsia-700\/50 {
  border-top-color: rgb(162 28 175 / 0.5) !important;
  border-bottom-color: rgb(162 28 175 / 0.5) !important;
}

.border-y-fuchsia-700\/55 {
  border-top-color: rgb(162 28 175 / 0.55) !important;
  border-bottom-color: rgb(162 28 175 / 0.55) !important;
}

.border-y-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6) !important;
  border-bottom-color: rgb(162 28 175 / 0.6) !important;
}

.border-y-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65) !important;
  border-bottom-color: rgb(162 28 175 / 0.65) !important;
}

.border-y-fuchsia-700\/70 {
  border-top-color: rgb(162 28 175 / 0.7) !important;
  border-bottom-color: rgb(162 28 175 / 0.7) !important;
}

.border-y-fuchsia-700\/75 {
  border-top-color: rgb(162 28 175 / 0.75) !important;
  border-bottom-color: rgb(162 28 175 / 0.75) !important;
}

.border-y-fuchsia-700\/80 {
  border-top-color: rgb(162 28 175 / 0.8) !important;
  border-bottom-color: rgb(162 28 175 / 0.8) !important;
}

.border-y-fuchsia-700\/85 {
  border-top-color: rgb(162 28 175 / 0.85) !important;
  border-bottom-color: rgb(162 28 175 / 0.85) !important;
}

.border-y-fuchsia-700\/90 {
  border-top-color: rgb(162 28 175 / 0.9) !important;
  border-bottom-color: rgb(162 28 175 / 0.9) !important;
}

.border-y-fuchsia-700\/95 {
  border-top-color: rgb(162 28 175 / 0.95) !important;
  border-bottom-color: rgb(162 28 175 / 0.95) !important;
}

.border-y-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-800\/0 {
  border-top-color: rgb(134 25 143 / 0) !important;
  border-bottom-color: rgb(134 25 143 / 0) !important;
}

.border-y-fuchsia-800\/10 {
  border-top-color: rgb(134 25 143 / 0.1) !important;
  border-bottom-color: rgb(134 25 143 / 0.1) !important;
}

.border-y-fuchsia-800\/100 {
  border-top-color: rgb(134 25 143 / 1) !important;
  border-bottom-color: rgb(134 25 143 / 1) !important;
}

.border-y-fuchsia-800\/15 {
  border-top-color: rgb(134 25 143 / 0.15) !important;
  border-bottom-color: rgb(134 25 143 / 0.15) !important;
}

.border-y-fuchsia-800\/20 {
  border-top-color: rgb(134 25 143 / 0.2) !important;
  border-bottom-color: rgb(134 25 143 / 0.2) !important;
}

.border-y-fuchsia-800\/25 {
  border-top-color: rgb(134 25 143 / 0.25) !important;
  border-bottom-color: rgb(134 25 143 / 0.25) !important;
}

.border-y-fuchsia-800\/30 {
  border-top-color: rgb(134 25 143 / 0.3) !important;
  border-bottom-color: rgb(134 25 143 / 0.3) !important;
}

.border-y-fuchsia-800\/35 {
  border-top-color: rgb(134 25 143 / 0.35) !important;
  border-bottom-color: rgb(134 25 143 / 0.35) !important;
}

.border-y-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4) !important;
  border-bottom-color: rgb(134 25 143 / 0.4) !important;
}

.border-y-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45) !important;
  border-bottom-color: rgb(134 25 143 / 0.45) !important;
}

.border-y-fuchsia-800\/5 {
  border-top-color: rgb(134 25 143 / 0.05) !important;
  border-bottom-color: rgb(134 25 143 / 0.05) !important;
}

.border-y-fuchsia-800\/50 {
  border-top-color: rgb(134 25 143 / 0.5) !important;
  border-bottom-color: rgb(134 25 143 / 0.5) !important;
}

.border-y-fuchsia-800\/55 {
  border-top-color: rgb(134 25 143 / 0.55) !important;
  border-bottom-color: rgb(134 25 143 / 0.55) !important;
}

.border-y-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6) !important;
  border-bottom-color: rgb(134 25 143 / 0.6) !important;
}

.border-y-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65) !important;
  border-bottom-color: rgb(134 25 143 / 0.65) !important;
}

.border-y-fuchsia-800\/70 {
  border-top-color: rgb(134 25 143 / 0.7) !important;
  border-bottom-color: rgb(134 25 143 / 0.7) !important;
}

.border-y-fuchsia-800\/75 {
  border-top-color: rgb(134 25 143 / 0.75) !important;
  border-bottom-color: rgb(134 25 143 / 0.75) !important;
}

.border-y-fuchsia-800\/80 {
  border-top-color: rgb(134 25 143 / 0.8) !important;
  border-bottom-color: rgb(134 25 143 / 0.8) !important;
}

.border-y-fuchsia-800\/85 {
  border-top-color: rgb(134 25 143 / 0.85) !important;
  border-bottom-color: rgb(134 25 143 / 0.85) !important;
}

.border-y-fuchsia-800\/90 {
  border-top-color: rgb(134 25 143 / 0.9) !important;
  border-bottom-color: rgb(134 25 143 / 0.9) !important;
}

.border-y-fuchsia-800\/95 {
  border-top-color: rgb(134 25 143 / 0.95) !important;
  border-bottom-color: rgb(134 25 143 / 0.95) !important;
}

.border-y-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-900\/0 {
  border-top-color: rgb(112 26 117 / 0) !important;
  border-bottom-color: rgb(112 26 117 / 0) !important;
}

.border-y-fuchsia-900\/10 {
  border-top-color: rgb(112 26 117 / 0.1) !important;
  border-bottom-color: rgb(112 26 117 / 0.1) !important;
}

.border-y-fuchsia-900\/100 {
  border-top-color: rgb(112 26 117 / 1) !important;
  border-bottom-color: rgb(112 26 117 / 1) !important;
}

.border-y-fuchsia-900\/15 {
  border-top-color: rgb(112 26 117 / 0.15) !important;
  border-bottom-color: rgb(112 26 117 / 0.15) !important;
}

.border-y-fuchsia-900\/20 {
  border-top-color: rgb(112 26 117 / 0.2) !important;
  border-bottom-color: rgb(112 26 117 / 0.2) !important;
}

.border-y-fuchsia-900\/25 {
  border-top-color: rgb(112 26 117 / 0.25) !important;
  border-bottom-color: rgb(112 26 117 / 0.25) !important;
}

.border-y-fuchsia-900\/30 {
  border-top-color: rgb(112 26 117 / 0.3) !important;
  border-bottom-color: rgb(112 26 117 / 0.3) !important;
}

.border-y-fuchsia-900\/35 {
  border-top-color: rgb(112 26 117 / 0.35) !important;
  border-bottom-color: rgb(112 26 117 / 0.35) !important;
}

.border-y-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4) !important;
  border-bottom-color: rgb(112 26 117 / 0.4) !important;
}

.border-y-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45) !important;
  border-bottom-color: rgb(112 26 117 / 0.45) !important;
}

.border-y-fuchsia-900\/5 {
  border-top-color: rgb(112 26 117 / 0.05) !important;
  border-bottom-color: rgb(112 26 117 / 0.05) !important;
}

.border-y-fuchsia-900\/50 {
  border-top-color: rgb(112 26 117 / 0.5) !important;
  border-bottom-color: rgb(112 26 117 / 0.5) !important;
}

.border-y-fuchsia-900\/55 {
  border-top-color: rgb(112 26 117 / 0.55) !important;
  border-bottom-color: rgb(112 26 117 / 0.55) !important;
}

.border-y-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6) !important;
  border-bottom-color: rgb(112 26 117 / 0.6) !important;
}

.border-y-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65) !important;
  border-bottom-color: rgb(112 26 117 / 0.65) !important;
}

.border-y-fuchsia-900\/70 {
  border-top-color: rgb(112 26 117 / 0.7) !important;
  border-bottom-color: rgb(112 26 117 / 0.7) !important;
}

.border-y-fuchsia-900\/75 {
  border-top-color: rgb(112 26 117 / 0.75) !important;
  border-bottom-color: rgb(112 26 117 / 0.75) !important;
}

.border-y-fuchsia-900\/80 {
  border-top-color: rgb(112 26 117 / 0.8) !important;
  border-bottom-color: rgb(112 26 117 / 0.8) !important;
}

.border-y-fuchsia-900\/85 {
  border-top-color: rgb(112 26 117 / 0.85) !important;
  border-bottom-color: rgb(112 26 117 / 0.85) !important;
}

.border-y-fuchsia-900\/90 {
  border-top-color: rgb(112 26 117 / 0.9) !important;
  border-bottom-color: rgb(112 26 117 / 0.9) !important;
}

.border-y-fuchsia-900\/95 {
  border-top-color: rgb(112 26 117 / 0.95) !important;
  border-bottom-color: rgb(112 26 117 / 0.95) !important;
}

.border-y-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-y-fuchsia-950\/0 {
  border-top-color: rgb(74 4 78 / 0) !important;
  border-bottom-color: rgb(74 4 78 / 0) !important;
}

.border-y-fuchsia-950\/10 {
  border-top-color: rgb(74 4 78 / 0.1) !important;
  border-bottom-color: rgb(74 4 78 / 0.1) !important;
}

.border-y-fuchsia-950\/100 {
  border-top-color: rgb(74 4 78 / 1) !important;
  border-bottom-color: rgb(74 4 78 / 1) !important;
}

.border-y-fuchsia-950\/15 {
  border-top-color: rgb(74 4 78 / 0.15) !important;
  border-bottom-color: rgb(74 4 78 / 0.15) !important;
}

.border-y-fuchsia-950\/20 {
  border-top-color: rgb(74 4 78 / 0.2) !important;
  border-bottom-color: rgb(74 4 78 / 0.2) !important;
}

.border-y-fuchsia-950\/25 {
  border-top-color: rgb(74 4 78 / 0.25) !important;
  border-bottom-color: rgb(74 4 78 / 0.25) !important;
}

.border-y-fuchsia-950\/30 {
  border-top-color: rgb(74 4 78 / 0.3) !important;
  border-bottom-color: rgb(74 4 78 / 0.3) !important;
}

.border-y-fuchsia-950\/35 {
  border-top-color: rgb(74 4 78 / 0.35) !important;
  border-bottom-color: rgb(74 4 78 / 0.35) !important;
}

.border-y-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4) !important;
  border-bottom-color: rgb(74 4 78 / 0.4) !important;
}

.border-y-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45) !important;
  border-bottom-color: rgb(74 4 78 / 0.45) !important;
}

.border-y-fuchsia-950\/5 {
  border-top-color: rgb(74 4 78 / 0.05) !important;
  border-bottom-color: rgb(74 4 78 / 0.05) !important;
}

.border-y-fuchsia-950\/50 {
  border-top-color: rgb(74 4 78 / 0.5) !important;
  border-bottom-color: rgb(74 4 78 / 0.5) !important;
}

.border-y-fuchsia-950\/55 {
  border-top-color: rgb(74 4 78 / 0.55) !important;
  border-bottom-color: rgb(74 4 78 / 0.55) !important;
}

.border-y-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6) !important;
  border-bottom-color: rgb(74 4 78 / 0.6) !important;
}

.border-y-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65) !important;
  border-bottom-color: rgb(74 4 78 / 0.65) !important;
}

.border-y-fuchsia-950\/70 {
  border-top-color: rgb(74 4 78 / 0.7) !important;
  border-bottom-color: rgb(74 4 78 / 0.7) !important;
}

.border-y-fuchsia-950\/75 {
  border-top-color: rgb(74 4 78 / 0.75) !important;
  border-bottom-color: rgb(74 4 78 / 0.75) !important;
}

.border-y-fuchsia-950\/80 {
  border-top-color: rgb(74 4 78 / 0.8) !important;
  border-bottom-color: rgb(74 4 78 / 0.8) !important;
}

.border-y-fuchsia-950\/85 {
  border-top-color: rgb(74 4 78 / 0.85) !important;
  border-bottom-color: rgb(74 4 78 / 0.85) !important;
}

.border-y-fuchsia-950\/90 {
  border-top-color: rgb(74 4 78 / 0.9) !important;
  border-bottom-color: rgb(74 4 78 / 0.9) !important;
}

.border-y-fuchsia-950\/95 {
  border-top-color: rgb(74 4 78 / 0.95) !important;
  border-bottom-color: rgb(74 4 78 / 0.95) !important;
}

.border-y-gray-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-100\/0 {
  border-top-color: rgb(243 244 246 / 0) !important;
  border-bottom-color: rgb(243 244 246 / 0) !important;
}

.border-y-gray-100\/10 {
  border-top-color: rgb(243 244 246 / 0.1) !important;
  border-bottom-color: rgb(243 244 246 / 0.1) !important;
}

.border-y-gray-100\/100 {
  border-top-color: rgb(243 244 246 / 1) !important;
  border-bottom-color: rgb(243 244 246 / 1) !important;
}

.border-y-gray-100\/15 {
  border-top-color: rgb(243 244 246 / 0.15) !important;
  border-bottom-color: rgb(243 244 246 / 0.15) !important;
}

.border-y-gray-100\/20 {
  border-top-color: rgb(243 244 246 / 0.2) !important;
  border-bottom-color: rgb(243 244 246 / 0.2) !important;
}

.border-y-gray-100\/25 {
  border-top-color: rgb(243 244 246 / 0.25) !important;
  border-bottom-color: rgb(243 244 246 / 0.25) !important;
}

.border-y-gray-100\/30 {
  border-top-color: rgb(243 244 246 / 0.3) !important;
  border-bottom-color: rgb(243 244 246 / 0.3) !important;
}

.border-y-gray-100\/35 {
  border-top-color: rgb(243 244 246 / 0.35) !important;
  border-bottom-color: rgb(243 244 246 / 0.35) !important;
}

.border-y-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4) !important;
  border-bottom-color: rgb(243 244 246 / 0.4) !important;
}

.border-y-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45) !important;
  border-bottom-color: rgb(243 244 246 / 0.45) !important;
}

.border-y-gray-100\/5 {
  border-top-color: rgb(243 244 246 / 0.05) !important;
  border-bottom-color: rgb(243 244 246 / 0.05) !important;
}

.border-y-gray-100\/50 {
  border-top-color: rgb(243 244 246 / 0.5) !important;
  border-bottom-color: rgb(243 244 246 / 0.5) !important;
}

.border-y-gray-100\/55 {
  border-top-color: rgb(243 244 246 / 0.55) !important;
  border-bottom-color: rgb(243 244 246 / 0.55) !important;
}

.border-y-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6) !important;
  border-bottom-color: rgb(243 244 246 / 0.6) !important;
}

.border-y-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65) !important;
  border-bottom-color: rgb(243 244 246 / 0.65) !important;
}

.border-y-gray-100\/70 {
  border-top-color: rgb(243 244 246 / 0.7) !important;
  border-bottom-color: rgb(243 244 246 / 0.7) !important;
}

.border-y-gray-100\/75 {
  border-top-color: rgb(243 244 246 / 0.75) !important;
  border-bottom-color: rgb(243 244 246 / 0.75) !important;
}

.border-y-gray-100\/80 {
  border-top-color: rgb(243 244 246 / 0.8) !important;
  border-bottom-color: rgb(243 244 246 / 0.8) !important;
}

.border-y-gray-100\/85 {
  border-top-color: rgb(243 244 246 / 0.85) !important;
  border-bottom-color: rgb(243 244 246 / 0.85) !important;
}

.border-y-gray-100\/90 {
  border-top-color: rgb(243 244 246 / 0.9) !important;
  border-bottom-color: rgb(243 244 246 / 0.9) !important;
}

.border-y-gray-100\/95 {
  border-top-color: rgb(243 244 246 / 0.95) !important;
  border-bottom-color: rgb(243 244 246 / 0.95) !important;
}

.border-y-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-200\/0 {
  border-top-color: rgb(229 231 235 / 0) !important;
  border-bottom-color: rgb(229 231 235 / 0) !important;
}

.border-y-gray-200\/10 {
  border-top-color: rgb(229 231 235 / 0.1) !important;
  border-bottom-color: rgb(229 231 235 / 0.1) !important;
}

.border-y-gray-200\/100 {
  border-top-color: rgb(229 231 235 / 1) !important;
  border-bottom-color: rgb(229 231 235 / 1) !important;
}

.border-y-gray-200\/15 {
  border-top-color: rgb(229 231 235 / 0.15) !important;
  border-bottom-color: rgb(229 231 235 / 0.15) !important;
}

.border-y-gray-200\/20 {
  border-top-color: rgb(229 231 235 / 0.2) !important;
  border-bottom-color: rgb(229 231 235 / 0.2) !important;
}

.border-y-gray-200\/25 {
  border-top-color: rgb(229 231 235 / 0.25) !important;
  border-bottom-color: rgb(229 231 235 / 0.25) !important;
}

.border-y-gray-200\/30 {
  border-top-color: rgb(229 231 235 / 0.3) !important;
  border-bottom-color: rgb(229 231 235 / 0.3) !important;
}

.border-y-gray-200\/35 {
  border-top-color: rgb(229 231 235 / 0.35) !important;
  border-bottom-color: rgb(229 231 235 / 0.35) !important;
}

.border-y-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4) !important;
  border-bottom-color: rgb(229 231 235 / 0.4) !important;
}

.border-y-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45) !important;
  border-bottom-color: rgb(229 231 235 / 0.45) !important;
}

.border-y-gray-200\/5 {
  border-top-color: rgb(229 231 235 / 0.05) !important;
  border-bottom-color: rgb(229 231 235 / 0.05) !important;
}

.border-y-gray-200\/50 {
  border-top-color: rgb(229 231 235 / 0.5) !important;
  border-bottom-color: rgb(229 231 235 / 0.5) !important;
}

.border-y-gray-200\/55 {
  border-top-color: rgb(229 231 235 / 0.55) !important;
  border-bottom-color: rgb(229 231 235 / 0.55) !important;
}

.border-y-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6) !important;
  border-bottom-color: rgb(229 231 235 / 0.6) !important;
}

.border-y-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65) !important;
  border-bottom-color: rgb(229 231 235 / 0.65) !important;
}

.border-y-gray-200\/70 {
  border-top-color: rgb(229 231 235 / 0.7) !important;
  border-bottom-color: rgb(229 231 235 / 0.7) !important;
}

.border-y-gray-200\/75 {
  border-top-color: rgb(229 231 235 / 0.75) !important;
  border-bottom-color: rgb(229 231 235 / 0.75) !important;
}

.border-y-gray-200\/80 {
  border-top-color: rgb(229 231 235 / 0.8) !important;
  border-bottom-color: rgb(229 231 235 / 0.8) !important;
}

.border-y-gray-200\/85 {
  border-top-color: rgb(229 231 235 / 0.85) !important;
  border-bottom-color: rgb(229 231 235 / 0.85) !important;
}

.border-y-gray-200\/90 {
  border-top-color: rgb(229 231 235 / 0.9) !important;
  border-bottom-color: rgb(229 231 235 / 0.9) !important;
}

.border-y-gray-200\/95 {
  border-top-color: rgb(229 231 235 / 0.95) !important;
  border-bottom-color: rgb(229 231 235 / 0.95) !important;
}

.border-y-gray-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-300\/0 {
  border-top-color: rgb(209 213 219 / 0) !important;
  border-bottom-color: rgb(209 213 219 / 0) !important;
}

.border-y-gray-300\/10 {
  border-top-color: rgb(209 213 219 / 0.1) !important;
  border-bottom-color: rgb(209 213 219 / 0.1) !important;
}

.border-y-gray-300\/100 {
  border-top-color: rgb(209 213 219 / 1) !important;
  border-bottom-color: rgb(209 213 219 / 1) !important;
}

.border-y-gray-300\/15 {
  border-top-color: rgb(209 213 219 / 0.15) !important;
  border-bottom-color: rgb(209 213 219 / 0.15) !important;
}

.border-y-gray-300\/20 {
  border-top-color: rgb(209 213 219 / 0.2) !important;
  border-bottom-color: rgb(209 213 219 / 0.2) !important;
}

.border-y-gray-300\/25 {
  border-top-color: rgb(209 213 219 / 0.25) !important;
  border-bottom-color: rgb(209 213 219 / 0.25) !important;
}

.border-y-gray-300\/30 {
  border-top-color: rgb(209 213 219 / 0.3) !important;
  border-bottom-color: rgb(209 213 219 / 0.3) !important;
}

.border-y-gray-300\/35 {
  border-top-color: rgb(209 213 219 / 0.35) !important;
  border-bottom-color: rgb(209 213 219 / 0.35) !important;
}

.border-y-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4) !important;
  border-bottom-color: rgb(209 213 219 / 0.4) !important;
}

.border-y-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45) !important;
  border-bottom-color: rgb(209 213 219 / 0.45) !important;
}

.border-y-gray-300\/5 {
  border-top-color: rgb(209 213 219 / 0.05) !important;
  border-bottom-color: rgb(209 213 219 / 0.05) !important;
}

.border-y-gray-300\/50 {
  border-top-color: rgb(209 213 219 / 0.5) !important;
  border-bottom-color: rgb(209 213 219 / 0.5) !important;
}

.border-y-gray-300\/55 {
  border-top-color: rgb(209 213 219 / 0.55) !important;
  border-bottom-color: rgb(209 213 219 / 0.55) !important;
}

.border-y-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6) !important;
  border-bottom-color: rgb(209 213 219 / 0.6) !important;
}

.border-y-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65) !important;
  border-bottom-color: rgb(209 213 219 / 0.65) !important;
}

.border-y-gray-300\/70 {
  border-top-color: rgb(209 213 219 / 0.7) !important;
  border-bottom-color: rgb(209 213 219 / 0.7) !important;
}

.border-y-gray-300\/75 {
  border-top-color: rgb(209 213 219 / 0.75) !important;
  border-bottom-color: rgb(209 213 219 / 0.75) !important;
}

.border-y-gray-300\/80 {
  border-top-color: rgb(209 213 219 / 0.8) !important;
  border-bottom-color: rgb(209 213 219 / 0.8) !important;
}

.border-y-gray-300\/85 {
  border-top-color: rgb(209 213 219 / 0.85) !important;
  border-bottom-color: rgb(209 213 219 / 0.85) !important;
}

.border-y-gray-300\/90 {
  border-top-color: rgb(209 213 219 / 0.9) !important;
  border-bottom-color: rgb(209 213 219 / 0.9) !important;
}

.border-y-gray-300\/95 {
  border-top-color: rgb(209 213 219 / 0.95) !important;
  border-bottom-color: rgb(209 213 219 / 0.95) !important;
}

.border-y-gray-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-400\/0 {
  border-top-color: rgb(156 163 175 / 0) !important;
  border-bottom-color: rgb(156 163 175 / 0) !important;
}

.border-y-gray-400\/10 {
  border-top-color: rgb(156 163 175 / 0.1) !important;
  border-bottom-color: rgb(156 163 175 / 0.1) !important;
}

.border-y-gray-400\/100 {
  border-top-color: rgb(156 163 175 / 1) !important;
  border-bottom-color: rgb(156 163 175 / 1) !important;
}

.border-y-gray-400\/15 {
  border-top-color: rgb(156 163 175 / 0.15) !important;
  border-bottom-color: rgb(156 163 175 / 0.15) !important;
}

.border-y-gray-400\/20 {
  border-top-color: rgb(156 163 175 / 0.2) !important;
  border-bottom-color: rgb(156 163 175 / 0.2) !important;
}

.border-y-gray-400\/25 {
  border-top-color: rgb(156 163 175 / 0.25) !important;
  border-bottom-color: rgb(156 163 175 / 0.25) !important;
}

.border-y-gray-400\/30 {
  border-top-color: rgb(156 163 175 / 0.3) !important;
  border-bottom-color: rgb(156 163 175 / 0.3) !important;
}

.border-y-gray-400\/35 {
  border-top-color: rgb(156 163 175 / 0.35) !important;
  border-bottom-color: rgb(156 163 175 / 0.35) !important;
}

.border-y-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4) !important;
  border-bottom-color: rgb(156 163 175 / 0.4) !important;
}

.border-y-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45) !important;
  border-bottom-color: rgb(156 163 175 / 0.45) !important;
}

.border-y-gray-400\/5 {
  border-top-color: rgb(156 163 175 / 0.05) !important;
  border-bottom-color: rgb(156 163 175 / 0.05) !important;
}

.border-y-gray-400\/50 {
  border-top-color: rgb(156 163 175 / 0.5) !important;
  border-bottom-color: rgb(156 163 175 / 0.5) !important;
}

.border-y-gray-400\/55 {
  border-top-color: rgb(156 163 175 / 0.55) !important;
  border-bottom-color: rgb(156 163 175 / 0.55) !important;
}

.border-y-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6) !important;
  border-bottom-color: rgb(156 163 175 / 0.6) !important;
}

.border-y-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65) !important;
  border-bottom-color: rgb(156 163 175 / 0.65) !important;
}

.border-y-gray-400\/70 {
  border-top-color: rgb(156 163 175 / 0.7) !important;
  border-bottom-color: rgb(156 163 175 / 0.7) !important;
}

.border-y-gray-400\/75 {
  border-top-color: rgb(156 163 175 / 0.75) !important;
  border-bottom-color: rgb(156 163 175 / 0.75) !important;
}

.border-y-gray-400\/80 {
  border-top-color: rgb(156 163 175 / 0.8) !important;
  border-bottom-color: rgb(156 163 175 / 0.8) !important;
}

.border-y-gray-400\/85 {
  border-top-color: rgb(156 163 175 / 0.85) !important;
  border-bottom-color: rgb(156 163 175 / 0.85) !important;
}

.border-y-gray-400\/90 {
  border-top-color: rgb(156 163 175 / 0.9) !important;
  border-bottom-color: rgb(156 163 175 / 0.9) !important;
}

.border-y-gray-400\/95 {
  border-top-color: rgb(156 163 175 / 0.95) !important;
  border-bottom-color: rgb(156 163 175 / 0.95) !important;
}

.border-y-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-50\/0 {
  border-top-color: rgb(249 250 251 / 0) !important;
  border-bottom-color: rgb(249 250 251 / 0) !important;
}

.border-y-gray-50\/10 {
  border-top-color: rgb(249 250 251 / 0.1) !important;
  border-bottom-color: rgb(249 250 251 / 0.1) !important;
}

.border-y-gray-50\/100 {
  border-top-color: rgb(249 250 251 / 1) !important;
  border-bottom-color: rgb(249 250 251 / 1) !important;
}

.border-y-gray-50\/15 {
  border-top-color: rgb(249 250 251 / 0.15) !important;
  border-bottom-color: rgb(249 250 251 / 0.15) !important;
}

.border-y-gray-50\/20 {
  border-top-color: rgb(249 250 251 / 0.2) !important;
  border-bottom-color: rgb(249 250 251 / 0.2) !important;
}

.border-y-gray-50\/25 {
  border-top-color: rgb(249 250 251 / 0.25) !important;
  border-bottom-color: rgb(249 250 251 / 0.25) !important;
}

.border-y-gray-50\/30 {
  border-top-color: rgb(249 250 251 / 0.3) !important;
  border-bottom-color: rgb(249 250 251 / 0.3) !important;
}

.border-y-gray-50\/35 {
  border-top-color: rgb(249 250 251 / 0.35) !important;
  border-bottom-color: rgb(249 250 251 / 0.35) !important;
}

.border-y-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4) !important;
  border-bottom-color: rgb(249 250 251 / 0.4) !important;
}

.border-y-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45) !important;
  border-bottom-color: rgb(249 250 251 / 0.45) !important;
}

.border-y-gray-50\/5 {
  border-top-color: rgb(249 250 251 / 0.05) !important;
  border-bottom-color: rgb(249 250 251 / 0.05) !important;
}

.border-y-gray-50\/50 {
  border-top-color: rgb(249 250 251 / 0.5) !important;
  border-bottom-color: rgb(249 250 251 / 0.5) !important;
}

.border-y-gray-50\/55 {
  border-top-color: rgb(249 250 251 / 0.55) !important;
  border-bottom-color: rgb(249 250 251 / 0.55) !important;
}

.border-y-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6) !important;
  border-bottom-color: rgb(249 250 251 / 0.6) !important;
}

.border-y-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65) !important;
  border-bottom-color: rgb(249 250 251 / 0.65) !important;
}

.border-y-gray-50\/70 {
  border-top-color: rgb(249 250 251 / 0.7) !important;
  border-bottom-color: rgb(249 250 251 / 0.7) !important;
}

.border-y-gray-50\/75 {
  border-top-color: rgb(249 250 251 / 0.75) !important;
  border-bottom-color: rgb(249 250 251 / 0.75) !important;
}

.border-y-gray-50\/80 {
  border-top-color: rgb(249 250 251 / 0.8) !important;
  border-bottom-color: rgb(249 250 251 / 0.8) !important;
}

.border-y-gray-50\/85 {
  border-top-color: rgb(249 250 251 / 0.85) !important;
  border-bottom-color: rgb(249 250 251 / 0.85) !important;
}

.border-y-gray-50\/90 {
  border-top-color: rgb(249 250 251 / 0.9) !important;
  border-bottom-color: rgb(249 250 251 / 0.9) !important;
}

.border-y-gray-50\/95 {
  border-top-color: rgb(249 250 251 / 0.95) !important;
  border-bottom-color: rgb(249 250 251 / 0.95) !important;
}

.border-y-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-500\/0 {
  border-top-color: rgb(107 114 128 / 0) !important;
  border-bottom-color: rgb(107 114 128 / 0) !important;
}

.border-y-gray-500\/10 {
  border-top-color: rgb(107 114 128 / 0.1) !important;
  border-bottom-color: rgb(107 114 128 / 0.1) !important;
}

.border-y-gray-500\/100 {
  border-top-color: rgb(107 114 128 / 1) !important;
  border-bottom-color: rgb(107 114 128 / 1) !important;
}

.border-y-gray-500\/15 {
  border-top-color: rgb(107 114 128 / 0.15) !important;
  border-bottom-color: rgb(107 114 128 / 0.15) !important;
}

.border-y-gray-500\/20 {
  border-top-color: rgb(107 114 128 / 0.2) !important;
  border-bottom-color: rgb(107 114 128 / 0.2) !important;
}

.border-y-gray-500\/25 {
  border-top-color: rgb(107 114 128 / 0.25) !important;
  border-bottom-color: rgb(107 114 128 / 0.25) !important;
}

.border-y-gray-500\/30 {
  border-top-color: rgb(107 114 128 / 0.3) !important;
  border-bottom-color: rgb(107 114 128 / 0.3) !important;
}

.border-y-gray-500\/35 {
  border-top-color: rgb(107 114 128 / 0.35) !important;
  border-bottom-color: rgb(107 114 128 / 0.35) !important;
}

.border-y-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4) !important;
  border-bottom-color: rgb(107 114 128 / 0.4) !important;
}

.border-y-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45) !important;
  border-bottom-color: rgb(107 114 128 / 0.45) !important;
}

.border-y-gray-500\/5 {
  border-top-color: rgb(107 114 128 / 0.05) !important;
  border-bottom-color: rgb(107 114 128 / 0.05) !important;
}

.border-y-gray-500\/50 {
  border-top-color: rgb(107 114 128 / 0.5) !important;
  border-bottom-color: rgb(107 114 128 / 0.5) !important;
}

.border-y-gray-500\/55 {
  border-top-color: rgb(107 114 128 / 0.55) !important;
  border-bottom-color: rgb(107 114 128 / 0.55) !important;
}

.border-y-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6) !important;
  border-bottom-color: rgb(107 114 128 / 0.6) !important;
}

.border-y-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65) !important;
  border-bottom-color: rgb(107 114 128 / 0.65) !important;
}

.border-y-gray-500\/70 {
  border-top-color: rgb(107 114 128 / 0.7) !important;
  border-bottom-color: rgb(107 114 128 / 0.7) !important;
}

.border-y-gray-500\/75 {
  border-top-color: rgb(107 114 128 / 0.75) !important;
  border-bottom-color: rgb(107 114 128 / 0.75) !important;
}

.border-y-gray-500\/80 {
  border-top-color: rgb(107 114 128 / 0.8) !important;
  border-bottom-color: rgb(107 114 128 / 0.8) !important;
}

.border-y-gray-500\/85 {
  border-top-color: rgb(107 114 128 / 0.85) !important;
  border-bottom-color: rgb(107 114 128 / 0.85) !important;
}

.border-y-gray-500\/90 {
  border-top-color: rgb(107 114 128 / 0.9) !important;
  border-bottom-color: rgb(107 114 128 / 0.9) !important;
}

.border-y-gray-500\/95 {
  border-top-color: rgb(107 114 128 / 0.95) !important;
  border-bottom-color: rgb(107 114 128 / 0.95) !important;
}

.border-y-gray-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-600\/0 {
  border-top-color: rgb(75 85 99 / 0) !important;
  border-bottom-color: rgb(75 85 99 / 0) !important;
}

.border-y-gray-600\/10 {
  border-top-color: rgb(75 85 99 / 0.1) !important;
  border-bottom-color: rgb(75 85 99 / 0.1) !important;
}

.border-y-gray-600\/100 {
  border-top-color: rgb(75 85 99 / 1) !important;
  border-bottom-color: rgb(75 85 99 / 1) !important;
}

.border-y-gray-600\/15 {
  border-top-color: rgb(75 85 99 / 0.15) !important;
  border-bottom-color: rgb(75 85 99 / 0.15) !important;
}

.border-y-gray-600\/20 {
  border-top-color: rgb(75 85 99 / 0.2) !important;
  border-bottom-color: rgb(75 85 99 / 0.2) !important;
}

.border-y-gray-600\/25 {
  border-top-color: rgb(75 85 99 / 0.25) !important;
  border-bottom-color: rgb(75 85 99 / 0.25) !important;
}

.border-y-gray-600\/30 {
  border-top-color: rgb(75 85 99 / 0.3) !important;
  border-bottom-color: rgb(75 85 99 / 0.3) !important;
}

.border-y-gray-600\/35 {
  border-top-color: rgb(75 85 99 / 0.35) !important;
  border-bottom-color: rgb(75 85 99 / 0.35) !important;
}

.border-y-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4) !important;
  border-bottom-color: rgb(75 85 99 / 0.4) !important;
}

.border-y-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45) !important;
  border-bottom-color: rgb(75 85 99 / 0.45) !important;
}

.border-y-gray-600\/5 {
  border-top-color: rgb(75 85 99 / 0.05) !important;
  border-bottom-color: rgb(75 85 99 / 0.05) !important;
}

.border-y-gray-600\/50 {
  border-top-color: rgb(75 85 99 / 0.5) !important;
  border-bottom-color: rgb(75 85 99 / 0.5) !important;
}

.border-y-gray-600\/55 {
  border-top-color: rgb(75 85 99 / 0.55) !important;
  border-bottom-color: rgb(75 85 99 / 0.55) !important;
}

.border-y-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6) !important;
  border-bottom-color: rgb(75 85 99 / 0.6) !important;
}

.border-y-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65) !important;
  border-bottom-color: rgb(75 85 99 / 0.65) !important;
}

.border-y-gray-600\/70 {
  border-top-color: rgb(75 85 99 / 0.7) !important;
  border-bottom-color: rgb(75 85 99 / 0.7) !important;
}

.border-y-gray-600\/75 {
  border-top-color: rgb(75 85 99 / 0.75) !important;
  border-bottom-color: rgb(75 85 99 / 0.75) !important;
}

.border-y-gray-600\/80 {
  border-top-color: rgb(75 85 99 / 0.8) !important;
  border-bottom-color: rgb(75 85 99 / 0.8) !important;
}

.border-y-gray-600\/85 {
  border-top-color: rgb(75 85 99 / 0.85) !important;
  border-bottom-color: rgb(75 85 99 / 0.85) !important;
}

.border-y-gray-600\/90 {
  border-top-color: rgb(75 85 99 / 0.9) !important;
  border-bottom-color: rgb(75 85 99 / 0.9) !important;
}

.border-y-gray-600\/95 {
  border-top-color: rgb(75 85 99 / 0.95) !important;
  border-bottom-color: rgb(75 85 99 / 0.95) !important;
}

.border-y-gray-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-700\/0 {
  border-top-color: rgb(55 65 81 / 0) !important;
  border-bottom-color: rgb(55 65 81 / 0) !important;
}

.border-y-gray-700\/10 {
  border-top-color: rgb(55 65 81 / 0.1) !important;
  border-bottom-color: rgb(55 65 81 / 0.1) !important;
}

.border-y-gray-700\/100 {
  border-top-color: rgb(55 65 81 / 1) !important;
  border-bottom-color: rgb(55 65 81 / 1) !important;
}

.border-y-gray-700\/15 {
  border-top-color: rgb(55 65 81 / 0.15) !important;
  border-bottom-color: rgb(55 65 81 / 0.15) !important;
}

.border-y-gray-700\/20 {
  border-top-color: rgb(55 65 81 / 0.2) !important;
  border-bottom-color: rgb(55 65 81 / 0.2) !important;
}

.border-y-gray-700\/25 {
  border-top-color: rgb(55 65 81 / 0.25) !important;
  border-bottom-color: rgb(55 65 81 / 0.25) !important;
}

.border-y-gray-700\/30 {
  border-top-color: rgb(55 65 81 / 0.3) !important;
  border-bottom-color: rgb(55 65 81 / 0.3) !important;
}

.border-y-gray-700\/35 {
  border-top-color: rgb(55 65 81 / 0.35) !important;
  border-bottom-color: rgb(55 65 81 / 0.35) !important;
}

.border-y-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4) !important;
  border-bottom-color: rgb(55 65 81 / 0.4) !important;
}

.border-y-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45) !important;
  border-bottom-color: rgb(55 65 81 / 0.45) !important;
}

.border-y-gray-700\/5 {
  border-top-color: rgb(55 65 81 / 0.05) !important;
  border-bottom-color: rgb(55 65 81 / 0.05) !important;
}

.border-y-gray-700\/50 {
  border-top-color: rgb(55 65 81 / 0.5) !important;
  border-bottom-color: rgb(55 65 81 / 0.5) !important;
}

.border-y-gray-700\/55 {
  border-top-color: rgb(55 65 81 / 0.55) !important;
  border-bottom-color: rgb(55 65 81 / 0.55) !important;
}

.border-y-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6) !important;
  border-bottom-color: rgb(55 65 81 / 0.6) !important;
}

.border-y-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65) !important;
  border-bottom-color: rgb(55 65 81 / 0.65) !important;
}

.border-y-gray-700\/70 {
  border-top-color: rgb(55 65 81 / 0.7) !important;
  border-bottom-color: rgb(55 65 81 / 0.7) !important;
}

.border-y-gray-700\/75 {
  border-top-color: rgb(55 65 81 / 0.75) !important;
  border-bottom-color: rgb(55 65 81 / 0.75) !important;
}

.border-y-gray-700\/80 {
  border-top-color: rgb(55 65 81 / 0.8) !important;
  border-bottom-color: rgb(55 65 81 / 0.8) !important;
}

.border-y-gray-700\/85 {
  border-top-color: rgb(55 65 81 / 0.85) !important;
  border-bottom-color: rgb(55 65 81 / 0.85) !important;
}

.border-y-gray-700\/90 {
  border-top-color: rgb(55 65 81 / 0.9) !important;
  border-bottom-color: rgb(55 65 81 / 0.9) !important;
}

.border-y-gray-700\/95 {
  border-top-color: rgb(55 65 81 / 0.95) !important;
  border-bottom-color: rgb(55 65 81 / 0.95) !important;
}

.border-y-gray-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-800\/0 {
  border-top-color: rgb(31 41 55 / 0) !important;
  border-bottom-color: rgb(31 41 55 / 0) !important;
}

.border-y-gray-800\/10 {
  border-top-color: rgb(31 41 55 / 0.1) !important;
  border-bottom-color: rgb(31 41 55 / 0.1) !important;
}

.border-y-gray-800\/100 {
  border-top-color: rgb(31 41 55 / 1) !important;
  border-bottom-color: rgb(31 41 55 / 1) !important;
}

.border-y-gray-800\/15 {
  border-top-color: rgb(31 41 55 / 0.15) !important;
  border-bottom-color: rgb(31 41 55 / 0.15) !important;
}

.border-y-gray-800\/20 {
  border-top-color: rgb(31 41 55 / 0.2) !important;
  border-bottom-color: rgb(31 41 55 / 0.2) !important;
}

.border-y-gray-800\/25 {
  border-top-color: rgb(31 41 55 / 0.25) !important;
  border-bottom-color: rgb(31 41 55 / 0.25) !important;
}

.border-y-gray-800\/30 {
  border-top-color: rgb(31 41 55 / 0.3) !important;
  border-bottom-color: rgb(31 41 55 / 0.3) !important;
}

.border-y-gray-800\/35 {
  border-top-color: rgb(31 41 55 / 0.35) !important;
  border-bottom-color: rgb(31 41 55 / 0.35) !important;
}

.border-y-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4) !important;
  border-bottom-color: rgb(31 41 55 / 0.4) !important;
}

.border-y-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45) !important;
  border-bottom-color: rgb(31 41 55 / 0.45) !important;
}

.border-y-gray-800\/5 {
  border-top-color: rgb(31 41 55 / 0.05) !important;
  border-bottom-color: rgb(31 41 55 / 0.05) !important;
}

.border-y-gray-800\/50 {
  border-top-color: rgb(31 41 55 / 0.5) !important;
  border-bottom-color: rgb(31 41 55 / 0.5) !important;
}

.border-y-gray-800\/55 {
  border-top-color: rgb(31 41 55 / 0.55) !important;
  border-bottom-color: rgb(31 41 55 / 0.55) !important;
}

.border-y-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6) !important;
  border-bottom-color: rgb(31 41 55 / 0.6) !important;
}

.border-y-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65) !important;
  border-bottom-color: rgb(31 41 55 / 0.65) !important;
}

.border-y-gray-800\/70 {
  border-top-color: rgb(31 41 55 / 0.7) !important;
  border-bottom-color: rgb(31 41 55 / 0.7) !important;
}

.border-y-gray-800\/75 {
  border-top-color: rgb(31 41 55 / 0.75) !important;
  border-bottom-color: rgb(31 41 55 / 0.75) !important;
}

.border-y-gray-800\/80 {
  border-top-color: rgb(31 41 55 / 0.8) !important;
  border-bottom-color: rgb(31 41 55 / 0.8) !important;
}

.border-y-gray-800\/85 {
  border-top-color: rgb(31 41 55 / 0.85) !important;
  border-bottom-color: rgb(31 41 55 / 0.85) !important;
}

.border-y-gray-800\/90 {
  border-top-color: rgb(31 41 55 / 0.9) !important;
  border-bottom-color: rgb(31 41 55 / 0.9) !important;
}

.border-y-gray-800\/95 {
  border-top-color: rgb(31 41 55 / 0.95) !important;
  border-bottom-color: rgb(31 41 55 / 0.95) !important;
}

.border-y-gray-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-900\/0 {
  border-top-color: rgb(17 24 39 / 0) !important;
  border-bottom-color: rgb(17 24 39 / 0) !important;
}

.border-y-gray-900\/10 {
  border-top-color: rgb(17 24 39 / 0.1) !important;
  border-bottom-color: rgb(17 24 39 / 0.1) !important;
}

.border-y-gray-900\/100 {
  border-top-color: rgb(17 24 39 / 1) !important;
  border-bottom-color: rgb(17 24 39 / 1) !important;
}

.border-y-gray-900\/15 {
  border-top-color: rgb(17 24 39 / 0.15) !important;
  border-bottom-color: rgb(17 24 39 / 0.15) !important;
}

.border-y-gray-900\/20 {
  border-top-color: rgb(17 24 39 / 0.2) !important;
  border-bottom-color: rgb(17 24 39 / 0.2) !important;
}

.border-y-gray-900\/25 {
  border-top-color: rgb(17 24 39 / 0.25) !important;
  border-bottom-color: rgb(17 24 39 / 0.25) !important;
}

.border-y-gray-900\/30 {
  border-top-color: rgb(17 24 39 / 0.3) !important;
  border-bottom-color: rgb(17 24 39 / 0.3) !important;
}

.border-y-gray-900\/35 {
  border-top-color: rgb(17 24 39 / 0.35) !important;
  border-bottom-color: rgb(17 24 39 / 0.35) !important;
}

.border-y-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4) !important;
  border-bottom-color: rgb(17 24 39 / 0.4) !important;
}

.border-y-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45) !important;
  border-bottom-color: rgb(17 24 39 / 0.45) !important;
}

.border-y-gray-900\/5 {
  border-top-color: rgb(17 24 39 / 0.05) !important;
  border-bottom-color: rgb(17 24 39 / 0.05) !important;
}

.border-y-gray-900\/50 {
  border-top-color: rgb(17 24 39 / 0.5) !important;
  border-bottom-color: rgb(17 24 39 / 0.5) !important;
}

.border-y-gray-900\/55 {
  border-top-color: rgb(17 24 39 / 0.55) !important;
  border-bottom-color: rgb(17 24 39 / 0.55) !important;
}

.border-y-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6) !important;
  border-bottom-color: rgb(17 24 39 / 0.6) !important;
}

.border-y-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65) !important;
  border-bottom-color: rgb(17 24 39 / 0.65) !important;
}

.border-y-gray-900\/70 {
  border-top-color: rgb(17 24 39 / 0.7) !important;
  border-bottom-color: rgb(17 24 39 / 0.7) !important;
}

.border-y-gray-900\/75 {
  border-top-color: rgb(17 24 39 / 0.75) !important;
  border-bottom-color: rgb(17 24 39 / 0.75) !important;
}

.border-y-gray-900\/80 {
  border-top-color: rgb(17 24 39 / 0.8) !important;
  border-bottom-color: rgb(17 24 39 / 0.8) !important;
}

.border-y-gray-900\/85 {
  border-top-color: rgb(17 24 39 / 0.85) !important;
  border-bottom-color: rgb(17 24 39 / 0.85) !important;
}

.border-y-gray-900\/90 {
  border-top-color: rgb(17 24 39 / 0.9) !important;
  border-bottom-color: rgb(17 24 39 / 0.9) !important;
}

.border-y-gray-900\/95 {
  border-top-color: rgb(17 24 39 / 0.95) !important;
  border-bottom-color: rgb(17 24 39 / 0.95) !important;
}

.border-y-gray-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-y-gray-950\/0 {
  border-top-color: rgb(3 7 18 / 0) !important;
  border-bottom-color: rgb(3 7 18 / 0) !important;
}

.border-y-gray-950\/10 {
  border-top-color: rgb(3 7 18 / 0.1) !important;
  border-bottom-color: rgb(3 7 18 / 0.1) !important;
}

.border-y-gray-950\/100 {
  border-top-color: rgb(3 7 18 / 1) !important;
  border-bottom-color: rgb(3 7 18 / 1) !important;
}

.border-y-gray-950\/15 {
  border-top-color: rgb(3 7 18 / 0.15) !important;
  border-bottom-color: rgb(3 7 18 / 0.15) !important;
}

.border-y-gray-950\/20 {
  border-top-color: rgb(3 7 18 / 0.2) !important;
  border-bottom-color: rgb(3 7 18 / 0.2) !important;
}

.border-y-gray-950\/25 {
  border-top-color: rgb(3 7 18 / 0.25) !important;
  border-bottom-color: rgb(3 7 18 / 0.25) !important;
}

.border-y-gray-950\/30 {
  border-top-color: rgb(3 7 18 / 0.3) !important;
  border-bottom-color: rgb(3 7 18 / 0.3) !important;
}

.border-y-gray-950\/35 {
  border-top-color: rgb(3 7 18 / 0.35) !important;
  border-bottom-color: rgb(3 7 18 / 0.35) !important;
}

.border-y-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4) !important;
  border-bottom-color: rgb(3 7 18 / 0.4) !important;
}

.border-y-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45) !important;
  border-bottom-color: rgb(3 7 18 / 0.45) !important;
}

.border-y-gray-950\/5 {
  border-top-color: rgb(3 7 18 / 0.05) !important;
  border-bottom-color: rgb(3 7 18 / 0.05) !important;
}

.border-y-gray-950\/50 {
  border-top-color: rgb(3 7 18 / 0.5) !important;
  border-bottom-color: rgb(3 7 18 / 0.5) !important;
}

.border-y-gray-950\/55 {
  border-top-color: rgb(3 7 18 / 0.55) !important;
  border-bottom-color: rgb(3 7 18 / 0.55) !important;
}

.border-y-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6) !important;
  border-bottom-color: rgb(3 7 18 / 0.6) !important;
}

.border-y-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65) !important;
  border-bottom-color: rgb(3 7 18 / 0.65) !important;
}

.border-y-gray-950\/70 {
  border-top-color: rgb(3 7 18 / 0.7) !important;
  border-bottom-color: rgb(3 7 18 / 0.7) !important;
}

.border-y-gray-950\/75 {
  border-top-color: rgb(3 7 18 / 0.75) !important;
  border-bottom-color: rgb(3 7 18 / 0.75) !important;
}

.border-y-gray-950\/80 {
  border-top-color: rgb(3 7 18 / 0.8) !important;
  border-bottom-color: rgb(3 7 18 / 0.8) !important;
}

.border-y-gray-950\/85 {
  border-top-color: rgb(3 7 18 / 0.85) !important;
  border-bottom-color: rgb(3 7 18 / 0.85) !important;
}

.border-y-gray-950\/90 {
  border-top-color: rgb(3 7 18 / 0.9) !important;
  border-bottom-color: rgb(3 7 18 / 0.9) !important;
}

.border-y-gray-950\/95 {
  border-top-color: rgb(3 7 18 / 0.95) !important;
  border-bottom-color: rgb(3 7 18 / 0.95) !important;
}

.border-y-green-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-100\/0 {
  border-top-color: rgb(220 252 231 / 0) !important;
  border-bottom-color: rgb(220 252 231 / 0) !important;
}

.border-y-green-100\/10 {
  border-top-color: rgb(220 252 231 / 0.1) !important;
  border-bottom-color: rgb(220 252 231 / 0.1) !important;
}

.border-y-green-100\/100 {
  border-top-color: rgb(220 252 231 / 1) !important;
  border-bottom-color: rgb(220 252 231 / 1) !important;
}

.border-y-green-100\/15 {
  border-top-color: rgb(220 252 231 / 0.15) !important;
  border-bottom-color: rgb(220 252 231 / 0.15) !important;
}

.border-y-green-100\/20 {
  border-top-color: rgb(220 252 231 / 0.2) !important;
  border-bottom-color: rgb(220 252 231 / 0.2) !important;
}

.border-y-green-100\/25 {
  border-top-color: rgb(220 252 231 / 0.25) !important;
  border-bottom-color: rgb(220 252 231 / 0.25) !important;
}

.border-y-green-100\/30 {
  border-top-color: rgb(220 252 231 / 0.3) !important;
  border-bottom-color: rgb(220 252 231 / 0.3) !important;
}

.border-y-green-100\/35 {
  border-top-color: rgb(220 252 231 / 0.35) !important;
  border-bottom-color: rgb(220 252 231 / 0.35) !important;
}

.border-y-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4) !important;
  border-bottom-color: rgb(220 252 231 / 0.4) !important;
}

.border-y-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45) !important;
  border-bottom-color: rgb(220 252 231 / 0.45) !important;
}

.border-y-green-100\/5 {
  border-top-color: rgb(220 252 231 / 0.05) !important;
  border-bottom-color: rgb(220 252 231 / 0.05) !important;
}

.border-y-green-100\/50 {
  border-top-color: rgb(220 252 231 / 0.5) !important;
  border-bottom-color: rgb(220 252 231 / 0.5) !important;
}

.border-y-green-100\/55 {
  border-top-color: rgb(220 252 231 / 0.55) !important;
  border-bottom-color: rgb(220 252 231 / 0.55) !important;
}

.border-y-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6) !important;
  border-bottom-color: rgb(220 252 231 / 0.6) !important;
}

.border-y-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65) !important;
  border-bottom-color: rgb(220 252 231 / 0.65) !important;
}

.border-y-green-100\/70 {
  border-top-color: rgb(220 252 231 / 0.7) !important;
  border-bottom-color: rgb(220 252 231 / 0.7) !important;
}

.border-y-green-100\/75 {
  border-top-color: rgb(220 252 231 / 0.75) !important;
  border-bottom-color: rgb(220 252 231 / 0.75) !important;
}

.border-y-green-100\/80 {
  border-top-color: rgb(220 252 231 / 0.8) !important;
  border-bottom-color: rgb(220 252 231 / 0.8) !important;
}

.border-y-green-100\/85 {
  border-top-color: rgb(220 252 231 / 0.85) !important;
  border-bottom-color: rgb(220 252 231 / 0.85) !important;
}

.border-y-green-100\/90 {
  border-top-color: rgb(220 252 231 / 0.9) !important;
  border-bottom-color: rgb(220 252 231 / 0.9) !important;
}

.border-y-green-100\/95 {
  border-top-color: rgb(220 252 231 / 0.95) !important;
  border-bottom-color: rgb(220 252 231 / 0.95) !important;
}

.border-y-green-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-200\/0 {
  border-top-color: rgb(187 247 208 / 0) !important;
  border-bottom-color: rgb(187 247 208 / 0) !important;
}

.border-y-green-200\/10 {
  border-top-color: rgb(187 247 208 / 0.1) !important;
  border-bottom-color: rgb(187 247 208 / 0.1) !important;
}

.border-y-green-200\/100 {
  border-top-color: rgb(187 247 208 / 1) !important;
  border-bottom-color: rgb(187 247 208 / 1) !important;
}

.border-y-green-200\/15 {
  border-top-color: rgb(187 247 208 / 0.15) !important;
  border-bottom-color: rgb(187 247 208 / 0.15) !important;
}

.border-y-green-200\/20 {
  border-top-color: rgb(187 247 208 / 0.2) !important;
  border-bottom-color: rgb(187 247 208 / 0.2) !important;
}

.border-y-green-200\/25 {
  border-top-color: rgb(187 247 208 / 0.25) !important;
  border-bottom-color: rgb(187 247 208 / 0.25) !important;
}

.border-y-green-200\/30 {
  border-top-color: rgb(187 247 208 / 0.3) !important;
  border-bottom-color: rgb(187 247 208 / 0.3) !important;
}

.border-y-green-200\/35 {
  border-top-color: rgb(187 247 208 / 0.35) !important;
  border-bottom-color: rgb(187 247 208 / 0.35) !important;
}

.border-y-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4) !important;
  border-bottom-color: rgb(187 247 208 / 0.4) !important;
}

.border-y-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45) !important;
  border-bottom-color: rgb(187 247 208 / 0.45) !important;
}

.border-y-green-200\/5 {
  border-top-color: rgb(187 247 208 / 0.05) !important;
  border-bottom-color: rgb(187 247 208 / 0.05) !important;
}

.border-y-green-200\/50 {
  border-top-color: rgb(187 247 208 / 0.5) !important;
  border-bottom-color: rgb(187 247 208 / 0.5) !important;
}

.border-y-green-200\/55 {
  border-top-color: rgb(187 247 208 / 0.55) !important;
  border-bottom-color: rgb(187 247 208 / 0.55) !important;
}

.border-y-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6) !important;
  border-bottom-color: rgb(187 247 208 / 0.6) !important;
}

.border-y-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65) !important;
  border-bottom-color: rgb(187 247 208 / 0.65) !important;
}

.border-y-green-200\/70 {
  border-top-color: rgb(187 247 208 / 0.7) !important;
  border-bottom-color: rgb(187 247 208 / 0.7) !important;
}

.border-y-green-200\/75 {
  border-top-color: rgb(187 247 208 / 0.75) !important;
  border-bottom-color: rgb(187 247 208 / 0.75) !important;
}

.border-y-green-200\/80 {
  border-top-color: rgb(187 247 208 / 0.8) !important;
  border-bottom-color: rgb(187 247 208 / 0.8) !important;
}

.border-y-green-200\/85 {
  border-top-color: rgb(187 247 208 / 0.85) !important;
  border-bottom-color: rgb(187 247 208 / 0.85) !important;
}

.border-y-green-200\/90 {
  border-top-color: rgb(187 247 208 / 0.9) !important;
  border-bottom-color: rgb(187 247 208 / 0.9) !important;
}

.border-y-green-200\/95 {
  border-top-color: rgb(187 247 208 / 0.95) !important;
  border-bottom-color: rgb(187 247 208 / 0.95) !important;
}

.border-y-green-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-300\/0 {
  border-top-color: rgb(134 239 172 / 0) !important;
  border-bottom-color: rgb(134 239 172 / 0) !important;
}

.border-y-green-300\/10 {
  border-top-color: rgb(134 239 172 / 0.1) !important;
  border-bottom-color: rgb(134 239 172 / 0.1) !important;
}

.border-y-green-300\/100 {
  border-top-color: rgb(134 239 172 / 1) !important;
  border-bottom-color: rgb(134 239 172 / 1) !important;
}

.border-y-green-300\/15 {
  border-top-color: rgb(134 239 172 / 0.15) !important;
  border-bottom-color: rgb(134 239 172 / 0.15) !important;
}

.border-y-green-300\/20 {
  border-top-color: rgb(134 239 172 / 0.2) !important;
  border-bottom-color: rgb(134 239 172 / 0.2) !important;
}

.border-y-green-300\/25 {
  border-top-color: rgb(134 239 172 / 0.25) !important;
  border-bottom-color: rgb(134 239 172 / 0.25) !important;
}

.border-y-green-300\/30 {
  border-top-color: rgb(134 239 172 / 0.3) !important;
  border-bottom-color: rgb(134 239 172 / 0.3) !important;
}

.border-y-green-300\/35 {
  border-top-color: rgb(134 239 172 / 0.35) !important;
  border-bottom-color: rgb(134 239 172 / 0.35) !important;
}

.border-y-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4) !important;
  border-bottom-color: rgb(134 239 172 / 0.4) !important;
}

.border-y-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45) !important;
  border-bottom-color: rgb(134 239 172 / 0.45) !important;
}

.border-y-green-300\/5 {
  border-top-color: rgb(134 239 172 / 0.05) !important;
  border-bottom-color: rgb(134 239 172 / 0.05) !important;
}

.border-y-green-300\/50 {
  border-top-color: rgb(134 239 172 / 0.5) !important;
  border-bottom-color: rgb(134 239 172 / 0.5) !important;
}

.border-y-green-300\/55 {
  border-top-color: rgb(134 239 172 / 0.55) !important;
  border-bottom-color: rgb(134 239 172 / 0.55) !important;
}

.border-y-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6) !important;
  border-bottom-color: rgb(134 239 172 / 0.6) !important;
}

.border-y-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65) !important;
  border-bottom-color: rgb(134 239 172 / 0.65) !important;
}

.border-y-green-300\/70 {
  border-top-color: rgb(134 239 172 / 0.7) !important;
  border-bottom-color: rgb(134 239 172 / 0.7) !important;
}

.border-y-green-300\/75 {
  border-top-color: rgb(134 239 172 / 0.75) !important;
  border-bottom-color: rgb(134 239 172 / 0.75) !important;
}

.border-y-green-300\/80 {
  border-top-color: rgb(134 239 172 / 0.8) !important;
  border-bottom-color: rgb(134 239 172 / 0.8) !important;
}

.border-y-green-300\/85 {
  border-top-color: rgb(134 239 172 / 0.85) !important;
  border-bottom-color: rgb(134 239 172 / 0.85) !important;
}

.border-y-green-300\/90 {
  border-top-color: rgb(134 239 172 / 0.9) !important;
  border-bottom-color: rgb(134 239 172 / 0.9) !important;
}

.border-y-green-300\/95 {
  border-top-color: rgb(134 239 172 / 0.95) !important;
  border-bottom-color: rgb(134 239 172 / 0.95) !important;
}

.border-y-green-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-400\/0 {
  border-top-color: rgb(74 222 128 / 0) !important;
  border-bottom-color: rgb(74 222 128 / 0) !important;
}

.border-y-green-400\/10 {
  border-top-color: rgb(74 222 128 / 0.1) !important;
  border-bottom-color: rgb(74 222 128 / 0.1) !important;
}

.border-y-green-400\/100 {
  border-top-color: rgb(74 222 128 / 1) !important;
  border-bottom-color: rgb(74 222 128 / 1) !important;
}

.border-y-green-400\/15 {
  border-top-color: rgb(74 222 128 / 0.15) !important;
  border-bottom-color: rgb(74 222 128 / 0.15) !important;
}

.border-y-green-400\/20 {
  border-top-color: rgb(74 222 128 / 0.2) !important;
  border-bottom-color: rgb(74 222 128 / 0.2) !important;
}

.border-y-green-400\/25 {
  border-top-color: rgb(74 222 128 / 0.25) !important;
  border-bottom-color: rgb(74 222 128 / 0.25) !important;
}

.border-y-green-400\/30 {
  border-top-color: rgb(74 222 128 / 0.3) !important;
  border-bottom-color: rgb(74 222 128 / 0.3) !important;
}

.border-y-green-400\/35 {
  border-top-color: rgb(74 222 128 / 0.35) !important;
  border-bottom-color: rgb(74 222 128 / 0.35) !important;
}

.border-y-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4) !important;
  border-bottom-color: rgb(74 222 128 / 0.4) !important;
}

.border-y-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45) !important;
  border-bottom-color: rgb(74 222 128 / 0.45) !important;
}

.border-y-green-400\/5 {
  border-top-color: rgb(74 222 128 / 0.05) !important;
  border-bottom-color: rgb(74 222 128 / 0.05) !important;
}

.border-y-green-400\/50 {
  border-top-color: rgb(74 222 128 / 0.5) !important;
  border-bottom-color: rgb(74 222 128 / 0.5) !important;
}

.border-y-green-400\/55 {
  border-top-color: rgb(74 222 128 / 0.55) !important;
  border-bottom-color: rgb(74 222 128 / 0.55) !important;
}

.border-y-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6) !important;
  border-bottom-color: rgb(74 222 128 / 0.6) !important;
}

.border-y-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65) !important;
  border-bottom-color: rgb(74 222 128 / 0.65) !important;
}

.border-y-green-400\/70 {
  border-top-color: rgb(74 222 128 / 0.7) !important;
  border-bottom-color: rgb(74 222 128 / 0.7) !important;
}

.border-y-green-400\/75 {
  border-top-color: rgb(74 222 128 / 0.75) !important;
  border-bottom-color: rgb(74 222 128 / 0.75) !important;
}

.border-y-green-400\/80 {
  border-top-color: rgb(74 222 128 / 0.8) !important;
  border-bottom-color: rgb(74 222 128 / 0.8) !important;
}

.border-y-green-400\/85 {
  border-top-color: rgb(74 222 128 / 0.85) !important;
  border-bottom-color: rgb(74 222 128 / 0.85) !important;
}

.border-y-green-400\/90 {
  border-top-color: rgb(74 222 128 / 0.9) !important;
  border-bottom-color: rgb(74 222 128 / 0.9) !important;
}

.border-y-green-400\/95 {
  border-top-color: rgb(74 222 128 / 0.95) !important;
  border-bottom-color: rgb(74 222 128 / 0.95) !important;
}

.border-y-green-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-50\/0 {
  border-top-color: rgb(240 253 244 / 0) !important;
  border-bottom-color: rgb(240 253 244 / 0) !important;
}

.border-y-green-50\/10 {
  border-top-color: rgb(240 253 244 / 0.1) !important;
  border-bottom-color: rgb(240 253 244 / 0.1) !important;
}

.border-y-green-50\/100 {
  border-top-color: rgb(240 253 244 / 1) !important;
  border-bottom-color: rgb(240 253 244 / 1) !important;
}

.border-y-green-50\/15 {
  border-top-color: rgb(240 253 244 / 0.15) !important;
  border-bottom-color: rgb(240 253 244 / 0.15) !important;
}

.border-y-green-50\/20 {
  border-top-color: rgb(240 253 244 / 0.2) !important;
  border-bottom-color: rgb(240 253 244 / 0.2) !important;
}

.border-y-green-50\/25 {
  border-top-color: rgb(240 253 244 / 0.25) !important;
  border-bottom-color: rgb(240 253 244 / 0.25) !important;
}

.border-y-green-50\/30 {
  border-top-color: rgb(240 253 244 / 0.3) !important;
  border-bottom-color: rgb(240 253 244 / 0.3) !important;
}

.border-y-green-50\/35 {
  border-top-color: rgb(240 253 244 / 0.35) !important;
  border-bottom-color: rgb(240 253 244 / 0.35) !important;
}

.border-y-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4) !important;
  border-bottom-color: rgb(240 253 244 / 0.4) !important;
}

.border-y-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45) !important;
  border-bottom-color: rgb(240 253 244 / 0.45) !important;
}

.border-y-green-50\/5 {
  border-top-color: rgb(240 253 244 / 0.05) !important;
  border-bottom-color: rgb(240 253 244 / 0.05) !important;
}

.border-y-green-50\/50 {
  border-top-color: rgb(240 253 244 / 0.5) !important;
  border-bottom-color: rgb(240 253 244 / 0.5) !important;
}

.border-y-green-50\/55 {
  border-top-color: rgb(240 253 244 / 0.55) !important;
  border-bottom-color: rgb(240 253 244 / 0.55) !important;
}

.border-y-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6) !important;
  border-bottom-color: rgb(240 253 244 / 0.6) !important;
}

.border-y-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65) !important;
  border-bottom-color: rgb(240 253 244 / 0.65) !important;
}

.border-y-green-50\/70 {
  border-top-color: rgb(240 253 244 / 0.7) !important;
  border-bottom-color: rgb(240 253 244 / 0.7) !important;
}

.border-y-green-50\/75 {
  border-top-color: rgb(240 253 244 / 0.75) !important;
  border-bottom-color: rgb(240 253 244 / 0.75) !important;
}

.border-y-green-50\/80 {
  border-top-color: rgb(240 253 244 / 0.8) !important;
  border-bottom-color: rgb(240 253 244 / 0.8) !important;
}

.border-y-green-50\/85 {
  border-top-color: rgb(240 253 244 / 0.85) !important;
  border-bottom-color: rgb(240 253 244 / 0.85) !important;
}

.border-y-green-50\/90 {
  border-top-color: rgb(240 253 244 / 0.9) !important;
  border-bottom-color: rgb(240 253 244 / 0.9) !important;
}

.border-y-green-50\/95 {
  border-top-color: rgb(240 253 244 / 0.95) !important;
  border-bottom-color: rgb(240 253 244 / 0.95) !important;
}

.border-y-green-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-500\/0 {
  border-top-color: rgb(34 197 94 / 0) !important;
  border-bottom-color: rgb(34 197 94 / 0) !important;
}

.border-y-green-500\/10 {
  border-top-color: rgb(34 197 94 / 0.1) !important;
  border-bottom-color: rgb(34 197 94 / 0.1) !important;
}

.border-y-green-500\/100 {
  border-top-color: rgb(34 197 94 / 1) !important;
  border-bottom-color: rgb(34 197 94 / 1) !important;
}

.border-y-green-500\/15 {
  border-top-color: rgb(34 197 94 / 0.15) !important;
  border-bottom-color: rgb(34 197 94 / 0.15) !important;
}

.border-y-green-500\/20 {
  border-top-color: rgb(34 197 94 / 0.2) !important;
  border-bottom-color: rgb(34 197 94 / 0.2) !important;
}

.border-y-green-500\/25 {
  border-top-color: rgb(34 197 94 / 0.25) !important;
  border-bottom-color: rgb(34 197 94 / 0.25) !important;
}

.border-y-green-500\/30 {
  border-top-color: rgb(34 197 94 / 0.3) !important;
  border-bottom-color: rgb(34 197 94 / 0.3) !important;
}

.border-y-green-500\/35 {
  border-top-color: rgb(34 197 94 / 0.35) !important;
  border-bottom-color: rgb(34 197 94 / 0.35) !important;
}

.border-y-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4) !important;
  border-bottom-color: rgb(34 197 94 / 0.4) !important;
}

.border-y-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45) !important;
  border-bottom-color: rgb(34 197 94 / 0.45) !important;
}

.border-y-green-500\/5 {
  border-top-color: rgb(34 197 94 / 0.05) !important;
  border-bottom-color: rgb(34 197 94 / 0.05) !important;
}

.border-y-green-500\/50 {
  border-top-color: rgb(34 197 94 / 0.5) !important;
  border-bottom-color: rgb(34 197 94 / 0.5) !important;
}

.border-y-green-500\/55 {
  border-top-color: rgb(34 197 94 / 0.55) !important;
  border-bottom-color: rgb(34 197 94 / 0.55) !important;
}

.border-y-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6) !important;
  border-bottom-color: rgb(34 197 94 / 0.6) !important;
}

.border-y-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65) !important;
  border-bottom-color: rgb(34 197 94 / 0.65) !important;
}

.border-y-green-500\/70 {
  border-top-color: rgb(34 197 94 / 0.7) !important;
  border-bottom-color: rgb(34 197 94 / 0.7) !important;
}

.border-y-green-500\/75 {
  border-top-color: rgb(34 197 94 / 0.75) !important;
  border-bottom-color: rgb(34 197 94 / 0.75) !important;
}

.border-y-green-500\/80 {
  border-top-color: rgb(34 197 94 / 0.8) !important;
  border-bottom-color: rgb(34 197 94 / 0.8) !important;
}

.border-y-green-500\/85 {
  border-top-color: rgb(34 197 94 / 0.85) !important;
  border-bottom-color: rgb(34 197 94 / 0.85) !important;
}

.border-y-green-500\/90 {
  border-top-color: rgb(34 197 94 / 0.9) !important;
  border-bottom-color: rgb(34 197 94 / 0.9) !important;
}

.border-y-green-500\/95 {
  border-top-color: rgb(34 197 94 / 0.95) !important;
  border-bottom-color: rgb(34 197 94 / 0.95) !important;
}

.border-y-green-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-600\/0 {
  border-top-color: rgb(22 163 74 / 0) !important;
  border-bottom-color: rgb(22 163 74 / 0) !important;
}

.border-y-green-600\/10 {
  border-top-color: rgb(22 163 74 / 0.1) !important;
  border-bottom-color: rgb(22 163 74 / 0.1) !important;
}

.border-y-green-600\/100 {
  border-top-color: rgb(22 163 74 / 1) !important;
  border-bottom-color: rgb(22 163 74 / 1) !important;
}

.border-y-green-600\/15 {
  border-top-color: rgb(22 163 74 / 0.15) !important;
  border-bottom-color: rgb(22 163 74 / 0.15) !important;
}

.border-y-green-600\/20 {
  border-top-color: rgb(22 163 74 / 0.2) !important;
  border-bottom-color: rgb(22 163 74 / 0.2) !important;
}

.border-y-green-600\/25 {
  border-top-color: rgb(22 163 74 / 0.25) !important;
  border-bottom-color: rgb(22 163 74 / 0.25) !important;
}

.border-y-green-600\/30 {
  border-top-color: rgb(22 163 74 / 0.3) !important;
  border-bottom-color: rgb(22 163 74 / 0.3) !important;
}

.border-y-green-600\/35 {
  border-top-color: rgb(22 163 74 / 0.35) !important;
  border-bottom-color: rgb(22 163 74 / 0.35) !important;
}

.border-y-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4) !important;
  border-bottom-color: rgb(22 163 74 / 0.4) !important;
}

.border-y-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45) !important;
  border-bottom-color: rgb(22 163 74 / 0.45) !important;
}

.border-y-green-600\/5 {
  border-top-color: rgb(22 163 74 / 0.05) !important;
  border-bottom-color: rgb(22 163 74 / 0.05) !important;
}

.border-y-green-600\/50 {
  border-top-color: rgb(22 163 74 / 0.5) !important;
  border-bottom-color: rgb(22 163 74 / 0.5) !important;
}

.border-y-green-600\/55 {
  border-top-color: rgb(22 163 74 / 0.55) !important;
  border-bottom-color: rgb(22 163 74 / 0.55) !important;
}

.border-y-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6) !important;
  border-bottom-color: rgb(22 163 74 / 0.6) !important;
}

.border-y-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65) !important;
  border-bottom-color: rgb(22 163 74 / 0.65) !important;
}

.border-y-green-600\/70 {
  border-top-color: rgb(22 163 74 / 0.7) !important;
  border-bottom-color: rgb(22 163 74 / 0.7) !important;
}

.border-y-green-600\/75 {
  border-top-color: rgb(22 163 74 / 0.75) !important;
  border-bottom-color: rgb(22 163 74 / 0.75) !important;
}

.border-y-green-600\/80 {
  border-top-color: rgb(22 163 74 / 0.8) !important;
  border-bottom-color: rgb(22 163 74 / 0.8) !important;
}

.border-y-green-600\/85 {
  border-top-color: rgb(22 163 74 / 0.85) !important;
  border-bottom-color: rgb(22 163 74 / 0.85) !important;
}

.border-y-green-600\/90 {
  border-top-color: rgb(22 163 74 / 0.9) !important;
  border-bottom-color: rgb(22 163 74 / 0.9) !important;
}

.border-y-green-600\/95 {
  border-top-color: rgb(22 163 74 / 0.95) !important;
  border-bottom-color: rgb(22 163 74 / 0.95) !important;
}

.border-y-green-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-700\/0 {
  border-top-color: rgb(21 128 61 / 0) !important;
  border-bottom-color: rgb(21 128 61 / 0) !important;
}

.border-y-green-700\/10 {
  border-top-color: rgb(21 128 61 / 0.1) !important;
  border-bottom-color: rgb(21 128 61 / 0.1) !important;
}

.border-y-green-700\/100 {
  border-top-color: rgb(21 128 61 / 1) !important;
  border-bottom-color: rgb(21 128 61 / 1) !important;
}

.border-y-green-700\/15 {
  border-top-color: rgb(21 128 61 / 0.15) !important;
  border-bottom-color: rgb(21 128 61 / 0.15) !important;
}

.border-y-green-700\/20 {
  border-top-color: rgb(21 128 61 / 0.2) !important;
  border-bottom-color: rgb(21 128 61 / 0.2) !important;
}

.border-y-green-700\/25 {
  border-top-color: rgb(21 128 61 / 0.25) !important;
  border-bottom-color: rgb(21 128 61 / 0.25) !important;
}

.border-y-green-700\/30 {
  border-top-color: rgb(21 128 61 / 0.3) !important;
  border-bottom-color: rgb(21 128 61 / 0.3) !important;
}

.border-y-green-700\/35 {
  border-top-color: rgb(21 128 61 / 0.35) !important;
  border-bottom-color: rgb(21 128 61 / 0.35) !important;
}

.border-y-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4) !important;
  border-bottom-color: rgb(21 128 61 / 0.4) !important;
}

.border-y-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45) !important;
  border-bottom-color: rgb(21 128 61 / 0.45) !important;
}

.border-y-green-700\/5 {
  border-top-color: rgb(21 128 61 / 0.05) !important;
  border-bottom-color: rgb(21 128 61 / 0.05) !important;
}

.border-y-green-700\/50 {
  border-top-color: rgb(21 128 61 / 0.5) !important;
  border-bottom-color: rgb(21 128 61 / 0.5) !important;
}

.border-y-green-700\/55 {
  border-top-color: rgb(21 128 61 / 0.55) !important;
  border-bottom-color: rgb(21 128 61 / 0.55) !important;
}

.border-y-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6) !important;
  border-bottom-color: rgb(21 128 61 / 0.6) !important;
}

.border-y-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65) !important;
  border-bottom-color: rgb(21 128 61 / 0.65) !important;
}

.border-y-green-700\/70 {
  border-top-color: rgb(21 128 61 / 0.7) !important;
  border-bottom-color: rgb(21 128 61 / 0.7) !important;
}

.border-y-green-700\/75 {
  border-top-color: rgb(21 128 61 / 0.75) !important;
  border-bottom-color: rgb(21 128 61 / 0.75) !important;
}

.border-y-green-700\/80 {
  border-top-color: rgb(21 128 61 / 0.8) !important;
  border-bottom-color: rgb(21 128 61 / 0.8) !important;
}

.border-y-green-700\/85 {
  border-top-color: rgb(21 128 61 / 0.85) !important;
  border-bottom-color: rgb(21 128 61 / 0.85) !important;
}

.border-y-green-700\/90 {
  border-top-color: rgb(21 128 61 / 0.9) !important;
  border-bottom-color: rgb(21 128 61 / 0.9) !important;
}

.border-y-green-700\/95 {
  border-top-color: rgb(21 128 61 / 0.95) !important;
  border-bottom-color: rgb(21 128 61 / 0.95) !important;
}

.border-y-green-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-800\/0 {
  border-top-color: rgb(22 101 52 / 0) !important;
  border-bottom-color: rgb(22 101 52 / 0) !important;
}

.border-y-green-800\/10 {
  border-top-color: rgb(22 101 52 / 0.1) !important;
  border-bottom-color: rgb(22 101 52 / 0.1) !important;
}

.border-y-green-800\/100 {
  border-top-color: rgb(22 101 52 / 1) !important;
  border-bottom-color: rgb(22 101 52 / 1) !important;
}

.border-y-green-800\/15 {
  border-top-color: rgb(22 101 52 / 0.15) !important;
  border-bottom-color: rgb(22 101 52 / 0.15) !important;
}

.border-y-green-800\/20 {
  border-top-color: rgb(22 101 52 / 0.2) !important;
  border-bottom-color: rgb(22 101 52 / 0.2) !important;
}

.border-y-green-800\/25 {
  border-top-color: rgb(22 101 52 / 0.25) !important;
  border-bottom-color: rgb(22 101 52 / 0.25) !important;
}

.border-y-green-800\/30 {
  border-top-color: rgb(22 101 52 / 0.3) !important;
  border-bottom-color: rgb(22 101 52 / 0.3) !important;
}

.border-y-green-800\/35 {
  border-top-color: rgb(22 101 52 / 0.35) !important;
  border-bottom-color: rgb(22 101 52 / 0.35) !important;
}

.border-y-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4) !important;
  border-bottom-color: rgb(22 101 52 / 0.4) !important;
}

.border-y-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45) !important;
  border-bottom-color: rgb(22 101 52 / 0.45) !important;
}

.border-y-green-800\/5 {
  border-top-color: rgb(22 101 52 / 0.05) !important;
  border-bottom-color: rgb(22 101 52 / 0.05) !important;
}

.border-y-green-800\/50 {
  border-top-color: rgb(22 101 52 / 0.5) !important;
  border-bottom-color: rgb(22 101 52 / 0.5) !important;
}

.border-y-green-800\/55 {
  border-top-color: rgb(22 101 52 / 0.55) !important;
  border-bottom-color: rgb(22 101 52 / 0.55) !important;
}

.border-y-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6) !important;
  border-bottom-color: rgb(22 101 52 / 0.6) !important;
}

.border-y-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65) !important;
  border-bottom-color: rgb(22 101 52 / 0.65) !important;
}

.border-y-green-800\/70 {
  border-top-color: rgb(22 101 52 / 0.7) !important;
  border-bottom-color: rgb(22 101 52 / 0.7) !important;
}

.border-y-green-800\/75 {
  border-top-color: rgb(22 101 52 / 0.75) !important;
  border-bottom-color: rgb(22 101 52 / 0.75) !important;
}

.border-y-green-800\/80 {
  border-top-color: rgb(22 101 52 / 0.8) !important;
  border-bottom-color: rgb(22 101 52 / 0.8) !important;
}

.border-y-green-800\/85 {
  border-top-color: rgb(22 101 52 / 0.85) !important;
  border-bottom-color: rgb(22 101 52 / 0.85) !important;
}

.border-y-green-800\/90 {
  border-top-color: rgb(22 101 52 / 0.9) !important;
  border-bottom-color: rgb(22 101 52 / 0.9) !important;
}

.border-y-green-800\/95 {
  border-top-color: rgb(22 101 52 / 0.95) !important;
  border-bottom-color: rgb(22 101 52 / 0.95) !important;
}

.border-y-green-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-900\/0 {
  border-top-color: rgb(20 83 45 / 0) !important;
  border-bottom-color: rgb(20 83 45 / 0) !important;
}

.border-y-green-900\/10 {
  border-top-color: rgb(20 83 45 / 0.1) !important;
  border-bottom-color: rgb(20 83 45 / 0.1) !important;
}

.border-y-green-900\/100 {
  border-top-color: rgb(20 83 45 / 1) !important;
  border-bottom-color: rgb(20 83 45 / 1) !important;
}

.border-y-green-900\/15 {
  border-top-color: rgb(20 83 45 / 0.15) !important;
  border-bottom-color: rgb(20 83 45 / 0.15) !important;
}

.border-y-green-900\/20 {
  border-top-color: rgb(20 83 45 / 0.2) !important;
  border-bottom-color: rgb(20 83 45 / 0.2) !important;
}

.border-y-green-900\/25 {
  border-top-color: rgb(20 83 45 / 0.25) !important;
  border-bottom-color: rgb(20 83 45 / 0.25) !important;
}

.border-y-green-900\/30 {
  border-top-color: rgb(20 83 45 / 0.3) !important;
  border-bottom-color: rgb(20 83 45 / 0.3) !important;
}

.border-y-green-900\/35 {
  border-top-color: rgb(20 83 45 / 0.35) !important;
  border-bottom-color: rgb(20 83 45 / 0.35) !important;
}

.border-y-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4) !important;
  border-bottom-color: rgb(20 83 45 / 0.4) !important;
}

.border-y-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45) !important;
  border-bottom-color: rgb(20 83 45 / 0.45) !important;
}

.border-y-green-900\/5 {
  border-top-color: rgb(20 83 45 / 0.05) !important;
  border-bottom-color: rgb(20 83 45 / 0.05) !important;
}

.border-y-green-900\/50 {
  border-top-color: rgb(20 83 45 / 0.5) !important;
  border-bottom-color: rgb(20 83 45 / 0.5) !important;
}

.border-y-green-900\/55 {
  border-top-color: rgb(20 83 45 / 0.55) !important;
  border-bottom-color: rgb(20 83 45 / 0.55) !important;
}

.border-y-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6) !important;
  border-bottom-color: rgb(20 83 45 / 0.6) !important;
}

.border-y-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65) !important;
  border-bottom-color: rgb(20 83 45 / 0.65) !important;
}

.border-y-green-900\/70 {
  border-top-color: rgb(20 83 45 / 0.7) !important;
  border-bottom-color: rgb(20 83 45 / 0.7) !important;
}

.border-y-green-900\/75 {
  border-top-color: rgb(20 83 45 / 0.75) !important;
  border-bottom-color: rgb(20 83 45 / 0.75) !important;
}

.border-y-green-900\/80 {
  border-top-color: rgb(20 83 45 / 0.8) !important;
  border-bottom-color: rgb(20 83 45 / 0.8) !important;
}

.border-y-green-900\/85 {
  border-top-color: rgb(20 83 45 / 0.85) !important;
  border-bottom-color: rgb(20 83 45 / 0.85) !important;
}

.border-y-green-900\/90 {
  border-top-color: rgb(20 83 45 / 0.9) !important;
  border-bottom-color: rgb(20 83 45 / 0.9) !important;
}

.border-y-green-900\/95 {
  border-top-color: rgb(20 83 45 / 0.95) !important;
  border-bottom-color: rgb(20 83 45 / 0.95) !important;
}

.border-y-green-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-y-green-950\/0 {
  border-top-color: rgb(5 46 22 / 0) !important;
  border-bottom-color: rgb(5 46 22 / 0) !important;
}

.border-y-green-950\/10 {
  border-top-color: rgb(5 46 22 / 0.1) !important;
  border-bottom-color: rgb(5 46 22 / 0.1) !important;
}

.border-y-green-950\/100 {
  border-top-color: rgb(5 46 22 / 1) !important;
  border-bottom-color: rgb(5 46 22 / 1) !important;
}

.border-y-green-950\/15 {
  border-top-color: rgb(5 46 22 / 0.15) !important;
  border-bottom-color: rgb(5 46 22 / 0.15) !important;
}

.border-y-green-950\/20 {
  border-top-color: rgb(5 46 22 / 0.2) !important;
  border-bottom-color: rgb(5 46 22 / 0.2) !important;
}

.border-y-green-950\/25 {
  border-top-color: rgb(5 46 22 / 0.25) !important;
  border-bottom-color: rgb(5 46 22 / 0.25) !important;
}

.border-y-green-950\/30 {
  border-top-color: rgb(5 46 22 / 0.3) !important;
  border-bottom-color: rgb(5 46 22 / 0.3) !important;
}

.border-y-green-950\/35 {
  border-top-color: rgb(5 46 22 / 0.35) !important;
  border-bottom-color: rgb(5 46 22 / 0.35) !important;
}

.border-y-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4) !important;
  border-bottom-color: rgb(5 46 22 / 0.4) !important;
}

.border-y-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45) !important;
  border-bottom-color: rgb(5 46 22 / 0.45) !important;
}

.border-y-green-950\/5 {
  border-top-color: rgb(5 46 22 / 0.05) !important;
  border-bottom-color: rgb(5 46 22 / 0.05) !important;
}

.border-y-green-950\/50 {
  border-top-color: rgb(5 46 22 / 0.5) !important;
  border-bottom-color: rgb(5 46 22 / 0.5) !important;
}

.border-y-green-950\/55 {
  border-top-color: rgb(5 46 22 / 0.55) !important;
  border-bottom-color: rgb(5 46 22 / 0.55) !important;
}

.border-y-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6) !important;
  border-bottom-color: rgb(5 46 22 / 0.6) !important;
}

.border-y-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65) !important;
  border-bottom-color: rgb(5 46 22 / 0.65) !important;
}

.border-y-green-950\/70 {
  border-top-color: rgb(5 46 22 / 0.7) !important;
  border-bottom-color: rgb(5 46 22 / 0.7) !important;
}

.border-y-green-950\/75 {
  border-top-color: rgb(5 46 22 / 0.75) !important;
  border-bottom-color: rgb(5 46 22 / 0.75) !important;
}

.border-y-green-950\/80 {
  border-top-color: rgb(5 46 22 / 0.8) !important;
  border-bottom-color: rgb(5 46 22 / 0.8) !important;
}

.border-y-green-950\/85 {
  border-top-color: rgb(5 46 22 / 0.85) !important;
  border-bottom-color: rgb(5 46 22 / 0.85) !important;
}

.border-y-green-950\/90 {
  border-top-color: rgb(5 46 22 / 0.9) !important;
  border-bottom-color: rgb(5 46 22 / 0.9) !important;
}

.border-y-green-950\/95 {
  border-top-color: rgb(5 46 22 / 0.95) !important;
  border-bottom-color: rgb(5 46 22 / 0.95) !important;
}

.border-y-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-100\/0 {
  border-top-color: rgb(224 231 255 / 0) !important;
  border-bottom-color: rgb(224 231 255 / 0) !important;
}

.border-y-indigo-100\/10 {
  border-top-color: rgb(224 231 255 / 0.1) !important;
  border-bottom-color: rgb(224 231 255 / 0.1) !important;
}

.border-y-indigo-100\/100 {
  border-top-color: rgb(224 231 255 / 1) !important;
  border-bottom-color: rgb(224 231 255 / 1) !important;
}

.border-y-indigo-100\/15 {
  border-top-color: rgb(224 231 255 / 0.15) !important;
  border-bottom-color: rgb(224 231 255 / 0.15) !important;
}

.border-y-indigo-100\/20 {
  border-top-color: rgb(224 231 255 / 0.2) !important;
  border-bottom-color: rgb(224 231 255 / 0.2) !important;
}

.border-y-indigo-100\/25 {
  border-top-color: rgb(224 231 255 / 0.25) !important;
  border-bottom-color: rgb(224 231 255 / 0.25) !important;
}

.border-y-indigo-100\/30 {
  border-top-color: rgb(224 231 255 / 0.3) !important;
  border-bottom-color: rgb(224 231 255 / 0.3) !important;
}

.border-y-indigo-100\/35 {
  border-top-color: rgb(224 231 255 / 0.35) !important;
  border-bottom-color: rgb(224 231 255 / 0.35) !important;
}

.border-y-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4) !important;
  border-bottom-color: rgb(224 231 255 / 0.4) !important;
}

.border-y-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45) !important;
  border-bottom-color: rgb(224 231 255 / 0.45) !important;
}

.border-y-indigo-100\/5 {
  border-top-color: rgb(224 231 255 / 0.05) !important;
  border-bottom-color: rgb(224 231 255 / 0.05) !important;
}

.border-y-indigo-100\/50 {
  border-top-color: rgb(224 231 255 / 0.5) !important;
  border-bottom-color: rgb(224 231 255 / 0.5) !important;
}

.border-y-indigo-100\/55 {
  border-top-color: rgb(224 231 255 / 0.55) !important;
  border-bottom-color: rgb(224 231 255 / 0.55) !important;
}

.border-y-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6) !important;
  border-bottom-color: rgb(224 231 255 / 0.6) !important;
}

.border-y-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65) !important;
  border-bottom-color: rgb(224 231 255 / 0.65) !important;
}

.border-y-indigo-100\/70 {
  border-top-color: rgb(224 231 255 / 0.7) !important;
  border-bottom-color: rgb(224 231 255 / 0.7) !important;
}

.border-y-indigo-100\/75 {
  border-top-color: rgb(224 231 255 / 0.75) !important;
  border-bottom-color: rgb(224 231 255 / 0.75) !important;
}

.border-y-indigo-100\/80 {
  border-top-color: rgb(224 231 255 / 0.8) !important;
  border-bottom-color: rgb(224 231 255 / 0.8) !important;
}

.border-y-indigo-100\/85 {
  border-top-color: rgb(224 231 255 / 0.85) !important;
  border-bottom-color: rgb(224 231 255 / 0.85) !important;
}

.border-y-indigo-100\/90 {
  border-top-color: rgb(224 231 255 / 0.9) !important;
  border-bottom-color: rgb(224 231 255 / 0.9) !important;
}

.border-y-indigo-100\/95 {
  border-top-color: rgb(224 231 255 / 0.95) !important;
  border-bottom-color: rgb(224 231 255 / 0.95) !important;
}

.border-y-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-200\/0 {
  border-top-color: rgb(199 210 254 / 0) !important;
  border-bottom-color: rgb(199 210 254 / 0) !important;
}

.border-y-indigo-200\/10 {
  border-top-color: rgb(199 210 254 / 0.1) !important;
  border-bottom-color: rgb(199 210 254 / 0.1) !important;
}

.border-y-indigo-200\/100 {
  border-top-color: rgb(199 210 254 / 1) !important;
  border-bottom-color: rgb(199 210 254 / 1) !important;
}

.border-y-indigo-200\/15 {
  border-top-color: rgb(199 210 254 / 0.15) !important;
  border-bottom-color: rgb(199 210 254 / 0.15) !important;
}

.border-y-indigo-200\/20 {
  border-top-color: rgb(199 210 254 / 0.2) !important;
  border-bottom-color: rgb(199 210 254 / 0.2) !important;
}

.border-y-indigo-200\/25 {
  border-top-color: rgb(199 210 254 / 0.25) !important;
  border-bottom-color: rgb(199 210 254 / 0.25) !important;
}

.border-y-indigo-200\/30 {
  border-top-color: rgb(199 210 254 / 0.3) !important;
  border-bottom-color: rgb(199 210 254 / 0.3) !important;
}

.border-y-indigo-200\/35 {
  border-top-color: rgb(199 210 254 / 0.35) !important;
  border-bottom-color: rgb(199 210 254 / 0.35) !important;
}

.border-y-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4) !important;
  border-bottom-color: rgb(199 210 254 / 0.4) !important;
}

.border-y-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45) !important;
  border-bottom-color: rgb(199 210 254 / 0.45) !important;
}

.border-y-indigo-200\/5 {
  border-top-color: rgb(199 210 254 / 0.05) !important;
  border-bottom-color: rgb(199 210 254 / 0.05) !important;
}

.border-y-indigo-200\/50 {
  border-top-color: rgb(199 210 254 / 0.5) !important;
  border-bottom-color: rgb(199 210 254 / 0.5) !important;
}

.border-y-indigo-200\/55 {
  border-top-color: rgb(199 210 254 / 0.55) !important;
  border-bottom-color: rgb(199 210 254 / 0.55) !important;
}

.border-y-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6) !important;
  border-bottom-color: rgb(199 210 254 / 0.6) !important;
}

.border-y-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65) !important;
  border-bottom-color: rgb(199 210 254 / 0.65) !important;
}

.border-y-indigo-200\/70 {
  border-top-color: rgb(199 210 254 / 0.7) !important;
  border-bottom-color: rgb(199 210 254 / 0.7) !important;
}

.border-y-indigo-200\/75 {
  border-top-color: rgb(199 210 254 / 0.75) !important;
  border-bottom-color: rgb(199 210 254 / 0.75) !important;
}

.border-y-indigo-200\/80 {
  border-top-color: rgb(199 210 254 / 0.8) !important;
  border-bottom-color: rgb(199 210 254 / 0.8) !important;
}

.border-y-indigo-200\/85 {
  border-top-color: rgb(199 210 254 / 0.85) !important;
  border-bottom-color: rgb(199 210 254 / 0.85) !important;
}

.border-y-indigo-200\/90 {
  border-top-color: rgb(199 210 254 / 0.9) !important;
  border-bottom-color: rgb(199 210 254 / 0.9) !important;
}

.border-y-indigo-200\/95 {
  border-top-color: rgb(199 210 254 / 0.95) !important;
  border-bottom-color: rgb(199 210 254 / 0.95) !important;
}

.border-y-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-300\/0 {
  border-top-color: rgb(165 180 252 / 0) !important;
  border-bottom-color: rgb(165 180 252 / 0) !important;
}

.border-y-indigo-300\/10 {
  border-top-color: rgb(165 180 252 / 0.1) !important;
  border-bottom-color: rgb(165 180 252 / 0.1) !important;
}

.border-y-indigo-300\/100 {
  border-top-color: rgb(165 180 252 / 1) !important;
  border-bottom-color: rgb(165 180 252 / 1) !important;
}

.border-y-indigo-300\/15 {
  border-top-color: rgb(165 180 252 / 0.15) !important;
  border-bottom-color: rgb(165 180 252 / 0.15) !important;
}

.border-y-indigo-300\/20 {
  border-top-color: rgb(165 180 252 / 0.2) !important;
  border-bottom-color: rgb(165 180 252 / 0.2) !important;
}

.border-y-indigo-300\/25 {
  border-top-color: rgb(165 180 252 / 0.25) !important;
  border-bottom-color: rgb(165 180 252 / 0.25) !important;
}

.border-y-indigo-300\/30 {
  border-top-color: rgb(165 180 252 / 0.3) !important;
  border-bottom-color: rgb(165 180 252 / 0.3) !important;
}

.border-y-indigo-300\/35 {
  border-top-color: rgb(165 180 252 / 0.35) !important;
  border-bottom-color: rgb(165 180 252 / 0.35) !important;
}

.border-y-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4) !important;
  border-bottom-color: rgb(165 180 252 / 0.4) !important;
}

.border-y-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45) !important;
  border-bottom-color: rgb(165 180 252 / 0.45) !important;
}

.border-y-indigo-300\/5 {
  border-top-color: rgb(165 180 252 / 0.05) !important;
  border-bottom-color: rgb(165 180 252 / 0.05) !important;
}

.border-y-indigo-300\/50 {
  border-top-color: rgb(165 180 252 / 0.5) !important;
  border-bottom-color: rgb(165 180 252 / 0.5) !important;
}

.border-y-indigo-300\/55 {
  border-top-color: rgb(165 180 252 / 0.55) !important;
  border-bottom-color: rgb(165 180 252 / 0.55) !important;
}

.border-y-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6) !important;
  border-bottom-color: rgb(165 180 252 / 0.6) !important;
}

.border-y-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65) !important;
  border-bottom-color: rgb(165 180 252 / 0.65) !important;
}

.border-y-indigo-300\/70 {
  border-top-color: rgb(165 180 252 / 0.7) !important;
  border-bottom-color: rgb(165 180 252 / 0.7) !important;
}

.border-y-indigo-300\/75 {
  border-top-color: rgb(165 180 252 / 0.75) !important;
  border-bottom-color: rgb(165 180 252 / 0.75) !important;
}

.border-y-indigo-300\/80 {
  border-top-color: rgb(165 180 252 / 0.8) !important;
  border-bottom-color: rgb(165 180 252 / 0.8) !important;
}

.border-y-indigo-300\/85 {
  border-top-color: rgb(165 180 252 / 0.85) !important;
  border-bottom-color: rgb(165 180 252 / 0.85) !important;
}

.border-y-indigo-300\/90 {
  border-top-color: rgb(165 180 252 / 0.9) !important;
  border-bottom-color: rgb(165 180 252 / 0.9) !important;
}

.border-y-indigo-300\/95 {
  border-top-color: rgb(165 180 252 / 0.95) !important;
  border-bottom-color: rgb(165 180 252 / 0.95) !important;
}

.border-y-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-400\/0 {
  border-top-color: rgb(129 140 248 / 0) !important;
  border-bottom-color: rgb(129 140 248 / 0) !important;
}

.border-y-indigo-400\/10 {
  border-top-color: rgb(129 140 248 / 0.1) !important;
  border-bottom-color: rgb(129 140 248 / 0.1) !important;
}

.border-y-indigo-400\/100 {
  border-top-color: rgb(129 140 248 / 1) !important;
  border-bottom-color: rgb(129 140 248 / 1) !important;
}

.border-y-indigo-400\/15 {
  border-top-color: rgb(129 140 248 / 0.15) !important;
  border-bottom-color: rgb(129 140 248 / 0.15) !important;
}

.border-y-indigo-400\/20 {
  border-top-color: rgb(129 140 248 / 0.2) !important;
  border-bottom-color: rgb(129 140 248 / 0.2) !important;
}

.border-y-indigo-400\/25 {
  border-top-color: rgb(129 140 248 / 0.25) !important;
  border-bottom-color: rgb(129 140 248 / 0.25) !important;
}

.border-y-indigo-400\/30 {
  border-top-color: rgb(129 140 248 / 0.3) !important;
  border-bottom-color: rgb(129 140 248 / 0.3) !important;
}

.border-y-indigo-400\/35 {
  border-top-color: rgb(129 140 248 / 0.35) !important;
  border-bottom-color: rgb(129 140 248 / 0.35) !important;
}

.border-y-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4) !important;
  border-bottom-color: rgb(129 140 248 / 0.4) !important;
}

.border-y-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45) !important;
  border-bottom-color: rgb(129 140 248 / 0.45) !important;
}

.border-y-indigo-400\/5 {
  border-top-color: rgb(129 140 248 / 0.05) !important;
  border-bottom-color: rgb(129 140 248 / 0.05) !important;
}

.border-y-indigo-400\/50 {
  border-top-color: rgb(129 140 248 / 0.5) !important;
  border-bottom-color: rgb(129 140 248 / 0.5) !important;
}

.border-y-indigo-400\/55 {
  border-top-color: rgb(129 140 248 / 0.55) !important;
  border-bottom-color: rgb(129 140 248 / 0.55) !important;
}

.border-y-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6) !important;
  border-bottom-color: rgb(129 140 248 / 0.6) !important;
}

.border-y-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65) !important;
  border-bottom-color: rgb(129 140 248 / 0.65) !important;
}

.border-y-indigo-400\/70 {
  border-top-color: rgb(129 140 248 / 0.7) !important;
  border-bottom-color: rgb(129 140 248 / 0.7) !important;
}

.border-y-indigo-400\/75 {
  border-top-color: rgb(129 140 248 / 0.75) !important;
  border-bottom-color: rgb(129 140 248 / 0.75) !important;
}

.border-y-indigo-400\/80 {
  border-top-color: rgb(129 140 248 / 0.8) !important;
  border-bottom-color: rgb(129 140 248 / 0.8) !important;
}

.border-y-indigo-400\/85 {
  border-top-color: rgb(129 140 248 / 0.85) !important;
  border-bottom-color: rgb(129 140 248 / 0.85) !important;
}

.border-y-indigo-400\/90 {
  border-top-color: rgb(129 140 248 / 0.9) !important;
  border-bottom-color: rgb(129 140 248 / 0.9) !important;
}

.border-y-indigo-400\/95 {
  border-top-color: rgb(129 140 248 / 0.95) !important;
  border-bottom-color: rgb(129 140 248 / 0.95) !important;
}

.border-y-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-50\/0 {
  border-top-color: rgb(238 242 255 / 0) !important;
  border-bottom-color: rgb(238 242 255 / 0) !important;
}

.border-y-indigo-50\/10 {
  border-top-color: rgb(238 242 255 / 0.1) !important;
  border-bottom-color: rgb(238 242 255 / 0.1) !important;
}

.border-y-indigo-50\/100 {
  border-top-color: rgb(238 242 255 / 1) !important;
  border-bottom-color: rgb(238 242 255 / 1) !important;
}

.border-y-indigo-50\/15 {
  border-top-color: rgb(238 242 255 / 0.15) !important;
  border-bottom-color: rgb(238 242 255 / 0.15) !important;
}

.border-y-indigo-50\/20 {
  border-top-color: rgb(238 242 255 / 0.2) !important;
  border-bottom-color: rgb(238 242 255 / 0.2) !important;
}

.border-y-indigo-50\/25 {
  border-top-color: rgb(238 242 255 / 0.25) !important;
  border-bottom-color: rgb(238 242 255 / 0.25) !important;
}

.border-y-indigo-50\/30 {
  border-top-color: rgb(238 242 255 / 0.3) !important;
  border-bottom-color: rgb(238 242 255 / 0.3) !important;
}

.border-y-indigo-50\/35 {
  border-top-color: rgb(238 242 255 / 0.35) !important;
  border-bottom-color: rgb(238 242 255 / 0.35) !important;
}

.border-y-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4) !important;
  border-bottom-color: rgb(238 242 255 / 0.4) !important;
}

.border-y-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45) !important;
  border-bottom-color: rgb(238 242 255 / 0.45) !important;
}

.border-y-indigo-50\/5 {
  border-top-color: rgb(238 242 255 / 0.05) !important;
  border-bottom-color: rgb(238 242 255 / 0.05) !important;
}

.border-y-indigo-50\/50 {
  border-top-color: rgb(238 242 255 / 0.5) !important;
  border-bottom-color: rgb(238 242 255 / 0.5) !important;
}

.border-y-indigo-50\/55 {
  border-top-color: rgb(238 242 255 / 0.55) !important;
  border-bottom-color: rgb(238 242 255 / 0.55) !important;
}

.border-y-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6) !important;
  border-bottom-color: rgb(238 242 255 / 0.6) !important;
}

.border-y-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65) !important;
  border-bottom-color: rgb(238 242 255 / 0.65) !important;
}

.border-y-indigo-50\/70 {
  border-top-color: rgb(238 242 255 / 0.7) !important;
  border-bottom-color: rgb(238 242 255 / 0.7) !important;
}

.border-y-indigo-50\/75 {
  border-top-color: rgb(238 242 255 / 0.75) !important;
  border-bottom-color: rgb(238 242 255 / 0.75) !important;
}

.border-y-indigo-50\/80 {
  border-top-color: rgb(238 242 255 / 0.8) !important;
  border-bottom-color: rgb(238 242 255 / 0.8) !important;
}

.border-y-indigo-50\/85 {
  border-top-color: rgb(238 242 255 / 0.85) !important;
  border-bottom-color: rgb(238 242 255 / 0.85) !important;
}

.border-y-indigo-50\/90 {
  border-top-color: rgb(238 242 255 / 0.9) !important;
  border-bottom-color: rgb(238 242 255 / 0.9) !important;
}

.border-y-indigo-50\/95 {
  border-top-color: rgb(238 242 255 / 0.95) !important;
  border-bottom-color: rgb(238 242 255 / 0.95) !important;
}

.border-y-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-500\/0 {
  border-top-color: rgb(99 102 241 / 0) !important;
  border-bottom-color: rgb(99 102 241 / 0) !important;
}

.border-y-indigo-500\/10 {
  border-top-color: rgb(99 102 241 / 0.1) !important;
  border-bottom-color: rgb(99 102 241 / 0.1) !important;
}

.border-y-indigo-500\/100 {
  border-top-color: rgb(99 102 241 / 1) !important;
  border-bottom-color: rgb(99 102 241 / 1) !important;
}

.border-y-indigo-500\/15 {
  border-top-color: rgb(99 102 241 / 0.15) !important;
  border-bottom-color: rgb(99 102 241 / 0.15) !important;
}

.border-y-indigo-500\/20 {
  border-top-color: rgb(99 102 241 / 0.2) !important;
  border-bottom-color: rgb(99 102 241 / 0.2) !important;
}

.border-y-indigo-500\/25 {
  border-top-color: rgb(99 102 241 / 0.25) !important;
  border-bottom-color: rgb(99 102 241 / 0.25) !important;
}

.border-y-indigo-500\/30 {
  border-top-color: rgb(99 102 241 / 0.3) !important;
  border-bottom-color: rgb(99 102 241 / 0.3) !important;
}

.border-y-indigo-500\/35 {
  border-top-color: rgb(99 102 241 / 0.35) !important;
  border-bottom-color: rgb(99 102 241 / 0.35) !important;
}

.border-y-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4) !important;
  border-bottom-color: rgb(99 102 241 / 0.4) !important;
}

.border-y-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45) !important;
  border-bottom-color: rgb(99 102 241 / 0.45) !important;
}

.border-y-indigo-500\/5 {
  border-top-color: rgb(99 102 241 / 0.05) !important;
  border-bottom-color: rgb(99 102 241 / 0.05) !important;
}

.border-y-indigo-500\/50 {
  border-top-color: rgb(99 102 241 / 0.5) !important;
  border-bottom-color: rgb(99 102 241 / 0.5) !important;
}

.border-y-indigo-500\/55 {
  border-top-color: rgb(99 102 241 / 0.55) !important;
  border-bottom-color: rgb(99 102 241 / 0.55) !important;
}

.border-y-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6) !important;
  border-bottom-color: rgb(99 102 241 / 0.6) !important;
}

.border-y-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65) !important;
  border-bottom-color: rgb(99 102 241 / 0.65) !important;
}

.border-y-indigo-500\/70 {
  border-top-color: rgb(99 102 241 / 0.7) !important;
  border-bottom-color: rgb(99 102 241 / 0.7) !important;
}

.border-y-indigo-500\/75 {
  border-top-color: rgb(99 102 241 / 0.75) !important;
  border-bottom-color: rgb(99 102 241 / 0.75) !important;
}

.border-y-indigo-500\/80 {
  border-top-color: rgb(99 102 241 / 0.8) !important;
  border-bottom-color: rgb(99 102 241 / 0.8) !important;
}

.border-y-indigo-500\/85 {
  border-top-color: rgb(99 102 241 / 0.85) !important;
  border-bottom-color: rgb(99 102 241 / 0.85) !important;
}

.border-y-indigo-500\/90 {
  border-top-color: rgb(99 102 241 / 0.9) !important;
  border-bottom-color: rgb(99 102 241 / 0.9) !important;
}

.border-y-indigo-500\/95 {
  border-top-color: rgb(99 102 241 / 0.95) !important;
  border-bottom-color: rgb(99 102 241 / 0.95) !important;
}

.border-y-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-600\/0 {
  border-top-color: rgb(79 70 229 / 0) !important;
  border-bottom-color: rgb(79 70 229 / 0) !important;
}

.border-y-indigo-600\/10 {
  border-top-color: rgb(79 70 229 / 0.1) !important;
  border-bottom-color: rgb(79 70 229 / 0.1) !important;
}

.border-y-indigo-600\/100 {
  border-top-color: rgb(79 70 229 / 1) !important;
  border-bottom-color: rgb(79 70 229 / 1) !important;
}

.border-y-indigo-600\/15 {
  border-top-color: rgb(79 70 229 / 0.15) !important;
  border-bottom-color: rgb(79 70 229 / 0.15) !important;
}

.border-y-indigo-600\/20 {
  border-top-color: rgb(79 70 229 / 0.2) !important;
  border-bottom-color: rgb(79 70 229 / 0.2) !important;
}

.border-y-indigo-600\/25 {
  border-top-color: rgb(79 70 229 / 0.25) !important;
  border-bottom-color: rgb(79 70 229 / 0.25) !important;
}

.border-y-indigo-600\/30 {
  border-top-color: rgb(79 70 229 / 0.3) !important;
  border-bottom-color: rgb(79 70 229 / 0.3) !important;
}

.border-y-indigo-600\/35 {
  border-top-color: rgb(79 70 229 / 0.35) !important;
  border-bottom-color: rgb(79 70 229 / 0.35) !important;
}

.border-y-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4) !important;
  border-bottom-color: rgb(79 70 229 / 0.4) !important;
}

.border-y-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45) !important;
  border-bottom-color: rgb(79 70 229 / 0.45) !important;
}

.border-y-indigo-600\/5 {
  border-top-color: rgb(79 70 229 / 0.05) !important;
  border-bottom-color: rgb(79 70 229 / 0.05) !important;
}

.border-y-indigo-600\/50 {
  border-top-color: rgb(79 70 229 / 0.5) !important;
  border-bottom-color: rgb(79 70 229 / 0.5) !important;
}

.border-y-indigo-600\/55 {
  border-top-color: rgb(79 70 229 / 0.55) !important;
  border-bottom-color: rgb(79 70 229 / 0.55) !important;
}

.border-y-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6) !important;
  border-bottom-color: rgb(79 70 229 / 0.6) !important;
}

.border-y-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65) !important;
  border-bottom-color: rgb(79 70 229 / 0.65) !important;
}

.border-y-indigo-600\/70 {
  border-top-color: rgb(79 70 229 / 0.7) !important;
  border-bottom-color: rgb(79 70 229 / 0.7) !important;
}

.border-y-indigo-600\/75 {
  border-top-color: rgb(79 70 229 / 0.75) !important;
  border-bottom-color: rgb(79 70 229 / 0.75) !important;
}

.border-y-indigo-600\/80 {
  border-top-color: rgb(79 70 229 / 0.8) !important;
  border-bottom-color: rgb(79 70 229 / 0.8) !important;
}

.border-y-indigo-600\/85 {
  border-top-color: rgb(79 70 229 / 0.85) !important;
  border-bottom-color: rgb(79 70 229 / 0.85) !important;
}

.border-y-indigo-600\/90 {
  border-top-color: rgb(79 70 229 / 0.9) !important;
  border-bottom-color: rgb(79 70 229 / 0.9) !important;
}

.border-y-indigo-600\/95 {
  border-top-color: rgb(79 70 229 / 0.95) !important;
  border-bottom-color: rgb(79 70 229 / 0.95) !important;
}

.border-y-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-700\/0 {
  border-top-color: rgb(67 56 202 / 0) !important;
  border-bottom-color: rgb(67 56 202 / 0) !important;
}

.border-y-indigo-700\/10 {
  border-top-color: rgb(67 56 202 / 0.1) !important;
  border-bottom-color: rgb(67 56 202 / 0.1) !important;
}

.border-y-indigo-700\/100 {
  border-top-color: rgb(67 56 202 / 1) !important;
  border-bottom-color: rgb(67 56 202 / 1) !important;
}

.border-y-indigo-700\/15 {
  border-top-color: rgb(67 56 202 / 0.15) !important;
  border-bottom-color: rgb(67 56 202 / 0.15) !important;
}

.border-y-indigo-700\/20 {
  border-top-color: rgb(67 56 202 / 0.2) !important;
  border-bottom-color: rgb(67 56 202 / 0.2) !important;
}

.border-y-indigo-700\/25 {
  border-top-color: rgb(67 56 202 / 0.25) !important;
  border-bottom-color: rgb(67 56 202 / 0.25) !important;
}

.border-y-indigo-700\/30 {
  border-top-color: rgb(67 56 202 / 0.3) !important;
  border-bottom-color: rgb(67 56 202 / 0.3) !important;
}

.border-y-indigo-700\/35 {
  border-top-color: rgb(67 56 202 / 0.35) !important;
  border-bottom-color: rgb(67 56 202 / 0.35) !important;
}

.border-y-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4) !important;
  border-bottom-color: rgb(67 56 202 / 0.4) !important;
}

.border-y-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45) !important;
  border-bottom-color: rgb(67 56 202 / 0.45) !important;
}

.border-y-indigo-700\/5 {
  border-top-color: rgb(67 56 202 / 0.05) !important;
  border-bottom-color: rgb(67 56 202 / 0.05) !important;
}

.border-y-indigo-700\/50 {
  border-top-color: rgb(67 56 202 / 0.5) !important;
  border-bottom-color: rgb(67 56 202 / 0.5) !important;
}

.border-y-indigo-700\/55 {
  border-top-color: rgb(67 56 202 / 0.55) !important;
  border-bottom-color: rgb(67 56 202 / 0.55) !important;
}

.border-y-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6) !important;
  border-bottom-color: rgb(67 56 202 / 0.6) !important;
}

.border-y-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65) !important;
  border-bottom-color: rgb(67 56 202 / 0.65) !important;
}

.border-y-indigo-700\/70 {
  border-top-color: rgb(67 56 202 / 0.7) !important;
  border-bottom-color: rgb(67 56 202 / 0.7) !important;
}

.border-y-indigo-700\/75 {
  border-top-color: rgb(67 56 202 / 0.75) !important;
  border-bottom-color: rgb(67 56 202 / 0.75) !important;
}

.border-y-indigo-700\/80 {
  border-top-color: rgb(67 56 202 / 0.8) !important;
  border-bottom-color: rgb(67 56 202 / 0.8) !important;
}

.border-y-indigo-700\/85 {
  border-top-color: rgb(67 56 202 / 0.85) !important;
  border-bottom-color: rgb(67 56 202 / 0.85) !important;
}

.border-y-indigo-700\/90 {
  border-top-color: rgb(67 56 202 / 0.9) !important;
  border-bottom-color: rgb(67 56 202 / 0.9) !important;
}

.border-y-indigo-700\/95 {
  border-top-color: rgb(67 56 202 / 0.95) !important;
  border-bottom-color: rgb(67 56 202 / 0.95) !important;
}

.border-y-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-800\/0 {
  border-top-color: rgb(55 48 163 / 0) !important;
  border-bottom-color: rgb(55 48 163 / 0) !important;
}

.border-y-indigo-800\/10 {
  border-top-color: rgb(55 48 163 / 0.1) !important;
  border-bottom-color: rgb(55 48 163 / 0.1) !important;
}

.border-y-indigo-800\/100 {
  border-top-color: rgb(55 48 163 / 1) !important;
  border-bottom-color: rgb(55 48 163 / 1) !important;
}

.border-y-indigo-800\/15 {
  border-top-color: rgb(55 48 163 / 0.15) !important;
  border-bottom-color: rgb(55 48 163 / 0.15) !important;
}

.border-y-indigo-800\/20 {
  border-top-color: rgb(55 48 163 / 0.2) !important;
  border-bottom-color: rgb(55 48 163 / 0.2) !important;
}

.border-y-indigo-800\/25 {
  border-top-color: rgb(55 48 163 / 0.25) !important;
  border-bottom-color: rgb(55 48 163 / 0.25) !important;
}

.border-y-indigo-800\/30 {
  border-top-color: rgb(55 48 163 / 0.3) !important;
  border-bottom-color: rgb(55 48 163 / 0.3) !important;
}

.border-y-indigo-800\/35 {
  border-top-color: rgb(55 48 163 / 0.35) !important;
  border-bottom-color: rgb(55 48 163 / 0.35) !important;
}

.border-y-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4) !important;
  border-bottom-color: rgb(55 48 163 / 0.4) !important;
}

.border-y-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45) !important;
  border-bottom-color: rgb(55 48 163 / 0.45) !important;
}

.border-y-indigo-800\/5 {
  border-top-color: rgb(55 48 163 / 0.05) !important;
  border-bottom-color: rgb(55 48 163 / 0.05) !important;
}

.border-y-indigo-800\/50 {
  border-top-color: rgb(55 48 163 / 0.5) !important;
  border-bottom-color: rgb(55 48 163 / 0.5) !important;
}

.border-y-indigo-800\/55 {
  border-top-color: rgb(55 48 163 / 0.55) !important;
  border-bottom-color: rgb(55 48 163 / 0.55) !important;
}

.border-y-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6) !important;
  border-bottom-color: rgb(55 48 163 / 0.6) !important;
}

.border-y-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65) !important;
  border-bottom-color: rgb(55 48 163 / 0.65) !important;
}

.border-y-indigo-800\/70 {
  border-top-color: rgb(55 48 163 / 0.7) !important;
  border-bottom-color: rgb(55 48 163 / 0.7) !important;
}

.border-y-indigo-800\/75 {
  border-top-color: rgb(55 48 163 / 0.75) !important;
  border-bottom-color: rgb(55 48 163 / 0.75) !important;
}

.border-y-indigo-800\/80 {
  border-top-color: rgb(55 48 163 / 0.8) !important;
  border-bottom-color: rgb(55 48 163 / 0.8) !important;
}

.border-y-indigo-800\/85 {
  border-top-color: rgb(55 48 163 / 0.85) !important;
  border-bottom-color: rgb(55 48 163 / 0.85) !important;
}

.border-y-indigo-800\/90 {
  border-top-color: rgb(55 48 163 / 0.9) !important;
  border-bottom-color: rgb(55 48 163 / 0.9) !important;
}

.border-y-indigo-800\/95 {
  border-top-color: rgb(55 48 163 / 0.95) !important;
  border-bottom-color: rgb(55 48 163 / 0.95) !important;
}

.border-y-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-900\/0 {
  border-top-color: rgb(49 46 129 / 0) !important;
  border-bottom-color: rgb(49 46 129 / 0) !important;
}

.border-y-indigo-900\/10 {
  border-top-color: rgb(49 46 129 / 0.1) !important;
  border-bottom-color: rgb(49 46 129 / 0.1) !important;
}

.border-y-indigo-900\/100 {
  border-top-color: rgb(49 46 129 / 1) !important;
  border-bottom-color: rgb(49 46 129 / 1) !important;
}

.border-y-indigo-900\/15 {
  border-top-color: rgb(49 46 129 / 0.15) !important;
  border-bottom-color: rgb(49 46 129 / 0.15) !important;
}

.border-y-indigo-900\/20 {
  border-top-color: rgb(49 46 129 / 0.2) !important;
  border-bottom-color: rgb(49 46 129 / 0.2) !important;
}

.border-y-indigo-900\/25 {
  border-top-color: rgb(49 46 129 / 0.25) !important;
  border-bottom-color: rgb(49 46 129 / 0.25) !important;
}

.border-y-indigo-900\/30 {
  border-top-color: rgb(49 46 129 / 0.3) !important;
  border-bottom-color: rgb(49 46 129 / 0.3) !important;
}

.border-y-indigo-900\/35 {
  border-top-color: rgb(49 46 129 / 0.35) !important;
  border-bottom-color: rgb(49 46 129 / 0.35) !important;
}

.border-y-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4) !important;
  border-bottom-color: rgb(49 46 129 / 0.4) !important;
}

.border-y-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45) !important;
  border-bottom-color: rgb(49 46 129 / 0.45) !important;
}

.border-y-indigo-900\/5 {
  border-top-color: rgb(49 46 129 / 0.05) !important;
  border-bottom-color: rgb(49 46 129 / 0.05) !important;
}

.border-y-indigo-900\/50 {
  border-top-color: rgb(49 46 129 / 0.5) !important;
  border-bottom-color: rgb(49 46 129 / 0.5) !important;
}

.border-y-indigo-900\/55 {
  border-top-color: rgb(49 46 129 / 0.55) !important;
  border-bottom-color: rgb(49 46 129 / 0.55) !important;
}

.border-y-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6) !important;
  border-bottom-color: rgb(49 46 129 / 0.6) !important;
}

.border-y-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65) !important;
  border-bottom-color: rgb(49 46 129 / 0.65) !important;
}

.border-y-indigo-900\/70 {
  border-top-color: rgb(49 46 129 / 0.7) !important;
  border-bottom-color: rgb(49 46 129 / 0.7) !important;
}

.border-y-indigo-900\/75 {
  border-top-color: rgb(49 46 129 / 0.75) !important;
  border-bottom-color: rgb(49 46 129 / 0.75) !important;
}

.border-y-indigo-900\/80 {
  border-top-color: rgb(49 46 129 / 0.8) !important;
  border-bottom-color: rgb(49 46 129 / 0.8) !important;
}

.border-y-indigo-900\/85 {
  border-top-color: rgb(49 46 129 / 0.85) !important;
  border-bottom-color: rgb(49 46 129 / 0.85) !important;
}

.border-y-indigo-900\/90 {
  border-top-color: rgb(49 46 129 / 0.9) !important;
  border-bottom-color: rgb(49 46 129 / 0.9) !important;
}

.border-y-indigo-900\/95 {
  border-top-color: rgb(49 46 129 / 0.95) !important;
  border-bottom-color: rgb(49 46 129 / 0.95) !important;
}

.border-y-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-y-indigo-950\/0 {
  border-top-color: rgb(30 27 75 / 0) !important;
  border-bottom-color: rgb(30 27 75 / 0) !important;
}

.border-y-indigo-950\/10 {
  border-top-color: rgb(30 27 75 / 0.1) !important;
  border-bottom-color: rgb(30 27 75 / 0.1) !important;
}

.border-y-indigo-950\/100 {
  border-top-color: rgb(30 27 75 / 1) !important;
  border-bottom-color: rgb(30 27 75 / 1) !important;
}

.border-y-indigo-950\/15 {
  border-top-color: rgb(30 27 75 / 0.15) !important;
  border-bottom-color: rgb(30 27 75 / 0.15) !important;
}

.border-y-indigo-950\/20 {
  border-top-color: rgb(30 27 75 / 0.2) !important;
  border-bottom-color: rgb(30 27 75 / 0.2) !important;
}

.border-y-indigo-950\/25 {
  border-top-color: rgb(30 27 75 / 0.25) !important;
  border-bottom-color: rgb(30 27 75 / 0.25) !important;
}

.border-y-indigo-950\/30 {
  border-top-color: rgb(30 27 75 / 0.3) !important;
  border-bottom-color: rgb(30 27 75 / 0.3) !important;
}

.border-y-indigo-950\/35 {
  border-top-color: rgb(30 27 75 / 0.35) !important;
  border-bottom-color: rgb(30 27 75 / 0.35) !important;
}

.border-y-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4) !important;
  border-bottom-color: rgb(30 27 75 / 0.4) !important;
}

.border-y-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45) !important;
  border-bottom-color: rgb(30 27 75 / 0.45) !important;
}

.border-y-indigo-950\/5 {
  border-top-color: rgb(30 27 75 / 0.05) !important;
  border-bottom-color: rgb(30 27 75 / 0.05) !important;
}

.border-y-indigo-950\/50 {
  border-top-color: rgb(30 27 75 / 0.5) !important;
  border-bottom-color: rgb(30 27 75 / 0.5) !important;
}

.border-y-indigo-950\/55 {
  border-top-color: rgb(30 27 75 / 0.55) !important;
  border-bottom-color: rgb(30 27 75 / 0.55) !important;
}

.border-y-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6) !important;
  border-bottom-color: rgb(30 27 75 / 0.6) !important;
}

.border-y-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65) !important;
  border-bottom-color: rgb(30 27 75 / 0.65) !important;
}

.border-y-indigo-950\/70 {
  border-top-color: rgb(30 27 75 / 0.7) !important;
  border-bottom-color: rgb(30 27 75 / 0.7) !important;
}

.border-y-indigo-950\/75 {
  border-top-color: rgb(30 27 75 / 0.75) !important;
  border-bottom-color: rgb(30 27 75 / 0.75) !important;
}

.border-y-indigo-950\/80 {
  border-top-color: rgb(30 27 75 / 0.8) !important;
  border-bottom-color: rgb(30 27 75 / 0.8) !important;
}

.border-y-indigo-950\/85 {
  border-top-color: rgb(30 27 75 / 0.85) !important;
  border-bottom-color: rgb(30 27 75 / 0.85) !important;
}

.border-y-indigo-950\/90 {
  border-top-color: rgb(30 27 75 / 0.9) !important;
  border-bottom-color: rgb(30 27 75 / 0.9) !important;
}

.border-y-indigo-950\/95 {
  border-top-color: rgb(30 27 75 / 0.95) !important;
  border-bottom-color: rgb(30 27 75 / 0.95) !important;
}

.border-y-inherit {
  border-top-color: inherit !important;
  border-bottom-color: inherit !important;
}

.border-y-lime-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-100\/0 {
  border-top-color: rgb(236 252 203 / 0) !important;
  border-bottom-color: rgb(236 252 203 / 0) !important;
}

.border-y-lime-100\/10 {
  border-top-color: rgb(236 252 203 / 0.1) !important;
  border-bottom-color: rgb(236 252 203 / 0.1) !important;
}

.border-y-lime-100\/100 {
  border-top-color: rgb(236 252 203 / 1) !important;
  border-bottom-color: rgb(236 252 203 / 1) !important;
}

.border-y-lime-100\/15 {
  border-top-color: rgb(236 252 203 / 0.15) !important;
  border-bottom-color: rgb(236 252 203 / 0.15) !important;
}

.border-y-lime-100\/20 {
  border-top-color: rgb(236 252 203 / 0.2) !important;
  border-bottom-color: rgb(236 252 203 / 0.2) !important;
}

.border-y-lime-100\/25 {
  border-top-color: rgb(236 252 203 / 0.25) !important;
  border-bottom-color: rgb(236 252 203 / 0.25) !important;
}

.border-y-lime-100\/30 {
  border-top-color: rgb(236 252 203 / 0.3) !important;
  border-bottom-color: rgb(236 252 203 / 0.3) !important;
}

.border-y-lime-100\/35 {
  border-top-color: rgb(236 252 203 / 0.35) !important;
  border-bottom-color: rgb(236 252 203 / 0.35) !important;
}

.border-y-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4) !important;
  border-bottom-color: rgb(236 252 203 / 0.4) !important;
}

.border-y-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45) !important;
  border-bottom-color: rgb(236 252 203 / 0.45) !important;
}

.border-y-lime-100\/5 {
  border-top-color: rgb(236 252 203 / 0.05) !important;
  border-bottom-color: rgb(236 252 203 / 0.05) !important;
}

.border-y-lime-100\/50 {
  border-top-color: rgb(236 252 203 / 0.5) !important;
  border-bottom-color: rgb(236 252 203 / 0.5) !important;
}

.border-y-lime-100\/55 {
  border-top-color: rgb(236 252 203 / 0.55) !important;
  border-bottom-color: rgb(236 252 203 / 0.55) !important;
}

.border-y-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6) !important;
  border-bottom-color: rgb(236 252 203 / 0.6) !important;
}

.border-y-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65) !important;
  border-bottom-color: rgb(236 252 203 / 0.65) !important;
}

.border-y-lime-100\/70 {
  border-top-color: rgb(236 252 203 / 0.7) !important;
  border-bottom-color: rgb(236 252 203 / 0.7) !important;
}

.border-y-lime-100\/75 {
  border-top-color: rgb(236 252 203 / 0.75) !important;
  border-bottom-color: rgb(236 252 203 / 0.75) !important;
}

.border-y-lime-100\/80 {
  border-top-color: rgb(236 252 203 / 0.8) !important;
  border-bottom-color: rgb(236 252 203 / 0.8) !important;
}

.border-y-lime-100\/85 {
  border-top-color: rgb(236 252 203 / 0.85) !important;
  border-bottom-color: rgb(236 252 203 / 0.85) !important;
}

.border-y-lime-100\/90 {
  border-top-color: rgb(236 252 203 / 0.9) !important;
  border-bottom-color: rgb(236 252 203 / 0.9) !important;
}

.border-y-lime-100\/95 {
  border-top-color: rgb(236 252 203 / 0.95) !important;
  border-bottom-color: rgb(236 252 203 / 0.95) !important;
}

.border-y-lime-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-200\/0 {
  border-top-color: rgb(217 249 157 / 0) !important;
  border-bottom-color: rgb(217 249 157 / 0) !important;
}

.border-y-lime-200\/10 {
  border-top-color: rgb(217 249 157 / 0.1) !important;
  border-bottom-color: rgb(217 249 157 / 0.1) !important;
}

.border-y-lime-200\/100 {
  border-top-color: rgb(217 249 157 / 1) !important;
  border-bottom-color: rgb(217 249 157 / 1) !important;
}

.border-y-lime-200\/15 {
  border-top-color: rgb(217 249 157 / 0.15) !important;
  border-bottom-color: rgb(217 249 157 / 0.15) !important;
}

.border-y-lime-200\/20 {
  border-top-color: rgb(217 249 157 / 0.2) !important;
  border-bottom-color: rgb(217 249 157 / 0.2) !important;
}

.border-y-lime-200\/25 {
  border-top-color: rgb(217 249 157 / 0.25) !important;
  border-bottom-color: rgb(217 249 157 / 0.25) !important;
}

.border-y-lime-200\/30 {
  border-top-color: rgb(217 249 157 / 0.3) !important;
  border-bottom-color: rgb(217 249 157 / 0.3) !important;
}

.border-y-lime-200\/35 {
  border-top-color: rgb(217 249 157 / 0.35) !important;
  border-bottom-color: rgb(217 249 157 / 0.35) !important;
}

.border-y-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4) !important;
  border-bottom-color: rgb(217 249 157 / 0.4) !important;
}

.border-y-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45) !important;
  border-bottom-color: rgb(217 249 157 / 0.45) !important;
}

.border-y-lime-200\/5 {
  border-top-color: rgb(217 249 157 / 0.05) !important;
  border-bottom-color: rgb(217 249 157 / 0.05) !important;
}

.border-y-lime-200\/50 {
  border-top-color: rgb(217 249 157 / 0.5) !important;
  border-bottom-color: rgb(217 249 157 / 0.5) !important;
}

.border-y-lime-200\/55 {
  border-top-color: rgb(217 249 157 / 0.55) !important;
  border-bottom-color: rgb(217 249 157 / 0.55) !important;
}

.border-y-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6) !important;
  border-bottom-color: rgb(217 249 157 / 0.6) !important;
}

.border-y-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65) !important;
  border-bottom-color: rgb(217 249 157 / 0.65) !important;
}

.border-y-lime-200\/70 {
  border-top-color: rgb(217 249 157 / 0.7) !important;
  border-bottom-color: rgb(217 249 157 / 0.7) !important;
}

.border-y-lime-200\/75 {
  border-top-color: rgb(217 249 157 / 0.75) !important;
  border-bottom-color: rgb(217 249 157 / 0.75) !important;
}

.border-y-lime-200\/80 {
  border-top-color: rgb(217 249 157 / 0.8) !important;
  border-bottom-color: rgb(217 249 157 / 0.8) !important;
}

.border-y-lime-200\/85 {
  border-top-color: rgb(217 249 157 / 0.85) !important;
  border-bottom-color: rgb(217 249 157 / 0.85) !important;
}

.border-y-lime-200\/90 {
  border-top-color: rgb(217 249 157 / 0.9) !important;
  border-bottom-color: rgb(217 249 157 / 0.9) !important;
}

.border-y-lime-200\/95 {
  border-top-color: rgb(217 249 157 / 0.95) !important;
  border-bottom-color: rgb(217 249 157 / 0.95) !important;
}

.border-y-lime-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-300\/0 {
  border-top-color: rgb(190 242 100 / 0) !important;
  border-bottom-color: rgb(190 242 100 / 0) !important;
}

.border-y-lime-300\/10 {
  border-top-color: rgb(190 242 100 / 0.1) !important;
  border-bottom-color: rgb(190 242 100 / 0.1) !important;
}

.border-y-lime-300\/100 {
  border-top-color: rgb(190 242 100 / 1) !important;
  border-bottom-color: rgb(190 242 100 / 1) !important;
}

.border-y-lime-300\/15 {
  border-top-color: rgb(190 242 100 / 0.15) !important;
  border-bottom-color: rgb(190 242 100 / 0.15) !important;
}

.border-y-lime-300\/20 {
  border-top-color: rgb(190 242 100 / 0.2) !important;
  border-bottom-color: rgb(190 242 100 / 0.2) !important;
}

.border-y-lime-300\/25 {
  border-top-color: rgb(190 242 100 / 0.25) !important;
  border-bottom-color: rgb(190 242 100 / 0.25) !important;
}

.border-y-lime-300\/30 {
  border-top-color: rgb(190 242 100 / 0.3) !important;
  border-bottom-color: rgb(190 242 100 / 0.3) !important;
}

.border-y-lime-300\/35 {
  border-top-color: rgb(190 242 100 / 0.35) !important;
  border-bottom-color: rgb(190 242 100 / 0.35) !important;
}

.border-y-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4) !important;
  border-bottom-color: rgb(190 242 100 / 0.4) !important;
}

.border-y-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45) !important;
  border-bottom-color: rgb(190 242 100 / 0.45) !important;
}

.border-y-lime-300\/5 {
  border-top-color: rgb(190 242 100 / 0.05) !important;
  border-bottom-color: rgb(190 242 100 / 0.05) !important;
}

.border-y-lime-300\/50 {
  border-top-color: rgb(190 242 100 / 0.5) !important;
  border-bottom-color: rgb(190 242 100 / 0.5) !important;
}

.border-y-lime-300\/55 {
  border-top-color: rgb(190 242 100 / 0.55) !important;
  border-bottom-color: rgb(190 242 100 / 0.55) !important;
}

.border-y-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6) !important;
  border-bottom-color: rgb(190 242 100 / 0.6) !important;
}

.border-y-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65) !important;
  border-bottom-color: rgb(190 242 100 / 0.65) !important;
}

.border-y-lime-300\/70 {
  border-top-color: rgb(190 242 100 / 0.7) !important;
  border-bottom-color: rgb(190 242 100 / 0.7) !important;
}

.border-y-lime-300\/75 {
  border-top-color: rgb(190 242 100 / 0.75) !important;
  border-bottom-color: rgb(190 242 100 / 0.75) !important;
}

.border-y-lime-300\/80 {
  border-top-color: rgb(190 242 100 / 0.8) !important;
  border-bottom-color: rgb(190 242 100 / 0.8) !important;
}

.border-y-lime-300\/85 {
  border-top-color: rgb(190 242 100 / 0.85) !important;
  border-bottom-color: rgb(190 242 100 / 0.85) !important;
}

.border-y-lime-300\/90 {
  border-top-color: rgb(190 242 100 / 0.9) !important;
  border-bottom-color: rgb(190 242 100 / 0.9) !important;
}

.border-y-lime-300\/95 {
  border-top-color: rgb(190 242 100 / 0.95) !important;
  border-bottom-color: rgb(190 242 100 / 0.95) !important;
}

.border-y-lime-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-400\/0 {
  border-top-color: rgb(163 230 53 / 0) !important;
  border-bottom-color: rgb(163 230 53 / 0) !important;
}

.border-y-lime-400\/10 {
  border-top-color: rgb(163 230 53 / 0.1) !important;
  border-bottom-color: rgb(163 230 53 / 0.1) !important;
}

.border-y-lime-400\/100 {
  border-top-color: rgb(163 230 53 / 1) !important;
  border-bottom-color: rgb(163 230 53 / 1) !important;
}

.border-y-lime-400\/15 {
  border-top-color: rgb(163 230 53 / 0.15) !important;
  border-bottom-color: rgb(163 230 53 / 0.15) !important;
}

.border-y-lime-400\/20 {
  border-top-color: rgb(163 230 53 / 0.2) !important;
  border-bottom-color: rgb(163 230 53 / 0.2) !important;
}

.border-y-lime-400\/25 {
  border-top-color: rgb(163 230 53 / 0.25) !important;
  border-bottom-color: rgb(163 230 53 / 0.25) !important;
}

.border-y-lime-400\/30 {
  border-top-color: rgb(163 230 53 / 0.3) !important;
  border-bottom-color: rgb(163 230 53 / 0.3) !important;
}

.border-y-lime-400\/35 {
  border-top-color: rgb(163 230 53 / 0.35) !important;
  border-bottom-color: rgb(163 230 53 / 0.35) !important;
}

.border-y-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4) !important;
  border-bottom-color: rgb(163 230 53 / 0.4) !important;
}

.border-y-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45) !important;
  border-bottom-color: rgb(163 230 53 / 0.45) !important;
}

.border-y-lime-400\/5 {
  border-top-color: rgb(163 230 53 / 0.05) !important;
  border-bottom-color: rgb(163 230 53 / 0.05) !important;
}

.border-y-lime-400\/50 {
  border-top-color: rgb(163 230 53 / 0.5) !important;
  border-bottom-color: rgb(163 230 53 / 0.5) !important;
}

.border-y-lime-400\/55 {
  border-top-color: rgb(163 230 53 / 0.55) !important;
  border-bottom-color: rgb(163 230 53 / 0.55) !important;
}

.border-y-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6) !important;
  border-bottom-color: rgb(163 230 53 / 0.6) !important;
}

.border-y-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65) !important;
  border-bottom-color: rgb(163 230 53 / 0.65) !important;
}

.border-y-lime-400\/70 {
  border-top-color: rgb(163 230 53 / 0.7) !important;
  border-bottom-color: rgb(163 230 53 / 0.7) !important;
}

.border-y-lime-400\/75 {
  border-top-color: rgb(163 230 53 / 0.75) !important;
  border-bottom-color: rgb(163 230 53 / 0.75) !important;
}

.border-y-lime-400\/80 {
  border-top-color: rgb(163 230 53 / 0.8) !important;
  border-bottom-color: rgb(163 230 53 / 0.8) !important;
}

.border-y-lime-400\/85 {
  border-top-color: rgb(163 230 53 / 0.85) !important;
  border-bottom-color: rgb(163 230 53 / 0.85) !important;
}

.border-y-lime-400\/90 {
  border-top-color: rgb(163 230 53 / 0.9) !important;
  border-bottom-color: rgb(163 230 53 / 0.9) !important;
}

.border-y-lime-400\/95 {
  border-top-color: rgb(163 230 53 / 0.95) !important;
  border-bottom-color: rgb(163 230 53 / 0.95) !important;
}

.border-y-lime-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-50\/0 {
  border-top-color: rgb(247 254 231 / 0) !important;
  border-bottom-color: rgb(247 254 231 / 0) !important;
}

.border-y-lime-50\/10 {
  border-top-color: rgb(247 254 231 / 0.1) !important;
  border-bottom-color: rgb(247 254 231 / 0.1) !important;
}

.border-y-lime-50\/100 {
  border-top-color: rgb(247 254 231 / 1) !important;
  border-bottom-color: rgb(247 254 231 / 1) !important;
}

.border-y-lime-50\/15 {
  border-top-color: rgb(247 254 231 / 0.15) !important;
  border-bottom-color: rgb(247 254 231 / 0.15) !important;
}

.border-y-lime-50\/20 {
  border-top-color: rgb(247 254 231 / 0.2) !important;
  border-bottom-color: rgb(247 254 231 / 0.2) !important;
}

.border-y-lime-50\/25 {
  border-top-color: rgb(247 254 231 / 0.25) !important;
  border-bottom-color: rgb(247 254 231 / 0.25) !important;
}

.border-y-lime-50\/30 {
  border-top-color: rgb(247 254 231 / 0.3) !important;
  border-bottom-color: rgb(247 254 231 / 0.3) !important;
}

.border-y-lime-50\/35 {
  border-top-color: rgb(247 254 231 / 0.35) !important;
  border-bottom-color: rgb(247 254 231 / 0.35) !important;
}

.border-y-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4) !important;
  border-bottom-color: rgb(247 254 231 / 0.4) !important;
}

.border-y-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45) !important;
  border-bottom-color: rgb(247 254 231 / 0.45) !important;
}

.border-y-lime-50\/5 {
  border-top-color: rgb(247 254 231 / 0.05) !important;
  border-bottom-color: rgb(247 254 231 / 0.05) !important;
}

.border-y-lime-50\/50 {
  border-top-color: rgb(247 254 231 / 0.5) !important;
  border-bottom-color: rgb(247 254 231 / 0.5) !important;
}

.border-y-lime-50\/55 {
  border-top-color: rgb(247 254 231 / 0.55) !important;
  border-bottom-color: rgb(247 254 231 / 0.55) !important;
}

.border-y-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6) !important;
  border-bottom-color: rgb(247 254 231 / 0.6) !important;
}

.border-y-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65) !important;
  border-bottom-color: rgb(247 254 231 / 0.65) !important;
}

.border-y-lime-50\/70 {
  border-top-color: rgb(247 254 231 / 0.7) !important;
  border-bottom-color: rgb(247 254 231 / 0.7) !important;
}

.border-y-lime-50\/75 {
  border-top-color: rgb(247 254 231 / 0.75) !important;
  border-bottom-color: rgb(247 254 231 / 0.75) !important;
}

.border-y-lime-50\/80 {
  border-top-color: rgb(247 254 231 / 0.8) !important;
  border-bottom-color: rgb(247 254 231 / 0.8) !important;
}

.border-y-lime-50\/85 {
  border-top-color: rgb(247 254 231 / 0.85) !important;
  border-bottom-color: rgb(247 254 231 / 0.85) !important;
}

.border-y-lime-50\/90 {
  border-top-color: rgb(247 254 231 / 0.9) !important;
  border-bottom-color: rgb(247 254 231 / 0.9) !important;
}

.border-y-lime-50\/95 {
  border-top-color: rgb(247 254 231 / 0.95) !important;
  border-bottom-color: rgb(247 254 231 / 0.95) !important;
}

.border-y-lime-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-500\/0 {
  border-top-color: rgb(132 204 22 / 0) !important;
  border-bottom-color: rgb(132 204 22 / 0) !important;
}

.border-y-lime-500\/10 {
  border-top-color: rgb(132 204 22 / 0.1) !important;
  border-bottom-color: rgb(132 204 22 / 0.1) !important;
}

.border-y-lime-500\/100 {
  border-top-color: rgb(132 204 22 / 1) !important;
  border-bottom-color: rgb(132 204 22 / 1) !important;
}

.border-y-lime-500\/15 {
  border-top-color: rgb(132 204 22 / 0.15) !important;
  border-bottom-color: rgb(132 204 22 / 0.15) !important;
}

.border-y-lime-500\/20 {
  border-top-color: rgb(132 204 22 / 0.2) !important;
  border-bottom-color: rgb(132 204 22 / 0.2) !important;
}

.border-y-lime-500\/25 {
  border-top-color: rgb(132 204 22 / 0.25) !important;
  border-bottom-color: rgb(132 204 22 / 0.25) !important;
}

.border-y-lime-500\/30 {
  border-top-color: rgb(132 204 22 / 0.3) !important;
  border-bottom-color: rgb(132 204 22 / 0.3) !important;
}

.border-y-lime-500\/35 {
  border-top-color: rgb(132 204 22 / 0.35) !important;
  border-bottom-color: rgb(132 204 22 / 0.35) !important;
}

.border-y-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4) !important;
  border-bottom-color: rgb(132 204 22 / 0.4) !important;
}

.border-y-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45) !important;
  border-bottom-color: rgb(132 204 22 / 0.45) !important;
}

.border-y-lime-500\/5 {
  border-top-color: rgb(132 204 22 / 0.05) !important;
  border-bottom-color: rgb(132 204 22 / 0.05) !important;
}

.border-y-lime-500\/50 {
  border-top-color: rgb(132 204 22 / 0.5) !important;
  border-bottom-color: rgb(132 204 22 / 0.5) !important;
}

.border-y-lime-500\/55 {
  border-top-color: rgb(132 204 22 / 0.55) !important;
  border-bottom-color: rgb(132 204 22 / 0.55) !important;
}

.border-y-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6) !important;
  border-bottom-color: rgb(132 204 22 / 0.6) !important;
}

.border-y-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65) !important;
  border-bottom-color: rgb(132 204 22 / 0.65) !important;
}

.border-y-lime-500\/70 {
  border-top-color: rgb(132 204 22 / 0.7) !important;
  border-bottom-color: rgb(132 204 22 / 0.7) !important;
}

.border-y-lime-500\/75 {
  border-top-color: rgb(132 204 22 / 0.75) !important;
  border-bottom-color: rgb(132 204 22 / 0.75) !important;
}

.border-y-lime-500\/80 {
  border-top-color: rgb(132 204 22 / 0.8) !important;
  border-bottom-color: rgb(132 204 22 / 0.8) !important;
}

.border-y-lime-500\/85 {
  border-top-color: rgb(132 204 22 / 0.85) !important;
  border-bottom-color: rgb(132 204 22 / 0.85) !important;
}

.border-y-lime-500\/90 {
  border-top-color: rgb(132 204 22 / 0.9) !important;
  border-bottom-color: rgb(132 204 22 / 0.9) !important;
}

.border-y-lime-500\/95 {
  border-top-color: rgb(132 204 22 / 0.95) !important;
  border-bottom-color: rgb(132 204 22 / 0.95) !important;
}

.border-y-lime-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-600\/0 {
  border-top-color: rgb(101 163 13 / 0) !important;
  border-bottom-color: rgb(101 163 13 / 0) !important;
}

.border-y-lime-600\/10 {
  border-top-color: rgb(101 163 13 / 0.1) !important;
  border-bottom-color: rgb(101 163 13 / 0.1) !important;
}

.border-y-lime-600\/100 {
  border-top-color: rgb(101 163 13 / 1) !important;
  border-bottom-color: rgb(101 163 13 / 1) !important;
}

.border-y-lime-600\/15 {
  border-top-color: rgb(101 163 13 / 0.15) !important;
  border-bottom-color: rgb(101 163 13 / 0.15) !important;
}

.border-y-lime-600\/20 {
  border-top-color: rgb(101 163 13 / 0.2) !important;
  border-bottom-color: rgb(101 163 13 / 0.2) !important;
}

.border-y-lime-600\/25 {
  border-top-color: rgb(101 163 13 / 0.25) !important;
  border-bottom-color: rgb(101 163 13 / 0.25) !important;
}

.border-y-lime-600\/30 {
  border-top-color: rgb(101 163 13 / 0.3) !important;
  border-bottom-color: rgb(101 163 13 / 0.3) !important;
}

.border-y-lime-600\/35 {
  border-top-color: rgb(101 163 13 / 0.35) !important;
  border-bottom-color: rgb(101 163 13 / 0.35) !important;
}

.border-y-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4) !important;
  border-bottom-color: rgb(101 163 13 / 0.4) !important;
}

.border-y-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45) !important;
  border-bottom-color: rgb(101 163 13 / 0.45) !important;
}

.border-y-lime-600\/5 {
  border-top-color: rgb(101 163 13 / 0.05) !important;
  border-bottom-color: rgb(101 163 13 / 0.05) !important;
}

.border-y-lime-600\/50 {
  border-top-color: rgb(101 163 13 / 0.5) !important;
  border-bottom-color: rgb(101 163 13 / 0.5) !important;
}

.border-y-lime-600\/55 {
  border-top-color: rgb(101 163 13 / 0.55) !important;
  border-bottom-color: rgb(101 163 13 / 0.55) !important;
}

.border-y-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6) !important;
  border-bottom-color: rgb(101 163 13 / 0.6) !important;
}

.border-y-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65) !important;
  border-bottom-color: rgb(101 163 13 / 0.65) !important;
}

.border-y-lime-600\/70 {
  border-top-color: rgb(101 163 13 / 0.7) !important;
  border-bottom-color: rgb(101 163 13 / 0.7) !important;
}

.border-y-lime-600\/75 {
  border-top-color: rgb(101 163 13 / 0.75) !important;
  border-bottom-color: rgb(101 163 13 / 0.75) !important;
}

.border-y-lime-600\/80 {
  border-top-color: rgb(101 163 13 / 0.8) !important;
  border-bottom-color: rgb(101 163 13 / 0.8) !important;
}

.border-y-lime-600\/85 {
  border-top-color: rgb(101 163 13 / 0.85) !important;
  border-bottom-color: rgb(101 163 13 / 0.85) !important;
}

.border-y-lime-600\/90 {
  border-top-color: rgb(101 163 13 / 0.9) !important;
  border-bottom-color: rgb(101 163 13 / 0.9) !important;
}

.border-y-lime-600\/95 {
  border-top-color: rgb(101 163 13 / 0.95) !important;
  border-bottom-color: rgb(101 163 13 / 0.95) !important;
}

.border-y-lime-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-700\/0 {
  border-top-color: rgb(77 124 15 / 0) !important;
  border-bottom-color: rgb(77 124 15 / 0) !important;
}

.border-y-lime-700\/10 {
  border-top-color: rgb(77 124 15 / 0.1) !important;
  border-bottom-color: rgb(77 124 15 / 0.1) !important;
}

.border-y-lime-700\/100 {
  border-top-color: rgb(77 124 15 / 1) !important;
  border-bottom-color: rgb(77 124 15 / 1) !important;
}

.border-y-lime-700\/15 {
  border-top-color: rgb(77 124 15 / 0.15) !important;
  border-bottom-color: rgb(77 124 15 / 0.15) !important;
}

.border-y-lime-700\/20 {
  border-top-color: rgb(77 124 15 / 0.2) !important;
  border-bottom-color: rgb(77 124 15 / 0.2) !important;
}

.border-y-lime-700\/25 {
  border-top-color: rgb(77 124 15 / 0.25) !important;
  border-bottom-color: rgb(77 124 15 / 0.25) !important;
}

.border-y-lime-700\/30 {
  border-top-color: rgb(77 124 15 / 0.3) !important;
  border-bottom-color: rgb(77 124 15 / 0.3) !important;
}

.border-y-lime-700\/35 {
  border-top-color: rgb(77 124 15 / 0.35) !important;
  border-bottom-color: rgb(77 124 15 / 0.35) !important;
}

.border-y-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4) !important;
  border-bottom-color: rgb(77 124 15 / 0.4) !important;
}

.border-y-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45) !important;
  border-bottom-color: rgb(77 124 15 / 0.45) !important;
}

.border-y-lime-700\/5 {
  border-top-color: rgb(77 124 15 / 0.05) !important;
  border-bottom-color: rgb(77 124 15 / 0.05) !important;
}

.border-y-lime-700\/50 {
  border-top-color: rgb(77 124 15 / 0.5) !important;
  border-bottom-color: rgb(77 124 15 / 0.5) !important;
}

.border-y-lime-700\/55 {
  border-top-color: rgb(77 124 15 / 0.55) !important;
  border-bottom-color: rgb(77 124 15 / 0.55) !important;
}

.border-y-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6) !important;
  border-bottom-color: rgb(77 124 15 / 0.6) !important;
}

.border-y-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65) !important;
  border-bottom-color: rgb(77 124 15 / 0.65) !important;
}

.border-y-lime-700\/70 {
  border-top-color: rgb(77 124 15 / 0.7) !important;
  border-bottom-color: rgb(77 124 15 / 0.7) !important;
}

.border-y-lime-700\/75 {
  border-top-color: rgb(77 124 15 / 0.75) !important;
  border-bottom-color: rgb(77 124 15 / 0.75) !important;
}

.border-y-lime-700\/80 {
  border-top-color: rgb(77 124 15 / 0.8) !important;
  border-bottom-color: rgb(77 124 15 / 0.8) !important;
}

.border-y-lime-700\/85 {
  border-top-color: rgb(77 124 15 / 0.85) !important;
  border-bottom-color: rgb(77 124 15 / 0.85) !important;
}

.border-y-lime-700\/90 {
  border-top-color: rgb(77 124 15 / 0.9) !important;
  border-bottom-color: rgb(77 124 15 / 0.9) !important;
}

.border-y-lime-700\/95 {
  border-top-color: rgb(77 124 15 / 0.95) !important;
  border-bottom-color: rgb(77 124 15 / 0.95) !important;
}

.border-y-lime-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-800\/0 {
  border-top-color: rgb(63 98 18 / 0) !important;
  border-bottom-color: rgb(63 98 18 / 0) !important;
}

.border-y-lime-800\/10 {
  border-top-color: rgb(63 98 18 / 0.1) !important;
  border-bottom-color: rgb(63 98 18 / 0.1) !important;
}

.border-y-lime-800\/100 {
  border-top-color: rgb(63 98 18 / 1) !important;
  border-bottom-color: rgb(63 98 18 / 1) !important;
}

.border-y-lime-800\/15 {
  border-top-color: rgb(63 98 18 / 0.15) !important;
  border-bottom-color: rgb(63 98 18 / 0.15) !important;
}

.border-y-lime-800\/20 {
  border-top-color: rgb(63 98 18 / 0.2) !important;
  border-bottom-color: rgb(63 98 18 / 0.2) !important;
}

.border-y-lime-800\/25 {
  border-top-color: rgb(63 98 18 / 0.25) !important;
  border-bottom-color: rgb(63 98 18 / 0.25) !important;
}

.border-y-lime-800\/30 {
  border-top-color: rgb(63 98 18 / 0.3) !important;
  border-bottom-color: rgb(63 98 18 / 0.3) !important;
}

.border-y-lime-800\/35 {
  border-top-color: rgb(63 98 18 / 0.35) !important;
  border-bottom-color: rgb(63 98 18 / 0.35) !important;
}

.border-y-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4) !important;
  border-bottom-color: rgb(63 98 18 / 0.4) !important;
}

.border-y-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45) !important;
  border-bottom-color: rgb(63 98 18 / 0.45) !important;
}

.border-y-lime-800\/5 {
  border-top-color: rgb(63 98 18 / 0.05) !important;
  border-bottom-color: rgb(63 98 18 / 0.05) !important;
}

.border-y-lime-800\/50 {
  border-top-color: rgb(63 98 18 / 0.5) !important;
  border-bottom-color: rgb(63 98 18 / 0.5) !important;
}

.border-y-lime-800\/55 {
  border-top-color: rgb(63 98 18 / 0.55) !important;
  border-bottom-color: rgb(63 98 18 / 0.55) !important;
}

.border-y-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6) !important;
  border-bottom-color: rgb(63 98 18 / 0.6) !important;
}

.border-y-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65) !important;
  border-bottom-color: rgb(63 98 18 / 0.65) !important;
}

.border-y-lime-800\/70 {
  border-top-color: rgb(63 98 18 / 0.7) !important;
  border-bottom-color: rgb(63 98 18 / 0.7) !important;
}

.border-y-lime-800\/75 {
  border-top-color: rgb(63 98 18 / 0.75) !important;
  border-bottom-color: rgb(63 98 18 / 0.75) !important;
}

.border-y-lime-800\/80 {
  border-top-color: rgb(63 98 18 / 0.8) !important;
  border-bottom-color: rgb(63 98 18 / 0.8) !important;
}

.border-y-lime-800\/85 {
  border-top-color: rgb(63 98 18 / 0.85) !important;
  border-bottom-color: rgb(63 98 18 / 0.85) !important;
}

.border-y-lime-800\/90 {
  border-top-color: rgb(63 98 18 / 0.9) !important;
  border-bottom-color: rgb(63 98 18 / 0.9) !important;
}

.border-y-lime-800\/95 {
  border-top-color: rgb(63 98 18 / 0.95) !important;
  border-bottom-color: rgb(63 98 18 / 0.95) !important;
}

.border-y-lime-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-900\/0 {
  border-top-color: rgb(54 83 20 / 0) !important;
  border-bottom-color: rgb(54 83 20 / 0) !important;
}

.border-y-lime-900\/10 {
  border-top-color: rgb(54 83 20 / 0.1) !important;
  border-bottom-color: rgb(54 83 20 / 0.1) !important;
}

.border-y-lime-900\/100 {
  border-top-color: rgb(54 83 20 / 1) !important;
  border-bottom-color: rgb(54 83 20 / 1) !important;
}

.border-y-lime-900\/15 {
  border-top-color: rgb(54 83 20 / 0.15) !important;
  border-bottom-color: rgb(54 83 20 / 0.15) !important;
}

.border-y-lime-900\/20 {
  border-top-color: rgb(54 83 20 / 0.2) !important;
  border-bottom-color: rgb(54 83 20 / 0.2) !important;
}

.border-y-lime-900\/25 {
  border-top-color: rgb(54 83 20 / 0.25) !important;
  border-bottom-color: rgb(54 83 20 / 0.25) !important;
}

.border-y-lime-900\/30 {
  border-top-color: rgb(54 83 20 / 0.3) !important;
  border-bottom-color: rgb(54 83 20 / 0.3) !important;
}

.border-y-lime-900\/35 {
  border-top-color: rgb(54 83 20 / 0.35) !important;
  border-bottom-color: rgb(54 83 20 / 0.35) !important;
}

.border-y-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4) !important;
  border-bottom-color: rgb(54 83 20 / 0.4) !important;
}

.border-y-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45) !important;
  border-bottom-color: rgb(54 83 20 / 0.45) !important;
}

.border-y-lime-900\/5 {
  border-top-color: rgb(54 83 20 / 0.05) !important;
  border-bottom-color: rgb(54 83 20 / 0.05) !important;
}

.border-y-lime-900\/50 {
  border-top-color: rgb(54 83 20 / 0.5) !important;
  border-bottom-color: rgb(54 83 20 / 0.5) !important;
}

.border-y-lime-900\/55 {
  border-top-color: rgb(54 83 20 / 0.55) !important;
  border-bottom-color: rgb(54 83 20 / 0.55) !important;
}

.border-y-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6) !important;
  border-bottom-color: rgb(54 83 20 / 0.6) !important;
}

.border-y-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65) !important;
  border-bottom-color: rgb(54 83 20 / 0.65) !important;
}

.border-y-lime-900\/70 {
  border-top-color: rgb(54 83 20 / 0.7) !important;
  border-bottom-color: rgb(54 83 20 / 0.7) !important;
}

.border-y-lime-900\/75 {
  border-top-color: rgb(54 83 20 / 0.75) !important;
  border-bottom-color: rgb(54 83 20 / 0.75) !important;
}

.border-y-lime-900\/80 {
  border-top-color: rgb(54 83 20 / 0.8) !important;
  border-bottom-color: rgb(54 83 20 / 0.8) !important;
}

.border-y-lime-900\/85 {
  border-top-color: rgb(54 83 20 / 0.85) !important;
  border-bottom-color: rgb(54 83 20 / 0.85) !important;
}

.border-y-lime-900\/90 {
  border-top-color: rgb(54 83 20 / 0.9) !important;
  border-bottom-color: rgb(54 83 20 / 0.9) !important;
}

.border-y-lime-900\/95 {
  border-top-color: rgb(54 83 20 / 0.95) !important;
  border-bottom-color: rgb(54 83 20 / 0.95) !important;
}

.border-y-lime-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-y-lime-950\/0 {
  border-top-color: rgb(26 46 5 / 0) !important;
  border-bottom-color: rgb(26 46 5 / 0) !important;
}

.border-y-lime-950\/10 {
  border-top-color: rgb(26 46 5 / 0.1) !important;
  border-bottom-color: rgb(26 46 5 / 0.1) !important;
}

.border-y-lime-950\/100 {
  border-top-color: rgb(26 46 5 / 1) !important;
  border-bottom-color: rgb(26 46 5 / 1) !important;
}

.border-y-lime-950\/15 {
  border-top-color: rgb(26 46 5 / 0.15) !important;
  border-bottom-color: rgb(26 46 5 / 0.15) !important;
}

.border-y-lime-950\/20 {
  border-top-color: rgb(26 46 5 / 0.2) !important;
  border-bottom-color: rgb(26 46 5 / 0.2) !important;
}

.border-y-lime-950\/25 {
  border-top-color: rgb(26 46 5 / 0.25) !important;
  border-bottom-color: rgb(26 46 5 / 0.25) !important;
}

.border-y-lime-950\/30 {
  border-top-color: rgb(26 46 5 / 0.3) !important;
  border-bottom-color: rgb(26 46 5 / 0.3) !important;
}

.border-y-lime-950\/35 {
  border-top-color: rgb(26 46 5 / 0.35) !important;
  border-bottom-color: rgb(26 46 5 / 0.35) !important;
}

.border-y-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4) !important;
  border-bottom-color: rgb(26 46 5 / 0.4) !important;
}

.border-y-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45) !important;
  border-bottom-color: rgb(26 46 5 / 0.45) !important;
}

.border-y-lime-950\/5 {
  border-top-color: rgb(26 46 5 / 0.05) !important;
  border-bottom-color: rgb(26 46 5 / 0.05) !important;
}

.border-y-lime-950\/50 {
  border-top-color: rgb(26 46 5 / 0.5) !important;
  border-bottom-color: rgb(26 46 5 / 0.5) !important;
}

.border-y-lime-950\/55 {
  border-top-color: rgb(26 46 5 / 0.55) !important;
  border-bottom-color: rgb(26 46 5 / 0.55) !important;
}

.border-y-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6) !important;
  border-bottom-color: rgb(26 46 5 / 0.6) !important;
}

.border-y-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65) !important;
  border-bottom-color: rgb(26 46 5 / 0.65) !important;
}

.border-y-lime-950\/70 {
  border-top-color: rgb(26 46 5 / 0.7) !important;
  border-bottom-color: rgb(26 46 5 / 0.7) !important;
}

.border-y-lime-950\/75 {
  border-top-color: rgb(26 46 5 / 0.75) !important;
  border-bottom-color: rgb(26 46 5 / 0.75) !important;
}

.border-y-lime-950\/80 {
  border-top-color: rgb(26 46 5 / 0.8) !important;
  border-bottom-color: rgb(26 46 5 / 0.8) !important;
}

.border-y-lime-950\/85 {
  border-top-color: rgb(26 46 5 / 0.85) !important;
  border-bottom-color: rgb(26 46 5 / 0.85) !important;
}

.border-y-lime-950\/90 {
  border-top-color: rgb(26 46 5 / 0.9) !important;
  border-bottom-color: rgb(26 46 5 / 0.9) !important;
}

.border-y-lime-950\/95 {
  border-top-color: rgb(26 46 5 / 0.95) !important;
  border-bottom-color: rgb(26 46 5 / 0.95) !important;
}

.border-y-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0) !important;
  border-bottom-color: rgb(245 245 245 / 0) !important;
}

.border-y-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1) !important;
  border-bottom-color: rgb(245 245 245 / 0.1) !important;
}

.border-y-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1) !important;
  border-bottom-color: rgb(245 245 245 / 1) !important;
}

.border-y-neutral-100\/15 {
  border-top-color: rgb(245 245 245 / 0.15) !important;
  border-bottom-color: rgb(245 245 245 / 0.15) !important;
}

.border-y-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2) !important;
  border-bottom-color: rgb(245 245 245 / 0.2) !important;
}

.border-y-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25) !important;
  border-bottom-color: rgb(245 245 245 / 0.25) !important;
}

.border-y-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3) !important;
  border-bottom-color: rgb(245 245 245 / 0.3) !important;
}

.border-y-neutral-100\/35 {
  border-top-color: rgb(245 245 245 / 0.35) !important;
  border-bottom-color: rgb(245 245 245 / 0.35) !important;
}

.border-y-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4) !important;
  border-bottom-color: rgb(245 245 245 / 0.4) !important;
}

.border-y-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45) !important;
  border-bottom-color: rgb(245 245 245 / 0.45) !important;
}

.border-y-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05) !important;
  border-bottom-color: rgb(245 245 245 / 0.05) !important;
}

.border-y-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5) !important;
  border-bottom-color: rgb(245 245 245 / 0.5) !important;
}

.border-y-neutral-100\/55 {
  border-top-color: rgb(245 245 245 / 0.55) !important;
  border-bottom-color: rgb(245 245 245 / 0.55) !important;
}

.border-y-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6) !important;
  border-bottom-color: rgb(245 245 245 / 0.6) !important;
}

.border-y-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65) !important;
  border-bottom-color: rgb(245 245 245 / 0.65) !important;
}

.border-y-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7) !important;
  border-bottom-color: rgb(245 245 245 / 0.7) !important;
}

.border-y-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75) !important;
  border-bottom-color: rgb(245 245 245 / 0.75) !important;
}

.border-y-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8) !important;
  border-bottom-color: rgb(245 245 245 / 0.8) !important;
}

.border-y-neutral-100\/85 {
  border-top-color: rgb(245 245 245 / 0.85) !important;
  border-bottom-color: rgb(245 245 245 / 0.85) !important;
}

.border-y-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9) !important;
  border-bottom-color: rgb(245 245 245 / 0.9) !important;
}

.border-y-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95) !important;
  border-bottom-color: rgb(245 245 245 / 0.95) !important;
}

.border-y-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0) !important;
  border-bottom-color: rgb(229 229 229 / 0) !important;
}

.border-y-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1) !important;
  border-bottom-color: rgb(229 229 229 / 0.1) !important;
}

.border-y-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1) !important;
  border-bottom-color: rgb(229 229 229 / 1) !important;
}

.border-y-neutral-200\/15 {
  border-top-color: rgb(229 229 229 / 0.15) !important;
  border-bottom-color: rgb(229 229 229 / 0.15) !important;
}

.border-y-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2) !important;
  border-bottom-color: rgb(229 229 229 / 0.2) !important;
}

.border-y-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25) !important;
  border-bottom-color: rgb(229 229 229 / 0.25) !important;
}

.border-y-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3) !important;
  border-bottom-color: rgb(229 229 229 / 0.3) !important;
}

.border-y-neutral-200\/35 {
  border-top-color: rgb(229 229 229 / 0.35) !important;
  border-bottom-color: rgb(229 229 229 / 0.35) !important;
}

.border-y-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4) !important;
  border-bottom-color: rgb(229 229 229 / 0.4) !important;
}

.border-y-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45) !important;
  border-bottom-color: rgb(229 229 229 / 0.45) !important;
}

.border-y-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05) !important;
  border-bottom-color: rgb(229 229 229 / 0.05) !important;
}

.border-y-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5) !important;
  border-bottom-color: rgb(229 229 229 / 0.5) !important;
}

.border-y-neutral-200\/55 {
  border-top-color: rgb(229 229 229 / 0.55) !important;
  border-bottom-color: rgb(229 229 229 / 0.55) !important;
}

.border-y-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6) !important;
  border-bottom-color: rgb(229 229 229 / 0.6) !important;
}

.border-y-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65) !important;
  border-bottom-color: rgb(229 229 229 / 0.65) !important;
}

.border-y-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7) !important;
  border-bottom-color: rgb(229 229 229 / 0.7) !important;
}

.border-y-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75) !important;
  border-bottom-color: rgb(229 229 229 / 0.75) !important;
}

.border-y-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8) !important;
  border-bottom-color: rgb(229 229 229 / 0.8) !important;
}

.border-y-neutral-200\/85 {
  border-top-color: rgb(229 229 229 / 0.85) !important;
  border-bottom-color: rgb(229 229 229 / 0.85) !important;
}

.border-y-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9) !important;
  border-bottom-color: rgb(229 229 229 / 0.9) !important;
}

.border-y-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95) !important;
  border-bottom-color: rgb(229 229 229 / 0.95) !important;
}

.border-y-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0) !important;
  border-bottom-color: rgb(212 212 212 / 0) !important;
}

.border-y-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1) !important;
  border-bottom-color: rgb(212 212 212 / 0.1) !important;
}

.border-y-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1) !important;
  border-bottom-color: rgb(212 212 212 / 1) !important;
}

.border-y-neutral-300\/15 {
  border-top-color: rgb(212 212 212 / 0.15) !important;
  border-bottom-color: rgb(212 212 212 / 0.15) !important;
}

.border-y-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2) !important;
  border-bottom-color: rgb(212 212 212 / 0.2) !important;
}

.border-y-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25) !important;
  border-bottom-color: rgb(212 212 212 / 0.25) !important;
}

.border-y-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3) !important;
  border-bottom-color: rgb(212 212 212 / 0.3) !important;
}

.border-y-neutral-300\/35 {
  border-top-color: rgb(212 212 212 / 0.35) !important;
  border-bottom-color: rgb(212 212 212 / 0.35) !important;
}

.border-y-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4) !important;
  border-bottom-color: rgb(212 212 212 / 0.4) !important;
}

.border-y-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45) !important;
  border-bottom-color: rgb(212 212 212 / 0.45) !important;
}

.border-y-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05) !important;
  border-bottom-color: rgb(212 212 212 / 0.05) !important;
}

.border-y-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5) !important;
  border-bottom-color: rgb(212 212 212 / 0.5) !important;
}

.border-y-neutral-300\/55 {
  border-top-color: rgb(212 212 212 / 0.55) !important;
  border-bottom-color: rgb(212 212 212 / 0.55) !important;
}

.border-y-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6) !important;
  border-bottom-color: rgb(212 212 212 / 0.6) !important;
}

.border-y-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65) !important;
  border-bottom-color: rgb(212 212 212 / 0.65) !important;
}

.border-y-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7) !important;
  border-bottom-color: rgb(212 212 212 / 0.7) !important;
}

.border-y-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75) !important;
  border-bottom-color: rgb(212 212 212 / 0.75) !important;
}

.border-y-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8) !important;
  border-bottom-color: rgb(212 212 212 / 0.8) !important;
}

.border-y-neutral-300\/85 {
  border-top-color: rgb(212 212 212 / 0.85) !important;
  border-bottom-color: rgb(212 212 212 / 0.85) !important;
}

.border-y-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9) !important;
  border-bottom-color: rgb(212 212 212 / 0.9) !important;
}

.border-y-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95) !important;
  border-bottom-color: rgb(212 212 212 / 0.95) !important;
}

.border-y-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0) !important;
  border-bottom-color: rgb(163 163 163 / 0) !important;
}

.border-y-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1) !important;
  border-bottom-color: rgb(163 163 163 / 0.1) !important;
}

.border-y-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1) !important;
  border-bottom-color: rgb(163 163 163 / 1) !important;
}

.border-y-neutral-400\/15 {
  border-top-color: rgb(163 163 163 / 0.15) !important;
  border-bottom-color: rgb(163 163 163 / 0.15) !important;
}

.border-y-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2) !important;
  border-bottom-color: rgb(163 163 163 / 0.2) !important;
}

.border-y-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25) !important;
  border-bottom-color: rgb(163 163 163 / 0.25) !important;
}

.border-y-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3) !important;
  border-bottom-color: rgb(163 163 163 / 0.3) !important;
}

.border-y-neutral-400\/35 {
  border-top-color: rgb(163 163 163 / 0.35) !important;
  border-bottom-color: rgb(163 163 163 / 0.35) !important;
}

.border-y-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4) !important;
  border-bottom-color: rgb(163 163 163 / 0.4) !important;
}

.border-y-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45) !important;
  border-bottom-color: rgb(163 163 163 / 0.45) !important;
}

.border-y-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05) !important;
  border-bottom-color: rgb(163 163 163 / 0.05) !important;
}

.border-y-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5) !important;
  border-bottom-color: rgb(163 163 163 / 0.5) !important;
}

.border-y-neutral-400\/55 {
  border-top-color: rgb(163 163 163 / 0.55) !important;
  border-bottom-color: rgb(163 163 163 / 0.55) !important;
}

.border-y-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6) !important;
  border-bottom-color: rgb(163 163 163 / 0.6) !important;
}

.border-y-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65) !important;
  border-bottom-color: rgb(163 163 163 / 0.65) !important;
}

.border-y-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7) !important;
  border-bottom-color: rgb(163 163 163 / 0.7) !important;
}

.border-y-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75) !important;
  border-bottom-color: rgb(163 163 163 / 0.75) !important;
}

.border-y-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8) !important;
  border-bottom-color: rgb(163 163 163 / 0.8) !important;
}

.border-y-neutral-400\/85 {
  border-top-color: rgb(163 163 163 / 0.85) !important;
  border-bottom-color: rgb(163 163 163 / 0.85) !important;
}

.border-y-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9) !important;
  border-bottom-color: rgb(163 163 163 / 0.9) !important;
}

.border-y-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95) !important;
  border-bottom-color: rgb(163 163 163 / 0.95) !important;
}

.border-y-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0) !important;
  border-bottom-color: rgb(250 250 250 / 0) !important;
}

.border-y-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1) !important;
  border-bottom-color: rgb(250 250 250 / 0.1) !important;
}

.border-y-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1) !important;
  border-bottom-color: rgb(250 250 250 / 1) !important;
}

.border-y-neutral-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15) !important;
  border-bottom-color: rgb(250 250 250 / 0.15) !important;
}

.border-y-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2) !important;
  border-bottom-color: rgb(250 250 250 / 0.2) !important;
}

.border-y-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25) !important;
  border-bottom-color: rgb(250 250 250 / 0.25) !important;
}

.border-y-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3) !important;
  border-bottom-color: rgb(250 250 250 / 0.3) !important;
}

.border-y-neutral-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35) !important;
  border-bottom-color: rgb(250 250 250 / 0.35) !important;
}

.border-y-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4) !important;
  border-bottom-color: rgb(250 250 250 / 0.4) !important;
}

.border-y-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45) !important;
  border-bottom-color: rgb(250 250 250 / 0.45) !important;
}

.border-y-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05) !important;
  border-bottom-color: rgb(250 250 250 / 0.05) !important;
}

.border-y-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5) !important;
  border-bottom-color: rgb(250 250 250 / 0.5) !important;
}

.border-y-neutral-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55) !important;
  border-bottom-color: rgb(250 250 250 / 0.55) !important;
}

.border-y-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6) !important;
  border-bottom-color: rgb(250 250 250 / 0.6) !important;
}

.border-y-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65) !important;
  border-bottom-color: rgb(250 250 250 / 0.65) !important;
}

.border-y-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7) !important;
  border-bottom-color: rgb(250 250 250 / 0.7) !important;
}

.border-y-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75) !important;
  border-bottom-color: rgb(250 250 250 / 0.75) !important;
}

.border-y-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8) !important;
  border-bottom-color: rgb(250 250 250 / 0.8) !important;
}

.border-y-neutral-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85) !important;
  border-bottom-color: rgb(250 250 250 / 0.85) !important;
}

.border-y-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9) !important;
  border-bottom-color: rgb(250 250 250 / 0.9) !important;
}

.border-y-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95) !important;
  border-bottom-color: rgb(250 250 250 / 0.95) !important;
}

.border-y-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0) !important;
  border-bottom-color: rgb(115 115 115 / 0) !important;
}

.border-y-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1) !important;
  border-bottom-color: rgb(115 115 115 / 0.1) !important;
}

.border-y-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1) !important;
  border-bottom-color: rgb(115 115 115 / 1) !important;
}

.border-y-neutral-500\/15 {
  border-top-color: rgb(115 115 115 / 0.15) !important;
  border-bottom-color: rgb(115 115 115 / 0.15) !important;
}

.border-y-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2) !important;
  border-bottom-color: rgb(115 115 115 / 0.2) !important;
}

.border-y-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25) !important;
  border-bottom-color: rgb(115 115 115 / 0.25) !important;
}

.border-y-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3) !important;
  border-bottom-color: rgb(115 115 115 / 0.3) !important;
}

.border-y-neutral-500\/35 {
  border-top-color: rgb(115 115 115 / 0.35) !important;
  border-bottom-color: rgb(115 115 115 / 0.35) !important;
}

.border-y-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4) !important;
  border-bottom-color: rgb(115 115 115 / 0.4) !important;
}

.border-y-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45) !important;
  border-bottom-color: rgb(115 115 115 / 0.45) !important;
}

.border-y-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05) !important;
  border-bottom-color: rgb(115 115 115 / 0.05) !important;
}

.border-y-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5) !important;
  border-bottom-color: rgb(115 115 115 / 0.5) !important;
}

.border-y-neutral-500\/55 {
  border-top-color: rgb(115 115 115 / 0.55) !important;
  border-bottom-color: rgb(115 115 115 / 0.55) !important;
}

.border-y-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6) !important;
  border-bottom-color: rgb(115 115 115 / 0.6) !important;
}

.border-y-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65) !important;
  border-bottom-color: rgb(115 115 115 / 0.65) !important;
}

.border-y-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7) !important;
  border-bottom-color: rgb(115 115 115 / 0.7) !important;
}

.border-y-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75) !important;
  border-bottom-color: rgb(115 115 115 / 0.75) !important;
}

.border-y-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8) !important;
  border-bottom-color: rgb(115 115 115 / 0.8) !important;
}

.border-y-neutral-500\/85 {
  border-top-color: rgb(115 115 115 / 0.85) !important;
  border-bottom-color: rgb(115 115 115 / 0.85) !important;
}

.border-y-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9) !important;
  border-bottom-color: rgb(115 115 115 / 0.9) !important;
}

.border-y-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95) !important;
  border-bottom-color: rgb(115 115 115 / 0.95) !important;
}

.border-y-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0) !important;
  border-bottom-color: rgb(82 82 82 / 0) !important;
}

.border-y-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1) !important;
  border-bottom-color: rgb(82 82 82 / 0.1) !important;
}

.border-y-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1) !important;
  border-bottom-color: rgb(82 82 82 / 1) !important;
}

.border-y-neutral-600\/15 {
  border-top-color: rgb(82 82 82 / 0.15) !important;
  border-bottom-color: rgb(82 82 82 / 0.15) !important;
}

.border-y-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2) !important;
  border-bottom-color: rgb(82 82 82 / 0.2) !important;
}

.border-y-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25) !important;
  border-bottom-color: rgb(82 82 82 / 0.25) !important;
}

.border-y-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3) !important;
  border-bottom-color: rgb(82 82 82 / 0.3) !important;
}

.border-y-neutral-600\/35 {
  border-top-color: rgb(82 82 82 / 0.35) !important;
  border-bottom-color: rgb(82 82 82 / 0.35) !important;
}

.border-y-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4) !important;
  border-bottom-color: rgb(82 82 82 / 0.4) !important;
}

.border-y-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45) !important;
  border-bottom-color: rgb(82 82 82 / 0.45) !important;
}

.border-y-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05) !important;
  border-bottom-color: rgb(82 82 82 / 0.05) !important;
}

.border-y-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5) !important;
  border-bottom-color: rgb(82 82 82 / 0.5) !important;
}

.border-y-neutral-600\/55 {
  border-top-color: rgb(82 82 82 / 0.55) !important;
  border-bottom-color: rgb(82 82 82 / 0.55) !important;
}

.border-y-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6) !important;
  border-bottom-color: rgb(82 82 82 / 0.6) !important;
}

.border-y-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65) !important;
  border-bottom-color: rgb(82 82 82 / 0.65) !important;
}

.border-y-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7) !important;
  border-bottom-color: rgb(82 82 82 / 0.7) !important;
}

.border-y-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75) !important;
  border-bottom-color: rgb(82 82 82 / 0.75) !important;
}

.border-y-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8) !important;
  border-bottom-color: rgb(82 82 82 / 0.8) !important;
}

.border-y-neutral-600\/85 {
  border-top-color: rgb(82 82 82 / 0.85) !important;
  border-bottom-color: rgb(82 82 82 / 0.85) !important;
}

.border-y-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9) !important;
  border-bottom-color: rgb(82 82 82 / 0.9) !important;
}

.border-y-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95) !important;
  border-bottom-color: rgb(82 82 82 / 0.95) !important;
}

.border-y-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0) !important;
  border-bottom-color: rgb(64 64 64 / 0) !important;
}

.border-y-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1) !important;
  border-bottom-color: rgb(64 64 64 / 0.1) !important;
}

.border-y-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1) !important;
  border-bottom-color: rgb(64 64 64 / 1) !important;
}

.border-y-neutral-700\/15 {
  border-top-color: rgb(64 64 64 / 0.15) !important;
  border-bottom-color: rgb(64 64 64 / 0.15) !important;
}

.border-y-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2) !important;
  border-bottom-color: rgb(64 64 64 / 0.2) !important;
}

.border-y-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25) !important;
  border-bottom-color: rgb(64 64 64 / 0.25) !important;
}

.border-y-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3) !important;
  border-bottom-color: rgb(64 64 64 / 0.3) !important;
}

.border-y-neutral-700\/35 {
  border-top-color: rgb(64 64 64 / 0.35) !important;
  border-bottom-color: rgb(64 64 64 / 0.35) !important;
}

.border-y-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4) !important;
  border-bottom-color: rgb(64 64 64 / 0.4) !important;
}

.border-y-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45) !important;
  border-bottom-color: rgb(64 64 64 / 0.45) !important;
}

.border-y-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05) !important;
  border-bottom-color: rgb(64 64 64 / 0.05) !important;
}

.border-y-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5) !important;
  border-bottom-color: rgb(64 64 64 / 0.5) !important;
}

.border-y-neutral-700\/55 {
  border-top-color: rgb(64 64 64 / 0.55) !important;
  border-bottom-color: rgb(64 64 64 / 0.55) !important;
}

.border-y-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6) !important;
  border-bottom-color: rgb(64 64 64 / 0.6) !important;
}

.border-y-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65) !important;
  border-bottom-color: rgb(64 64 64 / 0.65) !important;
}

.border-y-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7) !important;
  border-bottom-color: rgb(64 64 64 / 0.7) !important;
}

.border-y-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75) !important;
  border-bottom-color: rgb(64 64 64 / 0.75) !important;
}

.border-y-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8) !important;
  border-bottom-color: rgb(64 64 64 / 0.8) !important;
}

.border-y-neutral-700\/85 {
  border-top-color: rgb(64 64 64 / 0.85) !important;
  border-bottom-color: rgb(64 64 64 / 0.85) !important;
}

.border-y-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9) !important;
  border-bottom-color: rgb(64 64 64 / 0.9) !important;
}

.border-y-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95) !important;
  border-bottom-color: rgb(64 64 64 / 0.95) !important;
}

.border-y-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0) !important;
  border-bottom-color: rgb(38 38 38 / 0) !important;
}

.border-y-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1) !important;
  border-bottom-color: rgb(38 38 38 / 0.1) !important;
}

.border-y-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1) !important;
  border-bottom-color: rgb(38 38 38 / 1) !important;
}

.border-y-neutral-800\/15 {
  border-top-color: rgb(38 38 38 / 0.15) !important;
  border-bottom-color: rgb(38 38 38 / 0.15) !important;
}

.border-y-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2) !important;
  border-bottom-color: rgb(38 38 38 / 0.2) !important;
}

.border-y-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25) !important;
  border-bottom-color: rgb(38 38 38 / 0.25) !important;
}

.border-y-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3) !important;
  border-bottom-color: rgb(38 38 38 / 0.3) !important;
}

.border-y-neutral-800\/35 {
  border-top-color: rgb(38 38 38 / 0.35) !important;
  border-bottom-color: rgb(38 38 38 / 0.35) !important;
}

.border-y-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4) !important;
  border-bottom-color: rgb(38 38 38 / 0.4) !important;
}

.border-y-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45) !important;
  border-bottom-color: rgb(38 38 38 / 0.45) !important;
}

.border-y-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05) !important;
  border-bottom-color: rgb(38 38 38 / 0.05) !important;
}

.border-y-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5) !important;
  border-bottom-color: rgb(38 38 38 / 0.5) !important;
}

.border-y-neutral-800\/55 {
  border-top-color: rgb(38 38 38 / 0.55) !important;
  border-bottom-color: rgb(38 38 38 / 0.55) !important;
}

.border-y-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6) !important;
  border-bottom-color: rgb(38 38 38 / 0.6) !important;
}

.border-y-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65) !important;
  border-bottom-color: rgb(38 38 38 / 0.65) !important;
}

.border-y-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7) !important;
  border-bottom-color: rgb(38 38 38 / 0.7) !important;
}

.border-y-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75) !important;
  border-bottom-color: rgb(38 38 38 / 0.75) !important;
}

.border-y-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8) !important;
  border-bottom-color: rgb(38 38 38 / 0.8) !important;
}

.border-y-neutral-800\/85 {
  border-top-color: rgb(38 38 38 / 0.85) !important;
  border-bottom-color: rgb(38 38 38 / 0.85) !important;
}

.border-y-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9) !important;
  border-bottom-color: rgb(38 38 38 / 0.9) !important;
}

.border-y-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95) !important;
  border-bottom-color: rgb(38 38 38 / 0.95) !important;
}

.border-y-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0) !important;
  border-bottom-color: rgb(23 23 23 / 0) !important;
}

.border-y-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1) !important;
  border-bottom-color: rgb(23 23 23 / 0.1) !important;
}

.border-y-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1) !important;
  border-bottom-color: rgb(23 23 23 / 1) !important;
}

.border-y-neutral-900\/15 {
  border-top-color: rgb(23 23 23 / 0.15) !important;
  border-bottom-color: rgb(23 23 23 / 0.15) !important;
}

.border-y-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2) !important;
  border-bottom-color: rgb(23 23 23 / 0.2) !important;
}

.border-y-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25) !important;
  border-bottom-color: rgb(23 23 23 / 0.25) !important;
}

.border-y-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3) !important;
  border-bottom-color: rgb(23 23 23 / 0.3) !important;
}

.border-y-neutral-900\/35 {
  border-top-color: rgb(23 23 23 / 0.35) !important;
  border-bottom-color: rgb(23 23 23 / 0.35) !important;
}

.border-y-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4) !important;
  border-bottom-color: rgb(23 23 23 / 0.4) !important;
}

.border-y-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45) !important;
  border-bottom-color: rgb(23 23 23 / 0.45) !important;
}

.border-y-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05) !important;
  border-bottom-color: rgb(23 23 23 / 0.05) !important;
}

.border-y-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5) !important;
  border-bottom-color: rgb(23 23 23 / 0.5) !important;
}

.border-y-neutral-900\/55 {
  border-top-color: rgb(23 23 23 / 0.55) !important;
  border-bottom-color: rgb(23 23 23 / 0.55) !important;
}

.border-y-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6) !important;
  border-bottom-color: rgb(23 23 23 / 0.6) !important;
}

.border-y-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65) !important;
  border-bottom-color: rgb(23 23 23 / 0.65) !important;
}

.border-y-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7) !important;
  border-bottom-color: rgb(23 23 23 / 0.7) !important;
}

.border-y-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75) !important;
  border-bottom-color: rgb(23 23 23 / 0.75) !important;
}

.border-y-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8) !important;
  border-bottom-color: rgb(23 23 23 / 0.8) !important;
}

.border-y-neutral-900\/85 {
  border-top-color: rgb(23 23 23 / 0.85) !important;
  border-bottom-color: rgb(23 23 23 / 0.85) !important;
}

.border-y-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9) !important;
  border-bottom-color: rgb(23 23 23 / 0.9) !important;
}

.border-y-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95) !important;
  border-bottom-color: rgb(23 23 23 / 0.95) !important;
}

.border-y-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-y-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0) !important;
  border-bottom-color: rgb(10 10 10 / 0) !important;
}

.border-y-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1) !important;
  border-bottom-color: rgb(10 10 10 / 0.1) !important;
}

.border-y-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1) !important;
  border-bottom-color: rgb(10 10 10 / 1) !important;
}

.border-y-neutral-950\/15 {
  border-top-color: rgb(10 10 10 / 0.15) !important;
  border-bottom-color: rgb(10 10 10 / 0.15) !important;
}

.border-y-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2) !important;
  border-bottom-color: rgb(10 10 10 / 0.2) !important;
}

.border-y-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25) !important;
  border-bottom-color: rgb(10 10 10 / 0.25) !important;
}

.border-y-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3) !important;
  border-bottom-color: rgb(10 10 10 / 0.3) !important;
}

.border-y-neutral-950\/35 {
  border-top-color: rgb(10 10 10 / 0.35) !important;
  border-bottom-color: rgb(10 10 10 / 0.35) !important;
}

.border-y-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4) !important;
  border-bottom-color: rgb(10 10 10 / 0.4) !important;
}

.border-y-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45) !important;
  border-bottom-color: rgb(10 10 10 / 0.45) !important;
}

.border-y-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05) !important;
  border-bottom-color: rgb(10 10 10 / 0.05) !important;
}

.border-y-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5) !important;
  border-bottom-color: rgb(10 10 10 / 0.5) !important;
}

.border-y-neutral-950\/55 {
  border-top-color: rgb(10 10 10 / 0.55) !important;
  border-bottom-color: rgb(10 10 10 / 0.55) !important;
}

.border-y-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6) !important;
  border-bottom-color: rgb(10 10 10 / 0.6) !important;
}

.border-y-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65) !important;
  border-bottom-color: rgb(10 10 10 / 0.65) !important;
}

.border-y-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7) !important;
  border-bottom-color: rgb(10 10 10 / 0.7) !important;
}

.border-y-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75) !important;
  border-bottom-color: rgb(10 10 10 / 0.75) !important;
}

.border-y-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8) !important;
  border-bottom-color: rgb(10 10 10 / 0.8) !important;
}

.border-y-neutral-950\/85 {
  border-top-color: rgb(10 10 10 / 0.85) !important;
  border-bottom-color: rgb(10 10 10 / 0.85) !important;
}

.border-y-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9) !important;
  border-bottom-color: rgb(10 10 10 / 0.9) !important;
}

.border-y-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95) !important;
  border-bottom-color: rgb(10 10 10 / 0.95) !important;
}

.border-y-orange-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-100\/0 {
  border-top-color: rgb(255 237 213 / 0) !important;
  border-bottom-color: rgb(255 237 213 / 0) !important;
}

.border-y-orange-100\/10 {
  border-top-color: rgb(255 237 213 / 0.1) !important;
  border-bottom-color: rgb(255 237 213 / 0.1) !important;
}

.border-y-orange-100\/100 {
  border-top-color: rgb(255 237 213 / 1) !important;
  border-bottom-color: rgb(255 237 213 / 1) !important;
}

.border-y-orange-100\/15 {
  border-top-color: rgb(255 237 213 / 0.15) !important;
  border-bottom-color: rgb(255 237 213 / 0.15) !important;
}

.border-y-orange-100\/20 {
  border-top-color: rgb(255 237 213 / 0.2) !important;
  border-bottom-color: rgb(255 237 213 / 0.2) !important;
}

.border-y-orange-100\/25 {
  border-top-color: rgb(255 237 213 / 0.25) !important;
  border-bottom-color: rgb(255 237 213 / 0.25) !important;
}

.border-y-orange-100\/30 {
  border-top-color: rgb(255 237 213 / 0.3) !important;
  border-bottom-color: rgb(255 237 213 / 0.3) !important;
}

.border-y-orange-100\/35 {
  border-top-color: rgb(255 237 213 / 0.35) !important;
  border-bottom-color: rgb(255 237 213 / 0.35) !important;
}

.border-y-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4) !important;
  border-bottom-color: rgb(255 237 213 / 0.4) !important;
}

.border-y-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45) !important;
  border-bottom-color: rgb(255 237 213 / 0.45) !important;
}

.border-y-orange-100\/5 {
  border-top-color: rgb(255 237 213 / 0.05) !important;
  border-bottom-color: rgb(255 237 213 / 0.05) !important;
}

.border-y-orange-100\/50 {
  border-top-color: rgb(255 237 213 / 0.5) !important;
  border-bottom-color: rgb(255 237 213 / 0.5) !important;
}

.border-y-orange-100\/55 {
  border-top-color: rgb(255 237 213 / 0.55) !important;
  border-bottom-color: rgb(255 237 213 / 0.55) !important;
}

.border-y-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6) !important;
  border-bottom-color: rgb(255 237 213 / 0.6) !important;
}

.border-y-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65) !important;
  border-bottom-color: rgb(255 237 213 / 0.65) !important;
}

.border-y-orange-100\/70 {
  border-top-color: rgb(255 237 213 / 0.7) !important;
  border-bottom-color: rgb(255 237 213 / 0.7) !important;
}

.border-y-orange-100\/75 {
  border-top-color: rgb(255 237 213 / 0.75) !important;
  border-bottom-color: rgb(255 237 213 / 0.75) !important;
}

.border-y-orange-100\/80 {
  border-top-color: rgb(255 237 213 / 0.8) !important;
  border-bottom-color: rgb(255 237 213 / 0.8) !important;
}

.border-y-orange-100\/85 {
  border-top-color: rgb(255 237 213 / 0.85) !important;
  border-bottom-color: rgb(255 237 213 / 0.85) !important;
}

.border-y-orange-100\/90 {
  border-top-color: rgb(255 237 213 / 0.9) !important;
  border-bottom-color: rgb(255 237 213 / 0.9) !important;
}

.border-y-orange-100\/95 {
  border-top-color: rgb(255 237 213 / 0.95) !important;
  border-bottom-color: rgb(255 237 213 / 0.95) !important;
}

.border-y-orange-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-200\/0 {
  border-top-color: rgb(254 215 170 / 0) !important;
  border-bottom-color: rgb(254 215 170 / 0) !important;
}

.border-y-orange-200\/10 {
  border-top-color: rgb(254 215 170 / 0.1) !important;
  border-bottom-color: rgb(254 215 170 / 0.1) !important;
}

.border-y-orange-200\/100 {
  border-top-color: rgb(254 215 170 / 1) !important;
  border-bottom-color: rgb(254 215 170 / 1) !important;
}

.border-y-orange-200\/15 {
  border-top-color: rgb(254 215 170 / 0.15) !important;
  border-bottom-color: rgb(254 215 170 / 0.15) !important;
}

.border-y-orange-200\/20 {
  border-top-color: rgb(254 215 170 / 0.2) !important;
  border-bottom-color: rgb(254 215 170 / 0.2) !important;
}

.border-y-orange-200\/25 {
  border-top-color: rgb(254 215 170 / 0.25) !important;
  border-bottom-color: rgb(254 215 170 / 0.25) !important;
}

.border-y-orange-200\/30 {
  border-top-color: rgb(254 215 170 / 0.3) !important;
  border-bottom-color: rgb(254 215 170 / 0.3) !important;
}

.border-y-orange-200\/35 {
  border-top-color: rgb(254 215 170 / 0.35) !important;
  border-bottom-color: rgb(254 215 170 / 0.35) !important;
}

.border-y-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4) !important;
  border-bottom-color: rgb(254 215 170 / 0.4) !important;
}

.border-y-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45) !important;
  border-bottom-color: rgb(254 215 170 / 0.45) !important;
}

.border-y-orange-200\/5 {
  border-top-color: rgb(254 215 170 / 0.05) !important;
  border-bottom-color: rgb(254 215 170 / 0.05) !important;
}

.border-y-orange-200\/50 {
  border-top-color: rgb(254 215 170 / 0.5) !important;
  border-bottom-color: rgb(254 215 170 / 0.5) !important;
}

.border-y-orange-200\/55 {
  border-top-color: rgb(254 215 170 / 0.55) !important;
  border-bottom-color: rgb(254 215 170 / 0.55) !important;
}

.border-y-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6) !important;
  border-bottom-color: rgb(254 215 170 / 0.6) !important;
}

.border-y-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65) !important;
  border-bottom-color: rgb(254 215 170 / 0.65) !important;
}

.border-y-orange-200\/70 {
  border-top-color: rgb(254 215 170 / 0.7) !important;
  border-bottom-color: rgb(254 215 170 / 0.7) !important;
}

.border-y-orange-200\/75 {
  border-top-color: rgb(254 215 170 / 0.75) !important;
  border-bottom-color: rgb(254 215 170 / 0.75) !important;
}

.border-y-orange-200\/80 {
  border-top-color: rgb(254 215 170 / 0.8) !important;
  border-bottom-color: rgb(254 215 170 / 0.8) !important;
}

.border-y-orange-200\/85 {
  border-top-color: rgb(254 215 170 / 0.85) !important;
  border-bottom-color: rgb(254 215 170 / 0.85) !important;
}

.border-y-orange-200\/90 {
  border-top-color: rgb(254 215 170 / 0.9) !important;
  border-bottom-color: rgb(254 215 170 / 0.9) !important;
}

.border-y-orange-200\/95 {
  border-top-color: rgb(254 215 170 / 0.95) !important;
  border-bottom-color: rgb(254 215 170 / 0.95) !important;
}

.border-y-orange-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-300\/0 {
  border-top-color: rgb(253 186 116 / 0) !important;
  border-bottom-color: rgb(253 186 116 / 0) !important;
}

.border-y-orange-300\/10 {
  border-top-color: rgb(253 186 116 / 0.1) !important;
  border-bottom-color: rgb(253 186 116 / 0.1) !important;
}

.border-y-orange-300\/100 {
  border-top-color: rgb(253 186 116 / 1) !important;
  border-bottom-color: rgb(253 186 116 / 1) !important;
}

.border-y-orange-300\/15 {
  border-top-color: rgb(253 186 116 / 0.15) !important;
  border-bottom-color: rgb(253 186 116 / 0.15) !important;
}

.border-y-orange-300\/20 {
  border-top-color: rgb(253 186 116 / 0.2) !important;
  border-bottom-color: rgb(253 186 116 / 0.2) !important;
}

.border-y-orange-300\/25 {
  border-top-color: rgb(253 186 116 / 0.25) !important;
  border-bottom-color: rgb(253 186 116 / 0.25) !important;
}

.border-y-orange-300\/30 {
  border-top-color: rgb(253 186 116 / 0.3) !important;
  border-bottom-color: rgb(253 186 116 / 0.3) !important;
}

.border-y-orange-300\/35 {
  border-top-color: rgb(253 186 116 / 0.35) !important;
  border-bottom-color: rgb(253 186 116 / 0.35) !important;
}

.border-y-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4) !important;
  border-bottom-color: rgb(253 186 116 / 0.4) !important;
}

.border-y-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45) !important;
  border-bottom-color: rgb(253 186 116 / 0.45) !important;
}

.border-y-orange-300\/5 {
  border-top-color: rgb(253 186 116 / 0.05) !important;
  border-bottom-color: rgb(253 186 116 / 0.05) !important;
}

.border-y-orange-300\/50 {
  border-top-color: rgb(253 186 116 / 0.5) !important;
  border-bottom-color: rgb(253 186 116 / 0.5) !important;
}

.border-y-orange-300\/55 {
  border-top-color: rgb(253 186 116 / 0.55) !important;
  border-bottom-color: rgb(253 186 116 / 0.55) !important;
}

.border-y-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6) !important;
  border-bottom-color: rgb(253 186 116 / 0.6) !important;
}

.border-y-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65) !important;
  border-bottom-color: rgb(253 186 116 / 0.65) !important;
}

.border-y-orange-300\/70 {
  border-top-color: rgb(253 186 116 / 0.7) !important;
  border-bottom-color: rgb(253 186 116 / 0.7) !important;
}

.border-y-orange-300\/75 {
  border-top-color: rgb(253 186 116 / 0.75) !important;
  border-bottom-color: rgb(253 186 116 / 0.75) !important;
}

.border-y-orange-300\/80 {
  border-top-color: rgb(253 186 116 / 0.8) !important;
  border-bottom-color: rgb(253 186 116 / 0.8) !important;
}

.border-y-orange-300\/85 {
  border-top-color: rgb(253 186 116 / 0.85) !important;
  border-bottom-color: rgb(253 186 116 / 0.85) !important;
}

.border-y-orange-300\/90 {
  border-top-color: rgb(253 186 116 / 0.9) !important;
  border-bottom-color: rgb(253 186 116 / 0.9) !important;
}

.border-y-orange-300\/95 {
  border-top-color: rgb(253 186 116 / 0.95) !important;
  border-bottom-color: rgb(253 186 116 / 0.95) !important;
}

.border-y-orange-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-400\/0 {
  border-top-color: rgb(251 146 60 / 0) !important;
  border-bottom-color: rgb(251 146 60 / 0) !important;
}

.border-y-orange-400\/10 {
  border-top-color: rgb(251 146 60 / 0.1) !important;
  border-bottom-color: rgb(251 146 60 / 0.1) !important;
}

.border-y-orange-400\/100 {
  border-top-color: rgb(251 146 60 / 1) !important;
  border-bottom-color: rgb(251 146 60 / 1) !important;
}

.border-y-orange-400\/15 {
  border-top-color: rgb(251 146 60 / 0.15) !important;
  border-bottom-color: rgb(251 146 60 / 0.15) !important;
}

.border-y-orange-400\/20 {
  border-top-color: rgb(251 146 60 / 0.2) !important;
  border-bottom-color: rgb(251 146 60 / 0.2) !important;
}

.border-y-orange-400\/25 {
  border-top-color: rgb(251 146 60 / 0.25) !important;
  border-bottom-color: rgb(251 146 60 / 0.25) !important;
}

.border-y-orange-400\/30 {
  border-top-color: rgb(251 146 60 / 0.3) !important;
  border-bottom-color: rgb(251 146 60 / 0.3) !important;
}

.border-y-orange-400\/35 {
  border-top-color: rgb(251 146 60 / 0.35) !important;
  border-bottom-color: rgb(251 146 60 / 0.35) !important;
}

.border-y-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4) !important;
  border-bottom-color: rgb(251 146 60 / 0.4) !important;
}

.border-y-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45) !important;
  border-bottom-color: rgb(251 146 60 / 0.45) !important;
}

.border-y-orange-400\/5 {
  border-top-color: rgb(251 146 60 / 0.05) !important;
  border-bottom-color: rgb(251 146 60 / 0.05) !important;
}

.border-y-orange-400\/50 {
  border-top-color: rgb(251 146 60 / 0.5) !important;
  border-bottom-color: rgb(251 146 60 / 0.5) !important;
}

.border-y-orange-400\/55 {
  border-top-color: rgb(251 146 60 / 0.55) !important;
  border-bottom-color: rgb(251 146 60 / 0.55) !important;
}

.border-y-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6) !important;
  border-bottom-color: rgb(251 146 60 / 0.6) !important;
}

.border-y-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65) !important;
  border-bottom-color: rgb(251 146 60 / 0.65) !important;
}

.border-y-orange-400\/70 {
  border-top-color: rgb(251 146 60 / 0.7) !important;
  border-bottom-color: rgb(251 146 60 / 0.7) !important;
}

.border-y-orange-400\/75 {
  border-top-color: rgb(251 146 60 / 0.75) !important;
  border-bottom-color: rgb(251 146 60 / 0.75) !important;
}

.border-y-orange-400\/80 {
  border-top-color: rgb(251 146 60 / 0.8) !important;
  border-bottom-color: rgb(251 146 60 / 0.8) !important;
}

.border-y-orange-400\/85 {
  border-top-color: rgb(251 146 60 / 0.85) !important;
  border-bottom-color: rgb(251 146 60 / 0.85) !important;
}

.border-y-orange-400\/90 {
  border-top-color: rgb(251 146 60 / 0.9) !important;
  border-bottom-color: rgb(251 146 60 / 0.9) !important;
}

.border-y-orange-400\/95 {
  border-top-color: rgb(251 146 60 / 0.95) !important;
  border-bottom-color: rgb(251 146 60 / 0.95) !important;
}

.border-y-orange-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-50\/0 {
  border-top-color: rgb(255 247 237 / 0) !important;
  border-bottom-color: rgb(255 247 237 / 0) !important;
}

.border-y-orange-50\/10 {
  border-top-color: rgb(255 247 237 / 0.1) !important;
  border-bottom-color: rgb(255 247 237 / 0.1) !important;
}

.border-y-orange-50\/100 {
  border-top-color: rgb(255 247 237 / 1) !important;
  border-bottom-color: rgb(255 247 237 / 1) !important;
}

.border-y-orange-50\/15 {
  border-top-color: rgb(255 247 237 / 0.15) !important;
  border-bottom-color: rgb(255 247 237 / 0.15) !important;
}

.border-y-orange-50\/20 {
  border-top-color: rgb(255 247 237 / 0.2) !important;
  border-bottom-color: rgb(255 247 237 / 0.2) !important;
}

.border-y-orange-50\/25 {
  border-top-color: rgb(255 247 237 / 0.25) !important;
  border-bottom-color: rgb(255 247 237 / 0.25) !important;
}

.border-y-orange-50\/30 {
  border-top-color: rgb(255 247 237 / 0.3) !important;
  border-bottom-color: rgb(255 247 237 / 0.3) !important;
}

.border-y-orange-50\/35 {
  border-top-color: rgb(255 247 237 / 0.35) !important;
  border-bottom-color: rgb(255 247 237 / 0.35) !important;
}

.border-y-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4) !important;
  border-bottom-color: rgb(255 247 237 / 0.4) !important;
}

.border-y-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45) !important;
  border-bottom-color: rgb(255 247 237 / 0.45) !important;
}

.border-y-orange-50\/5 {
  border-top-color: rgb(255 247 237 / 0.05) !important;
  border-bottom-color: rgb(255 247 237 / 0.05) !important;
}

.border-y-orange-50\/50 {
  border-top-color: rgb(255 247 237 / 0.5) !important;
  border-bottom-color: rgb(255 247 237 / 0.5) !important;
}

.border-y-orange-50\/55 {
  border-top-color: rgb(255 247 237 / 0.55) !important;
  border-bottom-color: rgb(255 247 237 / 0.55) !important;
}

.border-y-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6) !important;
  border-bottom-color: rgb(255 247 237 / 0.6) !important;
}

.border-y-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65) !important;
  border-bottom-color: rgb(255 247 237 / 0.65) !important;
}

.border-y-orange-50\/70 {
  border-top-color: rgb(255 247 237 / 0.7) !important;
  border-bottom-color: rgb(255 247 237 / 0.7) !important;
}

.border-y-orange-50\/75 {
  border-top-color: rgb(255 247 237 / 0.75) !important;
  border-bottom-color: rgb(255 247 237 / 0.75) !important;
}

.border-y-orange-50\/80 {
  border-top-color: rgb(255 247 237 / 0.8) !important;
  border-bottom-color: rgb(255 247 237 / 0.8) !important;
}

.border-y-orange-50\/85 {
  border-top-color: rgb(255 247 237 / 0.85) !important;
  border-bottom-color: rgb(255 247 237 / 0.85) !important;
}

.border-y-orange-50\/90 {
  border-top-color: rgb(255 247 237 / 0.9) !important;
  border-bottom-color: rgb(255 247 237 / 0.9) !important;
}

.border-y-orange-50\/95 {
  border-top-color: rgb(255 247 237 / 0.95) !important;
  border-bottom-color: rgb(255 247 237 / 0.95) !important;
}

.border-y-orange-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-500\/0 {
  border-top-color: rgb(249 115 22 / 0) !important;
  border-bottom-color: rgb(249 115 22 / 0) !important;
}

.border-y-orange-500\/10 {
  border-top-color: rgb(249 115 22 / 0.1) !important;
  border-bottom-color: rgb(249 115 22 / 0.1) !important;
}

.border-y-orange-500\/100 {
  border-top-color: rgb(249 115 22 / 1) !important;
  border-bottom-color: rgb(249 115 22 / 1) !important;
}

.border-y-orange-500\/15 {
  border-top-color: rgb(249 115 22 / 0.15) !important;
  border-bottom-color: rgb(249 115 22 / 0.15) !important;
}

.border-y-orange-500\/20 {
  border-top-color: rgb(249 115 22 / 0.2) !important;
  border-bottom-color: rgb(249 115 22 / 0.2) !important;
}

.border-y-orange-500\/25 {
  border-top-color: rgb(249 115 22 / 0.25) !important;
  border-bottom-color: rgb(249 115 22 / 0.25) !important;
}

.border-y-orange-500\/30 {
  border-top-color: rgb(249 115 22 / 0.3) !important;
  border-bottom-color: rgb(249 115 22 / 0.3) !important;
}

.border-y-orange-500\/35 {
  border-top-color: rgb(249 115 22 / 0.35) !important;
  border-bottom-color: rgb(249 115 22 / 0.35) !important;
}

.border-y-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4) !important;
  border-bottom-color: rgb(249 115 22 / 0.4) !important;
}

.border-y-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45) !important;
  border-bottom-color: rgb(249 115 22 / 0.45) !important;
}

.border-y-orange-500\/5 {
  border-top-color: rgb(249 115 22 / 0.05) !important;
  border-bottom-color: rgb(249 115 22 / 0.05) !important;
}

.border-y-orange-500\/50 {
  border-top-color: rgb(249 115 22 / 0.5) !important;
  border-bottom-color: rgb(249 115 22 / 0.5) !important;
}

.border-y-orange-500\/55 {
  border-top-color: rgb(249 115 22 / 0.55) !important;
  border-bottom-color: rgb(249 115 22 / 0.55) !important;
}

.border-y-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6) !important;
  border-bottom-color: rgb(249 115 22 / 0.6) !important;
}

.border-y-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65) !important;
  border-bottom-color: rgb(249 115 22 / 0.65) !important;
}

.border-y-orange-500\/70 {
  border-top-color: rgb(249 115 22 / 0.7) !important;
  border-bottom-color: rgb(249 115 22 / 0.7) !important;
}

.border-y-orange-500\/75 {
  border-top-color: rgb(249 115 22 / 0.75) !important;
  border-bottom-color: rgb(249 115 22 / 0.75) !important;
}

.border-y-orange-500\/80 {
  border-top-color: rgb(249 115 22 / 0.8) !important;
  border-bottom-color: rgb(249 115 22 / 0.8) !important;
}

.border-y-orange-500\/85 {
  border-top-color: rgb(249 115 22 / 0.85) !important;
  border-bottom-color: rgb(249 115 22 / 0.85) !important;
}

.border-y-orange-500\/90 {
  border-top-color: rgb(249 115 22 / 0.9) !important;
  border-bottom-color: rgb(249 115 22 / 0.9) !important;
}

.border-y-orange-500\/95 {
  border-top-color: rgb(249 115 22 / 0.95) !important;
  border-bottom-color: rgb(249 115 22 / 0.95) !important;
}

.border-y-orange-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-600\/0 {
  border-top-color: rgb(234 88 12 / 0) !important;
  border-bottom-color: rgb(234 88 12 / 0) !important;
}

.border-y-orange-600\/10 {
  border-top-color: rgb(234 88 12 / 0.1) !important;
  border-bottom-color: rgb(234 88 12 / 0.1) !important;
}

.border-y-orange-600\/100 {
  border-top-color: rgb(234 88 12 / 1) !important;
  border-bottom-color: rgb(234 88 12 / 1) !important;
}

.border-y-orange-600\/15 {
  border-top-color: rgb(234 88 12 / 0.15) !important;
  border-bottom-color: rgb(234 88 12 / 0.15) !important;
}

.border-y-orange-600\/20 {
  border-top-color: rgb(234 88 12 / 0.2) !important;
  border-bottom-color: rgb(234 88 12 / 0.2) !important;
}

.border-y-orange-600\/25 {
  border-top-color: rgb(234 88 12 / 0.25) !important;
  border-bottom-color: rgb(234 88 12 / 0.25) !important;
}

.border-y-orange-600\/30 {
  border-top-color: rgb(234 88 12 / 0.3) !important;
  border-bottom-color: rgb(234 88 12 / 0.3) !important;
}

.border-y-orange-600\/35 {
  border-top-color: rgb(234 88 12 / 0.35) !important;
  border-bottom-color: rgb(234 88 12 / 0.35) !important;
}

.border-y-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4) !important;
  border-bottom-color: rgb(234 88 12 / 0.4) !important;
}

.border-y-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45) !important;
  border-bottom-color: rgb(234 88 12 / 0.45) !important;
}

.border-y-orange-600\/5 {
  border-top-color: rgb(234 88 12 / 0.05) !important;
  border-bottom-color: rgb(234 88 12 / 0.05) !important;
}

.border-y-orange-600\/50 {
  border-top-color: rgb(234 88 12 / 0.5) !important;
  border-bottom-color: rgb(234 88 12 / 0.5) !important;
}

.border-y-orange-600\/55 {
  border-top-color: rgb(234 88 12 / 0.55) !important;
  border-bottom-color: rgb(234 88 12 / 0.55) !important;
}

.border-y-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6) !important;
  border-bottom-color: rgb(234 88 12 / 0.6) !important;
}

.border-y-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65) !important;
  border-bottom-color: rgb(234 88 12 / 0.65) !important;
}

.border-y-orange-600\/70 {
  border-top-color: rgb(234 88 12 / 0.7) !important;
  border-bottom-color: rgb(234 88 12 / 0.7) !important;
}

.border-y-orange-600\/75 {
  border-top-color: rgb(234 88 12 / 0.75) !important;
  border-bottom-color: rgb(234 88 12 / 0.75) !important;
}

.border-y-orange-600\/80 {
  border-top-color: rgb(234 88 12 / 0.8) !important;
  border-bottom-color: rgb(234 88 12 / 0.8) !important;
}

.border-y-orange-600\/85 {
  border-top-color: rgb(234 88 12 / 0.85) !important;
  border-bottom-color: rgb(234 88 12 / 0.85) !important;
}

.border-y-orange-600\/90 {
  border-top-color: rgb(234 88 12 / 0.9) !important;
  border-bottom-color: rgb(234 88 12 / 0.9) !important;
}

.border-y-orange-600\/95 {
  border-top-color: rgb(234 88 12 / 0.95) !important;
  border-bottom-color: rgb(234 88 12 / 0.95) !important;
}

.border-y-orange-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-700\/0 {
  border-top-color: rgb(194 65 12 / 0) !important;
  border-bottom-color: rgb(194 65 12 / 0) !important;
}

.border-y-orange-700\/10 {
  border-top-color: rgb(194 65 12 / 0.1) !important;
  border-bottom-color: rgb(194 65 12 / 0.1) !important;
}

.border-y-orange-700\/100 {
  border-top-color: rgb(194 65 12 / 1) !important;
  border-bottom-color: rgb(194 65 12 / 1) !important;
}

.border-y-orange-700\/15 {
  border-top-color: rgb(194 65 12 / 0.15) !important;
  border-bottom-color: rgb(194 65 12 / 0.15) !important;
}

.border-y-orange-700\/20 {
  border-top-color: rgb(194 65 12 / 0.2) !important;
  border-bottom-color: rgb(194 65 12 / 0.2) !important;
}

.border-y-orange-700\/25 {
  border-top-color: rgb(194 65 12 / 0.25) !important;
  border-bottom-color: rgb(194 65 12 / 0.25) !important;
}

.border-y-orange-700\/30 {
  border-top-color: rgb(194 65 12 / 0.3) !important;
  border-bottom-color: rgb(194 65 12 / 0.3) !important;
}

.border-y-orange-700\/35 {
  border-top-color: rgb(194 65 12 / 0.35) !important;
  border-bottom-color: rgb(194 65 12 / 0.35) !important;
}

.border-y-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4) !important;
  border-bottom-color: rgb(194 65 12 / 0.4) !important;
}

.border-y-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45) !important;
  border-bottom-color: rgb(194 65 12 / 0.45) !important;
}

.border-y-orange-700\/5 {
  border-top-color: rgb(194 65 12 / 0.05) !important;
  border-bottom-color: rgb(194 65 12 / 0.05) !important;
}

.border-y-orange-700\/50 {
  border-top-color: rgb(194 65 12 / 0.5) !important;
  border-bottom-color: rgb(194 65 12 / 0.5) !important;
}

.border-y-orange-700\/55 {
  border-top-color: rgb(194 65 12 / 0.55) !important;
  border-bottom-color: rgb(194 65 12 / 0.55) !important;
}

.border-y-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6) !important;
  border-bottom-color: rgb(194 65 12 / 0.6) !important;
}

.border-y-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65) !important;
  border-bottom-color: rgb(194 65 12 / 0.65) !important;
}

.border-y-orange-700\/70 {
  border-top-color: rgb(194 65 12 / 0.7) !important;
  border-bottom-color: rgb(194 65 12 / 0.7) !important;
}

.border-y-orange-700\/75 {
  border-top-color: rgb(194 65 12 / 0.75) !important;
  border-bottom-color: rgb(194 65 12 / 0.75) !important;
}

.border-y-orange-700\/80 {
  border-top-color: rgb(194 65 12 / 0.8) !important;
  border-bottom-color: rgb(194 65 12 / 0.8) !important;
}

.border-y-orange-700\/85 {
  border-top-color: rgb(194 65 12 / 0.85) !important;
  border-bottom-color: rgb(194 65 12 / 0.85) !important;
}

.border-y-orange-700\/90 {
  border-top-color: rgb(194 65 12 / 0.9) !important;
  border-bottom-color: rgb(194 65 12 / 0.9) !important;
}

.border-y-orange-700\/95 {
  border-top-color: rgb(194 65 12 / 0.95) !important;
  border-bottom-color: rgb(194 65 12 / 0.95) !important;
}

.border-y-orange-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-800\/0 {
  border-top-color: rgb(154 52 18 / 0) !important;
  border-bottom-color: rgb(154 52 18 / 0) !important;
}

.border-y-orange-800\/10 {
  border-top-color: rgb(154 52 18 / 0.1) !important;
  border-bottom-color: rgb(154 52 18 / 0.1) !important;
}

.border-y-orange-800\/100 {
  border-top-color: rgb(154 52 18 / 1) !important;
  border-bottom-color: rgb(154 52 18 / 1) !important;
}

.border-y-orange-800\/15 {
  border-top-color: rgb(154 52 18 / 0.15) !important;
  border-bottom-color: rgb(154 52 18 / 0.15) !important;
}

.border-y-orange-800\/20 {
  border-top-color: rgb(154 52 18 / 0.2) !important;
  border-bottom-color: rgb(154 52 18 / 0.2) !important;
}

.border-y-orange-800\/25 {
  border-top-color: rgb(154 52 18 / 0.25) !important;
  border-bottom-color: rgb(154 52 18 / 0.25) !important;
}

.border-y-orange-800\/30 {
  border-top-color: rgb(154 52 18 / 0.3) !important;
  border-bottom-color: rgb(154 52 18 / 0.3) !important;
}

.border-y-orange-800\/35 {
  border-top-color: rgb(154 52 18 / 0.35) !important;
  border-bottom-color: rgb(154 52 18 / 0.35) !important;
}

.border-y-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4) !important;
  border-bottom-color: rgb(154 52 18 / 0.4) !important;
}

.border-y-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45) !important;
  border-bottom-color: rgb(154 52 18 / 0.45) !important;
}

.border-y-orange-800\/5 {
  border-top-color: rgb(154 52 18 / 0.05) !important;
  border-bottom-color: rgb(154 52 18 / 0.05) !important;
}

.border-y-orange-800\/50 {
  border-top-color: rgb(154 52 18 / 0.5) !important;
  border-bottom-color: rgb(154 52 18 / 0.5) !important;
}

.border-y-orange-800\/55 {
  border-top-color: rgb(154 52 18 / 0.55) !important;
  border-bottom-color: rgb(154 52 18 / 0.55) !important;
}

.border-y-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6) !important;
  border-bottom-color: rgb(154 52 18 / 0.6) !important;
}

.border-y-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65) !important;
  border-bottom-color: rgb(154 52 18 / 0.65) !important;
}

.border-y-orange-800\/70 {
  border-top-color: rgb(154 52 18 / 0.7) !important;
  border-bottom-color: rgb(154 52 18 / 0.7) !important;
}

.border-y-orange-800\/75 {
  border-top-color: rgb(154 52 18 / 0.75) !important;
  border-bottom-color: rgb(154 52 18 / 0.75) !important;
}

.border-y-orange-800\/80 {
  border-top-color: rgb(154 52 18 / 0.8) !important;
  border-bottom-color: rgb(154 52 18 / 0.8) !important;
}

.border-y-orange-800\/85 {
  border-top-color: rgb(154 52 18 / 0.85) !important;
  border-bottom-color: rgb(154 52 18 / 0.85) !important;
}

.border-y-orange-800\/90 {
  border-top-color: rgb(154 52 18 / 0.9) !important;
  border-bottom-color: rgb(154 52 18 / 0.9) !important;
}

.border-y-orange-800\/95 {
  border-top-color: rgb(154 52 18 / 0.95) !important;
  border-bottom-color: rgb(154 52 18 / 0.95) !important;
}

.border-y-orange-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-900\/0 {
  border-top-color: rgb(124 45 18 / 0) !important;
  border-bottom-color: rgb(124 45 18 / 0) !important;
}

.border-y-orange-900\/10 {
  border-top-color: rgb(124 45 18 / 0.1) !important;
  border-bottom-color: rgb(124 45 18 / 0.1) !important;
}

.border-y-orange-900\/100 {
  border-top-color: rgb(124 45 18 / 1) !important;
  border-bottom-color: rgb(124 45 18 / 1) !important;
}

.border-y-orange-900\/15 {
  border-top-color: rgb(124 45 18 / 0.15) !important;
  border-bottom-color: rgb(124 45 18 / 0.15) !important;
}

.border-y-orange-900\/20 {
  border-top-color: rgb(124 45 18 / 0.2) !important;
  border-bottom-color: rgb(124 45 18 / 0.2) !important;
}

.border-y-orange-900\/25 {
  border-top-color: rgb(124 45 18 / 0.25) !important;
  border-bottom-color: rgb(124 45 18 / 0.25) !important;
}

.border-y-orange-900\/30 {
  border-top-color: rgb(124 45 18 / 0.3) !important;
  border-bottom-color: rgb(124 45 18 / 0.3) !important;
}

.border-y-orange-900\/35 {
  border-top-color: rgb(124 45 18 / 0.35) !important;
  border-bottom-color: rgb(124 45 18 / 0.35) !important;
}

.border-y-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4) !important;
  border-bottom-color: rgb(124 45 18 / 0.4) !important;
}

.border-y-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45) !important;
  border-bottom-color: rgb(124 45 18 / 0.45) !important;
}

.border-y-orange-900\/5 {
  border-top-color: rgb(124 45 18 / 0.05) !important;
  border-bottom-color: rgb(124 45 18 / 0.05) !important;
}

.border-y-orange-900\/50 {
  border-top-color: rgb(124 45 18 / 0.5) !important;
  border-bottom-color: rgb(124 45 18 / 0.5) !important;
}

.border-y-orange-900\/55 {
  border-top-color: rgb(124 45 18 / 0.55) !important;
  border-bottom-color: rgb(124 45 18 / 0.55) !important;
}

.border-y-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6) !important;
  border-bottom-color: rgb(124 45 18 / 0.6) !important;
}

.border-y-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65) !important;
  border-bottom-color: rgb(124 45 18 / 0.65) !important;
}

.border-y-orange-900\/70 {
  border-top-color: rgb(124 45 18 / 0.7) !important;
  border-bottom-color: rgb(124 45 18 / 0.7) !important;
}

.border-y-orange-900\/75 {
  border-top-color: rgb(124 45 18 / 0.75) !important;
  border-bottom-color: rgb(124 45 18 / 0.75) !important;
}

.border-y-orange-900\/80 {
  border-top-color: rgb(124 45 18 / 0.8) !important;
  border-bottom-color: rgb(124 45 18 / 0.8) !important;
}

.border-y-orange-900\/85 {
  border-top-color: rgb(124 45 18 / 0.85) !important;
  border-bottom-color: rgb(124 45 18 / 0.85) !important;
}

.border-y-orange-900\/90 {
  border-top-color: rgb(124 45 18 / 0.9) !important;
  border-bottom-color: rgb(124 45 18 / 0.9) !important;
}

.border-y-orange-900\/95 {
  border-top-color: rgb(124 45 18 / 0.95) !important;
  border-bottom-color: rgb(124 45 18 / 0.95) !important;
}

.border-y-orange-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-y-orange-950\/0 {
  border-top-color: rgb(67 20 7 / 0) !important;
  border-bottom-color: rgb(67 20 7 / 0) !important;
}

.border-y-orange-950\/10 {
  border-top-color: rgb(67 20 7 / 0.1) !important;
  border-bottom-color: rgb(67 20 7 / 0.1) !important;
}

.border-y-orange-950\/100 {
  border-top-color: rgb(67 20 7 / 1) !important;
  border-bottom-color: rgb(67 20 7 / 1) !important;
}

.border-y-orange-950\/15 {
  border-top-color: rgb(67 20 7 / 0.15) !important;
  border-bottom-color: rgb(67 20 7 / 0.15) !important;
}

.border-y-orange-950\/20 {
  border-top-color: rgb(67 20 7 / 0.2) !important;
  border-bottom-color: rgb(67 20 7 / 0.2) !important;
}

.border-y-orange-950\/25 {
  border-top-color: rgb(67 20 7 / 0.25) !important;
  border-bottom-color: rgb(67 20 7 / 0.25) !important;
}

.border-y-orange-950\/30 {
  border-top-color: rgb(67 20 7 / 0.3) !important;
  border-bottom-color: rgb(67 20 7 / 0.3) !important;
}

.border-y-orange-950\/35 {
  border-top-color: rgb(67 20 7 / 0.35) !important;
  border-bottom-color: rgb(67 20 7 / 0.35) !important;
}

.border-y-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4) !important;
  border-bottom-color: rgb(67 20 7 / 0.4) !important;
}

.border-y-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45) !important;
  border-bottom-color: rgb(67 20 7 / 0.45) !important;
}

.border-y-orange-950\/5 {
  border-top-color: rgb(67 20 7 / 0.05) !important;
  border-bottom-color: rgb(67 20 7 / 0.05) !important;
}

.border-y-orange-950\/50 {
  border-top-color: rgb(67 20 7 / 0.5) !important;
  border-bottom-color: rgb(67 20 7 / 0.5) !important;
}

.border-y-orange-950\/55 {
  border-top-color: rgb(67 20 7 / 0.55) !important;
  border-bottom-color: rgb(67 20 7 / 0.55) !important;
}

.border-y-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6) !important;
  border-bottom-color: rgb(67 20 7 / 0.6) !important;
}

.border-y-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65) !important;
  border-bottom-color: rgb(67 20 7 / 0.65) !important;
}

.border-y-orange-950\/70 {
  border-top-color: rgb(67 20 7 / 0.7) !important;
  border-bottom-color: rgb(67 20 7 / 0.7) !important;
}

.border-y-orange-950\/75 {
  border-top-color: rgb(67 20 7 / 0.75) !important;
  border-bottom-color: rgb(67 20 7 / 0.75) !important;
}

.border-y-orange-950\/80 {
  border-top-color: rgb(67 20 7 / 0.8) !important;
  border-bottom-color: rgb(67 20 7 / 0.8) !important;
}

.border-y-orange-950\/85 {
  border-top-color: rgb(67 20 7 / 0.85) !important;
  border-bottom-color: rgb(67 20 7 / 0.85) !important;
}

.border-y-orange-950\/90 {
  border-top-color: rgb(67 20 7 / 0.9) !important;
  border-bottom-color: rgb(67 20 7 / 0.9) !important;
}

.border-y-orange-950\/95 {
  border-top-color: rgb(67 20 7 / 0.95) !important;
  border-bottom-color: rgb(67 20 7 / 0.95) !important;
}

.border-y-pink-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-100\/0 {
  border-top-color: rgb(252 231 243 / 0) !important;
  border-bottom-color: rgb(252 231 243 / 0) !important;
}

.border-y-pink-100\/10 {
  border-top-color: rgb(252 231 243 / 0.1) !important;
  border-bottom-color: rgb(252 231 243 / 0.1) !important;
}

.border-y-pink-100\/100 {
  border-top-color: rgb(252 231 243 / 1) !important;
  border-bottom-color: rgb(252 231 243 / 1) !important;
}

.border-y-pink-100\/15 {
  border-top-color: rgb(252 231 243 / 0.15) !important;
  border-bottom-color: rgb(252 231 243 / 0.15) !important;
}

.border-y-pink-100\/20 {
  border-top-color: rgb(252 231 243 / 0.2) !important;
  border-bottom-color: rgb(252 231 243 / 0.2) !important;
}

.border-y-pink-100\/25 {
  border-top-color: rgb(252 231 243 / 0.25) !important;
  border-bottom-color: rgb(252 231 243 / 0.25) !important;
}

.border-y-pink-100\/30 {
  border-top-color: rgb(252 231 243 / 0.3) !important;
  border-bottom-color: rgb(252 231 243 / 0.3) !important;
}

.border-y-pink-100\/35 {
  border-top-color: rgb(252 231 243 / 0.35) !important;
  border-bottom-color: rgb(252 231 243 / 0.35) !important;
}

.border-y-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4) !important;
  border-bottom-color: rgb(252 231 243 / 0.4) !important;
}

.border-y-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45) !important;
  border-bottom-color: rgb(252 231 243 / 0.45) !important;
}

.border-y-pink-100\/5 {
  border-top-color: rgb(252 231 243 / 0.05) !important;
  border-bottom-color: rgb(252 231 243 / 0.05) !important;
}

.border-y-pink-100\/50 {
  border-top-color: rgb(252 231 243 / 0.5) !important;
  border-bottom-color: rgb(252 231 243 / 0.5) !important;
}

.border-y-pink-100\/55 {
  border-top-color: rgb(252 231 243 / 0.55) !important;
  border-bottom-color: rgb(252 231 243 / 0.55) !important;
}

.border-y-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6) !important;
  border-bottom-color: rgb(252 231 243 / 0.6) !important;
}

.border-y-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65) !important;
  border-bottom-color: rgb(252 231 243 / 0.65) !important;
}

.border-y-pink-100\/70 {
  border-top-color: rgb(252 231 243 / 0.7) !important;
  border-bottom-color: rgb(252 231 243 / 0.7) !important;
}

.border-y-pink-100\/75 {
  border-top-color: rgb(252 231 243 / 0.75) !important;
  border-bottom-color: rgb(252 231 243 / 0.75) !important;
}

.border-y-pink-100\/80 {
  border-top-color: rgb(252 231 243 / 0.8) !important;
  border-bottom-color: rgb(252 231 243 / 0.8) !important;
}

.border-y-pink-100\/85 {
  border-top-color: rgb(252 231 243 / 0.85) !important;
  border-bottom-color: rgb(252 231 243 / 0.85) !important;
}

.border-y-pink-100\/90 {
  border-top-color: rgb(252 231 243 / 0.9) !important;
  border-bottom-color: rgb(252 231 243 / 0.9) !important;
}

.border-y-pink-100\/95 {
  border-top-color: rgb(252 231 243 / 0.95) !important;
  border-bottom-color: rgb(252 231 243 / 0.95) !important;
}

.border-y-pink-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-200\/0 {
  border-top-color: rgb(251 207 232 / 0) !important;
  border-bottom-color: rgb(251 207 232 / 0) !important;
}

.border-y-pink-200\/10 {
  border-top-color: rgb(251 207 232 / 0.1) !important;
  border-bottom-color: rgb(251 207 232 / 0.1) !important;
}

.border-y-pink-200\/100 {
  border-top-color: rgb(251 207 232 / 1) !important;
  border-bottom-color: rgb(251 207 232 / 1) !important;
}

.border-y-pink-200\/15 {
  border-top-color: rgb(251 207 232 / 0.15) !important;
  border-bottom-color: rgb(251 207 232 / 0.15) !important;
}

.border-y-pink-200\/20 {
  border-top-color: rgb(251 207 232 / 0.2) !important;
  border-bottom-color: rgb(251 207 232 / 0.2) !important;
}

.border-y-pink-200\/25 {
  border-top-color: rgb(251 207 232 / 0.25) !important;
  border-bottom-color: rgb(251 207 232 / 0.25) !important;
}

.border-y-pink-200\/30 {
  border-top-color: rgb(251 207 232 / 0.3) !important;
  border-bottom-color: rgb(251 207 232 / 0.3) !important;
}

.border-y-pink-200\/35 {
  border-top-color: rgb(251 207 232 / 0.35) !important;
  border-bottom-color: rgb(251 207 232 / 0.35) !important;
}

.border-y-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4) !important;
  border-bottom-color: rgb(251 207 232 / 0.4) !important;
}

.border-y-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45) !important;
  border-bottom-color: rgb(251 207 232 / 0.45) !important;
}

.border-y-pink-200\/5 {
  border-top-color: rgb(251 207 232 / 0.05) !important;
  border-bottom-color: rgb(251 207 232 / 0.05) !important;
}

.border-y-pink-200\/50 {
  border-top-color: rgb(251 207 232 / 0.5) !important;
  border-bottom-color: rgb(251 207 232 / 0.5) !important;
}

.border-y-pink-200\/55 {
  border-top-color: rgb(251 207 232 / 0.55) !important;
  border-bottom-color: rgb(251 207 232 / 0.55) !important;
}

.border-y-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6) !important;
  border-bottom-color: rgb(251 207 232 / 0.6) !important;
}

.border-y-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65) !important;
  border-bottom-color: rgb(251 207 232 / 0.65) !important;
}

.border-y-pink-200\/70 {
  border-top-color: rgb(251 207 232 / 0.7) !important;
  border-bottom-color: rgb(251 207 232 / 0.7) !important;
}

.border-y-pink-200\/75 {
  border-top-color: rgb(251 207 232 / 0.75) !important;
  border-bottom-color: rgb(251 207 232 / 0.75) !important;
}

.border-y-pink-200\/80 {
  border-top-color: rgb(251 207 232 / 0.8) !important;
  border-bottom-color: rgb(251 207 232 / 0.8) !important;
}

.border-y-pink-200\/85 {
  border-top-color: rgb(251 207 232 / 0.85) !important;
  border-bottom-color: rgb(251 207 232 / 0.85) !important;
}

.border-y-pink-200\/90 {
  border-top-color: rgb(251 207 232 / 0.9) !important;
  border-bottom-color: rgb(251 207 232 / 0.9) !important;
}

.border-y-pink-200\/95 {
  border-top-color: rgb(251 207 232 / 0.95) !important;
  border-bottom-color: rgb(251 207 232 / 0.95) !important;
}

.border-y-pink-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-300\/0 {
  border-top-color: rgb(249 168 212 / 0) !important;
  border-bottom-color: rgb(249 168 212 / 0) !important;
}

.border-y-pink-300\/10 {
  border-top-color: rgb(249 168 212 / 0.1) !important;
  border-bottom-color: rgb(249 168 212 / 0.1) !important;
}

.border-y-pink-300\/100 {
  border-top-color: rgb(249 168 212 / 1) !important;
  border-bottom-color: rgb(249 168 212 / 1) !important;
}

.border-y-pink-300\/15 {
  border-top-color: rgb(249 168 212 / 0.15) !important;
  border-bottom-color: rgb(249 168 212 / 0.15) !important;
}

.border-y-pink-300\/20 {
  border-top-color: rgb(249 168 212 / 0.2) !important;
  border-bottom-color: rgb(249 168 212 / 0.2) !important;
}

.border-y-pink-300\/25 {
  border-top-color: rgb(249 168 212 / 0.25) !important;
  border-bottom-color: rgb(249 168 212 / 0.25) !important;
}

.border-y-pink-300\/30 {
  border-top-color: rgb(249 168 212 / 0.3) !important;
  border-bottom-color: rgb(249 168 212 / 0.3) !important;
}

.border-y-pink-300\/35 {
  border-top-color: rgb(249 168 212 / 0.35) !important;
  border-bottom-color: rgb(249 168 212 / 0.35) !important;
}

.border-y-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4) !important;
  border-bottom-color: rgb(249 168 212 / 0.4) !important;
}

.border-y-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45) !important;
  border-bottom-color: rgb(249 168 212 / 0.45) !important;
}

.border-y-pink-300\/5 {
  border-top-color: rgb(249 168 212 / 0.05) !important;
  border-bottom-color: rgb(249 168 212 / 0.05) !important;
}

.border-y-pink-300\/50 {
  border-top-color: rgb(249 168 212 / 0.5) !important;
  border-bottom-color: rgb(249 168 212 / 0.5) !important;
}

.border-y-pink-300\/55 {
  border-top-color: rgb(249 168 212 / 0.55) !important;
  border-bottom-color: rgb(249 168 212 / 0.55) !important;
}

.border-y-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6) !important;
  border-bottom-color: rgb(249 168 212 / 0.6) !important;
}

.border-y-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65) !important;
  border-bottom-color: rgb(249 168 212 / 0.65) !important;
}

.border-y-pink-300\/70 {
  border-top-color: rgb(249 168 212 / 0.7) !important;
  border-bottom-color: rgb(249 168 212 / 0.7) !important;
}

.border-y-pink-300\/75 {
  border-top-color: rgb(249 168 212 / 0.75) !important;
  border-bottom-color: rgb(249 168 212 / 0.75) !important;
}

.border-y-pink-300\/80 {
  border-top-color: rgb(249 168 212 / 0.8) !important;
  border-bottom-color: rgb(249 168 212 / 0.8) !important;
}

.border-y-pink-300\/85 {
  border-top-color: rgb(249 168 212 / 0.85) !important;
  border-bottom-color: rgb(249 168 212 / 0.85) !important;
}

.border-y-pink-300\/90 {
  border-top-color: rgb(249 168 212 / 0.9) !important;
  border-bottom-color: rgb(249 168 212 / 0.9) !important;
}

.border-y-pink-300\/95 {
  border-top-color: rgb(249 168 212 / 0.95) !important;
  border-bottom-color: rgb(249 168 212 / 0.95) !important;
}

.border-y-pink-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-400\/0 {
  border-top-color: rgb(244 114 182 / 0) !important;
  border-bottom-color: rgb(244 114 182 / 0) !important;
}

.border-y-pink-400\/10 {
  border-top-color: rgb(244 114 182 / 0.1) !important;
  border-bottom-color: rgb(244 114 182 / 0.1) !important;
}

.border-y-pink-400\/100 {
  border-top-color: rgb(244 114 182 / 1) !important;
  border-bottom-color: rgb(244 114 182 / 1) !important;
}

.border-y-pink-400\/15 {
  border-top-color: rgb(244 114 182 / 0.15) !important;
  border-bottom-color: rgb(244 114 182 / 0.15) !important;
}

.border-y-pink-400\/20 {
  border-top-color: rgb(244 114 182 / 0.2) !important;
  border-bottom-color: rgb(244 114 182 / 0.2) !important;
}

.border-y-pink-400\/25 {
  border-top-color: rgb(244 114 182 / 0.25) !important;
  border-bottom-color: rgb(244 114 182 / 0.25) !important;
}

.border-y-pink-400\/30 {
  border-top-color: rgb(244 114 182 / 0.3) !important;
  border-bottom-color: rgb(244 114 182 / 0.3) !important;
}

.border-y-pink-400\/35 {
  border-top-color: rgb(244 114 182 / 0.35) !important;
  border-bottom-color: rgb(244 114 182 / 0.35) !important;
}

.border-y-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4) !important;
  border-bottom-color: rgb(244 114 182 / 0.4) !important;
}

.border-y-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45) !important;
  border-bottom-color: rgb(244 114 182 / 0.45) !important;
}

.border-y-pink-400\/5 {
  border-top-color: rgb(244 114 182 / 0.05) !important;
  border-bottom-color: rgb(244 114 182 / 0.05) !important;
}

.border-y-pink-400\/50 {
  border-top-color: rgb(244 114 182 / 0.5) !important;
  border-bottom-color: rgb(244 114 182 / 0.5) !important;
}

.border-y-pink-400\/55 {
  border-top-color: rgb(244 114 182 / 0.55) !important;
  border-bottom-color: rgb(244 114 182 / 0.55) !important;
}

.border-y-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6) !important;
  border-bottom-color: rgb(244 114 182 / 0.6) !important;
}

.border-y-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65) !important;
  border-bottom-color: rgb(244 114 182 / 0.65) !important;
}

.border-y-pink-400\/70 {
  border-top-color: rgb(244 114 182 / 0.7) !important;
  border-bottom-color: rgb(244 114 182 / 0.7) !important;
}

.border-y-pink-400\/75 {
  border-top-color: rgb(244 114 182 / 0.75) !important;
  border-bottom-color: rgb(244 114 182 / 0.75) !important;
}

.border-y-pink-400\/80 {
  border-top-color: rgb(244 114 182 / 0.8) !important;
  border-bottom-color: rgb(244 114 182 / 0.8) !important;
}

.border-y-pink-400\/85 {
  border-top-color: rgb(244 114 182 / 0.85) !important;
  border-bottom-color: rgb(244 114 182 / 0.85) !important;
}

.border-y-pink-400\/90 {
  border-top-color: rgb(244 114 182 / 0.9) !important;
  border-bottom-color: rgb(244 114 182 / 0.9) !important;
}

.border-y-pink-400\/95 {
  border-top-color: rgb(244 114 182 / 0.95) !important;
  border-bottom-color: rgb(244 114 182 / 0.95) !important;
}

.border-y-pink-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-50\/0 {
  border-top-color: rgb(253 242 248 / 0) !important;
  border-bottom-color: rgb(253 242 248 / 0) !important;
}

.border-y-pink-50\/10 {
  border-top-color: rgb(253 242 248 / 0.1) !important;
  border-bottom-color: rgb(253 242 248 / 0.1) !important;
}

.border-y-pink-50\/100 {
  border-top-color: rgb(253 242 248 / 1) !important;
  border-bottom-color: rgb(253 242 248 / 1) !important;
}

.border-y-pink-50\/15 {
  border-top-color: rgb(253 242 248 / 0.15) !important;
  border-bottom-color: rgb(253 242 248 / 0.15) !important;
}

.border-y-pink-50\/20 {
  border-top-color: rgb(253 242 248 / 0.2) !important;
  border-bottom-color: rgb(253 242 248 / 0.2) !important;
}

.border-y-pink-50\/25 {
  border-top-color: rgb(253 242 248 / 0.25) !important;
  border-bottom-color: rgb(253 242 248 / 0.25) !important;
}

.border-y-pink-50\/30 {
  border-top-color: rgb(253 242 248 / 0.3) !important;
  border-bottom-color: rgb(253 242 248 / 0.3) !important;
}

.border-y-pink-50\/35 {
  border-top-color: rgb(253 242 248 / 0.35) !important;
  border-bottom-color: rgb(253 242 248 / 0.35) !important;
}

.border-y-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4) !important;
  border-bottom-color: rgb(253 242 248 / 0.4) !important;
}

.border-y-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45) !important;
  border-bottom-color: rgb(253 242 248 / 0.45) !important;
}

.border-y-pink-50\/5 {
  border-top-color: rgb(253 242 248 / 0.05) !important;
  border-bottom-color: rgb(253 242 248 / 0.05) !important;
}

.border-y-pink-50\/50 {
  border-top-color: rgb(253 242 248 / 0.5) !important;
  border-bottom-color: rgb(253 242 248 / 0.5) !important;
}

.border-y-pink-50\/55 {
  border-top-color: rgb(253 242 248 / 0.55) !important;
  border-bottom-color: rgb(253 242 248 / 0.55) !important;
}

.border-y-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6) !important;
  border-bottom-color: rgb(253 242 248 / 0.6) !important;
}

.border-y-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65) !important;
  border-bottom-color: rgb(253 242 248 / 0.65) !important;
}

.border-y-pink-50\/70 {
  border-top-color: rgb(253 242 248 / 0.7) !important;
  border-bottom-color: rgb(253 242 248 / 0.7) !important;
}

.border-y-pink-50\/75 {
  border-top-color: rgb(253 242 248 / 0.75) !important;
  border-bottom-color: rgb(253 242 248 / 0.75) !important;
}

.border-y-pink-50\/80 {
  border-top-color: rgb(253 242 248 / 0.8) !important;
  border-bottom-color: rgb(253 242 248 / 0.8) !important;
}

.border-y-pink-50\/85 {
  border-top-color: rgb(253 242 248 / 0.85) !important;
  border-bottom-color: rgb(253 242 248 / 0.85) !important;
}

.border-y-pink-50\/90 {
  border-top-color: rgb(253 242 248 / 0.9) !important;
  border-bottom-color: rgb(253 242 248 / 0.9) !important;
}

.border-y-pink-50\/95 {
  border-top-color: rgb(253 242 248 / 0.95) !important;
  border-bottom-color: rgb(253 242 248 / 0.95) !important;
}

.border-y-pink-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-500\/0 {
  border-top-color: rgb(236 72 153 / 0) !important;
  border-bottom-color: rgb(236 72 153 / 0) !important;
}

.border-y-pink-500\/10 {
  border-top-color: rgb(236 72 153 / 0.1) !important;
  border-bottom-color: rgb(236 72 153 / 0.1) !important;
}

.border-y-pink-500\/100 {
  border-top-color: rgb(236 72 153 / 1) !important;
  border-bottom-color: rgb(236 72 153 / 1) !important;
}

.border-y-pink-500\/15 {
  border-top-color: rgb(236 72 153 / 0.15) !important;
  border-bottom-color: rgb(236 72 153 / 0.15) !important;
}

.border-y-pink-500\/20 {
  border-top-color: rgb(236 72 153 / 0.2) !important;
  border-bottom-color: rgb(236 72 153 / 0.2) !important;
}

.border-y-pink-500\/25 {
  border-top-color: rgb(236 72 153 / 0.25) !important;
  border-bottom-color: rgb(236 72 153 / 0.25) !important;
}

.border-y-pink-500\/30 {
  border-top-color: rgb(236 72 153 / 0.3) !important;
  border-bottom-color: rgb(236 72 153 / 0.3) !important;
}

.border-y-pink-500\/35 {
  border-top-color: rgb(236 72 153 / 0.35) !important;
  border-bottom-color: rgb(236 72 153 / 0.35) !important;
}

.border-y-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4) !important;
  border-bottom-color: rgb(236 72 153 / 0.4) !important;
}

.border-y-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45) !important;
  border-bottom-color: rgb(236 72 153 / 0.45) !important;
}

.border-y-pink-500\/5 {
  border-top-color: rgb(236 72 153 / 0.05) !important;
  border-bottom-color: rgb(236 72 153 / 0.05) !important;
}

.border-y-pink-500\/50 {
  border-top-color: rgb(236 72 153 / 0.5) !important;
  border-bottom-color: rgb(236 72 153 / 0.5) !important;
}

.border-y-pink-500\/55 {
  border-top-color: rgb(236 72 153 / 0.55) !important;
  border-bottom-color: rgb(236 72 153 / 0.55) !important;
}

.border-y-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6) !important;
  border-bottom-color: rgb(236 72 153 / 0.6) !important;
}

.border-y-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65) !important;
  border-bottom-color: rgb(236 72 153 / 0.65) !important;
}

.border-y-pink-500\/70 {
  border-top-color: rgb(236 72 153 / 0.7) !important;
  border-bottom-color: rgb(236 72 153 / 0.7) !important;
}

.border-y-pink-500\/75 {
  border-top-color: rgb(236 72 153 / 0.75) !important;
  border-bottom-color: rgb(236 72 153 / 0.75) !important;
}

.border-y-pink-500\/80 {
  border-top-color: rgb(236 72 153 / 0.8) !important;
  border-bottom-color: rgb(236 72 153 / 0.8) !important;
}

.border-y-pink-500\/85 {
  border-top-color: rgb(236 72 153 / 0.85) !important;
  border-bottom-color: rgb(236 72 153 / 0.85) !important;
}

.border-y-pink-500\/90 {
  border-top-color: rgb(236 72 153 / 0.9) !important;
  border-bottom-color: rgb(236 72 153 / 0.9) !important;
}

.border-y-pink-500\/95 {
  border-top-color: rgb(236 72 153 / 0.95) !important;
  border-bottom-color: rgb(236 72 153 / 0.95) !important;
}

.border-y-pink-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-600\/0 {
  border-top-color: rgb(219 39 119 / 0) !important;
  border-bottom-color: rgb(219 39 119 / 0) !important;
}

.border-y-pink-600\/10 {
  border-top-color: rgb(219 39 119 / 0.1) !important;
  border-bottom-color: rgb(219 39 119 / 0.1) !important;
}

.border-y-pink-600\/100 {
  border-top-color: rgb(219 39 119 / 1) !important;
  border-bottom-color: rgb(219 39 119 / 1) !important;
}

.border-y-pink-600\/15 {
  border-top-color: rgb(219 39 119 / 0.15) !important;
  border-bottom-color: rgb(219 39 119 / 0.15) !important;
}

.border-y-pink-600\/20 {
  border-top-color: rgb(219 39 119 / 0.2) !important;
  border-bottom-color: rgb(219 39 119 / 0.2) !important;
}

.border-y-pink-600\/25 {
  border-top-color: rgb(219 39 119 / 0.25) !important;
  border-bottom-color: rgb(219 39 119 / 0.25) !important;
}

.border-y-pink-600\/30 {
  border-top-color: rgb(219 39 119 / 0.3) !important;
  border-bottom-color: rgb(219 39 119 / 0.3) !important;
}

.border-y-pink-600\/35 {
  border-top-color: rgb(219 39 119 / 0.35) !important;
  border-bottom-color: rgb(219 39 119 / 0.35) !important;
}

.border-y-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4) !important;
  border-bottom-color: rgb(219 39 119 / 0.4) !important;
}

.border-y-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45) !important;
  border-bottom-color: rgb(219 39 119 / 0.45) !important;
}

.border-y-pink-600\/5 {
  border-top-color: rgb(219 39 119 / 0.05) !important;
  border-bottom-color: rgb(219 39 119 / 0.05) !important;
}

.border-y-pink-600\/50 {
  border-top-color: rgb(219 39 119 / 0.5) !important;
  border-bottom-color: rgb(219 39 119 / 0.5) !important;
}

.border-y-pink-600\/55 {
  border-top-color: rgb(219 39 119 / 0.55) !important;
  border-bottom-color: rgb(219 39 119 / 0.55) !important;
}

.border-y-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6) !important;
  border-bottom-color: rgb(219 39 119 / 0.6) !important;
}

.border-y-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65) !important;
  border-bottom-color: rgb(219 39 119 / 0.65) !important;
}

.border-y-pink-600\/70 {
  border-top-color: rgb(219 39 119 / 0.7) !important;
  border-bottom-color: rgb(219 39 119 / 0.7) !important;
}

.border-y-pink-600\/75 {
  border-top-color: rgb(219 39 119 / 0.75) !important;
  border-bottom-color: rgb(219 39 119 / 0.75) !important;
}

.border-y-pink-600\/80 {
  border-top-color: rgb(219 39 119 / 0.8) !important;
  border-bottom-color: rgb(219 39 119 / 0.8) !important;
}

.border-y-pink-600\/85 {
  border-top-color: rgb(219 39 119 / 0.85) !important;
  border-bottom-color: rgb(219 39 119 / 0.85) !important;
}

.border-y-pink-600\/90 {
  border-top-color: rgb(219 39 119 / 0.9) !important;
  border-bottom-color: rgb(219 39 119 / 0.9) !important;
}

.border-y-pink-600\/95 {
  border-top-color: rgb(219 39 119 / 0.95) !important;
  border-bottom-color: rgb(219 39 119 / 0.95) !important;
}

.border-y-pink-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-700\/0 {
  border-top-color: rgb(190 24 93 / 0) !important;
  border-bottom-color: rgb(190 24 93 / 0) !important;
}

.border-y-pink-700\/10 {
  border-top-color: rgb(190 24 93 / 0.1) !important;
  border-bottom-color: rgb(190 24 93 / 0.1) !important;
}

.border-y-pink-700\/100 {
  border-top-color: rgb(190 24 93 / 1) !important;
  border-bottom-color: rgb(190 24 93 / 1) !important;
}

.border-y-pink-700\/15 {
  border-top-color: rgb(190 24 93 / 0.15) !important;
  border-bottom-color: rgb(190 24 93 / 0.15) !important;
}

.border-y-pink-700\/20 {
  border-top-color: rgb(190 24 93 / 0.2) !important;
  border-bottom-color: rgb(190 24 93 / 0.2) !important;
}

.border-y-pink-700\/25 {
  border-top-color: rgb(190 24 93 / 0.25) !important;
  border-bottom-color: rgb(190 24 93 / 0.25) !important;
}

.border-y-pink-700\/30 {
  border-top-color: rgb(190 24 93 / 0.3) !important;
  border-bottom-color: rgb(190 24 93 / 0.3) !important;
}

.border-y-pink-700\/35 {
  border-top-color: rgb(190 24 93 / 0.35) !important;
  border-bottom-color: rgb(190 24 93 / 0.35) !important;
}

.border-y-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4) !important;
  border-bottom-color: rgb(190 24 93 / 0.4) !important;
}

.border-y-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45) !important;
  border-bottom-color: rgb(190 24 93 / 0.45) !important;
}

.border-y-pink-700\/5 {
  border-top-color: rgb(190 24 93 / 0.05) !important;
  border-bottom-color: rgb(190 24 93 / 0.05) !important;
}

.border-y-pink-700\/50 {
  border-top-color: rgb(190 24 93 / 0.5) !important;
  border-bottom-color: rgb(190 24 93 / 0.5) !important;
}

.border-y-pink-700\/55 {
  border-top-color: rgb(190 24 93 / 0.55) !important;
  border-bottom-color: rgb(190 24 93 / 0.55) !important;
}

.border-y-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6) !important;
  border-bottom-color: rgb(190 24 93 / 0.6) !important;
}

.border-y-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65) !important;
  border-bottom-color: rgb(190 24 93 / 0.65) !important;
}

.border-y-pink-700\/70 {
  border-top-color: rgb(190 24 93 / 0.7) !important;
  border-bottom-color: rgb(190 24 93 / 0.7) !important;
}

.border-y-pink-700\/75 {
  border-top-color: rgb(190 24 93 / 0.75) !important;
  border-bottom-color: rgb(190 24 93 / 0.75) !important;
}

.border-y-pink-700\/80 {
  border-top-color: rgb(190 24 93 / 0.8) !important;
  border-bottom-color: rgb(190 24 93 / 0.8) !important;
}

.border-y-pink-700\/85 {
  border-top-color: rgb(190 24 93 / 0.85) !important;
  border-bottom-color: rgb(190 24 93 / 0.85) !important;
}

.border-y-pink-700\/90 {
  border-top-color: rgb(190 24 93 / 0.9) !important;
  border-bottom-color: rgb(190 24 93 / 0.9) !important;
}

.border-y-pink-700\/95 {
  border-top-color: rgb(190 24 93 / 0.95) !important;
  border-bottom-color: rgb(190 24 93 / 0.95) !important;
}

.border-y-pink-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-800\/0 {
  border-top-color: rgb(157 23 77 / 0) !important;
  border-bottom-color: rgb(157 23 77 / 0) !important;
}

.border-y-pink-800\/10 {
  border-top-color: rgb(157 23 77 / 0.1) !important;
  border-bottom-color: rgb(157 23 77 / 0.1) !important;
}

.border-y-pink-800\/100 {
  border-top-color: rgb(157 23 77 / 1) !important;
  border-bottom-color: rgb(157 23 77 / 1) !important;
}

.border-y-pink-800\/15 {
  border-top-color: rgb(157 23 77 / 0.15) !important;
  border-bottom-color: rgb(157 23 77 / 0.15) !important;
}

.border-y-pink-800\/20 {
  border-top-color: rgb(157 23 77 / 0.2) !important;
  border-bottom-color: rgb(157 23 77 / 0.2) !important;
}

.border-y-pink-800\/25 {
  border-top-color: rgb(157 23 77 / 0.25) !important;
  border-bottom-color: rgb(157 23 77 / 0.25) !important;
}

.border-y-pink-800\/30 {
  border-top-color: rgb(157 23 77 / 0.3) !important;
  border-bottom-color: rgb(157 23 77 / 0.3) !important;
}

.border-y-pink-800\/35 {
  border-top-color: rgb(157 23 77 / 0.35) !important;
  border-bottom-color: rgb(157 23 77 / 0.35) !important;
}

.border-y-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4) !important;
  border-bottom-color: rgb(157 23 77 / 0.4) !important;
}

.border-y-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45) !important;
  border-bottom-color: rgb(157 23 77 / 0.45) !important;
}

.border-y-pink-800\/5 {
  border-top-color: rgb(157 23 77 / 0.05) !important;
  border-bottom-color: rgb(157 23 77 / 0.05) !important;
}

.border-y-pink-800\/50 {
  border-top-color: rgb(157 23 77 / 0.5) !important;
  border-bottom-color: rgb(157 23 77 / 0.5) !important;
}

.border-y-pink-800\/55 {
  border-top-color: rgb(157 23 77 / 0.55) !important;
  border-bottom-color: rgb(157 23 77 / 0.55) !important;
}

.border-y-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6) !important;
  border-bottom-color: rgb(157 23 77 / 0.6) !important;
}

.border-y-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65) !important;
  border-bottom-color: rgb(157 23 77 / 0.65) !important;
}

.border-y-pink-800\/70 {
  border-top-color: rgb(157 23 77 / 0.7) !important;
  border-bottom-color: rgb(157 23 77 / 0.7) !important;
}

.border-y-pink-800\/75 {
  border-top-color: rgb(157 23 77 / 0.75) !important;
  border-bottom-color: rgb(157 23 77 / 0.75) !important;
}

.border-y-pink-800\/80 {
  border-top-color: rgb(157 23 77 / 0.8) !important;
  border-bottom-color: rgb(157 23 77 / 0.8) !important;
}

.border-y-pink-800\/85 {
  border-top-color: rgb(157 23 77 / 0.85) !important;
  border-bottom-color: rgb(157 23 77 / 0.85) !important;
}

.border-y-pink-800\/90 {
  border-top-color: rgb(157 23 77 / 0.9) !important;
  border-bottom-color: rgb(157 23 77 / 0.9) !important;
}

.border-y-pink-800\/95 {
  border-top-color: rgb(157 23 77 / 0.95) !important;
  border-bottom-color: rgb(157 23 77 / 0.95) !important;
}

.border-y-pink-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-900\/0 {
  border-top-color: rgb(131 24 67 / 0) !important;
  border-bottom-color: rgb(131 24 67 / 0) !important;
}

.border-y-pink-900\/10 {
  border-top-color: rgb(131 24 67 / 0.1) !important;
  border-bottom-color: rgb(131 24 67 / 0.1) !important;
}

.border-y-pink-900\/100 {
  border-top-color: rgb(131 24 67 / 1) !important;
  border-bottom-color: rgb(131 24 67 / 1) !important;
}

.border-y-pink-900\/15 {
  border-top-color: rgb(131 24 67 / 0.15) !important;
  border-bottom-color: rgb(131 24 67 / 0.15) !important;
}

.border-y-pink-900\/20 {
  border-top-color: rgb(131 24 67 / 0.2) !important;
  border-bottom-color: rgb(131 24 67 / 0.2) !important;
}

.border-y-pink-900\/25 {
  border-top-color: rgb(131 24 67 / 0.25) !important;
  border-bottom-color: rgb(131 24 67 / 0.25) !important;
}

.border-y-pink-900\/30 {
  border-top-color: rgb(131 24 67 / 0.3) !important;
  border-bottom-color: rgb(131 24 67 / 0.3) !important;
}

.border-y-pink-900\/35 {
  border-top-color: rgb(131 24 67 / 0.35) !important;
  border-bottom-color: rgb(131 24 67 / 0.35) !important;
}

.border-y-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4) !important;
  border-bottom-color: rgb(131 24 67 / 0.4) !important;
}

.border-y-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45) !important;
  border-bottom-color: rgb(131 24 67 / 0.45) !important;
}

.border-y-pink-900\/5 {
  border-top-color: rgb(131 24 67 / 0.05) !important;
  border-bottom-color: rgb(131 24 67 / 0.05) !important;
}

.border-y-pink-900\/50 {
  border-top-color: rgb(131 24 67 / 0.5) !important;
  border-bottom-color: rgb(131 24 67 / 0.5) !important;
}

.border-y-pink-900\/55 {
  border-top-color: rgb(131 24 67 / 0.55) !important;
  border-bottom-color: rgb(131 24 67 / 0.55) !important;
}

.border-y-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6) !important;
  border-bottom-color: rgb(131 24 67 / 0.6) !important;
}

.border-y-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65) !important;
  border-bottom-color: rgb(131 24 67 / 0.65) !important;
}

.border-y-pink-900\/70 {
  border-top-color: rgb(131 24 67 / 0.7) !important;
  border-bottom-color: rgb(131 24 67 / 0.7) !important;
}

.border-y-pink-900\/75 {
  border-top-color: rgb(131 24 67 / 0.75) !important;
  border-bottom-color: rgb(131 24 67 / 0.75) !important;
}

.border-y-pink-900\/80 {
  border-top-color: rgb(131 24 67 / 0.8) !important;
  border-bottom-color: rgb(131 24 67 / 0.8) !important;
}

.border-y-pink-900\/85 {
  border-top-color: rgb(131 24 67 / 0.85) !important;
  border-bottom-color: rgb(131 24 67 / 0.85) !important;
}

.border-y-pink-900\/90 {
  border-top-color: rgb(131 24 67 / 0.9) !important;
  border-bottom-color: rgb(131 24 67 / 0.9) !important;
}

.border-y-pink-900\/95 {
  border-top-color: rgb(131 24 67 / 0.95) !important;
  border-bottom-color: rgb(131 24 67 / 0.95) !important;
}

.border-y-pink-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-y-pink-950\/0 {
  border-top-color: rgb(80 7 36 / 0) !important;
  border-bottom-color: rgb(80 7 36 / 0) !important;
}

.border-y-pink-950\/10 {
  border-top-color: rgb(80 7 36 / 0.1) !important;
  border-bottom-color: rgb(80 7 36 / 0.1) !important;
}

.border-y-pink-950\/100 {
  border-top-color: rgb(80 7 36 / 1) !important;
  border-bottom-color: rgb(80 7 36 / 1) !important;
}

.border-y-pink-950\/15 {
  border-top-color: rgb(80 7 36 / 0.15) !important;
  border-bottom-color: rgb(80 7 36 / 0.15) !important;
}

.border-y-pink-950\/20 {
  border-top-color: rgb(80 7 36 / 0.2) !important;
  border-bottom-color: rgb(80 7 36 / 0.2) !important;
}

.border-y-pink-950\/25 {
  border-top-color: rgb(80 7 36 / 0.25) !important;
  border-bottom-color: rgb(80 7 36 / 0.25) !important;
}

.border-y-pink-950\/30 {
  border-top-color: rgb(80 7 36 / 0.3) !important;
  border-bottom-color: rgb(80 7 36 / 0.3) !important;
}

.border-y-pink-950\/35 {
  border-top-color: rgb(80 7 36 / 0.35) !important;
  border-bottom-color: rgb(80 7 36 / 0.35) !important;
}

.border-y-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4) !important;
  border-bottom-color: rgb(80 7 36 / 0.4) !important;
}

.border-y-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45) !important;
  border-bottom-color: rgb(80 7 36 / 0.45) !important;
}

.border-y-pink-950\/5 {
  border-top-color: rgb(80 7 36 / 0.05) !important;
  border-bottom-color: rgb(80 7 36 / 0.05) !important;
}

.border-y-pink-950\/50 {
  border-top-color: rgb(80 7 36 / 0.5) !important;
  border-bottom-color: rgb(80 7 36 / 0.5) !important;
}

.border-y-pink-950\/55 {
  border-top-color: rgb(80 7 36 / 0.55) !important;
  border-bottom-color: rgb(80 7 36 / 0.55) !important;
}

.border-y-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6) !important;
  border-bottom-color: rgb(80 7 36 / 0.6) !important;
}

.border-y-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65) !important;
  border-bottom-color: rgb(80 7 36 / 0.65) !important;
}

.border-y-pink-950\/70 {
  border-top-color: rgb(80 7 36 / 0.7) !important;
  border-bottom-color: rgb(80 7 36 / 0.7) !important;
}

.border-y-pink-950\/75 {
  border-top-color: rgb(80 7 36 / 0.75) !important;
  border-bottom-color: rgb(80 7 36 / 0.75) !important;
}

.border-y-pink-950\/80 {
  border-top-color: rgb(80 7 36 / 0.8) !important;
  border-bottom-color: rgb(80 7 36 / 0.8) !important;
}

.border-y-pink-950\/85 {
  border-top-color: rgb(80 7 36 / 0.85) !important;
  border-bottom-color: rgb(80 7 36 / 0.85) !important;
}

.border-y-pink-950\/90 {
  border-top-color: rgb(80 7 36 / 0.9) !important;
  border-bottom-color: rgb(80 7 36 / 0.9) !important;
}

.border-y-pink-950\/95 {
  border-top-color: rgb(80 7 36 / 0.95) !important;
  border-bottom-color: rgb(80 7 36 / 0.95) !important;
}

.border-y-purple-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-100\/0 {
  border-top-color: rgb(243 232 255 / 0) !important;
  border-bottom-color: rgb(243 232 255 / 0) !important;
}

.border-y-purple-100\/10 {
  border-top-color: rgb(243 232 255 / 0.1) !important;
  border-bottom-color: rgb(243 232 255 / 0.1) !important;
}

.border-y-purple-100\/100 {
  border-top-color: rgb(243 232 255 / 1) !important;
  border-bottom-color: rgb(243 232 255 / 1) !important;
}

.border-y-purple-100\/15 {
  border-top-color: rgb(243 232 255 / 0.15) !important;
  border-bottom-color: rgb(243 232 255 / 0.15) !important;
}

.border-y-purple-100\/20 {
  border-top-color: rgb(243 232 255 / 0.2) !important;
  border-bottom-color: rgb(243 232 255 / 0.2) !important;
}

.border-y-purple-100\/25 {
  border-top-color: rgb(243 232 255 / 0.25) !important;
  border-bottom-color: rgb(243 232 255 / 0.25) !important;
}

.border-y-purple-100\/30 {
  border-top-color: rgb(243 232 255 / 0.3) !important;
  border-bottom-color: rgb(243 232 255 / 0.3) !important;
}

.border-y-purple-100\/35 {
  border-top-color: rgb(243 232 255 / 0.35) !important;
  border-bottom-color: rgb(243 232 255 / 0.35) !important;
}

.border-y-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4) !important;
  border-bottom-color: rgb(243 232 255 / 0.4) !important;
}

.border-y-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45) !important;
  border-bottom-color: rgb(243 232 255 / 0.45) !important;
}

.border-y-purple-100\/5 {
  border-top-color: rgb(243 232 255 / 0.05) !important;
  border-bottom-color: rgb(243 232 255 / 0.05) !important;
}

.border-y-purple-100\/50 {
  border-top-color: rgb(243 232 255 / 0.5) !important;
  border-bottom-color: rgb(243 232 255 / 0.5) !important;
}

.border-y-purple-100\/55 {
  border-top-color: rgb(243 232 255 / 0.55) !important;
  border-bottom-color: rgb(243 232 255 / 0.55) !important;
}

.border-y-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6) !important;
  border-bottom-color: rgb(243 232 255 / 0.6) !important;
}

.border-y-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65) !important;
  border-bottom-color: rgb(243 232 255 / 0.65) !important;
}

.border-y-purple-100\/70 {
  border-top-color: rgb(243 232 255 / 0.7) !important;
  border-bottom-color: rgb(243 232 255 / 0.7) !important;
}

.border-y-purple-100\/75 {
  border-top-color: rgb(243 232 255 / 0.75) !important;
  border-bottom-color: rgb(243 232 255 / 0.75) !important;
}

.border-y-purple-100\/80 {
  border-top-color: rgb(243 232 255 / 0.8) !important;
  border-bottom-color: rgb(243 232 255 / 0.8) !important;
}

.border-y-purple-100\/85 {
  border-top-color: rgb(243 232 255 / 0.85) !important;
  border-bottom-color: rgb(243 232 255 / 0.85) !important;
}

.border-y-purple-100\/90 {
  border-top-color: rgb(243 232 255 / 0.9) !important;
  border-bottom-color: rgb(243 232 255 / 0.9) !important;
}

.border-y-purple-100\/95 {
  border-top-color: rgb(243 232 255 / 0.95) !important;
  border-bottom-color: rgb(243 232 255 / 0.95) !important;
}

.border-y-purple-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-200\/0 {
  border-top-color: rgb(233 213 255 / 0) !important;
  border-bottom-color: rgb(233 213 255 / 0) !important;
}

.border-y-purple-200\/10 {
  border-top-color: rgb(233 213 255 / 0.1) !important;
  border-bottom-color: rgb(233 213 255 / 0.1) !important;
}

.border-y-purple-200\/100 {
  border-top-color: rgb(233 213 255 / 1) !important;
  border-bottom-color: rgb(233 213 255 / 1) !important;
}

.border-y-purple-200\/15 {
  border-top-color: rgb(233 213 255 / 0.15) !important;
  border-bottom-color: rgb(233 213 255 / 0.15) !important;
}

.border-y-purple-200\/20 {
  border-top-color: rgb(233 213 255 / 0.2) !important;
  border-bottom-color: rgb(233 213 255 / 0.2) !important;
}

.border-y-purple-200\/25 {
  border-top-color: rgb(233 213 255 / 0.25) !important;
  border-bottom-color: rgb(233 213 255 / 0.25) !important;
}

.border-y-purple-200\/30 {
  border-top-color: rgb(233 213 255 / 0.3) !important;
  border-bottom-color: rgb(233 213 255 / 0.3) !important;
}

.border-y-purple-200\/35 {
  border-top-color: rgb(233 213 255 / 0.35) !important;
  border-bottom-color: rgb(233 213 255 / 0.35) !important;
}

.border-y-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4) !important;
  border-bottom-color: rgb(233 213 255 / 0.4) !important;
}

.border-y-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45) !important;
  border-bottom-color: rgb(233 213 255 / 0.45) !important;
}

.border-y-purple-200\/5 {
  border-top-color: rgb(233 213 255 / 0.05) !important;
  border-bottom-color: rgb(233 213 255 / 0.05) !important;
}

.border-y-purple-200\/50 {
  border-top-color: rgb(233 213 255 / 0.5) !important;
  border-bottom-color: rgb(233 213 255 / 0.5) !important;
}

.border-y-purple-200\/55 {
  border-top-color: rgb(233 213 255 / 0.55) !important;
  border-bottom-color: rgb(233 213 255 / 0.55) !important;
}

.border-y-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6) !important;
  border-bottom-color: rgb(233 213 255 / 0.6) !important;
}

.border-y-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65) !important;
  border-bottom-color: rgb(233 213 255 / 0.65) !important;
}

.border-y-purple-200\/70 {
  border-top-color: rgb(233 213 255 / 0.7) !important;
  border-bottom-color: rgb(233 213 255 / 0.7) !important;
}

.border-y-purple-200\/75 {
  border-top-color: rgb(233 213 255 / 0.75) !important;
  border-bottom-color: rgb(233 213 255 / 0.75) !important;
}

.border-y-purple-200\/80 {
  border-top-color: rgb(233 213 255 / 0.8) !important;
  border-bottom-color: rgb(233 213 255 / 0.8) !important;
}

.border-y-purple-200\/85 {
  border-top-color: rgb(233 213 255 / 0.85) !important;
  border-bottom-color: rgb(233 213 255 / 0.85) !important;
}

.border-y-purple-200\/90 {
  border-top-color: rgb(233 213 255 / 0.9) !important;
  border-bottom-color: rgb(233 213 255 / 0.9) !important;
}

.border-y-purple-200\/95 {
  border-top-color: rgb(233 213 255 / 0.95) !important;
  border-bottom-color: rgb(233 213 255 / 0.95) !important;
}

.border-y-purple-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-300\/0 {
  border-top-color: rgb(216 180 254 / 0) !important;
  border-bottom-color: rgb(216 180 254 / 0) !important;
}

.border-y-purple-300\/10 {
  border-top-color: rgb(216 180 254 / 0.1) !important;
  border-bottom-color: rgb(216 180 254 / 0.1) !important;
}

.border-y-purple-300\/100 {
  border-top-color: rgb(216 180 254 / 1) !important;
  border-bottom-color: rgb(216 180 254 / 1) !important;
}

.border-y-purple-300\/15 {
  border-top-color: rgb(216 180 254 / 0.15) !important;
  border-bottom-color: rgb(216 180 254 / 0.15) !important;
}

.border-y-purple-300\/20 {
  border-top-color: rgb(216 180 254 / 0.2) !important;
  border-bottom-color: rgb(216 180 254 / 0.2) !important;
}

.border-y-purple-300\/25 {
  border-top-color: rgb(216 180 254 / 0.25) !important;
  border-bottom-color: rgb(216 180 254 / 0.25) !important;
}

.border-y-purple-300\/30 {
  border-top-color: rgb(216 180 254 / 0.3) !important;
  border-bottom-color: rgb(216 180 254 / 0.3) !important;
}

.border-y-purple-300\/35 {
  border-top-color: rgb(216 180 254 / 0.35) !important;
  border-bottom-color: rgb(216 180 254 / 0.35) !important;
}

.border-y-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4) !important;
  border-bottom-color: rgb(216 180 254 / 0.4) !important;
}

.border-y-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45) !important;
  border-bottom-color: rgb(216 180 254 / 0.45) !important;
}

.border-y-purple-300\/5 {
  border-top-color: rgb(216 180 254 / 0.05) !important;
  border-bottom-color: rgb(216 180 254 / 0.05) !important;
}

.border-y-purple-300\/50 {
  border-top-color: rgb(216 180 254 / 0.5) !important;
  border-bottom-color: rgb(216 180 254 / 0.5) !important;
}

.border-y-purple-300\/55 {
  border-top-color: rgb(216 180 254 / 0.55) !important;
  border-bottom-color: rgb(216 180 254 / 0.55) !important;
}

.border-y-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6) !important;
  border-bottom-color: rgb(216 180 254 / 0.6) !important;
}

.border-y-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65) !important;
  border-bottom-color: rgb(216 180 254 / 0.65) !important;
}

.border-y-purple-300\/70 {
  border-top-color: rgb(216 180 254 / 0.7) !important;
  border-bottom-color: rgb(216 180 254 / 0.7) !important;
}

.border-y-purple-300\/75 {
  border-top-color: rgb(216 180 254 / 0.75) !important;
  border-bottom-color: rgb(216 180 254 / 0.75) !important;
}

.border-y-purple-300\/80 {
  border-top-color: rgb(216 180 254 / 0.8) !important;
  border-bottom-color: rgb(216 180 254 / 0.8) !important;
}

.border-y-purple-300\/85 {
  border-top-color: rgb(216 180 254 / 0.85) !important;
  border-bottom-color: rgb(216 180 254 / 0.85) !important;
}

.border-y-purple-300\/90 {
  border-top-color: rgb(216 180 254 / 0.9) !important;
  border-bottom-color: rgb(216 180 254 / 0.9) !important;
}

.border-y-purple-300\/95 {
  border-top-color: rgb(216 180 254 / 0.95) !important;
  border-bottom-color: rgb(216 180 254 / 0.95) !important;
}

.border-y-purple-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-400\/0 {
  border-top-color: rgb(192 132 252 / 0) !important;
  border-bottom-color: rgb(192 132 252 / 0) !important;
}

.border-y-purple-400\/10 {
  border-top-color: rgb(192 132 252 / 0.1) !important;
  border-bottom-color: rgb(192 132 252 / 0.1) !important;
}

.border-y-purple-400\/100 {
  border-top-color: rgb(192 132 252 / 1) !important;
  border-bottom-color: rgb(192 132 252 / 1) !important;
}

.border-y-purple-400\/15 {
  border-top-color: rgb(192 132 252 / 0.15) !important;
  border-bottom-color: rgb(192 132 252 / 0.15) !important;
}

.border-y-purple-400\/20 {
  border-top-color: rgb(192 132 252 / 0.2) !important;
  border-bottom-color: rgb(192 132 252 / 0.2) !important;
}

.border-y-purple-400\/25 {
  border-top-color: rgb(192 132 252 / 0.25) !important;
  border-bottom-color: rgb(192 132 252 / 0.25) !important;
}

.border-y-purple-400\/30 {
  border-top-color: rgb(192 132 252 / 0.3) !important;
  border-bottom-color: rgb(192 132 252 / 0.3) !important;
}

.border-y-purple-400\/35 {
  border-top-color: rgb(192 132 252 / 0.35) !important;
  border-bottom-color: rgb(192 132 252 / 0.35) !important;
}

.border-y-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4) !important;
  border-bottom-color: rgb(192 132 252 / 0.4) !important;
}

.border-y-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45) !important;
  border-bottom-color: rgb(192 132 252 / 0.45) !important;
}

.border-y-purple-400\/5 {
  border-top-color: rgb(192 132 252 / 0.05) !important;
  border-bottom-color: rgb(192 132 252 / 0.05) !important;
}

.border-y-purple-400\/50 {
  border-top-color: rgb(192 132 252 / 0.5) !important;
  border-bottom-color: rgb(192 132 252 / 0.5) !important;
}

.border-y-purple-400\/55 {
  border-top-color: rgb(192 132 252 / 0.55) !important;
  border-bottom-color: rgb(192 132 252 / 0.55) !important;
}

.border-y-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6) !important;
  border-bottom-color: rgb(192 132 252 / 0.6) !important;
}

.border-y-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65) !important;
  border-bottom-color: rgb(192 132 252 / 0.65) !important;
}

.border-y-purple-400\/70 {
  border-top-color: rgb(192 132 252 / 0.7) !important;
  border-bottom-color: rgb(192 132 252 / 0.7) !important;
}

.border-y-purple-400\/75 {
  border-top-color: rgb(192 132 252 / 0.75) !important;
  border-bottom-color: rgb(192 132 252 / 0.75) !important;
}

.border-y-purple-400\/80 {
  border-top-color: rgb(192 132 252 / 0.8) !important;
  border-bottom-color: rgb(192 132 252 / 0.8) !important;
}

.border-y-purple-400\/85 {
  border-top-color: rgb(192 132 252 / 0.85) !important;
  border-bottom-color: rgb(192 132 252 / 0.85) !important;
}

.border-y-purple-400\/90 {
  border-top-color: rgb(192 132 252 / 0.9) !important;
  border-bottom-color: rgb(192 132 252 / 0.9) !important;
}

.border-y-purple-400\/95 {
  border-top-color: rgb(192 132 252 / 0.95) !important;
  border-bottom-color: rgb(192 132 252 / 0.95) !important;
}

.border-y-purple-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-50\/0 {
  border-top-color: rgb(250 245 255 / 0) !important;
  border-bottom-color: rgb(250 245 255 / 0) !important;
}

.border-y-purple-50\/10 {
  border-top-color: rgb(250 245 255 / 0.1) !important;
  border-bottom-color: rgb(250 245 255 / 0.1) !important;
}

.border-y-purple-50\/100 {
  border-top-color: rgb(250 245 255 / 1) !important;
  border-bottom-color: rgb(250 245 255 / 1) !important;
}

.border-y-purple-50\/15 {
  border-top-color: rgb(250 245 255 / 0.15) !important;
  border-bottom-color: rgb(250 245 255 / 0.15) !important;
}

.border-y-purple-50\/20 {
  border-top-color: rgb(250 245 255 / 0.2) !important;
  border-bottom-color: rgb(250 245 255 / 0.2) !important;
}

.border-y-purple-50\/25 {
  border-top-color: rgb(250 245 255 / 0.25) !important;
  border-bottom-color: rgb(250 245 255 / 0.25) !important;
}

.border-y-purple-50\/30 {
  border-top-color: rgb(250 245 255 / 0.3) !important;
  border-bottom-color: rgb(250 245 255 / 0.3) !important;
}

.border-y-purple-50\/35 {
  border-top-color: rgb(250 245 255 / 0.35) !important;
  border-bottom-color: rgb(250 245 255 / 0.35) !important;
}

.border-y-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4) !important;
  border-bottom-color: rgb(250 245 255 / 0.4) !important;
}

.border-y-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45) !important;
  border-bottom-color: rgb(250 245 255 / 0.45) !important;
}

.border-y-purple-50\/5 {
  border-top-color: rgb(250 245 255 / 0.05) !important;
  border-bottom-color: rgb(250 245 255 / 0.05) !important;
}

.border-y-purple-50\/50 {
  border-top-color: rgb(250 245 255 / 0.5) !important;
  border-bottom-color: rgb(250 245 255 / 0.5) !important;
}

.border-y-purple-50\/55 {
  border-top-color: rgb(250 245 255 / 0.55) !important;
  border-bottom-color: rgb(250 245 255 / 0.55) !important;
}

.border-y-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6) !important;
  border-bottom-color: rgb(250 245 255 / 0.6) !important;
}

.border-y-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65) !important;
  border-bottom-color: rgb(250 245 255 / 0.65) !important;
}

.border-y-purple-50\/70 {
  border-top-color: rgb(250 245 255 / 0.7) !important;
  border-bottom-color: rgb(250 245 255 / 0.7) !important;
}

.border-y-purple-50\/75 {
  border-top-color: rgb(250 245 255 / 0.75) !important;
  border-bottom-color: rgb(250 245 255 / 0.75) !important;
}

.border-y-purple-50\/80 {
  border-top-color: rgb(250 245 255 / 0.8) !important;
  border-bottom-color: rgb(250 245 255 / 0.8) !important;
}

.border-y-purple-50\/85 {
  border-top-color: rgb(250 245 255 / 0.85) !important;
  border-bottom-color: rgb(250 245 255 / 0.85) !important;
}

.border-y-purple-50\/90 {
  border-top-color: rgb(250 245 255 / 0.9) !important;
  border-bottom-color: rgb(250 245 255 / 0.9) !important;
}

.border-y-purple-50\/95 {
  border-top-color: rgb(250 245 255 / 0.95) !important;
  border-bottom-color: rgb(250 245 255 / 0.95) !important;
}

.border-y-purple-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-500\/0 {
  border-top-color: rgb(168 85 247 / 0) !important;
  border-bottom-color: rgb(168 85 247 / 0) !important;
}

.border-y-purple-500\/10 {
  border-top-color: rgb(168 85 247 / 0.1) !important;
  border-bottom-color: rgb(168 85 247 / 0.1) !important;
}

.border-y-purple-500\/100 {
  border-top-color: rgb(168 85 247 / 1) !important;
  border-bottom-color: rgb(168 85 247 / 1) !important;
}

.border-y-purple-500\/15 {
  border-top-color: rgb(168 85 247 / 0.15) !important;
  border-bottom-color: rgb(168 85 247 / 0.15) !important;
}

.border-y-purple-500\/20 {
  border-top-color: rgb(168 85 247 / 0.2) !important;
  border-bottom-color: rgb(168 85 247 / 0.2) !important;
}

.border-y-purple-500\/25 {
  border-top-color: rgb(168 85 247 / 0.25) !important;
  border-bottom-color: rgb(168 85 247 / 0.25) !important;
}

.border-y-purple-500\/30 {
  border-top-color: rgb(168 85 247 / 0.3) !important;
  border-bottom-color: rgb(168 85 247 / 0.3) !important;
}

.border-y-purple-500\/35 {
  border-top-color: rgb(168 85 247 / 0.35) !important;
  border-bottom-color: rgb(168 85 247 / 0.35) !important;
}

.border-y-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4) !important;
  border-bottom-color: rgb(168 85 247 / 0.4) !important;
}

.border-y-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45) !important;
  border-bottom-color: rgb(168 85 247 / 0.45) !important;
}

.border-y-purple-500\/5 {
  border-top-color: rgb(168 85 247 / 0.05) !important;
  border-bottom-color: rgb(168 85 247 / 0.05) !important;
}

.border-y-purple-500\/50 {
  border-top-color: rgb(168 85 247 / 0.5) !important;
  border-bottom-color: rgb(168 85 247 / 0.5) !important;
}

.border-y-purple-500\/55 {
  border-top-color: rgb(168 85 247 / 0.55) !important;
  border-bottom-color: rgb(168 85 247 / 0.55) !important;
}

.border-y-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6) !important;
  border-bottom-color: rgb(168 85 247 / 0.6) !important;
}

.border-y-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65) !important;
  border-bottom-color: rgb(168 85 247 / 0.65) !important;
}

.border-y-purple-500\/70 {
  border-top-color: rgb(168 85 247 / 0.7) !important;
  border-bottom-color: rgb(168 85 247 / 0.7) !important;
}

.border-y-purple-500\/75 {
  border-top-color: rgb(168 85 247 / 0.75) !important;
  border-bottom-color: rgb(168 85 247 / 0.75) !important;
}

.border-y-purple-500\/80 {
  border-top-color: rgb(168 85 247 / 0.8) !important;
  border-bottom-color: rgb(168 85 247 / 0.8) !important;
}

.border-y-purple-500\/85 {
  border-top-color: rgb(168 85 247 / 0.85) !important;
  border-bottom-color: rgb(168 85 247 / 0.85) !important;
}

.border-y-purple-500\/90 {
  border-top-color: rgb(168 85 247 / 0.9) !important;
  border-bottom-color: rgb(168 85 247 / 0.9) !important;
}

.border-y-purple-500\/95 {
  border-top-color: rgb(168 85 247 / 0.95) !important;
  border-bottom-color: rgb(168 85 247 / 0.95) !important;
}

.border-y-purple-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-600\/0 {
  border-top-color: rgb(147 51 234 / 0) !important;
  border-bottom-color: rgb(147 51 234 / 0) !important;
}

.border-y-purple-600\/10 {
  border-top-color: rgb(147 51 234 / 0.1) !important;
  border-bottom-color: rgb(147 51 234 / 0.1) !important;
}

.border-y-purple-600\/100 {
  border-top-color: rgb(147 51 234 / 1) !important;
  border-bottom-color: rgb(147 51 234 / 1) !important;
}

.border-y-purple-600\/15 {
  border-top-color: rgb(147 51 234 / 0.15) !important;
  border-bottom-color: rgb(147 51 234 / 0.15) !important;
}

.border-y-purple-600\/20 {
  border-top-color: rgb(147 51 234 / 0.2) !important;
  border-bottom-color: rgb(147 51 234 / 0.2) !important;
}

.border-y-purple-600\/25 {
  border-top-color: rgb(147 51 234 / 0.25) !important;
  border-bottom-color: rgb(147 51 234 / 0.25) !important;
}

.border-y-purple-600\/30 {
  border-top-color: rgb(147 51 234 / 0.3) !important;
  border-bottom-color: rgb(147 51 234 / 0.3) !important;
}

.border-y-purple-600\/35 {
  border-top-color: rgb(147 51 234 / 0.35) !important;
  border-bottom-color: rgb(147 51 234 / 0.35) !important;
}

.border-y-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4) !important;
  border-bottom-color: rgb(147 51 234 / 0.4) !important;
}

.border-y-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45) !important;
  border-bottom-color: rgb(147 51 234 / 0.45) !important;
}

.border-y-purple-600\/5 {
  border-top-color: rgb(147 51 234 / 0.05) !important;
  border-bottom-color: rgb(147 51 234 / 0.05) !important;
}

.border-y-purple-600\/50 {
  border-top-color: rgb(147 51 234 / 0.5) !important;
  border-bottom-color: rgb(147 51 234 / 0.5) !important;
}

.border-y-purple-600\/55 {
  border-top-color: rgb(147 51 234 / 0.55) !important;
  border-bottom-color: rgb(147 51 234 / 0.55) !important;
}

.border-y-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6) !important;
  border-bottom-color: rgb(147 51 234 / 0.6) !important;
}

.border-y-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65) !important;
  border-bottom-color: rgb(147 51 234 / 0.65) !important;
}

.border-y-purple-600\/70 {
  border-top-color: rgb(147 51 234 / 0.7) !important;
  border-bottom-color: rgb(147 51 234 / 0.7) !important;
}

.border-y-purple-600\/75 {
  border-top-color: rgb(147 51 234 / 0.75) !important;
  border-bottom-color: rgb(147 51 234 / 0.75) !important;
}

.border-y-purple-600\/80 {
  border-top-color: rgb(147 51 234 / 0.8) !important;
  border-bottom-color: rgb(147 51 234 / 0.8) !important;
}

.border-y-purple-600\/85 {
  border-top-color: rgb(147 51 234 / 0.85) !important;
  border-bottom-color: rgb(147 51 234 / 0.85) !important;
}

.border-y-purple-600\/90 {
  border-top-color: rgb(147 51 234 / 0.9) !important;
  border-bottom-color: rgb(147 51 234 / 0.9) !important;
}

.border-y-purple-600\/95 {
  border-top-color: rgb(147 51 234 / 0.95) !important;
  border-bottom-color: rgb(147 51 234 / 0.95) !important;
}

.border-y-purple-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-700\/0 {
  border-top-color: rgb(126 34 206 / 0) !important;
  border-bottom-color: rgb(126 34 206 / 0) !important;
}

.border-y-purple-700\/10 {
  border-top-color: rgb(126 34 206 / 0.1) !important;
  border-bottom-color: rgb(126 34 206 / 0.1) !important;
}

.border-y-purple-700\/100 {
  border-top-color: rgb(126 34 206 / 1) !important;
  border-bottom-color: rgb(126 34 206 / 1) !important;
}

.border-y-purple-700\/15 {
  border-top-color: rgb(126 34 206 / 0.15) !important;
  border-bottom-color: rgb(126 34 206 / 0.15) !important;
}

.border-y-purple-700\/20 {
  border-top-color: rgb(126 34 206 / 0.2) !important;
  border-bottom-color: rgb(126 34 206 / 0.2) !important;
}

.border-y-purple-700\/25 {
  border-top-color: rgb(126 34 206 / 0.25) !important;
  border-bottom-color: rgb(126 34 206 / 0.25) !important;
}

.border-y-purple-700\/30 {
  border-top-color: rgb(126 34 206 / 0.3) !important;
  border-bottom-color: rgb(126 34 206 / 0.3) !important;
}

.border-y-purple-700\/35 {
  border-top-color: rgb(126 34 206 / 0.35) !important;
  border-bottom-color: rgb(126 34 206 / 0.35) !important;
}

.border-y-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4) !important;
  border-bottom-color: rgb(126 34 206 / 0.4) !important;
}

.border-y-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45) !important;
  border-bottom-color: rgb(126 34 206 / 0.45) !important;
}

.border-y-purple-700\/5 {
  border-top-color: rgb(126 34 206 / 0.05) !important;
  border-bottom-color: rgb(126 34 206 / 0.05) !important;
}

.border-y-purple-700\/50 {
  border-top-color: rgb(126 34 206 / 0.5) !important;
  border-bottom-color: rgb(126 34 206 / 0.5) !important;
}

.border-y-purple-700\/55 {
  border-top-color: rgb(126 34 206 / 0.55) !important;
  border-bottom-color: rgb(126 34 206 / 0.55) !important;
}

.border-y-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6) !important;
  border-bottom-color: rgb(126 34 206 / 0.6) !important;
}

.border-y-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65) !important;
  border-bottom-color: rgb(126 34 206 / 0.65) !important;
}

.border-y-purple-700\/70 {
  border-top-color: rgb(126 34 206 / 0.7) !important;
  border-bottom-color: rgb(126 34 206 / 0.7) !important;
}

.border-y-purple-700\/75 {
  border-top-color: rgb(126 34 206 / 0.75) !important;
  border-bottom-color: rgb(126 34 206 / 0.75) !important;
}

.border-y-purple-700\/80 {
  border-top-color: rgb(126 34 206 / 0.8) !important;
  border-bottom-color: rgb(126 34 206 / 0.8) !important;
}

.border-y-purple-700\/85 {
  border-top-color: rgb(126 34 206 / 0.85) !important;
  border-bottom-color: rgb(126 34 206 / 0.85) !important;
}

.border-y-purple-700\/90 {
  border-top-color: rgb(126 34 206 / 0.9) !important;
  border-bottom-color: rgb(126 34 206 / 0.9) !important;
}

.border-y-purple-700\/95 {
  border-top-color: rgb(126 34 206 / 0.95) !important;
  border-bottom-color: rgb(126 34 206 / 0.95) !important;
}

.border-y-purple-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-800\/0 {
  border-top-color: rgb(107 33 168 / 0) !important;
  border-bottom-color: rgb(107 33 168 / 0) !important;
}

.border-y-purple-800\/10 {
  border-top-color: rgb(107 33 168 / 0.1) !important;
  border-bottom-color: rgb(107 33 168 / 0.1) !important;
}

.border-y-purple-800\/100 {
  border-top-color: rgb(107 33 168 / 1) !important;
  border-bottom-color: rgb(107 33 168 / 1) !important;
}

.border-y-purple-800\/15 {
  border-top-color: rgb(107 33 168 / 0.15) !important;
  border-bottom-color: rgb(107 33 168 / 0.15) !important;
}

.border-y-purple-800\/20 {
  border-top-color: rgb(107 33 168 / 0.2) !important;
  border-bottom-color: rgb(107 33 168 / 0.2) !important;
}

.border-y-purple-800\/25 {
  border-top-color: rgb(107 33 168 / 0.25) !important;
  border-bottom-color: rgb(107 33 168 / 0.25) !important;
}

.border-y-purple-800\/30 {
  border-top-color: rgb(107 33 168 / 0.3) !important;
  border-bottom-color: rgb(107 33 168 / 0.3) !important;
}

.border-y-purple-800\/35 {
  border-top-color: rgb(107 33 168 / 0.35) !important;
  border-bottom-color: rgb(107 33 168 / 0.35) !important;
}

.border-y-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4) !important;
  border-bottom-color: rgb(107 33 168 / 0.4) !important;
}

.border-y-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45) !important;
  border-bottom-color: rgb(107 33 168 / 0.45) !important;
}

.border-y-purple-800\/5 {
  border-top-color: rgb(107 33 168 / 0.05) !important;
  border-bottom-color: rgb(107 33 168 / 0.05) !important;
}

.border-y-purple-800\/50 {
  border-top-color: rgb(107 33 168 / 0.5) !important;
  border-bottom-color: rgb(107 33 168 / 0.5) !important;
}

.border-y-purple-800\/55 {
  border-top-color: rgb(107 33 168 / 0.55) !important;
  border-bottom-color: rgb(107 33 168 / 0.55) !important;
}

.border-y-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6) !important;
  border-bottom-color: rgb(107 33 168 / 0.6) !important;
}

.border-y-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65) !important;
  border-bottom-color: rgb(107 33 168 / 0.65) !important;
}

.border-y-purple-800\/70 {
  border-top-color: rgb(107 33 168 / 0.7) !important;
  border-bottom-color: rgb(107 33 168 / 0.7) !important;
}

.border-y-purple-800\/75 {
  border-top-color: rgb(107 33 168 / 0.75) !important;
  border-bottom-color: rgb(107 33 168 / 0.75) !important;
}

.border-y-purple-800\/80 {
  border-top-color: rgb(107 33 168 / 0.8) !important;
  border-bottom-color: rgb(107 33 168 / 0.8) !important;
}

.border-y-purple-800\/85 {
  border-top-color: rgb(107 33 168 / 0.85) !important;
  border-bottom-color: rgb(107 33 168 / 0.85) !important;
}

.border-y-purple-800\/90 {
  border-top-color: rgb(107 33 168 / 0.9) !important;
  border-bottom-color: rgb(107 33 168 / 0.9) !important;
}

.border-y-purple-800\/95 {
  border-top-color: rgb(107 33 168 / 0.95) !important;
  border-bottom-color: rgb(107 33 168 / 0.95) !important;
}

.border-y-purple-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-900\/0 {
  border-top-color: rgb(88 28 135 / 0) !important;
  border-bottom-color: rgb(88 28 135 / 0) !important;
}

.border-y-purple-900\/10 {
  border-top-color: rgb(88 28 135 / 0.1) !important;
  border-bottom-color: rgb(88 28 135 / 0.1) !important;
}

.border-y-purple-900\/100 {
  border-top-color: rgb(88 28 135 / 1) !important;
  border-bottom-color: rgb(88 28 135 / 1) !important;
}

.border-y-purple-900\/15 {
  border-top-color: rgb(88 28 135 / 0.15) !important;
  border-bottom-color: rgb(88 28 135 / 0.15) !important;
}

.border-y-purple-900\/20 {
  border-top-color: rgb(88 28 135 / 0.2) !important;
  border-bottom-color: rgb(88 28 135 / 0.2) !important;
}

.border-y-purple-900\/25 {
  border-top-color: rgb(88 28 135 / 0.25) !important;
  border-bottom-color: rgb(88 28 135 / 0.25) !important;
}

.border-y-purple-900\/30 {
  border-top-color: rgb(88 28 135 / 0.3) !important;
  border-bottom-color: rgb(88 28 135 / 0.3) !important;
}

.border-y-purple-900\/35 {
  border-top-color: rgb(88 28 135 / 0.35) !important;
  border-bottom-color: rgb(88 28 135 / 0.35) !important;
}

.border-y-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4) !important;
  border-bottom-color: rgb(88 28 135 / 0.4) !important;
}

.border-y-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45) !important;
  border-bottom-color: rgb(88 28 135 / 0.45) !important;
}

.border-y-purple-900\/5 {
  border-top-color: rgb(88 28 135 / 0.05) !important;
  border-bottom-color: rgb(88 28 135 / 0.05) !important;
}

.border-y-purple-900\/50 {
  border-top-color: rgb(88 28 135 / 0.5) !important;
  border-bottom-color: rgb(88 28 135 / 0.5) !important;
}

.border-y-purple-900\/55 {
  border-top-color: rgb(88 28 135 / 0.55) !important;
  border-bottom-color: rgb(88 28 135 / 0.55) !important;
}

.border-y-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6) !important;
  border-bottom-color: rgb(88 28 135 / 0.6) !important;
}

.border-y-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65) !important;
  border-bottom-color: rgb(88 28 135 / 0.65) !important;
}

.border-y-purple-900\/70 {
  border-top-color: rgb(88 28 135 / 0.7) !important;
  border-bottom-color: rgb(88 28 135 / 0.7) !important;
}

.border-y-purple-900\/75 {
  border-top-color: rgb(88 28 135 / 0.75) !important;
  border-bottom-color: rgb(88 28 135 / 0.75) !important;
}

.border-y-purple-900\/80 {
  border-top-color: rgb(88 28 135 / 0.8) !important;
  border-bottom-color: rgb(88 28 135 / 0.8) !important;
}

.border-y-purple-900\/85 {
  border-top-color: rgb(88 28 135 / 0.85) !important;
  border-bottom-color: rgb(88 28 135 / 0.85) !important;
}

.border-y-purple-900\/90 {
  border-top-color: rgb(88 28 135 / 0.9) !important;
  border-bottom-color: rgb(88 28 135 / 0.9) !important;
}

.border-y-purple-900\/95 {
  border-top-color: rgb(88 28 135 / 0.95) !important;
  border-bottom-color: rgb(88 28 135 / 0.95) !important;
}

.border-y-purple-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-y-purple-950\/0 {
  border-top-color: rgb(59 7 100 / 0) !important;
  border-bottom-color: rgb(59 7 100 / 0) !important;
}

.border-y-purple-950\/10 {
  border-top-color: rgb(59 7 100 / 0.1) !important;
  border-bottom-color: rgb(59 7 100 / 0.1) !important;
}

.border-y-purple-950\/100 {
  border-top-color: rgb(59 7 100 / 1) !important;
  border-bottom-color: rgb(59 7 100 / 1) !important;
}

.border-y-purple-950\/15 {
  border-top-color: rgb(59 7 100 / 0.15) !important;
  border-bottom-color: rgb(59 7 100 / 0.15) !important;
}

.border-y-purple-950\/20 {
  border-top-color: rgb(59 7 100 / 0.2) !important;
  border-bottom-color: rgb(59 7 100 / 0.2) !important;
}

.border-y-purple-950\/25 {
  border-top-color: rgb(59 7 100 / 0.25) !important;
  border-bottom-color: rgb(59 7 100 / 0.25) !important;
}

.border-y-purple-950\/30 {
  border-top-color: rgb(59 7 100 / 0.3) !important;
  border-bottom-color: rgb(59 7 100 / 0.3) !important;
}

.border-y-purple-950\/35 {
  border-top-color: rgb(59 7 100 / 0.35) !important;
  border-bottom-color: rgb(59 7 100 / 0.35) !important;
}

.border-y-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4) !important;
  border-bottom-color: rgb(59 7 100 / 0.4) !important;
}

.border-y-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45) !important;
  border-bottom-color: rgb(59 7 100 / 0.45) !important;
}

.border-y-purple-950\/5 {
  border-top-color: rgb(59 7 100 / 0.05) !important;
  border-bottom-color: rgb(59 7 100 / 0.05) !important;
}

.border-y-purple-950\/50 {
  border-top-color: rgb(59 7 100 / 0.5) !important;
  border-bottom-color: rgb(59 7 100 / 0.5) !important;
}

.border-y-purple-950\/55 {
  border-top-color: rgb(59 7 100 / 0.55) !important;
  border-bottom-color: rgb(59 7 100 / 0.55) !important;
}

.border-y-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6) !important;
  border-bottom-color: rgb(59 7 100 / 0.6) !important;
}

.border-y-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65) !important;
  border-bottom-color: rgb(59 7 100 / 0.65) !important;
}

.border-y-purple-950\/70 {
  border-top-color: rgb(59 7 100 / 0.7) !important;
  border-bottom-color: rgb(59 7 100 / 0.7) !important;
}

.border-y-purple-950\/75 {
  border-top-color: rgb(59 7 100 / 0.75) !important;
  border-bottom-color: rgb(59 7 100 / 0.75) !important;
}

.border-y-purple-950\/80 {
  border-top-color: rgb(59 7 100 / 0.8) !important;
  border-bottom-color: rgb(59 7 100 / 0.8) !important;
}

.border-y-purple-950\/85 {
  border-top-color: rgb(59 7 100 / 0.85) !important;
  border-bottom-color: rgb(59 7 100 / 0.85) !important;
}

.border-y-purple-950\/90 {
  border-top-color: rgb(59 7 100 / 0.9) !important;
  border-bottom-color: rgb(59 7 100 / 0.9) !important;
}

.border-y-purple-950\/95 {
  border-top-color: rgb(59 7 100 / 0.95) !important;
  border-bottom-color: rgb(59 7 100 / 0.95) !important;
}

.border-y-red-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-100\/0 {
  border-top-color: rgb(254 226 226 / 0) !important;
  border-bottom-color: rgb(254 226 226 / 0) !important;
}

.border-y-red-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1) !important;
  border-bottom-color: rgb(254 226 226 / 0.1) !important;
}

.border-y-red-100\/100 {
  border-top-color: rgb(254 226 226 / 1) !important;
  border-bottom-color: rgb(254 226 226 / 1) !important;
}

.border-y-red-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15) !important;
  border-bottom-color: rgb(254 226 226 / 0.15) !important;
}

.border-y-red-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2) !important;
  border-bottom-color: rgb(254 226 226 / 0.2) !important;
}

.border-y-red-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25) !important;
  border-bottom-color: rgb(254 226 226 / 0.25) !important;
}

.border-y-red-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3) !important;
  border-bottom-color: rgb(254 226 226 / 0.3) !important;
}

.border-y-red-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35) !important;
  border-bottom-color: rgb(254 226 226 / 0.35) !important;
}

.border-y-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4) !important;
  border-bottom-color: rgb(254 226 226 / 0.4) !important;
}

.border-y-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45) !important;
  border-bottom-color: rgb(254 226 226 / 0.45) !important;
}

.border-y-red-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05) !important;
  border-bottom-color: rgb(254 226 226 / 0.05) !important;
}

.border-y-red-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5) !important;
  border-bottom-color: rgb(254 226 226 / 0.5) !important;
}

.border-y-red-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55) !important;
  border-bottom-color: rgb(254 226 226 / 0.55) !important;
}

.border-y-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6) !important;
  border-bottom-color: rgb(254 226 226 / 0.6) !important;
}

.border-y-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65) !important;
  border-bottom-color: rgb(254 226 226 / 0.65) !important;
}

.border-y-red-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7) !important;
  border-bottom-color: rgb(254 226 226 / 0.7) !important;
}

.border-y-red-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75) !important;
  border-bottom-color: rgb(254 226 226 / 0.75) !important;
}

.border-y-red-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8) !important;
  border-bottom-color: rgb(254 226 226 / 0.8) !important;
}

.border-y-red-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85) !important;
  border-bottom-color: rgb(254 226 226 / 0.85) !important;
}

.border-y-red-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9) !important;
  border-bottom-color: rgb(254 226 226 / 0.9) !important;
}

.border-y-red-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95) !important;
  border-bottom-color: rgb(254 226 226 / 0.95) !important;
}

.border-y-red-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-200\/0 {
  border-top-color: rgb(254 202 202 / 0) !important;
  border-bottom-color: rgb(254 202 202 / 0) !important;
}

.border-y-red-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1) !important;
  border-bottom-color: rgb(254 202 202 / 0.1) !important;
}

.border-y-red-200\/100 {
  border-top-color: rgb(254 202 202 / 1) !important;
  border-bottom-color: rgb(254 202 202 / 1) !important;
}

.border-y-red-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15) !important;
  border-bottom-color: rgb(254 202 202 / 0.15) !important;
}

.border-y-red-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2) !important;
  border-bottom-color: rgb(254 202 202 / 0.2) !important;
}

.border-y-red-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25) !important;
  border-bottom-color: rgb(254 202 202 / 0.25) !important;
}

.border-y-red-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3) !important;
  border-bottom-color: rgb(254 202 202 / 0.3) !important;
}

.border-y-red-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35) !important;
  border-bottom-color: rgb(254 202 202 / 0.35) !important;
}

.border-y-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4) !important;
  border-bottom-color: rgb(254 202 202 / 0.4) !important;
}

.border-y-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45) !important;
  border-bottom-color: rgb(254 202 202 / 0.45) !important;
}

.border-y-red-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05) !important;
  border-bottom-color: rgb(254 202 202 / 0.05) !important;
}

.border-y-red-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5) !important;
  border-bottom-color: rgb(254 202 202 / 0.5) !important;
}

.border-y-red-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55) !important;
  border-bottom-color: rgb(254 202 202 / 0.55) !important;
}

.border-y-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6) !important;
  border-bottom-color: rgb(254 202 202 / 0.6) !important;
}

.border-y-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65) !important;
  border-bottom-color: rgb(254 202 202 / 0.65) !important;
}

.border-y-red-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7) !important;
  border-bottom-color: rgb(254 202 202 / 0.7) !important;
}

.border-y-red-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75) !important;
  border-bottom-color: rgb(254 202 202 / 0.75) !important;
}

.border-y-red-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8) !important;
  border-bottom-color: rgb(254 202 202 / 0.8) !important;
}

.border-y-red-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85) !important;
  border-bottom-color: rgb(254 202 202 / 0.85) !important;
}

.border-y-red-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9) !important;
  border-bottom-color: rgb(254 202 202 / 0.9) !important;
}

.border-y-red-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95) !important;
  border-bottom-color: rgb(254 202 202 / 0.95) !important;
}

.border-y-red-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-300\/0 {
  border-top-color: rgb(252 165 165 / 0) !important;
  border-bottom-color: rgb(252 165 165 / 0) !important;
}

.border-y-red-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1) !important;
  border-bottom-color: rgb(252 165 165 / 0.1) !important;
}

.border-y-red-300\/100 {
  border-top-color: rgb(252 165 165 / 1) !important;
  border-bottom-color: rgb(252 165 165 / 1) !important;
}

.border-y-red-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15) !important;
  border-bottom-color: rgb(252 165 165 / 0.15) !important;
}

.border-y-red-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2) !important;
  border-bottom-color: rgb(252 165 165 / 0.2) !important;
}

.border-y-red-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25) !important;
  border-bottom-color: rgb(252 165 165 / 0.25) !important;
}

.border-y-red-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3) !important;
  border-bottom-color: rgb(252 165 165 / 0.3) !important;
}

.border-y-red-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35) !important;
  border-bottom-color: rgb(252 165 165 / 0.35) !important;
}

.border-y-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4) !important;
  border-bottom-color: rgb(252 165 165 / 0.4) !important;
}

.border-y-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45) !important;
  border-bottom-color: rgb(252 165 165 / 0.45) !important;
}

.border-y-red-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05) !important;
  border-bottom-color: rgb(252 165 165 / 0.05) !important;
}

.border-y-red-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5) !important;
  border-bottom-color: rgb(252 165 165 / 0.5) !important;
}

.border-y-red-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55) !important;
  border-bottom-color: rgb(252 165 165 / 0.55) !important;
}

.border-y-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6) !important;
  border-bottom-color: rgb(252 165 165 / 0.6) !important;
}

.border-y-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65) !important;
  border-bottom-color: rgb(252 165 165 / 0.65) !important;
}

.border-y-red-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7) !important;
  border-bottom-color: rgb(252 165 165 / 0.7) !important;
}

.border-y-red-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75) !important;
  border-bottom-color: rgb(252 165 165 / 0.75) !important;
}

.border-y-red-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8) !important;
  border-bottom-color: rgb(252 165 165 / 0.8) !important;
}

.border-y-red-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85) !important;
  border-bottom-color: rgb(252 165 165 / 0.85) !important;
}

.border-y-red-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9) !important;
  border-bottom-color: rgb(252 165 165 / 0.9) !important;
}

.border-y-red-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95) !important;
  border-bottom-color: rgb(252 165 165 / 0.95) !important;
}

.border-y-red-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-400\/0 {
  border-top-color: rgb(248 113 113 / 0) !important;
  border-bottom-color: rgb(248 113 113 / 0) !important;
}

.border-y-red-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1) !important;
  border-bottom-color: rgb(248 113 113 / 0.1) !important;
}

.border-y-red-400\/100 {
  border-top-color: rgb(248 113 113 / 1) !important;
  border-bottom-color: rgb(248 113 113 / 1) !important;
}

.border-y-red-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15) !important;
  border-bottom-color: rgb(248 113 113 / 0.15) !important;
}

.border-y-red-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2) !important;
  border-bottom-color: rgb(248 113 113 / 0.2) !important;
}

.border-y-red-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25) !important;
  border-bottom-color: rgb(248 113 113 / 0.25) !important;
}

.border-y-red-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3) !important;
  border-bottom-color: rgb(248 113 113 / 0.3) !important;
}

.border-y-red-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35) !important;
  border-bottom-color: rgb(248 113 113 / 0.35) !important;
}

.border-y-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4) !important;
  border-bottom-color: rgb(248 113 113 / 0.4) !important;
}

.border-y-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45) !important;
  border-bottom-color: rgb(248 113 113 / 0.45) !important;
}

.border-y-red-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05) !important;
  border-bottom-color: rgb(248 113 113 / 0.05) !important;
}

.border-y-red-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5) !important;
  border-bottom-color: rgb(248 113 113 / 0.5) !important;
}

.border-y-red-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55) !important;
  border-bottom-color: rgb(248 113 113 / 0.55) !important;
}

.border-y-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6) !important;
  border-bottom-color: rgb(248 113 113 / 0.6) !important;
}

.border-y-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65) !important;
  border-bottom-color: rgb(248 113 113 / 0.65) !important;
}

.border-y-red-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7) !important;
  border-bottom-color: rgb(248 113 113 / 0.7) !important;
}

.border-y-red-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75) !important;
  border-bottom-color: rgb(248 113 113 / 0.75) !important;
}

.border-y-red-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8) !important;
  border-bottom-color: rgb(248 113 113 / 0.8) !important;
}

.border-y-red-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85) !important;
  border-bottom-color: rgb(248 113 113 / 0.85) !important;
}

.border-y-red-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9) !important;
  border-bottom-color: rgb(248 113 113 / 0.9) !important;
}

.border-y-red-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95) !important;
  border-bottom-color: rgb(248 113 113 / 0.95) !important;
}

.border-y-red-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-50\/0 {
  border-top-color: rgb(254 242 242 / 0) !important;
  border-bottom-color: rgb(254 242 242 / 0) !important;
}

.border-y-red-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1) !important;
  border-bottom-color: rgb(254 242 242 / 0.1) !important;
}

.border-y-red-50\/100 {
  border-top-color: rgb(254 242 242 / 1) !important;
  border-bottom-color: rgb(254 242 242 / 1) !important;
}

.border-y-red-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15) !important;
  border-bottom-color: rgb(254 242 242 / 0.15) !important;
}

.border-y-red-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2) !important;
  border-bottom-color: rgb(254 242 242 / 0.2) !important;
}

.border-y-red-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25) !important;
  border-bottom-color: rgb(254 242 242 / 0.25) !important;
}

.border-y-red-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3) !important;
  border-bottom-color: rgb(254 242 242 / 0.3) !important;
}

.border-y-red-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35) !important;
  border-bottom-color: rgb(254 242 242 / 0.35) !important;
}

.border-y-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4) !important;
  border-bottom-color: rgb(254 242 242 / 0.4) !important;
}

.border-y-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45) !important;
  border-bottom-color: rgb(254 242 242 / 0.45) !important;
}

.border-y-red-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05) !important;
  border-bottom-color: rgb(254 242 242 / 0.05) !important;
}

.border-y-red-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5) !important;
  border-bottom-color: rgb(254 242 242 / 0.5) !important;
}

.border-y-red-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55) !important;
  border-bottom-color: rgb(254 242 242 / 0.55) !important;
}

.border-y-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6) !important;
  border-bottom-color: rgb(254 242 242 / 0.6) !important;
}

.border-y-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65) !important;
  border-bottom-color: rgb(254 242 242 / 0.65) !important;
}

.border-y-red-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7) !important;
  border-bottom-color: rgb(254 242 242 / 0.7) !important;
}

.border-y-red-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75) !important;
  border-bottom-color: rgb(254 242 242 / 0.75) !important;
}

.border-y-red-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8) !important;
  border-bottom-color: rgb(254 242 242 / 0.8) !important;
}

.border-y-red-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85) !important;
  border-bottom-color: rgb(254 242 242 / 0.85) !important;
}

.border-y-red-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9) !important;
  border-bottom-color: rgb(254 242 242 / 0.9) !important;
}

.border-y-red-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95) !important;
  border-bottom-color: rgb(254 242 242 / 0.95) !important;
}

.border-y-red-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-500\/0 {
  border-top-color: rgb(239 68 68 / 0) !important;
  border-bottom-color: rgb(239 68 68 / 0) !important;
}

.border-y-red-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1) !important;
  border-bottom-color: rgb(239 68 68 / 0.1) !important;
}

.border-y-red-500\/100 {
  border-top-color: rgb(239 68 68 / 1) !important;
  border-bottom-color: rgb(239 68 68 / 1) !important;
}

.border-y-red-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15) !important;
  border-bottom-color: rgb(239 68 68 / 0.15) !important;
}

.border-y-red-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2) !important;
  border-bottom-color: rgb(239 68 68 / 0.2) !important;
}

.border-y-red-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25) !important;
  border-bottom-color: rgb(239 68 68 / 0.25) !important;
}

.border-y-red-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3) !important;
  border-bottom-color: rgb(239 68 68 / 0.3) !important;
}

.border-y-red-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35) !important;
  border-bottom-color: rgb(239 68 68 / 0.35) !important;
}

.border-y-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4) !important;
  border-bottom-color: rgb(239 68 68 / 0.4) !important;
}

.border-y-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45) !important;
  border-bottom-color: rgb(239 68 68 / 0.45) !important;
}

.border-y-red-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05) !important;
  border-bottom-color: rgb(239 68 68 / 0.05) !important;
}

.border-y-red-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5) !important;
  border-bottom-color: rgb(239 68 68 / 0.5) !important;
}

.border-y-red-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55) !important;
  border-bottom-color: rgb(239 68 68 / 0.55) !important;
}

.border-y-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6) !important;
  border-bottom-color: rgb(239 68 68 / 0.6) !important;
}

.border-y-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65) !important;
  border-bottom-color: rgb(239 68 68 / 0.65) !important;
}

.border-y-red-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7) !important;
  border-bottom-color: rgb(239 68 68 / 0.7) !important;
}

.border-y-red-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75) !important;
  border-bottom-color: rgb(239 68 68 / 0.75) !important;
}

.border-y-red-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8) !important;
  border-bottom-color: rgb(239 68 68 / 0.8) !important;
}

.border-y-red-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85) !important;
  border-bottom-color: rgb(239 68 68 / 0.85) !important;
}

.border-y-red-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9) !important;
  border-bottom-color: rgb(239 68 68 / 0.9) !important;
}

.border-y-red-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95) !important;
  border-bottom-color: rgb(239 68 68 / 0.95) !important;
}

.border-y-red-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-600\/0 {
  border-top-color: rgb(220 38 38 / 0) !important;
  border-bottom-color: rgb(220 38 38 / 0) !important;
}

.border-y-red-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1) !important;
  border-bottom-color: rgb(220 38 38 / 0.1) !important;
}

.border-y-red-600\/100 {
  border-top-color: rgb(220 38 38 / 1) !important;
  border-bottom-color: rgb(220 38 38 / 1) !important;
}

.border-y-red-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15) !important;
  border-bottom-color: rgb(220 38 38 / 0.15) !important;
}

.border-y-red-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2) !important;
  border-bottom-color: rgb(220 38 38 / 0.2) !important;
}

.border-y-red-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25) !important;
  border-bottom-color: rgb(220 38 38 / 0.25) !important;
}

.border-y-red-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3) !important;
  border-bottom-color: rgb(220 38 38 / 0.3) !important;
}

.border-y-red-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35) !important;
  border-bottom-color: rgb(220 38 38 / 0.35) !important;
}

.border-y-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4) !important;
  border-bottom-color: rgb(220 38 38 / 0.4) !important;
}

.border-y-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45) !important;
  border-bottom-color: rgb(220 38 38 / 0.45) !important;
}

.border-y-red-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05) !important;
  border-bottom-color: rgb(220 38 38 / 0.05) !important;
}

.border-y-red-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5) !important;
  border-bottom-color: rgb(220 38 38 / 0.5) !important;
}

.border-y-red-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55) !important;
  border-bottom-color: rgb(220 38 38 / 0.55) !important;
}

.border-y-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6) !important;
  border-bottom-color: rgb(220 38 38 / 0.6) !important;
}

.border-y-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65) !important;
  border-bottom-color: rgb(220 38 38 / 0.65) !important;
}

.border-y-red-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7) !important;
  border-bottom-color: rgb(220 38 38 / 0.7) !important;
}

.border-y-red-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75) !important;
  border-bottom-color: rgb(220 38 38 / 0.75) !important;
}

.border-y-red-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8) !important;
  border-bottom-color: rgb(220 38 38 / 0.8) !important;
}

.border-y-red-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85) !important;
  border-bottom-color: rgb(220 38 38 / 0.85) !important;
}

.border-y-red-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9) !important;
  border-bottom-color: rgb(220 38 38 / 0.9) !important;
}

.border-y-red-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95) !important;
  border-bottom-color: rgb(220 38 38 / 0.95) !important;
}

.border-y-red-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-700\/0 {
  border-top-color: rgb(185 28 28 / 0) !important;
  border-bottom-color: rgb(185 28 28 / 0) !important;
}

.border-y-red-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1) !important;
  border-bottom-color: rgb(185 28 28 / 0.1) !important;
}

.border-y-red-700\/100 {
  border-top-color: rgb(185 28 28 / 1) !important;
  border-bottom-color: rgb(185 28 28 / 1) !important;
}

.border-y-red-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15) !important;
  border-bottom-color: rgb(185 28 28 / 0.15) !important;
}

.border-y-red-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2) !important;
  border-bottom-color: rgb(185 28 28 / 0.2) !important;
}

.border-y-red-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25) !important;
  border-bottom-color: rgb(185 28 28 / 0.25) !important;
}

.border-y-red-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3) !important;
  border-bottom-color: rgb(185 28 28 / 0.3) !important;
}

.border-y-red-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35) !important;
  border-bottom-color: rgb(185 28 28 / 0.35) !important;
}

.border-y-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4) !important;
  border-bottom-color: rgb(185 28 28 / 0.4) !important;
}

.border-y-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45) !important;
  border-bottom-color: rgb(185 28 28 / 0.45) !important;
}

.border-y-red-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05) !important;
  border-bottom-color: rgb(185 28 28 / 0.05) !important;
}

.border-y-red-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5) !important;
  border-bottom-color: rgb(185 28 28 / 0.5) !important;
}

.border-y-red-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55) !important;
  border-bottom-color: rgb(185 28 28 / 0.55) !important;
}

.border-y-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6) !important;
  border-bottom-color: rgb(185 28 28 / 0.6) !important;
}

.border-y-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65) !important;
  border-bottom-color: rgb(185 28 28 / 0.65) !important;
}

.border-y-red-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7) !important;
  border-bottom-color: rgb(185 28 28 / 0.7) !important;
}

.border-y-red-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75) !important;
  border-bottom-color: rgb(185 28 28 / 0.75) !important;
}

.border-y-red-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8) !important;
  border-bottom-color: rgb(185 28 28 / 0.8) !important;
}

.border-y-red-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85) !important;
  border-bottom-color: rgb(185 28 28 / 0.85) !important;
}

.border-y-red-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9) !important;
  border-bottom-color: rgb(185 28 28 / 0.9) !important;
}

.border-y-red-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95) !important;
  border-bottom-color: rgb(185 28 28 / 0.95) !important;
}

.border-y-red-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-800\/0 {
  border-top-color: rgb(153 27 27 / 0) !important;
  border-bottom-color: rgb(153 27 27 / 0) !important;
}

.border-y-red-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1) !important;
  border-bottom-color: rgb(153 27 27 / 0.1) !important;
}

.border-y-red-800\/100 {
  border-top-color: rgb(153 27 27 / 1) !important;
  border-bottom-color: rgb(153 27 27 / 1) !important;
}

.border-y-red-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15) !important;
  border-bottom-color: rgb(153 27 27 / 0.15) !important;
}

.border-y-red-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2) !important;
  border-bottom-color: rgb(153 27 27 / 0.2) !important;
}

.border-y-red-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25) !important;
  border-bottom-color: rgb(153 27 27 / 0.25) !important;
}

.border-y-red-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3) !important;
  border-bottom-color: rgb(153 27 27 / 0.3) !important;
}

.border-y-red-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35) !important;
  border-bottom-color: rgb(153 27 27 / 0.35) !important;
}

.border-y-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4) !important;
  border-bottom-color: rgb(153 27 27 / 0.4) !important;
}

.border-y-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45) !important;
  border-bottom-color: rgb(153 27 27 / 0.45) !important;
}

.border-y-red-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05) !important;
  border-bottom-color: rgb(153 27 27 / 0.05) !important;
}

.border-y-red-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5) !important;
  border-bottom-color: rgb(153 27 27 / 0.5) !important;
}

.border-y-red-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55) !important;
  border-bottom-color: rgb(153 27 27 / 0.55) !important;
}

.border-y-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6) !important;
  border-bottom-color: rgb(153 27 27 / 0.6) !important;
}

.border-y-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65) !important;
  border-bottom-color: rgb(153 27 27 / 0.65) !important;
}

.border-y-red-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7) !important;
  border-bottom-color: rgb(153 27 27 / 0.7) !important;
}

.border-y-red-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75) !important;
  border-bottom-color: rgb(153 27 27 / 0.75) !important;
}

.border-y-red-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8) !important;
  border-bottom-color: rgb(153 27 27 / 0.8) !important;
}

.border-y-red-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85) !important;
  border-bottom-color: rgb(153 27 27 / 0.85) !important;
}

.border-y-red-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9) !important;
  border-bottom-color: rgb(153 27 27 / 0.9) !important;
}

.border-y-red-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95) !important;
  border-bottom-color: rgb(153 27 27 / 0.95) !important;
}

.border-y-red-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-900\/0 {
  border-top-color: rgb(127 29 29 / 0) !important;
  border-bottom-color: rgb(127 29 29 / 0) !important;
}

.border-y-red-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1) !important;
  border-bottom-color: rgb(127 29 29 / 0.1) !important;
}

.border-y-red-900\/100 {
  border-top-color: rgb(127 29 29 / 1) !important;
  border-bottom-color: rgb(127 29 29 / 1) !important;
}

.border-y-red-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15) !important;
  border-bottom-color: rgb(127 29 29 / 0.15) !important;
}

.border-y-red-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2) !important;
  border-bottom-color: rgb(127 29 29 / 0.2) !important;
}

.border-y-red-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25) !important;
  border-bottom-color: rgb(127 29 29 / 0.25) !important;
}

.border-y-red-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3) !important;
  border-bottom-color: rgb(127 29 29 / 0.3) !important;
}

.border-y-red-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35) !important;
  border-bottom-color: rgb(127 29 29 / 0.35) !important;
}

.border-y-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4) !important;
  border-bottom-color: rgb(127 29 29 / 0.4) !important;
}

.border-y-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45) !important;
  border-bottom-color: rgb(127 29 29 / 0.45) !important;
}

.border-y-red-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05) !important;
  border-bottom-color: rgb(127 29 29 / 0.05) !important;
}

.border-y-red-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5) !important;
  border-bottom-color: rgb(127 29 29 / 0.5) !important;
}

.border-y-red-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55) !important;
  border-bottom-color: rgb(127 29 29 / 0.55) !important;
}

.border-y-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6) !important;
  border-bottom-color: rgb(127 29 29 / 0.6) !important;
}

.border-y-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65) !important;
  border-bottom-color: rgb(127 29 29 / 0.65) !important;
}

.border-y-red-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7) !important;
  border-bottom-color: rgb(127 29 29 / 0.7) !important;
}

.border-y-red-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75) !important;
  border-bottom-color: rgb(127 29 29 / 0.75) !important;
}

.border-y-red-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8) !important;
  border-bottom-color: rgb(127 29 29 / 0.8) !important;
}

.border-y-red-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85) !important;
  border-bottom-color: rgb(127 29 29 / 0.85) !important;
}

.border-y-red-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9) !important;
  border-bottom-color: rgb(127 29 29 / 0.9) !important;
}

.border-y-red-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95) !important;
  border-bottom-color: rgb(127 29 29 / 0.95) !important;
}

.border-y-red-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-y-red-950\/0 {
  border-top-color: rgb(69 10 10 / 0) !important;
  border-bottom-color: rgb(69 10 10 / 0) !important;
}

.border-y-red-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1) !important;
  border-bottom-color: rgb(69 10 10 / 0.1) !important;
}

.border-y-red-950\/100 {
  border-top-color: rgb(69 10 10 / 1) !important;
  border-bottom-color: rgb(69 10 10 / 1) !important;
}

.border-y-red-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15) !important;
  border-bottom-color: rgb(69 10 10 / 0.15) !important;
}

.border-y-red-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2) !important;
  border-bottom-color: rgb(69 10 10 / 0.2) !important;
}

.border-y-red-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25) !important;
  border-bottom-color: rgb(69 10 10 / 0.25) !important;
}

.border-y-red-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3) !important;
  border-bottom-color: rgb(69 10 10 / 0.3) !important;
}

.border-y-red-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35) !important;
  border-bottom-color: rgb(69 10 10 / 0.35) !important;
}

.border-y-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4) !important;
  border-bottom-color: rgb(69 10 10 / 0.4) !important;
}

.border-y-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45) !important;
  border-bottom-color: rgb(69 10 10 / 0.45) !important;
}

.border-y-red-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05) !important;
  border-bottom-color: rgb(69 10 10 / 0.05) !important;
}

.border-y-red-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5) !important;
  border-bottom-color: rgb(69 10 10 / 0.5) !important;
}

.border-y-red-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55) !important;
  border-bottom-color: rgb(69 10 10 / 0.55) !important;
}

.border-y-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6) !important;
  border-bottom-color: rgb(69 10 10 / 0.6) !important;
}

.border-y-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65) !important;
  border-bottom-color: rgb(69 10 10 / 0.65) !important;
}

.border-y-red-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7) !important;
  border-bottom-color: rgb(69 10 10 / 0.7) !important;
}

.border-y-red-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75) !important;
  border-bottom-color: rgb(69 10 10 / 0.75) !important;
}

.border-y-red-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8) !important;
  border-bottom-color: rgb(69 10 10 / 0.8) !important;
}

.border-y-red-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85) !important;
  border-bottom-color: rgb(69 10 10 / 0.85) !important;
}

.border-y-red-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9) !important;
  border-bottom-color: rgb(69 10 10 / 0.9) !important;
}

.border-y-red-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95) !important;
  border-bottom-color: rgb(69 10 10 / 0.95) !important;
}

.border-y-rose-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-100\/0 {
  border-top-color: rgb(255 228 230 / 0) !important;
  border-bottom-color: rgb(255 228 230 / 0) !important;
}

.border-y-rose-100\/10 {
  border-top-color: rgb(255 228 230 / 0.1) !important;
  border-bottom-color: rgb(255 228 230 / 0.1) !important;
}

.border-y-rose-100\/100 {
  border-top-color: rgb(255 228 230 / 1) !important;
  border-bottom-color: rgb(255 228 230 / 1) !important;
}

.border-y-rose-100\/15 {
  border-top-color: rgb(255 228 230 / 0.15) !important;
  border-bottom-color: rgb(255 228 230 / 0.15) !important;
}

.border-y-rose-100\/20 {
  border-top-color: rgb(255 228 230 / 0.2) !important;
  border-bottom-color: rgb(255 228 230 / 0.2) !important;
}

.border-y-rose-100\/25 {
  border-top-color: rgb(255 228 230 / 0.25) !important;
  border-bottom-color: rgb(255 228 230 / 0.25) !important;
}

.border-y-rose-100\/30 {
  border-top-color: rgb(255 228 230 / 0.3) !important;
  border-bottom-color: rgb(255 228 230 / 0.3) !important;
}

.border-y-rose-100\/35 {
  border-top-color: rgb(255 228 230 / 0.35) !important;
  border-bottom-color: rgb(255 228 230 / 0.35) !important;
}

.border-y-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4) !important;
  border-bottom-color: rgb(255 228 230 / 0.4) !important;
}

.border-y-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45) !important;
  border-bottom-color: rgb(255 228 230 / 0.45) !important;
}

.border-y-rose-100\/5 {
  border-top-color: rgb(255 228 230 / 0.05) !important;
  border-bottom-color: rgb(255 228 230 / 0.05) !important;
}

.border-y-rose-100\/50 {
  border-top-color: rgb(255 228 230 / 0.5) !important;
  border-bottom-color: rgb(255 228 230 / 0.5) !important;
}

.border-y-rose-100\/55 {
  border-top-color: rgb(255 228 230 / 0.55) !important;
  border-bottom-color: rgb(255 228 230 / 0.55) !important;
}

.border-y-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6) !important;
  border-bottom-color: rgb(255 228 230 / 0.6) !important;
}

.border-y-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65) !important;
  border-bottom-color: rgb(255 228 230 / 0.65) !important;
}

.border-y-rose-100\/70 {
  border-top-color: rgb(255 228 230 / 0.7) !important;
  border-bottom-color: rgb(255 228 230 / 0.7) !important;
}

.border-y-rose-100\/75 {
  border-top-color: rgb(255 228 230 / 0.75) !important;
  border-bottom-color: rgb(255 228 230 / 0.75) !important;
}

.border-y-rose-100\/80 {
  border-top-color: rgb(255 228 230 / 0.8) !important;
  border-bottom-color: rgb(255 228 230 / 0.8) !important;
}

.border-y-rose-100\/85 {
  border-top-color: rgb(255 228 230 / 0.85) !important;
  border-bottom-color: rgb(255 228 230 / 0.85) !important;
}

.border-y-rose-100\/90 {
  border-top-color: rgb(255 228 230 / 0.9) !important;
  border-bottom-color: rgb(255 228 230 / 0.9) !important;
}

.border-y-rose-100\/95 {
  border-top-color: rgb(255 228 230 / 0.95) !important;
  border-bottom-color: rgb(255 228 230 / 0.95) !important;
}

.border-y-rose-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-200\/0 {
  border-top-color: rgb(254 205 211 / 0) !important;
  border-bottom-color: rgb(254 205 211 / 0) !important;
}

.border-y-rose-200\/10 {
  border-top-color: rgb(254 205 211 / 0.1) !important;
  border-bottom-color: rgb(254 205 211 / 0.1) !important;
}

.border-y-rose-200\/100 {
  border-top-color: rgb(254 205 211 / 1) !important;
  border-bottom-color: rgb(254 205 211 / 1) !important;
}

.border-y-rose-200\/15 {
  border-top-color: rgb(254 205 211 / 0.15) !important;
  border-bottom-color: rgb(254 205 211 / 0.15) !important;
}

.border-y-rose-200\/20 {
  border-top-color: rgb(254 205 211 / 0.2) !important;
  border-bottom-color: rgb(254 205 211 / 0.2) !important;
}

.border-y-rose-200\/25 {
  border-top-color: rgb(254 205 211 / 0.25) !important;
  border-bottom-color: rgb(254 205 211 / 0.25) !important;
}

.border-y-rose-200\/30 {
  border-top-color: rgb(254 205 211 / 0.3) !important;
  border-bottom-color: rgb(254 205 211 / 0.3) !important;
}

.border-y-rose-200\/35 {
  border-top-color: rgb(254 205 211 / 0.35) !important;
  border-bottom-color: rgb(254 205 211 / 0.35) !important;
}

.border-y-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4) !important;
  border-bottom-color: rgb(254 205 211 / 0.4) !important;
}

.border-y-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45) !important;
  border-bottom-color: rgb(254 205 211 / 0.45) !important;
}

.border-y-rose-200\/5 {
  border-top-color: rgb(254 205 211 / 0.05) !important;
  border-bottom-color: rgb(254 205 211 / 0.05) !important;
}

.border-y-rose-200\/50 {
  border-top-color: rgb(254 205 211 / 0.5) !important;
  border-bottom-color: rgb(254 205 211 / 0.5) !important;
}

.border-y-rose-200\/55 {
  border-top-color: rgb(254 205 211 / 0.55) !important;
  border-bottom-color: rgb(254 205 211 / 0.55) !important;
}

.border-y-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6) !important;
  border-bottom-color: rgb(254 205 211 / 0.6) !important;
}

.border-y-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65) !important;
  border-bottom-color: rgb(254 205 211 / 0.65) !important;
}

.border-y-rose-200\/70 {
  border-top-color: rgb(254 205 211 / 0.7) !important;
  border-bottom-color: rgb(254 205 211 / 0.7) !important;
}

.border-y-rose-200\/75 {
  border-top-color: rgb(254 205 211 / 0.75) !important;
  border-bottom-color: rgb(254 205 211 / 0.75) !important;
}

.border-y-rose-200\/80 {
  border-top-color: rgb(254 205 211 / 0.8) !important;
  border-bottom-color: rgb(254 205 211 / 0.8) !important;
}

.border-y-rose-200\/85 {
  border-top-color: rgb(254 205 211 / 0.85) !important;
  border-bottom-color: rgb(254 205 211 / 0.85) !important;
}

.border-y-rose-200\/90 {
  border-top-color: rgb(254 205 211 / 0.9) !important;
  border-bottom-color: rgb(254 205 211 / 0.9) !important;
}

.border-y-rose-200\/95 {
  border-top-color: rgb(254 205 211 / 0.95) !important;
  border-bottom-color: rgb(254 205 211 / 0.95) !important;
}

.border-y-rose-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-300\/0 {
  border-top-color: rgb(253 164 175 / 0) !important;
  border-bottom-color: rgb(253 164 175 / 0) !important;
}

.border-y-rose-300\/10 {
  border-top-color: rgb(253 164 175 / 0.1) !important;
  border-bottom-color: rgb(253 164 175 / 0.1) !important;
}

.border-y-rose-300\/100 {
  border-top-color: rgb(253 164 175 / 1) !important;
  border-bottom-color: rgb(253 164 175 / 1) !important;
}

.border-y-rose-300\/15 {
  border-top-color: rgb(253 164 175 / 0.15) !important;
  border-bottom-color: rgb(253 164 175 / 0.15) !important;
}

.border-y-rose-300\/20 {
  border-top-color: rgb(253 164 175 / 0.2) !important;
  border-bottom-color: rgb(253 164 175 / 0.2) !important;
}

.border-y-rose-300\/25 {
  border-top-color: rgb(253 164 175 / 0.25) !important;
  border-bottom-color: rgb(253 164 175 / 0.25) !important;
}

.border-y-rose-300\/30 {
  border-top-color: rgb(253 164 175 / 0.3) !important;
  border-bottom-color: rgb(253 164 175 / 0.3) !important;
}

.border-y-rose-300\/35 {
  border-top-color: rgb(253 164 175 / 0.35) !important;
  border-bottom-color: rgb(253 164 175 / 0.35) !important;
}

.border-y-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4) !important;
  border-bottom-color: rgb(253 164 175 / 0.4) !important;
}

.border-y-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45) !important;
  border-bottom-color: rgb(253 164 175 / 0.45) !important;
}

.border-y-rose-300\/5 {
  border-top-color: rgb(253 164 175 / 0.05) !important;
  border-bottom-color: rgb(253 164 175 / 0.05) !important;
}

.border-y-rose-300\/50 {
  border-top-color: rgb(253 164 175 / 0.5) !important;
  border-bottom-color: rgb(253 164 175 / 0.5) !important;
}

.border-y-rose-300\/55 {
  border-top-color: rgb(253 164 175 / 0.55) !important;
  border-bottom-color: rgb(253 164 175 / 0.55) !important;
}

.border-y-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6) !important;
  border-bottom-color: rgb(253 164 175 / 0.6) !important;
}

.border-y-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65) !important;
  border-bottom-color: rgb(253 164 175 / 0.65) !important;
}

.border-y-rose-300\/70 {
  border-top-color: rgb(253 164 175 / 0.7) !important;
  border-bottom-color: rgb(253 164 175 / 0.7) !important;
}

.border-y-rose-300\/75 {
  border-top-color: rgb(253 164 175 / 0.75) !important;
  border-bottom-color: rgb(253 164 175 / 0.75) !important;
}

.border-y-rose-300\/80 {
  border-top-color: rgb(253 164 175 / 0.8) !important;
  border-bottom-color: rgb(253 164 175 / 0.8) !important;
}

.border-y-rose-300\/85 {
  border-top-color: rgb(253 164 175 / 0.85) !important;
  border-bottom-color: rgb(253 164 175 / 0.85) !important;
}

.border-y-rose-300\/90 {
  border-top-color: rgb(253 164 175 / 0.9) !important;
  border-bottom-color: rgb(253 164 175 / 0.9) !important;
}

.border-y-rose-300\/95 {
  border-top-color: rgb(253 164 175 / 0.95) !important;
  border-bottom-color: rgb(253 164 175 / 0.95) !important;
}

.border-y-rose-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-400\/0 {
  border-top-color: rgb(251 113 133 / 0) !important;
  border-bottom-color: rgb(251 113 133 / 0) !important;
}

.border-y-rose-400\/10 {
  border-top-color: rgb(251 113 133 / 0.1) !important;
  border-bottom-color: rgb(251 113 133 / 0.1) !important;
}

.border-y-rose-400\/100 {
  border-top-color: rgb(251 113 133 / 1) !important;
  border-bottom-color: rgb(251 113 133 / 1) !important;
}

.border-y-rose-400\/15 {
  border-top-color: rgb(251 113 133 / 0.15) !important;
  border-bottom-color: rgb(251 113 133 / 0.15) !important;
}

.border-y-rose-400\/20 {
  border-top-color: rgb(251 113 133 / 0.2) !important;
  border-bottom-color: rgb(251 113 133 / 0.2) !important;
}

.border-y-rose-400\/25 {
  border-top-color: rgb(251 113 133 / 0.25) !important;
  border-bottom-color: rgb(251 113 133 / 0.25) !important;
}

.border-y-rose-400\/30 {
  border-top-color: rgb(251 113 133 / 0.3) !important;
  border-bottom-color: rgb(251 113 133 / 0.3) !important;
}

.border-y-rose-400\/35 {
  border-top-color: rgb(251 113 133 / 0.35) !important;
  border-bottom-color: rgb(251 113 133 / 0.35) !important;
}

.border-y-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4) !important;
  border-bottom-color: rgb(251 113 133 / 0.4) !important;
}

.border-y-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45) !important;
  border-bottom-color: rgb(251 113 133 / 0.45) !important;
}

.border-y-rose-400\/5 {
  border-top-color: rgb(251 113 133 / 0.05) !important;
  border-bottom-color: rgb(251 113 133 / 0.05) !important;
}

.border-y-rose-400\/50 {
  border-top-color: rgb(251 113 133 / 0.5) !important;
  border-bottom-color: rgb(251 113 133 / 0.5) !important;
}

.border-y-rose-400\/55 {
  border-top-color: rgb(251 113 133 / 0.55) !important;
  border-bottom-color: rgb(251 113 133 / 0.55) !important;
}

.border-y-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6) !important;
  border-bottom-color: rgb(251 113 133 / 0.6) !important;
}

.border-y-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65) !important;
  border-bottom-color: rgb(251 113 133 / 0.65) !important;
}

.border-y-rose-400\/70 {
  border-top-color: rgb(251 113 133 / 0.7) !important;
  border-bottom-color: rgb(251 113 133 / 0.7) !important;
}

.border-y-rose-400\/75 {
  border-top-color: rgb(251 113 133 / 0.75) !important;
  border-bottom-color: rgb(251 113 133 / 0.75) !important;
}

.border-y-rose-400\/80 {
  border-top-color: rgb(251 113 133 / 0.8) !important;
  border-bottom-color: rgb(251 113 133 / 0.8) !important;
}

.border-y-rose-400\/85 {
  border-top-color: rgb(251 113 133 / 0.85) !important;
  border-bottom-color: rgb(251 113 133 / 0.85) !important;
}

.border-y-rose-400\/90 {
  border-top-color: rgb(251 113 133 / 0.9) !important;
  border-bottom-color: rgb(251 113 133 / 0.9) !important;
}

.border-y-rose-400\/95 {
  border-top-color: rgb(251 113 133 / 0.95) !important;
  border-bottom-color: rgb(251 113 133 / 0.95) !important;
}

.border-y-rose-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-50\/0 {
  border-top-color: rgb(255 241 242 / 0) !important;
  border-bottom-color: rgb(255 241 242 / 0) !important;
}

.border-y-rose-50\/10 {
  border-top-color: rgb(255 241 242 / 0.1) !important;
  border-bottom-color: rgb(255 241 242 / 0.1) !important;
}

.border-y-rose-50\/100 {
  border-top-color: rgb(255 241 242 / 1) !important;
  border-bottom-color: rgb(255 241 242 / 1) !important;
}

.border-y-rose-50\/15 {
  border-top-color: rgb(255 241 242 / 0.15) !important;
  border-bottom-color: rgb(255 241 242 / 0.15) !important;
}

.border-y-rose-50\/20 {
  border-top-color: rgb(255 241 242 / 0.2) !important;
  border-bottom-color: rgb(255 241 242 / 0.2) !important;
}

.border-y-rose-50\/25 {
  border-top-color: rgb(255 241 242 / 0.25) !important;
  border-bottom-color: rgb(255 241 242 / 0.25) !important;
}

.border-y-rose-50\/30 {
  border-top-color: rgb(255 241 242 / 0.3) !important;
  border-bottom-color: rgb(255 241 242 / 0.3) !important;
}

.border-y-rose-50\/35 {
  border-top-color: rgb(255 241 242 / 0.35) !important;
  border-bottom-color: rgb(255 241 242 / 0.35) !important;
}

.border-y-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4) !important;
  border-bottom-color: rgb(255 241 242 / 0.4) !important;
}

.border-y-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45) !important;
  border-bottom-color: rgb(255 241 242 / 0.45) !important;
}

.border-y-rose-50\/5 {
  border-top-color: rgb(255 241 242 / 0.05) !important;
  border-bottom-color: rgb(255 241 242 / 0.05) !important;
}

.border-y-rose-50\/50 {
  border-top-color: rgb(255 241 242 / 0.5) !important;
  border-bottom-color: rgb(255 241 242 / 0.5) !important;
}

.border-y-rose-50\/55 {
  border-top-color: rgb(255 241 242 / 0.55) !important;
  border-bottom-color: rgb(255 241 242 / 0.55) !important;
}

.border-y-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6) !important;
  border-bottom-color: rgb(255 241 242 / 0.6) !important;
}

.border-y-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65) !important;
  border-bottom-color: rgb(255 241 242 / 0.65) !important;
}

.border-y-rose-50\/70 {
  border-top-color: rgb(255 241 242 / 0.7) !important;
  border-bottom-color: rgb(255 241 242 / 0.7) !important;
}

.border-y-rose-50\/75 {
  border-top-color: rgb(255 241 242 / 0.75) !important;
  border-bottom-color: rgb(255 241 242 / 0.75) !important;
}

.border-y-rose-50\/80 {
  border-top-color: rgb(255 241 242 / 0.8) !important;
  border-bottom-color: rgb(255 241 242 / 0.8) !important;
}

.border-y-rose-50\/85 {
  border-top-color: rgb(255 241 242 / 0.85) !important;
  border-bottom-color: rgb(255 241 242 / 0.85) !important;
}

.border-y-rose-50\/90 {
  border-top-color: rgb(255 241 242 / 0.9) !important;
  border-bottom-color: rgb(255 241 242 / 0.9) !important;
}

.border-y-rose-50\/95 {
  border-top-color: rgb(255 241 242 / 0.95) !important;
  border-bottom-color: rgb(255 241 242 / 0.95) !important;
}

.border-y-rose-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-500\/0 {
  border-top-color: rgb(244 63 94 / 0) !important;
  border-bottom-color: rgb(244 63 94 / 0) !important;
}

.border-y-rose-500\/10 {
  border-top-color: rgb(244 63 94 / 0.1) !important;
  border-bottom-color: rgb(244 63 94 / 0.1) !important;
}

.border-y-rose-500\/100 {
  border-top-color: rgb(244 63 94 / 1) !important;
  border-bottom-color: rgb(244 63 94 / 1) !important;
}

.border-y-rose-500\/15 {
  border-top-color: rgb(244 63 94 / 0.15) !important;
  border-bottom-color: rgb(244 63 94 / 0.15) !important;
}

.border-y-rose-500\/20 {
  border-top-color: rgb(244 63 94 / 0.2) !important;
  border-bottom-color: rgb(244 63 94 / 0.2) !important;
}

.border-y-rose-500\/25 {
  border-top-color: rgb(244 63 94 / 0.25) !important;
  border-bottom-color: rgb(244 63 94 / 0.25) !important;
}

.border-y-rose-500\/30 {
  border-top-color: rgb(244 63 94 / 0.3) !important;
  border-bottom-color: rgb(244 63 94 / 0.3) !important;
}

.border-y-rose-500\/35 {
  border-top-color: rgb(244 63 94 / 0.35) !important;
  border-bottom-color: rgb(244 63 94 / 0.35) !important;
}

.border-y-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4) !important;
  border-bottom-color: rgb(244 63 94 / 0.4) !important;
}

.border-y-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45) !important;
  border-bottom-color: rgb(244 63 94 / 0.45) !important;
}

.border-y-rose-500\/5 {
  border-top-color: rgb(244 63 94 / 0.05) !important;
  border-bottom-color: rgb(244 63 94 / 0.05) !important;
}

.border-y-rose-500\/50 {
  border-top-color: rgb(244 63 94 / 0.5) !important;
  border-bottom-color: rgb(244 63 94 / 0.5) !important;
}

.border-y-rose-500\/55 {
  border-top-color: rgb(244 63 94 / 0.55) !important;
  border-bottom-color: rgb(244 63 94 / 0.55) !important;
}

.border-y-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6) !important;
  border-bottom-color: rgb(244 63 94 / 0.6) !important;
}

.border-y-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65) !important;
  border-bottom-color: rgb(244 63 94 / 0.65) !important;
}

.border-y-rose-500\/70 {
  border-top-color: rgb(244 63 94 / 0.7) !important;
  border-bottom-color: rgb(244 63 94 / 0.7) !important;
}

.border-y-rose-500\/75 {
  border-top-color: rgb(244 63 94 / 0.75) !important;
  border-bottom-color: rgb(244 63 94 / 0.75) !important;
}

.border-y-rose-500\/80 {
  border-top-color: rgb(244 63 94 / 0.8) !important;
  border-bottom-color: rgb(244 63 94 / 0.8) !important;
}

.border-y-rose-500\/85 {
  border-top-color: rgb(244 63 94 / 0.85) !important;
  border-bottom-color: rgb(244 63 94 / 0.85) !important;
}

.border-y-rose-500\/90 {
  border-top-color: rgb(244 63 94 / 0.9) !important;
  border-bottom-color: rgb(244 63 94 / 0.9) !important;
}

.border-y-rose-500\/95 {
  border-top-color: rgb(244 63 94 / 0.95) !important;
  border-bottom-color: rgb(244 63 94 / 0.95) !important;
}

.border-y-rose-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-600\/0 {
  border-top-color: rgb(225 29 72 / 0) !important;
  border-bottom-color: rgb(225 29 72 / 0) !important;
}

.border-y-rose-600\/10 {
  border-top-color: rgb(225 29 72 / 0.1) !important;
  border-bottom-color: rgb(225 29 72 / 0.1) !important;
}

.border-y-rose-600\/100 {
  border-top-color: rgb(225 29 72 / 1) !important;
  border-bottom-color: rgb(225 29 72 / 1) !important;
}

.border-y-rose-600\/15 {
  border-top-color: rgb(225 29 72 / 0.15) !important;
  border-bottom-color: rgb(225 29 72 / 0.15) !important;
}

.border-y-rose-600\/20 {
  border-top-color: rgb(225 29 72 / 0.2) !important;
  border-bottom-color: rgb(225 29 72 / 0.2) !important;
}

.border-y-rose-600\/25 {
  border-top-color: rgb(225 29 72 / 0.25) !important;
  border-bottom-color: rgb(225 29 72 / 0.25) !important;
}

.border-y-rose-600\/30 {
  border-top-color: rgb(225 29 72 / 0.3) !important;
  border-bottom-color: rgb(225 29 72 / 0.3) !important;
}

.border-y-rose-600\/35 {
  border-top-color: rgb(225 29 72 / 0.35) !important;
  border-bottom-color: rgb(225 29 72 / 0.35) !important;
}

.border-y-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4) !important;
  border-bottom-color: rgb(225 29 72 / 0.4) !important;
}

.border-y-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45) !important;
  border-bottom-color: rgb(225 29 72 / 0.45) !important;
}

.border-y-rose-600\/5 {
  border-top-color: rgb(225 29 72 / 0.05) !important;
  border-bottom-color: rgb(225 29 72 / 0.05) !important;
}

.border-y-rose-600\/50 {
  border-top-color: rgb(225 29 72 / 0.5) !important;
  border-bottom-color: rgb(225 29 72 / 0.5) !important;
}

.border-y-rose-600\/55 {
  border-top-color: rgb(225 29 72 / 0.55) !important;
  border-bottom-color: rgb(225 29 72 / 0.55) !important;
}

.border-y-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6) !important;
  border-bottom-color: rgb(225 29 72 / 0.6) !important;
}

.border-y-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65) !important;
  border-bottom-color: rgb(225 29 72 / 0.65) !important;
}

.border-y-rose-600\/70 {
  border-top-color: rgb(225 29 72 / 0.7) !important;
  border-bottom-color: rgb(225 29 72 / 0.7) !important;
}

.border-y-rose-600\/75 {
  border-top-color: rgb(225 29 72 / 0.75) !important;
  border-bottom-color: rgb(225 29 72 / 0.75) !important;
}

.border-y-rose-600\/80 {
  border-top-color: rgb(225 29 72 / 0.8) !important;
  border-bottom-color: rgb(225 29 72 / 0.8) !important;
}

.border-y-rose-600\/85 {
  border-top-color: rgb(225 29 72 / 0.85) !important;
  border-bottom-color: rgb(225 29 72 / 0.85) !important;
}

.border-y-rose-600\/90 {
  border-top-color: rgb(225 29 72 / 0.9) !important;
  border-bottom-color: rgb(225 29 72 / 0.9) !important;
}

.border-y-rose-600\/95 {
  border-top-color: rgb(225 29 72 / 0.95) !important;
  border-bottom-color: rgb(225 29 72 / 0.95) !important;
}

.border-y-rose-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-700\/0 {
  border-top-color: rgb(190 18 60 / 0) !important;
  border-bottom-color: rgb(190 18 60 / 0) !important;
}

.border-y-rose-700\/10 {
  border-top-color: rgb(190 18 60 / 0.1) !important;
  border-bottom-color: rgb(190 18 60 / 0.1) !important;
}

.border-y-rose-700\/100 {
  border-top-color: rgb(190 18 60 / 1) !important;
  border-bottom-color: rgb(190 18 60 / 1) !important;
}

.border-y-rose-700\/15 {
  border-top-color: rgb(190 18 60 / 0.15) !important;
  border-bottom-color: rgb(190 18 60 / 0.15) !important;
}

.border-y-rose-700\/20 {
  border-top-color: rgb(190 18 60 / 0.2) !important;
  border-bottom-color: rgb(190 18 60 / 0.2) !important;
}

.border-y-rose-700\/25 {
  border-top-color: rgb(190 18 60 / 0.25) !important;
  border-bottom-color: rgb(190 18 60 / 0.25) !important;
}

.border-y-rose-700\/30 {
  border-top-color: rgb(190 18 60 / 0.3) !important;
  border-bottom-color: rgb(190 18 60 / 0.3) !important;
}

.border-y-rose-700\/35 {
  border-top-color: rgb(190 18 60 / 0.35) !important;
  border-bottom-color: rgb(190 18 60 / 0.35) !important;
}

.border-y-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4) !important;
  border-bottom-color: rgb(190 18 60 / 0.4) !important;
}

.border-y-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45) !important;
  border-bottom-color: rgb(190 18 60 / 0.45) !important;
}

.border-y-rose-700\/5 {
  border-top-color: rgb(190 18 60 / 0.05) !important;
  border-bottom-color: rgb(190 18 60 / 0.05) !important;
}

.border-y-rose-700\/50 {
  border-top-color: rgb(190 18 60 / 0.5) !important;
  border-bottom-color: rgb(190 18 60 / 0.5) !important;
}

.border-y-rose-700\/55 {
  border-top-color: rgb(190 18 60 / 0.55) !important;
  border-bottom-color: rgb(190 18 60 / 0.55) !important;
}

.border-y-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6) !important;
  border-bottom-color: rgb(190 18 60 / 0.6) !important;
}

.border-y-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65) !important;
  border-bottom-color: rgb(190 18 60 / 0.65) !important;
}

.border-y-rose-700\/70 {
  border-top-color: rgb(190 18 60 / 0.7) !important;
  border-bottom-color: rgb(190 18 60 / 0.7) !important;
}

.border-y-rose-700\/75 {
  border-top-color: rgb(190 18 60 / 0.75) !important;
  border-bottom-color: rgb(190 18 60 / 0.75) !important;
}

.border-y-rose-700\/80 {
  border-top-color: rgb(190 18 60 / 0.8) !important;
  border-bottom-color: rgb(190 18 60 / 0.8) !important;
}

.border-y-rose-700\/85 {
  border-top-color: rgb(190 18 60 / 0.85) !important;
  border-bottom-color: rgb(190 18 60 / 0.85) !important;
}

.border-y-rose-700\/90 {
  border-top-color: rgb(190 18 60 / 0.9) !important;
  border-bottom-color: rgb(190 18 60 / 0.9) !important;
}

.border-y-rose-700\/95 {
  border-top-color: rgb(190 18 60 / 0.95) !important;
  border-bottom-color: rgb(190 18 60 / 0.95) !important;
}

.border-y-rose-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-800\/0 {
  border-top-color: rgb(159 18 57 / 0) !important;
  border-bottom-color: rgb(159 18 57 / 0) !important;
}

.border-y-rose-800\/10 {
  border-top-color: rgb(159 18 57 / 0.1) !important;
  border-bottom-color: rgb(159 18 57 / 0.1) !important;
}

.border-y-rose-800\/100 {
  border-top-color: rgb(159 18 57 / 1) !important;
  border-bottom-color: rgb(159 18 57 / 1) !important;
}

.border-y-rose-800\/15 {
  border-top-color: rgb(159 18 57 / 0.15) !important;
  border-bottom-color: rgb(159 18 57 / 0.15) !important;
}

.border-y-rose-800\/20 {
  border-top-color: rgb(159 18 57 / 0.2) !important;
  border-bottom-color: rgb(159 18 57 / 0.2) !important;
}

.border-y-rose-800\/25 {
  border-top-color: rgb(159 18 57 / 0.25) !important;
  border-bottom-color: rgb(159 18 57 / 0.25) !important;
}

.border-y-rose-800\/30 {
  border-top-color: rgb(159 18 57 / 0.3) !important;
  border-bottom-color: rgb(159 18 57 / 0.3) !important;
}

.border-y-rose-800\/35 {
  border-top-color: rgb(159 18 57 / 0.35) !important;
  border-bottom-color: rgb(159 18 57 / 0.35) !important;
}

.border-y-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4) !important;
  border-bottom-color: rgb(159 18 57 / 0.4) !important;
}

.border-y-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45) !important;
  border-bottom-color: rgb(159 18 57 / 0.45) !important;
}

.border-y-rose-800\/5 {
  border-top-color: rgb(159 18 57 / 0.05) !important;
  border-bottom-color: rgb(159 18 57 / 0.05) !important;
}

.border-y-rose-800\/50 {
  border-top-color: rgb(159 18 57 / 0.5) !important;
  border-bottom-color: rgb(159 18 57 / 0.5) !important;
}

.border-y-rose-800\/55 {
  border-top-color: rgb(159 18 57 / 0.55) !important;
  border-bottom-color: rgb(159 18 57 / 0.55) !important;
}

.border-y-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6) !important;
  border-bottom-color: rgb(159 18 57 / 0.6) !important;
}

.border-y-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65) !important;
  border-bottom-color: rgb(159 18 57 / 0.65) !important;
}

.border-y-rose-800\/70 {
  border-top-color: rgb(159 18 57 / 0.7) !important;
  border-bottom-color: rgb(159 18 57 / 0.7) !important;
}

.border-y-rose-800\/75 {
  border-top-color: rgb(159 18 57 / 0.75) !important;
  border-bottom-color: rgb(159 18 57 / 0.75) !important;
}

.border-y-rose-800\/80 {
  border-top-color: rgb(159 18 57 / 0.8) !important;
  border-bottom-color: rgb(159 18 57 / 0.8) !important;
}

.border-y-rose-800\/85 {
  border-top-color: rgb(159 18 57 / 0.85) !important;
  border-bottom-color: rgb(159 18 57 / 0.85) !important;
}

.border-y-rose-800\/90 {
  border-top-color: rgb(159 18 57 / 0.9) !important;
  border-bottom-color: rgb(159 18 57 / 0.9) !important;
}

.border-y-rose-800\/95 {
  border-top-color: rgb(159 18 57 / 0.95) !important;
  border-bottom-color: rgb(159 18 57 / 0.95) !important;
}

.border-y-rose-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-900\/0 {
  border-top-color: rgb(136 19 55 / 0) !important;
  border-bottom-color: rgb(136 19 55 / 0) !important;
}

.border-y-rose-900\/10 {
  border-top-color: rgb(136 19 55 / 0.1) !important;
  border-bottom-color: rgb(136 19 55 / 0.1) !important;
}

.border-y-rose-900\/100 {
  border-top-color: rgb(136 19 55 / 1) !important;
  border-bottom-color: rgb(136 19 55 / 1) !important;
}

.border-y-rose-900\/15 {
  border-top-color: rgb(136 19 55 / 0.15) !important;
  border-bottom-color: rgb(136 19 55 / 0.15) !important;
}

.border-y-rose-900\/20 {
  border-top-color: rgb(136 19 55 / 0.2) !important;
  border-bottom-color: rgb(136 19 55 / 0.2) !important;
}

.border-y-rose-900\/25 {
  border-top-color: rgb(136 19 55 / 0.25) !important;
  border-bottom-color: rgb(136 19 55 / 0.25) !important;
}

.border-y-rose-900\/30 {
  border-top-color: rgb(136 19 55 / 0.3) !important;
  border-bottom-color: rgb(136 19 55 / 0.3) !important;
}

.border-y-rose-900\/35 {
  border-top-color: rgb(136 19 55 / 0.35) !important;
  border-bottom-color: rgb(136 19 55 / 0.35) !important;
}

.border-y-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4) !important;
  border-bottom-color: rgb(136 19 55 / 0.4) !important;
}

.border-y-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45) !important;
  border-bottom-color: rgb(136 19 55 / 0.45) !important;
}

.border-y-rose-900\/5 {
  border-top-color: rgb(136 19 55 / 0.05) !important;
  border-bottom-color: rgb(136 19 55 / 0.05) !important;
}

.border-y-rose-900\/50 {
  border-top-color: rgb(136 19 55 / 0.5) !important;
  border-bottom-color: rgb(136 19 55 / 0.5) !important;
}

.border-y-rose-900\/55 {
  border-top-color: rgb(136 19 55 / 0.55) !important;
  border-bottom-color: rgb(136 19 55 / 0.55) !important;
}

.border-y-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6) !important;
  border-bottom-color: rgb(136 19 55 / 0.6) !important;
}

.border-y-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65) !important;
  border-bottom-color: rgb(136 19 55 / 0.65) !important;
}

.border-y-rose-900\/70 {
  border-top-color: rgb(136 19 55 / 0.7) !important;
  border-bottom-color: rgb(136 19 55 / 0.7) !important;
}

.border-y-rose-900\/75 {
  border-top-color: rgb(136 19 55 / 0.75) !important;
  border-bottom-color: rgb(136 19 55 / 0.75) !important;
}

.border-y-rose-900\/80 {
  border-top-color: rgb(136 19 55 / 0.8) !important;
  border-bottom-color: rgb(136 19 55 / 0.8) !important;
}

.border-y-rose-900\/85 {
  border-top-color: rgb(136 19 55 / 0.85) !important;
  border-bottom-color: rgb(136 19 55 / 0.85) !important;
}

.border-y-rose-900\/90 {
  border-top-color: rgb(136 19 55 / 0.9) !important;
  border-bottom-color: rgb(136 19 55 / 0.9) !important;
}

.border-y-rose-900\/95 {
  border-top-color: rgb(136 19 55 / 0.95) !important;
  border-bottom-color: rgb(136 19 55 / 0.95) !important;
}

.border-y-rose-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-y-rose-950\/0 {
  border-top-color: rgb(76 5 25 / 0) !important;
  border-bottom-color: rgb(76 5 25 / 0) !important;
}

.border-y-rose-950\/10 {
  border-top-color: rgb(76 5 25 / 0.1) !important;
  border-bottom-color: rgb(76 5 25 / 0.1) !important;
}

.border-y-rose-950\/100 {
  border-top-color: rgb(76 5 25 / 1) !important;
  border-bottom-color: rgb(76 5 25 / 1) !important;
}

.border-y-rose-950\/15 {
  border-top-color: rgb(76 5 25 / 0.15) !important;
  border-bottom-color: rgb(76 5 25 / 0.15) !important;
}

.border-y-rose-950\/20 {
  border-top-color: rgb(76 5 25 / 0.2) !important;
  border-bottom-color: rgb(76 5 25 / 0.2) !important;
}

.border-y-rose-950\/25 {
  border-top-color: rgb(76 5 25 / 0.25) !important;
  border-bottom-color: rgb(76 5 25 / 0.25) !important;
}

.border-y-rose-950\/30 {
  border-top-color: rgb(76 5 25 / 0.3) !important;
  border-bottom-color: rgb(76 5 25 / 0.3) !important;
}

.border-y-rose-950\/35 {
  border-top-color: rgb(76 5 25 / 0.35) !important;
  border-bottom-color: rgb(76 5 25 / 0.35) !important;
}

.border-y-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4) !important;
  border-bottom-color: rgb(76 5 25 / 0.4) !important;
}

.border-y-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45) !important;
  border-bottom-color: rgb(76 5 25 / 0.45) !important;
}

.border-y-rose-950\/5 {
  border-top-color: rgb(76 5 25 / 0.05) !important;
  border-bottom-color: rgb(76 5 25 / 0.05) !important;
}

.border-y-rose-950\/50 {
  border-top-color: rgb(76 5 25 / 0.5) !important;
  border-bottom-color: rgb(76 5 25 / 0.5) !important;
}

.border-y-rose-950\/55 {
  border-top-color: rgb(76 5 25 / 0.55) !important;
  border-bottom-color: rgb(76 5 25 / 0.55) !important;
}

.border-y-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6) !important;
  border-bottom-color: rgb(76 5 25 / 0.6) !important;
}

.border-y-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65) !important;
  border-bottom-color: rgb(76 5 25 / 0.65) !important;
}

.border-y-rose-950\/70 {
  border-top-color: rgb(76 5 25 / 0.7) !important;
  border-bottom-color: rgb(76 5 25 / 0.7) !important;
}

.border-y-rose-950\/75 {
  border-top-color: rgb(76 5 25 / 0.75) !important;
  border-bottom-color: rgb(76 5 25 / 0.75) !important;
}

.border-y-rose-950\/80 {
  border-top-color: rgb(76 5 25 / 0.8) !important;
  border-bottom-color: rgb(76 5 25 / 0.8) !important;
}

.border-y-rose-950\/85 {
  border-top-color: rgb(76 5 25 / 0.85) !important;
  border-bottom-color: rgb(76 5 25 / 0.85) !important;
}

.border-y-rose-950\/90 {
  border-top-color: rgb(76 5 25 / 0.9) !important;
  border-bottom-color: rgb(76 5 25 / 0.9) !important;
}

.border-y-rose-950\/95 {
  border-top-color: rgb(76 5 25 / 0.95) !important;
  border-bottom-color: rgb(76 5 25 / 0.95) !important;
}

.border-y-sky-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-100\/0 {
  border-top-color: rgb(224 242 254 / 0) !important;
  border-bottom-color: rgb(224 242 254 / 0) !important;
}

.border-y-sky-100\/10 {
  border-top-color: rgb(224 242 254 / 0.1) !important;
  border-bottom-color: rgb(224 242 254 / 0.1) !important;
}

.border-y-sky-100\/100 {
  border-top-color: rgb(224 242 254 / 1) !important;
  border-bottom-color: rgb(224 242 254 / 1) !important;
}

.border-y-sky-100\/15 {
  border-top-color: rgb(224 242 254 / 0.15) !important;
  border-bottom-color: rgb(224 242 254 / 0.15) !important;
}

.border-y-sky-100\/20 {
  border-top-color: rgb(224 242 254 / 0.2) !important;
  border-bottom-color: rgb(224 242 254 / 0.2) !important;
}

.border-y-sky-100\/25 {
  border-top-color: rgb(224 242 254 / 0.25) !important;
  border-bottom-color: rgb(224 242 254 / 0.25) !important;
}

.border-y-sky-100\/30 {
  border-top-color: rgb(224 242 254 / 0.3) !important;
  border-bottom-color: rgb(224 242 254 / 0.3) !important;
}

.border-y-sky-100\/35 {
  border-top-color: rgb(224 242 254 / 0.35) !important;
  border-bottom-color: rgb(224 242 254 / 0.35) !important;
}

.border-y-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4) !important;
  border-bottom-color: rgb(224 242 254 / 0.4) !important;
}

.border-y-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45) !important;
  border-bottom-color: rgb(224 242 254 / 0.45) !important;
}

.border-y-sky-100\/5 {
  border-top-color: rgb(224 242 254 / 0.05) !important;
  border-bottom-color: rgb(224 242 254 / 0.05) !important;
}

.border-y-sky-100\/50 {
  border-top-color: rgb(224 242 254 / 0.5) !important;
  border-bottom-color: rgb(224 242 254 / 0.5) !important;
}

.border-y-sky-100\/55 {
  border-top-color: rgb(224 242 254 / 0.55) !important;
  border-bottom-color: rgb(224 242 254 / 0.55) !important;
}

.border-y-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6) !important;
  border-bottom-color: rgb(224 242 254 / 0.6) !important;
}

.border-y-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65) !important;
  border-bottom-color: rgb(224 242 254 / 0.65) !important;
}

.border-y-sky-100\/70 {
  border-top-color: rgb(224 242 254 / 0.7) !important;
  border-bottom-color: rgb(224 242 254 / 0.7) !important;
}

.border-y-sky-100\/75 {
  border-top-color: rgb(224 242 254 / 0.75) !important;
  border-bottom-color: rgb(224 242 254 / 0.75) !important;
}

.border-y-sky-100\/80 {
  border-top-color: rgb(224 242 254 / 0.8) !important;
  border-bottom-color: rgb(224 242 254 / 0.8) !important;
}

.border-y-sky-100\/85 {
  border-top-color: rgb(224 242 254 / 0.85) !important;
  border-bottom-color: rgb(224 242 254 / 0.85) !important;
}

.border-y-sky-100\/90 {
  border-top-color: rgb(224 242 254 / 0.9) !important;
  border-bottom-color: rgb(224 242 254 / 0.9) !important;
}

.border-y-sky-100\/95 {
  border-top-color: rgb(224 242 254 / 0.95) !important;
  border-bottom-color: rgb(224 242 254 / 0.95) !important;
}

.border-y-sky-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-200\/0 {
  border-top-color: rgb(186 230 253 / 0) !important;
  border-bottom-color: rgb(186 230 253 / 0) !important;
}

.border-y-sky-200\/10 {
  border-top-color: rgb(186 230 253 / 0.1) !important;
  border-bottom-color: rgb(186 230 253 / 0.1) !important;
}

.border-y-sky-200\/100 {
  border-top-color: rgb(186 230 253 / 1) !important;
  border-bottom-color: rgb(186 230 253 / 1) !important;
}

.border-y-sky-200\/15 {
  border-top-color: rgb(186 230 253 / 0.15) !important;
  border-bottom-color: rgb(186 230 253 / 0.15) !important;
}

.border-y-sky-200\/20 {
  border-top-color: rgb(186 230 253 / 0.2) !important;
  border-bottom-color: rgb(186 230 253 / 0.2) !important;
}

.border-y-sky-200\/25 {
  border-top-color: rgb(186 230 253 / 0.25) !important;
  border-bottom-color: rgb(186 230 253 / 0.25) !important;
}

.border-y-sky-200\/30 {
  border-top-color: rgb(186 230 253 / 0.3) !important;
  border-bottom-color: rgb(186 230 253 / 0.3) !important;
}

.border-y-sky-200\/35 {
  border-top-color: rgb(186 230 253 / 0.35) !important;
  border-bottom-color: rgb(186 230 253 / 0.35) !important;
}

.border-y-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4) !important;
  border-bottom-color: rgb(186 230 253 / 0.4) !important;
}

.border-y-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45) !important;
  border-bottom-color: rgb(186 230 253 / 0.45) !important;
}

.border-y-sky-200\/5 {
  border-top-color: rgb(186 230 253 / 0.05) !important;
  border-bottom-color: rgb(186 230 253 / 0.05) !important;
}

.border-y-sky-200\/50 {
  border-top-color: rgb(186 230 253 / 0.5) !important;
  border-bottom-color: rgb(186 230 253 / 0.5) !important;
}

.border-y-sky-200\/55 {
  border-top-color: rgb(186 230 253 / 0.55) !important;
  border-bottom-color: rgb(186 230 253 / 0.55) !important;
}

.border-y-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6) !important;
  border-bottom-color: rgb(186 230 253 / 0.6) !important;
}

.border-y-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65) !important;
  border-bottom-color: rgb(186 230 253 / 0.65) !important;
}

.border-y-sky-200\/70 {
  border-top-color: rgb(186 230 253 / 0.7) !important;
  border-bottom-color: rgb(186 230 253 / 0.7) !important;
}

.border-y-sky-200\/75 {
  border-top-color: rgb(186 230 253 / 0.75) !important;
  border-bottom-color: rgb(186 230 253 / 0.75) !important;
}

.border-y-sky-200\/80 {
  border-top-color: rgb(186 230 253 / 0.8) !important;
  border-bottom-color: rgb(186 230 253 / 0.8) !important;
}

.border-y-sky-200\/85 {
  border-top-color: rgb(186 230 253 / 0.85) !important;
  border-bottom-color: rgb(186 230 253 / 0.85) !important;
}

.border-y-sky-200\/90 {
  border-top-color: rgb(186 230 253 / 0.9) !important;
  border-bottom-color: rgb(186 230 253 / 0.9) !important;
}

.border-y-sky-200\/95 {
  border-top-color: rgb(186 230 253 / 0.95) !important;
  border-bottom-color: rgb(186 230 253 / 0.95) !important;
}

.border-y-sky-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-300\/0 {
  border-top-color: rgb(125 211 252 / 0) !important;
  border-bottom-color: rgb(125 211 252 / 0) !important;
}

.border-y-sky-300\/10 {
  border-top-color: rgb(125 211 252 / 0.1) !important;
  border-bottom-color: rgb(125 211 252 / 0.1) !important;
}

.border-y-sky-300\/100 {
  border-top-color: rgb(125 211 252 / 1) !important;
  border-bottom-color: rgb(125 211 252 / 1) !important;
}

.border-y-sky-300\/15 {
  border-top-color: rgb(125 211 252 / 0.15) !important;
  border-bottom-color: rgb(125 211 252 / 0.15) !important;
}

.border-y-sky-300\/20 {
  border-top-color: rgb(125 211 252 / 0.2) !important;
  border-bottom-color: rgb(125 211 252 / 0.2) !important;
}

.border-y-sky-300\/25 {
  border-top-color: rgb(125 211 252 / 0.25) !important;
  border-bottom-color: rgb(125 211 252 / 0.25) !important;
}

.border-y-sky-300\/30 {
  border-top-color: rgb(125 211 252 / 0.3) !important;
  border-bottom-color: rgb(125 211 252 / 0.3) !important;
}

.border-y-sky-300\/35 {
  border-top-color: rgb(125 211 252 / 0.35) !important;
  border-bottom-color: rgb(125 211 252 / 0.35) !important;
}

.border-y-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4) !important;
  border-bottom-color: rgb(125 211 252 / 0.4) !important;
}

.border-y-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45) !important;
  border-bottom-color: rgb(125 211 252 / 0.45) !important;
}

.border-y-sky-300\/5 {
  border-top-color: rgb(125 211 252 / 0.05) !important;
  border-bottom-color: rgb(125 211 252 / 0.05) !important;
}

.border-y-sky-300\/50 {
  border-top-color: rgb(125 211 252 / 0.5) !important;
  border-bottom-color: rgb(125 211 252 / 0.5) !important;
}

.border-y-sky-300\/55 {
  border-top-color: rgb(125 211 252 / 0.55) !important;
  border-bottom-color: rgb(125 211 252 / 0.55) !important;
}

.border-y-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6) !important;
  border-bottom-color: rgb(125 211 252 / 0.6) !important;
}

.border-y-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65) !important;
  border-bottom-color: rgb(125 211 252 / 0.65) !important;
}

.border-y-sky-300\/70 {
  border-top-color: rgb(125 211 252 / 0.7) !important;
  border-bottom-color: rgb(125 211 252 / 0.7) !important;
}

.border-y-sky-300\/75 {
  border-top-color: rgb(125 211 252 / 0.75) !important;
  border-bottom-color: rgb(125 211 252 / 0.75) !important;
}

.border-y-sky-300\/80 {
  border-top-color: rgb(125 211 252 / 0.8) !important;
  border-bottom-color: rgb(125 211 252 / 0.8) !important;
}

.border-y-sky-300\/85 {
  border-top-color: rgb(125 211 252 / 0.85) !important;
  border-bottom-color: rgb(125 211 252 / 0.85) !important;
}

.border-y-sky-300\/90 {
  border-top-color: rgb(125 211 252 / 0.9) !important;
  border-bottom-color: rgb(125 211 252 / 0.9) !important;
}

.border-y-sky-300\/95 {
  border-top-color: rgb(125 211 252 / 0.95) !important;
  border-bottom-color: rgb(125 211 252 / 0.95) !important;
}

.border-y-sky-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-400\/0 {
  border-top-color: rgb(56 189 248 / 0) !important;
  border-bottom-color: rgb(56 189 248 / 0) !important;
}

.border-y-sky-400\/10 {
  border-top-color: rgb(56 189 248 / 0.1) !important;
  border-bottom-color: rgb(56 189 248 / 0.1) !important;
}

.border-y-sky-400\/100 {
  border-top-color: rgb(56 189 248 / 1) !important;
  border-bottom-color: rgb(56 189 248 / 1) !important;
}

.border-y-sky-400\/15 {
  border-top-color: rgb(56 189 248 / 0.15) !important;
  border-bottom-color: rgb(56 189 248 / 0.15) !important;
}

.border-y-sky-400\/20 {
  border-top-color: rgb(56 189 248 / 0.2) !important;
  border-bottom-color: rgb(56 189 248 / 0.2) !important;
}

.border-y-sky-400\/25 {
  border-top-color: rgb(56 189 248 / 0.25) !important;
  border-bottom-color: rgb(56 189 248 / 0.25) !important;
}

.border-y-sky-400\/30 {
  border-top-color: rgb(56 189 248 / 0.3) !important;
  border-bottom-color: rgb(56 189 248 / 0.3) !important;
}

.border-y-sky-400\/35 {
  border-top-color: rgb(56 189 248 / 0.35) !important;
  border-bottom-color: rgb(56 189 248 / 0.35) !important;
}

.border-y-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4) !important;
  border-bottom-color: rgb(56 189 248 / 0.4) !important;
}

.border-y-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45) !important;
  border-bottom-color: rgb(56 189 248 / 0.45) !important;
}

.border-y-sky-400\/5 {
  border-top-color: rgb(56 189 248 / 0.05) !important;
  border-bottom-color: rgb(56 189 248 / 0.05) !important;
}

.border-y-sky-400\/50 {
  border-top-color: rgb(56 189 248 / 0.5) !important;
  border-bottom-color: rgb(56 189 248 / 0.5) !important;
}

.border-y-sky-400\/55 {
  border-top-color: rgb(56 189 248 / 0.55) !important;
  border-bottom-color: rgb(56 189 248 / 0.55) !important;
}

.border-y-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6) !important;
  border-bottom-color: rgb(56 189 248 / 0.6) !important;
}

.border-y-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65) !important;
  border-bottom-color: rgb(56 189 248 / 0.65) !important;
}

.border-y-sky-400\/70 {
  border-top-color: rgb(56 189 248 / 0.7) !important;
  border-bottom-color: rgb(56 189 248 / 0.7) !important;
}

.border-y-sky-400\/75 {
  border-top-color: rgb(56 189 248 / 0.75) !important;
  border-bottom-color: rgb(56 189 248 / 0.75) !important;
}

.border-y-sky-400\/80 {
  border-top-color: rgb(56 189 248 / 0.8) !important;
  border-bottom-color: rgb(56 189 248 / 0.8) !important;
}

.border-y-sky-400\/85 {
  border-top-color: rgb(56 189 248 / 0.85) !important;
  border-bottom-color: rgb(56 189 248 / 0.85) !important;
}

.border-y-sky-400\/90 {
  border-top-color: rgb(56 189 248 / 0.9) !important;
  border-bottom-color: rgb(56 189 248 / 0.9) !important;
}

.border-y-sky-400\/95 {
  border-top-color: rgb(56 189 248 / 0.95) !important;
  border-bottom-color: rgb(56 189 248 / 0.95) !important;
}

.border-y-sky-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-50\/0 {
  border-top-color: rgb(240 249 255 / 0) !important;
  border-bottom-color: rgb(240 249 255 / 0) !important;
}

.border-y-sky-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1) !important;
  border-bottom-color: rgb(240 249 255 / 0.1) !important;
}

.border-y-sky-50\/100 {
  border-top-color: rgb(240 249 255 / 1) !important;
  border-bottom-color: rgb(240 249 255 / 1) !important;
}

.border-y-sky-50\/15 {
  border-top-color: rgb(240 249 255 / 0.15) !important;
  border-bottom-color: rgb(240 249 255 / 0.15) !important;
}

.border-y-sky-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2) !important;
  border-bottom-color: rgb(240 249 255 / 0.2) !important;
}

.border-y-sky-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25) !important;
  border-bottom-color: rgb(240 249 255 / 0.25) !important;
}

.border-y-sky-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3) !important;
  border-bottom-color: rgb(240 249 255 / 0.3) !important;
}

.border-y-sky-50\/35 {
  border-top-color: rgb(240 249 255 / 0.35) !important;
  border-bottom-color: rgb(240 249 255 / 0.35) !important;
}

.border-y-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4) !important;
  border-bottom-color: rgb(240 249 255 / 0.4) !important;
}

.border-y-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45) !important;
  border-bottom-color: rgb(240 249 255 / 0.45) !important;
}

.border-y-sky-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05) !important;
  border-bottom-color: rgb(240 249 255 / 0.05) !important;
}

.border-y-sky-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5) !important;
  border-bottom-color: rgb(240 249 255 / 0.5) !important;
}

.border-y-sky-50\/55 {
  border-top-color: rgb(240 249 255 / 0.55) !important;
  border-bottom-color: rgb(240 249 255 / 0.55) !important;
}

.border-y-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6) !important;
  border-bottom-color: rgb(240 249 255 / 0.6) !important;
}

.border-y-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65) !important;
  border-bottom-color: rgb(240 249 255 / 0.65) !important;
}

.border-y-sky-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7) !important;
  border-bottom-color: rgb(240 249 255 / 0.7) !important;
}

.border-y-sky-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75) !important;
  border-bottom-color: rgb(240 249 255 / 0.75) !important;
}

.border-y-sky-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8) !important;
  border-bottom-color: rgb(240 249 255 / 0.8) !important;
}

.border-y-sky-50\/85 {
  border-top-color: rgb(240 249 255 / 0.85) !important;
  border-bottom-color: rgb(240 249 255 / 0.85) !important;
}

.border-y-sky-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9) !important;
  border-bottom-color: rgb(240 249 255 / 0.9) !important;
}

.border-y-sky-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95) !important;
  border-bottom-color: rgb(240 249 255 / 0.95) !important;
}

.border-y-sky-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-500\/0 {
  border-top-color: rgb(14 165 233 / 0) !important;
  border-bottom-color: rgb(14 165 233 / 0) !important;
}

.border-y-sky-500\/10 {
  border-top-color: rgb(14 165 233 / 0.1) !important;
  border-bottom-color: rgb(14 165 233 / 0.1) !important;
}

.border-y-sky-500\/100 {
  border-top-color: rgb(14 165 233 / 1) !important;
  border-bottom-color: rgb(14 165 233 / 1) !important;
}

.border-y-sky-500\/15 {
  border-top-color: rgb(14 165 233 / 0.15) !important;
  border-bottom-color: rgb(14 165 233 / 0.15) !important;
}

.border-y-sky-500\/20 {
  border-top-color: rgb(14 165 233 / 0.2) !important;
  border-bottom-color: rgb(14 165 233 / 0.2) !important;
}

.border-y-sky-500\/25 {
  border-top-color: rgb(14 165 233 / 0.25) !important;
  border-bottom-color: rgb(14 165 233 / 0.25) !important;
}

.border-y-sky-500\/30 {
  border-top-color: rgb(14 165 233 / 0.3) !important;
  border-bottom-color: rgb(14 165 233 / 0.3) !important;
}

.border-y-sky-500\/35 {
  border-top-color: rgb(14 165 233 / 0.35) !important;
  border-bottom-color: rgb(14 165 233 / 0.35) !important;
}

.border-y-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4) !important;
  border-bottom-color: rgb(14 165 233 / 0.4) !important;
}

.border-y-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45) !important;
  border-bottom-color: rgb(14 165 233 / 0.45) !important;
}

.border-y-sky-500\/5 {
  border-top-color: rgb(14 165 233 / 0.05) !important;
  border-bottom-color: rgb(14 165 233 / 0.05) !important;
}

.border-y-sky-500\/50 {
  border-top-color: rgb(14 165 233 / 0.5) !important;
  border-bottom-color: rgb(14 165 233 / 0.5) !important;
}

.border-y-sky-500\/55 {
  border-top-color: rgb(14 165 233 / 0.55) !important;
  border-bottom-color: rgb(14 165 233 / 0.55) !important;
}

.border-y-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6) !important;
  border-bottom-color: rgb(14 165 233 / 0.6) !important;
}

.border-y-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65) !important;
  border-bottom-color: rgb(14 165 233 / 0.65) !important;
}

.border-y-sky-500\/70 {
  border-top-color: rgb(14 165 233 / 0.7) !important;
  border-bottom-color: rgb(14 165 233 / 0.7) !important;
}

.border-y-sky-500\/75 {
  border-top-color: rgb(14 165 233 / 0.75) !important;
  border-bottom-color: rgb(14 165 233 / 0.75) !important;
}

.border-y-sky-500\/80 {
  border-top-color: rgb(14 165 233 / 0.8) !important;
  border-bottom-color: rgb(14 165 233 / 0.8) !important;
}

.border-y-sky-500\/85 {
  border-top-color: rgb(14 165 233 / 0.85) !important;
  border-bottom-color: rgb(14 165 233 / 0.85) !important;
}

.border-y-sky-500\/90 {
  border-top-color: rgb(14 165 233 / 0.9) !important;
  border-bottom-color: rgb(14 165 233 / 0.9) !important;
}

.border-y-sky-500\/95 {
  border-top-color: rgb(14 165 233 / 0.95) !important;
  border-bottom-color: rgb(14 165 233 / 0.95) !important;
}

.border-y-sky-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-600\/0 {
  border-top-color: rgb(2 132 199 / 0) !important;
  border-bottom-color: rgb(2 132 199 / 0) !important;
}

.border-y-sky-600\/10 {
  border-top-color: rgb(2 132 199 / 0.1) !important;
  border-bottom-color: rgb(2 132 199 / 0.1) !important;
}

.border-y-sky-600\/100 {
  border-top-color: rgb(2 132 199 / 1) !important;
  border-bottom-color: rgb(2 132 199 / 1) !important;
}

.border-y-sky-600\/15 {
  border-top-color: rgb(2 132 199 / 0.15) !important;
  border-bottom-color: rgb(2 132 199 / 0.15) !important;
}

.border-y-sky-600\/20 {
  border-top-color: rgb(2 132 199 / 0.2) !important;
  border-bottom-color: rgb(2 132 199 / 0.2) !important;
}

.border-y-sky-600\/25 {
  border-top-color: rgb(2 132 199 / 0.25) !important;
  border-bottom-color: rgb(2 132 199 / 0.25) !important;
}

.border-y-sky-600\/30 {
  border-top-color: rgb(2 132 199 / 0.3) !important;
  border-bottom-color: rgb(2 132 199 / 0.3) !important;
}

.border-y-sky-600\/35 {
  border-top-color: rgb(2 132 199 / 0.35) !important;
  border-bottom-color: rgb(2 132 199 / 0.35) !important;
}

.border-y-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4) !important;
  border-bottom-color: rgb(2 132 199 / 0.4) !important;
}

.border-y-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45) !important;
  border-bottom-color: rgb(2 132 199 / 0.45) !important;
}

.border-y-sky-600\/5 {
  border-top-color: rgb(2 132 199 / 0.05) !important;
  border-bottom-color: rgb(2 132 199 / 0.05) !important;
}

.border-y-sky-600\/50 {
  border-top-color: rgb(2 132 199 / 0.5) !important;
  border-bottom-color: rgb(2 132 199 / 0.5) !important;
}

.border-y-sky-600\/55 {
  border-top-color: rgb(2 132 199 / 0.55) !important;
  border-bottom-color: rgb(2 132 199 / 0.55) !important;
}

.border-y-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6) !important;
  border-bottom-color: rgb(2 132 199 / 0.6) !important;
}

.border-y-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65) !important;
  border-bottom-color: rgb(2 132 199 / 0.65) !important;
}

.border-y-sky-600\/70 {
  border-top-color: rgb(2 132 199 / 0.7) !important;
  border-bottom-color: rgb(2 132 199 / 0.7) !important;
}

.border-y-sky-600\/75 {
  border-top-color: rgb(2 132 199 / 0.75) !important;
  border-bottom-color: rgb(2 132 199 / 0.75) !important;
}

.border-y-sky-600\/80 {
  border-top-color: rgb(2 132 199 / 0.8) !important;
  border-bottom-color: rgb(2 132 199 / 0.8) !important;
}

.border-y-sky-600\/85 {
  border-top-color: rgb(2 132 199 / 0.85) !important;
  border-bottom-color: rgb(2 132 199 / 0.85) !important;
}

.border-y-sky-600\/90 {
  border-top-color: rgb(2 132 199 / 0.9) !important;
  border-bottom-color: rgb(2 132 199 / 0.9) !important;
}

.border-y-sky-600\/95 {
  border-top-color: rgb(2 132 199 / 0.95) !important;
  border-bottom-color: rgb(2 132 199 / 0.95) !important;
}

.border-y-sky-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-700\/0 {
  border-top-color: rgb(3 105 161 / 0) !important;
  border-bottom-color: rgb(3 105 161 / 0) !important;
}

.border-y-sky-700\/10 {
  border-top-color: rgb(3 105 161 / 0.1) !important;
  border-bottom-color: rgb(3 105 161 / 0.1) !important;
}

.border-y-sky-700\/100 {
  border-top-color: rgb(3 105 161 / 1) !important;
  border-bottom-color: rgb(3 105 161 / 1) !important;
}

.border-y-sky-700\/15 {
  border-top-color: rgb(3 105 161 / 0.15) !important;
  border-bottom-color: rgb(3 105 161 / 0.15) !important;
}

.border-y-sky-700\/20 {
  border-top-color: rgb(3 105 161 / 0.2) !important;
  border-bottom-color: rgb(3 105 161 / 0.2) !important;
}

.border-y-sky-700\/25 {
  border-top-color: rgb(3 105 161 / 0.25) !important;
  border-bottom-color: rgb(3 105 161 / 0.25) !important;
}

.border-y-sky-700\/30 {
  border-top-color: rgb(3 105 161 / 0.3) !important;
  border-bottom-color: rgb(3 105 161 / 0.3) !important;
}

.border-y-sky-700\/35 {
  border-top-color: rgb(3 105 161 / 0.35) !important;
  border-bottom-color: rgb(3 105 161 / 0.35) !important;
}

.border-y-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4) !important;
  border-bottom-color: rgb(3 105 161 / 0.4) !important;
}

.border-y-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45) !important;
  border-bottom-color: rgb(3 105 161 / 0.45) !important;
}

.border-y-sky-700\/5 {
  border-top-color: rgb(3 105 161 / 0.05) !important;
  border-bottom-color: rgb(3 105 161 / 0.05) !important;
}

.border-y-sky-700\/50 {
  border-top-color: rgb(3 105 161 / 0.5) !important;
  border-bottom-color: rgb(3 105 161 / 0.5) !important;
}

.border-y-sky-700\/55 {
  border-top-color: rgb(3 105 161 / 0.55) !important;
  border-bottom-color: rgb(3 105 161 / 0.55) !important;
}

.border-y-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6) !important;
  border-bottom-color: rgb(3 105 161 / 0.6) !important;
}

.border-y-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65) !important;
  border-bottom-color: rgb(3 105 161 / 0.65) !important;
}

.border-y-sky-700\/70 {
  border-top-color: rgb(3 105 161 / 0.7) !important;
  border-bottom-color: rgb(3 105 161 / 0.7) !important;
}

.border-y-sky-700\/75 {
  border-top-color: rgb(3 105 161 / 0.75) !important;
  border-bottom-color: rgb(3 105 161 / 0.75) !important;
}

.border-y-sky-700\/80 {
  border-top-color: rgb(3 105 161 / 0.8) !important;
  border-bottom-color: rgb(3 105 161 / 0.8) !important;
}

.border-y-sky-700\/85 {
  border-top-color: rgb(3 105 161 / 0.85) !important;
  border-bottom-color: rgb(3 105 161 / 0.85) !important;
}

.border-y-sky-700\/90 {
  border-top-color: rgb(3 105 161 / 0.9) !important;
  border-bottom-color: rgb(3 105 161 / 0.9) !important;
}

.border-y-sky-700\/95 {
  border-top-color: rgb(3 105 161 / 0.95) !important;
  border-bottom-color: rgb(3 105 161 / 0.95) !important;
}

.border-y-sky-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-800\/0 {
  border-top-color: rgb(7 89 133 / 0) !important;
  border-bottom-color: rgb(7 89 133 / 0) !important;
}

.border-y-sky-800\/10 {
  border-top-color: rgb(7 89 133 / 0.1) !important;
  border-bottom-color: rgb(7 89 133 / 0.1) !important;
}

.border-y-sky-800\/100 {
  border-top-color: rgb(7 89 133 / 1) !important;
  border-bottom-color: rgb(7 89 133 / 1) !important;
}

.border-y-sky-800\/15 {
  border-top-color: rgb(7 89 133 / 0.15) !important;
  border-bottom-color: rgb(7 89 133 / 0.15) !important;
}

.border-y-sky-800\/20 {
  border-top-color: rgb(7 89 133 / 0.2) !important;
  border-bottom-color: rgb(7 89 133 / 0.2) !important;
}

.border-y-sky-800\/25 {
  border-top-color: rgb(7 89 133 / 0.25) !important;
  border-bottom-color: rgb(7 89 133 / 0.25) !important;
}

.border-y-sky-800\/30 {
  border-top-color: rgb(7 89 133 / 0.3) !important;
  border-bottom-color: rgb(7 89 133 / 0.3) !important;
}

.border-y-sky-800\/35 {
  border-top-color: rgb(7 89 133 / 0.35) !important;
  border-bottom-color: rgb(7 89 133 / 0.35) !important;
}

.border-y-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4) !important;
  border-bottom-color: rgb(7 89 133 / 0.4) !important;
}

.border-y-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45) !important;
  border-bottom-color: rgb(7 89 133 / 0.45) !important;
}

.border-y-sky-800\/5 {
  border-top-color: rgb(7 89 133 / 0.05) !important;
  border-bottom-color: rgb(7 89 133 / 0.05) !important;
}

.border-y-sky-800\/50 {
  border-top-color: rgb(7 89 133 / 0.5) !important;
  border-bottom-color: rgb(7 89 133 / 0.5) !important;
}

.border-y-sky-800\/55 {
  border-top-color: rgb(7 89 133 / 0.55) !important;
  border-bottom-color: rgb(7 89 133 / 0.55) !important;
}

.border-y-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6) !important;
  border-bottom-color: rgb(7 89 133 / 0.6) !important;
}

.border-y-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65) !important;
  border-bottom-color: rgb(7 89 133 / 0.65) !important;
}

.border-y-sky-800\/70 {
  border-top-color: rgb(7 89 133 / 0.7) !important;
  border-bottom-color: rgb(7 89 133 / 0.7) !important;
}

.border-y-sky-800\/75 {
  border-top-color: rgb(7 89 133 / 0.75) !important;
  border-bottom-color: rgb(7 89 133 / 0.75) !important;
}

.border-y-sky-800\/80 {
  border-top-color: rgb(7 89 133 / 0.8) !important;
  border-bottom-color: rgb(7 89 133 / 0.8) !important;
}

.border-y-sky-800\/85 {
  border-top-color: rgb(7 89 133 / 0.85) !important;
  border-bottom-color: rgb(7 89 133 / 0.85) !important;
}

.border-y-sky-800\/90 {
  border-top-color: rgb(7 89 133 / 0.9) !important;
  border-bottom-color: rgb(7 89 133 / 0.9) !important;
}

.border-y-sky-800\/95 {
  border-top-color: rgb(7 89 133 / 0.95) !important;
  border-bottom-color: rgb(7 89 133 / 0.95) !important;
}

.border-y-sky-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-900\/0 {
  border-top-color: rgb(12 74 110 / 0) !important;
  border-bottom-color: rgb(12 74 110 / 0) !important;
}

.border-y-sky-900\/10 {
  border-top-color: rgb(12 74 110 / 0.1) !important;
  border-bottom-color: rgb(12 74 110 / 0.1) !important;
}

.border-y-sky-900\/100 {
  border-top-color: rgb(12 74 110 / 1) !important;
  border-bottom-color: rgb(12 74 110 / 1) !important;
}

.border-y-sky-900\/15 {
  border-top-color: rgb(12 74 110 / 0.15) !important;
  border-bottom-color: rgb(12 74 110 / 0.15) !important;
}

.border-y-sky-900\/20 {
  border-top-color: rgb(12 74 110 / 0.2) !important;
  border-bottom-color: rgb(12 74 110 / 0.2) !important;
}

.border-y-sky-900\/25 {
  border-top-color: rgb(12 74 110 / 0.25) !important;
  border-bottom-color: rgb(12 74 110 / 0.25) !important;
}

.border-y-sky-900\/30 {
  border-top-color: rgb(12 74 110 / 0.3) !important;
  border-bottom-color: rgb(12 74 110 / 0.3) !important;
}

.border-y-sky-900\/35 {
  border-top-color: rgb(12 74 110 / 0.35) !important;
  border-bottom-color: rgb(12 74 110 / 0.35) !important;
}

.border-y-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4) !important;
  border-bottom-color: rgb(12 74 110 / 0.4) !important;
}

.border-y-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45) !important;
  border-bottom-color: rgb(12 74 110 / 0.45) !important;
}

.border-y-sky-900\/5 {
  border-top-color: rgb(12 74 110 / 0.05) !important;
  border-bottom-color: rgb(12 74 110 / 0.05) !important;
}

.border-y-sky-900\/50 {
  border-top-color: rgb(12 74 110 / 0.5) !important;
  border-bottom-color: rgb(12 74 110 / 0.5) !important;
}

.border-y-sky-900\/55 {
  border-top-color: rgb(12 74 110 / 0.55) !important;
  border-bottom-color: rgb(12 74 110 / 0.55) !important;
}

.border-y-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6) !important;
  border-bottom-color: rgb(12 74 110 / 0.6) !important;
}

.border-y-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65) !important;
  border-bottom-color: rgb(12 74 110 / 0.65) !important;
}

.border-y-sky-900\/70 {
  border-top-color: rgb(12 74 110 / 0.7) !important;
  border-bottom-color: rgb(12 74 110 / 0.7) !important;
}

.border-y-sky-900\/75 {
  border-top-color: rgb(12 74 110 / 0.75) !important;
  border-bottom-color: rgb(12 74 110 / 0.75) !important;
}

.border-y-sky-900\/80 {
  border-top-color: rgb(12 74 110 / 0.8) !important;
  border-bottom-color: rgb(12 74 110 / 0.8) !important;
}

.border-y-sky-900\/85 {
  border-top-color: rgb(12 74 110 / 0.85) !important;
  border-bottom-color: rgb(12 74 110 / 0.85) !important;
}

.border-y-sky-900\/90 {
  border-top-color: rgb(12 74 110 / 0.9) !important;
  border-bottom-color: rgb(12 74 110 / 0.9) !important;
}

.border-y-sky-900\/95 {
  border-top-color: rgb(12 74 110 / 0.95) !important;
  border-bottom-color: rgb(12 74 110 / 0.95) !important;
}

.border-y-sky-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-y-sky-950\/0 {
  border-top-color: rgb(8 47 73 / 0) !important;
  border-bottom-color: rgb(8 47 73 / 0) !important;
}

.border-y-sky-950\/10 {
  border-top-color: rgb(8 47 73 / 0.1) !important;
  border-bottom-color: rgb(8 47 73 / 0.1) !important;
}

.border-y-sky-950\/100 {
  border-top-color: rgb(8 47 73 / 1) !important;
  border-bottom-color: rgb(8 47 73 / 1) !important;
}

.border-y-sky-950\/15 {
  border-top-color: rgb(8 47 73 / 0.15) !important;
  border-bottom-color: rgb(8 47 73 / 0.15) !important;
}

.border-y-sky-950\/20 {
  border-top-color: rgb(8 47 73 / 0.2) !important;
  border-bottom-color: rgb(8 47 73 / 0.2) !important;
}

.border-y-sky-950\/25 {
  border-top-color: rgb(8 47 73 / 0.25) !important;
  border-bottom-color: rgb(8 47 73 / 0.25) !important;
}

.border-y-sky-950\/30 {
  border-top-color: rgb(8 47 73 / 0.3) !important;
  border-bottom-color: rgb(8 47 73 / 0.3) !important;
}

.border-y-sky-950\/35 {
  border-top-color: rgb(8 47 73 / 0.35) !important;
  border-bottom-color: rgb(8 47 73 / 0.35) !important;
}

.border-y-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4) !important;
  border-bottom-color: rgb(8 47 73 / 0.4) !important;
}

.border-y-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45) !important;
  border-bottom-color: rgb(8 47 73 / 0.45) !important;
}

.border-y-sky-950\/5 {
  border-top-color: rgb(8 47 73 / 0.05) !important;
  border-bottom-color: rgb(8 47 73 / 0.05) !important;
}

.border-y-sky-950\/50 {
  border-top-color: rgb(8 47 73 / 0.5) !important;
  border-bottom-color: rgb(8 47 73 / 0.5) !important;
}

.border-y-sky-950\/55 {
  border-top-color: rgb(8 47 73 / 0.55) !important;
  border-bottom-color: rgb(8 47 73 / 0.55) !important;
}

.border-y-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6) !important;
  border-bottom-color: rgb(8 47 73 / 0.6) !important;
}

.border-y-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65) !important;
  border-bottom-color: rgb(8 47 73 / 0.65) !important;
}

.border-y-sky-950\/70 {
  border-top-color: rgb(8 47 73 / 0.7) !important;
  border-bottom-color: rgb(8 47 73 / 0.7) !important;
}

.border-y-sky-950\/75 {
  border-top-color: rgb(8 47 73 / 0.75) !important;
  border-bottom-color: rgb(8 47 73 / 0.75) !important;
}

.border-y-sky-950\/80 {
  border-top-color: rgb(8 47 73 / 0.8) !important;
  border-bottom-color: rgb(8 47 73 / 0.8) !important;
}

.border-y-sky-950\/85 {
  border-top-color: rgb(8 47 73 / 0.85) !important;
  border-bottom-color: rgb(8 47 73 / 0.85) !important;
}

.border-y-sky-950\/90 {
  border-top-color: rgb(8 47 73 / 0.9) !important;
  border-bottom-color: rgb(8 47 73 / 0.9) !important;
}

.border-y-sky-950\/95 {
  border-top-color: rgb(8 47 73 / 0.95) !important;
  border-bottom-color: rgb(8 47 73 / 0.95) !important;
}

.border-y-slate-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-100\/0 {
  border-top-color: rgb(241 245 249 / 0) !important;
  border-bottom-color: rgb(241 245 249 / 0) !important;
}

.border-y-slate-100\/10 {
  border-top-color: rgb(241 245 249 / 0.1) !important;
  border-bottom-color: rgb(241 245 249 / 0.1) !important;
}

.border-y-slate-100\/100 {
  border-top-color: rgb(241 245 249 / 1) !important;
  border-bottom-color: rgb(241 245 249 / 1) !important;
}

.border-y-slate-100\/15 {
  border-top-color: rgb(241 245 249 / 0.15) !important;
  border-bottom-color: rgb(241 245 249 / 0.15) !important;
}

.border-y-slate-100\/20 {
  border-top-color: rgb(241 245 249 / 0.2) !important;
  border-bottom-color: rgb(241 245 249 / 0.2) !important;
}

.border-y-slate-100\/25 {
  border-top-color: rgb(241 245 249 / 0.25) !important;
  border-bottom-color: rgb(241 245 249 / 0.25) !important;
}

.border-y-slate-100\/30 {
  border-top-color: rgb(241 245 249 / 0.3) !important;
  border-bottom-color: rgb(241 245 249 / 0.3) !important;
}

.border-y-slate-100\/35 {
  border-top-color: rgb(241 245 249 / 0.35) !important;
  border-bottom-color: rgb(241 245 249 / 0.35) !important;
}

.border-y-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4) !important;
  border-bottom-color: rgb(241 245 249 / 0.4) !important;
}

.border-y-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45) !important;
  border-bottom-color: rgb(241 245 249 / 0.45) !important;
}

.border-y-slate-100\/5 {
  border-top-color: rgb(241 245 249 / 0.05) !important;
  border-bottom-color: rgb(241 245 249 / 0.05) !important;
}

.border-y-slate-100\/50 {
  border-top-color: rgb(241 245 249 / 0.5) !important;
  border-bottom-color: rgb(241 245 249 / 0.5) !important;
}

.border-y-slate-100\/55 {
  border-top-color: rgb(241 245 249 / 0.55) !important;
  border-bottom-color: rgb(241 245 249 / 0.55) !important;
}

.border-y-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6) !important;
  border-bottom-color: rgb(241 245 249 / 0.6) !important;
}

.border-y-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65) !important;
  border-bottom-color: rgb(241 245 249 / 0.65) !important;
}

.border-y-slate-100\/70 {
  border-top-color: rgb(241 245 249 / 0.7) !important;
  border-bottom-color: rgb(241 245 249 / 0.7) !important;
}

.border-y-slate-100\/75 {
  border-top-color: rgb(241 245 249 / 0.75) !important;
  border-bottom-color: rgb(241 245 249 / 0.75) !important;
}

.border-y-slate-100\/80 {
  border-top-color: rgb(241 245 249 / 0.8) !important;
  border-bottom-color: rgb(241 245 249 / 0.8) !important;
}

.border-y-slate-100\/85 {
  border-top-color: rgb(241 245 249 / 0.85) !important;
  border-bottom-color: rgb(241 245 249 / 0.85) !important;
}

.border-y-slate-100\/90 {
  border-top-color: rgb(241 245 249 / 0.9) !important;
  border-bottom-color: rgb(241 245 249 / 0.9) !important;
}

.border-y-slate-100\/95 {
  border-top-color: rgb(241 245 249 / 0.95) !important;
  border-bottom-color: rgb(241 245 249 / 0.95) !important;
}

.border-y-slate-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-200\/0 {
  border-top-color: rgb(226 232 240 / 0) !important;
  border-bottom-color: rgb(226 232 240 / 0) !important;
}

.border-y-slate-200\/10 {
  border-top-color: rgb(226 232 240 / 0.1) !important;
  border-bottom-color: rgb(226 232 240 / 0.1) !important;
}

.border-y-slate-200\/100 {
  border-top-color: rgb(226 232 240 / 1) !important;
  border-bottom-color: rgb(226 232 240 / 1) !important;
}

.border-y-slate-200\/15 {
  border-top-color: rgb(226 232 240 / 0.15) !important;
  border-bottom-color: rgb(226 232 240 / 0.15) !important;
}

.border-y-slate-200\/20 {
  border-top-color: rgb(226 232 240 / 0.2) !important;
  border-bottom-color: rgb(226 232 240 / 0.2) !important;
}

.border-y-slate-200\/25 {
  border-top-color: rgb(226 232 240 / 0.25) !important;
  border-bottom-color: rgb(226 232 240 / 0.25) !important;
}

.border-y-slate-200\/30 {
  border-top-color: rgb(226 232 240 / 0.3) !important;
  border-bottom-color: rgb(226 232 240 / 0.3) !important;
}

.border-y-slate-200\/35 {
  border-top-color: rgb(226 232 240 / 0.35) !important;
  border-bottom-color: rgb(226 232 240 / 0.35) !important;
}

.border-y-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4) !important;
  border-bottom-color: rgb(226 232 240 / 0.4) !important;
}

.border-y-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45) !important;
  border-bottom-color: rgb(226 232 240 / 0.45) !important;
}

.border-y-slate-200\/5 {
  border-top-color: rgb(226 232 240 / 0.05) !important;
  border-bottom-color: rgb(226 232 240 / 0.05) !important;
}

.border-y-slate-200\/50 {
  border-top-color: rgb(226 232 240 / 0.5) !important;
  border-bottom-color: rgb(226 232 240 / 0.5) !important;
}

.border-y-slate-200\/55 {
  border-top-color: rgb(226 232 240 / 0.55) !important;
  border-bottom-color: rgb(226 232 240 / 0.55) !important;
}

.border-y-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6) !important;
  border-bottom-color: rgb(226 232 240 / 0.6) !important;
}

.border-y-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65) !important;
  border-bottom-color: rgb(226 232 240 / 0.65) !important;
}

.border-y-slate-200\/70 {
  border-top-color: rgb(226 232 240 / 0.7) !important;
  border-bottom-color: rgb(226 232 240 / 0.7) !important;
}

.border-y-slate-200\/75 {
  border-top-color: rgb(226 232 240 / 0.75) !important;
  border-bottom-color: rgb(226 232 240 / 0.75) !important;
}

.border-y-slate-200\/80 {
  border-top-color: rgb(226 232 240 / 0.8) !important;
  border-bottom-color: rgb(226 232 240 / 0.8) !important;
}

.border-y-slate-200\/85 {
  border-top-color: rgb(226 232 240 / 0.85) !important;
  border-bottom-color: rgb(226 232 240 / 0.85) !important;
}

.border-y-slate-200\/90 {
  border-top-color: rgb(226 232 240 / 0.9) !important;
  border-bottom-color: rgb(226 232 240 / 0.9) !important;
}

.border-y-slate-200\/95 {
  border-top-color: rgb(226 232 240 / 0.95) !important;
  border-bottom-color: rgb(226 232 240 / 0.95) !important;
}

.border-y-slate-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-300\/0 {
  border-top-color: rgb(203 213 225 / 0) !important;
  border-bottom-color: rgb(203 213 225 / 0) !important;
}

.border-y-slate-300\/10 {
  border-top-color: rgb(203 213 225 / 0.1) !important;
  border-bottom-color: rgb(203 213 225 / 0.1) !important;
}

.border-y-slate-300\/100 {
  border-top-color: rgb(203 213 225 / 1) !important;
  border-bottom-color: rgb(203 213 225 / 1) !important;
}

.border-y-slate-300\/15 {
  border-top-color: rgb(203 213 225 / 0.15) !important;
  border-bottom-color: rgb(203 213 225 / 0.15) !important;
}

.border-y-slate-300\/20 {
  border-top-color: rgb(203 213 225 / 0.2) !important;
  border-bottom-color: rgb(203 213 225 / 0.2) !important;
}

.border-y-slate-300\/25 {
  border-top-color: rgb(203 213 225 / 0.25) !important;
  border-bottom-color: rgb(203 213 225 / 0.25) !important;
}

.border-y-slate-300\/30 {
  border-top-color: rgb(203 213 225 / 0.3) !important;
  border-bottom-color: rgb(203 213 225 / 0.3) !important;
}

.border-y-slate-300\/35 {
  border-top-color: rgb(203 213 225 / 0.35) !important;
  border-bottom-color: rgb(203 213 225 / 0.35) !important;
}

.border-y-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4) !important;
  border-bottom-color: rgb(203 213 225 / 0.4) !important;
}

.border-y-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45) !important;
  border-bottom-color: rgb(203 213 225 / 0.45) !important;
}

.border-y-slate-300\/5 {
  border-top-color: rgb(203 213 225 / 0.05) !important;
  border-bottom-color: rgb(203 213 225 / 0.05) !important;
}

.border-y-slate-300\/50 {
  border-top-color: rgb(203 213 225 / 0.5) !important;
  border-bottom-color: rgb(203 213 225 / 0.5) !important;
}

.border-y-slate-300\/55 {
  border-top-color: rgb(203 213 225 / 0.55) !important;
  border-bottom-color: rgb(203 213 225 / 0.55) !important;
}

.border-y-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6) !important;
  border-bottom-color: rgb(203 213 225 / 0.6) !important;
}

.border-y-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65) !important;
  border-bottom-color: rgb(203 213 225 / 0.65) !important;
}

.border-y-slate-300\/70 {
  border-top-color: rgb(203 213 225 / 0.7) !important;
  border-bottom-color: rgb(203 213 225 / 0.7) !important;
}

.border-y-slate-300\/75 {
  border-top-color: rgb(203 213 225 / 0.75) !important;
  border-bottom-color: rgb(203 213 225 / 0.75) !important;
}

.border-y-slate-300\/80 {
  border-top-color: rgb(203 213 225 / 0.8) !important;
  border-bottom-color: rgb(203 213 225 / 0.8) !important;
}

.border-y-slate-300\/85 {
  border-top-color: rgb(203 213 225 / 0.85) !important;
  border-bottom-color: rgb(203 213 225 / 0.85) !important;
}

.border-y-slate-300\/90 {
  border-top-color: rgb(203 213 225 / 0.9) !important;
  border-bottom-color: rgb(203 213 225 / 0.9) !important;
}

.border-y-slate-300\/95 {
  border-top-color: rgb(203 213 225 / 0.95) !important;
  border-bottom-color: rgb(203 213 225 / 0.95) !important;
}

.border-y-slate-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-400\/0 {
  border-top-color: rgb(148 163 184 / 0) !important;
  border-bottom-color: rgb(148 163 184 / 0) !important;
}

.border-y-slate-400\/10 {
  border-top-color: rgb(148 163 184 / 0.1) !important;
  border-bottom-color: rgb(148 163 184 / 0.1) !important;
}

.border-y-slate-400\/100 {
  border-top-color: rgb(148 163 184 / 1) !important;
  border-bottom-color: rgb(148 163 184 / 1) !important;
}

.border-y-slate-400\/15 {
  border-top-color: rgb(148 163 184 / 0.15) !important;
  border-bottom-color: rgb(148 163 184 / 0.15) !important;
}

.border-y-slate-400\/20 {
  border-top-color: rgb(148 163 184 / 0.2) !important;
  border-bottom-color: rgb(148 163 184 / 0.2) !important;
}

.border-y-slate-400\/25 {
  border-top-color: rgb(148 163 184 / 0.25) !important;
  border-bottom-color: rgb(148 163 184 / 0.25) !important;
}

.border-y-slate-400\/30 {
  border-top-color: rgb(148 163 184 / 0.3) !important;
  border-bottom-color: rgb(148 163 184 / 0.3) !important;
}

.border-y-slate-400\/35 {
  border-top-color: rgb(148 163 184 / 0.35) !important;
  border-bottom-color: rgb(148 163 184 / 0.35) !important;
}

.border-y-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4) !important;
  border-bottom-color: rgb(148 163 184 / 0.4) !important;
}

.border-y-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45) !important;
  border-bottom-color: rgb(148 163 184 / 0.45) !important;
}

.border-y-slate-400\/5 {
  border-top-color: rgb(148 163 184 / 0.05) !important;
  border-bottom-color: rgb(148 163 184 / 0.05) !important;
}

.border-y-slate-400\/50 {
  border-top-color: rgb(148 163 184 / 0.5) !important;
  border-bottom-color: rgb(148 163 184 / 0.5) !important;
}

.border-y-slate-400\/55 {
  border-top-color: rgb(148 163 184 / 0.55) !important;
  border-bottom-color: rgb(148 163 184 / 0.55) !important;
}

.border-y-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6) !important;
  border-bottom-color: rgb(148 163 184 / 0.6) !important;
}

.border-y-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65) !important;
  border-bottom-color: rgb(148 163 184 / 0.65) !important;
}

.border-y-slate-400\/70 {
  border-top-color: rgb(148 163 184 / 0.7) !important;
  border-bottom-color: rgb(148 163 184 / 0.7) !important;
}

.border-y-slate-400\/75 {
  border-top-color: rgb(148 163 184 / 0.75) !important;
  border-bottom-color: rgb(148 163 184 / 0.75) !important;
}

.border-y-slate-400\/80 {
  border-top-color: rgb(148 163 184 / 0.8) !important;
  border-bottom-color: rgb(148 163 184 / 0.8) !important;
}

.border-y-slate-400\/85 {
  border-top-color: rgb(148 163 184 / 0.85) !important;
  border-bottom-color: rgb(148 163 184 / 0.85) !important;
}

.border-y-slate-400\/90 {
  border-top-color: rgb(148 163 184 / 0.9) !important;
  border-bottom-color: rgb(148 163 184 / 0.9) !important;
}

.border-y-slate-400\/95 {
  border-top-color: rgb(148 163 184 / 0.95) !important;
  border-bottom-color: rgb(148 163 184 / 0.95) !important;
}

.border-y-slate-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-50\/0 {
  border-top-color: rgb(248 250 252 / 0) !important;
  border-bottom-color: rgb(248 250 252 / 0) !important;
}

.border-y-slate-50\/10 {
  border-top-color: rgb(248 250 252 / 0.1) !important;
  border-bottom-color: rgb(248 250 252 / 0.1) !important;
}

.border-y-slate-50\/100 {
  border-top-color: rgb(248 250 252 / 1) !important;
  border-bottom-color: rgb(248 250 252 / 1) !important;
}

.border-y-slate-50\/15 {
  border-top-color: rgb(248 250 252 / 0.15) !important;
  border-bottom-color: rgb(248 250 252 / 0.15) !important;
}

.border-y-slate-50\/20 {
  border-top-color: rgb(248 250 252 / 0.2) !important;
  border-bottom-color: rgb(248 250 252 / 0.2) !important;
}

.border-y-slate-50\/25 {
  border-top-color: rgb(248 250 252 / 0.25) !important;
  border-bottom-color: rgb(248 250 252 / 0.25) !important;
}

.border-y-slate-50\/30 {
  border-top-color: rgb(248 250 252 / 0.3) !important;
  border-bottom-color: rgb(248 250 252 / 0.3) !important;
}

.border-y-slate-50\/35 {
  border-top-color: rgb(248 250 252 / 0.35) !important;
  border-bottom-color: rgb(248 250 252 / 0.35) !important;
}

.border-y-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4) !important;
  border-bottom-color: rgb(248 250 252 / 0.4) !important;
}

.border-y-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45) !important;
  border-bottom-color: rgb(248 250 252 / 0.45) !important;
}

.border-y-slate-50\/5 {
  border-top-color: rgb(248 250 252 / 0.05) !important;
  border-bottom-color: rgb(248 250 252 / 0.05) !important;
}

.border-y-slate-50\/50 {
  border-top-color: rgb(248 250 252 / 0.5) !important;
  border-bottom-color: rgb(248 250 252 / 0.5) !important;
}

.border-y-slate-50\/55 {
  border-top-color: rgb(248 250 252 / 0.55) !important;
  border-bottom-color: rgb(248 250 252 / 0.55) !important;
}

.border-y-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6) !important;
  border-bottom-color: rgb(248 250 252 / 0.6) !important;
}

.border-y-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65) !important;
  border-bottom-color: rgb(248 250 252 / 0.65) !important;
}

.border-y-slate-50\/70 {
  border-top-color: rgb(248 250 252 / 0.7) !important;
  border-bottom-color: rgb(248 250 252 / 0.7) !important;
}

.border-y-slate-50\/75 {
  border-top-color: rgb(248 250 252 / 0.75) !important;
  border-bottom-color: rgb(248 250 252 / 0.75) !important;
}

.border-y-slate-50\/80 {
  border-top-color: rgb(248 250 252 / 0.8) !important;
  border-bottom-color: rgb(248 250 252 / 0.8) !important;
}

.border-y-slate-50\/85 {
  border-top-color: rgb(248 250 252 / 0.85) !important;
  border-bottom-color: rgb(248 250 252 / 0.85) !important;
}

.border-y-slate-50\/90 {
  border-top-color: rgb(248 250 252 / 0.9) !important;
  border-bottom-color: rgb(248 250 252 / 0.9) !important;
}

.border-y-slate-50\/95 {
  border-top-color: rgb(248 250 252 / 0.95) !important;
  border-bottom-color: rgb(248 250 252 / 0.95) !important;
}

.border-y-slate-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-500\/0 {
  border-top-color: rgb(100 116 139 / 0) !important;
  border-bottom-color: rgb(100 116 139 / 0) !important;
}

.border-y-slate-500\/10 {
  border-top-color: rgb(100 116 139 / 0.1) !important;
  border-bottom-color: rgb(100 116 139 / 0.1) !important;
}

.border-y-slate-500\/100 {
  border-top-color: rgb(100 116 139 / 1) !important;
  border-bottom-color: rgb(100 116 139 / 1) !important;
}

.border-y-slate-500\/15 {
  border-top-color: rgb(100 116 139 / 0.15) !important;
  border-bottom-color: rgb(100 116 139 / 0.15) !important;
}

.border-y-slate-500\/20 {
  border-top-color: rgb(100 116 139 / 0.2) !important;
  border-bottom-color: rgb(100 116 139 / 0.2) !important;
}

.border-y-slate-500\/25 {
  border-top-color: rgb(100 116 139 / 0.25) !important;
  border-bottom-color: rgb(100 116 139 / 0.25) !important;
}

.border-y-slate-500\/30 {
  border-top-color: rgb(100 116 139 / 0.3) !important;
  border-bottom-color: rgb(100 116 139 / 0.3) !important;
}

.border-y-slate-500\/35 {
  border-top-color: rgb(100 116 139 / 0.35) !important;
  border-bottom-color: rgb(100 116 139 / 0.35) !important;
}

.border-y-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4) !important;
  border-bottom-color: rgb(100 116 139 / 0.4) !important;
}

.border-y-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45) !important;
  border-bottom-color: rgb(100 116 139 / 0.45) !important;
}

.border-y-slate-500\/5 {
  border-top-color: rgb(100 116 139 / 0.05) !important;
  border-bottom-color: rgb(100 116 139 / 0.05) !important;
}

.border-y-slate-500\/50 {
  border-top-color: rgb(100 116 139 / 0.5) !important;
  border-bottom-color: rgb(100 116 139 / 0.5) !important;
}

.border-y-slate-500\/55 {
  border-top-color: rgb(100 116 139 / 0.55) !important;
  border-bottom-color: rgb(100 116 139 / 0.55) !important;
}

.border-y-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6) !important;
  border-bottom-color: rgb(100 116 139 / 0.6) !important;
}

.border-y-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65) !important;
  border-bottom-color: rgb(100 116 139 / 0.65) !important;
}

.border-y-slate-500\/70 {
  border-top-color: rgb(100 116 139 / 0.7) !important;
  border-bottom-color: rgb(100 116 139 / 0.7) !important;
}

.border-y-slate-500\/75 {
  border-top-color: rgb(100 116 139 / 0.75) !important;
  border-bottom-color: rgb(100 116 139 / 0.75) !important;
}

.border-y-slate-500\/80 {
  border-top-color: rgb(100 116 139 / 0.8) !important;
  border-bottom-color: rgb(100 116 139 / 0.8) !important;
}

.border-y-slate-500\/85 {
  border-top-color: rgb(100 116 139 / 0.85) !important;
  border-bottom-color: rgb(100 116 139 / 0.85) !important;
}

.border-y-slate-500\/90 {
  border-top-color: rgb(100 116 139 / 0.9) !important;
  border-bottom-color: rgb(100 116 139 / 0.9) !important;
}

.border-y-slate-500\/95 {
  border-top-color: rgb(100 116 139 / 0.95) !important;
  border-bottom-color: rgb(100 116 139 / 0.95) !important;
}

.border-y-slate-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-600\/0 {
  border-top-color: rgb(71 85 105 / 0) !important;
  border-bottom-color: rgb(71 85 105 / 0) !important;
}

.border-y-slate-600\/10 {
  border-top-color: rgb(71 85 105 / 0.1) !important;
  border-bottom-color: rgb(71 85 105 / 0.1) !important;
}

.border-y-slate-600\/100 {
  border-top-color: rgb(71 85 105 / 1) !important;
  border-bottom-color: rgb(71 85 105 / 1) !important;
}

.border-y-slate-600\/15 {
  border-top-color: rgb(71 85 105 / 0.15) !important;
  border-bottom-color: rgb(71 85 105 / 0.15) !important;
}

.border-y-slate-600\/20 {
  border-top-color: rgb(71 85 105 / 0.2) !important;
  border-bottom-color: rgb(71 85 105 / 0.2) !important;
}

.border-y-slate-600\/25 {
  border-top-color: rgb(71 85 105 / 0.25) !important;
  border-bottom-color: rgb(71 85 105 / 0.25) !important;
}

.border-y-slate-600\/30 {
  border-top-color: rgb(71 85 105 / 0.3) !important;
  border-bottom-color: rgb(71 85 105 / 0.3) !important;
}

.border-y-slate-600\/35 {
  border-top-color: rgb(71 85 105 / 0.35) !important;
  border-bottom-color: rgb(71 85 105 / 0.35) !important;
}

.border-y-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4) !important;
  border-bottom-color: rgb(71 85 105 / 0.4) !important;
}

.border-y-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45) !important;
  border-bottom-color: rgb(71 85 105 / 0.45) !important;
}

.border-y-slate-600\/5 {
  border-top-color: rgb(71 85 105 / 0.05) !important;
  border-bottom-color: rgb(71 85 105 / 0.05) !important;
}

.border-y-slate-600\/50 {
  border-top-color: rgb(71 85 105 / 0.5) !important;
  border-bottom-color: rgb(71 85 105 / 0.5) !important;
}

.border-y-slate-600\/55 {
  border-top-color: rgb(71 85 105 / 0.55) !important;
  border-bottom-color: rgb(71 85 105 / 0.55) !important;
}

.border-y-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6) !important;
  border-bottom-color: rgb(71 85 105 / 0.6) !important;
}

.border-y-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65) !important;
  border-bottom-color: rgb(71 85 105 / 0.65) !important;
}

.border-y-slate-600\/70 {
  border-top-color: rgb(71 85 105 / 0.7) !important;
  border-bottom-color: rgb(71 85 105 / 0.7) !important;
}

.border-y-slate-600\/75 {
  border-top-color: rgb(71 85 105 / 0.75) !important;
  border-bottom-color: rgb(71 85 105 / 0.75) !important;
}

.border-y-slate-600\/80 {
  border-top-color: rgb(71 85 105 / 0.8) !important;
  border-bottom-color: rgb(71 85 105 / 0.8) !important;
}

.border-y-slate-600\/85 {
  border-top-color: rgb(71 85 105 / 0.85) !important;
  border-bottom-color: rgb(71 85 105 / 0.85) !important;
}

.border-y-slate-600\/90 {
  border-top-color: rgb(71 85 105 / 0.9) !important;
  border-bottom-color: rgb(71 85 105 / 0.9) !important;
}

.border-y-slate-600\/95 {
  border-top-color: rgb(71 85 105 / 0.95) !important;
  border-bottom-color: rgb(71 85 105 / 0.95) !important;
}

.border-y-slate-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-700\/0 {
  border-top-color: rgb(51 65 85 / 0) !important;
  border-bottom-color: rgb(51 65 85 / 0) !important;
}

.border-y-slate-700\/10 {
  border-top-color: rgb(51 65 85 / 0.1) !important;
  border-bottom-color: rgb(51 65 85 / 0.1) !important;
}

.border-y-slate-700\/100 {
  border-top-color: rgb(51 65 85 / 1) !important;
  border-bottom-color: rgb(51 65 85 / 1) !important;
}

.border-y-slate-700\/15 {
  border-top-color: rgb(51 65 85 / 0.15) !important;
  border-bottom-color: rgb(51 65 85 / 0.15) !important;
}

.border-y-slate-700\/20 {
  border-top-color: rgb(51 65 85 / 0.2) !important;
  border-bottom-color: rgb(51 65 85 / 0.2) !important;
}

.border-y-slate-700\/25 {
  border-top-color: rgb(51 65 85 / 0.25) !important;
  border-bottom-color: rgb(51 65 85 / 0.25) !important;
}

.border-y-slate-700\/30 {
  border-top-color: rgb(51 65 85 / 0.3) !important;
  border-bottom-color: rgb(51 65 85 / 0.3) !important;
}

.border-y-slate-700\/35 {
  border-top-color: rgb(51 65 85 / 0.35) !important;
  border-bottom-color: rgb(51 65 85 / 0.35) !important;
}

.border-y-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4) !important;
  border-bottom-color: rgb(51 65 85 / 0.4) !important;
}

.border-y-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45) !important;
  border-bottom-color: rgb(51 65 85 / 0.45) !important;
}

.border-y-slate-700\/5 {
  border-top-color: rgb(51 65 85 / 0.05) !important;
  border-bottom-color: rgb(51 65 85 / 0.05) !important;
}

.border-y-slate-700\/50 {
  border-top-color: rgb(51 65 85 / 0.5) !important;
  border-bottom-color: rgb(51 65 85 / 0.5) !important;
}

.border-y-slate-700\/55 {
  border-top-color: rgb(51 65 85 / 0.55) !important;
  border-bottom-color: rgb(51 65 85 / 0.55) !important;
}

.border-y-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6) !important;
  border-bottom-color: rgb(51 65 85 / 0.6) !important;
}

.border-y-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65) !important;
  border-bottom-color: rgb(51 65 85 / 0.65) !important;
}

.border-y-slate-700\/70 {
  border-top-color: rgb(51 65 85 / 0.7) !important;
  border-bottom-color: rgb(51 65 85 / 0.7) !important;
}

.border-y-slate-700\/75 {
  border-top-color: rgb(51 65 85 / 0.75) !important;
  border-bottom-color: rgb(51 65 85 / 0.75) !important;
}

.border-y-slate-700\/80 {
  border-top-color: rgb(51 65 85 / 0.8) !important;
  border-bottom-color: rgb(51 65 85 / 0.8) !important;
}

.border-y-slate-700\/85 {
  border-top-color: rgb(51 65 85 / 0.85) !important;
  border-bottom-color: rgb(51 65 85 / 0.85) !important;
}

.border-y-slate-700\/90 {
  border-top-color: rgb(51 65 85 / 0.9) !important;
  border-bottom-color: rgb(51 65 85 / 0.9) !important;
}

.border-y-slate-700\/95 {
  border-top-color: rgb(51 65 85 / 0.95) !important;
  border-bottom-color: rgb(51 65 85 / 0.95) !important;
}

.border-y-slate-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-800\/0 {
  border-top-color: rgb(30 41 59 / 0) !important;
  border-bottom-color: rgb(30 41 59 / 0) !important;
}

.border-y-slate-800\/10 {
  border-top-color: rgb(30 41 59 / 0.1) !important;
  border-bottom-color: rgb(30 41 59 / 0.1) !important;
}

.border-y-slate-800\/100 {
  border-top-color: rgb(30 41 59 / 1) !important;
  border-bottom-color: rgb(30 41 59 / 1) !important;
}

.border-y-slate-800\/15 {
  border-top-color: rgb(30 41 59 / 0.15) !important;
  border-bottom-color: rgb(30 41 59 / 0.15) !important;
}

.border-y-slate-800\/20 {
  border-top-color: rgb(30 41 59 / 0.2) !important;
  border-bottom-color: rgb(30 41 59 / 0.2) !important;
}

.border-y-slate-800\/25 {
  border-top-color: rgb(30 41 59 / 0.25) !important;
  border-bottom-color: rgb(30 41 59 / 0.25) !important;
}

.border-y-slate-800\/30 {
  border-top-color: rgb(30 41 59 / 0.3) !important;
  border-bottom-color: rgb(30 41 59 / 0.3) !important;
}

.border-y-slate-800\/35 {
  border-top-color: rgb(30 41 59 / 0.35) !important;
  border-bottom-color: rgb(30 41 59 / 0.35) !important;
}

.border-y-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4) !important;
  border-bottom-color: rgb(30 41 59 / 0.4) !important;
}

.border-y-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45) !important;
  border-bottom-color: rgb(30 41 59 / 0.45) !important;
}

.border-y-slate-800\/5 {
  border-top-color: rgb(30 41 59 / 0.05) !important;
  border-bottom-color: rgb(30 41 59 / 0.05) !important;
}

.border-y-slate-800\/50 {
  border-top-color: rgb(30 41 59 / 0.5) !important;
  border-bottom-color: rgb(30 41 59 / 0.5) !important;
}

.border-y-slate-800\/55 {
  border-top-color: rgb(30 41 59 / 0.55) !important;
  border-bottom-color: rgb(30 41 59 / 0.55) !important;
}

.border-y-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6) !important;
  border-bottom-color: rgb(30 41 59 / 0.6) !important;
}

.border-y-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65) !important;
  border-bottom-color: rgb(30 41 59 / 0.65) !important;
}

.border-y-slate-800\/70 {
  border-top-color: rgb(30 41 59 / 0.7) !important;
  border-bottom-color: rgb(30 41 59 / 0.7) !important;
}

.border-y-slate-800\/75 {
  border-top-color: rgb(30 41 59 / 0.75) !important;
  border-bottom-color: rgb(30 41 59 / 0.75) !important;
}

.border-y-slate-800\/80 {
  border-top-color: rgb(30 41 59 / 0.8) !important;
  border-bottom-color: rgb(30 41 59 / 0.8) !important;
}

.border-y-slate-800\/85 {
  border-top-color: rgb(30 41 59 / 0.85) !important;
  border-bottom-color: rgb(30 41 59 / 0.85) !important;
}

.border-y-slate-800\/90 {
  border-top-color: rgb(30 41 59 / 0.9) !important;
  border-bottom-color: rgb(30 41 59 / 0.9) !important;
}

.border-y-slate-800\/95 {
  border-top-color: rgb(30 41 59 / 0.95) !important;
  border-bottom-color: rgb(30 41 59 / 0.95) !important;
}

.border-y-slate-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-900\/0 {
  border-top-color: rgb(15 23 42 / 0) !important;
  border-bottom-color: rgb(15 23 42 / 0) !important;
}

.border-y-slate-900\/10 {
  border-top-color: rgb(15 23 42 / 0.1) !important;
  border-bottom-color: rgb(15 23 42 / 0.1) !important;
}

.border-y-slate-900\/100 {
  border-top-color: rgb(15 23 42 / 1) !important;
  border-bottom-color: rgb(15 23 42 / 1) !important;
}

.border-y-slate-900\/15 {
  border-top-color: rgb(15 23 42 / 0.15) !important;
  border-bottom-color: rgb(15 23 42 / 0.15) !important;
}

.border-y-slate-900\/20 {
  border-top-color: rgb(15 23 42 / 0.2) !important;
  border-bottom-color: rgb(15 23 42 / 0.2) !important;
}

.border-y-slate-900\/25 {
  border-top-color: rgb(15 23 42 / 0.25) !important;
  border-bottom-color: rgb(15 23 42 / 0.25) !important;
}

.border-y-slate-900\/30 {
  border-top-color: rgb(15 23 42 / 0.3) !important;
  border-bottom-color: rgb(15 23 42 / 0.3) !important;
}

.border-y-slate-900\/35 {
  border-top-color: rgb(15 23 42 / 0.35) !important;
  border-bottom-color: rgb(15 23 42 / 0.35) !important;
}

.border-y-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4) !important;
  border-bottom-color: rgb(15 23 42 / 0.4) !important;
}

.border-y-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45) !important;
  border-bottom-color: rgb(15 23 42 / 0.45) !important;
}

.border-y-slate-900\/5 {
  border-top-color: rgb(15 23 42 / 0.05) !important;
  border-bottom-color: rgb(15 23 42 / 0.05) !important;
}

.border-y-slate-900\/50 {
  border-top-color: rgb(15 23 42 / 0.5) !important;
  border-bottom-color: rgb(15 23 42 / 0.5) !important;
}

.border-y-slate-900\/55 {
  border-top-color: rgb(15 23 42 / 0.55) !important;
  border-bottom-color: rgb(15 23 42 / 0.55) !important;
}

.border-y-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6) !important;
  border-bottom-color: rgb(15 23 42 / 0.6) !important;
}

.border-y-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65) !important;
  border-bottom-color: rgb(15 23 42 / 0.65) !important;
}

.border-y-slate-900\/70 {
  border-top-color: rgb(15 23 42 / 0.7) !important;
  border-bottom-color: rgb(15 23 42 / 0.7) !important;
}

.border-y-slate-900\/75 {
  border-top-color: rgb(15 23 42 / 0.75) !important;
  border-bottom-color: rgb(15 23 42 / 0.75) !important;
}

.border-y-slate-900\/80 {
  border-top-color: rgb(15 23 42 / 0.8) !important;
  border-bottom-color: rgb(15 23 42 / 0.8) !important;
}

.border-y-slate-900\/85 {
  border-top-color: rgb(15 23 42 / 0.85) !important;
  border-bottom-color: rgb(15 23 42 / 0.85) !important;
}

.border-y-slate-900\/90 {
  border-top-color: rgb(15 23 42 / 0.9) !important;
  border-bottom-color: rgb(15 23 42 / 0.9) !important;
}

.border-y-slate-900\/95 {
  border-top-color: rgb(15 23 42 / 0.95) !important;
  border-bottom-color: rgb(15 23 42 / 0.95) !important;
}

.border-y-slate-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-y-slate-950\/0 {
  border-top-color: rgb(2 6 23 / 0) !important;
  border-bottom-color: rgb(2 6 23 / 0) !important;
}

.border-y-slate-950\/10 {
  border-top-color: rgb(2 6 23 / 0.1) !important;
  border-bottom-color: rgb(2 6 23 / 0.1) !important;
}

.border-y-slate-950\/100 {
  border-top-color: rgb(2 6 23 / 1) !important;
  border-bottom-color: rgb(2 6 23 / 1) !important;
}

.border-y-slate-950\/15 {
  border-top-color: rgb(2 6 23 / 0.15) !important;
  border-bottom-color: rgb(2 6 23 / 0.15) !important;
}

.border-y-slate-950\/20 {
  border-top-color: rgb(2 6 23 / 0.2) !important;
  border-bottom-color: rgb(2 6 23 / 0.2) !important;
}

.border-y-slate-950\/25 {
  border-top-color: rgb(2 6 23 / 0.25) !important;
  border-bottom-color: rgb(2 6 23 / 0.25) !important;
}

.border-y-slate-950\/30 {
  border-top-color: rgb(2 6 23 / 0.3) !important;
  border-bottom-color: rgb(2 6 23 / 0.3) !important;
}

.border-y-slate-950\/35 {
  border-top-color: rgb(2 6 23 / 0.35) !important;
  border-bottom-color: rgb(2 6 23 / 0.35) !important;
}

.border-y-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4) !important;
  border-bottom-color: rgb(2 6 23 / 0.4) !important;
}

.border-y-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45) !important;
  border-bottom-color: rgb(2 6 23 / 0.45) !important;
}

.border-y-slate-950\/5 {
  border-top-color: rgb(2 6 23 / 0.05) !important;
  border-bottom-color: rgb(2 6 23 / 0.05) !important;
}

.border-y-slate-950\/50 {
  border-top-color: rgb(2 6 23 / 0.5) !important;
  border-bottom-color: rgb(2 6 23 / 0.5) !important;
}

.border-y-slate-950\/55 {
  border-top-color: rgb(2 6 23 / 0.55) !important;
  border-bottom-color: rgb(2 6 23 / 0.55) !important;
}

.border-y-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6) !important;
  border-bottom-color: rgb(2 6 23 / 0.6) !important;
}

.border-y-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65) !important;
  border-bottom-color: rgb(2 6 23 / 0.65) !important;
}

.border-y-slate-950\/70 {
  border-top-color: rgb(2 6 23 / 0.7) !important;
  border-bottom-color: rgb(2 6 23 / 0.7) !important;
}

.border-y-slate-950\/75 {
  border-top-color: rgb(2 6 23 / 0.75) !important;
  border-bottom-color: rgb(2 6 23 / 0.75) !important;
}

.border-y-slate-950\/80 {
  border-top-color: rgb(2 6 23 / 0.8) !important;
  border-bottom-color: rgb(2 6 23 / 0.8) !important;
}

.border-y-slate-950\/85 {
  border-top-color: rgb(2 6 23 / 0.85) !important;
  border-bottom-color: rgb(2 6 23 / 0.85) !important;
}

.border-y-slate-950\/90 {
  border-top-color: rgb(2 6 23 / 0.9) !important;
  border-bottom-color: rgb(2 6 23 / 0.9) !important;
}

.border-y-slate-950\/95 {
  border-top-color: rgb(2 6 23 / 0.95) !important;
  border-bottom-color: rgb(2 6 23 / 0.95) !important;
}

.border-y-stone-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-100\/0 {
  border-top-color: rgb(245 245 244 / 0) !important;
  border-bottom-color: rgb(245 245 244 / 0) !important;
}

.border-y-stone-100\/10 {
  border-top-color: rgb(245 245 244 / 0.1) !important;
  border-bottom-color: rgb(245 245 244 / 0.1) !important;
}

.border-y-stone-100\/100 {
  border-top-color: rgb(245 245 244 / 1) !important;
  border-bottom-color: rgb(245 245 244 / 1) !important;
}

.border-y-stone-100\/15 {
  border-top-color: rgb(245 245 244 / 0.15) !important;
  border-bottom-color: rgb(245 245 244 / 0.15) !important;
}

.border-y-stone-100\/20 {
  border-top-color: rgb(245 245 244 / 0.2) !important;
  border-bottom-color: rgb(245 245 244 / 0.2) !important;
}

.border-y-stone-100\/25 {
  border-top-color: rgb(245 245 244 / 0.25) !important;
  border-bottom-color: rgb(245 245 244 / 0.25) !important;
}

.border-y-stone-100\/30 {
  border-top-color: rgb(245 245 244 / 0.3) !important;
  border-bottom-color: rgb(245 245 244 / 0.3) !important;
}

.border-y-stone-100\/35 {
  border-top-color: rgb(245 245 244 / 0.35) !important;
  border-bottom-color: rgb(245 245 244 / 0.35) !important;
}

.border-y-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4) !important;
  border-bottom-color: rgb(245 245 244 / 0.4) !important;
}

.border-y-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45) !important;
  border-bottom-color: rgb(245 245 244 / 0.45) !important;
}

.border-y-stone-100\/5 {
  border-top-color: rgb(245 245 244 / 0.05) !important;
  border-bottom-color: rgb(245 245 244 / 0.05) !important;
}

.border-y-stone-100\/50 {
  border-top-color: rgb(245 245 244 / 0.5) !important;
  border-bottom-color: rgb(245 245 244 / 0.5) !important;
}

.border-y-stone-100\/55 {
  border-top-color: rgb(245 245 244 / 0.55) !important;
  border-bottom-color: rgb(245 245 244 / 0.55) !important;
}

.border-y-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6) !important;
  border-bottom-color: rgb(245 245 244 / 0.6) !important;
}

.border-y-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65) !important;
  border-bottom-color: rgb(245 245 244 / 0.65) !important;
}

.border-y-stone-100\/70 {
  border-top-color: rgb(245 245 244 / 0.7) !important;
  border-bottom-color: rgb(245 245 244 / 0.7) !important;
}

.border-y-stone-100\/75 {
  border-top-color: rgb(245 245 244 / 0.75) !important;
  border-bottom-color: rgb(245 245 244 / 0.75) !important;
}

.border-y-stone-100\/80 {
  border-top-color: rgb(245 245 244 / 0.8) !important;
  border-bottom-color: rgb(245 245 244 / 0.8) !important;
}

.border-y-stone-100\/85 {
  border-top-color: rgb(245 245 244 / 0.85) !important;
  border-bottom-color: rgb(245 245 244 / 0.85) !important;
}

.border-y-stone-100\/90 {
  border-top-color: rgb(245 245 244 / 0.9) !important;
  border-bottom-color: rgb(245 245 244 / 0.9) !important;
}

.border-y-stone-100\/95 {
  border-top-color: rgb(245 245 244 / 0.95) !important;
  border-bottom-color: rgb(245 245 244 / 0.95) !important;
}

.border-y-stone-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-200\/0 {
  border-top-color: rgb(231 229 228 / 0) !important;
  border-bottom-color: rgb(231 229 228 / 0) !important;
}

.border-y-stone-200\/10 {
  border-top-color: rgb(231 229 228 / 0.1) !important;
  border-bottom-color: rgb(231 229 228 / 0.1) !important;
}

.border-y-stone-200\/100 {
  border-top-color: rgb(231 229 228 / 1) !important;
  border-bottom-color: rgb(231 229 228 / 1) !important;
}

.border-y-stone-200\/15 {
  border-top-color: rgb(231 229 228 / 0.15) !important;
  border-bottom-color: rgb(231 229 228 / 0.15) !important;
}

.border-y-stone-200\/20 {
  border-top-color: rgb(231 229 228 / 0.2) !important;
  border-bottom-color: rgb(231 229 228 / 0.2) !important;
}

.border-y-stone-200\/25 {
  border-top-color: rgb(231 229 228 / 0.25) !important;
  border-bottom-color: rgb(231 229 228 / 0.25) !important;
}

.border-y-stone-200\/30 {
  border-top-color: rgb(231 229 228 / 0.3) !important;
  border-bottom-color: rgb(231 229 228 / 0.3) !important;
}

.border-y-stone-200\/35 {
  border-top-color: rgb(231 229 228 / 0.35) !important;
  border-bottom-color: rgb(231 229 228 / 0.35) !important;
}

.border-y-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4) !important;
  border-bottom-color: rgb(231 229 228 / 0.4) !important;
}

.border-y-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45) !important;
  border-bottom-color: rgb(231 229 228 / 0.45) !important;
}

.border-y-stone-200\/5 {
  border-top-color: rgb(231 229 228 / 0.05) !important;
  border-bottom-color: rgb(231 229 228 / 0.05) !important;
}

.border-y-stone-200\/50 {
  border-top-color: rgb(231 229 228 / 0.5) !important;
  border-bottom-color: rgb(231 229 228 / 0.5) !important;
}

.border-y-stone-200\/55 {
  border-top-color: rgb(231 229 228 / 0.55) !important;
  border-bottom-color: rgb(231 229 228 / 0.55) !important;
}

.border-y-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6) !important;
  border-bottom-color: rgb(231 229 228 / 0.6) !important;
}

.border-y-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65) !important;
  border-bottom-color: rgb(231 229 228 / 0.65) !important;
}

.border-y-stone-200\/70 {
  border-top-color: rgb(231 229 228 / 0.7) !important;
  border-bottom-color: rgb(231 229 228 / 0.7) !important;
}

.border-y-stone-200\/75 {
  border-top-color: rgb(231 229 228 / 0.75) !important;
  border-bottom-color: rgb(231 229 228 / 0.75) !important;
}

.border-y-stone-200\/80 {
  border-top-color: rgb(231 229 228 / 0.8) !important;
  border-bottom-color: rgb(231 229 228 / 0.8) !important;
}

.border-y-stone-200\/85 {
  border-top-color: rgb(231 229 228 / 0.85) !important;
  border-bottom-color: rgb(231 229 228 / 0.85) !important;
}

.border-y-stone-200\/90 {
  border-top-color: rgb(231 229 228 / 0.9) !important;
  border-bottom-color: rgb(231 229 228 / 0.9) !important;
}

.border-y-stone-200\/95 {
  border-top-color: rgb(231 229 228 / 0.95) !important;
  border-bottom-color: rgb(231 229 228 / 0.95) !important;
}

.border-y-stone-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-300\/0 {
  border-top-color: rgb(214 211 209 / 0) !important;
  border-bottom-color: rgb(214 211 209 / 0) !important;
}

.border-y-stone-300\/10 {
  border-top-color: rgb(214 211 209 / 0.1) !important;
  border-bottom-color: rgb(214 211 209 / 0.1) !important;
}

.border-y-stone-300\/100 {
  border-top-color: rgb(214 211 209 / 1) !important;
  border-bottom-color: rgb(214 211 209 / 1) !important;
}

.border-y-stone-300\/15 {
  border-top-color: rgb(214 211 209 / 0.15) !important;
  border-bottom-color: rgb(214 211 209 / 0.15) !important;
}

.border-y-stone-300\/20 {
  border-top-color: rgb(214 211 209 / 0.2) !important;
  border-bottom-color: rgb(214 211 209 / 0.2) !important;
}

.border-y-stone-300\/25 {
  border-top-color: rgb(214 211 209 / 0.25) !important;
  border-bottom-color: rgb(214 211 209 / 0.25) !important;
}

.border-y-stone-300\/30 {
  border-top-color: rgb(214 211 209 / 0.3) !important;
  border-bottom-color: rgb(214 211 209 / 0.3) !important;
}

.border-y-stone-300\/35 {
  border-top-color: rgb(214 211 209 / 0.35) !important;
  border-bottom-color: rgb(214 211 209 / 0.35) !important;
}

.border-y-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4) !important;
  border-bottom-color: rgb(214 211 209 / 0.4) !important;
}

.border-y-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45) !important;
  border-bottom-color: rgb(214 211 209 / 0.45) !important;
}

.border-y-stone-300\/5 {
  border-top-color: rgb(214 211 209 / 0.05) !important;
  border-bottom-color: rgb(214 211 209 / 0.05) !important;
}

.border-y-stone-300\/50 {
  border-top-color: rgb(214 211 209 / 0.5) !important;
  border-bottom-color: rgb(214 211 209 / 0.5) !important;
}

.border-y-stone-300\/55 {
  border-top-color: rgb(214 211 209 / 0.55) !important;
  border-bottom-color: rgb(214 211 209 / 0.55) !important;
}

.border-y-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6) !important;
  border-bottom-color: rgb(214 211 209 / 0.6) !important;
}

.border-y-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65) !important;
  border-bottom-color: rgb(214 211 209 / 0.65) !important;
}

.border-y-stone-300\/70 {
  border-top-color: rgb(214 211 209 / 0.7) !important;
  border-bottom-color: rgb(214 211 209 / 0.7) !important;
}

.border-y-stone-300\/75 {
  border-top-color: rgb(214 211 209 / 0.75) !important;
  border-bottom-color: rgb(214 211 209 / 0.75) !important;
}

.border-y-stone-300\/80 {
  border-top-color: rgb(214 211 209 / 0.8) !important;
  border-bottom-color: rgb(214 211 209 / 0.8) !important;
}

.border-y-stone-300\/85 {
  border-top-color: rgb(214 211 209 / 0.85) !important;
  border-bottom-color: rgb(214 211 209 / 0.85) !important;
}

.border-y-stone-300\/90 {
  border-top-color: rgb(214 211 209 / 0.9) !important;
  border-bottom-color: rgb(214 211 209 / 0.9) !important;
}

.border-y-stone-300\/95 {
  border-top-color: rgb(214 211 209 / 0.95) !important;
  border-bottom-color: rgb(214 211 209 / 0.95) !important;
}

.border-y-stone-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-400\/0 {
  border-top-color: rgb(168 162 158 / 0) !important;
  border-bottom-color: rgb(168 162 158 / 0) !important;
}

.border-y-stone-400\/10 {
  border-top-color: rgb(168 162 158 / 0.1) !important;
  border-bottom-color: rgb(168 162 158 / 0.1) !important;
}

.border-y-stone-400\/100 {
  border-top-color: rgb(168 162 158 / 1) !important;
  border-bottom-color: rgb(168 162 158 / 1) !important;
}

.border-y-stone-400\/15 {
  border-top-color: rgb(168 162 158 / 0.15) !important;
  border-bottom-color: rgb(168 162 158 / 0.15) !important;
}

.border-y-stone-400\/20 {
  border-top-color: rgb(168 162 158 / 0.2) !important;
  border-bottom-color: rgb(168 162 158 / 0.2) !important;
}

.border-y-stone-400\/25 {
  border-top-color: rgb(168 162 158 / 0.25) !important;
  border-bottom-color: rgb(168 162 158 / 0.25) !important;
}

.border-y-stone-400\/30 {
  border-top-color: rgb(168 162 158 / 0.3) !important;
  border-bottom-color: rgb(168 162 158 / 0.3) !important;
}

.border-y-stone-400\/35 {
  border-top-color: rgb(168 162 158 / 0.35) !important;
  border-bottom-color: rgb(168 162 158 / 0.35) !important;
}

.border-y-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4) !important;
  border-bottom-color: rgb(168 162 158 / 0.4) !important;
}

.border-y-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45) !important;
  border-bottom-color: rgb(168 162 158 / 0.45) !important;
}

.border-y-stone-400\/5 {
  border-top-color: rgb(168 162 158 / 0.05) !important;
  border-bottom-color: rgb(168 162 158 / 0.05) !important;
}

.border-y-stone-400\/50 {
  border-top-color: rgb(168 162 158 / 0.5) !important;
  border-bottom-color: rgb(168 162 158 / 0.5) !important;
}

.border-y-stone-400\/55 {
  border-top-color: rgb(168 162 158 / 0.55) !important;
  border-bottom-color: rgb(168 162 158 / 0.55) !important;
}

.border-y-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6) !important;
  border-bottom-color: rgb(168 162 158 / 0.6) !important;
}

.border-y-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65) !important;
  border-bottom-color: rgb(168 162 158 / 0.65) !important;
}

.border-y-stone-400\/70 {
  border-top-color: rgb(168 162 158 / 0.7) !important;
  border-bottom-color: rgb(168 162 158 / 0.7) !important;
}

.border-y-stone-400\/75 {
  border-top-color: rgb(168 162 158 / 0.75) !important;
  border-bottom-color: rgb(168 162 158 / 0.75) !important;
}

.border-y-stone-400\/80 {
  border-top-color: rgb(168 162 158 / 0.8) !important;
  border-bottom-color: rgb(168 162 158 / 0.8) !important;
}

.border-y-stone-400\/85 {
  border-top-color: rgb(168 162 158 / 0.85) !important;
  border-bottom-color: rgb(168 162 158 / 0.85) !important;
}

.border-y-stone-400\/90 {
  border-top-color: rgb(168 162 158 / 0.9) !important;
  border-bottom-color: rgb(168 162 158 / 0.9) !important;
}

.border-y-stone-400\/95 {
  border-top-color: rgb(168 162 158 / 0.95) !important;
  border-bottom-color: rgb(168 162 158 / 0.95) !important;
}

.border-y-stone-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-50\/0 {
  border-top-color: rgb(250 250 249 / 0) !important;
  border-bottom-color: rgb(250 250 249 / 0) !important;
}

.border-y-stone-50\/10 {
  border-top-color: rgb(250 250 249 / 0.1) !important;
  border-bottom-color: rgb(250 250 249 / 0.1) !important;
}

.border-y-stone-50\/100 {
  border-top-color: rgb(250 250 249 / 1) !important;
  border-bottom-color: rgb(250 250 249 / 1) !important;
}

.border-y-stone-50\/15 {
  border-top-color: rgb(250 250 249 / 0.15) !important;
  border-bottom-color: rgb(250 250 249 / 0.15) !important;
}

.border-y-stone-50\/20 {
  border-top-color: rgb(250 250 249 / 0.2) !important;
  border-bottom-color: rgb(250 250 249 / 0.2) !important;
}

.border-y-stone-50\/25 {
  border-top-color: rgb(250 250 249 / 0.25) !important;
  border-bottom-color: rgb(250 250 249 / 0.25) !important;
}

.border-y-stone-50\/30 {
  border-top-color: rgb(250 250 249 / 0.3) !important;
  border-bottom-color: rgb(250 250 249 / 0.3) !important;
}

.border-y-stone-50\/35 {
  border-top-color: rgb(250 250 249 / 0.35) !important;
  border-bottom-color: rgb(250 250 249 / 0.35) !important;
}

.border-y-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4) !important;
  border-bottom-color: rgb(250 250 249 / 0.4) !important;
}

.border-y-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45) !important;
  border-bottom-color: rgb(250 250 249 / 0.45) !important;
}

.border-y-stone-50\/5 {
  border-top-color: rgb(250 250 249 / 0.05) !important;
  border-bottom-color: rgb(250 250 249 / 0.05) !important;
}

.border-y-stone-50\/50 {
  border-top-color: rgb(250 250 249 / 0.5) !important;
  border-bottom-color: rgb(250 250 249 / 0.5) !important;
}

.border-y-stone-50\/55 {
  border-top-color: rgb(250 250 249 / 0.55) !important;
  border-bottom-color: rgb(250 250 249 / 0.55) !important;
}

.border-y-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6) !important;
  border-bottom-color: rgb(250 250 249 / 0.6) !important;
}

.border-y-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65) !important;
  border-bottom-color: rgb(250 250 249 / 0.65) !important;
}

.border-y-stone-50\/70 {
  border-top-color: rgb(250 250 249 / 0.7) !important;
  border-bottom-color: rgb(250 250 249 / 0.7) !important;
}

.border-y-stone-50\/75 {
  border-top-color: rgb(250 250 249 / 0.75) !important;
  border-bottom-color: rgb(250 250 249 / 0.75) !important;
}

.border-y-stone-50\/80 {
  border-top-color: rgb(250 250 249 / 0.8) !important;
  border-bottom-color: rgb(250 250 249 / 0.8) !important;
}

.border-y-stone-50\/85 {
  border-top-color: rgb(250 250 249 / 0.85) !important;
  border-bottom-color: rgb(250 250 249 / 0.85) !important;
}

.border-y-stone-50\/90 {
  border-top-color: rgb(250 250 249 / 0.9) !important;
  border-bottom-color: rgb(250 250 249 / 0.9) !important;
}

.border-y-stone-50\/95 {
  border-top-color: rgb(250 250 249 / 0.95) !important;
  border-bottom-color: rgb(250 250 249 / 0.95) !important;
}

.border-y-stone-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-500\/0 {
  border-top-color: rgb(120 113 108 / 0) !important;
  border-bottom-color: rgb(120 113 108 / 0) !important;
}

.border-y-stone-500\/10 {
  border-top-color: rgb(120 113 108 / 0.1) !important;
  border-bottom-color: rgb(120 113 108 / 0.1) !important;
}

.border-y-stone-500\/100 {
  border-top-color: rgb(120 113 108 / 1) !important;
  border-bottom-color: rgb(120 113 108 / 1) !important;
}

.border-y-stone-500\/15 {
  border-top-color: rgb(120 113 108 / 0.15) !important;
  border-bottom-color: rgb(120 113 108 / 0.15) !important;
}

.border-y-stone-500\/20 {
  border-top-color: rgb(120 113 108 / 0.2) !important;
  border-bottom-color: rgb(120 113 108 / 0.2) !important;
}

.border-y-stone-500\/25 {
  border-top-color: rgb(120 113 108 / 0.25) !important;
  border-bottom-color: rgb(120 113 108 / 0.25) !important;
}

.border-y-stone-500\/30 {
  border-top-color: rgb(120 113 108 / 0.3) !important;
  border-bottom-color: rgb(120 113 108 / 0.3) !important;
}

.border-y-stone-500\/35 {
  border-top-color: rgb(120 113 108 / 0.35) !important;
  border-bottom-color: rgb(120 113 108 / 0.35) !important;
}

.border-y-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4) !important;
  border-bottom-color: rgb(120 113 108 / 0.4) !important;
}

.border-y-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45) !important;
  border-bottom-color: rgb(120 113 108 / 0.45) !important;
}

.border-y-stone-500\/5 {
  border-top-color: rgb(120 113 108 / 0.05) !important;
  border-bottom-color: rgb(120 113 108 / 0.05) !important;
}

.border-y-stone-500\/50 {
  border-top-color: rgb(120 113 108 / 0.5) !important;
  border-bottom-color: rgb(120 113 108 / 0.5) !important;
}

.border-y-stone-500\/55 {
  border-top-color: rgb(120 113 108 / 0.55) !important;
  border-bottom-color: rgb(120 113 108 / 0.55) !important;
}

.border-y-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6) !important;
  border-bottom-color: rgb(120 113 108 / 0.6) !important;
}

.border-y-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65) !important;
  border-bottom-color: rgb(120 113 108 / 0.65) !important;
}

.border-y-stone-500\/70 {
  border-top-color: rgb(120 113 108 / 0.7) !important;
  border-bottom-color: rgb(120 113 108 / 0.7) !important;
}

.border-y-stone-500\/75 {
  border-top-color: rgb(120 113 108 / 0.75) !important;
  border-bottom-color: rgb(120 113 108 / 0.75) !important;
}

.border-y-stone-500\/80 {
  border-top-color: rgb(120 113 108 / 0.8) !important;
  border-bottom-color: rgb(120 113 108 / 0.8) !important;
}

.border-y-stone-500\/85 {
  border-top-color: rgb(120 113 108 / 0.85) !important;
  border-bottom-color: rgb(120 113 108 / 0.85) !important;
}

.border-y-stone-500\/90 {
  border-top-color: rgb(120 113 108 / 0.9) !important;
  border-bottom-color: rgb(120 113 108 / 0.9) !important;
}

.border-y-stone-500\/95 {
  border-top-color: rgb(120 113 108 / 0.95) !important;
  border-bottom-color: rgb(120 113 108 / 0.95) !important;
}

.border-y-stone-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-600\/0 {
  border-top-color: rgb(87 83 78 / 0) !important;
  border-bottom-color: rgb(87 83 78 / 0) !important;
}

.border-y-stone-600\/10 {
  border-top-color: rgb(87 83 78 / 0.1) !important;
  border-bottom-color: rgb(87 83 78 / 0.1) !important;
}

.border-y-stone-600\/100 {
  border-top-color: rgb(87 83 78 / 1) !important;
  border-bottom-color: rgb(87 83 78 / 1) !important;
}

.border-y-stone-600\/15 {
  border-top-color: rgb(87 83 78 / 0.15) !important;
  border-bottom-color: rgb(87 83 78 / 0.15) !important;
}

.border-y-stone-600\/20 {
  border-top-color: rgb(87 83 78 / 0.2) !important;
  border-bottom-color: rgb(87 83 78 / 0.2) !important;
}

.border-y-stone-600\/25 {
  border-top-color: rgb(87 83 78 / 0.25) !important;
  border-bottom-color: rgb(87 83 78 / 0.25) !important;
}

.border-y-stone-600\/30 {
  border-top-color: rgb(87 83 78 / 0.3) !important;
  border-bottom-color: rgb(87 83 78 / 0.3) !important;
}

.border-y-stone-600\/35 {
  border-top-color: rgb(87 83 78 / 0.35) !important;
  border-bottom-color: rgb(87 83 78 / 0.35) !important;
}

.border-y-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4) !important;
  border-bottom-color: rgb(87 83 78 / 0.4) !important;
}

.border-y-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45) !important;
  border-bottom-color: rgb(87 83 78 / 0.45) !important;
}

.border-y-stone-600\/5 {
  border-top-color: rgb(87 83 78 / 0.05) !important;
  border-bottom-color: rgb(87 83 78 / 0.05) !important;
}

.border-y-stone-600\/50 {
  border-top-color: rgb(87 83 78 / 0.5) !important;
  border-bottom-color: rgb(87 83 78 / 0.5) !important;
}

.border-y-stone-600\/55 {
  border-top-color: rgb(87 83 78 / 0.55) !important;
  border-bottom-color: rgb(87 83 78 / 0.55) !important;
}

.border-y-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6) !important;
  border-bottom-color: rgb(87 83 78 / 0.6) !important;
}

.border-y-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65) !important;
  border-bottom-color: rgb(87 83 78 / 0.65) !important;
}

.border-y-stone-600\/70 {
  border-top-color: rgb(87 83 78 / 0.7) !important;
  border-bottom-color: rgb(87 83 78 / 0.7) !important;
}

.border-y-stone-600\/75 {
  border-top-color: rgb(87 83 78 / 0.75) !important;
  border-bottom-color: rgb(87 83 78 / 0.75) !important;
}

.border-y-stone-600\/80 {
  border-top-color: rgb(87 83 78 / 0.8) !important;
  border-bottom-color: rgb(87 83 78 / 0.8) !important;
}

.border-y-stone-600\/85 {
  border-top-color: rgb(87 83 78 / 0.85) !important;
  border-bottom-color: rgb(87 83 78 / 0.85) !important;
}

.border-y-stone-600\/90 {
  border-top-color: rgb(87 83 78 / 0.9) !important;
  border-bottom-color: rgb(87 83 78 / 0.9) !important;
}

.border-y-stone-600\/95 {
  border-top-color: rgb(87 83 78 / 0.95) !important;
  border-bottom-color: rgb(87 83 78 / 0.95) !important;
}

.border-y-stone-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-700\/0 {
  border-top-color: rgb(68 64 60 / 0) !important;
  border-bottom-color: rgb(68 64 60 / 0) !important;
}

.border-y-stone-700\/10 {
  border-top-color: rgb(68 64 60 / 0.1) !important;
  border-bottom-color: rgb(68 64 60 / 0.1) !important;
}

.border-y-stone-700\/100 {
  border-top-color: rgb(68 64 60 / 1) !important;
  border-bottom-color: rgb(68 64 60 / 1) !important;
}

.border-y-stone-700\/15 {
  border-top-color: rgb(68 64 60 / 0.15) !important;
  border-bottom-color: rgb(68 64 60 / 0.15) !important;
}

.border-y-stone-700\/20 {
  border-top-color: rgb(68 64 60 / 0.2) !important;
  border-bottom-color: rgb(68 64 60 / 0.2) !important;
}

.border-y-stone-700\/25 {
  border-top-color: rgb(68 64 60 / 0.25) !important;
  border-bottom-color: rgb(68 64 60 / 0.25) !important;
}

.border-y-stone-700\/30 {
  border-top-color: rgb(68 64 60 / 0.3) !important;
  border-bottom-color: rgb(68 64 60 / 0.3) !important;
}

.border-y-stone-700\/35 {
  border-top-color: rgb(68 64 60 / 0.35) !important;
  border-bottom-color: rgb(68 64 60 / 0.35) !important;
}

.border-y-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4) !important;
  border-bottom-color: rgb(68 64 60 / 0.4) !important;
}

.border-y-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45) !important;
  border-bottom-color: rgb(68 64 60 / 0.45) !important;
}

.border-y-stone-700\/5 {
  border-top-color: rgb(68 64 60 / 0.05) !important;
  border-bottom-color: rgb(68 64 60 / 0.05) !important;
}

.border-y-stone-700\/50 {
  border-top-color: rgb(68 64 60 / 0.5) !important;
  border-bottom-color: rgb(68 64 60 / 0.5) !important;
}

.border-y-stone-700\/55 {
  border-top-color: rgb(68 64 60 / 0.55) !important;
  border-bottom-color: rgb(68 64 60 / 0.55) !important;
}

.border-y-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6) !important;
  border-bottom-color: rgb(68 64 60 / 0.6) !important;
}

.border-y-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65) !important;
  border-bottom-color: rgb(68 64 60 / 0.65) !important;
}

.border-y-stone-700\/70 {
  border-top-color: rgb(68 64 60 / 0.7) !important;
  border-bottom-color: rgb(68 64 60 / 0.7) !important;
}

.border-y-stone-700\/75 {
  border-top-color: rgb(68 64 60 / 0.75) !important;
  border-bottom-color: rgb(68 64 60 / 0.75) !important;
}

.border-y-stone-700\/80 {
  border-top-color: rgb(68 64 60 / 0.8) !important;
  border-bottom-color: rgb(68 64 60 / 0.8) !important;
}

.border-y-stone-700\/85 {
  border-top-color: rgb(68 64 60 / 0.85) !important;
  border-bottom-color: rgb(68 64 60 / 0.85) !important;
}

.border-y-stone-700\/90 {
  border-top-color: rgb(68 64 60 / 0.9) !important;
  border-bottom-color: rgb(68 64 60 / 0.9) !important;
}

.border-y-stone-700\/95 {
  border-top-color: rgb(68 64 60 / 0.95) !important;
  border-bottom-color: rgb(68 64 60 / 0.95) !important;
}

.border-y-stone-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-800\/0 {
  border-top-color: rgb(41 37 36 / 0) !important;
  border-bottom-color: rgb(41 37 36 / 0) !important;
}

.border-y-stone-800\/10 {
  border-top-color: rgb(41 37 36 / 0.1) !important;
  border-bottom-color: rgb(41 37 36 / 0.1) !important;
}

.border-y-stone-800\/100 {
  border-top-color: rgb(41 37 36 / 1) !important;
  border-bottom-color: rgb(41 37 36 / 1) !important;
}

.border-y-stone-800\/15 {
  border-top-color: rgb(41 37 36 / 0.15) !important;
  border-bottom-color: rgb(41 37 36 / 0.15) !important;
}

.border-y-stone-800\/20 {
  border-top-color: rgb(41 37 36 / 0.2) !important;
  border-bottom-color: rgb(41 37 36 / 0.2) !important;
}

.border-y-stone-800\/25 {
  border-top-color: rgb(41 37 36 / 0.25) !important;
  border-bottom-color: rgb(41 37 36 / 0.25) !important;
}

.border-y-stone-800\/30 {
  border-top-color: rgb(41 37 36 / 0.3) !important;
  border-bottom-color: rgb(41 37 36 / 0.3) !important;
}

.border-y-stone-800\/35 {
  border-top-color: rgb(41 37 36 / 0.35) !important;
  border-bottom-color: rgb(41 37 36 / 0.35) !important;
}

.border-y-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4) !important;
  border-bottom-color: rgb(41 37 36 / 0.4) !important;
}

.border-y-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45) !important;
  border-bottom-color: rgb(41 37 36 / 0.45) !important;
}

.border-y-stone-800\/5 {
  border-top-color: rgb(41 37 36 / 0.05) !important;
  border-bottom-color: rgb(41 37 36 / 0.05) !important;
}

.border-y-stone-800\/50 {
  border-top-color: rgb(41 37 36 / 0.5) !important;
  border-bottom-color: rgb(41 37 36 / 0.5) !important;
}

.border-y-stone-800\/55 {
  border-top-color: rgb(41 37 36 / 0.55) !important;
  border-bottom-color: rgb(41 37 36 / 0.55) !important;
}

.border-y-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6) !important;
  border-bottom-color: rgb(41 37 36 / 0.6) !important;
}

.border-y-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65) !important;
  border-bottom-color: rgb(41 37 36 / 0.65) !important;
}

.border-y-stone-800\/70 {
  border-top-color: rgb(41 37 36 / 0.7) !important;
  border-bottom-color: rgb(41 37 36 / 0.7) !important;
}

.border-y-stone-800\/75 {
  border-top-color: rgb(41 37 36 / 0.75) !important;
  border-bottom-color: rgb(41 37 36 / 0.75) !important;
}

.border-y-stone-800\/80 {
  border-top-color: rgb(41 37 36 / 0.8) !important;
  border-bottom-color: rgb(41 37 36 / 0.8) !important;
}

.border-y-stone-800\/85 {
  border-top-color: rgb(41 37 36 / 0.85) !important;
  border-bottom-color: rgb(41 37 36 / 0.85) !important;
}

.border-y-stone-800\/90 {
  border-top-color: rgb(41 37 36 / 0.9) !important;
  border-bottom-color: rgb(41 37 36 / 0.9) !important;
}

.border-y-stone-800\/95 {
  border-top-color: rgb(41 37 36 / 0.95) !important;
  border-bottom-color: rgb(41 37 36 / 0.95) !important;
}

.border-y-stone-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-900\/0 {
  border-top-color: rgb(28 25 23 / 0) !important;
  border-bottom-color: rgb(28 25 23 / 0) !important;
}

.border-y-stone-900\/10 {
  border-top-color: rgb(28 25 23 / 0.1) !important;
  border-bottom-color: rgb(28 25 23 / 0.1) !important;
}

.border-y-stone-900\/100 {
  border-top-color: rgb(28 25 23 / 1) !important;
  border-bottom-color: rgb(28 25 23 / 1) !important;
}

.border-y-stone-900\/15 {
  border-top-color: rgb(28 25 23 / 0.15) !important;
  border-bottom-color: rgb(28 25 23 / 0.15) !important;
}

.border-y-stone-900\/20 {
  border-top-color: rgb(28 25 23 / 0.2) !important;
  border-bottom-color: rgb(28 25 23 / 0.2) !important;
}

.border-y-stone-900\/25 {
  border-top-color: rgb(28 25 23 / 0.25) !important;
  border-bottom-color: rgb(28 25 23 / 0.25) !important;
}

.border-y-stone-900\/30 {
  border-top-color: rgb(28 25 23 / 0.3) !important;
  border-bottom-color: rgb(28 25 23 / 0.3) !important;
}

.border-y-stone-900\/35 {
  border-top-color: rgb(28 25 23 / 0.35) !important;
  border-bottom-color: rgb(28 25 23 / 0.35) !important;
}

.border-y-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4) !important;
  border-bottom-color: rgb(28 25 23 / 0.4) !important;
}

.border-y-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45) !important;
  border-bottom-color: rgb(28 25 23 / 0.45) !important;
}

.border-y-stone-900\/5 {
  border-top-color: rgb(28 25 23 / 0.05) !important;
  border-bottom-color: rgb(28 25 23 / 0.05) !important;
}

.border-y-stone-900\/50 {
  border-top-color: rgb(28 25 23 / 0.5) !important;
  border-bottom-color: rgb(28 25 23 / 0.5) !important;
}

.border-y-stone-900\/55 {
  border-top-color: rgb(28 25 23 / 0.55) !important;
  border-bottom-color: rgb(28 25 23 / 0.55) !important;
}

.border-y-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6) !important;
  border-bottom-color: rgb(28 25 23 / 0.6) !important;
}

.border-y-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65) !important;
  border-bottom-color: rgb(28 25 23 / 0.65) !important;
}

.border-y-stone-900\/70 {
  border-top-color: rgb(28 25 23 / 0.7) !important;
  border-bottom-color: rgb(28 25 23 / 0.7) !important;
}

.border-y-stone-900\/75 {
  border-top-color: rgb(28 25 23 / 0.75) !important;
  border-bottom-color: rgb(28 25 23 / 0.75) !important;
}

.border-y-stone-900\/80 {
  border-top-color: rgb(28 25 23 / 0.8) !important;
  border-bottom-color: rgb(28 25 23 / 0.8) !important;
}

.border-y-stone-900\/85 {
  border-top-color: rgb(28 25 23 / 0.85) !important;
  border-bottom-color: rgb(28 25 23 / 0.85) !important;
}

.border-y-stone-900\/90 {
  border-top-color: rgb(28 25 23 / 0.9) !important;
  border-bottom-color: rgb(28 25 23 / 0.9) !important;
}

.border-y-stone-900\/95 {
  border-top-color: rgb(28 25 23 / 0.95) !important;
  border-bottom-color: rgb(28 25 23 / 0.95) !important;
}

.border-y-stone-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-y-stone-950\/0 {
  border-top-color: rgb(12 10 9 / 0) !important;
  border-bottom-color: rgb(12 10 9 / 0) !important;
}

.border-y-stone-950\/10 {
  border-top-color: rgb(12 10 9 / 0.1) !important;
  border-bottom-color: rgb(12 10 9 / 0.1) !important;
}

.border-y-stone-950\/100 {
  border-top-color: rgb(12 10 9 / 1) !important;
  border-bottom-color: rgb(12 10 9 / 1) !important;
}

.border-y-stone-950\/15 {
  border-top-color: rgb(12 10 9 / 0.15) !important;
  border-bottom-color: rgb(12 10 9 / 0.15) !important;
}

.border-y-stone-950\/20 {
  border-top-color: rgb(12 10 9 / 0.2) !important;
  border-bottom-color: rgb(12 10 9 / 0.2) !important;
}

.border-y-stone-950\/25 {
  border-top-color: rgb(12 10 9 / 0.25) !important;
  border-bottom-color: rgb(12 10 9 / 0.25) !important;
}

.border-y-stone-950\/30 {
  border-top-color: rgb(12 10 9 / 0.3) !important;
  border-bottom-color: rgb(12 10 9 / 0.3) !important;
}

.border-y-stone-950\/35 {
  border-top-color: rgb(12 10 9 / 0.35) !important;
  border-bottom-color: rgb(12 10 9 / 0.35) !important;
}

.border-y-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4) !important;
  border-bottom-color: rgb(12 10 9 / 0.4) !important;
}

.border-y-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45) !important;
  border-bottom-color: rgb(12 10 9 / 0.45) !important;
}

.border-y-stone-950\/5 {
  border-top-color: rgb(12 10 9 / 0.05) !important;
  border-bottom-color: rgb(12 10 9 / 0.05) !important;
}

.border-y-stone-950\/50 {
  border-top-color: rgb(12 10 9 / 0.5) !important;
  border-bottom-color: rgb(12 10 9 / 0.5) !important;
}

.border-y-stone-950\/55 {
  border-top-color: rgb(12 10 9 / 0.55) !important;
  border-bottom-color: rgb(12 10 9 / 0.55) !important;
}

.border-y-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6) !important;
  border-bottom-color: rgb(12 10 9 / 0.6) !important;
}

.border-y-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65) !important;
  border-bottom-color: rgb(12 10 9 / 0.65) !important;
}

.border-y-stone-950\/70 {
  border-top-color: rgb(12 10 9 / 0.7) !important;
  border-bottom-color: rgb(12 10 9 / 0.7) !important;
}

.border-y-stone-950\/75 {
  border-top-color: rgb(12 10 9 / 0.75) !important;
  border-bottom-color: rgb(12 10 9 / 0.75) !important;
}

.border-y-stone-950\/80 {
  border-top-color: rgb(12 10 9 / 0.8) !important;
  border-bottom-color: rgb(12 10 9 / 0.8) !important;
}

.border-y-stone-950\/85 {
  border-top-color: rgb(12 10 9 / 0.85) !important;
  border-bottom-color: rgb(12 10 9 / 0.85) !important;
}

.border-y-stone-950\/90 {
  border-top-color: rgb(12 10 9 / 0.9) !important;
  border-bottom-color: rgb(12 10 9 / 0.9) !important;
}

.border-y-stone-950\/95 {
  border-top-color: rgb(12 10 9 / 0.95) !important;
  border-bottom-color: rgb(12 10 9 / 0.95) !important;
}

.border-y-teal-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-100\/0 {
  border-top-color: rgb(204 251 241 / 0) !important;
  border-bottom-color: rgb(204 251 241 / 0) !important;
}

.border-y-teal-100\/10 {
  border-top-color: rgb(204 251 241 / 0.1) !important;
  border-bottom-color: rgb(204 251 241 / 0.1) !important;
}

.border-y-teal-100\/100 {
  border-top-color: rgb(204 251 241 / 1) !important;
  border-bottom-color: rgb(204 251 241 / 1) !important;
}

.border-y-teal-100\/15 {
  border-top-color: rgb(204 251 241 / 0.15) !important;
  border-bottom-color: rgb(204 251 241 / 0.15) !important;
}

.border-y-teal-100\/20 {
  border-top-color: rgb(204 251 241 / 0.2) !important;
  border-bottom-color: rgb(204 251 241 / 0.2) !important;
}

.border-y-teal-100\/25 {
  border-top-color: rgb(204 251 241 / 0.25) !important;
  border-bottom-color: rgb(204 251 241 / 0.25) !important;
}

.border-y-teal-100\/30 {
  border-top-color: rgb(204 251 241 / 0.3) !important;
  border-bottom-color: rgb(204 251 241 / 0.3) !important;
}

.border-y-teal-100\/35 {
  border-top-color: rgb(204 251 241 / 0.35) !important;
  border-bottom-color: rgb(204 251 241 / 0.35) !important;
}

.border-y-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4) !important;
  border-bottom-color: rgb(204 251 241 / 0.4) !important;
}

.border-y-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45) !important;
  border-bottom-color: rgb(204 251 241 / 0.45) !important;
}

.border-y-teal-100\/5 {
  border-top-color: rgb(204 251 241 / 0.05) !important;
  border-bottom-color: rgb(204 251 241 / 0.05) !important;
}

.border-y-teal-100\/50 {
  border-top-color: rgb(204 251 241 / 0.5) !important;
  border-bottom-color: rgb(204 251 241 / 0.5) !important;
}

.border-y-teal-100\/55 {
  border-top-color: rgb(204 251 241 / 0.55) !important;
  border-bottom-color: rgb(204 251 241 / 0.55) !important;
}

.border-y-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6) !important;
  border-bottom-color: rgb(204 251 241 / 0.6) !important;
}

.border-y-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65) !important;
  border-bottom-color: rgb(204 251 241 / 0.65) !important;
}

.border-y-teal-100\/70 {
  border-top-color: rgb(204 251 241 / 0.7) !important;
  border-bottom-color: rgb(204 251 241 / 0.7) !important;
}

.border-y-teal-100\/75 {
  border-top-color: rgb(204 251 241 / 0.75) !important;
  border-bottom-color: rgb(204 251 241 / 0.75) !important;
}

.border-y-teal-100\/80 {
  border-top-color: rgb(204 251 241 / 0.8) !important;
  border-bottom-color: rgb(204 251 241 / 0.8) !important;
}

.border-y-teal-100\/85 {
  border-top-color: rgb(204 251 241 / 0.85) !important;
  border-bottom-color: rgb(204 251 241 / 0.85) !important;
}

.border-y-teal-100\/90 {
  border-top-color: rgb(204 251 241 / 0.9) !important;
  border-bottom-color: rgb(204 251 241 / 0.9) !important;
}

.border-y-teal-100\/95 {
  border-top-color: rgb(204 251 241 / 0.95) !important;
  border-bottom-color: rgb(204 251 241 / 0.95) !important;
}

.border-y-teal-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-200\/0 {
  border-top-color: rgb(153 246 228 / 0) !important;
  border-bottom-color: rgb(153 246 228 / 0) !important;
}

.border-y-teal-200\/10 {
  border-top-color: rgb(153 246 228 / 0.1) !important;
  border-bottom-color: rgb(153 246 228 / 0.1) !important;
}

.border-y-teal-200\/100 {
  border-top-color: rgb(153 246 228 / 1) !important;
  border-bottom-color: rgb(153 246 228 / 1) !important;
}

.border-y-teal-200\/15 {
  border-top-color: rgb(153 246 228 / 0.15) !important;
  border-bottom-color: rgb(153 246 228 / 0.15) !important;
}

.border-y-teal-200\/20 {
  border-top-color: rgb(153 246 228 / 0.2) !important;
  border-bottom-color: rgb(153 246 228 / 0.2) !important;
}

.border-y-teal-200\/25 {
  border-top-color: rgb(153 246 228 / 0.25) !important;
  border-bottom-color: rgb(153 246 228 / 0.25) !important;
}

.border-y-teal-200\/30 {
  border-top-color: rgb(153 246 228 / 0.3) !important;
  border-bottom-color: rgb(153 246 228 / 0.3) !important;
}

.border-y-teal-200\/35 {
  border-top-color: rgb(153 246 228 / 0.35) !important;
  border-bottom-color: rgb(153 246 228 / 0.35) !important;
}

.border-y-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4) !important;
  border-bottom-color: rgb(153 246 228 / 0.4) !important;
}

.border-y-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45) !important;
  border-bottom-color: rgb(153 246 228 / 0.45) !important;
}

.border-y-teal-200\/5 {
  border-top-color: rgb(153 246 228 / 0.05) !important;
  border-bottom-color: rgb(153 246 228 / 0.05) !important;
}

.border-y-teal-200\/50 {
  border-top-color: rgb(153 246 228 / 0.5) !important;
  border-bottom-color: rgb(153 246 228 / 0.5) !important;
}

.border-y-teal-200\/55 {
  border-top-color: rgb(153 246 228 / 0.55) !important;
  border-bottom-color: rgb(153 246 228 / 0.55) !important;
}

.border-y-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6) !important;
  border-bottom-color: rgb(153 246 228 / 0.6) !important;
}

.border-y-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65) !important;
  border-bottom-color: rgb(153 246 228 / 0.65) !important;
}

.border-y-teal-200\/70 {
  border-top-color: rgb(153 246 228 / 0.7) !important;
  border-bottom-color: rgb(153 246 228 / 0.7) !important;
}

.border-y-teal-200\/75 {
  border-top-color: rgb(153 246 228 / 0.75) !important;
  border-bottom-color: rgb(153 246 228 / 0.75) !important;
}

.border-y-teal-200\/80 {
  border-top-color: rgb(153 246 228 / 0.8) !important;
  border-bottom-color: rgb(153 246 228 / 0.8) !important;
}

.border-y-teal-200\/85 {
  border-top-color: rgb(153 246 228 / 0.85) !important;
  border-bottom-color: rgb(153 246 228 / 0.85) !important;
}

.border-y-teal-200\/90 {
  border-top-color: rgb(153 246 228 / 0.9) !important;
  border-bottom-color: rgb(153 246 228 / 0.9) !important;
}

.border-y-teal-200\/95 {
  border-top-color: rgb(153 246 228 / 0.95) !important;
  border-bottom-color: rgb(153 246 228 / 0.95) !important;
}

.border-y-teal-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-300\/0 {
  border-top-color: rgb(94 234 212 / 0) !important;
  border-bottom-color: rgb(94 234 212 / 0) !important;
}

.border-y-teal-300\/10 {
  border-top-color: rgb(94 234 212 / 0.1) !important;
  border-bottom-color: rgb(94 234 212 / 0.1) !important;
}

.border-y-teal-300\/100 {
  border-top-color: rgb(94 234 212 / 1) !important;
  border-bottom-color: rgb(94 234 212 / 1) !important;
}

.border-y-teal-300\/15 {
  border-top-color: rgb(94 234 212 / 0.15) !important;
  border-bottom-color: rgb(94 234 212 / 0.15) !important;
}

.border-y-teal-300\/20 {
  border-top-color: rgb(94 234 212 / 0.2) !important;
  border-bottom-color: rgb(94 234 212 / 0.2) !important;
}

.border-y-teal-300\/25 {
  border-top-color: rgb(94 234 212 / 0.25) !important;
  border-bottom-color: rgb(94 234 212 / 0.25) !important;
}

.border-y-teal-300\/30 {
  border-top-color: rgb(94 234 212 / 0.3) !important;
  border-bottom-color: rgb(94 234 212 / 0.3) !important;
}

.border-y-teal-300\/35 {
  border-top-color: rgb(94 234 212 / 0.35) !important;
  border-bottom-color: rgb(94 234 212 / 0.35) !important;
}

.border-y-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4) !important;
  border-bottom-color: rgb(94 234 212 / 0.4) !important;
}

.border-y-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45) !important;
  border-bottom-color: rgb(94 234 212 / 0.45) !important;
}

.border-y-teal-300\/5 {
  border-top-color: rgb(94 234 212 / 0.05) !important;
  border-bottom-color: rgb(94 234 212 / 0.05) !important;
}

.border-y-teal-300\/50 {
  border-top-color: rgb(94 234 212 / 0.5) !important;
  border-bottom-color: rgb(94 234 212 / 0.5) !important;
}

.border-y-teal-300\/55 {
  border-top-color: rgb(94 234 212 / 0.55) !important;
  border-bottom-color: rgb(94 234 212 / 0.55) !important;
}

.border-y-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6) !important;
  border-bottom-color: rgb(94 234 212 / 0.6) !important;
}

.border-y-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65) !important;
  border-bottom-color: rgb(94 234 212 / 0.65) !important;
}

.border-y-teal-300\/70 {
  border-top-color: rgb(94 234 212 / 0.7) !important;
  border-bottom-color: rgb(94 234 212 / 0.7) !important;
}

.border-y-teal-300\/75 {
  border-top-color: rgb(94 234 212 / 0.75) !important;
  border-bottom-color: rgb(94 234 212 / 0.75) !important;
}

.border-y-teal-300\/80 {
  border-top-color: rgb(94 234 212 / 0.8) !important;
  border-bottom-color: rgb(94 234 212 / 0.8) !important;
}

.border-y-teal-300\/85 {
  border-top-color: rgb(94 234 212 / 0.85) !important;
  border-bottom-color: rgb(94 234 212 / 0.85) !important;
}

.border-y-teal-300\/90 {
  border-top-color: rgb(94 234 212 / 0.9) !important;
  border-bottom-color: rgb(94 234 212 / 0.9) !important;
}

.border-y-teal-300\/95 {
  border-top-color: rgb(94 234 212 / 0.95) !important;
  border-bottom-color: rgb(94 234 212 / 0.95) !important;
}

.border-y-teal-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-400\/0 {
  border-top-color: rgb(45 212 191 / 0) !important;
  border-bottom-color: rgb(45 212 191 / 0) !important;
}

.border-y-teal-400\/10 {
  border-top-color: rgb(45 212 191 / 0.1) !important;
  border-bottom-color: rgb(45 212 191 / 0.1) !important;
}

.border-y-teal-400\/100 {
  border-top-color: rgb(45 212 191 / 1) !important;
  border-bottom-color: rgb(45 212 191 / 1) !important;
}

.border-y-teal-400\/15 {
  border-top-color: rgb(45 212 191 / 0.15) !important;
  border-bottom-color: rgb(45 212 191 / 0.15) !important;
}

.border-y-teal-400\/20 {
  border-top-color: rgb(45 212 191 / 0.2) !important;
  border-bottom-color: rgb(45 212 191 / 0.2) !important;
}

.border-y-teal-400\/25 {
  border-top-color: rgb(45 212 191 / 0.25) !important;
  border-bottom-color: rgb(45 212 191 / 0.25) !important;
}

.border-y-teal-400\/30 {
  border-top-color: rgb(45 212 191 / 0.3) !important;
  border-bottom-color: rgb(45 212 191 / 0.3) !important;
}

.border-y-teal-400\/35 {
  border-top-color: rgb(45 212 191 / 0.35) !important;
  border-bottom-color: rgb(45 212 191 / 0.35) !important;
}

.border-y-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4) !important;
  border-bottom-color: rgb(45 212 191 / 0.4) !important;
}

.border-y-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45) !important;
  border-bottom-color: rgb(45 212 191 / 0.45) !important;
}

.border-y-teal-400\/5 {
  border-top-color: rgb(45 212 191 / 0.05) !important;
  border-bottom-color: rgb(45 212 191 / 0.05) !important;
}

.border-y-teal-400\/50 {
  border-top-color: rgb(45 212 191 / 0.5) !important;
  border-bottom-color: rgb(45 212 191 / 0.5) !important;
}

.border-y-teal-400\/55 {
  border-top-color: rgb(45 212 191 / 0.55) !important;
  border-bottom-color: rgb(45 212 191 / 0.55) !important;
}

.border-y-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6) !important;
  border-bottom-color: rgb(45 212 191 / 0.6) !important;
}

.border-y-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65) !important;
  border-bottom-color: rgb(45 212 191 / 0.65) !important;
}

.border-y-teal-400\/70 {
  border-top-color: rgb(45 212 191 / 0.7) !important;
  border-bottom-color: rgb(45 212 191 / 0.7) !important;
}

.border-y-teal-400\/75 {
  border-top-color: rgb(45 212 191 / 0.75) !important;
  border-bottom-color: rgb(45 212 191 / 0.75) !important;
}

.border-y-teal-400\/80 {
  border-top-color: rgb(45 212 191 / 0.8) !important;
  border-bottom-color: rgb(45 212 191 / 0.8) !important;
}

.border-y-teal-400\/85 {
  border-top-color: rgb(45 212 191 / 0.85) !important;
  border-bottom-color: rgb(45 212 191 / 0.85) !important;
}

.border-y-teal-400\/90 {
  border-top-color: rgb(45 212 191 / 0.9) !important;
  border-bottom-color: rgb(45 212 191 / 0.9) !important;
}

.border-y-teal-400\/95 {
  border-top-color: rgb(45 212 191 / 0.95) !important;
  border-bottom-color: rgb(45 212 191 / 0.95) !important;
}

.border-y-teal-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-50\/0 {
  border-top-color: rgb(240 253 250 / 0) !important;
  border-bottom-color: rgb(240 253 250 / 0) !important;
}

.border-y-teal-50\/10 {
  border-top-color: rgb(240 253 250 / 0.1) !important;
  border-bottom-color: rgb(240 253 250 / 0.1) !important;
}

.border-y-teal-50\/100 {
  border-top-color: rgb(240 253 250 / 1) !important;
  border-bottom-color: rgb(240 253 250 / 1) !important;
}

.border-y-teal-50\/15 {
  border-top-color: rgb(240 253 250 / 0.15) !important;
  border-bottom-color: rgb(240 253 250 / 0.15) !important;
}

.border-y-teal-50\/20 {
  border-top-color: rgb(240 253 250 / 0.2) !important;
  border-bottom-color: rgb(240 253 250 / 0.2) !important;
}

.border-y-teal-50\/25 {
  border-top-color: rgb(240 253 250 / 0.25) !important;
  border-bottom-color: rgb(240 253 250 / 0.25) !important;
}

.border-y-teal-50\/30 {
  border-top-color: rgb(240 253 250 / 0.3) !important;
  border-bottom-color: rgb(240 253 250 / 0.3) !important;
}

.border-y-teal-50\/35 {
  border-top-color: rgb(240 253 250 / 0.35) !important;
  border-bottom-color: rgb(240 253 250 / 0.35) !important;
}

.border-y-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4) !important;
  border-bottom-color: rgb(240 253 250 / 0.4) !important;
}

.border-y-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45) !important;
  border-bottom-color: rgb(240 253 250 / 0.45) !important;
}

.border-y-teal-50\/5 {
  border-top-color: rgb(240 253 250 / 0.05) !important;
  border-bottom-color: rgb(240 253 250 / 0.05) !important;
}

.border-y-teal-50\/50 {
  border-top-color: rgb(240 253 250 / 0.5) !important;
  border-bottom-color: rgb(240 253 250 / 0.5) !important;
}

.border-y-teal-50\/55 {
  border-top-color: rgb(240 253 250 / 0.55) !important;
  border-bottom-color: rgb(240 253 250 / 0.55) !important;
}

.border-y-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6) !important;
  border-bottom-color: rgb(240 253 250 / 0.6) !important;
}

.border-y-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65) !important;
  border-bottom-color: rgb(240 253 250 / 0.65) !important;
}

.border-y-teal-50\/70 {
  border-top-color: rgb(240 253 250 / 0.7) !important;
  border-bottom-color: rgb(240 253 250 / 0.7) !important;
}

.border-y-teal-50\/75 {
  border-top-color: rgb(240 253 250 / 0.75) !important;
  border-bottom-color: rgb(240 253 250 / 0.75) !important;
}

.border-y-teal-50\/80 {
  border-top-color: rgb(240 253 250 / 0.8) !important;
  border-bottom-color: rgb(240 253 250 / 0.8) !important;
}

.border-y-teal-50\/85 {
  border-top-color: rgb(240 253 250 / 0.85) !important;
  border-bottom-color: rgb(240 253 250 / 0.85) !important;
}

.border-y-teal-50\/90 {
  border-top-color: rgb(240 253 250 / 0.9) !important;
  border-bottom-color: rgb(240 253 250 / 0.9) !important;
}

.border-y-teal-50\/95 {
  border-top-color: rgb(240 253 250 / 0.95) !important;
  border-bottom-color: rgb(240 253 250 / 0.95) !important;
}

.border-y-teal-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-500\/0 {
  border-top-color: rgb(20 184 166 / 0) !important;
  border-bottom-color: rgb(20 184 166 / 0) !important;
}

.border-y-teal-500\/10 {
  border-top-color: rgb(20 184 166 / 0.1) !important;
  border-bottom-color: rgb(20 184 166 / 0.1) !important;
}

.border-y-teal-500\/100 {
  border-top-color: rgb(20 184 166 / 1) !important;
  border-bottom-color: rgb(20 184 166 / 1) !important;
}

.border-y-teal-500\/15 {
  border-top-color: rgb(20 184 166 / 0.15) !important;
  border-bottom-color: rgb(20 184 166 / 0.15) !important;
}

.border-y-teal-500\/20 {
  border-top-color: rgb(20 184 166 / 0.2) !important;
  border-bottom-color: rgb(20 184 166 / 0.2) !important;
}

.border-y-teal-500\/25 {
  border-top-color: rgb(20 184 166 / 0.25) !important;
  border-bottom-color: rgb(20 184 166 / 0.25) !important;
}

.border-y-teal-500\/30 {
  border-top-color: rgb(20 184 166 / 0.3) !important;
  border-bottom-color: rgb(20 184 166 / 0.3) !important;
}

.border-y-teal-500\/35 {
  border-top-color: rgb(20 184 166 / 0.35) !important;
  border-bottom-color: rgb(20 184 166 / 0.35) !important;
}

.border-y-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4) !important;
  border-bottom-color: rgb(20 184 166 / 0.4) !important;
}

.border-y-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45) !important;
  border-bottom-color: rgb(20 184 166 / 0.45) !important;
}

.border-y-teal-500\/5 {
  border-top-color: rgb(20 184 166 / 0.05) !important;
  border-bottom-color: rgb(20 184 166 / 0.05) !important;
}

.border-y-teal-500\/50 {
  border-top-color: rgb(20 184 166 / 0.5) !important;
  border-bottom-color: rgb(20 184 166 / 0.5) !important;
}

.border-y-teal-500\/55 {
  border-top-color: rgb(20 184 166 / 0.55) !important;
  border-bottom-color: rgb(20 184 166 / 0.55) !important;
}

.border-y-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6) !important;
  border-bottom-color: rgb(20 184 166 / 0.6) !important;
}

.border-y-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65) !important;
  border-bottom-color: rgb(20 184 166 / 0.65) !important;
}

.border-y-teal-500\/70 {
  border-top-color: rgb(20 184 166 / 0.7) !important;
  border-bottom-color: rgb(20 184 166 / 0.7) !important;
}

.border-y-teal-500\/75 {
  border-top-color: rgb(20 184 166 / 0.75) !important;
  border-bottom-color: rgb(20 184 166 / 0.75) !important;
}

.border-y-teal-500\/80 {
  border-top-color: rgb(20 184 166 / 0.8) !important;
  border-bottom-color: rgb(20 184 166 / 0.8) !important;
}

.border-y-teal-500\/85 {
  border-top-color: rgb(20 184 166 / 0.85) !important;
  border-bottom-color: rgb(20 184 166 / 0.85) !important;
}

.border-y-teal-500\/90 {
  border-top-color: rgb(20 184 166 / 0.9) !important;
  border-bottom-color: rgb(20 184 166 / 0.9) !important;
}

.border-y-teal-500\/95 {
  border-top-color: rgb(20 184 166 / 0.95) !important;
  border-bottom-color: rgb(20 184 166 / 0.95) !important;
}

.border-y-teal-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-600\/0 {
  border-top-color: rgb(13 148 136 / 0) !important;
  border-bottom-color: rgb(13 148 136 / 0) !important;
}

.border-y-teal-600\/10 {
  border-top-color: rgb(13 148 136 / 0.1) !important;
  border-bottom-color: rgb(13 148 136 / 0.1) !important;
}

.border-y-teal-600\/100 {
  border-top-color: rgb(13 148 136 / 1) !important;
  border-bottom-color: rgb(13 148 136 / 1) !important;
}

.border-y-teal-600\/15 {
  border-top-color: rgb(13 148 136 / 0.15) !important;
  border-bottom-color: rgb(13 148 136 / 0.15) !important;
}

.border-y-teal-600\/20 {
  border-top-color: rgb(13 148 136 / 0.2) !important;
  border-bottom-color: rgb(13 148 136 / 0.2) !important;
}

.border-y-teal-600\/25 {
  border-top-color: rgb(13 148 136 / 0.25) !important;
  border-bottom-color: rgb(13 148 136 / 0.25) !important;
}

.border-y-teal-600\/30 {
  border-top-color: rgb(13 148 136 / 0.3) !important;
  border-bottom-color: rgb(13 148 136 / 0.3) !important;
}

.border-y-teal-600\/35 {
  border-top-color: rgb(13 148 136 / 0.35) !important;
  border-bottom-color: rgb(13 148 136 / 0.35) !important;
}

.border-y-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4) !important;
  border-bottom-color: rgb(13 148 136 / 0.4) !important;
}

.border-y-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45) !important;
  border-bottom-color: rgb(13 148 136 / 0.45) !important;
}

.border-y-teal-600\/5 {
  border-top-color: rgb(13 148 136 / 0.05) !important;
  border-bottom-color: rgb(13 148 136 / 0.05) !important;
}

.border-y-teal-600\/50 {
  border-top-color: rgb(13 148 136 / 0.5) !important;
  border-bottom-color: rgb(13 148 136 / 0.5) !important;
}

.border-y-teal-600\/55 {
  border-top-color: rgb(13 148 136 / 0.55) !important;
  border-bottom-color: rgb(13 148 136 / 0.55) !important;
}

.border-y-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6) !important;
  border-bottom-color: rgb(13 148 136 / 0.6) !important;
}

.border-y-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65) !important;
  border-bottom-color: rgb(13 148 136 / 0.65) !important;
}

.border-y-teal-600\/70 {
  border-top-color: rgb(13 148 136 / 0.7) !important;
  border-bottom-color: rgb(13 148 136 / 0.7) !important;
}

.border-y-teal-600\/75 {
  border-top-color: rgb(13 148 136 / 0.75) !important;
  border-bottom-color: rgb(13 148 136 / 0.75) !important;
}

.border-y-teal-600\/80 {
  border-top-color: rgb(13 148 136 / 0.8) !important;
  border-bottom-color: rgb(13 148 136 / 0.8) !important;
}

.border-y-teal-600\/85 {
  border-top-color: rgb(13 148 136 / 0.85) !important;
  border-bottom-color: rgb(13 148 136 / 0.85) !important;
}

.border-y-teal-600\/90 {
  border-top-color: rgb(13 148 136 / 0.9) !important;
  border-bottom-color: rgb(13 148 136 / 0.9) !important;
}

.border-y-teal-600\/95 {
  border-top-color: rgb(13 148 136 / 0.95) !important;
  border-bottom-color: rgb(13 148 136 / 0.95) !important;
}

.border-y-teal-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-700\/0 {
  border-top-color: rgb(15 118 110 / 0) !important;
  border-bottom-color: rgb(15 118 110 / 0) !important;
}

.border-y-teal-700\/10 {
  border-top-color: rgb(15 118 110 / 0.1) !important;
  border-bottom-color: rgb(15 118 110 / 0.1) !important;
}

.border-y-teal-700\/100 {
  border-top-color: rgb(15 118 110 / 1) !important;
  border-bottom-color: rgb(15 118 110 / 1) !important;
}

.border-y-teal-700\/15 {
  border-top-color: rgb(15 118 110 / 0.15) !important;
  border-bottom-color: rgb(15 118 110 / 0.15) !important;
}

.border-y-teal-700\/20 {
  border-top-color: rgb(15 118 110 / 0.2) !important;
  border-bottom-color: rgb(15 118 110 / 0.2) !important;
}

.border-y-teal-700\/25 {
  border-top-color: rgb(15 118 110 / 0.25) !important;
  border-bottom-color: rgb(15 118 110 / 0.25) !important;
}

.border-y-teal-700\/30 {
  border-top-color: rgb(15 118 110 / 0.3) !important;
  border-bottom-color: rgb(15 118 110 / 0.3) !important;
}

.border-y-teal-700\/35 {
  border-top-color: rgb(15 118 110 / 0.35) !important;
  border-bottom-color: rgb(15 118 110 / 0.35) !important;
}

.border-y-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4) !important;
  border-bottom-color: rgb(15 118 110 / 0.4) !important;
}

.border-y-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45) !important;
  border-bottom-color: rgb(15 118 110 / 0.45) !important;
}

.border-y-teal-700\/5 {
  border-top-color: rgb(15 118 110 / 0.05) !important;
  border-bottom-color: rgb(15 118 110 / 0.05) !important;
}

.border-y-teal-700\/50 {
  border-top-color: rgb(15 118 110 / 0.5) !important;
  border-bottom-color: rgb(15 118 110 / 0.5) !important;
}

.border-y-teal-700\/55 {
  border-top-color: rgb(15 118 110 / 0.55) !important;
  border-bottom-color: rgb(15 118 110 / 0.55) !important;
}

.border-y-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6) !important;
  border-bottom-color: rgb(15 118 110 / 0.6) !important;
}

.border-y-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65) !important;
  border-bottom-color: rgb(15 118 110 / 0.65) !important;
}

.border-y-teal-700\/70 {
  border-top-color: rgb(15 118 110 / 0.7) !important;
  border-bottom-color: rgb(15 118 110 / 0.7) !important;
}

.border-y-teal-700\/75 {
  border-top-color: rgb(15 118 110 / 0.75) !important;
  border-bottom-color: rgb(15 118 110 / 0.75) !important;
}

.border-y-teal-700\/80 {
  border-top-color: rgb(15 118 110 / 0.8) !important;
  border-bottom-color: rgb(15 118 110 / 0.8) !important;
}

.border-y-teal-700\/85 {
  border-top-color: rgb(15 118 110 / 0.85) !important;
  border-bottom-color: rgb(15 118 110 / 0.85) !important;
}

.border-y-teal-700\/90 {
  border-top-color: rgb(15 118 110 / 0.9) !important;
  border-bottom-color: rgb(15 118 110 / 0.9) !important;
}

.border-y-teal-700\/95 {
  border-top-color: rgb(15 118 110 / 0.95) !important;
  border-bottom-color: rgb(15 118 110 / 0.95) !important;
}

.border-y-teal-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-800\/0 {
  border-top-color: rgb(17 94 89 / 0) !important;
  border-bottom-color: rgb(17 94 89 / 0) !important;
}

.border-y-teal-800\/10 {
  border-top-color: rgb(17 94 89 / 0.1) !important;
  border-bottom-color: rgb(17 94 89 / 0.1) !important;
}

.border-y-teal-800\/100 {
  border-top-color: rgb(17 94 89 / 1) !important;
  border-bottom-color: rgb(17 94 89 / 1) !important;
}

.border-y-teal-800\/15 {
  border-top-color: rgb(17 94 89 / 0.15) !important;
  border-bottom-color: rgb(17 94 89 / 0.15) !important;
}

.border-y-teal-800\/20 {
  border-top-color: rgb(17 94 89 / 0.2) !important;
  border-bottom-color: rgb(17 94 89 / 0.2) !important;
}

.border-y-teal-800\/25 {
  border-top-color: rgb(17 94 89 / 0.25) !important;
  border-bottom-color: rgb(17 94 89 / 0.25) !important;
}

.border-y-teal-800\/30 {
  border-top-color: rgb(17 94 89 / 0.3) !important;
  border-bottom-color: rgb(17 94 89 / 0.3) !important;
}

.border-y-teal-800\/35 {
  border-top-color: rgb(17 94 89 / 0.35) !important;
  border-bottom-color: rgb(17 94 89 / 0.35) !important;
}

.border-y-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4) !important;
  border-bottom-color: rgb(17 94 89 / 0.4) !important;
}

.border-y-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45) !important;
  border-bottom-color: rgb(17 94 89 / 0.45) !important;
}

.border-y-teal-800\/5 {
  border-top-color: rgb(17 94 89 / 0.05) !important;
  border-bottom-color: rgb(17 94 89 / 0.05) !important;
}

.border-y-teal-800\/50 {
  border-top-color: rgb(17 94 89 / 0.5) !important;
  border-bottom-color: rgb(17 94 89 / 0.5) !important;
}

.border-y-teal-800\/55 {
  border-top-color: rgb(17 94 89 / 0.55) !important;
  border-bottom-color: rgb(17 94 89 / 0.55) !important;
}

.border-y-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6) !important;
  border-bottom-color: rgb(17 94 89 / 0.6) !important;
}

.border-y-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65) !important;
  border-bottom-color: rgb(17 94 89 / 0.65) !important;
}

.border-y-teal-800\/70 {
  border-top-color: rgb(17 94 89 / 0.7) !important;
  border-bottom-color: rgb(17 94 89 / 0.7) !important;
}

.border-y-teal-800\/75 {
  border-top-color: rgb(17 94 89 / 0.75) !important;
  border-bottom-color: rgb(17 94 89 / 0.75) !important;
}

.border-y-teal-800\/80 {
  border-top-color: rgb(17 94 89 / 0.8) !important;
  border-bottom-color: rgb(17 94 89 / 0.8) !important;
}

.border-y-teal-800\/85 {
  border-top-color: rgb(17 94 89 / 0.85) !important;
  border-bottom-color: rgb(17 94 89 / 0.85) !important;
}

.border-y-teal-800\/90 {
  border-top-color: rgb(17 94 89 / 0.9) !important;
  border-bottom-color: rgb(17 94 89 / 0.9) !important;
}

.border-y-teal-800\/95 {
  border-top-color: rgb(17 94 89 / 0.95) !important;
  border-bottom-color: rgb(17 94 89 / 0.95) !important;
}

.border-y-teal-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-900\/0 {
  border-top-color: rgb(19 78 74 / 0) !important;
  border-bottom-color: rgb(19 78 74 / 0) !important;
}

.border-y-teal-900\/10 {
  border-top-color: rgb(19 78 74 / 0.1) !important;
  border-bottom-color: rgb(19 78 74 / 0.1) !important;
}

.border-y-teal-900\/100 {
  border-top-color: rgb(19 78 74 / 1) !important;
  border-bottom-color: rgb(19 78 74 / 1) !important;
}

.border-y-teal-900\/15 {
  border-top-color: rgb(19 78 74 / 0.15) !important;
  border-bottom-color: rgb(19 78 74 / 0.15) !important;
}

.border-y-teal-900\/20 {
  border-top-color: rgb(19 78 74 / 0.2) !important;
  border-bottom-color: rgb(19 78 74 / 0.2) !important;
}

.border-y-teal-900\/25 {
  border-top-color: rgb(19 78 74 / 0.25) !important;
  border-bottom-color: rgb(19 78 74 / 0.25) !important;
}

.border-y-teal-900\/30 {
  border-top-color: rgb(19 78 74 / 0.3) !important;
  border-bottom-color: rgb(19 78 74 / 0.3) !important;
}

.border-y-teal-900\/35 {
  border-top-color: rgb(19 78 74 / 0.35) !important;
  border-bottom-color: rgb(19 78 74 / 0.35) !important;
}

.border-y-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4) !important;
  border-bottom-color: rgb(19 78 74 / 0.4) !important;
}

.border-y-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45) !important;
  border-bottom-color: rgb(19 78 74 / 0.45) !important;
}

.border-y-teal-900\/5 {
  border-top-color: rgb(19 78 74 / 0.05) !important;
  border-bottom-color: rgb(19 78 74 / 0.05) !important;
}

.border-y-teal-900\/50 {
  border-top-color: rgb(19 78 74 / 0.5) !important;
  border-bottom-color: rgb(19 78 74 / 0.5) !important;
}

.border-y-teal-900\/55 {
  border-top-color: rgb(19 78 74 / 0.55) !important;
  border-bottom-color: rgb(19 78 74 / 0.55) !important;
}

.border-y-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6) !important;
  border-bottom-color: rgb(19 78 74 / 0.6) !important;
}

.border-y-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65) !important;
  border-bottom-color: rgb(19 78 74 / 0.65) !important;
}

.border-y-teal-900\/70 {
  border-top-color: rgb(19 78 74 / 0.7) !important;
  border-bottom-color: rgb(19 78 74 / 0.7) !important;
}

.border-y-teal-900\/75 {
  border-top-color: rgb(19 78 74 / 0.75) !important;
  border-bottom-color: rgb(19 78 74 / 0.75) !important;
}

.border-y-teal-900\/80 {
  border-top-color: rgb(19 78 74 / 0.8) !important;
  border-bottom-color: rgb(19 78 74 / 0.8) !important;
}

.border-y-teal-900\/85 {
  border-top-color: rgb(19 78 74 / 0.85) !important;
  border-bottom-color: rgb(19 78 74 / 0.85) !important;
}

.border-y-teal-900\/90 {
  border-top-color: rgb(19 78 74 / 0.9) !important;
  border-bottom-color: rgb(19 78 74 / 0.9) !important;
}

.border-y-teal-900\/95 {
  border-top-color: rgb(19 78 74 / 0.95) !important;
  border-bottom-color: rgb(19 78 74 / 0.95) !important;
}

.border-y-teal-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-y-teal-950\/0 {
  border-top-color: rgb(4 47 46 / 0) !important;
  border-bottom-color: rgb(4 47 46 / 0) !important;
}

.border-y-teal-950\/10 {
  border-top-color: rgb(4 47 46 / 0.1) !important;
  border-bottom-color: rgb(4 47 46 / 0.1) !important;
}

.border-y-teal-950\/100 {
  border-top-color: rgb(4 47 46 / 1) !important;
  border-bottom-color: rgb(4 47 46 / 1) !important;
}

.border-y-teal-950\/15 {
  border-top-color: rgb(4 47 46 / 0.15) !important;
  border-bottom-color: rgb(4 47 46 / 0.15) !important;
}

.border-y-teal-950\/20 {
  border-top-color: rgb(4 47 46 / 0.2) !important;
  border-bottom-color: rgb(4 47 46 / 0.2) !important;
}

.border-y-teal-950\/25 {
  border-top-color: rgb(4 47 46 / 0.25) !important;
  border-bottom-color: rgb(4 47 46 / 0.25) !important;
}

.border-y-teal-950\/30 {
  border-top-color: rgb(4 47 46 / 0.3) !important;
  border-bottom-color: rgb(4 47 46 / 0.3) !important;
}

.border-y-teal-950\/35 {
  border-top-color: rgb(4 47 46 / 0.35) !important;
  border-bottom-color: rgb(4 47 46 / 0.35) !important;
}

.border-y-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4) !important;
  border-bottom-color: rgb(4 47 46 / 0.4) !important;
}

.border-y-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45) !important;
  border-bottom-color: rgb(4 47 46 / 0.45) !important;
}

.border-y-teal-950\/5 {
  border-top-color: rgb(4 47 46 / 0.05) !important;
  border-bottom-color: rgb(4 47 46 / 0.05) !important;
}

.border-y-teal-950\/50 {
  border-top-color: rgb(4 47 46 / 0.5) !important;
  border-bottom-color: rgb(4 47 46 / 0.5) !important;
}

.border-y-teal-950\/55 {
  border-top-color: rgb(4 47 46 / 0.55) !important;
  border-bottom-color: rgb(4 47 46 / 0.55) !important;
}

.border-y-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6) !important;
  border-bottom-color: rgb(4 47 46 / 0.6) !important;
}

.border-y-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65) !important;
  border-bottom-color: rgb(4 47 46 / 0.65) !important;
}

.border-y-teal-950\/70 {
  border-top-color: rgb(4 47 46 / 0.7) !important;
  border-bottom-color: rgb(4 47 46 / 0.7) !important;
}

.border-y-teal-950\/75 {
  border-top-color: rgb(4 47 46 / 0.75) !important;
  border-bottom-color: rgb(4 47 46 / 0.75) !important;
}

.border-y-teal-950\/80 {
  border-top-color: rgb(4 47 46 / 0.8) !important;
  border-bottom-color: rgb(4 47 46 / 0.8) !important;
}

.border-y-teal-950\/85 {
  border-top-color: rgb(4 47 46 / 0.85) !important;
  border-bottom-color: rgb(4 47 46 / 0.85) !important;
}

.border-y-teal-950\/90 {
  border-top-color: rgb(4 47 46 / 0.9) !important;
  border-bottom-color: rgb(4 47 46 / 0.9) !important;
}

.border-y-teal-950\/95 {
  border-top-color: rgb(4 47 46 / 0.95) !important;
  border-bottom-color: rgb(4 47 46 / 0.95) !important;
}

.border-y-transparent {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0) !important;
  border-bottom-color: rgb(0 0 0 / 0) !important;
}

.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1) !important;
  border-bottom-color: rgb(0 0 0 / 0.1) !important;
}

.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1) !important;
  border-bottom-color: rgb(0 0 0 / 1) !important;
}

.border-y-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15) !important;
  border-bottom-color: rgb(0 0 0 / 0.15) !important;
}

.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2) !important;
  border-bottom-color: rgb(0 0 0 / 0.2) !important;
}

.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25) !important;
  border-bottom-color: rgb(0 0 0 / 0.25) !important;
}

.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3) !important;
  border-bottom-color: rgb(0 0 0 / 0.3) !important;
}

.border-y-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35) !important;
  border-bottom-color: rgb(0 0 0 / 0.35) !important;
}

.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4) !important;
  border-bottom-color: rgb(0 0 0 / 0.4) !important;
}

.border-y-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45) !important;
  border-bottom-color: rgb(0 0 0 / 0.45) !important;
}

.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05) !important;
  border-bottom-color: rgb(0 0 0 / 0.05) !important;
}

.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5) !important;
  border-bottom-color: rgb(0 0 0 / 0.5) !important;
}

.border-y-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55) !important;
  border-bottom-color: rgb(0 0 0 / 0.55) !important;
}

.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6) !important;
  border-bottom-color: rgb(0 0 0 / 0.6) !important;
}

.border-y-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65) !important;
  border-bottom-color: rgb(0 0 0 / 0.65) !important;
}

.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7) !important;
  border-bottom-color: rgb(0 0 0 / 0.7) !important;
}

.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75) !important;
  border-bottom-color: rgb(0 0 0 / 0.75) !important;
}

.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8) !important;
  border-bottom-color: rgb(0 0 0 / 0.8) !important;
}

.border-y-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85) !important;
  border-bottom-color: rgb(0 0 0 / 0.85) !important;
}

.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9) !important;
  border-bottom-color: rgb(0 0 0 / 0.9) !important;
}

.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95) !important;
  border-bottom-color: rgb(0 0 0 / 0.95) !important;
}

.border-y-violet-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-100\/0 {
  border-top-color: rgb(237 233 254 / 0) !important;
  border-bottom-color: rgb(237 233 254 / 0) !important;
}

.border-y-violet-100\/10 {
  border-top-color: rgb(237 233 254 / 0.1) !important;
  border-bottom-color: rgb(237 233 254 / 0.1) !important;
}

.border-y-violet-100\/100 {
  border-top-color: rgb(237 233 254 / 1) !important;
  border-bottom-color: rgb(237 233 254 / 1) !important;
}

.border-y-violet-100\/15 {
  border-top-color: rgb(237 233 254 / 0.15) !important;
  border-bottom-color: rgb(237 233 254 / 0.15) !important;
}

.border-y-violet-100\/20 {
  border-top-color: rgb(237 233 254 / 0.2) !important;
  border-bottom-color: rgb(237 233 254 / 0.2) !important;
}

.border-y-violet-100\/25 {
  border-top-color: rgb(237 233 254 / 0.25) !important;
  border-bottom-color: rgb(237 233 254 / 0.25) !important;
}

.border-y-violet-100\/30 {
  border-top-color: rgb(237 233 254 / 0.3) !important;
  border-bottom-color: rgb(237 233 254 / 0.3) !important;
}

.border-y-violet-100\/35 {
  border-top-color: rgb(237 233 254 / 0.35) !important;
  border-bottom-color: rgb(237 233 254 / 0.35) !important;
}

.border-y-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4) !important;
  border-bottom-color: rgb(237 233 254 / 0.4) !important;
}

.border-y-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45) !important;
  border-bottom-color: rgb(237 233 254 / 0.45) !important;
}

.border-y-violet-100\/5 {
  border-top-color: rgb(237 233 254 / 0.05) !important;
  border-bottom-color: rgb(237 233 254 / 0.05) !important;
}

.border-y-violet-100\/50 {
  border-top-color: rgb(237 233 254 / 0.5) !important;
  border-bottom-color: rgb(237 233 254 / 0.5) !important;
}

.border-y-violet-100\/55 {
  border-top-color: rgb(237 233 254 / 0.55) !important;
  border-bottom-color: rgb(237 233 254 / 0.55) !important;
}

.border-y-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6) !important;
  border-bottom-color: rgb(237 233 254 / 0.6) !important;
}

.border-y-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65) !important;
  border-bottom-color: rgb(237 233 254 / 0.65) !important;
}

.border-y-violet-100\/70 {
  border-top-color: rgb(237 233 254 / 0.7) !important;
  border-bottom-color: rgb(237 233 254 / 0.7) !important;
}

.border-y-violet-100\/75 {
  border-top-color: rgb(237 233 254 / 0.75) !important;
  border-bottom-color: rgb(237 233 254 / 0.75) !important;
}

.border-y-violet-100\/80 {
  border-top-color: rgb(237 233 254 / 0.8) !important;
  border-bottom-color: rgb(237 233 254 / 0.8) !important;
}

.border-y-violet-100\/85 {
  border-top-color: rgb(237 233 254 / 0.85) !important;
  border-bottom-color: rgb(237 233 254 / 0.85) !important;
}

.border-y-violet-100\/90 {
  border-top-color: rgb(237 233 254 / 0.9) !important;
  border-bottom-color: rgb(237 233 254 / 0.9) !important;
}

.border-y-violet-100\/95 {
  border-top-color: rgb(237 233 254 / 0.95) !important;
  border-bottom-color: rgb(237 233 254 / 0.95) !important;
}

.border-y-violet-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-200\/0 {
  border-top-color: rgb(221 214 254 / 0) !important;
  border-bottom-color: rgb(221 214 254 / 0) !important;
}

.border-y-violet-200\/10 {
  border-top-color: rgb(221 214 254 / 0.1) !important;
  border-bottom-color: rgb(221 214 254 / 0.1) !important;
}

.border-y-violet-200\/100 {
  border-top-color: rgb(221 214 254 / 1) !important;
  border-bottom-color: rgb(221 214 254 / 1) !important;
}

.border-y-violet-200\/15 {
  border-top-color: rgb(221 214 254 / 0.15) !important;
  border-bottom-color: rgb(221 214 254 / 0.15) !important;
}

.border-y-violet-200\/20 {
  border-top-color: rgb(221 214 254 / 0.2) !important;
  border-bottom-color: rgb(221 214 254 / 0.2) !important;
}

.border-y-violet-200\/25 {
  border-top-color: rgb(221 214 254 / 0.25) !important;
  border-bottom-color: rgb(221 214 254 / 0.25) !important;
}

.border-y-violet-200\/30 {
  border-top-color: rgb(221 214 254 / 0.3) !important;
  border-bottom-color: rgb(221 214 254 / 0.3) !important;
}

.border-y-violet-200\/35 {
  border-top-color: rgb(221 214 254 / 0.35) !important;
  border-bottom-color: rgb(221 214 254 / 0.35) !important;
}

.border-y-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4) !important;
  border-bottom-color: rgb(221 214 254 / 0.4) !important;
}

.border-y-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45) !important;
  border-bottom-color: rgb(221 214 254 / 0.45) !important;
}

.border-y-violet-200\/5 {
  border-top-color: rgb(221 214 254 / 0.05) !important;
  border-bottom-color: rgb(221 214 254 / 0.05) !important;
}

.border-y-violet-200\/50 {
  border-top-color: rgb(221 214 254 / 0.5) !important;
  border-bottom-color: rgb(221 214 254 / 0.5) !important;
}

.border-y-violet-200\/55 {
  border-top-color: rgb(221 214 254 / 0.55) !important;
  border-bottom-color: rgb(221 214 254 / 0.55) !important;
}

.border-y-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6) !important;
  border-bottom-color: rgb(221 214 254 / 0.6) !important;
}

.border-y-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65) !important;
  border-bottom-color: rgb(221 214 254 / 0.65) !important;
}

.border-y-violet-200\/70 {
  border-top-color: rgb(221 214 254 / 0.7) !important;
  border-bottom-color: rgb(221 214 254 / 0.7) !important;
}

.border-y-violet-200\/75 {
  border-top-color: rgb(221 214 254 / 0.75) !important;
  border-bottom-color: rgb(221 214 254 / 0.75) !important;
}

.border-y-violet-200\/80 {
  border-top-color: rgb(221 214 254 / 0.8) !important;
  border-bottom-color: rgb(221 214 254 / 0.8) !important;
}

.border-y-violet-200\/85 {
  border-top-color: rgb(221 214 254 / 0.85) !important;
  border-bottom-color: rgb(221 214 254 / 0.85) !important;
}

.border-y-violet-200\/90 {
  border-top-color: rgb(221 214 254 / 0.9) !important;
  border-bottom-color: rgb(221 214 254 / 0.9) !important;
}

.border-y-violet-200\/95 {
  border-top-color: rgb(221 214 254 / 0.95) !important;
  border-bottom-color: rgb(221 214 254 / 0.95) !important;
}

.border-y-violet-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-300\/0 {
  border-top-color: rgb(196 181 253 / 0) !important;
  border-bottom-color: rgb(196 181 253 / 0) !important;
}

.border-y-violet-300\/10 {
  border-top-color: rgb(196 181 253 / 0.1) !important;
  border-bottom-color: rgb(196 181 253 / 0.1) !important;
}

.border-y-violet-300\/100 {
  border-top-color: rgb(196 181 253 / 1) !important;
  border-bottom-color: rgb(196 181 253 / 1) !important;
}

.border-y-violet-300\/15 {
  border-top-color: rgb(196 181 253 / 0.15) !important;
  border-bottom-color: rgb(196 181 253 / 0.15) !important;
}

.border-y-violet-300\/20 {
  border-top-color: rgb(196 181 253 / 0.2) !important;
  border-bottom-color: rgb(196 181 253 / 0.2) !important;
}

.border-y-violet-300\/25 {
  border-top-color: rgb(196 181 253 / 0.25) !important;
  border-bottom-color: rgb(196 181 253 / 0.25) !important;
}

.border-y-violet-300\/30 {
  border-top-color: rgb(196 181 253 / 0.3) !important;
  border-bottom-color: rgb(196 181 253 / 0.3) !important;
}

.border-y-violet-300\/35 {
  border-top-color: rgb(196 181 253 / 0.35) !important;
  border-bottom-color: rgb(196 181 253 / 0.35) !important;
}

.border-y-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4) !important;
  border-bottom-color: rgb(196 181 253 / 0.4) !important;
}

.border-y-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45) !important;
  border-bottom-color: rgb(196 181 253 / 0.45) !important;
}

.border-y-violet-300\/5 {
  border-top-color: rgb(196 181 253 / 0.05) !important;
  border-bottom-color: rgb(196 181 253 / 0.05) !important;
}

.border-y-violet-300\/50 {
  border-top-color: rgb(196 181 253 / 0.5) !important;
  border-bottom-color: rgb(196 181 253 / 0.5) !important;
}

.border-y-violet-300\/55 {
  border-top-color: rgb(196 181 253 / 0.55) !important;
  border-bottom-color: rgb(196 181 253 / 0.55) !important;
}

.border-y-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6) !important;
  border-bottom-color: rgb(196 181 253 / 0.6) !important;
}

.border-y-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65) !important;
  border-bottom-color: rgb(196 181 253 / 0.65) !important;
}

.border-y-violet-300\/70 {
  border-top-color: rgb(196 181 253 / 0.7) !important;
  border-bottom-color: rgb(196 181 253 / 0.7) !important;
}

.border-y-violet-300\/75 {
  border-top-color: rgb(196 181 253 / 0.75) !important;
  border-bottom-color: rgb(196 181 253 / 0.75) !important;
}

.border-y-violet-300\/80 {
  border-top-color: rgb(196 181 253 / 0.8) !important;
  border-bottom-color: rgb(196 181 253 / 0.8) !important;
}

.border-y-violet-300\/85 {
  border-top-color: rgb(196 181 253 / 0.85) !important;
  border-bottom-color: rgb(196 181 253 / 0.85) !important;
}

.border-y-violet-300\/90 {
  border-top-color: rgb(196 181 253 / 0.9) !important;
  border-bottom-color: rgb(196 181 253 / 0.9) !important;
}

.border-y-violet-300\/95 {
  border-top-color: rgb(196 181 253 / 0.95) !important;
  border-bottom-color: rgb(196 181 253 / 0.95) !important;
}

.border-y-violet-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-400\/0 {
  border-top-color: rgb(167 139 250 / 0) !important;
  border-bottom-color: rgb(167 139 250 / 0) !important;
}

.border-y-violet-400\/10 {
  border-top-color: rgb(167 139 250 / 0.1) !important;
  border-bottom-color: rgb(167 139 250 / 0.1) !important;
}

.border-y-violet-400\/100 {
  border-top-color: rgb(167 139 250 / 1) !important;
  border-bottom-color: rgb(167 139 250 / 1) !important;
}

.border-y-violet-400\/15 {
  border-top-color: rgb(167 139 250 / 0.15) !important;
  border-bottom-color: rgb(167 139 250 / 0.15) !important;
}

.border-y-violet-400\/20 {
  border-top-color: rgb(167 139 250 / 0.2) !important;
  border-bottom-color: rgb(167 139 250 / 0.2) !important;
}

.border-y-violet-400\/25 {
  border-top-color: rgb(167 139 250 / 0.25) !important;
  border-bottom-color: rgb(167 139 250 / 0.25) !important;
}

.border-y-violet-400\/30 {
  border-top-color: rgb(167 139 250 / 0.3) !important;
  border-bottom-color: rgb(167 139 250 / 0.3) !important;
}

.border-y-violet-400\/35 {
  border-top-color: rgb(167 139 250 / 0.35) !important;
  border-bottom-color: rgb(167 139 250 / 0.35) !important;
}

.border-y-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4) !important;
  border-bottom-color: rgb(167 139 250 / 0.4) !important;
}

.border-y-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45) !important;
  border-bottom-color: rgb(167 139 250 / 0.45) !important;
}

.border-y-violet-400\/5 {
  border-top-color: rgb(167 139 250 / 0.05) !important;
  border-bottom-color: rgb(167 139 250 / 0.05) !important;
}

.border-y-violet-400\/50 {
  border-top-color: rgb(167 139 250 / 0.5) !important;
  border-bottom-color: rgb(167 139 250 / 0.5) !important;
}

.border-y-violet-400\/55 {
  border-top-color: rgb(167 139 250 / 0.55) !important;
  border-bottom-color: rgb(167 139 250 / 0.55) !important;
}

.border-y-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6) !important;
  border-bottom-color: rgb(167 139 250 / 0.6) !important;
}

.border-y-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65) !important;
  border-bottom-color: rgb(167 139 250 / 0.65) !important;
}

.border-y-violet-400\/70 {
  border-top-color: rgb(167 139 250 / 0.7) !important;
  border-bottom-color: rgb(167 139 250 / 0.7) !important;
}

.border-y-violet-400\/75 {
  border-top-color: rgb(167 139 250 / 0.75) !important;
  border-bottom-color: rgb(167 139 250 / 0.75) !important;
}

.border-y-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8) !important;
  border-bottom-color: rgb(167 139 250 / 0.8) !important;
}

.border-y-violet-400\/85 {
  border-top-color: rgb(167 139 250 / 0.85) !important;
  border-bottom-color: rgb(167 139 250 / 0.85) !important;
}

.border-y-violet-400\/90 {
  border-top-color: rgb(167 139 250 / 0.9) !important;
  border-bottom-color: rgb(167 139 250 / 0.9) !important;
}

.border-y-violet-400\/95 {
  border-top-color: rgb(167 139 250 / 0.95) !important;
  border-bottom-color: rgb(167 139 250 / 0.95) !important;
}

.border-y-violet-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-50\/0 {
  border-top-color: rgb(245 243 255 / 0) !important;
  border-bottom-color: rgb(245 243 255 / 0) !important;
}

.border-y-violet-50\/10 {
  border-top-color: rgb(245 243 255 / 0.1) !important;
  border-bottom-color: rgb(245 243 255 / 0.1) !important;
}

.border-y-violet-50\/100 {
  border-top-color: rgb(245 243 255 / 1) !important;
  border-bottom-color: rgb(245 243 255 / 1) !important;
}

.border-y-violet-50\/15 {
  border-top-color: rgb(245 243 255 / 0.15) !important;
  border-bottom-color: rgb(245 243 255 / 0.15) !important;
}

.border-y-violet-50\/20 {
  border-top-color: rgb(245 243 255 / 0.2) !important;
  border-bottom-color: rgb(245 243 255 / 0.2) !important;
}

.border-y-violet-50\/25 {
  border-top-color: rgb(245 243 255 / 0.25) !important;
  border-bottom-color: rgb(245 243 255 / 0.25) !important;
}

.border-y-violet-50\/30 {
  border-top-color: rgb(245 243 255 / 0.3) !important;
  border-bottom-color: rgb(245 243 255 / 0.3) !important;
}

.border-y-violet-50\/35 {
  border-top-color: rgb(245 243 255 / 0.35) !important;
  border-bottom-color: rgb(245 243 255 / 0.35) !important;
}

.border-y-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4) !important;
  border-bottom-color: rgb(245 243 255 / 0.4) !important;
}

.border-y-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45) !important;
  border-bottom-color: rgb(245 243 255 / 0.45) !important;
}

.border-y-violet-50\/5 {
  border-top-color: rgb(245 243 255 / 0.05) !important;
  border-bottom-color: rgb(245 243 255 / 0.05) !important;
}

.border-y-violet-50\/50 {
  border-top-color: rgb(245 243 255 / 0.5) !important;
  border-bottom-color: rgb(245 243 255 / 0.5) !important;
}

.border-y-violet-50\/55 {
  border-top-color: rgb(245 243 255 / 0.55) !important;
  border-bottom-color: rgb(245 243 255 / 0.55) !important;
}

.border-y-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6) !important;
  border-bottom-color: rgb(245 243 255 / 0.6) !important;
}

.border-y-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65) !important;
  border-bottom-color: rgb(245 243 255 / 0.65) !important;
}

.border-y-violet-50\/70 {
  border-top-color: rgb(245 243 255 / 0.7) !important;
  border-bottom-color: rgb(245 243 255 / 0.7) !important;
}

.border-y-violet-50\/75 {
  border-top-color: rgb(245 243 255 / 0.75) !important;
  border-bottom-color: rgb(245 243 255 / 0.75) !important;
}

.border-y-violet-50\/80 {
  border-top-color: rgb(245 243 255 / 0.8) !important;
  border-bottom-color: rgb(245 243 255 / 0.8) !important;
}

.border-y-violet-50\/85 {
  border-top-color: rgb(245 243 255 / 0.85) !important;
  border-bottom-color: rgb(245 243 255 / 0.85) !important;
}

.border-y-violet-50\/90 {
  border-top-color: rgb(245 243 255 / 0.9) !important;
  border-bottom-color: rgb(245 243 255 / 0.9) !important;
}

.border-y-violet-50\/95 {
  border-top-color: rgb(245 243 255 / 0.95) !important;
  border-bottom-color: rgb(245 243 255 / 0.95) !important;
}

.border-y-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-500\/0 {
  border-top-color: rgb(139 92 246 / 0) !important;
  border-bottom-color: rgb(139 92 246 / 0) !important;
}

.border-y-violet-500\/10 {
  border-top-color: rgb(139 92 246 / 0.1) !important;
  border-bottom-color: rgb(139 92 246 / 0.1) !important;
}

.border-y-violet-500\/100 {
  border-top-color: rgb(139 92 246 / 1) !important;
  border-bottom-color: rgb(139 92 246 / 1) !important;
}

.border-y-violet-500\/15 {
  border-top-color: rgb(139 92 246 / 0.15) !important;
  border-bottom-color: rgb(139 92 246 / 0.15) !important;
}

.border-y-violet-500\/20 {
  border-top-color: rgb(139 92 246 / 0.2) !important;
  border-bottom-color: rgb(139 92 246 / 0.2) !important;
}

.border-y-violet-500\/25 {
  border-top-color: rgb(139 92 246 / 0.25) !important;
  border-bottom-color: rgb(139 92 246 / 0.25) !important;
}

.border-y-violet-500\/30 {
  border-top-color: rgb(139 92 246 / 0.3) !important;
  border-bottom-color: rgb(139 92 246 / 0.3) !important;
}

.border-y-violet-500\/35 {
  border-top-color: rgb(139 92 246 / 0.35) !important;
  border-bottom-color: rgb(139 92 246 / 0.35) !important;
}

.border-y-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4) !important;
  border-bottom-color: rgb(139 92 246 / 0.4) !important;
}

.border-y-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45) !important;
  border-bottom-color: rgb(139 92 246 / 0.45) !important;
}

.border-y-violet-500\/5 {
  border-top-color: rgb(139 92 246 / 0.05) !important;
  border-bottom-color: rgb(139 92 246 / 0.05) !important;
}

.border-y-violet-500\/50 {
  border-top-color: rgb(139 92 246 / 0.5) !important;
  border-bottom-color: rgb(139 92 246 / 0.5) !important;
}

.border-y-violet-500\/55 {
  border-top-color: rgb(139 92 246 / 0.55) !important;
  border-bottom-color: rgb(139 92 246 / 0.55) !important;
}

.border-y-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6) !important;
  border-bottom-color: rgb(139 92 246 / 0.6) !important;
}

.border-y-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65) !important;
  border-bottom-color: rgb(139 92 246 / 0.65) !important;
}

.border-y-violet-500\/70 {
  border-top-color: rgb(139 92 246 / 0.7) !important;
  border-bottom-color: rgb(139 92 246 / 0.7) !important;
}

.border-y-violet-500\/75 {
  border-top-color: rgb(139 92 246 / 0.75) !important;
  border-bottom-color: rgb(139 92 246 / 0.75) !important;
}

.border-y-violet-500\/80 {
  border-top-color: rgb(139 92 246 / 0.8) !important;
  border-bottom-color: rgb(139 92 246 / 0.8) !important;
}

.border-y-violet-500\/85 {
  border-top-color: rgb(139 92 246 / 0.85) !important;
  border-bottom-color: rgb(139 92 246 / 0.85) !important;
}

.border-y-violet-500\/90 {
  border-top-color: rgb(139 92 246 / 0.9) !important;
  border-bottom-color: rgb(139 92 246 / 0.9) !important;
}

.border-y-violet-500\/95 {
  border-top-color: rgb(139 92 246 / 0.95) !important;
  border-bottom-color: rgb(139 92 246 / 0.95) !important;
}

.border-y-violet-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-600\/0 {
  border-top-color: rgb(124 58 237 / 0) !important;
  border-bottom-color: rgb(124 58 237 / 0) !important;
}

.border-y-violet-600\/10 {
  border-top-color: rgb(124 58 237 / 0.1) !important;
  border-bottom-color: rgb(124 58 237 / 0.1) !important;
}

.border-y-violet-600\/100 {
  border-top-color: rgb(124 58 237 / 1) !important;
  border-bottom-color: rgb(124 58 237 / 1) !important;
}

.border-y-violet-600\/15 {
  border-top-color: rgb(124 58 237 / 0.15) !important;
  border-bottom-color: rgb(124 58 237 / 0.15) !important;
}

.border-y-violet-600\/20 {
  border-top-color: rgb(124 58 237 / 0.2) !important;
  border-bottom-color: rgb(124 58 237 / 0.2) !important;
}

.border-y-violet-600\/25 {
  border-top-color: rgb(124 58 237 / 0.25) !important;
  border-bottom-color: rgb(124 58 237 / 0.25) !important;
}

.border-y-violet-600\/30 {
  border-top-color: rgb(124 58 237 / 0.3) !important;
  border-bottom-color: rgb(124 58 237 / 0.3) !important;
}

.border-y-violet-600\/35 {
  border-top-color: rgb(124 58 237 / 0.35) !important;
  border-bottom-color: rgb(124 58 237 / 0.35) !important;
}

.border-y-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4) !important;
  border-bottom-color: rgb(124 58 237 / 0.4) !important;
}

.border-y-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45) !important;
  border-bottom-color: rgb(124 58 237 / 0.45) !important;
}

.border-y-violet-600\/5 {
  border-top-color: rgb(124 58 237 / 0.05) !important;
  border-bottom-color: rgb(124 58 237 / 0.05) !important;
}

.border-y-violet-600\/50 {
  border-top-color: rgb(124 58 237 / 0.5) !important;
  border-bottom-color: rgb(124 58 237 / 0.5) !important;
}

.border-y-violet-600\/55 {
  border-top-color: rgb(124 58 237 / 0.55) !important;
  border-bottom-color: rgb(124 58 237 / 0.55) !important;
}

.border-y-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6) !important;
  border-bottom-color: rgb(124 58 237 / 0.6) !important;
}

.border-y-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65) !important;
  border-bottom-color: rgb(124 58 237 / 0.65) !important;
}

.border-y-violet-600\/70 {
  border-top-color: rgb(124 58 237 / 0.7) !important;
  border-bottom-color: rgb(124 58 237 / 0.7) !important;
}

.border-y-violet-600\/75 {
  border-top-color: rgb(124 58 237 / 0.75) !important;
  border-bottom-color: rgb(124 58 237 / 0.75) !important;
}

.border-y-violet-600\/80 {
  border-top-color: rgb(124 58 237 / 0.8) !important;
  border-bottom-color: rgb(124 58 237 / 0.8) !important;
}

.border-y-violet-600\/85 {
  border-top-color: rgb(124 58 237 / 0.85) !important;
  border-bottom-color: rgb(124 58 237 / 0.85) !important;
}

.border-y-violet-600\/90 {
  border-top-color: rgb(124 58 237 / 0.9) !important;
  border-bottom-color: rgb(124 58 237 / 0.9) !important;
}

.border-y-violet-600\/95 {
  border-top-color: rgb(124 58 237 / 0.95) !important;
  border-bottom-color: rgb(124 58 237 / 0.95) !important;
}

.border-y-violet-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-700\/0 {
  border-top-color: rgb(109 40 217 / 0) !important;
  border-bottom-color: rgb(109 40 217 / 0) !important;
}

.border-y-violet-700\/10 {
  border-top-color: rgb(109 40 217 / 0.1) !important;
  border-bottom-color: rgb(109 40 217 / 0.1) !important;
}

.border-y-violet-700\/100 {
  border-top-color: rgb(109 40 217 / 1) !important;
  border-bottom-color: rgb(109 40 217 / 1) !important;
}

.border-y-violet-700\/15 {
  border-top-color: rgb(109 40 217 / 0.15) !important;
  border-bottom-color: rgb(109 40 217 / 0.15) !important;
}

.border-y-violet-700\/20 {
  border-top-color: rgb(109 40 217 / 0.2) !important;
  border-bottom-color: rgb(109 40 217 / 0.2) !important;
}

.border-y-violet-700\/25 {
  border-top-color: rgb(109 40 217 / 0.25) !important;
  border-bottom-color: rgb(109 40 217 / 0.25) !important;
}

.border-y-violet-700\/30 {
  border-top-color: rgb(109 40 217 / 0.3) !important;
  border-bottom-color: rgb(109 40 217 / 0.3) !important;
}

.border-y-violet-700\/35 {
  border-top-color: rgb(109 40 217 / 0.35) !important;
  border-bottom-color: rgb(109 40 217 / 0.35) !important;
}

.border-y-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4) !important;
  border-bottom-color: rgb(109 40 217 / 0.4) !important;
}

.border-y-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45) !important;
  border-bottom-color: rgb(109 40 217 / 0.45) !important;
}

.border-y-violet-700\/5 {
  border-top-color: rgb(109 40 217 / 0.05) !important;
  border-bottom-color: rgb(109 40 217 / 0.05) !important;
}

.border-y-violet-700\/50 {
  border-top-color: rgb(109 40 217 / 0.5) !important;
  border-bottom-color: rgb(109 40 217 / 0.5) !important;
}

.border-y-violet-700\/55 {
  border-top-color: rgb(109 40 217 / 0.55) !important;
  border-bottom-color: rgb(109 40 217 / 0.55) !important;
}

.border-y-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6) !important;
  border-bottom-color: rgb(109 40 217 / 0.6) !important;
}

.border-y-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65) !important;
  border-bottom-color: rgb(109 40 217 / 0.65) !important;
}

.border-y-violet-700\/70 {
  border-top-color: rgb(109 40 217 / 0.7) !important;
  border-bottom-color: rgb(109 40 217 / 0.7) !important;
}

.border-y-violet-700\/75 {
  border-top-color: rgb(109 40 217 / 0.75) !important;
  border-bottom-color: rgb(109 40 217 / 0.75) !important;
}

.border-y-violet-700\/80 {
  border-top-color: rgb(109 40 217 / 0.8) !important;
  border-bottom-color: rgb(109 40 217 / 0.8) !important;
}

.border-y-violet-700\/85 {
  border-top-color: rgb(109 40 217 / 0.85) !important;
  border-bottom-color: rgb(109 40 217 / 0.85) !important;
}

.border-y-violet-700\/90 {
  border-top-color: rgb(109 40 217 / 0.9) !important;
  border-bottom-color: rgb(109 40 217 / 0.9) !important;
}

.border-y-violet-700\/95 {
  border-top-color: rgb(109 40 217 / 0.95) !important;
  border-bottom-color: rgb(109 40 217 / 0.95) !important;
}

.border-y-violet-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-800\/0 {
  border-top-color: rgb(91 33 182 / 0) !important;
  border-bottom-color: rgb(91 33 182 / 0) !important;
}

.border-y-violet-800\/10 {
  border-top-color: rgb(91 33 182 / 0.1) !important;
  border-bottom-color: rgb(91 33 182 / 0.1) !important;
}

.border-y-violet-800\/100 {
  border-top-color: rgb(91 33 182 / 1) !important;
  border-bottom-color: rgb(91 33 182 / 1) !important;
}

.border-y-violet-800\/15 {
  border-top-color: rgb(91 33 182 / 0.15) !important;
  border-bottom-color: rgb(91 33 182 / 0.15) !important;
}

.border-y-violet-800\/20 {
  border-top-color: rgb(91 33 182 / 0.2) !important;
  border-bottom-color: rgb(91 33 182 / 0.2) !important;
}

.border-y-violet-800\/25 {
  border-top-color: rgb(91 33 182 / 0.25) !important;
  border-bottom-color: rgb(91 33 182 / 0.25) !important;
}

.border-y-violet-800\/30 {
  border-top-color: rgb(91 33 182 / 0.3) !important;
  border-bottom-color: rgb(91 33 182 / 0.3) !important;
}

.border-y-violet-800\/35 {
  border-top-color: rgb(91 33 182 / 0.35) !important;
  border-bottom-color: rgb(91 33 182 / 0.35) !important;
}

.border-y-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4) !important;
  border-bottom-color: rgb(91 33 182 / 0.4) !important;
}

.border-y-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45) !important;
  border-bottom-color: rgb(91 33 182 / 0.45) !important;
}

.border-y-violet-800\/5 {
  border-top-color: rgb(91 33 182 / 0.05) !important;
  border-bottom-color: rgb(91 33 182 / 0.05) !important;
}

.border-y-violet-800\/50 {
  border-top-color: rgb(91 33 182 / 0.5) !important;
  border-bottom-color: rgb(91 33 182 / 0.5) !important;
}

.border-y-violet-800\/55 {
  border-top-color: rgb(91 33 182 / 0.55) !important;
  border-bottom-color: rgb(91 33 182 / 0.55) !important;
}

.border-y-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6) !important;
  border-bottom-color: rgb(91 33 182 / 0.6) !important;
}

.border-y-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65) !important;
  border-bottom-color: rgb(91 33 182 / 0.65) !important;
}

.border-y-violet-800\/70 {
  border-top-color: rgb(91 33 182 / 0.7) !important;
  border-bottom-color: rgb(91 33 182 / 0.7) !important;
}

.border-y-violet-800\/75 {
  border-top-color: rgb(91 33 182 / 0.75) !important;
  border-bottom-color: rgb(91 33 182 / 0.75) !important;
}

.border-y-violet-800\/80 {
  border-top-color: rgb(91 33 182 / 0.8) !important;
  border-bottom-color: rgb(91 33 182 / 0.8) !important;
}

.border-y-violet-800\/85 {
  border-top-color: rgb(91 33 182 / 0.85) !important;
  border-bottom-color: rgb(91 33 182 / 0.85) !important;
}

.border-y-violet-800\/90 {
  border-top-color: rgb(91 33 182 / 0.9) !important;
  border-bottom-color: rgb(91 33 182 / 0.9) !important;
}

.border-y-violet-800\/95 {
  border-top-color: rgb(91 33 182 / 0.95) !important;
  border-bottom-color: rgb(91 33 182 / 0.95) !important;
}

.border-y-violet-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-900\/0 {
  border-top-color: rgb(76 29 149 / 0) !important;
  border-bottom-color: rgb(76 29 149 / 0) !important;
}

.border-y-violet-900\/10 {
  border-top-color: rgb(76 29 149 / 0.1) !important;
  border-bottom-color: rgb(76 29 149 / 0.1) !important;
}

.border-y-violet-900\/100 {
  border-top-color: rgb(76 29 149 / 1) !important;
  border-bottom-color: rgb(76 29 149 / 1) !important;
}

.border-y-violet-900\/15 {
  border-top-color: rgb(76 29 149 / 0.15) !important;
  border-bottom-color: rgb(76 29 149 / 0.15) !important;
}

.border-y-violet-900\/20 {
  border-top-color: rgb(76 29 149 / 0.2) !important;
  border-bottom-color: rgb(76 29 149 / 0.2) !important;
}

.border-y-violet-900\/25 {
  border-top-color: rgb(76 29 149 / 0.25) !important;
  border-bottom-color: rgb(76 29 149 / 0.25) !important;
}

.border-y-violet-900\/30 {
  border-top-color: rgb(76 29 149 / 0.3) !important;
  border-bottom-color: rgb(76 29 149 / 0.3) !important;
}

.border-y-violet-900\/35 {
  border-top-color: rgb(76 29 149 / 0.35) !important;
  border-bottom-color: rgb(76 29 149 / 0.35) !important;
}

.border-y-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4) !important;
  border-bottom-color: rgb(76 29 149 / 0.4) !important;
}

.border-y-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45) !important;
  border-bottom-color: rgb(76 29 149 / 0.45) !important;
}

.border-y-violet-900\/5 {
  border-top-color: rgb(76 29 149 / 0.05) !important;
  border-bottom-color: rgb(76 29 149 / 0.05) !important;
}

.border-y-violet-900\/50 {
  border-top-color: rgb(76 29 149 / 0.5) !important;
  border-bottom-color: rgb(76 29 149 / 0.5) !important;
}

.border-y-violet-900\/55 {
  border-top-color: rgb(76 29 149 / 0.55) !important;
  border-bottom-color: rgb(76 29 149 / 0.55) !important;
}

.border-y-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6) !important;
  border-bottom-color: rgb(76 29 149 / 0.6) !important;
}

.border-y-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65) !important;
  border-bottom-color: rgb(76 29 149 / 0.65) !important;
}

.border-y-violet-900\/70 {
  border-top-color: rgb(76 29 149 / 0.7) !important;
  border-bottom-color: rgb(76 29 149 / 0.7) !important;
}

.border-y-violet-900\/75 {
  border-top-color: rgb(76 29 149 / 0.75) !important;
  border-bottom-color: rgb(76 29 149 / 0.75) !important;
}

.border-y-violet-900\/80 {
  border-top-color: rgb(76 29 149 / 0.8) !important;
  border-bottom-color: rgb(76 29 149 / 0.8) !important;
}

.border-y-violet-900\/85 {
  border-top-color: rgb(76 29 149 / 0.85) !important;
  border-bottom-color: rgb(76 29 149 / 0.85) !important;
}

.border-y-violet-900\/90 {
  border-top-color: rgb(76 29 149 / 0.9) !important;
  border-bottom-color: rgb(76 29 149 / 0.9) !important;
}

.border-y-violet-900\/95 {
  border-top-color: rgb(76 29 149 / 0.95) !important;
  border-bottom-color: rgb(76 29 149 / 0.95) !important;
}

.border-y-violet-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-y-violet-950\/0 {
  border-top-color: rgb(46 16 101 / 0) !important;
  border-bottom-color: rgb(46 16 101 / 0) !important;
}

.border-y-violet-950\/10 {
  border-top-color: rgb(46 16 101 / 0.1) !important;
  border-bottom-color: rgb(46 16 101 / 0.1) !important;
}

.border-y-violet-950\/100 {
  border-top-color: rgb(46 16 101 / 1) !important;
  border-bottom-color: rgb(46 16 101 / 1) !important;
}

.border-y-violet-950\/15 {
  border-top-color: rgb(46 16 101 / 0.15) !important;
  border-bottom-color: rgb(46 16 101 / 0.15) !important;
}

.border-y-violet-950\/20 {
  border-top-color: rgb(46 16 101 / 0.2) !important;
  border-bottom-color: rgb(46 16 101 / 0.2) !important;
}

.border-y-violet-950\/25 {
  border-top-color: rgb(46 16 101 / 0.25) !important;
  border-bottom-color: rgb(46 16 101 / 0.25) !important;
}

.border-y-violet-950\/30 {
  border-top-color: rgb(46 16 101 / 0.3) !important;
  border-bottom-color: rgb(46 16 101 / 0.3) !important;
}

.border-y-violet-950\/35 {
  border-top-color: rgb(46 16 101 / 0.35) !important;
  border-bottom-color: rgb(46 16 101 / 0.35) !important;
}

.border-y-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4) !important;
  border-bottom-color: rgb(46 16 101 / 0.4) !important;
}

.border-y-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45) !important;
  border-bottom-color: rgb(46 16 101 / 0.45) !important;
}

.border-y-violet-950\/5 {
  border-top-color: rgb(46 16 101 / 0.05) !important;
  border-bottom-color: rgb(46 16 101 / 0.05) !important;
}

.border-y-violet-950\/50 {
  border-top-color: rgb(46 16 101 / 0.5) !important;
  border-bottom-color: rgb(46 16 101 / 0.5) !important;
}

.border-y-violet-950\/55 {
  border-top-color: rgb(46 16 101 / 0.55) !important;
  border-bottom-color: rgb(46 16 101 / 0.55) !important;
}

.border-y-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6) !important;
  border-bottom-color: rgb(46 16 101 / 0.6) !important;
}

.border-y-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65) !important;
  border-bottom-color: rgb(46 16 101 / 0.65) !important;
}

.border-y-violet-950\/70 {
  border-top-color: rgb(46 16 101 / 0.7) !important;
  border-bottom-color: rgb(46 16 101 / 0.7) !important;
}

.border-y-violet-950\/75 {
  border-top-color: rgb(46 16 101 / 0.75) !important;
  border-bottom-color: rgb(46 16 101 / 0.75) !important;
}

.border-y-violet-950\/80 {
  border-top-color: rgb(46 16 101 / 0.8) !important;
  border-bottom-color: rgb(46 16 101 / 0.8) !important;
}

.border-y-violet-950\/85 {
  border-top-color: rgb(46 16 101 / 0.85) !important;
  border-bottom-color: rgb(46 16 101 / 0.85) !important;
}

.border-y-violet-950\/90 {
  border-top-color: rgb(46 16 101 / 0.9) !important;
  border-bottom-color: rgb(46 16 101 / 0.9) !important;
}

.border-y-violet-950\/95 {
  border-top-color: rgb(46 16 101 / 0.95) !important;
  border-bottom-color: rgb(46 16 101 / 0.95) !important;
}

.border-y-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0) !important;
  border-bottom-color: rgb(255 255 255 / 0) !important;
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1) !important;
  border-bottom-color: rgb(255 255 255 / 0.1) !important;
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1) !important;
  border-bottom-color: rgb(255 255 255 / 1) !important;
}

.border-y-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15) !important;
  border-bottom-color: rgb(255 255 255 / 0.15) !important;
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2) !important;
  border-bottom-color: rgb(255 255 255 / 0.2) !important;
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25) !important;
  border-bottom-color: rgb(255 255 255 / 0.25) !important;
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3) !important;
  border-bottom-color: rgb(255 255 255 / 0.3) !important;
}

.border-y-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35) !important;
  border-bottom-color: rgb(255 255 255 / 0.35) !important;
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4) !important;
  border-bottom-color: rgb(255 255 255 / 0.4) !important;
}

.border-y-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45) !important;
  border-bottom-color: rgb(255 255 255 / 0.45) !important;
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05) !important;
  border-bottom-color: rgb(255 255 255 / 0.05) !important;
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5) !important;
  border-bottom-color: rgb(255 255 255 / 0.5) !important;
}

.border-y-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55) !important;
  border-bottom-color: rgb(255 255 255 / 0.55) !important;
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6) !important;
  border-bottom-color: rgb(255 255 255 / 0.6) !important;
}

.border-y-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65) !important;
  border-bottom-color: rgb(255 255 255 / 0.65) !important;
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7) !important;
  border-bottom-color: rgb(255 255 255 / 0.7) !important;
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75) !important;
  border-bottom-color: rgb(255 255 255 / 0.75) !important;
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8) !important;
  border-bottom-color: rgb(255 255 255 / 0.8) !important;
}

.border-y-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85) !important;
  border-bottom-color: rgb(255 255 255 / 0.85) !important;
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9) !important;
  border-bottom-color: rgb(255 255 255 / 0.9) !important;
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95) !important;
  border-bottom-color: rgb(255 255 255 / 0.95) !important;
}

.border-y-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
  border-bottom-color: rgb(254 249 195 / 0) !important;
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
  border-bottom-color: rgb(254 249 195 / 1) !important;
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}

.border-y-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
  border-bottom-color: rgb(254 240 138 / 0) !important;
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
  border-bottom-color: rgb(254 240 138 / 1) !important;
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}

.border-y-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0) !important;
  border-bottom-color: rgb(253 224 71 / 0) !important;
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1) !important;
  border-bottom-color: rgb(253 224 71 / 0.1) !important;
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1) !important;
  border-bottom-color: rgb(253 224 71 / 1) !important;
}

.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15) !important;
  border-bottom-color: rgb(253 224 71 / 0.15) !important;
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2) !important;
  border-bottom-color: rgb(253 224 71 / 0.2) !important;
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25) !important;
  border-bottom-color: rgb(253 224 71 / 0.25) !important;
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3) !important;
  border-bottom-color: rgb(253 224 71 / 0.3) !important;
}

.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35) !important;
  border-bottom-color: rgb(253 224 71 / 0.35) !important;
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4) !important;
  border-bottom-color: rgb(253 224 71 / 0.4) !important;
}

.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45) !important;
  border-bottom-color: rgb(253 224 71 / 0.45) !important;
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05) !important;
  border-bottom-color: rgb(253 224 71 / 0.05) !important;
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5) !important;
  border-bottom-color: rgb(253 224 71 / 0.5) !important;
}

.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55) !important;
  border-bottom-color: rgb(253 224 71 / 0.55) !important;
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6) !important;
  border-bottom-color: rgb(253 224 71 / 0.6) !important;
}

.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65) !important;
  border-bottom-color: rgb(253 224 71 / 0.65) !important;
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7) !important;
  border-bottom-color: rgb(253 224 71 / 0.7) !important;
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75) !important;
  border-bottom-color: rgb(253 224 71 / 0.75) !important;
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8) !important;
  border-bottom-color: rgb(253 224 71 / 0.8) !important;
}

.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85) !important;
  border-bottom-color: rgb(253 224 71 / 0.85) !important;
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9) !important;
  border-bottom-color: rgb(253 224 71 / 0.9) !important;
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95) !important;
  border-bottom-color: rgb(253 224 71 / 0.95) !important;
}

.border-y-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
  border-bottom-color: rgb(250 204 21 / 0) !important;
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
  border-bottom-color: rgb(250 204 21 / 1) !important;
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}

.border-y-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0) !important;
  border-bottom-color: rgb(254 252 232 / 0) !important;
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1) !important;
  border-bottom-color: rgb(254 252 232 / 0.1) !important;
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1) !important;
  border-bottom-color: rgb(254 252 232 / 1) !important;
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15) !important;
  border-bottom-color: rgb(254 252 232 / 0.15) !important;
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2) !important;
  border-bottom-color: rgb(254 252 232 / 0.2) !important;
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25) !important;
  border-bottom-color: rgb(254 252 232 / 0.25) !important;
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3) !important;
  border-bottom-color: rgb(254 252 232 / 0.3) !important;
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35) !important;
  border-bottom-color: rgb(254 252 232 / 0.35) !important;
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4) !important;
  border-bottom-color: rgb(254 252 232 / 0.4) !important;
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45) !important;
  border-bottom-color: rgb(254 252 232 / 0.45) !important;
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05) !important;
  border-bottom-color: rgb(254 252 232 / 0.05) !important;
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5) !important;
  border-bottom-color: rgb(254 252 232 / 0.5) !important;
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55) !important;
  border-bottom-color: rgb(254 252 232 / 0.55) !important;
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6) !important;
  border-bottom-color: rgb(254 252 232 / 0.6) !important;
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65) !important;
  border-bottom-color: rgb(254 252 232 / 0.65) !important;
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7) !important;
  border-bottom-color: rgb(254 252 232 / 0.7) !important;
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75) !important;
  border-bottom-color: rgb(254 252 232 / 0.75) !important;
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8) !important;
  border-bottom-color: rgb(254 252 232 / 0.8) !important;
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85) !important;
  border-bottom-color: rgb(254 252 232 / 0.85) !important;
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9) !important;
  border-bottom-color: rgb(254 252 232 / 0.9) !important;
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95) !important;
  border-bottom-color: rgb(254 252 232 / 0.95) !important;
}

.border-y-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0) !important;
  border-bottom-color: rgb(234 179 8 / 0) !important;
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1) !important;
  border-bottom-color: rgb(234 179 8 / 0.1) !important;
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1) !important;
  border-bottom-color: rgb(234 179 8 / 1) !important;
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15) !important;
  border-bottom-color: rgb(234 179 8 / 0.15) !important;
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2) !important;
  border-bottom-color: rgb(234 179 8 / 0.2) !important;
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25) !important;
  border-bottom-color: rgb(234 179 8 / 0.25) !important;
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3) !important;
  border-bottom-color: rgb(234 179 8 / 0.3) !important;
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35) !important;
  border-bottom-color: rgb(234 179 8 / 0.35) !important;
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4) !important;
  border-bottom-color: rgb(234 179 8 / 0.4) !important;
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45) !important;
  border-bottom-color: rgb(234 179 8 / 0.45) !important;
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05) !important;
  border-bottom-color: rgb(234 179 8 / 0.05) !important;
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5) !important;
  border-bottom-color: rgb(234 179 8 / 0.5) !important;
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55) !important;
  border-bottom-color: rgb(234 179 8 / 0.55) !important;
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6) !important;
  border-bottom-color: rgb(234 179 8 / 0.6) !important;
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65) !important;
  border-bottom-color: rgb(234 179 8 / 0.65) !important;
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7) !important;
  border-bottom-color: rgb(234 179 8 / 0.7) !important;
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75) !important;
  border-bottom-color: rgb(234 179 8 / 0.75) !important;
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8) !important;
  border-bottom-color: rgb(234 179 8 / 0.8) !important;
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85) !important;
  border-bottom-color: rgb(234 179 8 / 0.85) !important;
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9) !important;
  border-bottom-color: rgb(234 179 8 / 0.9) !important;
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95) !important;
  border-bottom-color: rgb(234 179 8 / 0.95) !important;
}

.border-y-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0) !important;
  border-bottom-color: rgb(202 138 4 / 0) !important;
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1) !important;
  border-bottom-color: rgb(202 138 4 / 0.1) !important;
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1) !important;
  border-bottom-color: rgb(202 138 4 / 1) !important;
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15) !important;
  border-bottom-color: rgb(202 138 4 / 0.15) !important;
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2) !important;
  border-bottom-color: rgb(202 138 4 / 0.2) !important;
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25) !important;
  border-bottom-color: rgb(202 138 4 / 0.25) !important;
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3) !important;
  border-bottom-color: rgb(202 138 4 / 0.3) !important;
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35) !important;
  border-bottom-color: rgb(202 138 4 / 0.35) !important;
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4) !important;
  border-bottom-color: rgb(202 138 4 / 0.4) !important;
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45) !important;
  border-bottom-color: rgb(202 138 4 / 0.45) !important;
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05) !important;
  border-bottom-color: rgb(202 138 4 / 0.05) !important;
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5) !important;
  border-bottom-color: rgb(202 138 4 / 0.5) !important;
}

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55) !important;
  border-bottom-color: rgb(202 138 4 / 0.55) !important;
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6) !important;
  border-bottom-color: rgb(202 138 4 / 0.6) !important;
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65) !important;
  border-bottom-color: rgb(202 138 4 / 0.65) !important;
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7) !important;
  border-bottom-color: rgb(202 138 4 / 0.7) !important;
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75) !important;
  border-bottom-color: rgb(202 138 4 / 0.75) !important;
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8) !important;
  border-bottom-color: rgb(202 138 4 / 0.8) !important;
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85) !important;
  border-bottom-color: rgb(202 138 4 / 0.85) !important;
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9) !important;
  border-bottom-color: rgb(202 138 4 / 0.9) !important;
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95) !important;
  border-bottom-color: rgb(202 138 4 / 0.95) !important;
}

.border-y-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0) !important;
  border-bottom-color: rgb(161 98 7 / 0) !important;
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1) !important;
  border-bottom-color: rgb(161 98 7 / 0.1) !important;
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1) !important;
  border-bottom-color: rgb(161 98 7 / 1) !important;
}

.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15) !important;
  border-bottom-color: rgb(161 98 7 / 0.15) !important;
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2) !important;
  border-bottom-color: rgb(161 98 7 / 0.2) !important;
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25) !important;
  border-bottom-color: rgb(161 98 7 / 0.25) !important;
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3) !important;
  border-bottom-color: rgb(161 98 7 / 0.3) !important;
}

.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35) !important;
  border-bottom-color: rgb(161 98 7 / 0.35) !important;
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4) !important;
  border-bottom-color: rgb(161 98 7 / 0.4) !important;
}

.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45) !important;
  border-bottom-color: rgb(161 98 7 / 0.45) !important;
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05) !important;
  border-bottom-color: rgb(161 98 7 / 0.05) !important;
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5) !important;
  border-bottom-color: rgb(161 98 7 / 0.5) !important;
}

.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55) !important;
  border-bottom-color: rgb(161 98 7 / 0.55) !important;
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6) !important;
  border-bottom-color: rgb(161 98 7 / 0.6) !important;
}

.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65) !important;
  border-bottom-color: rgb(161 98 7 / 0.65) !important;
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7) !important;
  border-bottom-color: rgb(161 98 7 / 0.7) !important;
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75) !important;
  border-bottom-color: rgb(161 98 7 / 0.75) !important;
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8) !important;
  border-bottom-color: rgb(161 98 7 / 0.8) !important;
}

.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85) !important;
  border-bottom-color: rgb(161 98 7 / 0.85) !important;
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9) !important;
  border-bottom-color: rgb(161 98 7 / 0.9) !important;
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95) !important;
  border-bottom-color: rgb(161 98 7 / 0.95) !important;
}

.border-y-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
  border-bottom-color: rgb(133 77 14 / 0) !important;
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
  border-bottom-color: rgb(133 77 14 / 1) !important;
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}

.border-y-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0) !important;
  border-bottom-color: rgb(113 63 18 / 0) !important;
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1) !important;
  border-bottom-color: rgb(113 63 18 / 0.1) !important;
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1) !important;
  border-bottom-color: rgb(113 63 18 / 1) !important;
}

.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15) !important;
  border-bottom-color: rgb(113 63 18 / 0.15) !important;
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2) !important;
  border-bottom-color: rgb(113 63 18 / 0.2) !important;
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25) !important;
  border-bottom-color: rgb(113 63 18 / 0.25) !important;
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3) !important;
  border-bottom-color: rgb(113 63 18 / 0.3) !important;
}

.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35) !important;
  border-bottom-color: rgb(113 63 18 / 0.35) !important;
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4) !important;
  border-bottom-color: rgb(113 63 18 / 0.4) !important;
}

.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45) !important;
  border-bottom-color: rgb(113 63 18 / 0.45) !important;
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05) !important;
  border-bottom-color: rgb(113 63 18 / 0.05) !important;
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5) !important;
  border-bottom-color: rgb(113 63 18 / 0.5) !important;
}

.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55) !important;
  border-bottom-color: rgb(113 63 18 / 0.55) !important;
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6) !important;
  border-bottom-color: rgb(113 63 18 / 0.6) !important;
}

.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65) !important;
  border-bottom-color: rgb(113 63 18 / 0.65) !important;
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7) !important;
  border-bottom-color: rgb(113 63 18 / 0.7) !important;
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75) !important;
  border-bottom-color: rgb(113 63 18 / 0.75) !important;
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8) !important;
  border-bottom-color: rgb(113 63 18 / 0.8) !important;
}

.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85) !important;
  border-bottom-color: rgb(113 63 18 / 0.85) !important;
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9) !important;
  border-bottom-color: rgb(113 63 18 / 0.9) !important;
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95) !important;
  border-bottom-color: rgb(113 63 18 / 0.95) !important;
}

.border-y-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0) !important;
  border-bottom-color: rgb(66 32 6 / 0) !important;
}

.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1) !important;
  border-bottom-color: rgb(66 32 6 / 0.1) !important;
}

.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1) !important;
  border-bottom-color: rgb(66 32 6 / 1) !important;
}

.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15) !important;
  border-bottom-color: rgb(66 32 6 / 0.15) !important;
}

.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2) !important;
  border-bottom-color: rgb(66 32 6 / 0.2) !important;
}

.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25) !important;
  border-bottom-color: rgb(66 32 6 / 0.25) !important;
}

.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3) !important;
  border-bottom-color: rgb(66 32 6 / 0.3) !important;
}

.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35) !important;
  border-bottom-color: rgb(66 32 6 / 0.35) !important;
}

.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4) !important;
  border-bottom-color: rgb(66 32 6 / 0.4) !important;
}

.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45) !important;
  border-bottom-color: rgb(66 32 6 / 0.45) !important;
}

.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05) !important;
  border-bottom-color: rgb(66 32 6 / 0.05) !important;
}

.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5) !important;
  border-bottom-color: rgb(66 32 6 / 0.5) !important;
}

.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55) !important;
  border-bottom-color: rgb(66 32 6 / 0.55) !important;
}

.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6) !important;
  border-bottom-color: rgb(66 32 6 / 0.6) !important;
}

.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65) !important;
  border-bottom-color: rgb(66 32 6 / 0.65) !important;
}

.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7) !important;
  border-bottom-color: rgb(66 32 6 / 0.7) !important;
}

.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75) !important;
  border-bottom-color: rgb(66 32 6 / 0.75) !important;
}

.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8) !important;
  border-bottom-color: rgb(66 32 6 / 0.8) !important;
}

.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85) !important;
  border-bottom-color: rgb(66 32 6 / 0.85) !important;
}

.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9) !important;
  border-bottom-color: rgb(66 32 6 / 0.9) !important;
}

.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95) !important;
  border-bottom-color: rgb(66 32 6 / 0.95) !important;
}

.border-y-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-100\/0 {
  border-top-color: rgb(244 244 245 / 0) !important;
  border-bottom-color: rgb(244 244 245 / 0) !important;
}

.border-y-zinc-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1) !important;
  border-bottom-color: rgb(244 244 245 / 0.1) !important;
}

.border-y-zinc-100\/100 {
  border-top-color: rgb(244 244 245 / 1) !important;
  border-bottom-color: rgb(244 244 245 / 1) !important;
}

.border-y-zinc-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15) !important;
  border-bottom-color: rgb(244 244 245 / 0.15) !important;
}

.border-y-zinc-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2) !important;
  border-bottom-color: rgb(244 244 245 / 0.2) !important;
}

.border-y-zinc-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25) !important;
  border-bottom-color: rgb(244 244 245 / 0.25) !important;
}

.border-y-zinc-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3) !important;
  border-bottom-color: rgb(244 244 245 / 0.3) !important;
}

.border-y-zinc-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35) !important;
  border-bottom-color: rgb(244 244 245 / 0.35) !important;
}

.border-y-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4) !important;
  border-bottom-color: rgb(244 244 245 / 0.4) !important;
}

.border-y-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45) !important;
  border-bottom-color: rgb(244 244 245 / 0.45) !important;
}

.border-y-zinc-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05) !important;
  border-bottom-color: rgb(244 244 245 / 0.05) !important;
}

.border-y-zinc-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5) !important;
  border-bottom-color: rgb(244 244 245 / 0.5) !important;
}

.border-y-zinc-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55) !important;
  border-bottom-color: rgb(244 244 245 / 0.55) !important;
}

.border-y-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6) !important;
  border-bottom-color: rgb(244 244 245 / 0.6) !important;
}

.border-y-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65) !important;
  border-bottom-color: rgb(244 244 245 / 0.65) !important;
}

.border-y-zinc-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7) !important;
  border-bottom-color: rgb(244 244 245 / 0.7) !important;
}

.border-y-zinc-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75) !important;
  border-bottom-color: rgb(244 244 245 / 0.75) !important;
}

.border-y-zinc-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8) !important;
  border-bottom-color: rgb(244 244 245 / 0.8) !important;
}

.border-y-zinc-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85) !important;
  border-bottom-color: rgb(244 244 245 / 0.85) !important;
}

.border-y-zinc-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9) !important;
  border-bottom-color: rgb(244 244 245 / 0.9) !important;
}

.border-y-zinc-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95) !important;
  border-bottom-color: rgb(244 244 245 / 0.95) !important;
}

.border-y-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-200\/0 {
  border-top-color: rgb(228 228 231 / 0) !important;
  border-bottom-color: rgb(228 228 231 / 0) !important;
}

.border-y-zinc-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1) !important;
  border-bottom-color: rgb(228 228 231 / 0.1) !important;
}

.border-y-zinc-200\/100 {
  border-top-color: rgb(228 228 231 / 1) !important;
  border-bottom-color: rgb(228 228 231 / 1) !important;
}

.border-y-zinc-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15) !important;
  border-bottom-color: rgb(228 228 231 / 0.15) !important;
}

.border-y-zinc-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2) !important;
  border-bottom-color: rgb(228 228 231 / 0.2) !important;
}

.border-y-zinc-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25) !important;
  border-bottom-color: rgb(228 228 231 / 0.25) !important;
}

.border-y-zinc-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3) !important;
  border-bottom-color: rgb(228 228 231 / 0.3) !important;
}

.border-y-zinc-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35) !important;
  border-bottom-color: rgb(228 228 231 / 0.35) !important;
}

.border-y-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4) !important;
  border-bottom-color: rgb(228 228 231 / 0.4) !important;
}

.border-y-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45) !important;
  border-bottom-color: rgb(228 228 231 / 0.45) !important;
}

.border-y-zinc-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05) !important;
  border-bottom-color: rgb(228 228 231 / 0.05) !important;
}

.border-y-zinc-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5) !important;
  border-bottom-color: rgb(228 228 231 / 0.5) !important;
}

.border-y-zinc-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55) !important;
  border-bottom-color: rgb(228 228 231 / 0.55) !important;
}

.border-y-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6) !important;
  border-bottom-color: rgb(228 228 231 / 0.6) !important;
}

.border-y-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65) !important;
  border-bottom-color: rgb(228 228 231 / 0.65) !important;
}

.border-y-zinc-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7) !important;
  border-bottom-color: rgb(228 228 231 / 0.7) !important;
}

.border-y-zinc-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75) !important;
  border-bottom-color: rgb(228 228 231 / 0.75) !important;
}

.border-y-zinc-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8) !important;
  border-bottom-color: rgb(228 228 231 / 0.8) !important;
}

.border-y-zinc-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85) !important;
  border-bottom-color: rgb(228 228 231 / 0.85) !important;
}

.border-y-zinc-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9) !important;
  border-bottom-color: rgb(228 228 231 / 0.9) !important;
}

.border-y-zinc-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95) !important;
  border-bottom-color: rgb(228 228 231 / 0.95) !important;
}

.border-y-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-300\/0 {
  border-top-color: rgb(212 212 216 / 0) !important;
  border-bottom-color: rgb(212 212 216 / 0) !important;
}

.border-y-zinc-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1) !important;
  border-bottom-color: rgb(212 212 216 / 0.1) !important;
}

.border-y-zinc-300\/100 {
  border-top-color: rgb(212 212 216 / 1) !important;
  border-bottom-color: rgb(212 212 216 / 1) !important;
}

.border-y-zinc-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15) !important;
  border-bottom-color: rgb(212 212 216 / 0.15) !important;
}

.border-y-zinc-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2) !important;
  border-bottom-color: rgb(212 212 216 / 0.2) !important;
}

.border-y-zinc-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25) !important;
  border-bottom-color: rgb(212 212 216 / 0.25) !important;
}

.border-y-zinc-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3) !important;
  border-bottom-color: rgb(212 212 216 / 0.3) !important;
}

.border-y-zinc-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35) !important;
  border-bottom-color: rgb(212 212 216 / 0.35) !important;
}

.border-y-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4) !important;
  border-bottom-color: rgb(212 212 216 / 0.4) !important;
}

.border-y-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45) !important;
  border-bottom-color: rgb(212 212 216 / 0.45) !important;
}

.border-y-zinc-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05) !important;
  border-bottom-color: rgb(212 212 216 / 0.05) !important;
}

.border-y-zinc-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5) !important;
  border-bottom-color: rgb(212 212 216 / 0.5) !important;
}

.border-y-zinc-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55) !important;
  border-bottom-color: rgb(212 212 216 / 0.55) !important;
}

.border-y-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6) !important;
  border-bottom-color: rgb(212 212 216 / 0.6) !important;
}

.border-y-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65) !important;
  border-bottom-color: rgb(212 212 216 / 0.65) !important;
}

.border-y-zinc-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7) !important;
  border-bottom-color: rgb(212 212 216 / 0.7) !important;
}

.border-y-zinc-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75) !important;
  border-bottom-color: rgb(212 212 216 / 0.75) !important;
}

.border-y-zinc-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8) !important;
  border-bottom-color: rgb(212 212 216 / 0.8) !important;
}

.border-y-zinc-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85) !important;
  border-bottom-color: rgb(212 212 216 / 0.85) !important;
}

.border-y-zinc-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9) !important;
  border-bottom-color: rgb(212 212 216 / 0.9) !important;
}

.border-y-zinc-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95) !important;
  border-bottom-color: rgb(212 212 216 / 0.95) !important;
}

.border-y-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-400\/0 {
  border-top-color: rgb(161 161 170 / 0) !important;
  border-bottom-color: rgb(161 161 170 / 0) !important;
}

.border-y-zinc-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1) !important;
  border-bottom-color: rgb(161 161 170 / 0.1) !important;
}

.border-y-zinc-400\/100 {
  border-top-color: rgb(161 161 170 / 1) !important;
  border-bottom-color: rgb(161 161 170 / 1) !important;
}

.border-y-zinc-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15) !important;
  border-bottom-color: rgb(161 161 170 / 0.15) !important;
}

.border-y-zinc-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2) !important;
  border-bottom-color: rgb(161 161 170 / 0.2) !important;
}

.border-y-zinc-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25) !important;
  border-bottom-color: rgb(161 161 170 / 0.25) !important;
}

.border-y-zinc-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3) !important;
  border-bottom-color: rgb(161 161 170 / 0.3) !important;
}

.border-y-zinc-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35) !important;
  border-bottom-color: rgb(161 161 170 / 0.35) !important;
}

.border-y-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4) !important;
  border-bottom-color: rgb(161 161 170 / 0.4) !important;
}

.border-y-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45) !important;
  border-bottom-color: rgb(161 161 170 / 0.45) !important;
}

.border-y-zinc-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05) !important;
  border-bottom-color: rgb(161 161 170 / 0.05) !important;
}

.border-y-zinc-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5) !important;
  border-bottom-color: rgb(161 161 170 / 0.5) !important;
}

.border-y-zinc-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55) !important;
  border-bottom-color: rgb(161 161 170 / 0.55) !important;
}

.border-y-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6) !important;
  border-bottom-color: rgb(161 161 170 / 0.6) !important;
}

.border-y-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65) !important;
  border-bottom-color: rgb(161 161 170 / 0.65) !important;
}

.border-y-zinc-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7) !important;
  border-bottom-color: rgb(161 161 170 / 0.7) !important;
}

.border-y-zinc-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75) !important;
  border-bottom-color: rgb(161 161 170 / 0.75) !important;
}

.border-y-zinc-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8) !important;
  border-bottom-color: rgb(161 161 170 / 0.8) !important;
}

.border-y-zinc-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85) !important;
  border-bottom-color: rgb(161 161 170 / 0.85) !important;
}

.border-y-zinc-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9) !important;
  border-bottom-color: rgb(161 161 170 / 0.9) !important;
}

.border-y-zinc-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95) !important;
  border-bottom-color: rgb(161 161 170 / 0.95) !important;
}

.border-y-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-50\/0 {
  border-top-color: rgb(250 250 250 / 0) !important;
  border-bottom-color: rgb(250 250 250 / 0) !important;
}

.border-y-zinc-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1) !important;
  border-bottom-color: rgb(250 250 250 / 0.1) !important;
}

.border-y-zinc-50\/100 {
  border-top-color: rgb(250 250 250 / 1) !important;
  border-bottom-color: rgb(250 250 250 / 1) !important;
}

.border-y-zinc-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15) !important;
  border-bottom-color: rgb(250 250 250 / 0.15) !important;
}

.border-y-zinc-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2) !important;
  border-bottom-color: rgb(250 250 250 / 0.2) !important;
}

.border-y-zinc-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25) !important;
  border-bottom-color: rgb(250 250 250 / 0.25) !important;
}

.border-y-zinc-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3) !important;
  border-bottom-color: rgb(250 250 250 / 0.3) !important;
}

.border-y-zinc-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35) !important;
  border-bottom-color: rgb(250 250 250 / 0.35) !important;
}

.border-y-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4) !important;
  border-bottom-color: rgb(250 250 250 / 0.4) !important;
}

.border-y-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45) !important;
  border-bottom-color: rgb(250 250 250 / 0.45) !important;
}

.border-y-zinc-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05) !important;
  border-bottom-color: rgb(250 250 250 / 0.05) !important;
}

.border-y-zinc-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5) !important;
  border-bottom-color: rgb(250 250 250 / 0.5) !important;
}

.border-y-zinc-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55) !important;
  border-bottom-color: rgb(250 250 250 / 0.55) !important;
}

.border-y-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6) !important;
  border-bottom-color: rgb(250 250 250 / 0.6) !important;
}

.border-y-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65) !important;
  border-bottom-color: rgb(250 250 250 / 0.65) !important;
}

.border-y-zinc-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7) !important;
  border-bottom-color: rgb(250 250 250 / 0.7) !important;
}

.border-y-zinc-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75) !important;
  border-bottom-color: rgb(250 250 250 / 0.75) !important;
}

.border-y-zinc-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8) !important;
  border-bottom-color: rgb(250 250 250 / 0.8) !important;
}

.border-y-zinc-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85) !important;
  border-bottom-color: rgb(250 250 250 / 0.85) !important;
}

.border-y-zinc-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9) !important;
  border-bottom-color: rgb(250 250 250 / 0.9) !important;
}

.border-y-zinc-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95) !important;
  border-bottom-color: rgb(250 250 250 / 0.95) !important;
}

.border-y-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-500\/0 {
  border-top-color: rgb(113 113 122 / 0) !important;
  border-bottom-color: rgb(113 113 122 / 0) !important;
}

.border-y-zinc-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1) !important;
  border-bottom-color: rgb(113 113 122 / 0.1) !important;
}

.border-y-zinc-500\/100 {
  border-top-color: rgb(113 113 122 / 1) !important;
  border-bottom-color: rgb(113 113 122 / 1) !important;
}

.border-y-zinc-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15) !important;
  border-bottom-color: rgb(113 113 122 / 0.15) !important;
}

.border-y-zinc-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2) !important;
  border-bottom-color: rgb(113 113 122 / 0.2) !important;
}

.border-y-zinc-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25) !important;
  border-bottom-color: rgb(113 113 122 / 0.25) !important;
}

.border-y-zinc-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3) !important;
  border-bottom-color: rgb(113 113 122 / 0.3) !important;
}

.border-y-zinc-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35) !important;
  border-bottom-color: rgb(113 113 122 / 0.35) !important;
}

.border-y-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4) !important;
  border-bottom-color: rgb(113 113 122 / 0.4) !important;
}

.border-y-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45) !important;
  border-bottom-color: rgb(113 113 122 / 0.45) !important;
}

.border-y-zinc-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05) !important;
  border-bottom-color: rgb(113 113 122 / 0.05) !important;
}

.border-y-zinc-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5) !important;
  border-bottom-color: rgb(113 113 122 / 0.5) !important;
}

.border-y-zinc-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55) !important;
  border-bottom-color: rgb(113 113 122 / 0.55) !important;
}

.border-y-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6) !important;
  border-bottom-color: rgb(113 113 122 / 0.6) !important;
}

.border-y-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65) !important;
  border-bottom-color: rgb(113 113 122 / 0.65) !important;
}

.border-y-zinc-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7) !important;
  border-bottom-color: rgb(113 113 122 / 0.7) !important;
}

.border-y-zinc-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75) !important;
  border-bottom-color: rgb(113 113 122 / 0.75) !important;
}

.border-y-zinc-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8) !important;
  border-bottom-color: rgb(113 113 122 / 0.8) !important;
}

.border-y-zinc-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85) !important;
  border-bottom-color: rgb(113 113 122 / 0.85) !important;
}

.border-y-zinc-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9) !important;
  border-bottom-color: rgb(113 113 122 / 0.9) !important;
}

.border-y-zinc-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95) !important;
  border-bottom-color: rgb(113 113 122 / 0.95) !important;
}

.border-y-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-600\/0 {
  border-top-color: rgb(82 82 91 / 0) !important;
  border-bottom-color: rgb(82 82 91 / 0) !important;
}

.border-y-zinc-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1) !important;
  border-bottom-color: rgb(82 82 91 / 0.1) !important;
}

.border-y-zinc-600\/100 {
  border-top-color: rgb(82 82 91 / 1) !important;
  border-bottom-color: rgb(82 82 91 / 1) !important;
}

.border-y-zinc-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15) !important;
  border-bottom-color: rgb(82 82 91 / 0.15) !important;
}

.border-y-zinc-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2) !important;
  border-bottom-color: rgb(82 82 91 / 0.2) !important;
}

.border-y-zinc-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25) !important;
  border-bottom-color: rgb(82 82 91 / 0.25) !important;
}

.border-y-zinc-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3) !important;
  border-bottom-color: rgb(82 82 91 / 0.3) !important;
}

.border-y-zinc-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35) !important;
  border-bottom-color: rgb(82 82 91 / 0.35) !important;
}

.border-y-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4) !important;
  border-bottom-color: rgb(82 82 91 / 0.4) !important;
}

.border-y-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45) !important;
  border-bottom-color: rgb(82 82 91 / 0.45) !important;
}

.border-y-zinc-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05) !important;
  border-bottom-color: rgb(82 82 91 / 0.05) !important;
}

.border-y-zinc-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5) !important;
  border-bottom-color: rgb(82 82 91 / 0.5) !important;
}

.border-y-zinc-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55) !important;
  border-bottom-color: rgb(82 82 91 / 0.55) !important;
}

.border-y-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6) !important;
  border-bottom-color: rgb(82 82 91 / 0.6) !important;
}

.border-y-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65) !important;
  border-bottom-color: rgb(82 82 91 / 0.65) !important;
}

.border-y-zinc-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7) !important;
  border-bottom-color: rgb(82 82 91 / 0.7) !important;
}

.border-y-zinc-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75) !important;
  border-bottom-color: rgb(82 82 91 / 0.75) !important;
}

.border-y-zinc-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8) !important;
  border-bottom-color: rgb(82 82 91 / 0.8) !important;
}

.border-y-zinc-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85) !important;
  border-bottom-color: rgb(82 82 91 / 0.85) !important;
}

.border-y-zinc-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9) !important;
  border-bottom-color: rgb(82 82 91 / 0.9) !important;
}

.border-y-zinc-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95) !important;
  border-bottom-color: rgb(82 82 91 / 0.95) !important;
}

.border-y-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-700\/0 {
  border-top-color: rgb(63 63 70 / 0) !important;
  border-bottom-color: rgb(63 63 70 / 0) !important;
}

.border-y-zinc-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1) !important;
  border-bottom-color: rgb(63 63 70 / 0.1) !important;
}

.border-y-zinc-700\/100 {
  border-top-color: rgb(63 63 70 / 1) !important;
  border-bottom-color: rgb(63 63 70 / 1) !important;
}

.border-y-zinc-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15) !important;
  border-bottom-color: rgb(63 63 70 / 0.15) !important;
}

.border-y-zinc-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2) !important;
  border-bottom-color: rgb(63 63 70 / 0.2) !important;
}

.border-y-zinc-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25) !important;
  border-bottom-color: rgb(63 63 70 / 0.25) !important;
}

.border-y-zinc-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3) !important;
  border-bottom-color: rgb(63 63 70 / 0.3) !important;
}

.border-y-zinc-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35) !important;
  border-bottom-color: rgb(63 63 70 / 0.35) !important;
}

.border-y-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4) !important;
  border-bottom-color: rgb(63 63 70 / 0.4) !important;
}

.border-y-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45) !important;
  border-bottom-color: rgb(63 63 70 / 0.45) !important;
}

.border-y-zinc-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05) !important;
  border-bottom-color: rgb(63 63 70 / 0.05) !important;
}

.border-y-zinc-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5) !important;
  border-bottom-color: rgb(63 63 70 / 0.5) !important;
}

.border-y-zinc-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55) !important;
  border-bottom-color: rgb(63 63 70 / 0.55) !important;
}

.border-y-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6) !important;
  border-bottom-color: rgb(63 63 70 / 0.6) !important;
}

.border-y-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65) !important;
  border-bottom-color: rgb(63 63 70 / 0.65) !important;
}

.border-y-zinc-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7) !important;
  border-bottom-color: rgb(63 63 70 / 0.7) !important;
}

.border-y-zinc-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75) !important;
  border-bottom-color: rgb(63 63 70 / 0.75) !important;
}

.border-y-zinc-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8) !important;
  border-bottom-color: rgb(63 63 70 / 0.8) !important;
}

.border-y-zinc-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85) !important;
  border-bottom-color: rgb(63 63 70 / 0.85) !important;
}

.border-y-zinc-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9) !important;
  border-bottom-color: rgb(63 63 70 / 0.9) !important;
}

.border-y-zinc-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95) !important;
  border-bottom-color: rgb(63 63 70 / 0.95) !important;
}

.border-y-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-800\/0 {
  border-top-color: rgb(39 39 42 / 0) !important;
  border-bottom-color: rgb(39 39 42 / 0) !important;
}

.border-y-zinc-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1) !important;
  border-bottom-color: rgb(39 39 42 / 0.1) !important;
}

.border-y-zinc-800\/100 {
  border-top-color: rgb(39 39 42 / 1) !important;
  border-bottom-color: rgb(39 39 42 / 1) !important;
}

.border-y-zinc-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15) !important;
  border-bottom-color: rgb(39 39 42 / 0.15) !important;
}

.border-y-zinc-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2) !important;
  border-bottom-color: rgb(39 39 42 / 0.2) !important;
}

.border-y-zinc-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25) !important;
  border-bottom-color: rgb(39 39 42 / 0.25) !important;
}

.border-y-zinc-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3) !important;
  border-bottom-color: rgb(39 39 42 / 0.3) !important;
}

.border-y-zinc-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35) !important;
  border-bottom-color: rgb(39 39 42 / 0.35) !important;
}

.border-y-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4) !important;
  border-bottom-color: rgb(39 39 42 / 0.4) !important;
}

.border-y-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45) !important;
  border-bottom-color: rgb(39 39 42 / 0.45) !important;
}

.border-y-zinc-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05) !important;
  border-bottom-color: rgb(39 39 42 / 0.05) !important;
}

.border-y-zinc-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5) !important;
  border-bottom-color: rgb(39 39 42 / 0.5) !important;
}

.border-y-zinc-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55) !important;
  border-bottom-color: rgb(39 39 42 / 0.55) !important;
}

.border-y-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6) !important;
  border-bottom-color: rgb(39 39 42 / 0.6) !important;
}

.border-y-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65) !important;
  border-bottom-color: rgb(39 39 42 / 0.65) !important;
}

.border-y-zinc-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7) !important;
  border-bottom-color: rgb(39 39 42 / 0.7) !important;
}

.border-y-zinc-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75) !important;
  border-bottom-color: rgb(39 39 42 / 0.75) !important;
}

.border-y-zinc-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8) !important;
  border-bottom-color: rgb(39 39 42 / 0.8) !important;
}

.border-y-zinc-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85) !important;
  border-bottom-color: rgb(39 39 42 / 0.85) !important;
}

.border-y-zinc-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9) !important;
  border-bottom-color: rgb(39 39 42 / 0.9) !important;
}

.border-y-zinc-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95) !important;
  border-bottom-color: rgb(39 39 42 / 0.95) !important;
}

.border-y-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-900\/0 {
  border-top-color: rgb(24 24 27 / 0) !important;
  border-bottom-color: rgb(24 24 27 / 0) !important;
}

.border-y-zinc-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1) !important;
  border-bottom-color: rgb(24 24 27 / 0.1) !important;
}

.border-y-zinc-900\/100 {
  border-top-color: rgb(24 24 27 / 1) !important;
  border-bottom-color: rgb(24 24 27 / 1) !important;
}

.border-y-zinc-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15) !important;
  border-bottom-color: rgb(24 24 27 / 0.15) !important;
}

.border-y-zinc-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2) !important;
  border-bottom-color: rgb(24 24 27 / 0.2) !important;
}

.border-y-zinc-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25) !important;
  border-bottom-color: rgb(24 24 27 / 0.25) !important;
}

.border-y-zinc-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3) !important;
  border-bottom-color: rgb(24 24 27 / 0.3) !important;
}

.border-y-zinc-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35) !important;
  border-bottom-color: rgb(24 24 27 / 0.35) !important;
}

.border-y-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4) !important;
  border-bottom-color: rgb(24 24 27 / 0.4) !important;
}

.border-y-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45) !important;
  border-bottom-color: rgb(24 24 27 / 0.45) !important;
}

.border-y-zinc-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05) !important;
  border-bottom-color: rgb(24 24 27 / 0.05) !important;
}

.border-y-zinc-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5) !important;
  border-bottom-color: rgb(24 24 27 / 0.5) !important;
}

.border-y-zinc-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55) !important;
  border-bottom-color: rgb(24 24 27 / 0.55) !important;
}

.border-y-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6) !important;
  border-bottom-color: rgb(24 24 27 / 0.6) !important;
}

.border-y-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65) !important;
  border-bottom-color: rgb(24 24 27 / 0.65) !important;
}

.border-y-zinc-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7) !important;
  border-bottom-color: rgb(24 24 27 / 0.7) !important;
}

.border-y-zinc-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75) !important;
  border-bottom-color: rgb(24 24 27 / 0.75) !important;
}

.border-y-zinc-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8) !important;
  border-bottom-color: rgb(24 24 27 / 0.8) !important;
}

.border-y-zinc-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85) !important;
  border-bottom-color: rgb(24 24 27 / 0.85) !important;
}

.border-y-zinc-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9) !important;
  border-bottom-color: rgb(24 24 27 / 0.9) !important;
}

.border-y-zinc-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95) !important;
  border-bottom-color: rgb(24 24 27 / 0.95) !important;
}

.border-y-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-y-zinc-950\/0 {
  border-top-color: rgb(9 9 11 / 0) !important;
  border-bottom-color: rgb(9 9 11 / 0) !important;
}

.border-y-zinc-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1) !important;
  border-bottom-color: rgb(9 9 11 / 0.1) !important;
}

.border-y-zinc-950\/100 {
  border-top-color: rgb(9 9 11 / 1) !important;
  border-bottom-color: rgb(9 9 11 / 1) !important;
}

.border-y-zinc-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15) !important;
  border-bottom-color: rgb(9 9 11 / 0.15) !important;
}

.border-y-zinc-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2) !important;
  border-bottom-color: rgb(9 9 11 / 0.2) !important;
}

.border-y-zinc-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25) !important;
  border-bottom-color: rgb(9 9 11 / 0.25) !important;
}

.border-y-zinc-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3) !important;
  border-bottom-color: rgb(9 9 11 / 0.3) !important;
}

.border-y-zinc-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35) !important;
  border-bottom-color: rgb(9 9 11 / 0.35) !important;
}

.border-y-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4) !important;
  border-bottom-color: rgb(9 9 11 / 0.4) !important;
}

.border-y-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45) !important;
  border-bottom-color: rgb(9 9 11 / 0.45) !important;
}

.border-y-zinc-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05) !important;
  border-bottom-color: rgb(9 9 11 / 0.05) !important;
}

.border-y-zinc-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5) !important;
  border-bottom-color: rgb(9 9 11 / 0.5) !important;
}

.border-y-zinc-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55) !important;
  border-bottom-color: rgb(9 9 11 / 0.55) !important;
}

.border-y-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6) !important;
  border-bottom-color: rgb(9 9 11 / 0.6) !important;
}

.border-y-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65) !important;
  border-bottom-color: rgb(9 9 11 / 0.65) !important;
}

.border-y-zinc-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7) !important;
  border-bottom-color: rgb(9 9 11 / 0.7) !important;
}

.border-y-zinc-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75) !important;
  border-bottom-color: rgb(9 9 11 / 0.75) !important;
}

.border-y-zinc-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8) !important;
  border-bottom-color: rgb(9 9 11 / 0.8) !important;
}

.border-y-zinc-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85) !important;
  border-bottom-color: rgb(9 9 11 / 0.85) !important;
}

.border-y-zinc-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9) !important;
  border-bottom-color: rgb(9 9 11 / 0.9) !important;
}

.border-y-zinc-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95) !important;
  border-bottom-color: rgb(9 9 11 / 0.95) !important;
}

.border-b-amber-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-100\/0 {
  border-bottom-color: rgb(254 243 199 / 0) !important;
}

.border-b-amber-100\/10 {
  border-bottom-color: rgb(254 243 199 / 0.1) !important;
}

.border-b-amber-100\/100 {
  border-bottom-color: rgb(254 243 199 / 1) !important;
}

.border-b-amber-100\/15 {
  border-bottom-color: rgb(254 243 199 / 0.15) !important;
}

.border-b-amber-100\/20 {
  border-bottom-color: rgb(254 243 199 / 0.2) !important;
}

.border-b-amber-100\/25 {
  border-bottom-color: rgb(254 243 199 / 0.25) !important;
}

.border-b-amber-100\/30 {
  border-bottom-color: rgb(254 243 199 / 0.3) !important;
}

.border-b-amber-100\/35 {
  border-bottom-color: rgb(254 243 199 / 0.35) !important;
}

.border-b-amber-100\/40 {
  border-bottom-color: rgb(254 243 199 / 0.4) !important;
}

.border-b-amber-100\/45 {
  border-bottom-color: rgb(254 243 199 / 0.45) !important;
}

.border-b-amber-100\/5 {
  border-bottom-color: rgb(254 243 199 / 0.05) !important;
}

.border-b-amber-100\/50 {
  border-bottom-color: rgb(254 243 199 / 0.5) !important;
}

.border-b-amber-100\/55 {
  border-bottom-color: rgb(254 243 199 / 0.55) !important;
}

.border-b-amber-100\/60 {
  border-bottom-color: rgb(254 243 199 / 0.6) !important;
}

.border-b-amber-100\/65 {
  border-bottom-color: rgb(254 243 199 / 0.65) !important;
}

.border-b-amber-100\/70 {
  border-bottom-color: rgb(254 243 199 / 0.7) !important;
}

.border-b-amber-100\/75 {
  border-bottom-color: rgb(254 243 199 / 0.75) !important;
}

.border-b-amber-100\/80 {
  border-bottom-color: rgb(254 243 199 / 0.8) !important;
}

.border-b-amber-100\/85 {
  border-bottom-color: rgb(254 243 199 / 0.85) !important;
}

.border-b-amber-100\/90 {
  border-bottom-color: rgb(254 243 199 / 0.9) !important;
}

.border-b-amber-100\/95 {
  border-bottom-color: rgb(254 243 199 / 0.95) !important;
}

.border-b-amber-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-200\/0 {
  border-bottom-color: rgb(253 230 138 / 0) !important;
}

.border-b-amber-200\/10 {
  border-bottom-color: rgb(253 230 138 / 0.1) !important;
}

.border-b-amber-200\/100 {
  border-bottom-color: rgb(253 230 138 / 1) !important;
}

.border-b-amber-200\/15 {
  border-bottom-color: rgb(253 230 138 / 0.15) !important;
}

.border-b-amber-200\/20 {
  border-bottom-color: rgb(253 230 138 / 0.2) !important;
}

.border-b-amber-200\/25 {
  border-bottom-color: rgb(253 230 138 / 0.25) !important;
}

.border-b-amber-200\/30 {
  border-bottom-color: rgb(253 230 138 / 0.3) !important;
}

.border-b-amber-200\/35 {
  border-bottom-color: rgb(253 230 138 / 0.35) !important;
}

.border-b-amber-200\/40 {
  border-bottom-color: rgb(253 230 138 / 0.4) !important;
}

.border-b-amber-200\/45 {
  border-bottom-color: rgb(253 230 138 / 0.45) !important;
}

.border-b-amber-200\/5 {
  border-bottom-color: rgb(253 230 138 / 0.05) !important;
}

.border-b-amber-200\/50 {
  border-bottom-color: rgb(253 230 138 / 0.5) !important;
}

.border-b-amber-200\/55 {
  border-bottom-color: rgb(253 230 138 / 0.55) !important;
}

.border-b-amber-200\/60 {
  border-bottom-color: rgb(253 230 138 / 0.6) !important;
}

.border-b-amber-200\/65 {
  border-bottom-color: rgb(253 230 138 / 0.65) !important;
}

.border-b-amber-200\/70 {
  border-bottom-color: rgb(253 230 138 / 0.7) !important;
}

.border-b-amber-200\/75 {
  border-bottom-color: rgb(253 230 138 / 0.75) !important;
}

.border-b-amber-200\/80 {
  border-bottom-color: rgb(253 230 138 / 0.8) !important;
}

.border-b-amber-200\/85 {
  border-bottom-color: rgb(253 230 138 / 0.85) !important;
}

.border-b-amber-200\/90 {
  border-bottom-color: rgb(253 230 138 / 0.9) !important;
}

.border-b-amber-200\/95 {
  border-bottom-color: rgb(253 230 138 / 0.95) !important;
}

.border-b-amber-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-300\/0 {
  border-bottom-color: rgb(252 211 77 / 0) !important;
}

.border-b-amber-300\/10 {
  border-bottom-color: rgb(252 211 77 / 0.1) !important;
}

.border-b-amber-300\/100 {
  border-bottom-color: rgb(252 211 77 / 1) !important;
}

.border-b-amber-300\/15 {
  border-bottom-color: rgb(252 211 77 / 0.15) !important;
}

.border-b-amber-300\/20 {
  border-bottom-color: rgb(252 211 77 / 0.2) !important;
}

.border-b-amber-300\/25 {
  border-bottom-color: rgb(252 211 77 / 0.25) !important;
}

.border-b-amber-300\/30 {
  border-bottom-color: rgb(252 211 77 / 0.3) !important;
}

.border-b-amber-300\/35 {
  border-bottom-color: rgb(252 211 77 / 0.35) !important;
}

.border-b-amber-300\/40 {
  border-bottom-color: rgb(252 211 77 / 0.4) !important;
}

.border-b-amber-300\/45 {
  border-bottom-color: rgb(252 211 77 / 0.45) !important;
}

.border-b-amber-300\/5 {
  border-bottom-color: rgb(252 211 77 / 0.05) !important;
}

.border-b-amber-300\/50 {
  border-bottom-color: rgb(252 211 77 / 0.5) !important;
}

.border-b-amber-300\/55 {
  border-bottom-color: rgb(252 211 77 / 0.55) !important;
}

.border-b-amber-300\/60 {
  border-bottom-color: rgb(252 211 77 / 0.6) !important;
}

.border-b-amber-300\/65 {
  border-bottom-color: rgb(252 211 77 / 0.65) !important;
}

.border-b-amber-300\/70 {
  border-bottom-color: rgb(252 211 77 / 0.7) !important;
}

.border-b-amber-300\/75 {
  border-bottom-color: rgb(252 211 77 / 0.75) !important;
}

.border-b-amber-300\/80 {
  border-bottom-color: rgb(252 211 77 / 0.8) !important;
}

.border-b-amber-300\/85 {
  border-bottom-color: rgb(252 211 77 / 0.85) !important;
}

.border-b-amber-300\/90 {
  border-bottom-color: rgb(252 211 77 / 0.9) !important;
}

.border-b-amber-300\/95 {
  border-bottom-color: rgb(252 211 77 / 0.95) !important;
}

.border-b-amber-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-400\/0 {
  border-bottom-color: rgb(251 191 36 / 0) !important;
}

.border-b-amber-400\/10 {
  border-bottom-color: rgb(251 191 36 / 0.1) !important;
}

.border-b-amber-400\/100 {
  border-bottom-color: rgb(251 191 36 / 1) !important;
}

.border-b-amber-400\/15 {
  border-bottom-color: rgb(251 191 36 / 0.15) !important;
}

.border-b-amber-400\/20 {
  border-bottom-color: rgb(251 191 36 / 0.2) !important;
}

.border-b-amber-400\/25 {
  border-bottom-color: rgb(251 191 36 / 0.25) !important;
}

.border-b-amber-400\/30 {
  border-bottom-color: rgb(251 191 36 / 0.3) !important;
}

.border-b-amber-400\/35 {
  border-bottom-color: rgb(251 191 36 / 0.35) !important;
}

.border-b-amber-400\/40 {
  border-bottom-color: rgb(251 191 36 / 0.4) !important;
}

.border-b-amber-400\/45 {
  border-bottom-color: rgb(251 191 36 / 0.45) !important;
}

.border-b-amber-400\/5 {
  border-bottom-color: rgb(251 191 36 / 0.05) !important;
}

.border-b-amber-400\/50 {
  border-bottom-color: rgb(251 191 36 / 0.5) !important;
}

.border-b-amber-400\/55 {
  border-bottom-color: rgb(251 191 36 / 0.55) !important;
}

.border-b-amber-400\/60 {
  border-bottom-color: rgb(251 191 36 / 0.6) !important;
}

.border-b-amber-400\/65 {
  border-bottom-color: rgb(251 191 36 / 0.65) !important;
}

.border-b-amber-400\/70 {
  border-bottom-color: rgb(251 191 36 / 0.7) !important;
}

.border-b-amber-400\/75 {
  border-bottom-color: rgb(251 191 36 / 0.75) !important;
}

.border-b-amber-400\/80 {
  border-bottom-color: rgb(251 191 36 / 0.8) !important;
}

.border-b-amber-400\/85 {
  border-bottom-color: rgb(251 191 36 / 0.85) !important;
}

.border-b-amber-400\/90 {
  border-bottom-color: rgb(251 191 36 / 0.9) !important;
}

.border-b-amber-400\/95 {
  border-bottom-color: rgb(251 191 36 / 0.95) !important;
}

.border-b-amber-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-50\/0 {
  border-bottom-color: rgb(255 251 235 / 0) !important;
}

.border-b-amber-50\/10 {
  border-bottom-color: rgb(255 251 235 / 0.1) !important;
}

.border-b-amber-50\/100 {
  border-bottom-color: rgb(255 251 235 / 1) !important;
}

.border-b-amber-50\/15 {
  border-bottom-color: rgb(255 251 235 / 0.15) !important;
}

.border-b-amber-50\/20 {
  border-bottom-color: rgb(255 251 235 / 0.2) !important;
}

.border-b-amber-50\/25 {
  border-bottom-color: rgb(255 251 235 / 0.25) !important;
}

.border-b-amber-50\/30 {
  border-bottom-color: rgb(255 251 235 / 0.3) !important;
}

.border-b-amber-50\/35 {
  border-bottom-color: rgb(255 251 235 / 0.35) !important;
}

.border-b-amber-50\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4) !important;
}

.border-b-amber-50\/45 {
  border-bottom-color: rgb(255 251 235 / 0.45) !important;
}

.border-b-amber-50\/5 {
  border-bottom-color: rgb(255 251 235 / 0.05) !important;
}

.border-b-amber-50\/50 {
  border-bottom-color: rgb(255 251 235 / 0.5) !important;
}

.border-b-amber-50\/55 {
  border-bottom-color: rgb(255 251 235 / 0.55) !important;
}

.border-b-amber-50\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6) !important;
}

.border-b-amber-50\/65 {
  border-bottom-color: rgb(255 251 235 / 0.65) !important;
}

.border-b-amber-50\/70 {
  border-bottom-color: rgb(255 251 235 / 0.7) !important;
}

.border-b-amber-50\/75 {
  border-bottom-color: rgb(255 251 235 / 0.75) !important;
}

.border-b-amber-50\/80 {
  border-bottom-color: rgb(255 251 235 / 0.8) !important;
}

.border-b-amber-50\/85 {
  border-bottom-color: rgb(255 251 235 / 0.85) !important;
}

.border-b-amber-50\/90 {
  border-bottom-color: rgb(255 251 235 / 0.9) !important;
}

.border-b-amber-50\/95 {
  border-bottom-color: rgb(255 251 235 / 0.95) !important;
}

.border-b-amber-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-500\/0 {
  border-bottom-color: rgb(245 158 11 / 0) !important;
}

.border-b-amber-500\/10 {
  border-bottom-color: rgb(245 158 11 / 0.1) !important;
}

.border-b-amber-500\/100 {
  border-bottom-color: rgb(245 158 11 / 1) !important;
}

.border-b-amber-500\/15 {
  border-bottom-color: rgb(245 158 11 / 0.15) !important;
}

.border-b-amber-500\/20 {
  border-bottom-color: rgb(245 158 11 / 0.2) !important;
}

.border-b-amber-500\/25 {
  border-bottom-color: rgb(245 158 11 / 0.25) !important;
}

.border-b-amber-500\/30 {
  border-bottom-color: rgb(245 158 11 / 0.3) !important;
}

.border-b-amber-500\/35 {
  border-bottom-color: rgb(245 158 11 / 0.35) !important;
}

.border-b-amber-500\/40 {
  border-bottom-color: rgb(245 158 11 / 0.4) !important;
}

.border-b-amber-500\/45 {
  border-bottom-color: rgb(245 158 11 / 0.45) !important;
}

.border-b-amber-500\/5 {
  border-bottom-color: rgb(245 158 11 / 0.05) !important;
}

.border-b-amber-500\/50 {
  border-bottom-color: rgb(245 158 11 / 0.5) !important;
}

.border-b-amber-500\/55 {
  border-bottom-color: rgb(245 158 11 / 0.55) !important;
}

.border-b-amber-500\/60 {
  border-bottom-color: rgb(245 158 11 / 0.6) !important;
}

.border-b-amber-500\/65 {
  border-bottom-color: rgb(245 158 11 / 0.65) !important;
}

.border-b-amber-500\/70 {
  border-bottom-color: rgb(245 158 11 / 0.7) !important;
}

.border-b-amber-500\/75 {
  border-bottom-color: rgb(245 158 11 / 0.75) !important;
}

.border-b-amber-500\/80 {
  border-bottom-color: rgb(245 158 11 / 0.8) !important;
}

.border-b-amber-500\/85 {
  border-bottom-color: rgb(245 158 11 / 0.85) !important;
}

.border-b-amber-500\/90 {
  border-bottom-color: rgb(245 158 11 / 0.9) !important;
}

.border-b-amber-500\/95 {
  border-bottom-color: rgb(245 158 11 / 0.95) !important;
}

.border-b-amber-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-600\/0 {
  border-bottom-color: rgb(217 119 6 / 0) !important;
}

.border-b-amber-600\/10 {
  border-bottom-color: rgb(217 119 6 / 0.1) !important;
}

.border-b-amber-600\/100 {
  border-bottom-color: rgb(217 119 6 / 1) !important;
}

.border-b-amber-600\/15 {
  border-bottom-color: rgb(217 119 6 / 0.15) !important;
}

.border-b-amber-600\/20 {
  border-bottom-color: rgb(217 119 6 / 0.2) !important;
}

.border-b-amber-600\/25 {
  border-bottom-color: rgb(217 119 6 / 0.25) !important;
}

.border-b-amber-600\/30 {
  border-bottom-color: rgb(217 119 6 / 0.3) !important;
}

.border-b-amber-600\/35 {
  border-bottom-color: rgb(217 119 6 / 0.35) !important;
}

.border-b-amber-600\/40 {
  border-bottom-color: rgb(217 119 6 / 0.4) !important;
}

.border-b-amber-600\/45 {
  border-bottom-color: rgb(217 119 6 / 0.45) !important;
}

.border-b-amber-600\/5 {
  border-bottom-color: rgb(217 119 6 / 0.05) !important;
}

.border-b-amber-600\/50 {
  border-bottom-color: rgb(217 119 6 / 0.5) !important;
}

.border-b-amber-600\/55 {
  border-bottom-color: rgb(217 119 6 / 0.55) !important;
}

.border-b-amber-600\/60 {
  border-bottom-color: rgb(217 119 6 / 0.6) !important;
}

.border-b-amber-600\/65 {
  border-bottom-color: rgb(217 119 6 / 0.65) !important;
}

.border-b-amber-600\/70 {
  border-bottom-color: rgb(217 119 6 / 0.7) !important;
}

.border-b-amber-600\/75 {
  border-bottom-color: rgb(217 119 6 / 0.75) !important;
}

.border-b-amber-600\/80 {
  border-bottom-color: rgb(217 119 6 / 0.8) !important;
}

.border-b-amber-600\/85 {
  border-bottom-color: rgb(217 119 6 / 0.85) !important;
}

.border-b-amber-600\/90 {
  border-bottom-color: rgb(217 119 6 / 0.9) !important;
}

.border-b-amber-600\/95 {
  border-bottom-color: rgb(217 119 6 / 0.95) !important;
}

.border-b-amber-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-700\/0 {
  border-bottom-color: rgb(180 83 9 / 0) !important;
}

.border-b-amber-700\/10 {
  border-bottom-color: rgb(180 83 9 / 0.1) !important;
}

.border-b-amber-700\/100 {
  border-bottom-color: rgb(180 83 9 / 1) !important;
}

.border-b-amber-700\/15 {
  border-bottom-color: rgb(180 83 9 / 0.15) !important;
}

.border-b-amber-700\/20 {
  border-bottom-color: rgb(180 83 9 / 0.2) !important;
}

.border-b-amber-700\/25 {
  border-bottom-color: rgb(180 83 9 / 0.25) !important;
}

.border-b-amber-700\/30 {
  border-bottom-color: rgb(180 83 9 / 0.3) !important;
}

.border-b-amber-700\/35 {
  border-bottom-color: rgb(180 83 9 / 0.35) !important;
}

.border-b-amber-700\/40 {
  border-bottom-color: rgb(180 83 9 / 0.4) !important;
}

.border-b-amber-700\/45 {
  border-bottom-color: rgb(180 83 9 / 0.45) !important;
}

.border-b-amber-700\/5 {
  border-bottom-color: rgb(180 83 9 / 0.05) !important;
}

.border-b-amber-700\/50 {
  border-bottom-color: rgb(180 83 9 / 0.5) !important;
}

.border-b-amber-700\/55 {
  border-bottom-color: rgb(180 83 9 / 0.55) !important;
}

.border-b-amber-700\/60 {
  border-bottom-color: rgb(180 83 9 / 0.6) !important;
}

.border-b-amber-700\/65 {
  border-bottom-color: rgb(180 83 9 / 0.65) !important;
}

.border-b-amber-700\/70 {
  border-bottom-color: rgb(180 83 9 / 0.7) !important;
}

.border-b-amber-700\/75 {
  border-bottom-color: rgb(180 83 9 / 0.75) !important;
}

.border-b-amber-700\/80 {
  border-bottom-color: rgb(180 83 9 / 0.8) !important;
}

.border-b-amber-700\/85 {
  border-bottom-color: rgb(180 83 9 / 0.85) !important;
}

.border-b-amber-700\/90 {
  border-bottom-color: rgb(180 83 9 / 0.9) !important;
}

.border-b-amber-700\/95 {
  border-bottom-color: rgb(180 83 9 / 0.95) !important;
}

.border-b-amber-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-800\/0 {
  border-bottom-color: rgb(146 64 14 / 0) !important;
}

.border-b-amber-800\/10 {
  border-bottom-color: rgb(146 64 14 / 0.1) !important;
}

.border-b-amber-800\/100 {
  border-bottom-color: rgb(146 64 14 / 1) !important;
}

.border-b-amber-800\/15 {
  border-bottom-color: rgb(146 64 14 / 0.15) !important;
}

.border-b-amber-800\/20 {
  border-bottom-color: rgb(146 64 14 / 0.2) !important;
}

.border-b-amber-800\/25 {
  border-bottom-color: rgb(146 64 14 / 0.25) !important;
}

.border-b-amber-800\/30 {
  border-bottom-color: rgb(146 64 14 / 0.3) !important;
}

.border-b-amber-800\/35 {
  border-bottom-color: rgb(146 64 14 / 0.35) !important;
}

.border-b-amber-800\/40 {
  border-bottom-color: rgb(146 64 14 / 0.4) !important;
}

.border-b-amber-800\/45 {
  border-bottom-color: rgb(146 64 14 / 0.45) !important;
}

.border-b-amber-800\/5 {
  border-bottom-color: rgb(146 64 14 / 0.05) !important;
}

.border-b-amber-800\/50 {
  border-bottom-color: rgb(146 64 14 / 0.5) !important;
}

.border-b-amber-800\/55 {
  border-bottom-color: rgb(146 64 14 / 0.55) !important;
}

.border-b-amber-800\/60 {
  border-bottom-color: rgb(146 64 14 / 0.6) !important;
}

.border-b-amber-800\/65 {
  border-bottom-color: rgb(146 64 14 / 0.65) !important;
}

.border-b-amber-800\/70 {
  border-bottom-color: rgb(146 64 14 / 0.7) !important;
}

.border-b-amber-800\/75 {
  border-bottom-color: rgb(146 64 14 / 0.75) !important;
}

.border-b-amber-800\/80 {
  border-bottom-color: rgb(146 64 14 / 0.8) !important;
}

.border-b-amber-800\/85 {
  border-bottom-color: rgb(146 64 14 / 0.85) !important;
}

.border-b-amber-800\/90 {
  border-bottom-color: rgb(146 64 14 / 0.9) !important;
}

.border-b-amber-800\/95 {
  border-bottom-color: rgb(146 64 14 / 0.95) !important;
}

.border-b-amber-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-900\/0 {
  border-bottom-color: rgb(120 53 15 / 0) !important;
}

.border-b-amber-900\/10 {
  border-bottom-color: rgb(120 53 15 / 0.1) !important;
}

.border-b-amber-900\/100 {
  border-bottom-color: rgb(120 53 15 / 1) !important;
}

.border-b-amber-900\/15 {
  border-bottom-color: rgb(120 53 15 / 0.15) !important;
}

.border-b-amber-900\/20 {
  border-bottom-color: rgb(120 53 15 / 0.2) !important;
}

.border-b-amber-900\/25 {
  border-bottom-color: rgb(120 53 15 / 0.25) !important;
}

.border-b-amber-900\/30 {
  border-bottom-color: rgb(120 53 15 / 0.3) !important;
}

.border-b-amber-900\/35 {
  border-bottom-color: rgb(120 53 15 / 0.35) !important;
}

.border-b-amber-900\/40 {
  border-bottom-color: rgb(120 53 15 / 0.4) !important;
}

.border-b-amber-900\/45 {
  border-bottom-color: rgb(120 53 15 / 0.45) !important;
}

.border-b-amber-900\/5 {
  border-bottom-color: rgb(120 53 15 / 0.05) !important;
}

.border-b-amber-900\/50 {
  border-bottom-color: rgb(120 53 15 / 0.5) !important;
}

.border-b-amber-900\/55 {
  border-bottom-color: rgb(120 53 15 / 0.55) !important;
}

.border-b-amber-900\/60 {
  border-bottom-color: rgb(120 53 15 / 0.6) !important;
}

.border-b-amber-900\/65 {
  border-bottom-color: rgb(120 53 15 / 0.65) !important;
}

.border-b-amber-900\/70 {
  border-bottom-color: rgb(120 53 15 / 0.7) !important;
}

.border-b-amber-900\/75 {
  border-bottom-color: rgb(120 53 15 / 0.75) !important;
}

.border-b-amber-900\/80 {
  border-bottom-color: rgb(120 53 15 / 0.8) !important;
}

.border-b-amber-900\/85 {
  border-bottom-color: rgb(120 53 15 / 0.85) !important;
}

.border-b-amber-900\/90 {
  border-bottom-color: rgb(120 53 15 / 0.9) !important;
}

.border-b-amber-900\/95 {
  border-bottom-color: rgb(120 53 15 / 0.95) !important;
}

.border-b-amber-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-b-amber-950\/0 {
  border-bottom-color: rgb(69 26 3 / 0) !important;
}

.border-b-amber-950\/10 {
  border-bottom-color: rgb(69 26 3 / 0.1) !important;
}

.border-b-amber-950\/100 {
  border-bottom-color: rgb(69 26 3 / 1) !important;
}

.border-b-amber-950\/15 {
  border-bottom-color: rgb(69 26 3 / 0.15) !important;
}

.border-b-amber-950\/20 {
  border-bottom-color: rgb(69 26 3 / 0.2) !important;
}

.border-b-amber-950\/25 {
  border-bottom-color: rgb(69 26 3 / 0.25) !important;
}

.border-b-amber-950\/30 {
  border-bottom-color: rgb(69 26 3 / 0.3) !important;
}

.border-b-amber-950\/35 {
  border-bottom-color: rgb(69 26 3 / 0.35) !important;
}

.border-b-amber-950\/40 {
  border-bottom-color: rgb(69 26 3 / 0.4) !important;
}

.border-b-amber-950\/45 {
  border-bottom-color: rgb(69 26 3 / 0.45) !important;
}

.border-b-amber-950\/5 {
  border-bottom-color: rgb(69 26 3 / 0.05) !important;
}

.border-b-amber-950\/50 {
  border-bottom-color: rgb(69 26 3 / 0.5) !important;
}

.border-b-amber-950\/55 {
  border-bottom-color: rgb(69 26 3 / 0.55) !important;
}

.border-b-amber-950\/60 {
  border-bottom-color: rgb(69 26 3 / 0.6) !important;
}

.border-b-amber-950\/65 {
  border-bottom-color: rgb(69 26 3 / 0.65) !important;
}

.border-b-amber-950\/70 {
  border-bottom-color: rgb(69 26 3 / 0.7) !important;
}

.border-b-amber-950\/75 {
  border-bottom-color: rgb(69 26 3 / 0.75) !important;
}

.border-b-amber-950\/80 {
  border-bottom-color: rgb(69 26 3 / 0.8) !important;
}

.border-b-amber-950\/85 {
  border-bottom-color: rgb(69 26 3 / 0.85) !important;
}

.border-b-amber-950\/90 {
  border-bottom-color: rgb(69 26 3 / 0.9) !important;
}

.border-b-amber-950\/95 {
  border-bottom-color: rgb(69 26 3 / 0.95) !important;
}

.border-b-black {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0) !important;
}

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

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

.border-b-black\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-b-black\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-b-black\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-b-black\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-b-blue-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-100\/0 {
  border-bottom-color: rgb(219 234 254 / 0) !important;
}

.border-b-blue-100\/10 {
  border-bottom-color: rgb(219 234 254 / 0.1) !important;
}

.border-b-blue-100\/100 {
  border-bottom-color: rgb(219 234 254 / 1) !important;
}

.border-b-blue-100\/15 {
  border-bottom-color: rgb(219 234 254 / 0.15) !important;
}

.border-b-blue-100\/20 {
  border-bottom-color: rgb(219 234 254 / 0.2) !important;
}

.border-b-blue-100\/25 {
  border-bottom-color: rgb(219 234 254 / 0.25) !important;
}

.border-b-blue-100\/30 {
  border-bottom-color: rgb(219 234 254 / 0.3) !important;
}

.border-b-blue-100\/35 {
  border-bottom-color: rgb(219 234 254 / 0.35) !important;
}

.border-b-blue-100\/40 {
  border-bottom-color: rgb(219 234 254 / 0.4) !important;
}

.border-b-blue-100\/45 {
  border-bottom-color: rgb(219 234 254 / 0.45) !important;
}

.border-b-blue-100\/5 {
  border-bottom-color: rgb(219 234 254 / 0.05) !important;
}

.border-b-blue-100\/50 {
  border-bottom-color: rgb(219 234 254 / 0.5) !important;
}

.border-b-blue-100\/55 {
  border-bottom-color: rgb(219 234 254 / 0.55) !important;
}

.border-b-blue-100\/60 {
  border-bottom-color: rgb(219 234 254 / 0.6) !important;
}

.border-b-blue-100\/65 {
  border-bottom-color: rgb(219 234 254 / 0.65) !important;
}

.border-b-blue-100\/70 {
  border-bottom-color: rgb(219 234 254 / 0.7) !important;
}

.border-b-blue-100\/75 {
  border-bottom-color: rgb(219 234 254 / 0.75) !important;
}

.border-b-blue-100\/80 {
  border-bottom-color: rgb(219 234 254 / 0.8) !important;
}

.border-b-blue-100\/85 {
  border-bottom-color: rgb(219 234 254 / 0.85) !important;
}

.border-b-blue-100\/90 {
  border-bottom-color: rgb(219 234 254 / 0.9) !important;
}

.border-b-blue-100\/95 {
  border-bottom-color: rgb(219 234 254 / 0.95) !important;
}

.border-b-blue-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-200\/0 {
  border-bottom-color: rgb(191 219 254 / 0) !important;
}

.border-b-blue-200\/10 {
  border-bottom-color: rgb(191 219 254 / 0.1) !important;
}

.border-b-blue-200\/100 {
  border-bottom-color: rgb(191 219 254 / 1) !important;
}

.border-b-blue-200\/15 {
  border-bottom-color: rgb(191 219 254 / 0.15) !important;
}

.border-b-blue-200\/20 {
  border-bottom-color: rgb(191 219 254 / 0.2) !important;
}

.border-b-blue-200\/25 {
  border-bottom-color: rgb(191 219 254 / 0.25) !important;
}

.border-b-blue-200\/30 {
  border-bottom-color: rgb(191 219 254 / 0.3) !important;
}

.border-b-blue-200\/35 {
  border-bottom-color: rgb(191 219 254 / 0.35) !important;
}

.border-b-blue-200\/40 {
  border-bottom-color: rgb(191 219 254 / 0.4) !important;
}

.border-b-blue-200\/45 {
  border-bottom-color: rgb(191 219 254 / 0.45) !important;
}

.border-b-blue-200\/5 {
  border-bottom-color: rgb(191 219 254 / 0.05) !important;
}

.border-b-blue-200\/50 {
  border-bottom-color: rgb(191 219 254 / 0.5) !important;
}

.border-b-blue-200\/55 {
  border-bottom-color: rgb(191 219 254 / 0.55) !important;
}

.border-b-blue-200\/60 {
  border-bottom-color: rgb(191 219 254 / 0.6) !important;
}

.border-b-blue-200\/65 {
  border-bottom-color: rgb(191 219 254 / 0.65) !important;
}

.border-b-blue-200\/70 {
  border-bottom-color: rgb(191 219 254 / 0.7) !important;
}

.border-b-blue-200\/75 {
  border-bottom-color: rgb(191 219 254 / 0.75) !important;
}

.border-b-blue-200\/80 {
  border-bottom-color: rgb(191 219 254 / 0.8) !important;
}

.border-b-blue-200\/85 {
  border-bottom-color: rgb(191 219 254 / 0.85) !important;
}

.border-b-blue-200\/90 {
  border-bottom-color: rgb(191 219 254 / 0.9) !important;
}

.border-b-blue-200\/95 {
  border-bottom-color: rgb(191 219 254 / 0.95) !important;
}

.border-b-blue-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-300\/0 {
  border-bottom-color: rgb(147 197 253 / 0) !important;
}

.border-b-blue-300\/10 {
  border-bottom-color: rgb(147 197 253 / 0.1) !important;
}

.border-b-blue-300\/100 {
  border-bottom-color: rgb(147 197 253 / 1) !important;
}

.border-b-blue-300\/15 {
  border-bottom-color: rgb(147 197 253 / 0.15) !important;
}

.border-b-blue-300\/20 {
  border-bottom-color: rgb(147 197 253 / 0.2) !important;
}

.border-b-blue-300\/25 {
  border-bottom-color: rgb(147 197 253 / 0.25) !important;
}

.border-b-blue-300\/30 {
  border-bottom-color: rgb(147 197 253 / 0.3) !important;
}

.border-b-blue-300\/35 {
  border-bottom-color: rgb(147 197 253 / 0.35) !important;
}

.border-b-blue-300\/40 {
  border-bottom-color: rgb(147 197 253 / 0.4) !important;
}

.border-b-blue-300\/45 {
  border-bottom-color: rgb(147 197 253 / 0.45) !important;
}

.border-b-blue-300\/5 {
  border-bottom-color: rgb(147 197 253 / 0.05) !important;
}

.border-b-blue-300\/50 {
  border-bottom-color: rgb(147 197 253 / 0.5) !important;
}

.border-b-blue-300\/55 {
  border-bottom-color: rgb(147 197 253 / 0.55) !important;
}

.border-b-blue-300\/60 {
  border-bottom-color: rgb(147 197 253 / 0.6) !important;
}

.border-b-blue-300\/65 {
  border-bottom-color: rgb(147 197 253 / 0.65) !important;
}

.border-b-blue-300\/70 {
  border-bottom-color: rgb(147 197 253 / 0.7) !important;
}

.border-b-blue-300\/75 {
  border-bottom-color: rgb(147 197 253 / 0.75) !important;
}

.border-b-blue-300\/80 {
  border-bottom-color: rgb(147 197 253 / 0.8) !important;
}

.border-b-blue-300\/85 {
  border-bottom-color: rgb(147 197 253 / 0.85) !important;
}

.border-b-blue-300\/90 {
  border-bottom-color: rgb(147 197 253 / 0.9) !important;
}

.border-b-blue-300\/95 {
  border-bottom-color: rgb(147 197 253 / 0.95) !important;
}

.border-b-blue-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-400\/0 {
  border-bottom-color: rgb(96 165 250 / 0) !important;
}

.border-b-blue-400\/10 {
  border-bottom-color: rgb(96 165 250 / 0.1) !important;
}

.border-b-blue-400\/100 {
  border-bottom-color: rgb(96 165 250 / 1) !important;
}

.border-b-blue-400\/15 {
  border-bottom-color: rgb(96 165 250 / 0.15) !important;
}

.border-b-blue-400\/20 {
  border-bottom-color: rgb(96 165 250 / 0.2) !important;
}

.border-b-blue-400\/25 {
  border-bottom-color: rgb(96 165 250 / 0.25) !important;
}

.border-b-blue-400\/30 {
  border-bottom-color: rgb(96 165 250 / 0.3) !important;
}

.border-b-blue-400\/35 {
  border-bottom-color: rgb(96 165 250 / 0.35) !important;
}

.border-b-blue-400\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4) !important;
}

.border-b-blue-400\/45 {
  border-bottom-color: rgb(96 165 250 / 0.45) !important;
}

.border-b-blue-400\/5 {
  border-bottom-color: rgb(96 165 250 / 0.05) !important;
}

.border-b-blue-400\/50 {
  border-bottom-color: rgb(96 165 250 / 0.5) !important;
}

.border-b-blue-400\/55 {
  border-bottom-color: rgb(96 165 250 / 0.55) !important;
}

.border-b-blue-400\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6) !important;
}

.border-b-blue-400\/65 {
  border-bottom-color: rgb(96 165 250 / 0.65) !important;
}

.border-b-blue-400\/70 {
  border-bottom-color: rgb(96 165 250 / 0.7) !important;
}

.border-b-blue-400\/75 {
  border-bottom-color: rgb(96 165 250 / 0.75) !important;
}

.border-b-blue-400\/80 {
  border-bottom-color: rgb(96 165 250 / 0.8) !important;
}

.border-b-blue-400\/85 {
  border-bottom-color: rgb(96 165 250 / 0.85) !important;
}

.border-b-blue-400\/90 {
  border-bottom-color: rgb(96 165 250 / 0.9) !important;
}

.border-b-blue-400\/95 {
  border-bottom-color: rgb(96 165 250 / 0.95) !important;
}

.border-b-blue-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-50\/0 {
  border-bottom-color: rgb(239 246 255 / 0) !important;
}

.border-b-blue-50\/10 {
  border-bottom-color: rgb(239 246 255 / 0.1) !important;
}

.border-b-blue-50\/100 {
  border-bottom-color: rgb(239 246 255 / 1) !important;
}

.border-b-blue-50\/15 {
  border-bottom-color: rgb(239 246 255 / 0.15) !important;
}

.border-b-blue-50\/20 {
  border-bottom-color: rgb(239 246 255 / 0.2) !important;
}

.border-b-blue-50\/25 {
  border-bottom-color: rgb(239 246 255 / 0.25) !important;
}

.border-b-blue-50\/30 {
  border-bottom-color: rgb(239 246 255 / 0.3) !important;
}

.border-b-blue-50\/35 {
  border-bottom-color: rgb(239 246 255 / 0.35) !important;
}

.border-b-blue-50\/40 {
  border-bottom-color: rgb(239 246 255 / 0.4) !important;
}

.border-b-blue-50\/45 {
  border-bottom-color: rgb(239 246 255 / 0.45) !important;
}

.border-b-blue-50\/5 {
  border-bottom-color: rgb(239 246 255 / 0.05) !important;
}

.border-b-blue-50\/50 {
  border-bottom-color: rgb(239 246 255 / 0.5) !important;
}

.border-b-blue-50\/55 {
  border-bottom-color: rgb(239 246 255 / 0.55) !important;
}

.border-b-blue-50\/60 {
  border-bottom-color: rgb(239 246 255 / 0.6) !important;
}

.border-b-blue-50\/65 {
  border-bottom-color: rgb(239 246 255 / 0.65) !important;
}

.border-b-blue-50\/70 {
  border-bottom-color: rgb(239 246 255 / 0.7) !important;
}

.border-b-blue-50\/75 {
  border-bottom-color: rgb(239 246 255 / 0.75) !important;
}

.border-b-blue-50\/80 {
  border-bottom-color: rgb(239 246 255 / 0.8) !important;
}

.border-b-blue-50\/85 {
  border-bottom-color: rgb(239 246 255 / 0.85) !important;
}

.border-b-blue-50\/90 {
  border-bottom-color: rgb(239 246 255 / 0.9) !important;
}

.border-b-blue-50\/95 {
  border-bottom-color: rgb(239 246 255 / 0.95) !important;
}

.border-b-blue-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-500\/0 {
  border-bottom-color: rgb(59 130 246 / 0) !important;
}

.border-b-blue-500\/10 {
  border-bottom-color: rgb(59 130 246 / 0.1) !important;
}

.border-b-blue-500\/100 {
  border-bottom-color: rgb(59 130 246 / 1) !important;
}

.border-b-blue-500\/15 {
  border-bottom-color: rgb(59 130 246 / 0.15) !important;
}

.border-b-blue-500\/20 {
  border-bottom-color: rgb(59 130 246 / 0.2) !important;
}

.border-b-blue-500\/25 {
  border-bottom-color: rgb(59 130 246 / 0.25) !important;
}

.border-b-blue-500\/30 {
  border-bottom-color: rgb(59 130 246 / 0.3) !important;
}

.border-b-blue-500\/35 {
  border-bottom-color: rgb(59 130 246 / 0.35) !important;
}

.border-b-blue-500\/40 {
  border-bottom-color: rgb(59 130 246 / 0.4) !important;
}

.border-b-blue-500\/45 {
  border-bottom-color: rgb(59 130 246 / 0.45) !important;
}

.border-b-blue-500\/5 {
  border-bottom-color: rgb(59 130 246 / 0.05) !important;
}

.border-b-blue-500\/50 {
  border-bottom-color: rgb(59 130 246 / 0.5) !important;
}

.border-b-blue-500\/55 {
  border-bottom-color: rgb(59 130 246 / 0.55) !important;
}

.border-b-blue-500\/60 {
  border-bottom-color: rgb(59 130 246 / 0.6) !important;
}

.border-b-blue-500\/65 {
  border-bottom-color: rgb(59 130 246 / 0.65) !important;
}

.border-b-blue-500\/70 {
  border-bottom-color: rgb(59 130 246 / 0.7) !important;
}

.border-b-blue-500\/75 {
  border-bottom-color: rgb(59 130 246 / 0.75) !important;
}

.border-b-blue-500\/80 {
  border-bottom-color: rgb(59 130 246 / 0.8) !important;
}

.border-b-blue-500\/85 {
  border-bottom-color: rgb(59 130 246 / 0.85) !important;
}

.border-b-blue-500\/90 {
  border-bottom-color: rgb(59 130 246 / 0.9) !important;
}

.border-b-blue-500\/95 {
  border-bottom-color: rgb(59 130 246 / 0.95) !important;
}

.border-b-blue-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-600\/0 {
  border-bottom-color: rgb(37 99 235 / 0) !important;
}

.border-b-blue-600\/10 {
  border-bottom-color: rgb(37 99 235 / 0.1) !important;
}

.border-b-blue-600\/100 {
  border-bottom-color: rgb(37 99 235 / 1) !important;
}

.border-b-blue-600\/15 {
  border-bottom-color: rgb(37 99 235 / 0.15) !important;
}

.border-b-blue-600\/20 {
  border-bottom-color: rgb(37 99 235 / 0.2) !important;
}

.border-b-blue-600\/25 {
  border-bottom-color: rgb(37 99 235 / 0.25) !important;
}

.border-b-blue-600\/30 {
  border-bottom-color: rgb(37 99 235 / 0.3) !important;
}

.border-b-blue-600\/35 {
  border-bottom-color: rgb(37 99 235 / 0.35) !important;
}

.border-b-blue-600\/40 {
  border-bottom-color: rgb(37 99 235 / 0.4) !important;
}

.border-b-blue-600\/45 {
  border-bottom-color: rgb(37 99 235 / 0.45) !important;
}

.border-b-blue-600\/5 {
  border-bottom-color: rgb(37 99 235 / 0.05) !important;
}

.border-b-blue-600\/50 {
  border-bottom-color: rgb(37 99 235 / 0.5) !important;
}

.border-b-blue-600\/55 {
  border-bottom-color: rgb(37 99 235 / 0.55) !important;
}

.border-b-blue-600\/60 {
  border-bottom-color: rgb(37 99 235 / 0.6) !important;
}

.border-b-blue-600\/65 {
  border-bottom-color: rgb(37 99 235 / 0.65) !important;
}

.border-b-blue-600\/70 {
  border-bottom-color: rgb(37 99 235 / 0.7) !important;
}

.border-b-blue-600\/75 {
  border-bottom-color: rgb(37 99 235 / 0.75) !important;
}

.border-b-blue-600\/80 {
  border-bottom-color: rgb(37 99 235 / 0.8) !important;
}

.border-b-blue-600\/85 {
  border-bottom-color: rgb(37 99 235 / 0.85) !important;
}

.border-b-blue-600\/90 {
  border-bottom-color: rgb(37 99 235 / 0.9) !important;
}

.border-b-blue-600\/95 {
  border-bottom-color: rgb(37 99 235 / 0.95) !important;
}

.border-b-blue-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-700\/0 {
  border-bottom-color: rgb(29 78 216 / 0) !important;
}

.border-b-blue-700\/10 {
  border-bottom-color: rgb(29 78 216 / 0.1) !important;
}

.border-b-blue-700\/100 {
  border-bottom-color: rgb(29 78 216 / 1) !important;
}

.border-b-blue-700\/15 {
  border-bottom-color: rgb(29 78 216 / 0.15) !important;
}

.border-b-blue-700\/20 {
  border-bottom-color: rgb(29 78 216 / 0.2) !important;
}

.border-b-blue-700\/25 {
  border-bottom-color: rgb(29 78 216 / 0.25) !important;
}

.border-b-blue-700\/30 {
  border-bottom-color: rgb(29 78 216 / 0.3) !important;
}

.border-b-blue-700\/35 {
  border-bottom-color: rgb(29 78 216 / 0.35) !important;
}

.border-b-blue-700\/40 {
  border-bottom-color: rgb(29 78 216 / 0.4) !important;
}

.border-b-blue-700\/45 {
  border-bottom-color: rgb(29 78 216 / 0.45) !important;
}

.border-b-blue-700\/5 {
  border-bottom-color: rgb(29 78 216 / 0.05) !important;
}

.border-b-blue-700\/50 {
  border-bottom-color: rgb(29 78 216 / 0.5) !important;
}

.border-b-blue-700\/55 {
  border-bottom-color: rgb(29 78 216 / 0.55) !important;
}

.border-b-blue-700\/60 {
  border-bottom-color: rgb(29 78 216 / 0.6) !important;
}

.border-b-blue-700\/65 {
  border-bottom-color: rgb(29 78 216 / 0.65) !important;
}

.border-b-blue-700\/70 {
  border-bottom-color: rgb(29 78 216 / 0.7) !important;
}

.border-b-blue-700\/75 {
  border-bottom-color: rgb(29 78 216 / 0.75) !important;
}

.border-b-blue-700\/80 {
  border-bottom-color: rgb(29 78 216 / 0.8) !important;
}

.border-b-blue-700\/85 {
  border-bottom-color: rgb(29 78 216 / 0.85) !important;
}

.border-b-blue-700\/90 {
  border-bottom-color: rgb(29 78 216 / 0.9) !important;
}

.border-b-blue-700\/95 {
  border-bottom-color: rgb(29 78 216 / 0.95) !important;
}

.border-b-blue-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-800\/0 {
  border-bottom-color: rgb(30 64 175 / 0) !important;
}

.border-b-blue-800\/10 {
  border-bottom-color: rgb(30 64 175 / 0.1) !important;
}

.border-b-blue-800\/100 {
  border-bottom-color: rgb(30 64 175 / 1) !important;
}

.border-b-blue-800\/15 {
  border-bottom-color: rgb(30 64 175 / 0.15) !important;
}

.border-b-blue-800\/20 {
  border-bottom-color: rgb(30 64 175 / 0.2) !important;
}

.border-b-blue-800\/25 {
  border-bottom-color: rgb(30 64 175 / 0.25) !important;
}

.border-b-blue-800\/30 {
  border-bottom-color: rgb(30 64 175 / 0.3) !important;
}

.border-b-blue-800\/35 {
  border-bottom-color: rgb(30 64 175 / 0.35) !important;
}

.border-b-blue-800\/40 {
  border-bottom-color: rgb(30 64 175 / 0.4) !important;
}

.border-b-blue-800\/45 {
  border-bottom-color: rgb(30 64 175 / 0.45) !important;
}

.border-b-blue-800\/5 {
  border-bottom-color: rgb(30 64 175 / 0.05) !important;
}

.border-b-blue-800\/50 {
  border-bottom-color: rgb(30 64 175 / 0.5) !important;
}

.border-b-blue-800\/55 {
  border-bottom-color: rgb(30 64 175 / 0.55) !important;
}

.border-b-blue-800\/60 {
  border-bottom-color: rgb(30 64 175 / 0.6) !important;
}

.border-b-blue-800\/65 {
  border-bottom-color: rgb(30 64 175 / 0.65) !important;
}

.border-b-blue-800\/70 {
  border-bottom-color: rgb(30 64 175 / 0.7) !important;
}

.border-b-blue-800\/75 {
  border-bottom-color: rgb(30 64 175 / 0.75) !important;
}

.border-b-blue-800\/80 {
  border-bottom-color: rgb(30 64 175 / 0.8) !important;
}

.border-b-blue-800\/85 {
  border-bottom-color: rgb(30 64 175 / 0.85) !important;
}

.border-b-blue-800\/90 {
  border-bottom-color: rgb(30 64 175 / 0.9) !important;
}

.border-b-blue-800\/95 {
  border-bottom-color: rgb(30 64 175 / 0.95) !important;
}

.border-b-blue-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-900\/0 {
  border-bottom-color: rgb(30 58 138 / 0) !important;
}

.border-b-blue-900\/10 {
  border-bottom-color: rgb(30 58 138 / 0.1) !important;
}

.border-b-blue-900\/100 {
  border-bottom-color: rgb(30 58 138 / 1) !important;
}

.border-b-blue-900\/15 {
  border-bottom-color: rgb(30 58 138 / 0.15) !important;
}

.border-b-blue-900\/20 {
  border-bottom-color: rgb(30 58 138 / 0.2) !important;
}

.border-b-blue-900\/25 {
  border-bottom-color: rgb(30 58 138 / 0.25) !important;
}

.border-b-blue-900\/30 {
  border-bottom-color: rgb(30 58 138 / 0.3) !important;
}

.border-b-blue-900\/35 {
  border-bottom-color: rgb(30 58 138 / 0.35) !important;
}

.border-b-blue-900\/40 {
  border-bottom-color: rgb(30 58 138 / 0.4) !important;
}

.border-b-blue-900\/45 {
  border-bottom-color: rgb(30 58 138 / 0.45) !important;
}

.border-b-blue-900\/5 {
  border-bottom-color: rgb(30 58 138 / 0.05) !important;
}

.border-b-blue-900\/50 {
  border-bottom-color: rgb(30 58 138 / 0.5) !important;
}

.border-b-blue-900\/55 {
  border-bottom-color: rgb(30 58 138 / 0.55) !important;
}

.border-b-blue-900\/60 {
  border-bottom-color: rgb(30 58 138 / 0.6) !important;
}

.border-b-blue-900\/65 {
  border-bottom-color: rgb(30 58 138 / 0.65) !important;
}

.border-b-blue-900\/70 {
  border-bottom-color: rgb(30 58 138 / 0.7) !important;
}

.border-b-blue-900\/75 {
  border-bottom-color: rgb(30 58 138 / 0.75) !important;
}

.border-b-blue-900\/80 {
  border-bottom-color: rgb(30 58 138 / 0.8) !important;
}

.border-b-blue-900\/85 {
  border-bottom-color: rgb(30 58 138 / 0.85) !important;
}

.border-b-blue-900\/90 {
  border-bottom-color: rgb(30 58 138 / 0.9) !important;
}

.border-b-blue-900\/95 {
  border-bottom-color: rgb(30 58 138 / 0.95) !important;
}

.border-b-blue-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-b-blue-950\/0 {
  border-bottom-color: rgb(23 37 84 / 0) !important;
}

.border-b-blue-950\/10 {
  border-bottom-color: rgb(23 37 84 / 0.1) !important;
}

.border-b-blue-950\/100 {
  border-bottom-color: rgb(23 37 84 / 1) !important;
}

.border-b-blue-950\/15 {
  border-bottom-color: rgb(23 37 84 / 0.15) !important;
}

.border-b-blue-950\/20 {
  border-bottom-color: rgb(23 37 84 / 0.2) !important;
}

.border-b-blue-950\/25 {
  border-bottom-color: rgb(23 37 84 / 0.25) !important;
}

.border-b-blue-950\/30 {
  border-bottom-color: rgb(23 37 84 / 0.3) !important;
}

.border-b-blue-950\/35 {
  border-bottom-color: rgb(23 37 84 / 0.35) !important;
}

.border-b-blue-950\/40 {
  border-bottom-color: rgb(23 37 84 / 0.4) !important;
}

.border-b-blue-950\/45 {
  border-bottom-color: rgb(23 37 84 / 0.45) !important;
}

.border-b-blue-950\/5 {
  border-bottom-color: rgb(23 37 84 / 0.05) !important;
}

.border-b-blue-950\/50 {
  border-bottom-color: rgb(23 37 84 / 0.5) !important;
}

.border-b-blue-950\/55 {
  border-bottom-color: rgb(23 37 84 / 0.55) !important;
}

.border-b-blue-950\/60 {
  border-bottom-color: rgb(23 37 84 / 0.6) !important;
}

.border-b-blue-950\/65 {
  border-bottom-color: rgb(23 37 84 / 0.65) !important;
}

.border-b-blue-950\/70 {
  border-bottom-color: rgb(23 37 84 / 0.7) !important;
}

.border-b-blue-950\/75 {
  border-bottom-color: rgb(23 37 84 / 0.75) !important;
}

.border-b-blue-950\/80 {
  border-bottom-color: rgb(23 37 84 / 0.8) !important;
}

.border-b-blue-950\/85 {
  border-bottom-color: rgb(23 37 84 / 0.85) !important;
}

.border-b-blue-950\/90 {
  border-bottom-color: rgb(23 37 84 / 0.9) !important;
}

.border-b-blue-950\/95 {
  border-bottom-color: rgb(23 37 84 / 0.95) !important;
}

.border-b-brand-brown {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brown\/0 {
  border-bottom-color: rgb(133 114 114 / 0) !important;
}

.border-b-brand-brown\/10 {
  border-bottom-color: rgb(133 114 114 / 0.1) !important;
}

.border-b-brand-brown\/100 {
  border-bottom-color: rgb(133 114 114 / 1) !important;
}

.border-b-brand-brown\/15 {
  border-bottom-color: rgb(133 114 114 / 0.15) !important;
}

.border-b-brand-brown\/20 {
  border-bottom-color: rgb(133 114 114 / 0.2) !important;
}

.border-b-brand-brown\/25 {
  border-bottom-color: rgb(133 114 114 / 0.25) !important;
}

.border-b-brand-brown\/30 {
  border-bottom-color: rgb(133 114 114 / 0.3) !important;
}

.border-b-brand-brown\/35 {
  border-bottom-color: rgb(133 114 114 / 0.35) !important;
}

.border-b-brand-brown\/40 {
  border-bottom-color: rgb(133 114 114 / 0.4) !important;
}

.border-b-brand-brown\/45 {
  border-bottom-color: rgb(133 114 114 / 0.45) !important;
}

.border-b-brand-brown\/5 {
  border-bottom-color: rgb(133 114 114 / 0.05) !important;
}

.border-b-brand-brown\/50 {
  border-bottom-color: rgb(133 114 114 / 0.5) !important;
}

.border-b-brand-brown\/55 {
  border-bottom-color: rgb(133 114 114 / 0.55) !important;
}

.border-b-brand-brown\/60 {
  border-bottom-color: rgb(133 114 114 / 0.6) !important;
}

.border-b-brand-brown\/65 {
  border-bottom-color: rgb(133 114 114 / 0.65) !important;
}

.border-b-brand-brown\/70 {
  border-bottom-color: rgb(133 114 114 / 0.7) !important;
}

.border-b-brand-brown\/75 {
  border-bottom-color: rgb(133 114 114 / 0.75) !important;
}

.border-b-brand-brown\/80 {
  border-bottom-color: rgb(133 114 114 / 0.8) !important;
}

.border-b-brand-brown\/85 {
  border-bottom-color: rgb(133 114 114 / 0.85) !important;
}

.border-b-brand-brown\/90 {
  border-bottom-color: rgb(133 114 114 / 0.9) !important;
}

.border-b-brand-brown\/95 {
  border-bottom-color: rgb(133 114 114 / 0.95) !important;
}

.border-b-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brownDark\/0 {
  border-bottom-color: rgb(73 71 78 / 0) !important;
}

.border-b-brand-brownDark\/10 {
  border-bottom-color: rgb(73 71 78 / 0.1) !important;
}

.border-b-brand-brownDark\/100 {
  border-bottom-color: rgb(73 71 78 / 1) !important;
}

.border-b-brand-brownDark\/15 {
  border-bottom-color: rgb(73 71 78 / 0.15) !important;
}

.border-b-brand-brownDark\/20 {
  border-bottom-color: rgb(73 71 78 / 0.2) !important;
}

.border-b-brand-brownDark\/25 {
  border-bottom-color: rgb(73 71 78 / 0.25) !important;
}

.border-b-brand-brownDark\/30 {
  border-bottom-color: rgb(73 71 78 / 0.3) !important;
}

.border-b-brand-brownDark\/35 {
  border-bottom-color: rgb(73 71 78 / 0.35) !important;
}

.border-b-brand-brownDark\/40 {
  border-bottom-color: rgb(73 71 78 / 0.4) !important;
}

.border-b-brand-brownDark\/45 {
  border-bottom-color: rgb(73 71 78 / 0.45) !important;
}

.border-b-brand-brownDark\/5 {
  border-bottom-color: rgb(73 71 78 / 0.05) !important;
}

.border-b-brand-brownDark\/50 {
  border-bottom-color: rgb(73 71 78 / 0.5) !important;
}

.border-b-brand-brownDark\/55 {
  border-bottom-color: rgb(73 71 78 / 0.55) !important;
}

.border-b-brand-brownDark\/60 {
  border-bottom-color: rgb(73 71 78 / 0.6) !important;
}

.border-b-brand-brownDark\/65 {
  border-bottom-color: rgb(73 71 78 / 0.65) !important;
}

.border-b-brand-brownDark\/70 {
  border-bottom-color: rgb(73 71 78 / 0.7) !important;
}

.border-b-brand-brownDark\/75 {
  border-bottom-color: rgb(73 71 78 / 0.75) !important;
}

.border-b-brand-brownDark\/80 {
  border-bottom-color: rgb(73 71 78 / 0.8) !important;
}

.border-b-brand-brownDark\/85 {
  border-bottom-color: rgb(73 71 78 / 0.85) !important;
}

.border-b-brand-brownDark\/90 {
  border-bottom-color: rgb(73 71 78 / 0.9) !important;
}

.border-b-brand-brownDark\/95 {
  border-bottom-color: rgb(73 71 78 / 0.95) !important;
}

.border-b-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brownDarker\/0 {
  border-bottom-color: rgb(36 34 42 / 0) !important;
}

.border-b-brand-brownDarker\/10 {
  border-bottom-color: rgb(36 34 42 / 0.1) !important;
}

.border-b-brand-brownDarker\/100 {
  border-bottom-color: rgb(36 34 42 / 1) !important;
}

.border-b-brand-brownDarker\/15 {
  border-bottom-color: rgb(36 34 42 / 0.15) !important;
}

.border-b-brand-brownDarker\/20 {
  border-bottom-color: rgb(36 34 42 / 0.2) !important;
}

.border-b-brand-brownDarker\/25 {
  border-bottom-color: rgb(36 34 42 / 0.25) !important;
}

.border-b-brand-brownDarker\/30 {
  border-bottom-color: rgb(36 34 42 / 0.3) !important;
}

.border-b-brand-brownDarker\/35 {
  border-bottom-color: rgb(36 34 42 / 0.35) !important;
}

.border-b-brand-brownDarker\/40 {
  border-bottom-color: rgb(36 34 42 / 0.4) !important;
}

.border-b-brand-brownDarker\/45 {
  border-bottom-color: rgb(36 34 42 / 0.45) !important;
}

.border-b-brand-brownDarker\/5 {
  border-bottom-color: rgb(36 34 42 / 0.05) !important;
}

.border-b-brand-brownDarker\/50 {
  border-bottom-color: rgb(36 34 42 / 0.5) !important;
}

.border-b-brand-brownDarker\/55 {
  border-bottom-color: rgb(36 34 42 / 0.55) !important;
}

.border-b-brand-brownDarker\/60 {
  border-bottom-color: rgb(36 34 42 / 0.6) !important;
}

.border-b-brand-brownDarker\/65 {
  border-bottom-color: rgb(36 34 42 / 0.65) !important;
}

.border-b-brand-brownDarker\/70 {
  border-bottom-color: rgb(36 34 42 / 0.7) !important;
}

.border-b-brand-brownDarker\/75 {
  border-bottom-color: rgb(36 34 42 / 0.75) !important;
}

.border-b-brand-brownDarker\/80 {
  border-bottom-color: rgb(36 34 42 / 0.8) !important;
}

.border-b-brand-brownDarker\/85 {
  border-bottom-color: rgb(36 34 42 / 0.85) !important;
}

.border-b-brand-brownDarker\/90 {
  border-bottom-color: rgb(36 34 42 / 0.9) !important;
}

.border-b-brand-brownDarker\/95 {
  border-bottom-color: rgb(36 34 42 / 0.95) !important;
}

.border-b-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brownDarkest\/0 {
  border-bottom-color: rgb(13 14 24 / 0) !important;
}

.border-b-brand-brownDarkest\/10 {
  border-bottom-color: rgb(13 14 24 / 0.1) !important;
}

.border-b-brand-brownDarkest\/100 {
  border-bottom-color: rgb(13 14 24 / 1) !important;
}

.border-b-brand-brownDarkest\/15 {
  border-bottom-color: rgb(13 14 24 / 0.15) !important;
}

.border-b-brand-brownDarkest\/20 {
  border-bottom-color: rgb(13 14 24 / 0.2) !important;
}

.border-b-brand-brownDarkest\/25 {
  border-bottom-color: rgb(13 14 24 / 0.25) !important;
}

.border-b-brand-brownDarkest\/30 {
  border-bottom-color: rgb(13 14 24 / 0.3) !important;
}

.border-b-brand-brownDarkest\/35 {
  border-bottom-color: rgb(13 14 24 / 0.35) !important;
}

.border-b-brand-brownDarkest\/40 {
  border-bottom-color: rgb(13 14 24 / 0.4) !important;
}

.border-b-brand-brownDarkest\/45 {
  border-bottom-color: rgb(13 14 24 / 0.45) !important;
}

.border-b-brand-brownDarkest\/5 {
  border-bottom-color: rgb(13 14 24 / 0.05) !important;
}

.border-b-brand-brownDarkest\/50 {
  border-bottom-color: rgb(13 14 24 / 0.5) !important;
}

.border-b-brand-brownDarkest\/55 {
  border-bottom-color: rgb(13 14 24 / 0.55) !important;
}

.border-b-brand-brownDarkest\/60 {
  border-bottom-color: rgb(13 14 24 / 0.6) !important;
}

.border-b-brand-brownDarkest\/65 {
  border-bottom-color: rgb(13 14 24 / 0.65) !important;
}

.border-b-brand-brownDarkest\/70 {
  border-bottom-color: rgb(13 14 24 / 0.7) !important;
}

.border-b-brand-brownDarkest\/75 {
  border-bottom-color: rgb(13 14 24 / 0.75) !important;
}

.border-b-brand-brownDarkest\/80 {
  border-bottom-color: rgb(13 14 24 / 0.8) !important;
}

.border-b-brand-brownDarkest\/85 {
  border-bottom-color: rgb(13 14 24 / 0.85) !important;
}

.border-b-brand-brownDarkest\/90 {
  border-bottom-color: rgb(13 14 24 / 0.9) !important;
}

.border-b-brand-brownDarkest\/95 {
  border-bottom-color: rgb(13 14 24 / 0.95) !important;
}

.border-b-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brownLighest\/0 {
  border-bottom-color: rgb(252 248 248 / 0) !important;
}

.border-b-brand-brownLighest\/10 {
  border-bottom-color: rgb(252 248 248 / 0.1) !important;
}

.border-b-brand-brownLighest\/100 {
  border-bottom-color: rgb(252 248 248 / 1) !important;
}

.border-b-brand-brownLighest\/15 {
  border-bottom-color: rgb(252 248 248 / 0.15) !important;
}

.border-b-brand-brownLighest\/20 {
  border-bottom-color: rgb(252 248 248 / 0.2) !important;
}

.border-b-brand-brownLighest\/25 {
  border-bottom-color: rgb(252 248 248 / 0.25) !important;
}

.border-b-brand-brownLighest\/30 {
  border-bottom-color: rgb(252 248 248 / 0.3) !important;
}

.border-b-brand-brownLighest\/35 {
  border-bottom-color: rgb(252 248 248 / 0.35) !important;
}

.border-b-brand-brownLighest\/40 {
  border-bottom-color: rgb(252 248 248 / 0.4) !important;
}

.border-b-brand-brownLighest\/45 {
  border-bottom-color: rgb(252 248 248 / 0.45) !important;
}

.border-b-brand-brownLighest\/5 {
  border-bottom-color: rgb(252 248 248 / 0.05) !important;
}

.border-b-brand-brownLighest\/50 {
  border-bottom-color: rgb(252 248 248 / 0.5) !important;
}

.border-b-brand-brownLighest\/55 {
  border-bottom-color: rgb(252 248 248 / 0.55) !important;
}

.border-b-brand-brownLighest\/60 {
  border-bottom-color: rgb(252 248 248 / 0.6) !important;
}

.border-b-brand-brownLighest\/65 {
  border-bottom-color: rgb(252 248 248 / 0.65) !important;
}

.border-b-brand-brownLighest\/70 {
  border-bottom-color: rgb(252 248 248 / 0.7) !important;
}

.border-b-brand-brownLighest\/75 {
  border-bottom-color: rgb(252 248 248 / 0.75) !important;
}

.border-b-brand-brownLighest\/80 {
  border-bottom-color: rgb(252 248 248 / 0.8) !important;
}

.border-b-brand-brownLighest\/85 {
  border-bottom-color: rgb(252 248 248 / 0.85) !important;
}

.border-b-brand-brownLighest\/90 {
  border-bottom-color: rgb(252 248 248 / 0.9) !important;
}

.border-b-brand-brownLighest\/95 {
  border-bottom-color: rgb(252 248 248 / 0.95) !important;
}

.border-b-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-brownLight\/0 {
  border-bottom-color: rgb(214 204 205 / 0) !important;
}

.border-b-brand-brownLight\/10 {
  border-bottom-color: rgb(214 204 205 / 0.1) !important;
}

.border-b-brand-brownLight\/100 {
  border-bottom-color: rgb(214 204 205 / 1) !important;
}

.border-b-brand-brownLight\/15 {
  border-bottom-color: rgb(214 204 205 / 0.15) !important;
}

.border-b-brand-brownLight\/20 {
  border-bottom-color: rgb(214 204 205 / 0.2) !important;
}

.border-b-brand-brownLight\/25 {
  border-bottom-color: rgb(214 204 205 / 0.25) !important;
}

.border-b-brand-brownLight\/30 {
  border-bottom-color: rgb(214 204 205 / 0.3) !important;
}

.border-b-brand-brownLight\/35 {
  border-bottom-color: rgb(214 204 205 / 0.35) !important;
}

.border-b-brand-brownLight\/40 {
  border-bottom-color: rgb(214 204 205 / 0.4) !important;
}

.border-b-brand-brownLight\/45 {
  border-bottom-color: rgb(214 204 205 / 0.45) !important;
}

.border-b-brand-brownLight\/5 {
  border-bottom-color: rgb(214 204 205 / 0.05) !important;
}

.border-b-brand-brownLight\/50 {
  border-bottom-color: rgb(214 204 205 / 0.5) !important;
}

.border-b-brand-brownLight\/55 {
  border-bottom-color: rgb(214 204 205 / 0.55) !important;
}

.border-b-brand-brownLight\/60 {
  border-bottom-color: rgb(214 204 205 / 0.6) !important;
}

.border-b-brand-brownLight\/65 {
  border-bottom-color: rgb(214 204 205 / 0.65) !important;
}

.border-b-brand-brownLight\/70 {
  border-bottom-color: rgb(214 204 205 / 0.7) !important;
}

.border-b-brand-brownLight\/75 {
  border-bottom-color: rgb(214 204 205 / 0.75) !important;
}

.border-b-brand-brownLight\/80 {
  border-bottom-color: rgb(214 204 205 / 0.8) !important;
}

.border-b-brand-brownLight\/85 {
  border-bottom-color: rgb(214 204 205 / 0.85) !important;
}

.border-b-brand-brownLight\/90 {
  border-bottom-color: rgb(214 204 205 / 0.9) !important;
}

.border-b-brand-brownLight\/95 {
  border-bottom-color: rgb(214 204 205 / 0.95) !important;
}

.border-b-brand-grey {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-grey\/0 {
  border-bottom-color: rgb(218 218 218 / 0) !important;
}

.border-b-brand-grey\/10 {
  border-bottom-color: rgb(218 218 218 / 0.1) !important;
}

.border-b-brand-grey\/100 {
  border-bottom-color: rgb(218 218 218 / 1) !important;
}

.border-b-brand-grey\/15 {
  border-bottom-color: rgb(218 218 218 / 0.15) !important;
}

.border-b-brand-grey\/20 {
  border-bottom-color: rgb(218 218 218 / 0.2) !important;
}

.border-b-brand-grey\/25 {
  border-bottom-color: rgb(218 218 218 / 0.25) !important;
}

.border-b-brand-grey\/30 {
  border-bottom-color: rgb(218 218 218 / 0.3) !important;
}

.border-b-brand-grey\/35 {
  border-bottom-color: rgb(218 218 218 / 0.35) !important;
}

.border-b-brand-grey\/40 {
  border-bottom-color: rgb(218 218 218 / 0.4) !important;
}

.border-b-brand-grey\/45 {
  border-bottom-color: rgb(218 218 218 / 0.45) !important;
}

.border-b-brand-grey\/5 {
  border-bottom-color: rgb(218 218 218 / 0.05) !important;
}

.border-b-brand-grey\/50 {
  border-bottom-color: rgb(218 218 218 / 0.5) !important;
}

.border-b-brand-grey\/55 {
  border-bottom-color: rgb(218 218 218 / 0.55) !important;
}

.border-b-brand-grey\/60 {
  border-bottom-color: rgb(218 218 218 / 0.6) !important;
}

.border-b-brand-grey\/65 {
  border-bottom-color: rgb(218 218 218 / 0.65) !important;
}

.border-b-brand-grey\/70 {
  border-bottom-color: rgb(218 218 218 / 0.7) !important;
}

.border-b-brand-grey\/75 {
  border-bottom-color: rgb(218 218 218 / 0.75) !important;
}

.border-b-brand-grey\/80 {
  border-bottom-color: rgb(218 218 218 / 0.8) !important;
}

.border-b-brand-grey\/85 {
  border-bottom-color: rgb(218 218 218 / 0.85) !important;
}

.border-b-brand-grey\/90 {
  border-bottom-color: rgb(218 218 218 / 0.9) !important;
}

.border-b-brand-grey\/95 {
  border-bottom-color: rgb(218 218 218 / 0.95) !important;
}

.border-b-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-greyDarkest\/0 {
  border-bottom-color: rgb(26 3 27 / 0) !important;
}

.border-b-brand-greyDarkest\/10 {
  border-bottom-color: rgb(26 3 27 / 0.1) !important;
}

.border-b-brand-greyDarkest\/100 {
  border-bottom-color: rgb(26 3 27 / 1) !important;
}

.border-b-brand-greyDarkest\/15 {
  border-bottom-color: rgb(26 3 27 / 0.15) !important;
}

.border-b-brand-greyDarkest\/20 {
  border-bottom-color: rgb(26 3 27 / 0.2) !important;
}

.border-b-brand-greyDarkest\/25 {
  border-bottom-color: rgb(26 3 27 / 0.25) !important;
}

.border-b-brand-greyDarkest\/30 {
  border-bottom-color: rgb(26 3 27 / 0.3) !important;
}

.border-b-brand-greyDarkest\/35 {
  border-bottom-color: rgb(26 3 27 / 0.35) !important;
}

.border-b-brand-greyDarkest\/40 {
  border-bottom-color: rgb(26 3 27 / 0.4) !important;
}

.border-b-brand-greyDarkest\/45 {
  border-bottom-color: rgb(26 3 27 / 0.45) !important;
}

.border-b-brand-greyDarkest\/5 {
  border-bottom-color: rgb(26 3 27 / 0.05) !important;
}

.border-b-brand-greyDarkest\/50 {
  border-bottom-color: rgb(26 3 27 / 0.5) !important;
}

.border-b-brand-greyDarkest\/55 {
  border-bottom-color: rgb(26 3 27 / 0.55) !important;
}

.border-b-brand-greyDarkest\/60 {
  border-bottom-color: rgb(26 3 27 / 0.6) !important;
}

.border-b-brand-greyDarkest\/65 {
  border-bottom-color: rgb(26 3 27 / 0.65) !important;
}

.border-b-brand-greyDarkest\/70 {
  border-bottom-color: rgb(26 3 27 / 0.7) !important;
}

.border-b-brand-greyDarkest\/75 {
  border-bottom-color: rgb(26 3 27 / 0.75) !important;
}

.border-b-brand-greyDarkest\/80 {
  border-bottom-color: rgb(26 3 27 / 0.8) !important;
}

.border-b-brand-greyDarkest\/85 {
  border-bottom-color: rgb(26 3 27 / 0.85) !important;
}

.border-b-brand-greyDarkest\/90 {
  border-bottom-color: rgb(26 3 27 / 0.9) !important;
}

.border-b-brand-greyDarkest\/95 {
  border-bottom-color: rgb(26 3 27 / 0.95) !important;
}

.border-b-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-greyLight\/0 {
  border-bottom-color: rgb(249 248 254 / 0) !important;
}

.border-b-brand-greyLight\/10 {
  border-bottom-color: rgb(249 248 254 / 0.1) !important;
}

.border-b-brand-greyLight\/100 {
  border-bottom-color: rgb(249 248 254 / 1) !important;
}

.border-b-brand-greyLight\/15 {
  border-bottom-color: rgb(249 248 254 / 0.15) !important;
}

.border-b-brand-greyLight\/20 {
  border-bottom-color: rgb(249 248 254 / 0.2) !important;
}

.border-b-brand-greyLight\/25 {
  border-bottom-color: rgb(249 248 254 / 0.25) !important;
}

.border-b-brand-greyLight\/30 {
  border-bottom-color: rgb(249 248 254 / 0.3) !important;
}

.border-b-brand-greyLight\/35 {
  border-bottom-color: rgb(249 248 254 / 0.35) !important;
}

.border-b-brand-greyLight\/40 {
  border-bottom-color: rgb(249 248 254 / 0.4) !important;
}

.border-b-brand-greyLight\/45 {
  border-bottom-color: rgb(249 248 254 / 0.45) !important;
}

.border-b-brand-greyLight\/5 {
  border-bottom-color: rgb(249 248 254 / 0.05) !important;
}

.border-b-brand-greyLight\/50 {
  border-bottom-color: rgb(249 248 254 / 0.5) !important;
}

.border-b-brand-greyLight\/55 {
  border-bottom-color: rgb(249 248 254 / 0.55) !important;
}

.border-b-brand-greyLight\/60 {
  border-bottom-color: rgb(249 248 254 / 0.6) !important;
}

.border-b-brand-greyLight\/65 {
  border-bottom-color: rgb(249 248 254 / 0.65) !important;
}

.border-b-brand-greyLight\/70 {
  border-bottom-color: rgb(249 248 254 / 0.7) !important;
}

.border-b-brand-greyLight\/75 {
  border-bottom-color: rgb(249 248 254 / 0.75) !important;
}

.border-b-brand-greyLight\/80 {
  border-bottom-color: rgb(249 248 254 / 0.8) !important;
}

.border-b-brand-greyLight\/85 {
  border-bottom-color: rgb(249 248 254 / 0.85) !important;
}

.border-b-brand-greyLight\/90 {
  border-bottom-color: rgb(249 248 254 / 0.9) !important;
}

.border-b-brand-greyLight\/95 {
  border-bottom-color: rgb(249 248 254 / 0.95) !important;
}

.border-b-brand-red {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-red\/0 {
  border-bottom-color: rgb(223 45 59 / 0) !important;
}

.border-b-brand-red\/10 {
  border-bottom-color: rgb(223 45 59 / 0.1) !important;
}

.border-b-brand-red\/100 {
  border-bottom-color: rgb(223 45 59 / 1) !important;
}

.border-b-brand-red\/15 {
  border-bottom-color: rgb(223 45 59 / 0.15) !important;
}

.border-b-brand-red\/20 {
  border-bottom-color: rgb(223 45 59 / 0.2) !important;
}

.border-b-brand-red\/25 {
  border-bottom-color: rgb(223 45 59 / 0.25) !important;
}

.border-b-brand-red\/30 {
  border-bottom-color: rgb(223 45 59 / 0.3) !important;
}

.border-b-brand-red\/35 {
  border-bottom-color: rgb(223 45 59 / 0.35) !important;
}

.border-b-brand-red\/40 {
  border-bottom-color: rgb(223 45 59 / 0.4) !important;
}

.border-b-brand-red\/45 {
  border-bottom-color: rgb(223 45 59 / 0.45) !important;
}

.border-b-brand-red\/5 {
  border-bottom-color: rgb(223 45 59 / 0.05) !important;
}

.border-b-brand-red\/50 {
  border-bottom-color: rgb(223 45 59 / 0.5) !important;
}

.border-b-brand-red\/55 {
  border-bottom-color: rgb(223 45 59 / 0.55) !important;
}

.border-b-brand-red\/60 {
  border-bottom-color: rgb(223 45 59 / 0.6) !important;
}

.border-b-brand-red\/65 {
  border-bottom-color: rgb(223 45 59 / 0.65) !important;
}

.border-b-brand-red\/70 {
  border-bottom-color: rgb(223 45 59 / 0.7) !important;
}

.border-b-brand-red\/75 {
  border-bottom-color: rgb(223 45 59 / 0.75) !important;
}

.border-b-brand-red\/80 {
  border-bottom-color: rgb(223 45 59 / 0.8) !important;
}

.border-b-brand-red\/85 {
  border-bottom-color: rgb(223 45 59 / 0.85) !important;
}

.border-b-brand-red\/90 {
  border-bottom-color: rgb(223 45 59 / 0.9) !important;
}

.border-b-brand-red\/95 {
  border-bottom-color: rgb(223 45 59 / 0.95) !important;
}

.border-b-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-redDark\/0 {
  border-bottom-color: rgb(190 22 35 / 0) !important;
}

.border-b-brand-redDark\/10 {
  border-bottom-color: rgb(190 22 35 / 0.1) !important;
}

.border-b-brand-redDark\/100 {
  border-bottom-color: rgb(190 22 35 / 1) !important;
}

.border-b-brand-redDark\/15 {
  border-bottom-color: rgb(190 22 35 / 0.15) !important;
}

.border-b-brand-redDark\/20 {
  border-bottom-color: rgb(190 22 35 / 0.2) !important;
}

.border-b-brand-redDark\/25 {
  border-bottom-color: rgb(190 22 35 / 0.25) !important;
}

.border-b-brand-redDark\/30 {
  border-bottom-color: rgb(190 22 35 / 0.3) !important;
}

.border-b-brand-redDark\/35 {
  border-bottom-color: rgb(190 22 35 / 0.35) !important;
}

.border-b-brand-redDark\/40 {
  border-bottom-color: rgb(190 22 35 / 0.4) !important;
}

.border-b-brand-redDark\/45 {
  border-bottom-color: rgb(190 22 35 / 0.45) !important;
}

.border-b-brand-redDark\/5 {
  border-bottom-color: rgb(190 22 35 / 0.05) !important;
}

.border-b-brand-redDark\/50 {
  border-bottom-color: rgb(190 22 35 / 0.5) !important;
}

.border-b-brand-redDark\/55 {
  border-bottom-color: rgb(190 22 35 / 0.55) !important;
}

.border-b-brand-redDark\/60 {
  border-bottom-color: rgb(190 22 35 / 0.6) !important;
}

.border-b-brand-redDark\/65 {
  border-bottom-color: rgb(190 22 35 / 0.65) !important;
}

.border-b-brand-redDark\/70 {
  border-bottom-color: rgb(190 22 35 / 0.7) !important;
}

.border-b-brand-redDark\/75 {
  border-bottom-color: rgb(190 22 35 / 0.75) !important;
}

.border-b-brand-redDark\/80 {
  border-bottom-color: rgb(190 22 35 / 0.8) !important;
}

.border-b-brand-redDark\/85 {
  border-bottom-color: rgb(190 22 35 / 0.85) !important;
}

.border-b-brand-redDark\/90 {
  border-bottom-color: rgb(190 22 35 / 0.9) !important;
}

.border-b-brand-redDark\/95 {
  border-bottom-color: rgb(190 22 35 / 0.95) !important;
}

.border-b-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-systemGreen\/0 {
  border-bottom-color: rgb(30 214 93 / 0) !important;
}

.border-b-brand-systemGreen\/10 {
  border-bottom-color: rgb(30 214 93 / 0.1) !important;
}

.border-b-brand-systemGreen\/100 {
  border-bottom-color: rgb(30 214 93 / 1) !important;
}

.border-b-brand-systemGreen\/15 {
  border-bottom-color: rgb(30 214 93 / 0.15) !important;
}

.border-b-brand-systemGreen\/20 {
  border-bottom-color: rgb(30 214 93 / 0.2) !important;
}

.border-b-brand-systemGreen\/25 {
  border-bottom-color: rgb(30 214 93 / 0.25) !important;
}

.border-b-brand-systemGreen\/30 {
  border-bottom-color: rgb(30 214 93 / 0.3) !important;
}

.border-b-brand-systemGreen\/35 {
  border-bottom-color: rgb(30 214 93 / 0.35) !important;
}

.border-b-brand-systemGreen\/40 {
  border-bottom-color: rgb(30 214 93 / 0.4) !important;
}

.border-b-brand-systemGreen\/45 {
  border-bottom-color: rgb(30 214 93 / 0.45) !important;
}

.border-b-brand-systemGreen\/5 {
  border-bottom-color: rgb(30 214 93 / 0.05) !important;
}

.border-b-brand-systemGreen\/50 {
  border-bottom-color: rgb(30 214 93 / 0.5) !important;
}

.border-b-brand-systemGreen\/55 {
  border-bottom-color: rgb(30 214 93 / 0.55) !important;
}

.border-b-brand-systemGreen\/60 {
  border-bottom-color: rgb(30 214 93 / 0.6) !important;
}

.border-b-brand-systemGreen\/65 {
  border-bottom-color: rgb(30 214 93 / 0.65) !important;
}

.border-b-brand-systemGreen\/70 {
  border-bottom-color: rgb(30 214 93 / 0.7) !important;
}

.border-b-brand-systemGreen\/75 {
  border-bottom-color: rgb(30 214 93 / 0.75) !important;
}

.border-b-brand-systemGreen\/80 {
  border-bottom-color: rgb(30 214 93 / 0.8) !important;
}

.border-b-brand-systemGreen\/85 {
  border-bottom-color: rgb(30 214 93 / 0.85) !important;
}

.border-b-brand-systemGreen\/90 {
  border-bottom-color: rgb(30 214 93 / 0.9) !important;
}

.border-b-brand-systemGreen\/95 {
  border-bottom-color: rgb(30 214 93 / 0.95) !important;
}

.border-b-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-systemOrange\/0 {
  border-bottom-color: rgb(216 125 19 / 0) !important;
}

.border-b-brand-systemOrange\/10 {
  border-bottom-color: rgb(216 125 19 / 0.1) !important;
}

.border-b-brand-systemOrange\/100 {
  border-bottom-color: rgb(216 125 19 / 1) !important;
}

.border-b-brand-systemOrange\/15 {
  border-bottom-color: rgb(216 125 19 / 0.15) !important;
}

.border-b-brand-systemOrange\/20 {
  border-bottom-color: rgb(216 125 19 / 0.2) !important;
}

.border-b-brand-systemOrange\/25 {
  border-bottom-color: rgb(216 125 19 / 0.25) !important;
}

.border-b-brand-systemOrange\/30 {
  border-bottom-color: rgb(216 125 19 / 0.3) !important;
}

.border-b-brand-systemOrange\/35 {
  border-bottom-color: rgb(216 125 19 / 0.35) !important;
}

.border-b-brand-systemOrange\/40 {
  border-bottom-color: rgb(216 125 19 / 0.4) !important;
}

.border-b-brand-systemOrange\/45 {
  border-bottom-color: rgb(216 125 19 / 0.45) !important;
}

.border-b-brand-systemOrange\/5 {
  border-bottom-color: rgb(216 125 19 / 0.05) !important;
}

.border-b-brand-systemOrange\/50 {
  border-bottom-color: rgb(216 125 19 / 0.5) !important;
}

.border-b-brand-systemOrange\/55 {
  border-bottom-color: rgb(216 125 19 / 0.55) !important;
}

.border-b-brand-systemOrange\/60 {
  border-bottom-color: rgb(216 125 19 / 0.6) !important;
}

.border-b-brand-systemOrange\/65 {
  border-bottom-color: rgb(216 125 19 / 0.65) !important;
}

.border-b-brand-systemOrange\/70 {
  border-bottom-color: rgb(216 125 19 / 0.7) !important;
}

.border-b-brand-systemOrange\/75 {
  border-bottom-color: rgb(216 125 19 / 0.75) !important;
}

.border-b-brand-systemOrange\/80 {
  border-bottom-color: rgb(216 125 19 / 0.8) !important;
}

.border-b-brand-systemOrange\/85 {
  border-bottom-color: rgb(216 125 19 / 0.85) !important;
}

.border-b-brand-systemOrange\/90 {
  border-bottom-color: rgb(216 125 19 / 0.9) !important;
}

.border-b-brand-systemOrange\/95 {
  border-bottom-color: rgb(216 125 19 / 0.95) !important;
}

.border-b-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-systemRed\/0 {
  border-bottom-color: rgb(227 45 59 / 0) !important;
}

.border-b-brand-systemRed\/10 {
  border-bottom-color: rgb(227 45 59 / 0.1) !important;
}

.border-b-brand-systemRed\/100 {
  border-bottom-color: rgb(227 45 59 / 1) !important;
}

.border-b-brand-systemRed\/15 {
  border-bottom-color: rgb(227 45 59 / 0.15) !important;
}

.border-b-brand-systemRed\/20 {
  border-bottom-color: rgb(227 45 59 / 0.2) !important;
}

.border-b-brand-systemRed\/25 {
  border-bottom-color: rgb(227 45 59 / 0.25) !important;
}

.border-b-brand-systemRed\/30 {
  border-bottom-color: rgb(227 45 59 / 0.3) !important;
}

.border-b-brand-systemRed\/35 {
  border-bottom-color: rgb(227 45 59 / 0.35) !important;
}

.border-b-brand-systemRed\/40 {
  border-bottom-color: rgb(227 45 59 / 0.4) !important;
}

.border-b-brand-systemRed\/45 {
  border-bottom-color: rgb(227 45 59 / 0.45) !important;
}

.border-b-brand-systemRed\/5 {
  border-bottom-color: rgb(227 45 59 / 0.05) !important;
}

.border-b-brand-systemRed\/50 {
  border-bottom-color: rgb(227 45 59 / 0.5) !important;
}

.border-b-brand-systemRed\/55 {
  border-bottom-color: rgb(227 45 59 / 0.55) !important;
}

.border-b-brand-systemRed\/60 {
  border-bottom-color: rgb(227 45 59 / 0.6) !important;
}

.border-b-brand-systemRed\/65 {
  border-bottom-color: rgb(227 45 59 / 0.65) !important;
}

.border-b-brand-systemRed\/70 {
  border-bottom-color: rgb(227 45 59 / 0.7) !important;
}

.border-b-brand-systemRed\/75 {
  border-bottom-color: rgb(227 45 59 / 0.75) !important;
}

.border-b-brand-systemRed\/80 {
  border-bottom-color: rgb(227 45 59 / 0.8) !important;
}

.border-b-brand-systemRed\/85 {
  border-bottom-color: rgb(227 45 59 / 0.85) !important;
}

.border-b-brand-systemRed\/90 {
  border-bottom-color: rgb(227 45 59 / 0.9) !important;
}

.border-b-brand-systemRed\/95 {
  border-bottom-color: rgb(227 45 59 / 0.95) !important;
}

.border-b-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-systemYellow\/0 {
  border-bottom-color: rgb(227 203 15 / 0) !important;
}

.border-b-brand-systemYellow\/10 {
  border-bottom-color: rgb(227 203 15 / 0.1) !important;
}

.border-b-brand-systemYellow\/100 {
  border-bottom-color: rgb(227 203 15 / 1) !important;
}

.border-b-brand-systemYellow\/15 {
  border-bottom-color: rgb(227 203 15 / 0.15) !important;
}

.border-b-brand-systemYellow\/20 {
  border-bottom-color: rgb(227 203 15 / 0.2) !important;
}

.border-b-brand-systemYellow\/25 {
  border-bottom-color: rgb(227 203 15 / 0.25) !important;
}

.border-b-brand-systemYellow\/30 {
  border-bottom-color: rgb(227 203 15 / 0.3) !important;
}

.border-b-brand-systemYellow\/35 {
  border-bottom-color: rgb(227 203 15 / 0.35) !important;
}

.border-b-brand-systemYellow\/40 {
  border-bottom-color: rgb(227 203 15 / 0.4) !important;
}

.border-b-brand-systemYellow\/45 {
  border-bottom-color: rgb(227 203 15 / 0.45) !important;
}

.border-b-brand-systemYellow\/5 {
  border-bottom-color: rgb(227 203 15 / 0.05) !important;
}

.border-b-brand-systemYellow\/50 {
  border-bottom-color: rgb(227 203 15 / 0.5) !important;
}

.border-b-brand-systemYellow\/55 {
  border-bottom-color: rgb(227 203 15 / 0.55) !important;
}

.border-b-brand-systemYellow\/60 {
  border-bottom-color: rgb(227 203 15 / 0.6) !important;
}

.border-b-brand-systemYellow\/65 {
  border-bottom-color: rgb(227 203 15 / 0.65) !important;
}

.border-b-brand-systemYellow\/70 {
  border-bottom-color: rgb(227 203 15 / 0.7) !important;
}

.border-b-brand-systemYellow\/75 {
  border-bottom-color: rgb(227 203 15 / 0.75) !important;
}

.border-b-brand-systemYellow\/80 {
  border-bottom-color: rgb(227 203 15 / 0.8) !important;
}

.border-b-brand-systemYellow\/85 {
  border-bottom-color: rgb(227 203 15 / 0.85) !important;
}

.border-b-brand-systemYellow\/90 {
  border-bottom-color: rgb(227 203 15 / 0.9) !important;
}

.border-b-brand-systemYellow\/95 {
  border-bottom-color: rgb(227 203 15 / 0.95) !important;
}

.border-b-brand-text {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-text\/0 {
  border-bottom-color: rgb(18 2 28 / 0) !important;
}

.border-b-brand-text\/10 {
  border-bottom-color: rgb(18 2 28 / 0.1) !important;
}

.border-b-brand-text\/100 {
  border-bottom-color: rgb(18 2 28 / 1) !important;
}

.border-b-brand-text\/15 {
  border-bottom-color: rgb(18 2 28 / 0.15) !important;
}

.border-b-brand-text\/20 {
  border-bottom-color: rgb(18 2 28 / 0.2) !important;
}

.border-b-brand-text\/25 {
  border-bottom-color: rgb(18 2 28 / 0.25) !important;
}

.border-b-brand-text\/30 {
  border-bottom-color: rgb(18 2 28 / 0.3) !important;
}

.border-b-brand-text\/35 {
  border-bottom-color: rgb(18 2 28 / 0.35) !important;
}

.border-b-brand-text\/40 {
  border-bottom-color: rgb(18 2 28 / 0.4) !important;
}

.border-b-brand-text\/45 {
  border-bottom-color: rgb(18 2 28 / 0.45) !important;
}

.border-b-brand-text\/5 {
  border-bottom-color: rgb(18 2 28 / 0.05) !important;
}

.border-b-brand-text\/50 {
  border-bottom-color: rgb(18 2 28 / 0.5) !important;
}

.border-b-brand-text\/55 {
  border-bottom-color: rgb(18 2 28 / 0.55) !important;
}

.border-b-brand-text\/60 {
  border-bottom-color: rgb(18 2 28 / 0.6) !important;
}

.border-b-brand-text\/65 {
  border-bottom-color: rgb(18 2 28 / 0.65) !important;
}

.border-b-brand-text\/70 {
  border-bottom-color: rgb(18 2 28 / 0.7) !important;
}

.border-b-brand-text\/75 {
  border-bottom-color: rgb(18 2 28 / 0.75) !important;
}

.border-b-brand-text\/80 {
  border-bottom-color: rgb(18 2 28 / 0.8) !important;
}

.border-b-brand-text\/85 {
  border-bottom-color: rgb(18 2 28 / 0.85) !important;
}

.border-b-brand-text\/90 {
  border-bottom-color: rgb(18 2 28 / 0.9) !important;
}

.border-b-brand-text\/95 {
  border-bottom-color: rgb(18 2 28 / 0.95) !important;
}

.border-b-brand-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-brand-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0) !important;
}

.border-b-brand-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1) !important;
}

.border-b-brand-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1) !important;
}

.border-b-brand-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15) !important;
}

.border-b-brand-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2) !important;
}

.border-b-brand-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25) !important;
}

.border-b-brand-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3) !important;
}

.border-b-brand-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35) !important;
}

.border-b-brand-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4) !important;
}

.border-b-brand-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45) !important;
}

.border-b-brand-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05) !important;
}

.border-b-brand-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5) !important;
}

.border-b-brand-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55) !important;
}

.border-b-brand-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6) !important;
}

.border-b-brand-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65) !important;
}

.border-b-brand-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7) !important;
}

.border-b-brand-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75) !important;
}

.border-b-brand-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8) !important;
}

.border-b-brand-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85) !important;
}

.border-b-brand-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9) !important;
}

.border-b-brand-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95) !important;
}

.border-b-current {
  border-bottom-color: currentColor !important;
}

.border-b-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-100\/0 {
  border-bottom-color: rgb(207 250 254 / 0) !important;
}

.border-b-cyan-100\/10 {
  border-bottom-color: rgb(207 250 254 / 0.1) !important;
}

.border-b-cyan-100\/100 {
  border-bottom-color: rgb(207 250 254 / 1) !important;
}

.border-b-cyan-100\/15 {
  border-bottom-color: rgb(207 250 254 / 0.15) !important;
}

.border-b-cyan-100\/20 {
  border-bottom-color: rgb(207 250 254 / 0.2) !important;
}

.border-b-cyan-100\/25 {
  border-bottom-color: rgb(207 250 254 / 0.25) !important;
}

.border-b-cyan-100\/30 {
  border-bottom-color: rgb(207 250 254 / 0.3) !important;
}

.border-b-cyan-100\/35 {
  border-bottom-color: rgb(207 250 254 / 0.35) !important;
}

.border-b-cyan-100\/40 {
  border-bottom-color: rgb(207 250 254 / 0.4) !important;
}

.border-b-cyan-100\/45 {
  border-bottom-color: rgb(207 250 254 / 0.45) !important;
}

.border-b-cyan-100\/5 {
  border-bottom-color: rgb(207 250 254 / 0.05) !important;
}

.border-b-cyan-100\/50 {
  border-bottom-color: rgb(207 250 254 / 0.5) !important;
}

.border-b-cyan-100\/55 {
  border-bottom-color: rgb(207 250 254 / 0.55) !important;
}

.border-b-cyan-100\/60 {
  border-bottom-color: rgb(207 250 254 / 0.6) !important;
}

.border-b-cyan-100\/65 {
  border-bottom-color: rgb(207 250 254 / 0.65) !important;
}

.border-b-cyan-100\/70 {
  border-bottom-color: rgb(207 250 254 / 0.7) !important;
}

.border-b-cyan-100\/75 {
  border-bottom-color: rgb(207 250 254 / 0.75) !important;
}

.border-b-cyan-100\/80 {
  border-bottom-color: rgb(207 250 254 / 0.8) !important;
}

.border-b-cyan-100\/85 {
  border-bottom-color: rgb(207 250 254 / 0.85) !important;
}

.border-b-cyan-100\/90 {
  border-bottom-color: rgb(207 250 254 / 0.9) !important;
}

.border-b-cyan-100\/95 {
  border-bottom-color: rgb(207 250 254 / 0.95) !important;
}

.border-b-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-200\/0 {
  border-bottom-color: rgb(165 243 252 / 0) !important;
}

.border-b-cyan-200\/10 {
  border-bottom-color: rgb(165 243 252 / 0.1) !important;
}

.border-b-cyan-200\/100 {
  border-bottom-color: rgb(165 243 252 / 1) !important;
}

.border-b-cyan-200\/15 {
  border-bottom-color: rgb(165 243 252 / 0.15) !important;
}

.border-b-cyan-200\/20 {
  border-bottom-color: rgb(165 243 252 / 0.2) !important;
}

.border-b-cyan-200\/25 {
  border-bottom-color: rgb(165 243 252 / 0.25) !important;
}

.border-b-cyan-200\/30 {
  border-bottom-color: rgb(165 243 252 / 0.3) !important;
}

.border-b-cyan-200\/35 {
  border-bottom-color: rgb(165 243 252 / 0.35) !important;
}

.border-b-cyan-200\/40 {
  border-bottom-color: rgb(165 243 252 / 0.4) !important;
}

.border-b-cyan-200\/45 {
  border-bottom-color: rgb(165 243 252 / 0.45) !important;
}

.border-b-cyan-200\/5 {
  border-bottom-color: rgb(165 243 252 / 0.05) !important;
}

.border-b-cyan-200\/50 {
  border-bottom-color: rgb(165 243 252 / 0.5) !important;
}

.border-b-cyan-200\/55 {
  border-bottom-color: rgb(165 243 252 / 0.55) !important;
}

.border-b-cyan-200\/60 {
  border-bottom-color: rgb(165 243 252 / 0.6) !important;
}

.border-b-cyan-200\/65 {
  border-bottom-color: rgb(165 243 252 / 0.65) !important;
}

.border-b-cyan-200\/70 {
  border-bottom-color: rgb(165 243 252 / 0.7) !important;
}

.border-b-cyan-200\/75 {
  border-bottom-color: rgb(165 243 252 / 0.75) !important;
}

.border-b-cyan-200\/80 {
  border-bottom-color: rgb(165 243 252 / 0.8) !important;
}

.border-b-cyan-200\/85 {
  border-bottom-color: rgb(165 243 252 / 0.85) !important;
}

.border-b-cyan-200\/90 {
  border-bottom-color: rgb(165 243 252 / 0.9) !important;
}

.border-b-cyan-200\/95 {
  border-bottom-color: rgb(165 243 252 / 0.95) !important;
}

.border-b-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-300\/0 {
  border-bottom-color: rgb(103 232 249 / 0) !important;
}

.border-b-cyan-300\/10 {
  border-bottom-color: rgb(103 232 249 / 0.1) !important;
}

.border-b-cyan-300\/100 {
  border-bottom-color: rgb(103 232 249 / 1) !important;
}

.border-b-cyan-300\/15 {
  border-bottom-color: rgb(103 232 249 / 0.15) !important;
}

.border-b-cyan-300\/20 {
  border-bottom-color: rgb(103 232 249 / 0.2) !important;
}

.border-b-cyan-300\/25 {
  border-bottom-color: rgb(103 232 249 / 0.25) !important;
}

.border-b-cyan-300\/30 {
  border-bottom-color: rgb(103 232 249 / 0.3) !important;
}

.border-b-cyan-300\/35 {
  border-bottom-color: rgb(103 232 249 / 0.35) !important;
}

.border-b-cyan-300\/40 {
  border-bottom-color: rgb(103 232 249 / 0.4) !important;
}

.border-b-cyan-300\/45 {
  border-bottom-color: rgb(103 232 249 / 0.45) !important;
}

.border-b-cyan-300\/5 {
  border-bottom-color: rgb(103 232 249 / 0.05) !important;
}

.border-b-cyan-300\/50 {
  border-bottom-color: rgb(103 232 249 / 0.5) !important;
}

.border-b-cyan-300\/55 {
  border-bottom-color: rgb(103 232 249 / 0.55) !important;
}

.border-b-cyan-300\/60 {
  border-bottom-color: rgb(103 232 249 / 0.6) !important;
}

.border-b-cyan-300\/65 {
  border-bottom-color: rgb(103 232 249 / 0.65) !important;
}

.border-b-cyan-300\/70 {
  border-bottom-color: rgb(103 232 249 / 0.7) !important;
}

.border-b-cyan-300\/75 {
  border-bottom-color: rgb(103 232 249 / 0.75) !important;
}

.border-b-cyan-300\/80 {
  border-bottom-color: rgb(103 232 249 / 0.8) !important;
}

.border-b-cyan-300\/85 {
  border-bottom-color: rgb(103 232 249 / 0.85) !important;
}

.border-b-cyan-300\/90 {
  border-bottom-color: rgb(103 232 249 / 0.9) !important;
}

.border-b-cyan-300\/95 {
  border-bottom-color: rgb(103 232 249 / 0.95) !important;
}

.border-b-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-400\/0 {
  border-bottom-color: rgb(34 211 238 / 0) !important;
}

.border-b-cyan-400\/10 {
  border-bottom-color: rgb(34 211 238 / 0.1) !important;
}

.border-b-cyan-400\/100 {
  border-bottom-color: rgb(34 211 238 / 1) !important;
}

.border-b-cyan-400\/15 {
  border-bottom-color: rgb(34 211 238 / 0.15) !important;
}

.border-b-cyan-400\/20 {
  border-bottom-color: rgb(34 211 238 / 0.2) !important;
}

.border-b-cyan-400\/25 {
  border-bottom-color: rgb(34 211 238 / 0.25) !important;
}

.border-b-cyan-400\/30 {
  border-bottom-color: rgb(34 211 238 / 0.3) !important;
}

.border-b-cyan-400\/35 {
  border-bottom-color: rgb(34 211 238 / 0.35) !important;
}

.border-b-cyan-400\/40 {
  border-bottom-color: rgb(34 211 238 / 0.4) !important;
}

.border-b-cyan-400\/45 {
  border-bottom-color: rgb(34 211 238 / 0.45) !important;
}

.border-b-cyan-400\/5 {
  border-bottom-color: rgb(34 211 238 / 0.05) !important;
}

.border-b-cyan-400\/50 {
  border-bottom-color: rgb(34 211 238 / 0.5) !important;
}

.border-b-cyan-400\/55 {
  border-bottom-color: rgb(34 211 238 / 0.55) !important;
}

.border-b-cyan-400\/60 {
  border-bottom-color: rgb(34 211 238 / 0.6) !important;
}

.border-b-cyan-400\/65 {
  border-bottom-color: rgb(34 211 238 / 0.65) !important;
}

.border-b-cyan-400\/70 {
  border-bottom-color: rgb(34 211 238 / 0.7) !important;
}

.border-b-cyan-400\/75 {
  border-bottom-color: rgb(34 211 238 / 0.75) !important;
}

.border-b-cyan-400\/80 {
  border-bottom-color: rgb(34 211 238 / 0.8) !important;
}

.border-b-cyan-400\/85 {
  border-bottom-color: rgb(34 211 238 / 0.85) !important;
}

.border-b-cyan-400\/90 {
  border-bottom-color: rgb(34 211 238 / 0.9) !important;
}

.border-b-cyan-400\/95 {
  border-bottom-color: rgb(34 211 238 / 0.95) !important;
}

.border-b-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-50\/0 {
  border-bottom-color: rgb(236 254 255 / 0) !important;
}

.border-b-cyan-50\/10 {
  border-bottom-color: rgb(236 254 255 / 0.1) !important;
}

.border-b-cyan-50\/100 {
  border-bottom-color: rgb(236 254 255 / 1) !important;
}

.border-b-cyan-50\/15 {
  border-bottom-color: rgb(236 254 255 / 0.15) !important;
}

.border-b-cyan-50\/20 {
  border-bottom-color: rgb(236 254 255 / 0.2) !important;
}

.border-b-cyan-50\/25 {
  border-bottom-color: rgb(236 254 255 / 0.25) !important;
}

.border-b-cyan-50\/30 {
  border-bottom-color: rgb(236 254 255 / 0.3) !important;
}

.border-b-cyan-50\/35 {
  border-bottom-color: rgb(236 254 255 / 0.35) !important;
}

.border-b-cyan-50\/40 {
  border-bottom-color: rgb(236 254 255 / 0.4) !important;
}

.border-b-cyan-50\/45 {
  border-bottom-color: rgb(236 254 255 / 0.45) !important;
}

.border-b-cyan-50\/5 {
  border-bottom-color: rgb(236 254 255 / 0.05) !important;
}

.border-b-cyan-50\/50 {
  border-bottom-color: rgb(236 254 255 / 0.5) !important;
}

.border-b-cyan-50\/55 {
  border-bottom-color: rgb(236 254 255 / 0.55) !important;
}

.border-b-cyan-50\/60 {
  border-bottom-color: rgb(236 254 255 / 0.6) !important;
}

.border-b-cyan-50\/65 {
  border-bottom-color: rgb(236 254 255 / 0.65) !important;
}

.border-b-cyan-50\/70 {
  border-bottom-color: rgb(236 254 255 / 0.7) !important;
}

.border-b-cyan-50\/75 {
  border-bottom-color: rgb(236 254 255 / 0.75) !important;
}

.border-b-cyan-50\/80 {
  border-bottom-color: rgb(236 254 255 / 0.8) !important;
}

.border-b-cyan-50\/85 {
  border-bottom-color: rgb(236 254 255 / 0.85) !important;
}

.border-b-cyan-50\/90 {
  border-bottom-color: rgb(236 254 255 / 0.9) !important;
}

.border-b-cyan-50\/95 {
  border-bottom-color: rgb(236 254 255 / 0.95) !important;
}

.border-b-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-500\/0 {
  border-bottom-color: rgb(6 182 212 / 0) !important;
}

.border-b-cyan-500\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1) !important;
}

.border-b-cyan-500\/100 {
  border-bottom-color: rgb(6 182 212 / 1) !important;
}

.border-b-cyan-500\/15 {
  border-bottom-color: rgb(6 182 212 / 0.15) !important;
}

.border-b-cyan-500\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2) !important;
}

.border-b-cyan-500\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25) !important;
}

.border-b-cyan-500\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3) !important;
}

.border-b-cyan-500\/35 {
  border-bottom-color: rgb(6 182 212 / 0.35) !important;
}

.border-b-cyan-500\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4) !important;
}

.border-b-cyan-500\/45 {
  border-bottom-color: rgb(6 182 212 / 0.45) !important;
}

.border-b-cyan-500\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05) !important;
}

.border-b-cyan-500\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5) !important;
}

.border-b-cyan-500\/55 {
  border-bottom-color: rgb(6 182 212 / 0.55) !important;
}

.border-b-cyan-500\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6) !important;
}

.border-b-cyan-500\/65 {
  border-bottom-color: rgb(6 182 212 / 0.65) !important;
}

.border-b-cyan-500\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7) !important;
}

.border-b-cyan-500\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75) !important;
}

.border-b-cyan-500\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8) !important;
}

.border-b-cyan-500\/85 {
  border-bottom-color: rgb(6 182 212 / 0.85) !important;
}

.border-b-cyan-500\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9) !important;
}

.border-b-cyan-500\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95) !important;
}

.border-b-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-600\/0 {
  border-bottom-color: rgb(8 145 178 / 0) !important;
}

.border-b-cyan-600\/10 {
  border-bottom-color: rgb(8 145 178 / 0.1) !important;
}

.border-b-cyan-600\/100 {
  border-bottom-color: rgb(8 145 178 / 1) !important;
}

.border-b-cyan-600\/15 {
  border-bottom-color: rgb(8 145 178 / 0.15) !important;
}

.border-b-cyan-600\/20 {
  border-bottom-color: rgb(8 145 178 / 0.2) !important;
}

.border-b-cyan-600\/25 {
  border-bottom-color: rgb(8 145 178 / 0.25) !important;
}

.border-b-cyan-600\/30 {
  border-bottom-color: rgb(8 145 178 / 0.3) !important;
}

.border-b-cyan-600\/35 {
  border-bottom-color: rgb(8 145 178 / 0.35) !important;
}

.border-b-cyan-600\/40 {
  border-bottom-color: rgb(8 145 178 / 0.4) !important;
}

.border-b-cyan-600\/45 {
  border-bottom-color: rgb(8 145 178 / 0.45) !important;
}

.border-b-cyan-600\/5 {
  border-bottom-color: rgb(8 145 178 / 0.05) !important;
}

.border-b-cyan-600\/50 {
  border-bottom-color: rgb(8 145 178 / 0.5) !important;
}

.border-b-cyan-600\/55 {
  border-bottom-color: rgb(8 145 178 / 0.55) !important;
}

.border-b-cyan-600\/60 {
  border-bottom-color: rgb(8 145 178 / 0.6) !important;
}

.border-b-cyan-600\/65 {
  border-bottom-color: rgb(8 145 178 / 0.65) !important;
}

.border-b-cyan-600\/70 {
  border-bottom-color: rgb(8 145 178 / 0.7) !important;
}

.border-b-cyan-600\/75 {
  border-bottom-color: rgb(8 145 178 / 0.75) !important;
}

.border-b-cyan-600\/80 {
  border-bottom-color: rgb(8 145 178 / 0.8) !important;
}

.border-b-cyan-600\/85 {
  border-bottom-color: rgb(8 145 178 / 0.85) !important;
}

.border-b-cyan-600\/90 {
  border-bottom-color: rgb(8 145 178 / 0.9) !important;
}

.border-b-cyan-600\/95 {
  border-bottom-color: rgb(8 145 178 / 0.95) !important;
}

.border-b-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-700\/0 {
  border-bottom-color: rgb(14 116 144 / 0) !important;
}

.border-b-cyan-700\/10 {
  border-bottom-color: rgb(14 116 144 / 0.1) !important;
}

.border-b-cyan-700\/100 {
  border-bottom-color: rgb(14 116 144 / 1) !important;
}

.border-b-cyan-700\/15 {
  border-bottom-color: rgb(14 116 144 / 0.15) !important;
}

.border-b-cyan-700\/20 {
  border-bottom-color: rgb(14 116 144 / 0.2) !important;
}

.border-b-cyan-700\/25 {
  border-bottom-color: rgb(14 116 144 / 0.25) !important;
}

.border-b-cyan-700\/30 {
  border-bottom-color: rgb(14 116 144 / 0.3) !important;
}

.border-b-cyan-700\/35 {
  border-bottom-color: rgb(14 116 144 / 0.35) !important;
}

.border-b-cyan-700\/40 {
  border-bottom-color: rgb(14 116 144 / 0.4) !important;
}

.border-b-cyan-700\/45 {
  border-bottom-color: rgb(14 116 144 / 0.45) !important;
}

.border-b-cyan-700\/5 {
  border-bottom-color: rgb(14 116 144 / 0.05) !important;
}

.border-b-cyan-700\/50 {
  border-bottom-color: rgb(14 116 144 / 0.5) !important;
}

.border-b-cyan-700\/55 {
  border-bottom-color: rgb(14 116 144 / 0.55) !important;
}

.border-b-cyan-700\/60 {
  border-bottom-color: rgb(14 116 144 / 0.6) !important;
}

.border-b-cyan-700\/65 {
  border-bottom-color: rgb(14 116 144 / 0.65) !important;
}

.border-b-cyan-700\/70 {
  border-bottom-color: rgb(14 116 144 / 0.7) !important;
}

.border-b-cyan-700\/75 {
  border-bottom-color: rgb(14 116 144 / 0.75) !important;
}

.border-b-cyan-700\/80 {
  border-bottom-color: rgb(14 116 144 / 0.8) !important;
}

.border-b-cyan-700\/85 {
  border-bottom-color: rgb(14 116 144 / 0.85) !important;
}

.border-b-cyan-700\/90 {
  border-bottom-color: rgb(14 116 144 / 0.9) !important;
}

.border-b-cyan-700\/95 {
  border-bottom-color: rgb(14 116 144 / 0.95) !important;
}

.border-b-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-800\/0 {
  border-bottom-color: rgb(21 94 117 / 0) !important;
}

.border-b-cyan-800\/10 {
  border-bottom-color: rgb(21 94 117 / 0.1) !important;
}

.border-b-cyan-800\/100 {
  border-bottom-color: rgb(21 94 117 / 1) !important;
}

.border-b-cyan-800\/15 {
  border-bottom-color: rgb(21 94 117 / 0.15) !important;
}

.border-b-cyan-800\/20 {
  border-bottom-color: rgb(21 94 117 / 0.2) !important;
}

.border-b-cyan-800\/25 {
  border-bottom-color: rgb(21 94 117 / 0.25) !important;
}

.border-b-cyan-800\/30 {
  border-bottom-color: rgb(21 94 117 / 0.3) !important;
}

.border-b-cyan-800\/35 {
  border-bottom-color: rgb(21 94 117 / 0.35) !important;
}

.border-b-cyan-800\/40 {
  border-bottom-color: rgb(21 94 117 / 0.4) !important;
}

.border-b-cyan-800\/45 {
  border-bottom-color: rgb(21 94 117 / 0.45) !important;
}

.border-b-cyan-800\/5 {
  border-bottom-color: rgb(21 94 117 / 0.05) !important;
}

.border-b-cyan-800\/50 {
  border-bottom-color: rgb(21 94 117 / 0.5) !important;
}

.border-b-cyan-800\/55 {
  border-bottom-color: rgb(21 94 117 / 0.55) !important;
}

.border-b-cyan-800\/60 {
  border-bottom-color: rgb(21 94 117 / 0.6) !important;
}

.border-b-cyan-800\/65 {
  border-bottom-color: rgb(21 94 117 / 0.65) !important;
}

.border-b-cyan-800\/70 {
  border-bottom-color: rgb(21 94 117 / 0.7) !important;
}

.border-b-cyan-800\/75 {
  border-bottom-color: rgb(21 94 117 / 0.75) !important;
}

.border-b-cyan-800\/80 {
  border-bottom-color: rgb(21 94 117 / 0.8) !important;
}

.border-b-cyan-800\/85 {
  border-bottom-color: rgb(21 94 117 / 0.85) !important;
}

.border-b-cyan-800\/90 {
  border-bottom-color: rgb(21 94 117 / 0.9) !important;
}

.border-b-cyan-800\/95 {
  border-bottom-color: rgb(21 94 117 / 0.95) !important;
}

.border-b-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-900\/0 {
  border-bottom-color: rgb(22 78 99 / 0) !important;
}

.border-b-cyan-900\/10 {
  border-bottom-color: rgb(22 78 99 / 0.1) !important;
}

.border-b-cyan-900\/100 {
  border-bottom-color: rgb(22 78 99 / 1) !important;
}

.border-b-cyan-900\/15 {
  border-bottom-color: rgb(22 78 99 / 0.15) !important;
}

.border-b-cyan-900\/20 {
  border-bottom-color: rgb(22 78 99 / 0.2) !important;
}

.border-b-cyan-900\/25 {
  border-bottom-color: rgb(22 78 99 / 0.25) !important;
}

.border-b-cyan-900\/30 {
  border-bottom-color: rgb(22 78 99 / 0.3) !important;
}

.border-b-cyan-900\/35 {
  border-bottom-color: rgb(22 78 99 / 0.35) !important;
}

.border-b-cyan-900\/40 {
  border-bottom-color: rgb(22 78 99 / 0.4) !important;
}

.border-b-cyan-900\/45 {
  border-bottom-color: rgb(22 78 99 / 0.45) !important;
}

.border-b-cyan-900\/5 {
  border-bottom-color: rgb(22 78 99 / 0.05) !important;
}

.border-b-cyan-900\/50 {
  border-bottom-color: rgb(22 78 99 / 0.5) !important;
}

.border-b-cyan-900\/55 {
  border-bottom-color: rgb(22 78 99 / 0.55) !important;
}

.border-b-cyan-900\/60 {
  border-bottom-color: rgb(22 78 99 / 0.6) !important;
}

.border-b-cyan-900\/65 {
  border-bottom-color: rgb(22 78 99 / 0.65) !important;
}

.border-b-cyan-900\/70 {
  border-bottom-color: rgb(22 78 99 / 0.7) !important;
}

.border-b-cyan-900\/75 {
  border-bottom-color: rgb(22 78 99 / 0.75) !important;
}

.border-b-cyan-900\/80 {
  border-bottom-color: rgb(22 78 99 / 0.8) !important;
}

.border-b-cyan-900\/85 {
  border-bottom-color: rgb(22 78 99 / 0.85) !important;
}

.border-b-cyan-900\/90 {
  border-bottom-color: rgb(22 78 99 / 0.9) !important;
}

.border-b-cyan-900\/95 {
  border-bottom-color: rgb(22 78 99 / 0.95) !important;
}

.border-b-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-b-cyan-950\/0 {
  border-bottom-color: rgb(8 51 68 / 0) !important;
}

.border-b-cyan-950\/10 {
  border-bottom-color: rgb(8 51 68 / 0.1) !important;
}

.border-b-cyan-950\/100 {
  border-bottom-color: rgb(8 51 68 / 1) !important;
}

.border-b-cyan-950\/15 {
  border-bottom-color: rgb(8 51 68 / 0.15) !important;
}

.border-b-cyan-950\/20 {
  border-bottom-color: rgb(8 51 68 / 0.2) !important;
}

.border-b-cyan-950\/25 {
  border-bottom-color: rgb(8 51 68 / 0.25) !important;
}

.border-b-cyan-950\/30 {
  border-bottom-color: rgb(8 51 68 / 0.3) !important;
}

.border-b-cyan-950\/35 {
  border-bottom-color: rgb(8 51 68 / 0.35) !important;
}

.border-b-cyan-950\/40 {
  border-bottom-color: rgb(8 51 68 / 0.4) !important;
}

.border-b-cyan-950\/45 {
  border-bottom-color: rgb(8 51 68 / 0.45) !important;
}

.border-b-cyan-950\/5 {
  border-bottom-color: rgb(8 51 68 / 0.05) !important;
}

.border-b-cyan-950\/50 {
  border-bottom-color: rgb(8 51 68 / 0.5) !important;
}

.border-b-cyan-950\/55 {
  border-bottom-color: rgb(8 51 68 / 0.55) !important;
}

.border-b-cyan-950\/60 {
  border-bottom-color: rgb(8 51 68 / 0.6) !important;
}

.border-b-cyan-950\/65 {
  border-bottom-color: rgb(8 51 68 / 0.65) !important;
}

.border-b-cyan-950\/70 {
  border-bottom-color: rgb(8 51 68 / 0.7) !important;
}

.border-b-cyan-950\/75 {
  border-bottom-color: rgb(8 51 68 / 0.75) !important;
}

.border-b-cyan-950\/80 {
  border-bottom-color: rgb(8 51 68 / 0.8) !important;
}

.border-b-cyan-950\/85 {
  border-bottom-color: rgb(8 51 68 / 0.85) !important;
}

.border-b-cyan-950\/90 {
  border-bottom-color: rgb(8 51 68 / 0.9) !important;
}

.border-b-cyan-950\/95 {
  border-bottom-color: rgb(8 51 68 / 0.95) !important;
}

.border-b-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-100\/0 {
  border-bottom-color: rgb(209 250 229 / 0) !important;
}

.border-b-emerald-100\/10 {
  border-bottom-color: rgb(209 250 229 / 0.1) !important;
}

.border-b-emerald-100\/100 {
  border-bottom-color: rgb(209 250 229 / 1) !important;
}

.border-b-emerald-100\/15 {
  border-bottom-color: rgb(209 250 229 / 0.15) !important;
}

.border-b-emerald-100\/20 {
  border-bottom-color: rgb(209 250 229 / 0.2) !important;
}

.border-b-emerald-100\/25 {
  border-bottom-color: rgb(209 250 229 / 0.25) !important;
}

.border-b-emerald-100\/30 {
  border-bottom-color: rgb(209 250 229 / 0.3) !important;
}

.border-b-emerald-100\/35 {
  border-bottom-color: rgb(209 250 229 / 0.35) !important;
}

.border-b-emerald-100\/40 {
  border-bottom-color: rgb(209 250 229 / 0.4) !important;
}

.border-b-emerald-100\/45 {
  border-bottom-color: rgb(209 250 229 / 0.45) !important;
}

.border-b-emerald-100\/5 {
  border-bottom-color: rgb(209 250 229 / 0.05) !important;
}

.border-b-emerald-100\/50 {
  border-bottom-color: rgb(209 250 229 / 0.5) !important;
}

.border-b-emerald-100\/55 {
  border-bottom-color: rgb(209 250 229 / 0.55) !important;
}

.border-b-emerald-100\/60 {
  border-bottom-color: rgb(209 250 229 / 0.6) !important;
}

.border-b-emerald-100\/65 {
  border-bottom-color: rgb(209 250 229 / 0.65) !important;
}

.border-b-emerald-100\/70 {
  border-bottom-color: rgb(209 250 229 / 0.7) !important;
}

.border-b-emerald-100\/75 {
  border-bottom-color: rgb(209 250 229 / 0.75) !important;
}

.border-b-emerald-100\/80 {
  border-bottom-color: rgb(209 250 229 / 0.8) !important;
}

.border-b-emerald-100\/85 {
  border-bottom-color: rgb(209 250 229 / 0.85) !important;
}

.border-b-emerald-100\/90 {
  border-bottom-color: rgb(209 250 229 / 0.9) !important;
}

.border-b-emerald-100\/95 {
  border-bottom-color: rgb(209 250 229 / 0.95) !important;
}

.border-b-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-200\/0 {
  border-bottom-color: rgb(167 243 208 / 0) !important;
}

.border-b-emerald-200\/10 {
  border-bottom-color: rgb(167 243 208 / 0.1) !important;
}

.border-b-emerald-200\/100 {
  border-bottom-color: rgb(167 243 208 / 1) !important;
}

.border-b-emerald-200\/15 {
  border-bottom-color: rgb(167 243 208 / 0.15) !important;
}

.border-b-emerald-200\/20 {
  border-bottom-color: rgb(167 243 208 / 0.2) !important;
}

.border-b-emerald-200\/25 {
  border-bottom-color: rgb(167 243 208 / 0.25) !important;
}

.border-b-emerald-200\/30 {
  border-bottom-color: rgb(167 243 208 / 0.3) !important;
}

.border-b-emerald-200\/35 {
  border-bottom-color: rgb(167 243 208 / 0.35) !important;
}

.border-b-emerald-200\/40 {
  border-bottom-color: rgb(167 243 208 / 0.4) !important;
}

.border-b-emerald-200\/45 {
  border-bottom-color: rgb(167 243 208 / 0.45) !important;
}

.border-b-emerald-200\/5 {
  border-bottom-color: rgb(167 243 208 / 0.05) !important;
}

.border-b-emerald-200\/50 {
  border-bottom-color: rgb(167 243 208 / 0.5) !important;
}

.border-b-emerald-200\/55 {
  border-bottom-color: rgb(167 243 208 / 0.55) !important;
}

.border-b-emerald-200\/60 {
  border-bottom-color: rgb(167 243 208 / 0.6) !important;
}

.border-b-emerald-200\/65 {
  border-bottom-color: rgb(167 243 208 / 0.65) !important;
}

.border-b-emerald-200\/70 {
  border-bottom-color: rgb(167 243 208 / 0.7) !important;
}

.border-b-emerald-200\/75 {
  border-bottom-color: rgb(167 243 208 / 0.75) !important;
}

.border-b-emerald-200\/80 {
  border-bottom-color: rgb(167 243 208 / 0.8) !important;
}

.border-b-emerald-200\/85 {
  border-bottom-color: rgb(167 243 208 / 0.85) !important;
}

.border-b-emerald-200\/90 {
  border-bottom-color: rgb(167 243 208 / 0.9) !important;
}

.border-b-emerald-200\/95 {
  border-bottom-color: rgb(167 243 208 / 0.95) !important;
}

.border-b-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-300\/0 {
  border-bottom-color: rgb(110 231 183 / 0) !important;
}

.border-b-emerald-300\/10 {
  border-bottom-color: rgb(110 231 183 / 0.1) !important;
}

.border-b-emerald-300\/100 {
  border-bottom-color: rgb(110 231 183 / 1) !important;
}

.border-b-emerald-300\/15 {
  border-bottom-color: rgb(110 231 183 / 0.15) !important;
}

.border-b-emerald-300\/20 {
  border-bottom-color: rgb(110 231 183 / 0.2) !important;
}

.border-b-emerald-300\/25 {
  border-bottom-color: rgb(110 231 183 / 0.25) !important;
}

.border-b-emerald-300\/30 {
  border-bottom-color: rgb(110 231 183 / 0.3) !important;
}

.border-b-emerald-300\/35 {
  border-bottom-color: rgb(110 231 183 / 0.35) !important;
}

.border-b-emerald-300\/40 {
  border-bottom-color: rgb(110 231 183 / 0.4) !important;
}

.border-b-emerald-300\/45 {
  border-bottom-color: rgb(110 231 183 / 0.45) !important;
}

.border-b-emerald-300\/5 {
  border-bottom-color: rgb(110 231 183 / 0.05) !important;
}

.border-b-emerald-300\/50 {
  border-bottom-color: rgb(110 231 183 / 0.5) !important;
}

.border-b-emerald-300\/55 {
  border-bottom-color: rgb(110 231 183 / 0.55) !important;
}

.border-b-emerald-300\/60 {
  border-bottom-color: rgb(110 231 183 / 0.6) !important;
}

.border-b-emerald-300\/65 {
  border-bottom-color: rgb(110 231 183 / 0.65) !important;
}

.border-b-emerald-300\/70 {
  border-bottom-color: rgb(110 231 183 / 0.7) !important;
}

.border-b-emerald-300\/75 {
  border-bottom-color: rgb(110 231 183 / 0.75) !important;
}

.border-b-emerald-300\/80 {
  border-bottom-color: rgb(110 231 183 / 0.8) !important;
}

.border-b-emerald-300\/85 {
  border-bottom-color: rgb(110 231 183 / 0.85) !important;
}

.border-b-emerald-300\/90 {
  border-bottom-color: rgb(110 231 183 / 0.9) !important;
}

.border-b-emerald-300\/95 {
  border-bottom-color: rgb(110 231 183 / 0.95) !important;
}

.border-b-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-400\/0 {
  border-bottom-color: rgb(52 211 153 / 0) !important;
}

.border-b-emerald-400\/10 {
  border-bottom-color: rgb(52 211 153 / 0.1) !important;
}

.border-b-emerald-400\/100 {
  border-bottom-color: rgb(52 211 153 / 1) !important;
}

.border-b-emerald-400\/15 {
  border-bottom-color: rgb(52 211 153 / 0.15) !important;
}

.border-b-emerald-400\/20 {
  border-bottom-color: rgb(52 211 153 / 0.2) !important;
}

.border-b-emerald-400\/25 {
  border-bottom-color: rgb(52 211 153 / 0.25) !important;
}

.border-b-emerald-400\/30 {
  border-bottom-color: rgb(52 211 153 / 0.3) !important;
}

.border-b-emerald-400\/35 {
  border-bottom-color: rgb(52 211 153 / 0.35) !important;
}

.border-b-emerald-400\/40 {
  border-bottom-color: rgb(52 211 153 / 0.4) !important;
}

.border-b-emerald-400\/45 {
  border-bottom-color: rgb(52 211 153 / 0.45) !important;
}

.border-b-emerald-400\/5 {
  border-bottom-color: rgb(52 211 153 / 0.05) !important;
}

.border-b-emerald-400\/50 {
  border-bottom-color: rgb(52 211 153 / 0.5) !important;
}

.border-b-emerald-400\/55 {
  border-bottom-color: rgb(52 211 153 / 0.55) !important;
}

.border-b-emerald-400\/60 {
  border-bottom-color: rgb(52 211 153 / 0.6) !important;
}

.border-b-emerald-400\/65 {
  border-bottom-color: rgb(52 211 153 / 0.65) !important;
}

.border-b-emerald-400\/70 {
  border-bottom-color: rgb(52 211 153 / 0.7) !important;
}

.border-b-emerald-400\/75 {
  border-bottom-color: rgb(52 211 153 / 0.75) !important;
}

.border-b-emerald-400\/80 {
  border-bottom-color: rgb(52 211 153 / 0.8) !important;
}

.border-b-emerald-400\/85 {
  border-bottom-color: rgb(52 211 153 / 0.85) !important;
}

.border-b-emerald-400\/90 {
  border-bottom-color: rgb(52 211 153 / 0.9) !important;
}

.border-b-emerald-400\/95 {
  border-bottom-color: rgb(52 211 153 / 0.95) !important;
}

.border-b-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-50\/0 {
  border-bottom-color: rgb(236 253 245 / 0) !important;
}

.border-b-emerald-50\/10 {
  border-bottom-color: rgb(236 253 245 / 0.1) !important;
}

.border-b-emerald-50\/100 {
  border-bottom-color: rgb(236 253 245 / 1) !important;
}

.border-b-emerald-50\/15 {
  border-bottom-color: rgb(236 253 245 / 0.15) !important;
}

.border-b-emerald-50\/20 {
  border-bottom-color: rgb(236 253 245 / 0.2) !important;
}

.border-b-emerald-50\/25 {
  border-bottom-color: rgb(236 253 245 / 0.25) !important;
}

.border-b-emerald-50\/30 {
  border-bottom-color: rgb(236 253 245 / 0.3) !important;
}

.border-b-emerald-50\/35 {
  border-bottom-color: rgb(236 253 245 / 0.35) !important;
}

.border-b-emerald-50\/40 {
  border-bottom-color: rgb(236 253 245 / 0.4) !important;
}

.border-b-emerald-50\/45 {
  border-bottom-color: rgb(236 253 245 / 0.45) !important;
}

.border-b-emerald-50\/5 {
  border-bottom-color: rgb(236 253 245 / 0.05) !important;
}

.border-b-emerald-50\/50 {
  border-bottom-color: rgb(236 253 245 / 0.5) !important;
}

.border-b-emerald-50\/55 {
  border-bottom-color: rgb(236 253 245 / 0.55) !important;
}

.border-b-emerald-50\/60 {
  border-bottom-color: rgb(236 253 245 / 0.6) !important;
}

.border-b-emerald-50\/65 {
  border-bottom-color: rgb(236 253 245 / 0.65) !important;
}

.border-b-emerald-50\/70 {
  border-bottom-color: rgb(236 253 245 / 0.7) !important;
}

.border-b-emerald-50\/75 {
  border-bottom-color: rgb(236 253 245 / 0.75) !important;
}

.border-b-emerald-50\/80 {
  border-bottom-color: rgb(236 253 245 / 0.8) !important;
}

.border-b-emerald-50\/85 {
  border-bottom-color: rgb(236 253 245 / 0.85) !important;
}

.border-b-emerald-50\/90 {
  border-bottom-color: rgb(236 253 245 / 0.9) !important;
}

.border-b-emerald-50\/95 {
  border-bottom-color: rgb(236 253 245 / 0.95) !important;
}

.border-b-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-500\/0 {
  border-bottom-color: rgb(16 185 129 / 0) !important;
}

.border-b-emerald-500\/10 {
  border-bottom-color: rgb(16 185 129 / 0.1) !important;
}

.border-b-emerald-500\/100 {
  border-bottom-color: rgb(16 185 129 / 1) !important;
}

.border-b-emerald-500\/15 {
  border-bottom-color: rgb(16 185 129 / 0.15) !important;
}

.border-b-emerald-500\/20 {
  border-bottom-color: rgb(16 185 129 / 0.2) !important;
}

.border-b-emerald-500\/25 {
  border-bottom-color: rgb(16 185 129 / 0.25) !important;
}

.border-b-emerald-500\/30 {
  border-bottom-color: rgb(16 185 129 / 0.3) !important;
}

.border-b-emerald-500\/35 {
  border-bottom-color: rgb(16 185 129 / 0.35) !important;
}

.border-b-emerald-500\/40 {
  border-bottom-color: rgb(16 185 129 / 0.4) !important;
}

.border-b-emerald-500\/45 {
  border-bottom-color: rgb(16 185 129 / 0.45) !important;
}

.border-b-emerald-500\/5 {
  border-bottom-color: rgb(16 185 129 / 0.05) !important;
}

.border-b-emerald-500\/50 {
  border-bottom-color: rgb(16 185 129 / 0.5) !important;
}

.border-b-emerald-500\/55 {
  border-bottom-color: rgb(16 185 129 / 0.55) !important;
}

.border-b-emerald-500\/60 {
  border-bottom-color: rgb(16 185 129 / 0.6) !important;
}

.border-b-emerald-500\/65 {
  border-bottom-color: rgb(16 185 129 / 0.65) !important;
}

.border-b-emerald-500\/70 {
  border-bottom-color: rgb(16 185 129 / 0.7) !important;
}

.border-b-emerald-500\/75 {
  border-bottom-color: rgb(16 185 129 / 0.75) !important;
}

.border-b-emerald-500\/80 {
  border-bottom-color: rgb(16 185 129 / 0.8) !important;
}

.border-b-emerald-500\/85 {
  border-bottom-color: rgb(16 185 129 / 0.85) !important;
}

.border-b-emerald-500\/90 {
  border-bottom-color: rgb(16 185 129 / 0.9) !important;
}

.border-b-emerald-500\/95 {
  border-bottom-color: rgb(16 185 129 / 0.95) !important;
}

.border-b-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-600\/0 {
  border-bottom-color: rgb(5 150 105 / 0) !important;
}

.border-b-emerald-600\/10 {
  border-bottom-color: rgb(5 150 105 / 0.1) !important;
}

.border-b-emerald-600\/100 {
  border-bottom-color: rgb(5 150 105 / 1) !important;
}

.border-b-emerald-600\/15 {
  border-bottom-color: rgb(5 150 105 / 0.15) !important;
}

.border-b-emerald-600\/20 {
  border-bottom-color: rgb(5 150 105 / 0.2) !important;
}

.border-b-emerald-600\/25 {
  border-bottom-color: rgb(5 150 105 / 0.25) !important;
}

.border-b-emerald-600\/30 {
  border-bottom-color: rgb(5 150 105 / 0.3) !important;
}

.border-b-emerald-600\/35 {
  border-bottom-color: rgb(5 150 105 / 0.35) !important;
}

.border-b-emerald-600\/40 {
  border-bottom-color: rgb(5 150 105 / 0.4) !important;
}

.border-b-emerald-600\/45 {
  border-bottom-color: rgb(5 150 105 / 0.45) !important;
}

.border-b-emerald-600\/5 {
  border-bottom-color: rgb(5 150 105 / 0.05) !important;
}

.border-b-emerald-600\/50 {
  border-bottom-color: rgb(5 150 105 / 0.5) !important;
}

.border-b-emerald-600\/55 {
  border-bottom-color: rgb(5 150 105 / 0.55) !important;
}

.border-b-emerald-600\/60 {
  border-bottom-color: rgb(5 150 105 / 0.6) !important;
}

.border-b-emerald-600\/65 {
  border-bottom-color: rgb(5 150 105 / 0.65) !important;
}

.border-b-emerald-600\/70 {
  border-bottom-color: rgb(5 150 105 / 0.7) !important;
}

.border-b-emerald-600\/75 {
  border-bottom-color: rgb(5 150 105 / 0.75) !important;
}

.border-b-emerald-600\/80 {
  border-bottom-color: rgb(5 150 105 / 0.8) !important;
}

.border-b-emerald-600\/85 {
  border-bottom-color: rgb(5 150 105 / 0.85) !important;
}

.border-b-emerald-600\/90 {
  border-bottom-color: rgb(5 150 105 / 0.9) !important;
}

.border-b-emerald-600\/95 {
  border-bottom-color: rgb(5 150 105 / 0.95) !important;
}

.border-b-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-700\/0 {
  border-bottom-color: rgb(4 120 87 / 0) !important;
}

.border-b-emerald-700\/10 {
  border-bottom-color: rgb(4 120 87 / 0.1) !important;
}

.border-b-emerald-700\/100 {
  border-bottom-color: rgb(4 120 87 / 1) !important;
}

.border-b-emerald-700\/15 {
  border-bottom-color: rgb(4 120 87 / 0.15) !important;
}

.border-b-emerald-700\/20 {
  border-bottom-color: rgb(4 120 87 / 0.2) !important;
}

.border-b-emerald-700\/25 {
  border-bottom-color: rgb(4 120 87 / 0.25) !important;
}

.border-b-emerald-700\/30 {
  border-bottom-color: rgb(4 120 87 / 0.3) !important;
}

.border-b-emerald-700\/35 {
  border-bottom-color: rgb(4 120 87 / 0.35) !important;
}

.border-b-emerald-700\/40 {
  border-bottom-color: rgb(4 120 87 / 0.4) !important;
}

.border-b-emerald-700\/45 {
  border-bottom-color: rgb(4 120 87 / 0.45) !important;
}

.border-b-emerald-700\/5 {
  border-bottom-color: rgb(4 120 87 / 0.05) !important;
}

.border-b-emerald-700\/50 {
  border-bottom-color: rgb(4 120 87 / 0.5) !important;
}

.border-b-emerald-700\/55 {
  border-bottom-color: rgb(4 120 87 / 0.55) !important;
}

.border-b-emerald-700\/60 {
  border-bottom-color: rgb(4 120 87 / 0.6) !important;
}

.border-b-emerald-700\/65 {
  border-bottom-color: rgb(4 120 87 / 0.65) !important;
}

.border-b-emerald-700\/70 {
  border-bottom-color: rgb(4 120 87 / 0.7) !important;
}

.border-b-emerald-700\/75 {
  border-bottom-color: rgb(4 120 87 / 0.75) !important;
}

.border-b-emerald-700\/80 {
  border-bottom-color: rgb(4 120 87 / 0.8) !important;
}

.border-b-emerald-700\/85 {
  border-bottom-color: rgb(4 120 87 / 0.85) !important;
}

.border-b-emerald-700\/90 {
  border-bottom-color: rgb(4 120 87 / 0.9) !important;
}

.border-b-emerald-700\/95 {
  border-bottom-color: rgb(4 120 87 / 0.95) !important;
}

.border-b-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-800\/0 {
  border-bottom-color: rgb(6 95 70 / 0) !important;
}

.border-b-emerald-800\/10 {
  border-bottom-color: rgb(6 95 70 / 0.1) !important;
}

.border-b-emerald-800\/100 {
  border-bottom-color: rgb(6 95 70 / 1) !important;
}

.border-b-emerald-800\/15 {
  border-bottom-color: rgb(6 95 70 / 0.15) !important;
}

.border-b-emerald-800\/20 {
  border-bottom-color: rgb(6 95 70 / 0.2) !important;
}

.border-b-emerald-800\/25 {
  border-bottom-color: rgb(6 95 70 / 0.25) !important;
}

.border-b-emerald-800\/30 {
  border-bottom-color: rgb(6 95 70 / 0.3) !important;
}

.border-b-emerald-800\/35 {
  border-bottom-color: rgb(6 95 70 / 0.35) !important;
}

.border-b-emerald-800\/40 {
  border-bottom-color: rgb(6 95 70 / 0.4) !important;
}

.border-b-emerald-800\/45 {
  border-bottom-color: rgb(6 95 70 / 0.45) !important;
}

.border-b-emerald-800\/5 {
  border-bottom-color: rgb(6 95 70 / 0.05) !important;
}

.border-b-emerald-800\/50 {
  border-bottom-color: rgb(6 95 70 / 0.5) !important;
}

.border-b-emerald-800\/55 {
  border-bottom-color: rgb(6 95 70 / 0.55) !important;
}

.border-b-emerald-800\/60 {
  border-bottom-color: rgb(6 95 70 / 0.6) !important;
}

.border-b-emerald-800\/65 {
  border-bottom-color: rgb(6 95 70 / 0.65) !important;
}

.border-b-emerald-800\/70 {
  border-bottom-color: rgb(6 95 70 / 0.7) !important;
}

.border-b-emerald-800\/75 {
  border-bottom-color: rgb(6 95 70 / 0.75) !important;
}

.border-b-emerald-800\/80 {
  border-bottom-color: rgb(6 95 70 / 0.8) !important;
}

.border-b-emerald-800\/85 {
  border-bottom-color: rgb(6 95 70 / 0.85) !important;
}

.border-b-emerald-800\/90 {
  border-bottom-color: rgb(6 95 70 / 0.9) !important;
}

.border-b-emerald-800\/95 {
  border-bottom-color: rgb(6 95 70 / 0.95) !important;
}

.border-b-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-900\/0 {
  border-bottom-color: rgb(6 78 59 / 0) !important;
}

.border-b-emerald-900\/10 {
  border-bottom-color: rgb(6 78 59 / 0.1) !important;
}

.border-b-emerald-900\/100 {
  border-bottom-color: rgb(6 78 59 / 1) !important;
}

.border-b-emerald-900\/15 {
  border-bottom-color: rgb(6 78 59 / 0.15) !important;
}

.border-b-emerald-900\/20 {
  border-bottom-color: rgb(6 78 59 / 0.2) !important;
}

.border-b-emerald-900\/25 {
  border-bottom-color: rgb(6 78 59 / 0.25) !important;
}

.border-b-emerald-900\/30 {
  border-bottom-color: rgb(6 78 59 / 0.3) !important;
}

.border-b-emerald-900\/35 {
  border-bottom-color: rgb(6 78 59 / 0.35) !important;
}

.border-b-emerald-900\/40 {
  border-bottom-color: rgb(6 78 59 / 0.4) !important;
}

.border-b-emerald-900\/45 {
  border-bottom-color: rgb(6 78 59 / 0.45) !important;
}

.border-b-emerald-900\/5 {
  border-bottom-color: rgb(6 78 59 / 0.05) !important;
}

.border-b-emerald-900\/50 {
  border-bottom-color: rgb(6 78 59 / 0.5) !important;
}

.border-b-emerald-900\/55 {
  border-bottom-color: rgb(6 78 59 / 0.55) !important;
}

.border-b-emerald-900\/60 {
  border-bottom-color: rgb(6 78 59 / 0.6) !important;
}

.border-b-emerald-900\/65 {
  border-bottom-color: rgb(6 78 59 / 0.65) !important;
}

.border-b-emerald-900\/70 {
  border-bottom-color: rgb(6 78 59 / 0.7) !important;
}

.border-b-emerald-900\/75 {
  border-bottom-color: rgb(6 78 59 / 0.75) !important;
}

.border-b-emerald-900\/80 {
  border-bottom-color: rgb(6 78 59 / 0.8) !important;
}

.border-b-emerald-900\/85 {
  border-bottom-color: rgb(6 78 59 / 0.85) !important;
}

.border-b-emerald-900\/90 {
  border-bottom-color: rgb(6 78 59 / 0.9) !important;
}

.border-b-emerald-900\/95 {
  border-bottom-color: rgb(6 78 59 / 0.95) !important;
}

.border-b-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-b-emerald-950\/0 {
  border-bottom-color: rgb(2 44 34 / 0) !important;
}

.border-b-emerald-950\/10 {
  border-bottom-color: rgb(2 44 34 / 0.1) !important;
}

.border-b-emerald-950\/100 {
  border-bottom-color: rgb(2 44 34 / 1) !important;
}

.border-b-emerald-950\/15 {
  border-bottom-color: rgb(2 44 34 / 0.15) !important;
}

.border-b-emerald-950\/20 {
  border-bottom-color: rgb(2 44 34 / 0.2) !important;
}

.border-b-emerald-950\/25 {
  border-bottom-color: rgb(2 44 34 / 0.25) !important;
}

.border-b-emerald-950\/30 {
  border-bottom-color: rgb(2 44 34 / 0.3) !important;
}

.border-b-emerald-950\/35 {
  border-bottom-color: rgb(2 44 34 / 0.35) !important;
}

.border-b-emerald-950\/40 {
  border-bottom-color: rgb(2 44 34 / 0.4) !important;
}

.border-b-emerald-950\/45 {
  border-bottom-color: rgb(2 44 34 / 0.45) !important;
}

.border-b-emerald-950\/5 {
  border-bottom-color: rgb(2 44 34 / 0.05) !important;
}

.border-b-emerald-950\/50 {
  border-bottom-color: rgb(2 44 34 / 0.5) !important;
}

.border-b-emerald-950\/55 {
  border-bottom-color: rgb(2 44 34 / 0.55) !important;
}

.border-b-emerald-950\/60 {
  border-bottom-color: rgb(2 44 34 / 0.6) !important;
}

.border-b-emerald-950\/65 {
  border-bottom-color: rgb(2 44 34 / 0.65) !important;
}

.border-b-emerald-950\/70 {
  border-bottom-color: rgb(2 44 34 / 0.7) !important;
}

.border-b-emerald-950\/75 {
  border-bottom-color: rgb(2 44 34 / 0.75) !important;
}

.border-b-emerald-950\/80 {
  border-bottom-color: rgb(2 44 34 / 0.8) !important;
}

.border-b-emerald-950\/85 {
  border-bottom-color: rgb(2 44 34 / 0.85) !important;
}

.border-b-emerald-950\/90 {
  border-bottom-color: rgb(2 44 34 / 0.9) !important;
}

.border-b-emerald-950\/95 {
  border-bottom-color: rgb(2 44 34 / 0.95) !important;
}

.border-b-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-100\/0 {
  border-bottom-color: rgb(250 232 255 / 0) !important;
}

.border-b-fuchsia-100\/10 {
  border-bottom-color: rgb(250 232 255 / 0.1) !important;
}

.border-b-fuchsia-100\/100 {
  border-bottom-color: rgb(250 232 255 / 1) !important;
}

.border-b-fuchsia-100\/15 {
  border-bottom-color: rgb(250 232 255 / 0.15) !important;
}

.border-b-fuchsia-100\/20 {
  border-bottom-color: rgb(250 232 255 / 0.2) !important;
}

.border-b-fuchsia-100\/25 {
  border-bottom-color: rgb(250 232 255 / 0.25) !important;
}

.border-b-fuchsia-100\/30 {
  border-bottom-color: rgb(250 232 255 / 0.3) !important;
}

.border-b-fuchsia-100\/35 {
  border-bottom-color: rgb(250 232 255 / 0.35) !important;
}

.border-b-fuchsia-100\/40 {
  border-bottom-color: rgb(250 232 255 / 0.4) !important;
}

.border-b-fuchsia-100\/45 {
  border-bottom-color: rgb(250 232 255 / 0.45) !important;
}

.border-b-fuchsia-100\/5 {
  border-bottom-color: rgb(250 232 255 / 0.05) !important;
}

.border-b-fuchsia-100\/50 {
  border-bottom-color: rgb(250 232 255 / 0.5) !important;
}

.border-b-fuchsia-100\/55 {
  border-bottom-color: rgb(250 232 255 / 0.55) !important;
}

.border-b-fuchsia-100\/60 {
  border-bottom-color: rgb(250 232 255 / 0.6) !important;
}

.border-b-fuchsia-100\/65 {
  border-bottom-color: rgb(250 232 255 / 0.65) !important;
}

.border-b-fuchsia-100\/70 {
  border-bottom-color: rgb(250 232 255 / 0.7) !important;
}

.border-b-fuchsia-100\/75 {
  border-bottom-color: rgb(250 232 255 / 0.75) !important;
}

.border-b-fuchsia-100\/80 {
  border-bottom-color: rgb(250 232 255 / 0.8) !important;
}

.border-b-fuchsia-100\/85 {
  border-bottom-color: rgb(250 232 255 / 0.85) !important;
}

.border-b-fuchsia-100\/90 {
  border-bottom-color: rgb(250 232 255 / 0.9) !important;
}

.border-b-fuchsia-100\/95 {
  border-bottom-color: rgb(250 232 255 / 0.95) !important;
}

.border-b-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-200\/0 {
  border-bottom-color: rgb(245 208 254 / 0) !important;
}

.border-b-fuchsia-200\/10 {
  border-bottom-color: rgb(245 208 254 / 0.1) !important;
}

.border-b-fuchsia-200\/100 {
  border-bottom-color: rgb(245 208 254 / 1) !important;
}

.border-b-fuchsia-200\/15 {
  border-bottom-color: rgb(245 208 254 / 0.15) !important;
}

.border-b-fuchsia-200\/20 {
  border-bottom-color: rgb(245 208 254 / 0.2) !important;
}

.border-b-fuchsia-200\/25 {
  border-bottom-color: rgb(245 208 254 / 0.25) !important;
}

.border-b-fuchsia-200\/30 {
  border-bottom-color: rgb(245 208 254 / 0.3) !important;
}

.border-b-fuchsia-200\/35 {
  border-bottom-color: rgb(245 208 254 / 0.35) !important;
}

.border-b-fuchsia-200\/40 {
  border-bottom-color: rgb(245 208 254 / 0.4) !important;
}

.border-b-fuchsia-200\/45 {
  border-bottom-color: rgb(245 208 254 / 0.45) !important;
}

.border-b-fuchsia-200\/5 {
  border-bottom-color: rgb(245 208 254 / 0.05) !important;
}

.border-b-fuchsia-200\/50 {
  border-bottom-color: rgb(245 208 254 / 0.5) !important;
}

.border-b-fuchsia-200\/55 {
  border-bottom-color: rgb(245 208 254 / 0.55) !important;
}

.border-b-fuchsia-200\/60 {
  border-bottom-color: rgb(245 208 254 / 0.6) !important;
}

.border-b-fuchsia-200\/65 {
  border-bottom-color: rgb(245 208 254 / 0.65) !important;
}

.border-b-fuchsia-200\/70 {
  border-bottom-color: rgb(245 208 254 / 0.7) !important;
}

.border-b-fuchsia-200\/75 {
  border-bottom-color: rgb(245 208 254 / 0.75) !important;
}

.border-b-fuchsia-200\/80 {
  border-bottom-color: rgb(245 208 254 / 0.8) !important;
}

.border-b-fuchsia-200\/85 {
  border-bottom-color: rgb(245 208 254 / 0.85) !important;
}

.border-b-fuchsia-200\/90 {
  border-bottom-color: rgb(245 208 254 / 0.9) !important;
}

.border-b-fuchsia-200\/95 {
  border-bottom-color: rgb(245 208 254 / 0.95) !important;
}

.border-b-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-300\/0 {
  border-bottom-color: rgb(240 171 252 / 0) !important;
}

.border-b-fuchsia-300\/10 {
  border-bottom-color: rgb(240 171 252 / 0.1) !important;
}

.border-b-fuchsia-300\/100 {
  border-bottom-color: rgb(240 171 252 / 1) !important;
}

.border-b-fuchsia-300\/15 {
  border-bottom-color: rgb(240 171 252 / 0.15) !important;
}

.border-b-fuchsia-300\/20 {
  border-bottom-color: rgb(240 171 252 / 0.2) !important;
}

.border-b-fuchsia-300\/25 {
  border-bottom-color: rgb(240 171 252 / 0.25) !important;
}

.border-b-fuchsia-300\/30 {
  border-bottom-color: rgb(240 171 252 / 0.3) !important;
}

.border-b-fuchsia-300\/35 {
  border-bottom-color: rgb(240 171 252 / 0.35) !important;
}

.border-b-fuchsia-300\/40 {
  border-bottom-color: rgb(240 171 252 / 0.4) !important;
}

.border-b-fuchsia-300\/45 {
  border-bottom-color: rgb(240 171 252 / 0.45) !important;
}

.border-b-fuchsia-300\/5 {
  border-bottom-color: rgb(240 171 252 / 0.05) !important;
}

.border-b-fuchsia-300\/50 {
  border-bottom-color: rgb(240 171 252 / 0.5) !important;
}

.border-b-fuchsia-300\/55 {
  border-bottom-color: rgb(240 171 252 / 0.55) !important;
}

.border-b-fuchsia-300\/60 {
  border-bottom-color: rgb(240 171 252 / 0.6) !important;
}

.border-b-fuchsia-300\/65 {
  border-bottom-color: rgb(240 171 252 / 0.65) !important;
}

.border-b-fuchsia-300\/70 {
  border-bottom-color: rgb(240 171 252 / 0.7) !important;
}

.border-b-fuchsia-300\/75 {
  border-bottom-color: rgb(240 171 252 / 0.75) !important;
}

.border-b-fuchsia-300\/80 {
  border-bottom-color: rgb(240 171 252 / 0.8) !important;
}

.border-b-fuchsia-300\/85 {
  border-bottom-color: rgb(240 171 252 / 0.85) !important;
}

.border-b-fuchsia-300\/90 {
  border-bottom-color: rgb(240 171 252 / 0.9) !important;
}

.border-b-fuchsia-300\/95 {
  border-bottom-color: rgb(240 171 252 / 0.95) !important;
}

.border-b-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-400\/0 {
  border-bottom-color: rgb(232 121 249 / 0) !important;
}

.border-b-fuchsia-400\/10 {
  border-bottom-color: rgb(232 121 249 / 0.1) !important;
}

.border-b-fuchsia-400\/100 {
  border-bottom-color: rgb(232 121 249 / 1) !important;
}

.border-b-fuchsia-400\/15 {
  border-bottom-color: rgb(232 121 249 / 0.15) !important;
}

.border-b-fuchsia-400\/20 {
  border-bottom-color: rgb(232 121 249 / 0.2) !important;
}

.border-b-fuchsia-400\/25 {
  border-bottom-color: rgb(232 121 249 / 0.25) !important;
}

.border-b-fuchsia-400\/30 {
  border-bottom-color: rgb(232 121 249 / 0.3) !important;
}

.border-b-fuchsia-400\/35 {
  border-bottom-color: rgb(232 121 249 / 0.35) !important;
}

.border-b-fuchsia-400\/40 {
  border-bottom-color: rgb(232 121 249 / 0.4) !important;
}

.border-b-fuchsia-400\/45 {
  border-bottom-color: rgb(232 121 249 / 0.45) !important;
}

.border-b-fuchsia-400\/5 {
  border-bottom-color: rgb(232 121 249 / 0.05) !important;
}

.border-b-fuchsia-400\/50 {
  border-bottom-color: rgb(232 121 249 / 0.5) !important;
}

.border-b-fuchsia-400\/55 {
  border-bottom-color: rgb(232 121 249 / 0.55) !important;
}

.border-b-fuchsia-400\/60 {
  border-bottom-color: rgb(232 121 249 / 0.6) !important;
}

.border-b-fuchsia-400\/65 {
  border-bottom-color: rgb(232 121 249 / 0.65) !important;
}

.border-b-fuchsia-400\/70 {
  border-bottom-color: rgb(232 121 249 / 0.7) !important;
}

.border-b-fuchsia-400\/75 {
  border-bottom-color: rgb(232 121 249 / 0.75) !important;
}

.border-b-fuchsia-400\/80 {
  border-bottom-color: rgb(232 121 249 / 0.8) !important;
}

.border-b-fuchsia-400\/85 {
  border-bottom-color: rgb(232 121 249 / 0.85) !important;
}

.border-b-fuchsia-400\/90 {
  border-bottom-color: rgb(232 121 249 / 0.9) !important;
}

.border-b-fuchsia-400\/95 {
  border-bottom-color: rgb(232 121 249 / 0.95) !important;
}

.border-b-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-50\/0 {
  border-bottom-color: rgb(253 244 255 / 0) !important;
}

.border-b-fuchsia-50\/10 {
  border-bottom-color: rgb(253 244 255 / 0.1) !important;
}

.border-b-fuchsia-50\/100 {
  border-bottom-color: rgb(253 244 255 / 1) !important;
}

.border-b-fuchsia-50\/15 {
  border-bottom-color: rgb(253 244 255 / 0.15) !important;
}

.border-b-fuchsia-50\/20 {
  border-bottom-color: rgb(253 244 255 / 0.2) !important;
}

.border-b-fuchsia-50\/25 {
  border-bottom-color: rgb(253 244 255 / 0.25) !important;
}

.border-b-fuchsia-50\/30 {
  border-bottom-color: rgb(253 244 255 / 0.3) !important;
}

.border-b-fuchsia-50\/35 {
  border-bottom-color: rgb(253 244 255 / 0.35) !important;
}

.border-b-fuchsia-50\/40 {
  border-bottom-color: rgb(253 244 255 / 0.4) !important;
}

.border-b-fuchsia-50\/45 {
  border-bottom-color: rgb(253 244 255 / 0.45) !important;
}

.border-b-fuchsia-50\/5 {
  border-bottom-color: rgb(253 244 255 / 0.05) !important;
}

.border-b-fuchsia-50\/50 {
  border-bottom-color: rgb(253 244 255 / 0.5) !important;
}

.border-b-fuchsia-50\/55 {
  border-bottom-color: rgb(253 244 255 / 0.55) !important;
}

.border-b-fuchsia-50\/60 {
  border-bottom-color: rgb(253 244 255 / 0.6) !important;
}

.border-b-fuchsia-50\/65 {
  border-bottom-color: rgb(253 244 255 / 0.65) !important;
}

.border-b-fuchsia-50\/70 {
  border-bottom-color: rgb(253 244 255 / 0.7) !important;
}

.border-b-fuchsia-50\/75 {
  border-bottom-color: rgb(253 244 255 / 0.75) !important;
}

.border-b-fuchsia-50\/80 {
  border-bottom-color: rgb(253 244 255 / 0.8) !important;
}

.border-b-fuchsia-50\/85 {
  border-bottom-color: rgb(253 244 255 / 0.85) !important;
}

.border-b-fuchsia-50\/90 {
  border-bottom-color: rgb(253 244 255 / 0.9) !important;
}

.border-b-fuchsia-50\/95 {
  border-bottom-color: rgb(253 244 255 / 0.95) !important;
}

.border-b-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-500\/0 {
  border-bottom-color: rgb(217 70 239 / 0) !important;
}

.border-b-fuchsia-500\/10 {
  border-bottom-color: rgb(217 70 239 / 0.1) !important;
}

.border-b-fuchsia-500\/100 {
  border-bottom-color: rgb(217 70 239 / 1) !important;
}

.border-b-fuchsia-500\/15 {
  border-bottom-color: rgb(217 70 239 / 0.15) !important;
}

.border-b-fuchsia-500\/20 {
  border-bottom-color: rgb(217 70 239 / 0.2) !important;
}

.border-b-fuchsia-500\/25 {
  border-bottom-color: rgb(217 70 239 / 0.25) !important;
}

.border-b-fuchsia-500\/30 {
  border-bottom-color: rgb(217 70 239 / 0.3) !important;
}

.border-b-fuchsia-500\/35 {
  border-bottom-color: rgb(217 70 239 / 0.35) !important;
}

.border-b-fuchsia-500\/40 {
  border-bottom-color: rgb(217 70 239 / 0.4) !important;
}

.border-b-fuchsia-500\/45 {
  border-bottom-color: rgb(217 70 239 / 0.45) !important;
}

.border-b-fuchsia-500\/5 {
  border-bottom-color: rgb(217 70 239 / 0.05) !important;
}

.border-b-fuchsia-500\/50 {
  border-bottom-color: rgb(217 70 239 / 0.5) !important;
}

.border-b-fuchsia-500\/55 {
  border-bottom-color: rgb(217 70 239 / 0.55) !important;
}

.border-b-fuchsia-500\/60 {
  border-bottom-color: rgb(217 70 239 / 0.6) !important;
}

.border-b-fuchsia-500\/65 {
  border-bottom-color: rgb(217 70 239 / 0.65) !important;
}

.border-b-fuchsia-500\/70 {
  border-bottom-color: rgb(217 70 239 / 0.7) !important;
}

.border-b-fuchsia-500\/75 {
  border-bottom-color: rgb(217 70 239 / 0.75) !important;
}

.border-b-fuchsia-500\/80 {
  border-bottom-color: rgb(217 70 239 / 0.8) !important;
}

.border-b-fuchsia-500\/85 {
  border-bottom-color: rgb(217 70 239 / 0.85) !important;
}

.border-b-fuchsia-500\/90 {
  border-bottom-color: rgb(217 70 239 / 0.9) !important;
}

.border-b-fuchsia-500\/95 {
  border-bottom-color: rgb(217 70 239 / 0.95) !important;
}

.border-b-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-600\/0 {
  border-bottom-color: rgb(192 38 211 / 0) !important;
}

.border-b-fuchsia-600\/10 {
  border-bottom-color: rgb(192 38 211 / 0.1) !important;
}

.border-b-fuchsia-600\/100 {
  border-bottom-color: rgb(192 38 211 / 1) !important;
}

.border-b-fuchsia-600\/15 {
  border-bottom-color: rgb(192 38 211 / 0.15) !important;
}

.border-b-fuchsia-600\/20 {
  border-bottom-color: rgb(192 38 211 / 0.2) !important;
}

.border-b-fuchsia-600\/25 {
  border-bottom-color: rgb(192 38 211 / 0.25) !important;
}

.border-b-fuchsia-600\/30 {
  border-bottom-color: rgb(192 38 211 / 0.3) !important;
}

.border-b-fuchsia-600\/35 {
  border-bottom-color: rgb(192 38 211 / 0.35) !important;
}

.border-b-fuchsia-600\/40 {
  border-bottom-color: rgb(192 38 211 / 0.4) !important;
}

.border-b-fuchsia-600\/45 {
  border-bottom-color: rgb(192 38 211 / 0.45) !important;
}

.border-b-fuchsia-600\/5 {
  border-bottom-color: rgb(192 38 211 / 0.05) !important;
}

.border-b-fuchsia-600\/50 {
  border-bottom-color: rgb(192 38 211 / 0.5) !important;
}

.border-b-fuchsia-600\/55 {
  border-bottom-color: rgb(192 38 211 / 0.55) !important;
}

.border-b-fuchsia-600\/60 {
  border-bottom-color: rgb(192 38 211 / 0.6) !important;
}

.border-b-fuchsia-600\/65 {
  border-bottom-color: rgb(192 38 211 / 0.65) !important;
}

.border-b-fuchsia-600\/70 {
  border-bottom-color: rgb(192 38 211 / 0.7) !important;
}

.border-b-fuchsia-600\/75 {
  border-bottom-color: rgb(192 38 211 / 0.75) !important;
}

.border-b-fuchsia-600\/80 {
  border-bottom-color: rgb(192 38 211 / 0.8) !important;
}

.border-b-fuchsia-600\/85 {
  border-bottom-color: rgb(192 38 211 / 0.85) !important;
}

.border-b-fuchsia-600\/90 {
  border-bottom-color: rgb(192 38 211 / 0.9) !important;
}

.border-b-fuchsia-600\/95 {
  border-bottom-color: rgb(192 38 211 / 0.95) !important;
}

.border-b-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-700\/0 {
  border-bottom-color: rgb(162 28 175 / 0) !important;
}

.border-b-fuchsia-700\/10 {
  border-bottom-color: rgb(162 28 175 / 0.1) !important;
}

.border-b-fuchsia-700\/100 {
  border-bottom-color: rgb(162 28 175 / 1) !important;
}

.border-b-fuchsia-700\/15 {
  border-bottom-color: rgb(162 28 175 / 0.15) !important;
}

.border-b-fuchsia-700\/20 {
  border-bottom-color: rgb(162 28 175 / 0.2) !important;
}

.border-b-fuchsia-700\/25 {
  border-bottom-color: rgb(162 28 175 / 0.25) !important;
}

.border-b-fuchsia-700\/30 {
  border-bottom-color: rgb(162 28 175 / 0.3) !important;
}

.border-b-fuchsia-700\/35 {
  border-bottom-color: rgb(162 28 175 / 0.35) !important;
}

.border-b-fuchsia-700\/40 {
  border-bottom-color: rgb(162 28 175 / 0.4) !important;
}

.border-b-fuchsia-700\/45 {
  border-bottom-color: rgb(162 28 175 / 0.45) !important;
}

.border-b-fuchsia-700\/5 {
  border-bottom-color: rgb(162 28 175 / 0.05) !important;
}

.border-b-fuchsia-700\/50 {
  border-bottom-color: rgb(162 28 175 / 0.5) !important;
}

.border-b-fuchsia-700\/55 {
  border-bottom-color: rgb(162 28 175 / 0.55) !important;
}

.border-b-fuchsia-700\/60 {
  border-bottom-color: rgb(162 28 175 / 0.6) !important;
}

.border-b-fuchsia-700\/65 {
  border-bottom-color: rgb(162 28 175 / 0.65) !important;
}

.border-b-fuchsia-700\/70 {
  border-bottom-color: rgb(162 28 175 / 0.7) !important;
}

.border-b-fuchsia-700\/75 {
  border-bottom-color: rgb(162 28 175 / 0.75) !important;
}

.border-b-fuchsia-700\/80 {
  border-bottom-color: rgb(162 28 175 / 0.8) !important;
}

.border-b-fuchsia-700\/85 {
  border-bottom-color: rgb(162 28 175 / 0.85) !important;
}

.border-b-fuchsia-700\/90 {
  border-bottom-color: rgb(162 28 175 / 0.9) !important;
}

.border-b-fuchsia-700\/95 {
  border-bottom-color: rgb(162 28 175 / 0.95) !important;
}

.border-b-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-800\/0 {
  border-bottom-color: rgb(134 25 143 / 0) !important;
}

.border-b-fuchsia-800\/10 {
  border-bottom-color: rgb(134 25 143 / 0.1) !important;
}

.border-b-fuchsia-800\/100 {
  border-bottom-color: rgb(134 25 143 / 1) !important;
}

.border-b-fuchsia-800\/15 {
  border-bottom-color: rgb(134 25 143 / 0.15) !important;
}

.border-b-fuchsia-800\/20 {
  border-bottom-color: rgb(134 25 143 / 0.2) !important;
}

.border-b-fuchsia-800\/25 {
  border-bottom-color: rgb(134 25 143 / 0.25) !important;
}

.border-b-fuchsia-800\/30 {
  border-bottom-color: rgb(134 25 143 / 0.3) !important;
}

.border-b-fuchsia-800\/35 {
  border-bottom-color: rgb(134 25 143 / 0.35) !important;
}

.border-b-fuchsia-800\/40 {
  border-bottom-color: rgb(134 25 143 / 0.4) !important;
}

.border-b-fuchsia-800\/45 {
  border-bottom-color: rgb(134 25 143 / 0.45) !important;
}

.border-b-fuchsia-800\/5 {
  border-bottom-color: rgb(134 25 143 / 0.05) !important;
}

.border-b-fuchsia-800\/50 {
  border-bottom-color: rgb(134 25 143 / 0.5) !important;
}

.border-b-fuchsia-800\/55 {
  border-bottom-color: rgb(134 25 143 / 0.55) !important;
}

.border-b-fuchsia-800\/60 {
  border-bottom-color: rgb(134 25 143 / 0.6) !important;
}

.border-b-fuchsia-800\/65 {
  border-bottom-color: rgb(134 25 143 / 0.65) !important;
}

.border-b-fuchsia-800\/70 {
  border-bottom-color: rgb(134 25 143 / 0.7) !important;
}

.border-b-fuchsia-800\/75 {
  border-bottom-color: rgb(134 25 143 / 0.75) !important;
}

.border-b-fuchsia-800\/80 {
  border-bottom-color: rgb(134 25 143 / 0.8) !important;
}

.border-b-fuchsia-800\/85 {
  border-bottom-color: rgb(134 25 143 / 0.85) !important;
}

.border-b-fuchsia-800\/90 {
  border-bottom-color: rgb(134 25 143 / 0.9) !important;
}

.border-b-fuchsia-800\/95 {
  border-bottom-color: rgb(134 25 143 / 0.95) !important;
}

.border-b-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-900\/0 {
  border-bottom-color: rgb(112 26 117 / 0) !important;
}

.border-b-fuchsia-900\/10 {
  border-bottom-color: rgb(112 26 117 / 0.1) !important;
}

.border-b-fuchsia-900\/100 {
  border-bottom-color: rgb(112 26 117 / 1) !important;
}

.border-b-fuchsia-900\/15 {
  border-bottom-color: rgb(112 26 117 / 0.15) !important;
}

.border-b-fuchsia-900\/20 {
  border-bottom-color: rgb(112 26 117 / 0.2) !important;
}

.border-b-fuchsia-900\/25 {
  border-bottom-color: rgb(112 26 117 / 0.25) !important;
}

.border-b-fuchsia-900\/30 {
  border-bottom-color: rgb(112 26 117 / 0.3) !important;
}

.border-b-fuchsia-900\/35 {
  border-bottom-color: rgb(112 26 117 / 0.35) !important;
}

.border-b-fuchsia-900\/40 {
  border-bottom-color: rgb(112 26 117 / 0.4) !important;
}

.border-b-fuchsia-900\/45 {
  border-bottom-color: rgb(112 26 117 / 0.45) !important;
}

.border-b-fuchsia-900\/5 {
  border-bottom-color: rgb(112 26 117 / 0.05) !important;
}

.border-b-fuchsia-900\/50 {
  border-bottom-color: rgb(112 26 117 / 0.5) !important;
}

.border-b-fuchsia-900\/55 {
  border-bottom-color: rgb(112 26 117 / 0.55) !important;
}

.border-b-fuchsia-900\/60 {
  border-bottom-color: rgb(112 26 117 / 0.6) !important;
}

.border-b-fuchsia-900\/65 {
  border-bottom-color: rgb(112 26 117 / 0.65) !important;
}

.border-b-fuchsia-900\/70 {
  border-bottom-color: rgb(112 26 117 / 0.7) !important;
}

.border-b-fuchsia-900\/75 {
  border-bottom-color: rgb(112 26 117 / 0.75) !important;
}

.border-b-fuchsia-900\/80 {
  border-bottom-color: rgb(112 26 117 / 0.8) !important;
}

.border-b-fuchsia-900\/85 {
  border-bottom-color: rgb(112 26 117 / 0.85) !important;
}

.border-b-fuchsia-900\/90 {
  border-bottom-color: rgb(112 26 117 / 0.9) !important;
}

.border-b-fuchsia-900\/95 {
  border-bottom-color: rgb(112 26 117 / 0.95) !important;
}

.border-b-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-b-fuchsia-950\/0 {
  border-bottom-color: rgb(74 4 78 / 0) !important;
}

.border-b-fuchsia-950\/10 {
  border-bottom-color: rgb(74 4 78 / 0.1) !important;
}

.border-b-fuchsia-950\/100 {
  border-bottom-color: rgb(74 4 78 / 1) !important;
}

.border-b-fuchsia-950\/15 {
  border-bottom-color: rgb(74 4 78 / 0.15) !important;
}

.border-b-fuchsia-950\/20 {
  border-bottom-color: rgb(74 4 78 / 0.2) !important;
}

.border-b-fuchsia-950\/25 {
  border-bottom-color: rgb(74 4 78 / 0.25) !important;
}

.border-b-fuchsia-950\/30 {
  border-bottom-color: rgb(74 4 78 / 0.3) !important;
}

.border-b-fuchsia-950\/35 {
  border-bottom-color: rgb(74 4 78 / 0.35) !important;
}

.border-b-fuchsia-950\/40 {
  border-bottom-color: rgb(74 4 78 / 0.4) !important;
}

.border-b-fuchsia-950\/45 {
  border-bottom-color: rgb(74 4 78 / 0.45) !important;
}

.border-b-fuchsia-950\/5 {
  border-bottom-color: rgb(74 4 78 / 0.05) !important;
}

.border-b-fuchsia-950\/50 {
  border-bottom-color: rgb(74 4 78 / 0.5) !important;
}

.border-b-fuchsia-950\/55 {
  border-bottom-color: rgb(74 4 78 / 0.55) !important;
}

.border-b-fuchsia-950\/60 {
  border-bottom-color: rgb(74 4 78 / 0.6) !important;
}

.border-b-fuchsia-950\/65 {
  border-bottom-color: rgb(74 4 78 / 0.65) !important;
}

.border-b-fuchsia-950\/70 {
  border-bottom-color: rgb(74 4 78 / 0.7) !important;
}

.border-b-fuchsia-950\/75 {
  border-bottom-color: rgb(74 4 78 / 0.75) !important;
}

.border-b-fuchsia-950\/80 {
  border-bottom-color: rgb(74 4 78 / 0.8) !important;
}

.border-b-fuchsia-950\/85 {
  border-bottom-color: rgb(74 4 78 / 0.85) !important;
}

.border-b-fuchsia-950\/90 {
  border-bottom-color: rgb(74 4 78 / 0.9) !important;
}

.border-b-fuchsia-950\/95 {
  border-bottom-color: rgb(74 4 78 / 0.95) !important;
}

.border-b-gray-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-100\/0 {
  border-bottom-color: rgb(243 244 246 / 0) !important;
}

.border-b-gray-100\/10 {
  border-bottom-color: rgb(243 244 246 / 0.1) !important;
}

.border-b-gray-100\/100 {
  border-bottom-color: rgb(243 244 246 / 1) !important;
}

.border-b-gray-100\/15 {
  border-bottom-color: rgb(243 244 246 / 0.15) !important;
}

.border-b-gray-100\/20 {
  border-bottom-color: rgb(243 244 246 / 0.2) !important;
}

.border-b-gray-100\/25 {
  border-bottom-color: rgb(243 244 246 / 0.25) !important;
}

.border-b-gray-100\/30 {
  border-bottom-color: rgb(243 244 246 / 0.3) !important;
}

.border-b-gray-100\/35 {
  border-bottom-color: rgb(243 244 246 / 0.35) !important;
}

.border-b-gray-100\/40 {
  border-bottom-color: rgb(243 244 246 / 0.4) !important;
}

.border-b-gray-100\/45 {
  border-bottom-color: rgb(243 244 246 / 0.45) !important;
}

.border-b-gray-100\/5 {
  border-bottom-color: rgb(243 244 246 / 0.05) !important;
}

.border-b-gray-100\/50 {
  border-bottom-color: rgb(243 244 246 / 0.5) !important;
}

.border-b-gray-100\/55 {
  border-bottom-color: rgb(243 244 246 / 0.55) !important;
}

.border-b-gray-100\/60 {
  border-bottom-color: rgb(243 244 246 / 0.6) !important;
}

.border-b-gray-100\/65 {
  border-bottom-color: rgb(243 244 246 / 0.65) !important;
}

.border-b-gray-100\/70 {
  border-bottom-color: rgb(243 244 246 / 0.7) !important;
}

.border-b-gray-100\/75 {
  border-bottom-color: rgb(243 244 246 / 0.75) !important;
}

.border-b-gray-100\/80 {
  border-bottom-color: rgb(243 244 246 / 0.8) !important;
}

.border-b-gray-100\/85 {
  border-bottom-color: rgb(243 244 246 / 0.85) !important;
}

.border-b-gray-100\/90 {
  border-bottom-color: rgb(243 244 246 / 0.9) !important;
}

.border-b-gray-100\/95 {
  border-bottom-color: rgb(243 244 246 / 0.95) !important;
}

.border-b-gray-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-200\/0 {
  border-bottom-color: rgb(229 231 235 / 0) !important;
}

.border-b-gray-200\/10 {
  border-bottom-color: rgb(229 231 235 / 0.1) !important;
}

.border-b-gray-200\/100 {
  border-bottom-color: rgb(229 231 235 / 1) !important;
}

.border-b-gray-200\/15 {
  border-bottom-color: rgb(229 231 235 / 0.15) !important;
}

.border-b-gray-200\/20 {
  border-bottom-color: rgb(229 231 235 / 0.2) !important;
}

.border-b-gray-200\/25 {
  border-bottom-color: rgb(229 231 235 / 0.25) !important;
}

.border-b-gray-200\/30 {
  border-bottom-color: rgb(229 231 235 / 0.3) !important;
}

.border-b-gray-200\/35 {
  border-bottom-color: rgb(229 231 235 / 0.35) !important;
}

.border-b-gray-200\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4) !important;
}

.border-b-gray-200\/45 {
  border-bottom-color: rgb(229 231 235 / 0.45) !important;
}

.border-b-gray-200\/5 {
  border-bottom-color: rgb(229 231 235 / 0.05) !important;
}

.border-b-gray-200\/50 {
  border-bottom-color: rgb(229 231 235 / 0.5) !important;
}

.border-b-gray-200\/55 {
  border-bottom-color: rgb(229 231 235 / 0.55) !important;
}

.border-b-gray-200\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6) !important;
}

.border-b-gray-200\/65 {
  border-bottom-color: rgb(229 231 235 / 0.65) !important;
}

.border-b-gray-200\/70 {
  border-bottom-color: rgb(229 231 235 / 0.7) !important;
}

.border-b-gray-200\/75 {
  border-bottom-color: rgb(229 231 235 / 0.75) !important;
}

.border-b-gray-200\/80 {
  border-bottom-color: rgb(229 231 235 / 0.8) !important;
}

.border-b-gray-200\/85 {
  border-bottom-color: rgb(229 231 235 / 0.85) !important;
}

.border-b-gray-200\/90 {
  border-bottom-color: rgb(229 231 235 / 0.9) !important;
}

.border-b-gray-200\/95 {
  border-bottom-color: rgb(229 231 235 / 0.95) !important;
}

.border-b-gray-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-300\/0 {
  border-bottom-color: rgb(209 213 219 / 0) !important;
}

.border-b-gray-300\/10 {
  border-bottom-color: rgb(209 213 219 / 0.1) !important;
}

.border-b-gray-300\/100 {
  border-bottom-color: rgb(209 213 219 / 1) !important;
}

.border-b-gray-300\/15 {
  border-bottom-color: rgb(209 213 219 / 0.15) !important;
}

.border-b-gray-300\/20 {
  border-bottom-color: rgb(209 213 219 / 0.2) !important;
}

.border-b-gray-300\/25 {
  border-bottom-color: rgb(209 213 219 / 0.25) !important;
}

.border-b-gray-300\/30 {
  border-bottom-color: rgb(209 213 219 / 0.3) !important;
}

.border-b-gray-300\/35 {
  border-bottom-color: rgb(209 213 219 / 0.35) !important;
}

.border-b-gray-300\/40 {
  border-bottom-color: rgb(209 213 219 / 0.4) !important;
}

.border-b-gray-300\/45 {
  border-bottom-color: rgb(209 213 219 / 0.45) !important;
}

.border-b-gray-300\/5 {
  border-bottom-color: rgb(209 213 219 / 0.05) !important;
}

.border-b-gray-300\/50 {
  border-bottom-color: rgb(209 213 219 / 0.5) !important;
}

.border-b-gray-300\/55 {
  border-bottom-color: rgb(209 213 219 / 0.55) !important;
}

.border-b-gray-300\/60 {
  border-bottom-color: rgb(209 213 219 / 0.6) !important;
}

.border-b-gray-300\/65 {
  border-bottom-color: rgb(209 213 219 / 0.65) !important;
}

.border-b-gray-300\/70 {
  border-bottom-color: rgb(209 213 219 / 0.7) !important;
}

.border-b-gray-300\/75 {
  border-bottom-color: rgb(209 213 219 / 0.75) !important;
}

.border-b-gray-300\/80 {
  border-bottom-color: rgb(209 213 219 / 0.8) !important;
}

.border-b-gray-300\/85 {
  border-bottom-color: rgb(209 213 219 / 0.85) !important;
}

.border-b-gray-300\/90 {
  border-bottom-color: rgb(209 213 219 / 0.9) !important;
}

.border-b-gray-300\/95 {
  border-bottom-color: rgb(209 213 219 / 0.95) !important;
}

.border-b-gray-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-400\/0 {
  border-bottom-color: rgb(156 163 175 / 0) !important;
}

.border-b-gray-400\/10 {
  border-bottom-color: rgb(156 163 175 / 0.1) !important;
}

.border-b-gray-400\/100 {
  border-bottom-color: rgb(156 163 175 / 1) !important;
}

.border-b-gray-400\/15 {
  border-bottom-color: rgb(156 163 175 / 0.15) !important;
}

.border-b-gray-400\/20 {
  border-bottom-color: rgb(156 163 175 / 0.2) !important;
}

.border-b-gray-400\/25 {
  border-bottom-color: rgb(156 163 175 / 0.25) !important;
}

.border-b-gray-400\/30 {
  border-bottom-color: rgb(156 163 175 / 0.3) !important;
}

.border-b-gray-400\/35 {
  border-bottom-color: rgb(156 163 175 / 0.35) !important;
}

.border-b-gray-400\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4) !important;
}

.border-b-gray-400\/45 {
  border-bottom-color: rgb(156 163 175 / 0.45) !important;
}

.border-b-gray-400\/5 {
  border-bottom-color: rgb(156 163 175 / 0.05) !important;
}

.border-b-gray-400\/50 {
  border-bottom-color: rgb(156 163 175 / 0.5) !important;
}

.border-b-gray-400\/55 {
  border-bottom-color: rgb(156 163 175 / 0.55) !important;
}

.border-b-gray-400\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6) !important;
}

.border-b-gray-400\/65 {
  border-bottom-color: rgb(156 163 175 / 0.65) !important;
}

.border-b-gray-400\/70 {
  border-bottom-color: rgb(156 163 175 / 0.7) !important;
}

.border-b-gray-400\/75 {
  border-bottom-color: rgb(156 163 175 / 0.75) !important;
}

.border-b-gray-400\/80 {
  border-bottom-color: rgb(156 163 175 / 0.8) !important;
}

.border-b-gray-400\/85 {
  border-bottom-color: rgb(156 163 175 / 0.85) !important;
}

.border-b-gray-400\/90 {
  border-bottom-color: rgb(156 163 175 / 0.9) !important;
}

.border-b-gray-400\/95 {
  border-bottom-color: rgb(156 163 175 / 0.95) !important;
}

.border-b-gray-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-50\/0 {
  border-bottom-color: rgb(249 250 251 / 0) !important;
}

.border-b-gray-50\/10 {
  border-bottom-color: rgb(249 250 251 / 0.1) !important;
}

.border-b-gray-50\/100 {
  border-bottom-color: rgb(249 250 251 / 1) !important;
}

.border-b-gray-50\/15 {
  border-bottom-color: rgb(249 250 251 / 0.15) !important;
}

.border-b-gray-50\/20 {
  border-bottom-color: rgb(249 250 251 / 0.2) !important;
}

.border-b-gray-50\/25 {
  border-bottom-color: rgb(249 250 251 / 0.25) !important;
}

.border-b-gray-50\/30 {
  border-bottom-color: rgb(249 250 251 / 0.3) !important;
}

.border-b-gray-50\/35 {
  border-bottom-color: rgb(249 250 251 / 0.35) !important;
}

.border-b-gray-50\/40 {
  border-bottom-color: rgb(249 250 251 / 0.4) !important;
}

.border-b-gray-50\/45 {
  border-bottom-color: rgb(249 250 251 / 0.45) !important;
}

.border-b-gray-50\/5 {
  border-bottom-color: rgb(249 250 251 / 0.05) !important;
}

.border-b-gray-50\/50 {
  border-bottom-color: rgb(249 250 251 / 0.5) !important;
}

.border-b-gray-50\/55 {
  border-bottom-color: rgb(249 250 251 / 0.55) !important;
}

.border-b-gray-50\/60 {
  border-bottom-color: rgb(249 250 251 / 0.6) !important;
}

.border-b-gray-50\/65 {
  border-bottom-color: rgb(249 250 251 / 0.65) !important;
}

.border-b-gray-50\/70 {
  border-bottom-color: rgb(249 250 251 / 0.7) !important;
}

.border-b-gray-50\/75 {
  border-bottom-color: rgb(249 250 251 / 0.75) !important;
}

.border-b-gray-50\/80 {
  border-bottom-color: rgb(249 250 251 / 0.8) !important;
}

.border-b-gray-50\/85 {
  border-bottom-color: rgb(249 250 251 / 0.85) !important;
}

.border-b-gray-50\/90 {
  border-bottom-color: rgb(249 250 251 / 0.9) !important;
}

.border-b-gray-50\/95 {
  border-bottom-color: rgb(249 250 251 / 0.95) !important;
}

.border-b-gray-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-500\/0 {
  border-bottom-color: rgb(107 114 128 / 0) !important;
}

.border-b-gray-500\/10 {
  border-bottom-color: rgb(107 114 128 / 0.1) !important;
}

.border-b-gray-500\/100 {
  border-bottom-color: rgb(107 114 128 / 1) !important;
}

.border-b-gray-500\/15 {
  border-bottom-color: rgb(107 114 128 / 0.15) !important;
}

.border-b-gray-500\/20 {
  border-bottom-color: rgb(107 114 128 / 0.2) !important;
}

.border-b-gray-500\/25 {
  border-bottom-color: rgb(107 114 128 / 0.25) !important;
}

.border-b-gray-500\/30 {
  border-bottom-color: rgb(107 114 128 / 0.3) !important;
}

.border-b-gray-500\/35 {
  border-bottom-color: rgb(107 114 128 / 0.35) !important;
}

.border-b-gray-500\/40 {
  border-bottom-color: rgb(107 114 128 / 0.4) !important;
}

.border-b-gray-500\/45 {
  border-bottom-color: rgb(107 114 128 / 0.45) !important;
}

.border-b-gray-500\/5 {
  border-bottom-color: rgb(107 114 128 / 0.05) !important;
}

.border-b-gray-500\/50 {
  border-bottom-color: rgb(107 114 128 / 0.5) !important;
}

.border-b-gray-500\/55 {
  border-bottom-color: rgb(107 114 128 / 0.55) !important;
}

.border-b-gray-500\/60 {
  border-bottom-color: rgb(107 114 128 / 0.6) !important;
}

.border-b-gray-500\/65 {
  border-bottom-color: rgb(107 114 128 / 0.65) !important;
}

.border-b-gray-500\/70 {
  border-bottom-color: rgb(107 114 128 / 0.7) !important;
}

.border-b-gray-500\/75 {
  border-bottom-color: rgb(107 114 128 / 0.75) !important;
}

.border-b-gray-500\/80 {
  border-bottom-color: rgb(107 114 128 / 0.8) !important;
}

.border-b-gray-500\/85 {
  border-bottom-color: rgb(107 114 128 / 0.85) !important;
}

.border-b-gray-500\/90 {
  border-bottom-color: rgb(107 114 128 / 0.9) !important;
}

.border-b-gray-500\/95 {
  border-bottom-color: rgb(107 114 128 / 0.95) !important;
}

.border-b-gray-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-600\/0 {
  border-bottom-color: rgb(75 85 99 / 0) !important;
}

.border-b-gray-600\/10 {
  border-bottom-color: rgb(75 85 99 / 0.1) !important;
}

.border-b-gray-600\/100 {
  border-bottom-color: rgb(75 85 99 / 1) !important;
}

.border-b-gray-600\/15 {
  border-bottom-color: rgb(75 85 99 / 0.15) !important;
}

.border-b-gray-600\/20 {
  border-bottom-color: rgb(75 85 99 / 0.2) !important;
}

.border-b-gray-600\/25 {
  border-bottom-color: rgb(75 85 99 / 0.25) !important;
}

.border-b-gray-600\/30 {
  border-bottom-color: rgb(75 85 99 / 0.3) !important;
}

.border-b-gray-600\/35 {
  border-bottom-color: rgb(75 85 99 / 0.35) !important;
}

.border-b-gray-600\/40 {
  border-bottom-color: rgb(75 85 99 / 0.4) !important;
}

.border-b-gray-600\/45 {
  border-bottom-color: rgb(75 85 99 / 0.45) !important;
}

.border-b-gray-600\/5 {
  border-bottom-color: rgb(75 85 99 / 0.05) !important;
}

.border-b-gray-600\/50 {
  border-bottom-color: rgb(75 85 99 / 0.5) !important;
}

.border-b-gray-600\/55 {
  border-bottom-color: rgb(75 85 99 / 0.55) !important;
}

.border-b-gray-600\/60 {
  border-bottom-color: rgb(75 85 99 / 0.6) !important;
}

.border-b-gray-600\/65 {
  border-bottom-color: rgb(75 85 99 / 0.65) !important;
}

.border-b-gray-600\/70 {
  border-bottom-color: rgb(75 85 99 / 0.7) !important;
}

.border-b-gray-600\/75 {
  border-bottom-color: rgb(75 85 99 / 0.75) !important;
}

.border-b-gray-600\/80 {
  border-bottom-color: rgb(75 85 99 / 0.8) !important;
}

.border-b-gray-600\/85 {
  border-bottom-color: rgb(75 85 99 / 0.85) !important;
}

.border-b-gray-600\/90 {
  border-bottom-color: rgb(75 85 99 / 0.9) !important;
}

.border-b-gray-600\/95 {
  border-bottom-color: rgb(75 85 99 / 0.95) !important;
}

.border-b-gray-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-700\/0 {
  border-bottom-color: rgb(55 65 81 / 0) !important;
}

.border-b-gray-700\/10 {
  border-bottom-color: rgb(55 65 81 / 0.1) !important;
}

.border-b-gray-700\/100 {
  border-bottom-color: rgb(55 65 81 / 1) !important;
}

.border-b-gray-700\/15 {
  border-bottom-color: rgb(55 65 81 / 0.15) !important;
}

.border-b-gray-700\/20 {
  border-bottom-color: rgb(55 65 81 / 0.2) !important;
}

.border-b-gray-700\/25 {
  border-bottom-color: rgb(55 65 81 / 0.25) !important;
}

.border-b-gray-700\/30 {
  border-bottom-color: rgb(55 65 81 / 0.3) !important;
}

.border-b-gray-700\/35 {
  border-bottom-color: rgb(55 65 81 / 0.35) !important;
}

.border-b-gray-700\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4) !important;
}

.border-b-gray-700\/45 {
  border-bottom-color: rgb(55 65 81 / 0.45) !important;
}

.border-b-gray-700\/5 {
  border-bottom-color: rgb(55 65 81 / 0.05) !important;
}

.border-b-gray-700\/50 {
  border-bottom-color: rgb(55 65 81 / 0.5) !important;
}

.border-b-gray-700\/55 {
  border-bottom-color: rgb(55 65 81 / 0.55) !important;
}

.border-b-gray-700\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6) !important;
}

.border-b-gray-700\/65 {
  border-bottom-color: rgb(55 65 81 / 0.65) !important;
}

.border-b-gray-700\/70 {
  border-bottom-color: rgb(55 65 81 / 0.7) !important;
}

.border-b-gray-700\/75 {
  border-bottom-color: rgb(55 65 81 / 0.75) !important;
}

.border-b-gray-700\/80 {
  border-bottom-color: rgb(55 65 81 / 0.8) !important;
}

.border-b-gray-700\/85 {
  border-bottom-color: rgb(55 65 81 / 0.85) !important;
}

.border-b-gray-700\/90 {
  border-bottom-color: rgb(55 65 81 / 0.9) !important;
}

.border-b-gray-700\/95 {
  border-bottom-color: rgb(55 65 81 / 0.95) !important;
}

.border-b-gray-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-800\/0 {
  border-bottom-color: rgb(31 41 55 / 0) !important;
}

.border-b-gray-800\/10 {
  border-bottom-color: rgb(31 41 55 / 0.1) !important;
}

.border-b-gray-800\/100 {
  border-bottom-color: rgb(31 41 55 / 1) !important;
}

.border-b-gray-800\/15 {
  border-bottom-color: rgb(31 41 55 / 0.15) !important;
}

.border-b-gray-800\/20 {
  border-bottom-color: rgb(31 41 55 / 0.2) !important;
}

.border-b-gray-800\/25 {
  border-bottom-color: rgb(31 41 55 / 0.25) !important;
}

.border-b-gray-800\/30 {
  border-bottom-color: rgb(31 41 55 / 0.3) !important;
}

.border-b-gray-800\/35 {
  border-bottom-color: rgb(31 41 55 / 0.35) !important;
}

.border-b-gray-800\/40 {
  border-bottom-color: rgb(31 41 55 / 0.4) !important;
}

.border-b-gray-800\/45 {
  border-bottom-color: rgb(31 41 55 / 0.45) !important;
}

.border-b-gray-800\/5 {
  border-bottom-color: rgb(31 41 55 / 0.05) !important;
}

.border-b-gray-800\/50 {
  border-bottom-color: rgb(31 41 55 / 0.5) !important;
}

.border-b-gray-800\/55 {
  border-bottom-color: rgb(31 41 55 / 0.55) !important;
}

.border-b-gray-800\/60 {
  border-bottom-color: rgb(31 41 55 / 0.6) !important;
}

.border-b-gray-800\/65 {
  border-bottom-color: rgb(31 41 55 / 0.65) !important;
}

.border-b-gray-800\/70 {
  border-bottom-color: rgb(31 41 55 / 0.7) !important;
}

.border-b-gray-800\/75 {
  border-bottom-color: rgb(31 41 55 / 0.75) !important;
}

.border-b-gray-800\/80 {
  border-bottom-color: rgb(31 41 55 / 0.8) !important;
}

.border-b-gray-800\/85 {
  border-bottom-color: rgb(31 41 55 / 0.85) !important;
}

.border-b-gray-800\/90 {
  border-bottom-color: rgb(31 41 55 / 0.9) !important;
}

.border-b-gray-800\/95 {
  border-bottom-color: rgb(31 41 55 / 0.95) !important;
}

.border-b-gray-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-900\/0 {
  border-bottom-color: rgb(17 24 39 / 0) !important;
}

.border-b-gray-900\/10 {
  border-bottom-color: rgb(17 24 39 / 0.1) !important;
}

.border-b-gray-900\/100 {
  border-bottom-color: rgb(17 24 39 / 1) !important;
}

.border-b-gray-900\/15 {
  border-bottom-color: rgb(17 24 39 / 0.15) !important;
}

.border-b-gray-900\/20 {
  border-bottom-color: rgb(17 24 39 / 0.2) !important;
}

.border-b-gray-900\/25 {
  border-bottom-color: rgb(17 24 39 / 0.25) !important;
}

.border-b-gray-900\/30 {
  border-bottom-color: rgb(17 24 39 / 0.3) !important;
}

.border-b-gray-900\/35 {
  border-bottom-color: rgb(17 24 39 / 0.35) !important;
}

.border-b-gray-900\/40 {
  border-bottom-color: rgb(17 24 39 / 0.4) !important;
}

.border-b-gray-900\/45 {
  border-bottom-color: rgb(17 24 39 / 0.45) !important;
}

.border-b-gray-900\/5 {
  border-bottom-color: rgb(17 24 39 / 0.05) !important;
}

.border-b-gray-900\/50 {
  border-bottom-color: rgb(17 24 39 / 0.5) !important;
}

.border-b-gray-900\/55 {
  border-bottom-color: rgb(17 24 39 / 0.55) !important;
}

.border-b-gray-900\/60 {
  border-bottom-color: rgb(17 24 39 / 0.6) !important;
}

.border-b-gray-900\/65 {
  border-bottom-color: rgb(17 24 39 / 0.65) !important;
}

.border-b-gray-900\/70 {
  border-bottom-color: rgb(17 24 39 / 0.7) !important;
}

.border-b-gray-900\/75 {
  border-bottom-color: rgb(17 24 39 / 0.75) !important;
}

.border-b-gray-900\/80 {
  border-bottom-color: rgb(17 24 39 / 0.8) !important;
}

.border-b-gray-900\/85 {
  border-bottom-color: rgb(17 24 39 / 0.85) !important;
}

.border-b-gray-900\/90 {
  border-bottom-color: rgb(17 24 39 / 0.9) !important;
}

.border-b-gray-900\/95 {
  border-bottom-color: rgb(17 24 39 / 0.95) !important;
}

.border-b-gray-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-950\/0 {
  border-bottom-color: rgb(3 7 18 / 0) !important;
}

.border-b-gray-950\/10 {
  border-bottom-color: rgb(3 7 18 / 0.1) !important;
}

.border-b-gray-950\/100 {
  border-bottom-color: rgb(3 7 18 / 1) !important;
}

.border-b-gray-950\/15 {
  border-bottom-color: rgb(3 7 18 / 0.15) !important;
}

.border-b-gray-950\/20 {
  border-bottom-color: rgb(3 7 18 / 0.2) !important;
}

.border-b-gray-950\/25 {
  border-bottom-color: rgb(3 7 18 / 0.25) !important;
}

.border-b-gray-950\/30 {
  border-bottom-color: rgb(3 7 18 / 0.3) !important;
}

.border-b-gray-950\/35 {
  border-bottom-color: rgb(3 7 18 / 0.35) !important;
}

.border-b-gray-950\/40 {
  border-bottom-color: rgb(3 7 18 / 0.4) !important;
}

.border-b-gray-950\/45 {
  border-bottom-color: rgb(3 7 18 / 0.45) !important;
}

.border-b-gray-950\/5 {
  border-bottom-color: rgb(3 7 18 / 0.05) !important;
}

.border-b-gray-950\/50 {
  border-bottom-color: rgb(3 7 18 / 0.5) !important;
}

.border-b-gray-950\/55 {
  border-bottom-color: rgb(3 7 18 / 0.55) !important;
}

.border-b-gray-950\/60 {
  border-bottom-color: rgb(3 7 18 / 0.6) !important;
}

.border-b-gray-950\/65 {
  border-bottom-color: rgb(3 7 18 / 0.65) !important;
}

.border-b-gray-950\/70 {
  border-bottom-color: rgb(3 7 18 / 0.7) !important;
}

.border-b-gray-950\/75 {
  border-bottom-color: rgb(3 7 18 / 0.75) !important;
}

.border-b-gray-950\/80 {
  border-bottom-color: rgb(3 7 18 / 0.8) !important;
}

.border-b-gray-950\/85 {
  border-bottom-color: rgb(3 7 18 / 0.85) !important;
}

.border-b-gray-950\/90 {
  border-bottom-color: rgb(3 7 18 / 0.9) !important;
}

.border-b-gray-950\/95 {
  border-bottom-color: rgb(3 7 18 / 0.95) !important;
}

.border-b-green-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-100\/0 {
  border-bottom-color: rgb(220 252 231 / 0) !important;
}

.border-b-green-100\/10 {
  border-bottom-color: rgb(220 252 231 / 0.1) !important;
}

.border-b-green-100\/100 {
  border-bottom-color: rgb(220 252 231 / 1) !important;
}

.border-b-green-100\/15 {
  border-bottom-color: rgb(220 252 231 / 0.15) !important;
}

.border-b-green-100\/20 {
  border-bottom-color: rgb(220 252 231 / 0.2) !important;
}

.border-b-green-100\/25 {
  border-bottom-color: rgb(220 252 231 / 0.25) !important;
}

.border-b-green-100\/30 {
  border-bottom-color: rgb(220 252 231 / 0.3) !important;
}

.border-b-green-100\/35 {
  border-bottom-color: rgb(220 252 231 / 0.35) !important;
}

.border-b-green-100\/40 {
  border-bottom-color: rgb(220 252 231 / 0.4) !important;
}

.border-b-green-100\/45 {
  border-bottom-color: rgb(220 252 231 / 0.45) !important;
}

.border-b-green-100\/5 {
  border-bottom-color: rgb(220 252 231 / 0.05) !important;
}

.border-b-green-100\/50 {
  border-bottom-color: rgb(220 252 231 / 0.5) !important;
}

.border-b-green-100\/55 {
  border-bottom-color: rgb(220 252 231 / 0.55) !important;
}

.border-b-green-100\/60 {
  border-bottom-color: rgb(220 252 231 / 0.6) !important;
}

.border-b-green-100\/65 {
  border-bottom-color: rgb(220 252 231 / 0.65) !important;
}

.border-b-green-100\/70 {
  border-bottom-color: rgb(220 252 231 / 0.7) !important;
}

.border-b-green-100\/75 {
  border-bottom-color: rgb(220 252 231 / 0.75) !important;
}

.border-b-green-100\/80 {
  border-bottom-color: rgb(220 252 231 / 0.8) !important;
}

.border-b-green-100\/85 {
  border-bottom-color: rgb(220 252 231 / 0.85) !important;
}

.border-b-green-100\/90 {
  border-bottom-color: rgb(220 252 231 / 0.9) !important;
}

.border-b-green-100\/95 {
  border-bottom-color: rgb(220 252 231 / 0.95) !important;
}

.border-b-green-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-200\/0 {
  border-bottom-color: rgb(187 247 208 / 0) !important;
}

.border-b-green-200\/10 {
  border-bottom-color: rgb(187 247 208 / 0.1) !important;
}

.border-b-green-200\/100 {
  border-bottom-color: rgb(187 247 208 / 1) !important;
}

.border-b-green-200\/15 {
  border-bottom-color: rgb(187 247 208 / 0.15) !important;
}

.border-b-green-200\/20 {
  border-bottom-color: rgb(187 247 208 / 0.2) !important;
}

.border-b-green-200\/25 {
  border-bottom-color: rgb(187 247 208 / 0.25) !important;
}

.border-b-green-200\/30 {
  border-bottom-color: rgb(187 247 208 / 0.3) !important;
}

.border-b-green-200\/35 {
  border-bottom-color: rgb(187 247 208 / 0.35) !important;
}

.border-b-green-200\/40 {
  border-bottom-color: rgb(187 247 208 / 0.4) !important;
}

.border-b-green-200\/45 {
  border-bottom-color: rgb(187 247 208 / 0.45) !important;
}

.border-b-green-200\/5 {
  border-bottom-color: rgb(187 247 208 / 0.05) !important;
}

.border-b-green-200\/50 {
  border-bottom-color: rgb(187 247 208 / 0.5) !important;
}

.border-b-green-200\/55 {
  border-bottom-color: rgb(187 247 208 / 0.55) !important;
}

.border-b-green-200\/60 {
  border-bottom-color: rgb(187 247 208 / 0.6) !important;
}

.border-b-green-200\/65 {
  border-bottom-color: rgb(187 247 208 / 0.65) !important;
}

.border-b-green-200\/70 {
  border-bottom-color: rgb(187 247 208 / 0.7) !important;
}

.border-b-green-200\/75 {
  border-bottom-color: rgb(187 247 208 / 0.75) !important;
}

.border-b-green-200\/80 {
  border-bottom-color: rgb(187 247 208 / 0.8) !important;
}

.border-b-green-200\/85 {
  border-bottom-color: rgb(187 247 208 / 0.85) !important;
}

.border-b-green-200\/90 {
  border-bottom-color: rgb(187 247 208 / 0.9) !important;
}

.border-b-green-200\/95 {
  border-bottom-color: rgb(187 247 208 / 0.95) !important;
}

.border-b-green-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-300\/0 {
  border-bottom-color: rgb(134 239 172 / 0) !important;
}

.border-b-green-300\/10 {
  border-bottom-color: rgb(134 239 172 / 0.1) !important;
}

.border-b-green-300\/100 {
  border-bottom-color: rgb(134 239 172 / 1) !important;
}

.border-b-green-300\/15 {
  border-bottom-color: rgb(134 239 172 / 0.15) !important;
}

.border-b-green-300\/20 {
  border-bottom-color: rgb(134 239 172 / 0.2) !important;
}

.border-b-green-300\/25 {
  border-bottom-color: rgb(134 239 172 / 0.25) !important;
}

.border-b-green-300\/30 {
  border-bottom-color: rgb(134 239 172 / 0.3) !important;
}

.border-b-green-300\/35 {
  border-bottom-color: rgb(134 239 172 / 0.35) !important;
}

.border-b-green-300\/40 {
  border-bottom-color: rgb(134 239 172 / 0.4) !important;
}

.border-b-green-300\/45 {
  border-bottom-color: rgb(134 239 172 / 0.45) !important;
}

.border-b-green-300\/5 {
  border-bottom-color: rgb(134 239 172 / 0.05) !important;
}

.border-b-green-300\/50 {
  border-bottom-color: rgb(134 239 172 / 0.5) !important;
}

.border-b-green-300\/55 {
  border-bottom-color: rgb(134 239 172 / 0.55) !important;
}

.border-b-green-300\/60 {
  border-bottom-color: rgb(134 239 172 / 0.6) !important;
}

.border-b-green-300\/65 {
  border-bottom-color: rgb(134 239 172 / 0.65) !important;
}

.border-b-green-300\/70 {
  border-bottom-color: rgb(134 239 172 / 0.7) !important;
}

.border-b-green-300\/75 {
  border-bottom-color: rgb(134 239 172 / 0.75) !important;
}

.border-b-green-300\/80 {
  border-bottom-color: rgb(134 239 172 / 0.8) !important;
}

.border-b-green-300\/85 {
  border-bottom-color: rgb(134 239 172 / 0.85) !important;
}

.border-b-green-300\/90 {
  border-bottom-color: rgb(134 239 172 / 0.9) !important;
}

.border-b-green-300\/95 {
  border-bottom-color: rgb(134 239 172 / 0.95) !important;
}

.border-b-green-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-400\/0 {
  border-bottom-color: rgb(74 222 128 / 0) !important;
}

.border-b-green-400\/10 {
  border-bottom-color: rgb(74 222 128 / 0.1) !important;
}

.border-b-green-400\/100 {
  border-bottom-color: rgb(74 222 128 / 1) !important;
}

.border-b-green-400\/15 {
  border-bottom-color: rgb(74 222 128 / 0.15) !important;
}

.border-b-green-400\/20 {
  border-bottom-color: rgb(74 222 128 / 0.2) !important;
}

.border-b-green-400\/25 {
  border-bottom-color: rgb(74 222 128 / 0.25) !important;
}

.border-b-green-400\/30 {
  border-bottom-color: rgb(74 222 128 / 0.3) !important;
}

.border-b-green-400\/35 {
  border-bottom-color: rgb(74 222 128 / 0.35) !important;
}

.border-b-green-400\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4) !important;
}

.border-b-green-400\/45 {
  border-bottom-color: rgb(74 222 128 / 0.45) !important;
}

.border-b-green-400\/5 {
  border-bottom-color: rgb(74 222 128 / 0.05) !important;
}

.border-b-green-400\/50 {
  border-bottom-color: rgb(74 222 128 / 0.5) !important;
}

.border-b-green-400\/55 {
  border-bottom-color: rgb(74 222 128 / 0.55) !important;
}

.border-b-green-400\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6) !important;
}

.border-b-green-400\/65 {
  border-bottom-color: rgb(74 222 128 / 0.65) !important;
}

.border-b-green-400\/70 {
  border-bottom-color: rgb(74 222 128 / 0.7) !important;
}

.border-b-green-400\/75 {
  border-bottom-color: rgb(74 222 128 / 0.75) !important;
}

.border-b-green-400\/80 {
  border-bottom-color: rgb(74 222 128 / 0.8) !important;
}

.border-b-green-400\/85 {
  border-bottom-color: rgb(74 222 128 / 0.85) !important;
}

.border-b-green-400\/90 {
  border-bottom-color: rgb(74 222 128 / 0.9) !important;
}

.border-b-green-400\/95 {
  border-bottom-color: rgb(74 222 128 / 0.95) !important;
}

.border-b-green-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-50\/0 {
  border-bottom-color: rgb(240 253 244 / 0) !important;
}

.border-b-green-50\/10 {
  border-bottom-color: rgb(240 253 244 / 0.1) !important;
}

.border-b-green-50\/100 {
  border-bottom-color: rgb(240 253 244 / 1) !important;
}

.border-b-green-50\/15 {
  border-bottom-color: rgb(240 253 244 / 0.15) !important;
}

.border-b-green-50\/20 {
  border-bottom-color: rgb(240 253 244 / 0.2) !important;
}

.border-b-green-50\/25 {
  border-bottom-color: rgb(240 253 244 / 0.25) !important;
}

.border-b-green-50\/30 {
  border-bottom-color: rgb(240 253 244 / 0.3) !important;
}

.border-b-green-50\/35 {
  border-bottom-color: rgb(240 253 244 / 0.35) !important;
}

.border-b-green-50\/40 {
  border-bottom-color: rgb(240 253 244 / 0.4) !important;
}

.border-b-green-50\/45 {
  border-bottom-color: rgb(240 253 244 / 0.45) !important;
}

.border-b-green-50\/5 {
  border-bottom-color: rgb(240 253 244 / 0.05) !important;
}

.border-b-green-50\/50 {
  border-bottom-color: rgb(240 253 244 / 0.5) !important;
}

.border-b-green-50\/55 {
  border-bottom-color: rgb(240 253 244 / 0.55) !important;
}

.border-b-green-50\/60 {
  border-bottom-color: rgb(240 253 244 / 0.6) !important;
}

.border-b-green-50\/65 {
  border-bottom-color: rgb(240 253 244 / 0.65) !important;
}

.border-b-green-50\/70 {
  border-bottom-color: rgb(240 253 244 / 0.7) !important;
}

.border-b-green-50\/75 {
  border-bottom-color: rgb(240 253 244 / 0.75) !important;
}

.border-b-green-50\/80 {
  border-bottom-color: rgb(240 253 244 / 0.8) !important;
}

.border-b-green-50\/85 {
  border-bottom-color: rgb(240 253 244 / 0.85) !important;
}

.border-b-green-50\/90 {
  border-bottom-color: rgb(240 253 244 / 0.9) !important;
}

.border-b-green-50\/95 {
  border-bottom-color: rgb(240 253 244 / 0.95) !important;
}

.border-b-green-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-500\/0 {
  border-bottom-color: rgb(34 197 94 / 0) !important;
}

.border-b-green-500\/10 {
  border-bottom-color: rgb(34 197 94 / 0.1) !important;
}

.border-b-green-500\/100 {
  border-bottom-color: rgb(34 197 94 / 1) !important;
}

.border-b-green-500\/15 {
  border-bottom-color: rgb(34 197 94 / 0.15) !important;
}

.border-b-green-500\/20 {
  border-bottom-color: rgb(34 197 94 / 0.2) !important;
}

.border-b-green-500\/25 {
  border-bottom-color: rgb(34 197 94 / 0.25) !important;
}

.border-b-green-500\/30 {
  border-bottom-color: rgb(34 197 94 / 0.3) !important;
}

.border-b-green-500\/35 {
  border-bottom-color: rgb(34 197 94 / 0.35) !important;
}

.border-b-green-500\/40 {
  border-bottom-color: rgb(34 197 94 / 0.4) !important;
}

.border-b-green-500\/45 {
  border-bottom-color: rgb(34 197 94 / 0.45) !important;
}

.border-b-green-500\/5 {
  border-bottom-color: rgb(34 197 94 / 0.05) !important;
}

.border-b-green-500\/50 {
  border-bottom-color: rgb(34 197 94 / 0.5) !important;
}

.border-b-green-500\/55 {
  border-bottom-color: rgb(34 197 94 / 0.55) !important;
}

.border-b-green-500\/60 {
  border-bottom-color: rgb(34 197 94 / 0.6) !important;
}

.border-b-green-500\/65 {
  border-bottom-color: rgb(34 197 94 / 0.65) !important;
}

.border-b-green-500\/70 {
  border-bottom-color: rgb(34 197 94 / 0.7) !important;
}

.border-b-green-500\/75 {
  border-bottom-color: rgb(34 197 94 / 0.75) !important;
}

.border-b-green-500\/80 {
  border-bottom-color: rgb(34 197 94 / 0.8) !important;
}

.border-b-green-500\/85 {
  border-bottom-color: rgb(34 197 94 / 0.85) !important;
}

.border-b-green-500\/90 {
  border-bottom-color: rgb(34 197 94 / 0.9) !important;
}

.border-b-green-500\/95 {
  border-bottom-color: rgb(34 197 94 / 0.95) !important;
}

.border-b-green-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-600\/0 {
  border-bottom-color: rgb(22 163 74 / 0) !important;
}

.border-b-green-600\/10 {
  border-bottom-color: rgb(22 163 74 / 0.1) !important;
}

.border-b-green-600\/100 {
  border-bottom-color: rgb(22 163 74 / 1) !important;
}

.border-b-green-600\/15 {
  border-bottom-color: rgb(22 163 74 / 0.15) !important;
}

.border-b-green-600\/20 {
  border-bottom-color: rgb(22 163 74 / 0.2) !important;
}

.border-b-green-600\/25 {
  border-bottom-color: rgb(22 163 74 / 0.25) !important;
}

.border-b-green-600\/30 {
  border-bottom-color: rgb(22 163 74 / 0.3) !important;
}

.border-b-green-600\/35 {
  border-bottom-color: rgb(22 163 74 / 0.35) !important;
}

.border-b-green-600\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4) !important;
}

.border-b-green-600\/45 {
  border-bottom-color: rgb(22 163 74 / 0.45) !important;
}

.border-b-green-600\/5 {
  border-bottom-color: rgb(22 163 74 / 0.05) !important;
}

.border-b-green-600\/50 {
  border-bottom-color: rgb(22 163 74 / 0.5) !important;
}

.border-b-green-600\/55 {
  border-bottom-color: rgb(22 163 74 / 0.55) !important;
}

.border-b-green-600\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6) !important;
}

.border-b-green-600\/65 {
  border-bottom-color: rgb(22 163 74 / 0.65) !important;
}

.border-b-green-600\/70 {
  border-bottom-color: rgb(22 163 74 / 0.7) !important;
}

.border-b-green-600\/75 {
  border-bottom-color: rgb(22 163 74 / 0.75) !important;
}

.border-b-green-600\/80 {
  border-bottom-color: rgb(22 163 74 / 0.8) !important;
}

.border-b-green-600\/85 {
  border-bottom-color: rgb(22 163 74 / 0.85) !important;
}

.border-b-green-600\/90 {
  border-bottom-color: rgb(22 163 74 / 0.9) !important;
}

.border-b-green-600\/95 {
  border-bottom-color: rgb(22 163 74 / 0.95) !important;
}

.border-b-green-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-700\/0 {
  border-bottom-color: rgb(21 128 61 / 0) !important;
}

.border-b-green-700\/10 {
  border-bottom-color: rgb(21 128 61 / 0.1) !important;
}

.border-b-green-700\/100 {
  border-bottom-color: rgb(21 128 61 / 1) !important;
}

.border-b-green-700\/15 {
  border-bottom-color: rgb(21 128 61 / 0.15) !important;
}

.border-b-green-700\/20 {
  border-bottom-color: rgb(21 128 61 / 0.2) !important;
}

.border-b-green-700\/25 {
  border-bottom-color: rgb(21 128 61 / 0.25) !important;
}

.border-b-green-700\/30 {
  border-bottom-color: rgb(21 128 61 / 0.3) !important;
}

.border-b-green-700\/35 {
  border-bottom-color: rgb(21 128 61 / 0.35) !important;
}

.border-b-green-700\/40 {
  border-bottom-color: rgb(21 128 61 / 0.4) !important;
}

.border-b-green-700\/45 {
  border-bottom-color: rgb(21 128 61 / 0.45) !important;
}

.border-b-green-700\/5 {
  border-bottom-color: rgb(21 128 61 / 0.05) !important;
}

.border-b-green-700\/50 {
  border-bottom-color: rgb(21 128 61 / 0.5) !important;
}

.border-b-green-700\/55 {
  border-bottom-color: rgb(21 128 61 / 0.55) !important;
}

.border-b-green-700\/60 {
  border-bottom-color: rgb(21 128 61 / 0.6) !important;
}

.border-b-green-700\/65 {
  border-bottom-color: rgb(21 128 61 / 0.65) !important;
}

.border-b-green-700\/70 {
  border-bottom-color: rgb(21 128 61 / 0.7) !important;
}

.border-b-green-700\/75 {
  border-bottom-color: rgb(21 128 61 / 0.75) !important;
}

.border-b-green-700\/80 {
  border-bottom-color: rgb(21 128 61 / 0.8) !important;
}

.border-b-green-700\/85 {
  border-bottom-color: rgb(21 128 61 / 0.85) !important;
}

.border-b-green-700\/90 {
  border-bottom-color: rgb(21 128 61 / 0.9) !important;
}

.border-b-green-700\/95 {
  border-bottom-color: rgb(21 128 61 / 0.95) !important;
}

.border-b-green-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-800\/0 {
  border-bottom-color: rgb(22 101 52 / 0) !important;
}

.border-b-green-800\/10 {
  border-bottom-color: rgb(22 101 52 / 0.1) !important;
}

.border-b-green-800\/100 {
  border-bottom-color: rgb(22 101 52 / 1) !important;
}

.border-b-green-800\/15 {
  border-bottom-color: rgb(22 101 52 / 0.15) !important;
}

.border-b-green-800\/20 {
  border-bottom-color: rgb(22 101 52 / 0.2) !important;
}

.border-b-green-800\/25 {
  border-bottom-color: rgb(22 101 52 / 0.25) !important;
}

.border-b-green-800\/30 {
  border-bottom-color: rgb(22 101 52 / 0.3) !important;
}

.border-b-green-800\/35 {
  border-bottom-color: rgb(22 101 52 / 0.35) !important;
}

.border-b-green-800\/40 {
  border-bottom-color: rgb(22 101 52 / 0.4) !important;
}

.border-b-green-800\/45 {
  border-bottom-color: rgb(22 101 52 / 0.45) !important;
}

.border-b-green-800\/5 {
  border-bottom-color: rgb(22 101 52 / 0.05) !important;
}

.border-b-green-800\/50 {
  border-bottom-color: rgb(22 101 52 / 0.5) !important;
}

.border-b-green-800\/55 {
  border-bottom-color: rgb(22 101 52 / 0.55) !important;
}

.border-b-green-800\/60 {
  border-bottom-color: rgb(22 101 52 / 0.6) !important;
}

.border-b-green-800\/65 {
  border-bottom-color: rgb(22 101 52 / 0.65) !important;
}

.border-b-green-800\/70 {
  border-bottom-color: rgb(22 101 52 / 0.7) !important;
}

.border-b-green-800\/75 {
  border-bottom-color: rgb(22 101 52 / 0.75) !important;
}

.border-b-green-800\/80 {
  border-bottom-color: rgb(22 101 52 / 0.8) !important;
}

.border-b-green-800\/85 {
  border-bottom-color: rgb(22 101 52 / 0.85) !important;
}

.border-b-green-800\/90 {
  border-bottom-color: rgb(22 101 52 / 0.9) !important;
}

.border-b-green-800\/95 {
  border-bottom-color: rgb(22 101 52 / 0.95) !important;
}

.border-b-green-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-900\/0 {
  border-bottom-color: rgb(20 83 45 / 0) !important;
}

.border-b-green-900\/10 {
  border-bottom-color: rgb(20 83 45 / 0.1) !important;
}

.border-b-green-900\/100 {
  border-bottom-color: rgb(20 83 45 / 1) !important;
}

.border-b-green-900\/15 {
  border-bottom-color: rgb(20 83 45 / 0.15) !important;
}

.border-b-green-900\/20 {
  border-bottom-color: rgb(20 83 45 / 0.2) !important;
}

.border-b-green-900\/25 {
  border-bottom-color: rgb(20 83 45 / 0.25) !important;
}

.border-b-green-900\/30 {
  border-bottom-color: rgb(20 83 45 / 0.3) !important;
}

.border-b-green-900\/35 {
  border-bottom-color: rgb(20 83 45 / 0.35) !important;
}

.border-b-green-900\/40 {
  border-bottom-color: rgb(20 83 45 / 0.4) !important;
}

.border-b-green-900\/45 {
  border-bottom-color: rgb(20 83 45 / 0.45) !important;
}

.border-b-green-900\/5 {
  border-bottom-color: rgb(20 83 45 / 0.05) !important;
}

.border-b-green-900\/50 {
  border-bottom-color: rgb(20 83 45 / 0.5) !important;
}

.border-b-green-900\/55 {
  border-bottom-color: rgb(20 83 45 / 0.55) !important;
}

.border-b-green-900\/60 {
  border-bottom-color: rgb(20 83 45 / 0.6) !important;
}

.border-b-green-900\/65 {
  border-bottom-color: rgb(20 83 45 / 0.65) !important;
}

.border-b-green-900\/70 {
  border-bottom-color: rgb(20 83 45 / 0.7) !important;
}

.border-b-green-900\/75 {
  border-bottom-color: rgb(20 83 45 / 0.75) !important;
}

.border-b-green-900\/80 {
  border-bottom-color: rgb(20 83 45 / 0.8) !important;
}

.border-b-green-900\/85 {
  border-bottom-color: rgb(20 83 45 / 0.85) !important;
}

.border-b-green-900\/90 {
  border-bottom-color: rgb(20 83 45 / 0.9) !important;
}

.border-b-green-900\/95 {
  border-bottom-color: rgb(20 83 45 / 0.95) !important;
}

.border-b-green-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-b-green-950\/0 {
  border-bottom-color: rgb(5 46 22 / 0) !important;
}

.border-b-green-950\/10 {
  border-bottom-color: rgb(5 46 22 / 0.1) !important;
}

.border-b-green-950\/100 {
  border-bottom-color: rgb(5 46 22 / 1) !important;
}

.border-b-green-950\/15 {
  border-bottom-color: rgb(5 46 22 / 0.15) !important;
}

.border-b-green-950\/20 {
  border-bottom-color: rgb(5 46 22 / 0.2) !important;
}

.border-b-green-950\/25 {
  border-bottom-color: rgb(5 46 22 / 0.25) !important;
}

.border-b-green-950\/30 {
  border-bottom-color: rgb(5 46 22 / 0.3) !important;
}

.border-b-green-950\/35 {
  border-bottom-color: rgb(5 46 22 / 0.35) !important;
}

.border-b-green-950\/40 {
  border-bottom-color: rgb(5 46 22 / 0.4) !important;
}

.border-b-green-950\/45 {
  border-bottom-color: rgb(5 46 22 / 0.45) !important;
}

.border-b-green-950\/5 {
  border-bottom-color: rgb(5 46 22 / 0.05) !important;
}

.border-b-green-950\/50 {
  border-bottom-color: rgb(5 46 22 / 0.5) !important;
}

.border-b-green-950\/55 {
  border-bottom-color: rgb(5 46 22 / 0.55) !important;
}

.border-b-green-950\/60 {
  border-bottom-color: rgb(5 46 22 / 0.6) !important;
}

.border-b-green-950\/65 {
  border-bottom-color: rgb(5 46 22 / 0.65) !important;
}

.border-b-green-950\/70 {
  border-bottom-color: rgb(5 46 22 / 0.7) !important;
}

.border-b-green-950\/75 {
  border-bottom-color: rgb(5 46 22 / 0.75) !important;
}

.border-b-green-950\/80 {
  border-bottom-color: rgb(5 46 22 / 0.8) !important;
}

.border-b-green-950\/85 {
  border-bottom-color: rgb(5 46 22 / 0.85) !important;
}

.border-b-green-950\/90 {
  border-bottom-color: rgb(5 46 22 / 0.9) !important;
}

.border-b-green-950\/95 {
  border-bottom-color: rgb(5 46 22 / 0.95) !important;
}

.border-b-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-100\/0 {
  border-bottom-color: rgb(224 231 255 / 0) !important;
}

.border-b-indigo-100\/10 {
  border-bottom-color: rgb(224 231 255 / 0.1) !important;
}

.border-b-indigo-100\/100 {
  border-bottom-color: rgb(224 231 255 / 1) !important;
}

.border-b-indigo-100\/15 {
  border-bottom-color: rgb(224 231 255 / 0.15) !important;
}

.border-b-indigo-100\/20 {
  border-bottom-color: rgb(224 231 255 / 0.2) !important;
}

.border-b-indigo-100\/25 {
  border-bottom-color: rgb(224 231 255 / 0.25) !important;
}

.border-b-indigo-100\/30 {
  border-bottom-color: rgb(224 231 255 / 0.3) !important;
}

.border-b-indigo-100\/35 {
  border-bottom-color: rgb(224 231 255 / 0.35) !important;
}

.border-b-indigo-100\/40 {
  border-bottom-color: rgb(224 231 255 / 0.4) !important;
}

.border-b-indigo-100\/45 {
  border-bottom-color: rgb(224 231 255 / 0.45) !important;
}

.border-b-indigo-100\/5 {
  border-bottom-color: rgb(224 231 255 / 0.05) !important;
}

.border-b-indigo-100\/50 {
  border-bottom-color: rgb(224 231 255 / 0.5) !important;
}

.border-b-indigo-100\/55 {
  border-bottom-color: rgb(224 231 255 / 0.55) !important;
}

.border-b-indigo-100\/60 {
  border-bottom-color: rgb(224 231 255 / 0.6) !important;
}

.border-b-indigo-100\/65 {
  border-bottom-color: rgb(224 231 255 / 0.65) !important;
}

.border-b-indigo-100\/70 {
  border-bottom-color: rgb(224 231 255 / 0.7) !important;
}

.border-b-indigo-100\/75 {
  border-bottom-color: rgb(224 231 255 / 0.75) !important;
}

.border-b-indigo-100\/80 {
  border-bottom-color: rgb(224 231 255 / 0.8) !important;
}

.border-b-indigo-100\/85 {
  border-bottom-color: rgb(224 231 255 / 0.85) !important;
}

.border-b-indigo-100\/90 {
  border-bottom-color: rgb(224 231 255 / 0.9) !important;
}

.border-b-indigo-100\/95 {
  border-bottom-color: rgb(224 231 255 / 0.95) !important;
}

.border-b-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-200\/0 {
  border-bottom-color: rgb(199 210 254 / 0) !important;
}

.border-b-indigo-200\/10 {
  border-bottom-color: rgb(199 210 254 / 0.1) !important;
}

.border-b-indigo-200\/100 {
  border-bottom-color: rgb(199 210 254 / 1) !important;
}

.border-b-indigo-200\/15 {
  border-bottom-color: rgb(199 210 254 / 0.15) !important;
}

.border-b-indigo-200\/20 {
  border-bottom-color: rgb(199 210 254 / 0.2) !important;
}

.border-b-indigo-200\/25 {
  border-bottom-color: rgb(199 210 254 / 0.25) !important;
}

.border-b-indigo-200\/30 {
  border-bottom-color: rgb(199 210 254 / 0.3) !important;
}

.border-b-indigo-200\/35 {
  border-bottom-color: rgb(199 210 254 / 0.35) !important;
}

.border-b-indigo-200\/40 {
  border-bottom-color: rgb(199 210 254 / 0.4) !important;
}

.border-b-indigo-200\/45 {
  border-bottom-color: rgb(199 210 254 / 0.45) !important;
}

.border-b-indigo-200\/5 {
  border-bottom-color: rgb(199 210 254 / 0.05) !important;
}

.border-b-indigo-200\/50 {
  border-bottom-color: rgb(199 210 254 / 0.5) !important;
}

.border-b-indigo-200\/55 {
  border-bottom-color: rgb(199 210 254 / 0.55) !important;
}

.border-b-indigo-200\/60 {
  border-bottom-color: rgb(199 210 254 / 0.6) !important;
}

.border-b-indigo-200\/65 {
  border-bottom-color: rgb(199 210 254 / 0.65) !important;
}

.border-b-indigo-200\/70 {
  border-bottom-color: rgb(199 210 254 / 0.7) !important;
}

.border-b-indigo-200\/75 {
  border-bottom-color: rgb(199 210 254 / 0.75) !important;
}

.border-b-indigo-200\/80 {
  border-bottom-color: rgb(199 210 254 / 0.8) !important;
}

.border-b-indigo-200\/85 {
  border-bottom-color: rgb(199 210 254 / 0.85) !important;
}

.border-b-indigo-200\/90 {
  border-bottom-color: rgb(199 210 254 / 0.9) !important;
}

.border-b-indigo-200\/95 {
  border-bottom-color: rgb(199 210 254 / 0.95) !important;
}

.border-b-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-300\/0 {
  border-bottom-color: rgb(165 180 252 / 0) !important;
}

.border-b-indigo-300\/10 {
  border-bottom-color: rgb(165 180 252 / 0.1) !important;
}

.border-b-indigo-300\/100 {
  border-bottom-color: rgb(165 180 252 / 1) !important;
}

.border-b-indigo-300\/15 {
  border-bottom-color: rgb(165 180 252 / 0.15) !important;
}

.border-b-indigo-300\/20 {
  border-bottom-color: rgb(165 180 252 / 0.2) !important;
}

.border-b-indigo-300\/25 {
  border-bottom-color: rgb(165 180 252 / 0.25) !important;
}

.border-b-indigo-300\/30 {
  border-bottom-color: rgb(165 180 252 / 0.3) !important;
}

.border-b-indigo-300\/35 {
  border-bottom-color: rgb(165 180 252 / 0.35) !important;
}

.border-b-indigo-300\/40 {
  border-bottom-color: rgb(165 180 252 / 0.4) !important;
}

.border-b-indigo-300\/45 {
  border-bottom-color: rgb(165 180 252 / 0.45) !important;
}

.border-b-indigo-300\/5 {
  border-bottom-color: rgb(165 180 252 / 0.05) !important;
}

.border-b-indigo-300\/50 {
  border-bottom-color: rgb(165 180 252 / 0.5) !important;
}

.border-b-indigo-300\/55 {
  border-bottom-color: rgb(165 180 252 / 0.55) !important;
}

.border-b-indigo-300\/60 {
  border-bottom-color: rgb(165 180 252 / 0.6) !important;
}

.border-b-indigo-300\/65 {
  border-bottom-color: rgb(165 180 252 / 0.65) !important;
}

.border-b-indigo-300\/70 {
  border-bottom-color: rgb(165 180 252 / 0.7) !important;
}

.border-b-indigo-300\/75 {
  border-bottom-color: rgb(165 180 252 / 0.75) !important;
}

.border-b-indigo-300\/80 {
  border-bottom-color: rgb(165 180 252 / 0.8) !important;
}

.border-b-indigo-300\/85 {
  border-bottom-color: rgb(165 180 252 / 0.85) !important;
}

.border-b-indigo-300\/90 {
  border-bottom-color: rgb(165 180 252 / 0.9) !important;
}

.border-b-indigo-300\/95 {
  border-bottom-color: rgb(165 180 252 / 0.95) !important;
}

.border-b-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-400\/0 {
  border-bottom-color: rgb(129 140 248 / 0) !important;
}

.border-b-indigo-400\/10 {
  border-bottom-color: rgb(129 140 248 / 0.1) !important;
}

.border-b-indigo-400\/100 {
  border-bottom-color: rgb(129 140 248 / 1) !important;
}

.border-b-indigo-400\/15 {
  border-bottom-color: rgb(129 140 248 / 0.15) !important;
}

.border-b-indigo-400\/20 {
  border-bottom-color: rgb(129 140 248 / 0.2) !important;
}

.border-b-indigo-400\/25 {
  border-bottom-color: rgb(129 140 248 / 0.25) !important;
}

.border-b-indigo-400\/30 {
  border-bottom-color: rgb(129 140 248 / 0.3) !important;
}

.border-b-indigo-400\/35 {
  border-bottom-color: rgb(129 140 248 / 0.35) !important;
}

.border-b-indigo-400\/40 {
  border-bottom-color: rgb(129 140 248 / 0.4) !important;
}

.border-b-indigo-400\/45 {
  border-bottom-color: rgb(129 140 248 / 0.45) !important;
}

.border-b-indigo-400\/5 {
  border-bottom-color: rgb(129 140 248 / 0.05) !important;
}

.border-b-indigo-400\/50 {
  border-bottom-color: rgb(129 140 248 / 0.5) !important;
}

.border-b-indigo-400\/55 {
  border-bottom-color: rgb(129 140 248 / 0.55) !important;
}

.border-b-indigo-400\/60 {
  border-bottom-color: rgb(129 140 248 / 0.6) !important;
}

.border-b-indigo-400\/65 {
  border-bottom-color: rgb(129 140 248 / 0.65) !important;
}

.border-b-indigo-400\/70 {
  border-bottom-color: rgb(129 140 248 / 0.7) !important;
}

.border-b-indigo-400\/75 {
  border-bottom-color: rgb(129 140 248 / 0.75) !important;
}

.border-b-indigo-400\/80 {
  border-bottom-color: rgb(129 140 248 / 0.8) !important;
}

.border-b-indigo-400\/85 {
  border-bottom-color: rgb(129 140 248 / 0.85) !important;
}

.border-b-indigo-400\/90 {
  border-bottom-color: rgb(129 140 248 / 0.9) !important;
}

.border-b-indigo-400\/95 {
  border-bottom-color: rgb(129 140 248 / 0.95) !important;
}

.border-b-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-50\/0 {
  border-bottom-color: rgb(238 242 255 / 0) !important;
}

.border-b-indigo-50\/10 {
  border-bottom-color: rgb(238 242 255 / 0.1) !important;
}

.border-b-indigo-50\/100 {
  border-bottom-color: rgb(238 242 255 / 1) !important;
}

.border-b-indigo-50\/15 {
  border-bottom-color: rgb(238 242 255 / 0.15) !important;
}

.border-b-indigo-50\/20 {
  border-bottom-color: rgb(238 242 255 / 0.2) !important;
}

.border-b-indigo-50\/25 {
  border-bottom-color: rgb(238 242 255 / 0.25) !important;
}

.border-b-indigo-50\/30 {
  border-bottom-color: rgb(238 242 255 / 0.3) !important;
}

.border-b-indigo-50\/35 {
  border-bottom-color: rgb(238 242 255 / 0.35) !important;
}

.border-b-indigo-50\/40 {
  border-bottom-color: rgb(238 242 255 / 0.4) !important;
}

.border-b-indigo-50\/45 {
  border-bottom-color: rgb(238 242 255 / 0.45) !important;
}

.border-b-indigo-50\/5 {
  border-bottom-color: rgb(238 242 255 / 0.05) !important;
}

.border-b-indigo-50\/50 {
  border-bottom-color: rgb(238 242 255 / 0.5) !important;
}

.border-b-indigo-50\/55 {
  border-bottom-color: rgb(238 242 255 / 0.55) !important;
}

.border-b-indigo-50\/60 {
  border-bottom-color: rgb(238 242 255 / 0.6) !important;
}

.border-b-indigo-50\/65 {
  border-bottom-color: rgb(238 242 255 / 0.65) !important;
}

.border-b-indigo-50\/70 {
  border-bottom-color: rgb(238 242 255 / 0.7) !important;
}

.border-b-indigo-50\/75 {
  border-bottom-color: rgb(238 242 255 / 0.75) !important;
}

.border-b-indigo-50\/80 {
  border-bottom-color: rgb(238 242 255 / 0.8) !important;
}

.border-b-indigo-50\/85 {
  border-bottom-color: rgb(238 242 255 / 0.85) !important;
}

.border-b-indigo-50\/90 {
  border-bottom-color: rgb(238 242 255 / 0.9) !important;
}

.border-b-indigo-50\/95 {
  border-bottom-color: rgb(238 242 255 / 0.95) !important;
}

.border-b-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-500\/0 {
  border-bottom-color: rgb(99 102 241 / 0) !important;
}

.border-b-indigo-500\/10 {
  border-bottom-color: rgb(99 102 241 / 0.1) !important;
}

.border-b-indigo-500\/100 {
  border-bottom-color: rgb(99 102 241 / 1) !important;
}

.border-b-indigo-500\/15 {
  border-bottom-color: rgb(99 102 241 / 0.15) !important;
}

.border-b-indigo-500\/20 {
  border-bottom-color: rgb(99 102 241 / 0.2) !important;
}

.border-b-indigo-500\/25 {
  border-bottom-color: rgb(99 102 241 / 0.25) !important;
}

.border-b-indigo-500\/30 {
  border-bottom-color: rgb(99 102 241 / 0.3) !important;
}

.border-b-indigo-500\/35 {
  border-bottom-color: rgb(99 102 241 / 0.35) !important;
}

.border-b-indigo-500\/40 {
  border-bottom-color: rgb(99 102 241 / 0.4) !important;
}

.border-b-indigo-500\/45 {
  border-bottom-color: rgb(99 102 241 / 0.45) !important;
}

.border-b-indigo-500\/5 {
  border-bottom-color: rgb(99 102 241 / 0.05) !important;
}

.border-b-indigo-500\/50 {
  border-bottom-color: rgb(99 102 241 / 0.5) !important;
}

.border-b-indigo-500\/55 {
  border-bottom-color: rgb(99 102 241 / 0.55) !important;
}

.border-b-indigo-500\/60 {
  border-bottom-color: rgb(99 102 241 / 0.6) !important;
}

.border-b-indigo-500\/65 {
  border-bottom-color: rgb(99 102 241 / 0.65) !important;
}

.border-b-indigo-500\/70 {
  border-bottom-color: rgb(99 102 241 / 0.7) !important;
}

.border-b-indigo-500\/75 {
  border-bottom-color: rgb(99 102 241 / 0.75) !important;
}

.border-b-indigo-500\/80 {
  border-bottom-color: rgb(99 102 241 / 0.8) !important;
}

.border-b-indigo-500\/85 {
  border-bottom-color: rgb(99 102 241 / 0.85) !important;
}

.border-b-indigo-500\/90 {
  border-bottom-color: rgb(99 102 241 / 0.9) !important;
}

.border-b-indigo-500\/95 {
  border-bottom-color: rgb(99 102 241 / 0.95) !important;
}

.border-b-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-600\/0 {
  border-bottom-color: rgb(79 70 229 / 0) !important;
}

.border-b-indigo-600\/10 {
  border-bottom-color: rgb(79 70 229 / 0.1) !important;
}

.border-b-indigo-600\/100 {
  border-bottom-color: rgb(79 70 229 / 1) !important;
}

.border-b-indigo-600\/15 {
  border-bottom-color: rgb(79 70 229 / 0.15) !important;
}

.border-b-indigo-600\/20 {
  border-bottom-color: rgb(79 70 229 / 0.2) !important;
}

.border-b-indigo-600\/25 {
  border-bottom-color: rgb(79 70 229 / 0.25) !important;
}

.border-b-indigo-600\/30 {
  border-bottom-color: rgb(79 70 229 / 0.3) !important;
}

.border-b-indigo-600\/35 {
  border-bottom-color: rgb(79 70 229 / 0.35) !important;
}

.border-b-indigo-600\/40 {
  border-bottom-color: rgb(79 70 229 / 0.4) !important;
}

.border-b-indigo-600\/45 {
  border-bottom-color: rgb(79 70 229 / 0.45) !important;
}

.border-b-indigo-600\/5 {
  border-bottom-color: rgb(79 70 229 / 0.05) !important;
}

.border-b-indigo-600\/50 {
  border-bottom-color: rgb(79 70 229 / 0.5) !important;
}

.border-b-indigo-600\/55 {
  border-bottom-color: rgb(79 70 229 / 0.55) !important;
}

.border-b-indigo-600\/60 {
  border-bottom-color: rgb(79 70 229 / 0.6) !important;
}

.border-b-indigo-600\/65 {
  border-bottom-color: rgb(79 70 229 / 0.65) !important;
}

.border-b-indigo-600\/70 {
  border-bottom-color: rgb(79 70 229 / 0.7) !important;
}

.border-b-indigo-600\/75 {
  border-bottom-color: rgb(79 70 229 / 0.75) !important;
}

.border-b-indigo-600\/80 {
  border-bottom-color: rgb(79 70 229 / 0.8) !important;
}

.border-b-indigo-600\/85 {
  border-bottom-color: rgb(79 70 229 / 0.85) !important;
}

.border-b-indigo-600\/90 {
  border-bottom-color: rgb(79 70 229 / 0.9) !important;
}

.border-b-indigo-600\/95 {
  border-bottom-color: rgb(79 70 229 / 0.95) !important;
}

.border-b-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-700\/0 {
  border-bottom-color: rgb(67 56 202 / 0) !important;
}

.border-b-indigo-700\/10 {
  border-bottom-color: rgb(67 56 202 / 0.1) !important;
}

.border-b-indigo-700\/100 {
  border-bottom-color: rgb(67 56 202 / 1) !important;
}

.border-b-indigo-700\/15 {
  border-bottom-color: rgb(67 56 202 / 0.15) !important;
}

.border-b-indigo-700\/20 {
  border-bottom-color: rgb(67 56 202 / 0.2) !important;
}

.border-b-indigo-700\/25 {
  border-bottom-color: rgb(67 56 202 / 0.25) !important;
}

.border-b-indigo-700\/30 {
  border-bottom-color: rgb(67 56 202 / 0.3) !important;
}

.border-b-indigo-700\/35 {
  border-bottom-color: rgb(67 56 202 / 0.35) !important;
}

.border-b-indigo-700\/40 {
  border-bottom-color: rgb(67 56 202 / 0.4) !important;
}

.border-b-indigo-700\/45 {
  border-bottom-color: rgb(67 56 202 / 0.45) !important;
}

.border-b-indigo-700\/5 {
  border-bottom-color: rgb(67 56 202 / 0.05) !important;
}

.border-b-indigo-700\/50 {
  border-bottom-color: rgb(67 56 202 / 0.5) !important;
}

.border-b-indigo-700\/55 {
  border-bottom-color: rgb(67 56 202 / 0.55) !important;
}

.border-b-indigo-700\/60 {
  border-bottom-color: rgb(67 56 202 / 0.6) !important;
}

.border-b-indigo-700\/65 {
  border-bottom-color: rgb(67 56 202 / 0.65) !important;
}

.border-b-indigo-700\/70 {
  border-bottom-color: rgb(67 56 202 / 0.7) !important;
}

.border-b-indigo-700\/75 {
  border-bottom-color: rgb(67 56 202 / 0.75) !important;
}

.border-b-indigo-700\/80 {
  border-bottom-color: rgb(67 56 202 / 0.8) !important;
}

.border-b-indigo-700\/85 {
  border-bottom-color: rgb(67 56 202 / 0.85) !important;
}

.border-b-indigo-700\/90 {
  border-bottom-color: rgb(67 56 202 / 0.9) !important;
}

.border-b-indigo-700\/95 {
  border-bottom-color: rgb(67 56 202 / 0.95) !important;
}

.border-b-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-800\/0 {
  border-bottom-color: rgb(55 48 163 / 0) !important;
}

.border-b-indigo-800\/10 {
  border-bottom-color: rgb(55 48 163 / 0.1) !important;
}

.border-b-indigo-800\/100 {
  border-bottom-color: rgb(55 48 163 / 1) !important;
}

.border-b-indigo-800\/15 {
  border-bottom-color: rgb(55 48 163 / 0.15) !important;
}

.border-b-indigo-800\/20 {
  border-bottom-color: rgb(55 48 163 / 0.2) !important;
}

.border-b-indigo-800\/25 {
  border-bottom-color: rgb(55 48 163 / 0.25) !important;
}

.border-b-indigo-800\/30 {
  border-bottom-color: rgb(55 48 163 / 0.3) !important;
}

.border-b-indigo-800\/35 {
  border-bottom-color: rgb(55 48 163 / 0.35) !important;
}

.border-b-indigo-800\/40 {
  border-bottom-color: rgb(55 48 163 / 0.4) !important;
}

.border-b-indigo-800\/45 {
  border-bottom-color: rgb(55 48 163 / 0.45) !important;
}

.border-b-indigo-800\/5 {
  border-bottom-color: rgb(55 48 163 / 0.05) !important;
}

.border-b-indigo-800\/50 {
  border-bottom-color: rgb(55 48 163 / 0.5) !important;
}

.border-b-indigo-800\/55 {
  border-bottom-color: rgb(55 48 163 / 0.55) !important;
}

.border-b-indigo-800\/60 {
  border-bottom-color: rgb(55 48 163 / 0.6) !important;
}

.border-b-indigo-800\/65 {
  border-bottom-color: rgb(55 48 163 / 0.65) !important;
}

.border-b-indigo-800\/70 {
  border-bottom-color: rgb(55 48 163 / 0.7) !important;
}

.border-b-indigo-800\/75 {
  border-bottom-color: rgb(55 48 163 / 0.75) !important;
}

.border-b-indigo-800\/80 {
  border-bottom-color: rgb(55 48 163 / 0.8) !important;
}

.border-b-indigo-800\/85 {
  border-bottom-color: rgb(55 48 163 / 0.85) !important;
}

.border-b-indigo-800\/90 {
  border-bottom-color: rgb(55 48 163 / 0.9) !important;
}

.border-b-indigo-800\/95 {
  border-bottom-color: rgb(55 48 163 / 0.95) !important;
}

.border-b-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-900\/0 {
  border-bottom-color: rgb(49 46 129 / 0) !important;
}

.border-b-indigo-900\/10 {
  border-bottom-color: rgb(49 46 129 / 0.1) !important;
}

.border-b-indigo-900\/100 {
  border-bottom-color: rgb(49 46 129 / 1) !important;
}

.border-b-indigo-900\/15 {
  border-bottom-color: rgb(49 46 129 / 0.15) !important;
}

.border-b-indigo-900\/20 {
  border-bottom-color: rgb(49 46 129 / 0.2) !important;
}

.border-b-indigo-900\/25 {
  border-bottom-color: rgb(49 46 129 / 0.25) !important;
}

.border-b-indigo-900\/30 {
  border-bottom-color: rgb(49 46 129 / 0.3) !important;
}

.border-b-indigo-900\/35 {
  border-bottom-color: rgb(49 46 129 / 0.35) !important;
}

.border-b-indigo-900\/40 {
  border-bottom-color: rgb(49 46 129 / 0.4) !important;
}

.border-b-indigo-900\/45 {
  border-bottom-color: rgb(49 46 129 / 0.45) !important;
}

.border-b-indigo-900\/5 {
  border-bottom-color: rgb(49 46 129 / 0.05) !important;
}

.border-b-indigo-900\/50 {
  border-bottom-color: rgb(49 46 129 / 0.5) !important;
}

.border-b-indigo-900\/55 {
  border-bottom-color: rgb(49 46 129 / 0.55) !important;
}

.border-b-indigo-900\/60 {
  border-bottom-color: rgb(49 46 129 / 0.6) !important;
}

.border-b-indigo-900\/65 {
  border-bottom-color: rgb(49 46 129 / 0.65) !important;
}

.border-b-indigo-900\/70 {
  border-bottom-color: rgb(49 46 129 / 0.7) !important;
}

.border-b-indigo-900\/75 {
  border-bottom-color: rgb(49 46 129 / 0.75) !important;
}

.border-b-indigo-900\/80 {
  border-bottom-color: rgb(49 46 129 / 0.8) !important;
}

.border-b-indigo-900\/85 {
  border-bottom-color: rgb(49 46 129 / 0.85) !important;
}

.border-b-indigo-900\/90 {
  border-bottom-color: rgb(49 46 129 / 0.9) !important;
}

.border-b-indigo-900\/95 {
  border-bottom-color: rgb(49 46 129 / 0.95) !important;
}

.border-b-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-b-indigo-950\/0 {
  border-bottom-color: rgb(30 27 75 / 0) !important;
}

.border-b-indigo-950\/10 {
  border-bottom-color: rgb(30 27 75 / 0.1) !important;
}

.border-b-indigo-950\/100 {
  border-bottom-color: rgb(30 27 75 / 1) !important;
}

.border-b-indigo-950\/15 {
  border-bottom-color: rgb(30 27 75 / 0.15) !important;
}

.border-b-indigo-950\/20 {
  border-bottom-color: rgb(30 27 75 / 0.2) !important;
}

.border-b-indigo-950\/25 {
  border-bottom-color: rgb(30 27 75 / 0.25) !important;
}

.border-b-indigo-950\/30 {
  border-bottom-color: rgb(30 27 75 / 0.3) !important;
}

.border-b-indigo-950\/35 {
  border-bottom-color: rgb(30 27 75 / 0.35) !important;
}

.border-b-indigo-950\/40 {
  border-bottom-color: rgb(30 27 75 / 0.4) !important;
}

.border-b-indigo-950\/45 {
  border-bottom-color: rgb(30 27 75 / 0.45) !important;
}

.border-b-indigo-950\/5 {
  border-bottom-color: rgb(30 27 75 / 0.05) !important;
}

.border-b-indigo-950\/50 {
  border-bottom-color: rgb(30 27 75 / 0.5) !important;
}

.border-b-indigo-950\/55 {
  border-bottom-color: rgb(30 27 75 / 0.55) !important;
}

.border-b-indigo-950\/60 {
  border-bottom-color: rgb(30 27 75 / 0.6) !important;
}

.border-b-indigo-950\/65 {
  border-bottom-color: rgb(30 27 75 / 0.65) !important;
}

.border-b-indigo-950\/70 {
  border-bottom-color: rgb(30 27 75 / 0.7) !important;
}

.border-b-indigo-950\/75 {
  border-bottom-color: rgb(30 27 75 / 0.75) !important;
}

.border-b-indigo-950\/80 {
  border-bottom-color: rgb(30 27 75 / 0.8) !important;
}

.border-b-indigo-950\/85 {
  border-bottom-color: rgb(30 27 75 / 0.85) !important;
}

.border-b-indigo-950\/90 {
  border-bottom-color: rgb(30 27 75 / 0.9) !important;
}

.border-b-indigo-950\/95 {
  border-bottom-color: rgb(30 27 75 / 0.95) !important;
}

.border-b-inherit {
  border-bottom-color: inherit !important;
}

.border-b-lime-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-100\/0 {
  border-bottom-color: rgb(236 252 203 / 0) !important;
}

.border-b-lime-100\/10 {
  border-bottom-color: rgb(236 252 203 / 0.1) !important;
}

.border-b-lime-100\/100 {
  border-bottom-color: rgb(236 252 203 / 1) !important;
}

.border-b-lime-100\/15 {
  border-bottom-color: rgb(236 252 203 / 0.15) !important;
}

.border-b-lime-100\/20 {
  border-bottom-color: rgb(236 252 203 / 0.2) !important;
}

.border-b-lime-100\/25 {
  border-bottom-color: rgb(236 252 203 / 0.25) !important;
}

.border-b-lime-100\/30 {
  border-bottom-color: rgb(236 252 203 / 0.3) !important;
}

.border-b-lime-100\/35 {
  border-bottom-color: rgb(236 252 203 / 0.35) !important;
}

.border-b-lime-100\/40 {
  border-bottom-color: rgb(236 252 203 / 0.4) !important;
}

.border-b-lime-100\/45 {
  border-bottom-color: rgb(236 252 203 / 0.45) !important;
}

.border-b-lime-100\/5 {
  border-bottom-color: rgb(236 252 203 / 0.05) !important;
}

.border-b-lime-100\/50 {
  border-bottom-color: rgb(236 252 203 / 0.5) !important;
}

.border-b-lime-100\/55 {
  border-bottom-color: rgb(236 252 203 / 0.55) !important;
}

.border-b-lime-100\/60 {
  border-bottom-color: rgb(236 252 203 / 0.6) !important;
}

.border-b-lime-100\/65 {
  border-bottom-color: rgb(236 252 203 / 0.65) !important;
}

.border-b-lime-100\/70 {
  border-bottom-color: rgb(236 252 203 / 0.7) !important;
}

.border-b-lime-100\/75 {
  border-bottom-color: rgb(236 252 203 / 0.75) !important;
}

.border-b-lime-100\/80 {
  border-bottom-color: rgb(236 252 203 / 0.8) !important;
}

.border-b-lime-100\/85 {
  border-bottom-color: rgb(236 252 203 / 0.85) !important;
}

.border-b-lime-100\/90 {
  border-bottom-color: rgb(236 252 203 / 0.9) !important;
}

.border-b-lime-100\/95 {
  border-bottom-color: rgb(236 252 203 / 0.95) !important;
}

.border-b-lime-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-200\/0 {
  border-bottom-color: rgb(217 249 157 / 0) !important;
}

.border-b-lime-200\/10 {
  border-bottom-color: rgb(217 249 157 / 0.1) !important;
}

.border-b-lime-200\/100 {
  border-bottom-color: rgb(217 249 157 / 1) !important;
}

.border-b-lime-200\/15 {
  border-bottom-color: rgb(217 249 157 / 0.15) !important;
}

.border-b-lime-200\/20 {
  border-bottom-color: rgb(217 249 157 / 0.2) !important;
}

.border-b-lime-200\/25 {
  border-bottom-color: rgb(217 249 157 / 0.25) !important;
}

.border-b-lime-200\/30 {
  border-bottom-color: rgb(217 249 157 / 0.3) !important;
}

.border-b-lime-200\/35 {
  border-bottom-color: rgb(217 249 157 / 0.35) !important;
}

.border-b-lime-200\/40 {
  border-bottom-color: rgb(217 249 157 / 0.4) !important;
}

.border-b-lime-200\/45 {
  border-bottom-color: rgb(217 249 157 / 0.45) !important;
}

.border-b-lime-200\/5 {
  border-bottom-color: rgb(217 249 157 / 0.05) !important;
}

.border-b-lime-200\/50 {
  border-bottom-color: rgb(217 249 157 / 0.5) !important;
}

.border-b-lime-200\/55 {
  border-bottom-color: rgb(217 249 157 / 0.55) !important;
}

.border-b-lime-200\/60 {
  border-bottom-color: rgb(217 249 157 / 0.6) !important;
}

.border-b-lime-200\/65 {
  border-bottom-color: rgb(217 249 157 / 0.65) !important;
}

.border-b-lime-200\/70 {
  border-bottom-color: rgb(217 249 157 / 0.7) !important;
}

.border-b-lime-200\/75 {
  border-bottom-color: rgb(217 249 157 / 0.75) !important;
}

.border-b-lime-200\/80 {
  border-bottom-color: rgb(217 249 157 / 0.8) !important;
}

.border-b-lime-200\/85 {
  border-bottom-color: rgb(217 249 157 / 0.85) !important;
}

.border-b-lime-200\/90 {
  border-bottom-color: rgb(217 249 157 / 0.9) !important;
}

.border-b-lime-200\/95 {
  border-bottom-color: rgb(217 249 157 / 0.95) !important;
}

.border-b-lime-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-300\/0 {
  border-bottom-color: rgb(190 242 100 / 0) !important;
}

.border-b-lime-300\/10 {
  border-bottom-color: rgb(190 242 100 / 0.1) !important;
}

.border-b-lime-300\/100 {
  border-bottom-color: rgb(190 242 100 / 1) !important;
}

.border-b-lime-300\/15 {
  border-bottom-color: rgb(190 242 100 / 0.15) !important;
}

.border-b-lime-300\/20 {
  border-bottom-color: rgb(190 242 100 / 0.2) !important;
}

.border-b-lime-300\/25 {
  border-bottom-color: rgb(190 242 100 / 0.25) !important;
}

.border-b-lime-300\/30 {
  border-bottom-color: rgb(190 242 100 / 0.3) !important;
}

.border-b-lime-300\/35 {
  border-bottom-color: rgb(190 242 100 / 0.35) !important;
}

.border-b-lime-300\/40 {
  border-bottom-color: rgb(190 242 100 / 0.4) !important;
}

.border-b-lime-300\/45 {
  border-bottom-color: rgb(190 242 100 / 0.45) !important;
}

.border-b-lime-300\/5 {
  border-bottom-color: rgb(190 242 100 / 0.05) !important;
}

.border-b-lime-300\/50 {
  border-bottom-color: rgb(190 242 100 / 0.5) !important;
}

.border-b-lime-300\/55 {
  border-bottom-color: rgb(190 242 100 / 0.55) !important;
}

.border-b-lime-300\/60 {
  border-bottom-color: rgb(190 242 100 / 0.6) !important;
}

.border-b-lime-300\/65 {
  border-bottom-color: rgb(190 242 100 / 0.65) !important;
}

.border-b-lime-300\/70 {
  border-bottom-color: rgb(190 242 100 / 0.7) !important;
}

.border-b-lime-300\/75 {
  border-bottom-color: rgb(190 242 100 / 0.75) !important;
}

.border-b-lime-300\/80 {
  border-bottom-color: rgb(190 242 100 / 0.8) !important;
}

.border-b-lime-300\/85 {
  border-bottom-color: rgb(190 242 100 / 0.85) !important;
}

.border-b-lime-300\/90 {
  border-bottom-color: rgb(190 242 100 / 0.9) !important;
}

.border-b-lime-300\/95 {
  border-bottom-color: rgb(190 242 100 / 0.95) !important;
}

.border-b-lime-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-400\/0 {
  border-bottom-color: rgb(163 230 53 / 0) !important;
}

.border-b-lime-400\/10 {
  border-bottom-color: rgb(163 230 53 / 0.1) !important;
}

.border-b-lime-400\/100 {
  border-bottom-color: rgb(163 230 53 / 1) !important;
}

.border-b-lime-400\/15 {
  border-bottom-color: rgb(163 230 53 / 0.15) !important;
}

.border-b-lime-400\/20 {
  border-bottom-color: rgb(163 230 53 / 0.2) !important;
}

.border-b-lime-400\/25 {
  border-bottom-color: rgb(163 230 53 / 0.25) !important;
}

.border-b-lime-400\/30 {
  border-bottom-color: rgb(163 230 53 / 0.3) !important;
}

.border-b-lime-400\/35 {
  border-bottom-color: rgb(163 230 53 / 0.35) !important;
}

.border-b-lime-400\/40 {
  border-bottom-color: rgb(163 230 53 / 0.4) !important;
}

.border-b-lime-400\/45 {
  border-bottom-color: rgb(163 230 53 / 0.45) !important;
}

.border-b-lime-400\/5 {
  border-bottom-color: rgb(163 230 53 / 0.05) !important;
}

.border-b-lime-400\/50 {
  border-bottom-color: rgb(163 230 53 / 0.5) !important;
}

.border-b-lime-400\/55 {
  border-bottom-color: rgb(163 230 53 / 0.55) !important;
}

.border-b-lime-400\/60 {
  border-bottom-color: rgb(163 230 53 / 0.6) !important;
}

.border-b-lime-400\/65 {
  border-bottom-color: rgb(163 230 53 / 0.65) !important;
}

.border-b-lime-400\/70 {
  border-bottom-color: rgb(163 230 53 / 0.7) !important;
}

.border-b-lime-400\/75 {
  border-bottom-color: rgb(163 230 53 / 0.75) !important;
}

.border-b-lime-400\/80 {
  border-bottom-color: rgb(163 230 53 / 0.8) !important;
}

.border-b-lime-400\/85 {
  border-bottom-color: rgb(163 230 53 / 0.85) !important;
}

.border-b-lime-400\/90 {
  border-bottom-color: rgb(163 230 53 / 0.9) !important;
}

.border-b-lime-400\/95 {
  border-bottom-color: rgb(163 230 53 / 0.95) !important;
}

.border-b-lime-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-50\/0 {
  border-bottom-color: rgb(247 254 231 / 0) !important;
}

.border-b-lime-50\/10 {
  border-bottom-color: rgb(247 254 231 / 0.1) !important;
}

.border-b-lime-50\/100 {
  border-bottom-color: rgb(247 254 231 / 1) !important;
}

.border-b-lime-50\/15 {
  border-bottom-color: rgb(247 254 231 / 0.15) !important;
}

.border-b-lime-50\/20 {
  border-bottom-color: rgb(247 254 231 / 0.2) !important;
}

.border-b-lime-50\/25 {
  border-bottom-color: rgb(247 254 231 / 0.25) !important;
}

.border-b-lime-50\/30 {
  border-bottom-color: rgb(247 254 231 / 0.3) !important;
}

.border-b-lime-50\/35 {
  border-bottom-color: rgb(247 254 231 / 0.35) !important;
}

.border-b-lime-50\/40 {
  border-bottom-color: rgb(247 254 231 / 0.4) !important;
}

.border-b-lime-50\/45 {
  border-bottom-color: rgb(247 254 231 / 0.45) !important;
}

.border-b-lime-50\/5 {
  border-bottom-color: rgb(247 254 231 / 0.05) !important;
}

.border-b-lime-50\/50 {
  border-bottom-color: rgb(247 254 231 / 0.5) !important;
}

.border-b-lime-50\/55 {
  border-bottom-color: rgb(247 254 231 / 0.55) !important;
}

.border-b-lime-50\/60 {
  border-bottom-color: rgb(247 254 231 / 0.6) !important;
}

.border-b-lime-50\/65 {
  border-bottom-color: rgb(247 254 231 / 0.65) !important;
}

.border-b-lime-50\/70 {
  border-bottom-color: rgb(247 254 231 / 0.7) !important;
}

.border-b-lime-50\/75 {
  border-bottom-color: rgb(247 254 231 / 0.75) !important;
}

.border-b-lime-50\/80 {
  border-bottom-color: rgb(247 254 231 / 0.8) !important;
}

.border-b-lime-50\/85 {
  border-bottom-color: rgb(247 254 231 / 0.85) !important;
}

.border-b-lime-50\/90 {
  border-bottom-color: rgb(247 254 231 / 0.9) !important;
}

.border-b-lime-50\/95 {
  border-bottom-color: rgb(247 254 231 / 0.95) !important;
}

.border-b-lime-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-500\/0 {
  border-bottom-color: rgb(132 204 22 / 0) !important;
}

.border-b-lime-500\/10 {
  border-bottom-color: rgb(132 204 22 / 0.1) !important;
}

.border-b-lime-500\/100 {
  border-bottom-color: rgb(132 204 22 / 1) !important;
}

.border-b-lime-500\/15 {
  border-bottom-color: rgb(132 204 22 / 0.15) !important;
}

.border-b-lime-500\/20 {
  border-bottom-color: rgb(132 204 22 / 0.2) !important;
}

.border-b-lime-500\/25 {
  border-bottom-color: rgb(132 204 22 / 0.25) !important;
}

.border-b-lime-500\/30 {
  border-bottom-color: rgb(132 204 22 / 0.3) !important;
}

.border-b-lime-500\/35 {
  border-bottom-color: rgb(132 204 22 / 0.35) !important;
}

.border-b-lime-500\/40 {
  border-bottom-color: rgb(132 204 22 / 0.4) !important;
}

.border-b-lime-500\/45 {
  border-bottom-color: rgb(132 204 22 / 0.45) !important;
}

.border-b-lime-500\/5 {
  border-bottom-color: rgb(132 204 22 / 0.05) !important;
}

.border-b-lime-500\/50 {
  border-bottom-color: rgb(132 204 22 / 0.5) !important;
}

.border-b-lime-500\/55 {
  border-bottom-color: rgb(132 204 22 / 0.55) !important;
}

.border-b-lime-500\/60 {
  border-bottom-color: rgb(132 204 22 / 0.6) !important;
}

.border-b-lime-500\/65 {
  border-bottom-color: rgb(132 204 22 / 0.65) !important;
}

.border-b-lime-500\/70 {
  border-bottom-color: rgb(132 204 22 / 0.7) !important;
}

.border-b-lime-500\/75 {
  border-bottom-color: rgb(132 204 22 / 0.75) !important;
}

.border-b-lime-500\/80 {
  border-bottom-color: rgb(132 204 22 / 0.8) !important;
}

.border-b-lime-500\/85 {
  border-bottom-color: rgb(132 204 22 / 0.85) !important;
}

.border-b-lime-500\/90 {
  border-bottom-color: rgb(132 204 22 / 0.9) !important;
}

.border-b-lime-500\/95 {
  border-bottom-color: rgb(132 204 22 / 0.95) !important;
}

.border-b-lime-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-600\/0 {
  border-bottom-color: rgb(101 163 13 / 0) !important;
}

.border-b-lime-600\/10 {
  border-bottom-color: rgb(101 163 13 / 0.1) !important;
}

.border-b-lime-600\/100 {
  border-bottom-color: rgb(101 163 13 / 1) !important;
}

.border-b-lime-600\/15 {
  border-bottom-color: rgb(101 163 13 / 0.15) !important;
}

.border-b-lime-600\/20 {
  border-bottom-color: rgb(101 163 13 / 0.2) !important;
}

.border-b-lime-600\/25 {
  border-bottom-color: rgb(101 163 13 / 0.25) !important;
}

.border-b-lime-600\/30 {
  border-bottom-color: rgb(101 163 13 / 0.3) !important;
}

.border-b-lime-600\/35 {
  border-bottom-color: rgb(101 163 13 / 0.35) !important;
}

.border-b-lime-600\/40 {
  border-bottom-color: rgb(101 163 13 / 0.4) !important;
}

.border-b-lime-600\/45 {
  border-bottom-color: rgb(101 163 13 / 0.45) !important;
}

.border-b-lime-600\/5 {
  border-bottom-color: rgb(101 163 13 / 0.05) !important;
}

.border-b-lime-600\/50 {
  border-bottom-color: rgb(101 163 13 / 0.5) !important;
}

.border-b-lime-600\/55 {
  border-bottom-color: rgb(101 163 13 / 0.55) !important;
}

.border-b-lime-600\/60 {
  border-bottom-color: rgb(101 163 13 / 0.6) !important;
}

.border-b-lime-600\/65 {
  border-bottom-color: rgb(101 163 13 / 0.65) !important;
}

.border-b-lime-600\/70 {
  border-bottom-color: rgb(101 163 13 / 0.7) !important;
}

.border-b-lime-600\/75 {
  border-bottom-color: rgb(101 163 13 / 0.75) !important;
}

.border-b-lime-600\/80 {
  border-bottom-color: rgb(101 163 13 / 0.8) !important;
}

.border-b-lime-600\/85 {
  border-bottom-color: rgb(101 163 13 / 0.85) !important;
}

.border-b-lime-600\/90 {
  border-bottom-color: rgb(101 163 13 / 0.9) !important;
}

.border-b-lime-600\/95 {
  border-bottom-color: rgb(101 163 13 / 0.95) !important;
}

.border-b-lime-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-700\/0 {
  border-bottom-color: rgb(77 124 15 / 0) !important;
}

.border-b-lime-700\/10 {
  border-bottom-color: rgb(77 124 15 / 0.1) !important;
}

.border-b-lime-700\/100 {
  border-bottom-color: rgb(77 124 15 / 1) !important;
}

.border-b-lime-700\/15 {
  border-bottom-color: rgb(77 124 15 / 0.15) !important;
}

.border-b-lime-700\/20 {
  border-bottom-color: rgb(77 124 15 / 0.2) !important;
}

.border-b-lime-700\/25 {
  border-bottom-color: rgb(77 124 15 / 0.25) !important;
}

.border-b-lime-700\/30 {
  border-bottom-color: rgb(77 124 15 / 0.3) !important;
}

.border-b-lime-700\/35 {
  border-bottom-color: rgb(77 124 15 / 0.35) !important;
}

.border-b-lime-700\/40 {
  border-bottom-color: rgb(77 124 15 / 0.4) !important;
}

.border-b-lime-700\/45 {
  border-bottom-color: rgb(77 124 15 / 0.45) !important;
}

.border-b-lime-700\/5 {
  border-bottom-color: rgb(77 124 15 / 0.05) !important;
}

.border-b-lime-700\/50 {
  border-bottom-color: rgb(77 124 15 / 0.5) !important;
}

.border-b-lime-700\/55 {
  border-bottom-color: rgb(77 124 15 / 0.55) !important;
}

.border-b-lime-700\/60 {
  border-bottom-color: rgb(77 124 15 / 0.6) !important;
}

.border-b-lime-700\/65 {
  border-bottom-color: rgb(77 124 15 / 0.65) !important;
}

.border-b-lime-700\/70 {
  border-bottom-color: rgb(77 124 15 / 0.7) !important;
}

.border-b-lime-700\/75 {
  border-bottom-color: rgb(77 124 15 / 0.75) !important;
}

.border-b-lime-700\/80 {
  border-bottom-color: rgb(77 124 15 / 0.8) !important;
}

.border-b-lime-700\/85 {
  border-bottom-color: rgb(77 124 15 / 0.85) !important;
}

.border-b-lime-700\/90 {
  border-bottom-color: rgb(77 124 15 / 0.9) !important;
}

.border-b-lime-700\/95 {
  border-bottom-color: rgb(77 124 15 / 0.95) !important;
}

.border-b-lime-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-800\/0 {
  border-bottom-color: rgb(63 98 18 / 0) !important;
}

.border-b-lime-800\/10 {
  border-bottom-color: rgb(63 98 18 / 0.1) !important;
}

.border-b-lime-800\/100 {
  border-bottom-color: rgb(63 98 18 / 1) !important;
}

.border-b-lime-800\/15 {
  border-bottom-color: rgb(63 98 18 / 0.15) !important;
}

.border-b-lime-800\/20 {
  border-bottom-color: rgb(63 98 18 / 0.2) !important;
}

.border-b-lime-800\/25 {
  border-bottom-color: rgb(63 98 18 / 0.25) !important;
}

.border-b-lime-800\/30 {
  border-bottom-color: rgb(63 98 18 / 0.3) !important;
}

.border-b-lime-800\/35 {
  border-bottom-color: rgb(63 98 18 / 0.35) !important;
}

.border-b-lime-800\/40 {
  border-bottom-color: rgb(63 98 18 / 0.4) !important;
}

.border-b-lime-800\/45 {
  border-bottom-color: rgb(63 98 18 / 0.45) !important;
}

.border-b-lime-800\/5 {
  border-bottom-color: rgb(63 98 18 / 0.05) !important;
}

.border-b-lime-800\/50 {
  border-bottom-color: rgb(63 98 18 / 0.5) !important;
}

.border-b-lime-800\/55 {
  border-bottom-color: rgb(63 98 18 / 0.55) !important;
}

.border-b-lime-800\/60 {
  border-bottom-color: rgb(63 98 18 / 0.6) !important;
}

.border-b-lime-800\/65 {
  border-bottom-color: rgb(63 98 18 / 0.65) !important;
}

.border-b-lime-800\/70 {
  border-bottom-color: rgb(63 98 18 / 0.7) !important;
}

.border-b-lime-800\/75 {
  border-bottom-color: rgb(63 98 18 / 0.75) !important;
}

.border-b-lime-800\/80 {
  border-bottom-color: rgb(63 98 18 / 0.8) !important;
}

.border-b-lime-800\/85 {
  border-bottom-color: rgb(63 98 18 / 0.85) !important;
}

.border-b-lime-800\/90 {
  border-bottom-color: rgb(63 98 18 / 0.9) !important;
}

.border-b-lime-800\/95 {
  border-bottom-color: rgb(63 98 18 / 0.95) !important;
}

.border-b-lime-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-900\/0 {
  border-bottom-color: rgb(54 83 20 / 0) !important;
}

.border-b-lime-900\/10 {
  border-bottom-color: rgb(54 83 20 / 0.1) !important;
}

.border-b-lime-900\/100 {
  border-bottom-color: rgb(54 83 20 / 1) !important;
}

.border-b-lime-900\/15 {
  border-bottom-color: rgb(54 83 20 / 0.15) !important;
}

.border-b-lime-900\/20 {
  border-bottom-color: rgb(54 83 20 / 0.2) !important;
}

.border-b-lime-900\/25 {
  border-bottom-color: rgb(54 83 20 / 0.25) !important;
}

.border-b-lime-900\/30 {
  border-bottom-color: rgb(54 83 20 / 0.3) !important;
}

.border-b-lime-900\/35 {
  border-bottom-color: rgb(54 83 20 / 0.35) !important;
}

.border-b-lime-900\/40 {
  border-bottom-color: rgb(54 83 20 / 0.4) !important;
}

.border-b-lime-900\/45 {
  border-bottom-color: rgb(54 83 20 / 0.45) !important;
}

.border-b-lime-900\/5 {
  border-bottom-color: rgb(54 83 20 / 0.05) !important;
}

.border-b-lime-900\/50 {
  border-bottom-color: rgb(54 83 20 / 0.5) !important;
}

.border-b-lime-900\/55 {
  border-bottom-color: rgb(54 83 20 / 0.55) !important;
}

.border-b-lime-900\/60 {
  border-bottom-color: rgb(54 83 20 / 0.6) !important;
}

.border-b-lime-900\/65 {
  border-bottom-color: rgb(54 83 20 / 0.65) !important;
}

.border-b-lime-900\/70 {
  border-bottom-color: rgb(54 83 20 / 0.7) !important;
}

.border-b-lime-900\/75 {
  border-bottom-color: rgb(54 83 20 / 0.75) !important;
}

.border-b-lime-900\/80 {
  border-bottom-color: rgb(54 83 20 / 0.8) !important;
}

.border-b-lime-900\/85 {
  border-bottom-color: rgb(54 83 20 / 0.85) !important;
}

.border-b-lime-900\/90 {
  border-bottom-color: rgb(54 83 20 / 0.9) !important;
}

.border-b-lime-900\/95 {
  border-bottom-color: rgb(54 83 20 / 0.95) !important;
}

.border-b-lime-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-b-lime-950\/0 {
  border-bottom-color: rgb(26 46 5 / 0) !important;
}

.border-b-lime-950\/10 {
  border-bottom-color: rgb(26 46 5 / 0.1) !important;
}

.border-b-lime-950\/100 {
  border-bottom-color: rgb(26 46 5 / 1) !important;
}

.border-b-lime-950\/15 {
  border-bottom-color: rgb(26 46 5 / 0.15) !important;
}

.border-b-lime-950\/20 {
  border-bottom-color: rgb(26 46 5 / 0.2) !important;
}

.border-b-lime-950\/25 {
  border-bottom-color: rgb(26 46 5 / 0.25) !important;
}

.border-b-lime-950\/30 {
  border-bottom-color: rgb(26 46 5 / 0.3) !important;
}

.border-b-lime-950\/35 {
  border-bottom-color: rgb(26 46 5 / 0.35) !important;
}

.border-b-lime-950\/40 {
  border-bottom-color: rgb(26 46 5 / 0.4) !important;
}

.border-b-lime-950\/45 {
  border-bottom-color: rgb(26 46 5 / 0.45) !important;
}

.border-b-lime-950\/5 {
  border-bottom-color: rgb(26 46 5 / 0.05) !important;
}

.border-b-lime-950\/50 {
  border-bottom-color: rgb(26 46 5 / 0.5) !important;
}

.border-b-lime-950\/55 {
  border-bottom-color: rgb(26 46 5 / 0.55) !important;
}

.border-b-lime-950\/60 {
  border-bottom-color: rgb(26 46 5 / 0.6) !important;
}

.border-b-lime-950\/65 {
  border-bottom-color: rgb(26 46 5 / 0.65) !important;
}

.border-b-lime-950\/70 {
  border-bottom-color: rgb(26 46 5 / 0.7) !important;
}

.border-b-lime-950\/75 {
  border-bottom-color: rgb(26 46 5 / 0.75) !important;
}

.border-b-lime-950\/80 {
  border-bottom-color: rgb(26 46 5 / 0.8) !important;
}

.border-b-lime-950\/85 {
  border-bottom-color: rgb(26 46 5 / 0.85) !important;
}

.border-b-lime-950\/90 {
  border-bottom-color: rgb(26 46 5 / 0.9) !important;
}

.border-b-lime-950\/95 {
  border-bottom-color: rgb(26 46 5 / 0.95) !important;
}

.border-b-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-100\/0 {
  border-bottom-color: rgb(245 245 245 / 0) !important;
}

.border-b-neutral-100\/10 {
  border-bottom-color: rgb(245 245 245 / 0.1) !important;
}

.border-b-neutral-100\/100 {
  border-bottom-color: rgb(245 245 245 / 1) !important;
}

.border-b-neutral-100\/15 {
  border-bottom-color: rgb(245 245 245 / 0.15) !important;
}

.border-b-neutral-100\/20 {
  border-bottom-color: rgb(245 245 245 / 0.2) !important;
}

.border-b-neutral-100\/25 {
  border-bottom-color: rgb(245 245 245 / 0.25) !important;
}

.border-b-neutral-100\/30 {
  border-bottom-color: rgb(245 245 245 / 0.3) !important;
}

.border-b-neutral-100\/35 {
  border-bottom-color: rgb(245 245 245 / 0.35) !important;
}

.border-b-neutral-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4) !important;
}

.border-b-neutral-100\/45 {
  border-bottom-color: rgb(245 245 245 / 0.45) !important;
}

.border-b-neutral-100\/5 {
  border-bottom-color: rgb(245 245 245 / 0.05) !important;
}

.border-b-neutral-100\/50 {
  border-bottom-color: rgb(245 245 245 / 0.5) !important;
}

.border-b-neutral-100\/55 {
  border-bottom-color: rgb(245 245 245 / 0.55) !important;
}

.border-b-neutral-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6) !important;
}

.border-b-neutral-100\/65 {
  border-bottom-color: rgb(245 245 245 / 0.65) !important;
}

.border-b-neutral-100\/70 {
  border-bottom-color: rgb(245 245 245 / 0.7) !important;
}

.border-b-neutral-100\/75 {
  border-bottom-color: rgb(245 245 245 / 0.75) !important;
}

.border-b-neutral-100\/80 {
  border-bottom-color: rgb(245 245 245 / 0.8) !important;
}

.border-b-neutral-100\/85 {
  border-bottom-color: rgb(245 245 245 / 0.85) !important;
}

.border-b-neutral-100\/90 {
  border-bottom-color: rgb(245 245 245 / 0.9) !important;
}

.border-b-neutral-100\/95 {
  border-bottom-color: rgb(245 245 245 / 0.95) !important;
}

.border-b-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-200\/0 {
  border-bottom-color: rgb(229 229 229 / 0) !important;
}

.border-b-neutral-200\/10 {
  border-bottom-color: rgb(229 229 229 / 0.1) !important;
}

.border-b-neutral-200\/100 {
  border-bottom-color: rgb(229 229 229 / 1) !important;
}

.border-b-neutral-200\/15 {
  border-bottom-color: rgb(229 229 229 / 0.15) !important;
}

.border-b-neutral-200\/20 {
  border-bottom-color: rgb(229 229 229 / 0.2) !important;
}

.border-b-neutral-200\/25 {
  border-bottom-color: rgb(229 229 229 / 0.25) !important;
}

.border-b-neutral-200\/30 {
  border-bottom-color: rgb(229 229 229 / 0.3) !important;
}

.border-b-neutral-200\/35 {
  border-bottom-color: rgb(229 229 229 / 0.35) !important;
}

.border-b-neutral-200\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4) !important;
}

.border-b-neutral-200\/45 {
  border-bottom-color: rgb(229 229 229 / 0.45) !important;
}

.border-b-neutral-200\/5 {
  border-bottom-color: rgb(229 229 229 / 0.05) !important;
}

.border-b-neutral-200\/50 {
  border-bottom-color: rgb(229 229 229 / 0.5) !important;
}

.border-b-neutral-200\/55 {
  border-bottom-color: rgb(229 229 229 / 0.55) !important;
}

.border-b-neutral-200\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6) !important;
}

.border-b-neutral-200\/65 {
  border-bottom-color: rgb(229 229 229 / 0.65) !important;
}

.border-b-neutral-200\/70 {
  border-bottom-color: rgb(229 229 229 / 0.7) !important;
}

.border-b-neutral-200\/75 {
  border-bottom-color: rgb(229 229 229 / 0.75) !important;
}

.border-b-neutral-200\/80 {
  border-bottom-color: rgb(229 229 229 / 0.8) !important;
}

.border-b-neutral-200\/85 {
  border-bottom-color: rgb(229 229 229 / 0.85) !important;
}

.border-b-neutral-200\/90 {
  border-bottom-color: rgb(229 229 229 / 0.9) !important;
}

.border-b-neutral-200\/95 {
  border-bottom-color: rgb(229 229 229 / 0.95) !important;
}

.border-b-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-300\/0 {
  border-bottom-color: rgb(212 212 212 / 0) !important;
}

.border-b-neutral-300\/10 {
  border-bottom-color: rgb(212 212 212 / 0.1) !important;
}

.border-b-neutral-300\/100 {
  border-bottom-color: rgb(212 212 212 / 1) !important;
}

.border-b-neutral-300\/15 {
  border-bottom-color: rgb(212 212 212 / 0.15) !important;
}

.border-b-neutral-300\/20 {
  border-bottom-color: rgb(212 212 212 / 0.2) !important;
}

.border-b-neutral-300\/25 {
  border-bottom-color: rgb(212 212 212 / 0.25) !important;
}

.border-b-neutral-300\/30 {
  border-bottom-color: rgb(212 212 212 / 0.3) !important;
}

.border-b-neutral-300\/35 {
  border-bottom-color: rgb(212 212 212 / 0.35) !important;
}

.border-b-neutral-300\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4) !important;
}

.border-b-neutral-300\/45 {
  border-bottom-color: rgb(212 212 212 / 0.45) !important;
}

.border-b-neutral-300\/5 {
  border-bottom-color: rgb(212 212 212 / 0.05) !important;
}

.border-b-neutral-300\/50 {
  border-bottom-color: rgb(212 212 212 / 0.5) !important;
}

.border-b-neutral-300\/55 {
  border-bottom-color: rgb(212 212 212 / 0.55) !important;
}

.border-b-neutral-300\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6) !important;
}

.border-b-neutral-300\/65 {
  border-bottom-color: rgb(212 212 212 / 0.65) !important;
}

.border-b-neutral-300\/70 {
  border-bottom-color: rgb(212 212 212 / 0.7) !important;
}

.border-b-neutral-300\/75 {
  border-bottom-color: rgb(212 212 212 / 0.75) !important;
}

.border-b-neutral-300\/80 {
  border-bottom-color: rgb(212 212 212 / 0.8) !important;
}

.border-b-neutral-300\/85 {
  border-bottom-color: rgb(212 212 212 / 0.85) !important;
}

.border-b-neutral-300\/90 {
  border-bottom-color: rgb(212 212 212 / 0.9) !important;
}

.border-b-neutral-300\/95 {
  border-bottom-color: rgb(212 212 212 / 0.95) !important;
}

.border-b-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-400\/0 {
  border-bottom-color: rgb(163 163 163 / 0) !important;
}

.border-b-neutral-400\/10 {
  border-bottom-color: rgb(163 163 163 / 0.1) !important;
}

.border-b-neutral-400\/100 {
  border-bottom-color: rgb(163 163 163 / 1) !important;
}

.border-b-neutral-400\/15 {
  border-bottom-color: rgb(163 163 163 / 0.15) !important;
}

.border-b-neutral-400\/20 {
  border-bottom-color: rgb(163 163 163 / 0.2) !important;
}

.border-b-neutral-400\/25 {
  border-bottom-color: rgb(163 163 163 / 0.25) !important;
}

.border-b-neutral-400\/30 {
  border-bottom-color: rgb(163 163 163 / 0.3) !important;
}

.border-b-neutral-400\/35 {
  border-bottom-color: rgb(163 163 163 / 0.35) !important;
}

.border-b-neutral-400\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4) !important;
}

.border-b-neutral-400\/45 {
  border-bottom-color: rgb(163 163 163 / 0.45) !important;
}

.border-b-neutral-400\/5 {
  border-bottom-color: rgb(163 163 163 / 0.05) !important;
}

.border-b-neutral-400\/50 {
  border-bottom-color: rgb(163 163 163 / 0.5) !important;
}

.border-b-neutral-400\/55 {
  border-bottom-color: rgb(163 163 163 / 0.55) !important;
}

.border-b-neutral-400\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6) !important;
}

.border-b-neutral-400\/65 {
  border-bottom-color: rgb(163 163 163 / 0.65) !important;
}

.border-b-neutral-400\/70 {
  border-bottom-color: rgb(163 163 163 / 0.7) !important;
}

.border-b-neutral-400\/75 {
  border-bottom-color: rgb(163 163 163 / 0.75) !important;
}

.border-b-neutral-400\/80 {
  border-bottom-color: rgb(163 163 163 / 0.8) !important;
}

.border-b-neutral-400\/85 {
  border-bottom-color: rgb(163 163 163 / 0.85) !important;
}

.border-b-neutral-400\/90 {
  border-bottom-color: rgb(163 163 163 / 0.9) !important;
}

.border-b-neutral-400\/95 {
  border-bottom-color: rgb(163 163 163 / 0.95) !important;
}

.border-b-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0) !important;
}

.border-b-neutral-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1) !important;
}

.border-b-neutral-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1) !important;
}

.border-b-neutral-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15) !important;
}

.border-b-neutral-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2) !important;
}

.border-b-neutral-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25) !important;
}

.border-b-neutral-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3) !important;
}

.border-b-neutral-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35) !important;
}

.border-b-neutral-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4) !important;
}

.border-b-neutral-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45) !important;
}

.border-b-neutral-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05) !important;
}

.border-b-neutral-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5) !important;
}

.border-b-neutral-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55) !important;
}

.border-b-neutral-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6) !important;
}

.border-b-neutral-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65) !important;
}

.border-b-neutral-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7) !important;
}

.border-b-neutral-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75) !important;
}

.border-b-neutral-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8) !important;
}

.border-b-neutral-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85) !important;
}

.border-b-neutral-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9) !important;
}

.border-b-neutral-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95) !important;
}

.border-b-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-500\/0 {
  border-bottom-color: rgb(115 115 115 / 0) !important;
}

.border-b-neutral-500\/10 {
  border-bottom-color: rgb(115 115 115 / 0.1) !important;
}

.border-b-neutral-500\/100 {
  border-bottom-color: rgb(115 115 115 / 1) !important;
}

.border-b-neutral-500\/15 {
  border-bottom-color: rgb(115 115 115 / 0.15) !important;
}

.border-b-neutral-500\/20 {
  border-bottom-color: rgb(115 115 115 / 0.2) !important;
}

.border-b-neutral-500\/25 {
  border-bottom-color: rgb(115 115 115 / 0.25) !important;
}

.border-b-neutral-500\/30 {
  border-bottom-color: rgb(115 115 115 / 0.3) !important;
}

.border-b-neutral-500\/35 {
  border-bottom-color: rgb(115 115 115 / 0.35) !important;
}

.border-b-neutral-500\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4) !important;
}

.border-b-neutral-500\/45 {
  border-bottom-color: rgb(115 115 115 / 0.45) !important;
}

.border-b-neutral-500\/5 {
  border-bottom-color: rgb(115 115 115 / 0.05) !important;
}

.border-b-neutral-500\/50 {
  border-bottom-color: rgb(115 115 115 / 0.5) !important;
}

.border-b-neutral-500\/55 {
  border-bottom-color: rgb(115 115 115 / 0.55) !important;
}

.border-b-neutral-500\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6) !important;
}

.border-b-neutral-500\/65 {
  border-bottom-color: rgb(115 115 115 / 0.65) !important;
}

.border-b-neutral-500\/70 {
  border-bottom-color: rgb(115 115 115 / 0.7) !important;
}

.border-b-neutral-500\/75 {
  border-bottom-color: rgb(115 115 115 / 0.75) !important;
}

.border-b-neutral-500\/80 {
  border-bottom-color: rgb(115 115 115 / 0.8) !important;
}

.border-b-neutral-500\/85 {
  border-bottom-color: rgb(115 115 115 / 0.85) !important;
}

.border-b-neutral-500\/90 {
  border-bottom-color: rgb(115 115 115 / 0.9) !important;
}

.border-b-neutral-500\/95 {
  border-bottom-color: rgb(115 115 115 / 0.95) !important;
}

.border-b-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-600\/0 {
  border-bottom-color: rgb(82 82 82 / 0) !important;
}

.border-b-neutral-600\/10 {
  border-bottom-color: rgb(82 82 82 / 0.1) !important;
}

.border-b-neutral-600\/100 {
  border-bottom-color: rgb(82 82 82 / 1) !important;
}

.border-b-neutral-600\/15 {
  border-bottom-color: rgb(82 82 82 / 0.15) !important;
}

.border-b-neutral-600\/20 {
  border-bottom-color: rgb(82 82 82 / 0.2) !important;
}

.border-b-neutral-600\/25 {
  border-bottom-color: rgb(82 82 82 / 0.25) !important;
}

.border-b-neutral-600\/30 {
  border-bottom-color: rgb(82 82 82 / 0.3) !important;
}

.border-b-neutral-600\/35 {
  border-bottom-color: rgb(82 82 82 / 0.35) !important;
}

.border-b-neutral-600\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4) !important;
}

.border-b-neutral-600\/45 {
  border-bottom-color: rgb(82 82 82 / 0.45) !important;
}

.border-b-neutral-600\/5 {
  border-bottom-color: rgb(82 82 82 / 0.05) !important;
}

.border-b-neutral-600\/50 {
  border-bottom-color: rgb(82 82 82 / 0.5) !important;
}

.border-b-neutral-600\/55 {
  border-bottom-color: rgb(82 82 82 / 0.55) !important;
}

.border-b-neutral-600\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6) !important;
}

.border-b-neutral-600\/65 {
  border-bottom-color: rgb(82 82 82 / 0.65) !important;
}

.border-b-neutral-600\/70 {
  border-bottom-color: rgb(82 82 82 / 0.7) !important;
}

.border-b-neutral-600\/75 {
  border-bottom-color: rgb(82 82 82 / 0.75) !important;
}

.border-b-neutral-600\/80 {
  border-bottom-color: rgb(82 82 82 / 0.8) !important;
}

.border-b-neutral-600\/85 {
  border-bottom-color: rgb(82 82 82 / 0.85) !important;
}

.border-b-neutral-600\/90 {
  border-bottom-color: rgb(82 82 82 / 0.9) !important;
}

.border-b-neutral-600\/95 {
  border-bottom-color: rgb(82 82 82 / 0.95) !important;
}

.border-b-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-700\/0 {
  border-bottom-color: rgb(64 64 64 / 0) !important;
}

.border-b-neutral-700\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1) !important;
}

.border-b-neutral-700\/100 {
  border-bottom-color: rgb(64 64 64 / 1) !important;
}

.border-b-neutral-700\/15 {
  border-bottom-color: rgb(64 64 64 / 0.15) !important;
}

.border-b-neutral-700\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2) !important;
}

.border-b-neutral-700\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25) !important;
}

.border-b-neutral-700\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3) !important;
}

.border-b-neutral-700\/35 {
  border-bottom-color: rgb(64 64 64 / 0.35) !important;
}

.border-b-neutral-700\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4) !important;
}

.border-b-neutral-700\/45 {
  border-bottom-color: rgb(64 64 64 / 0.45) !important;
}

.border-b-neutral-700\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05) !important;
}

.border-b-neutral-700\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5) !important;
}

.border-b-neutral-700\/55 {
  border-bottom-color: rgb(64 64 64 / 0.55) !important;
}

.border-b-neutral-700\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6) !important;
}

.border-b-neutral-700\/65 {
  border-bottom-color: rgb(64 64 64 / 0.65) !important;
}

.border-b-neutral-700\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7) !important;
}

.border-b-neutral-700\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75) !important;
}

.border-b-neutral-700\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8) !important;
}

.border-b-neutral-700\/85 {
  border-bottom-color: rgb(64 64 64 / 0.85) !important;
}

.border-b-neutral-700\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9) !important;
}

.border-b-neutral-700\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95) !important;
}

.border-b-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-800\/0 {
  border-bottom-color: rgb(38 38 38 / 0) !important;
}

.border-b-neutral-800\/10 {
  border-bottom-color: rgb(38 38 38 / 0.1) !important;
}

.border-b-neutral-800\/100 {
  border-bottom-color: rgb(38 38 38 / 1) !important;
}

.border-b-neutral-800\/15 {
  border-bottom-color: rgb(38 38 38 / 0.15) !important;
}

.border-b-neutral-800\/20 {
  border-bottom-color: rgb(38 38 38 / 0.2) !important;
}

.border-b-neutral-800\/25 {
  border-bottom-color: rgb(38 38 38 / 0.25) !important;
}

.border-b-neutral-800\/30 {
  border-bottom-color: rgb(38 38 38 / 0.3) !important;
}

.border-b-neutral-800\/35 {
  border-bottom-color: rgb(38 38 38 / 0.35) !important;
}

.border-b-neutral-800\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4) !important;
}

.border-b-neutral-800\/45 {
  border-bottom-color: rgb(38 38 38 / 0.45) !important;
}

.border-b-neutral-800\/5 {
  border-bottom-color: rgb(38 38 38 / 0.05) !important;
}

.border-b-neutral-800\/50 {
  border-bottom-color: rgb(38 38 38 / 0.5) !important;
}

.border-b-neutral-800\/55 {
  border-bottom-color: rgb(38 38 38 / 0.55) !important;
}

.border-b-neutral-800\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6) !important;
}

.border-b-neutral-800\/65 {
  border-bottom-color: rgb(38 38 38 / 0.65) !important;
}

.border-b-neutral-800\/70 {
  border-bottom-color: rgb(38 38 38 / 0.7) !important;
}

.border-b-neutral-800\/75 {
  border-bottom-color: rgb(38 38 38 / 0.75) !important;
}

.border-b-neutral-800\/80 {
  border-bottom-color: rgb(38 38 38 / 0.8) !important;
}

.border-b-neutral-800\/85 {
  border-bottom-color: rgb(38 38 38 / 0.85) !important;
}

.border-b-neutral-800\/90 {
  border-bottom-color: rgb(38 38 38 / 0.9) !important;
}

.border-b-neutral-800\/95 {
  border-bottom-color: rgb(38 38 38 / 0.95) !important;
}

.border-b-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-900\/0 {
  border-bottom-color: rgb(23 23 23 / 0) !important;
}

.border-b-neutral-900\/10 {
  border-bottom-color: rgb(23 23 23 / 0.1) !important;
}

.border-b-neutral-900\/100 {
  border-bottom-color: rgb(23 23 23 / 1) !important;
}

.border-b-neutral-900\/15 {
  border-bottom-color: rgb(23 23 23 / 0.15) !important;
}

.border-b-neutral-900\/20 {
  border-bottom-color: rgb(23 23 23 / 0.2) !important;
}

.border-b-neutral-900\/25 {
  border-bottom-color: rgb(23 23 23 / 0.25) !important;
}

.border-b-neutral-900\/30 {
  border-bottom-color: rgb(23 23 23 / 0.3) !important;
}

.border-b-neutral-900\/35 {
  border-bottom-color: rgb(23 23 23 / 0.35) !important;
}

.border-b-neutral-900\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4) !important;
}

.border-b-neutral-900\/45 {
  border-bottom-color: rgb(23 23 23 / 0.45) !important;
}

.border-b-neutral-900\/5 {
  border-bottom-color: rgb(23 23 23 / 0.05) !important;
}

.border-b-neutral-900\/50 {
  border-bottom-color: rgb(23 23 23 / 0.5) !important;
}

.border-b-neutral-900\/55 {
  border-bottom-color: rgb(23 23 23 / 0.55) !important;
}

.border-b-neutral-900\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6) !important;
}

.border-b-neutral-900\/65 {
  border-bottom-color: rgb(23 23 23 / 0.65) !important;
}

.border-b-neutral-900\/70 {
  border-bottom-color: rgb(23 23 23 / 0.7) !important;
}

.border-b-neutral-900\/75 {
  border-bottom-color: rgb(23 23 23 / 0.75) !important;
}

.border-b-neutral-900\/80 {
  border-bottom-color: rgb(23 23 23 / 0.8) !important;
}

.border-b-neutral-900\/85 {
  border-bottom-color: rgb(23 23 23 / 0.85) !important;
}

.border-b-neutral-900\/90 {
  border-bottom-color: rgb(23 23 23 / 0.9) !important;
}

.border-b-neutral-900\/95 {
  border-bottom-color: rgb(23 23 23 / 0.95) !important;
}

.border-b-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-b-neutral-950\/0 {
  border-bottom-color: rgb(10 10 10 / 0) !important;
}

.border-b-neutral-950\/10 {
  border-bottom-color: rgb(10 10 10 / 0.1) !important;
}

.border-b-neutral-950\/100 {
  border-bottom-color: rgb(10 10 10 / 1) !important;
}

.border-b-neutral-950\/15 {
  border-bottom-color: rgb(10 10 10 / 0.15) !important;
}

.border-b-neutral-950\/20 {
  border-bottom-color: rgb(10 10 10 / 0.2) !important;
}

.border-b-neutral-950\/25 {
  border-bottom-color: rgb(10 10 10 / 0.25) !important;
}

.border-b-neutral-950\/30 {
  border-bottom-color: rgb(10 10 10 / 0.3) !important;
}

.border-b-neutral-950\/35 {
  border-bottom-color: rgb(10 10 10 / 0.35) !important;
}

.border-b-neutral-950\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4) !important;
}

.border-b-neutral-950\/45 {
  border-bottom-color: rgb(10 10 10 / 0.45) !important;
}

.border-b-neutral-950\/5 {
  border-bottom-color: rgb(10 10 10 / 0.05) !important;
}

.border-b-neutral-950\/50 {
  border-bottom-color: rgb(10 10 10 / 0.5) !important;
}

.border-b-neutral-950\/55 {
  border-bottom-color: rgb(10 10 10 / 0.55) !important;
}

.border-b-neutral-950\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6) !important;
}

.border-b-neutral-950\/65 {
  border-bottom-color: rgb(10 10 10 / 0.65) !important;
}

.border-b-neutral-950\/70 {
  border-bottom-color: rgb(10 10 10 / 0.7) !important;
}

.border-b-neutral-950\/75 {
  border-bottom-color: rgb(10 10 10 / 0.75) !important;
}

.border-b-neutral-950\/80 {
  border-bottom-color: rgb(10 10 10 / 0.8) !important;
}

.border-b-neutral-950\/85 {
  border-bottom-color: rgb(10 10 10 / 0.85) !important;
}

.border-b-neutral-950\/90 {
  border-bottom-color: rgb(10 10 10 / 0.9) !important;
}

.border-b-neutral-950\/95 {
  border-bottom-color: rgb(10 10 10 / 0.95) !important;
}

.border-b-orange-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-100\/0 {
  border-bottom-color: rgb(255 237 213 / 0) !important;
}

.border-b-orange-100\/10 {
  border-bottom-color: rgb(255 237 213 / 0.1) !important;
}

.border-b-orange-100\/100 {
  border-bottom-color: rgb(255 237 213 / 1) !important;
}

.border-b-orange-100\/15 {
  border-bottom-color: rgb(255 237 213 / 0.15) !important;
}

.border-b-orange-100\/20 {
  border-bottom-color: rgb(255 237 213 / 0.2) !important;
}

.border-b-orange-100\/25 {
  border-bottom-color: rgb(255 237 213 / 0.25) !important;
}

.border-b-orange-100\/30 {
  border-bottom-color: rgb(255 237 213 / 0.3) !important;
}

.border-b-orange-100\/35 {
  border-bottom-color: rgb(255 237 213 / 0.35) !important;
}

.border-b-orange-100\/40 {
  border-bottom-color: rgb(255 237 213 / 0.4) !important;
}

.border-b-orange-100\/45 {
  border-bottom-color: rgb(255 237 213 / 0.45) !important;
}

.border-b-orange-100\/5 {
  border-bottom-color: rgb(255 237 213 / 0.05) !important;
}

.border-b-orange-100\/50 {
  border-bottom-color: rgb(255 237 213 / 0.5) !important;
}

.border-b-orange-100\/55 {
  border-bottom-color: rgb(255 237 213 / 0.55) !important;
}

.border-b-orange-100\/60 {
  border-bottom-color: rgb(255 237 213 / 0.6) !important;
}

.border-b-orange-100\/65 {
  border-bottom-color: rgb(255 237 213 / 0.65) !important;
}

.border-b-orange-100\/70 {
  border-bottom-color: rgb(255 237 213 / 0.7) !important;
}

.border-b-orange-100\/75 {
  border-bottom-color: rgb(255 237 213 / 0.75) !important;
}

.border-b-orange-100\/80 {
  border-bottom-color: rgb(255 237 213 / 0.8) !important;
}

.border-b-orange-100\/85 {
  border-bottom-color: rgb(255 237 213 / 0.85) !important;
}

.border-b-orange-100\/90 {
  border-bottom-color: rgb(255 237 213 / 0.9) !important;
}

.border-b-orange-100\/95 {
  border-bottom-color: rgb(255 237 213 / 0.95) !important;
}

.border-b-orange-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-200\/0 {
  border-bottom-color: rgb(254 215 170 / 0) !important;
}

.border-b-orange-200\/10 {
  border-bottom-color: rgb(254 215 170 / 0.1) !important;
}

.border-b-orange-200\/100 {
  border-bottom-color: rgb(254 215 170 / 1) !important;
}

.border-b-orange-200\/15 {
  border-bottom-color: rgb(254 215 170 / 0.15) !important;
}

.border-b-orange-200\/20 {
  border-bottom-color: rgb(254 215 170 / 0.2) !important;
}

.border-b-orange-200\/25 {
  border-bottom-color: rgb(254 215 170 / 0.25) !important;
}

.border-b-orange-200\/30 {
  border-bottom-color: rgb(254 215 170 / 0.3) !important;
}

.border-b-orange-200\/35 {
  border-bottom-color: rgb(254 215 170 / 0.35) !important;
}

.border-b-orange-200\/40 {
  border-bottom-color: rgb(254 215 170 / 0.4) !important;
}

.border-b-orange-200\/45 {
  border-bottom-color: rgb(254 215 170 / 0.45) !important;
}

.border-b-orange-200\/5 {
  border-bottom-color: rgb(254 215 170 / 0.05) !important;
}

.border-b-orange-200\/50 {
  border-bottom-color: rgb(254 215 170 / 0.5) !important;
}

.border-b-orange-200\/55 {
  border-bottom-color: rgb(254 215 170 / 0.55) !important;
}

.border-b-orange-200\/60 {
  border-bottom-color: rgb(254 215 170 / 0.6) !important;
}

.border-b-orange-200\/65 {
  border-bottom-color: rgb(254 215 170 / 0.65) !important;
}

.border-b-orange-200\/70 {
  border-bottom-color: rgb(254 215 170 / 0.7) !important;
}

.border-b-orange-200\/75 {
  border-bottom-color: rgb(254 215 170 / 0.75) !important;
}

.border-b-orange-200\/80 {
  border-bottom-color: rgb(254 215 170 / 0.8) !important;
}

.border-b-orange-200\/85 {
  border-bottom-color: rgb(254 215 170 / 0.85) !important;
}

.border-b-orange-200\/90 {
  border-bottom-color: rgb(254 215 170 / 0.9) !important;
}

.border-b-orange-200\/95 {
  border-bottom-color: rgb(254 215 170 / 0.95) !important;
}

.border-b-orange-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-300\/0 {
  border-bottom-color: rgb(253 186 116 / 0) !important;
}

.border-b-orange-300\/10 {
  border-bottom-color: rgb(253 186 116 / 0.1) !important;
}

.border-b-orange-300\/100 {
  border-bottom-color: rgb(253 186 116 / 1) !important;
}

.border-b-orange-300\/15 {
  border-bottom-color: rgb(253 186 116 / 0.15) !important;
}

.border-b-orange-300\/20 {
  border-bottom-color: rgb(253 186 116 / 0.2) !important;
}

.border-b-orange-300\/25 {
  border-bottom-color: rgb(253 186 116 / 0.25) !important;
}

.border-b-orange-300\/30 {
  border-bottom-color: rgb(253 186 116 / 0.3) !important;
}

.border-b-orange-300\/35 {
  border-bottom-color: rgb(253 186 116 / 0.35) !important;
}

.border-b-orange-300\/40 {
  border-bottom-color: rgb(253 186 116 / 0.4) !important;
}

.border-b-orange-300\/45 {
  border-bottom-color: rgb(253 186 116 / 0.45) !important;
}

.border-b-orange-300\/5 {
  border-bottom-color: rgb(253 186 116 / 0.05) !important;
}

.border-b-orange-300\/50 {
  border-bottom-color: rgb(253 186 116 / 0.5) !important;
}

.border-b-orange-300\/55 {
  border-bottom-color: rgb(253 186 116 / 0.55) !important;
}

.border-b-orange-300\/60 {
  border-bottom-color: rgb(253 186 116 / 0.6) !important;
}

.border-b-orange-300\/65 {
  border-bottom-color: rgb(253 186 116 / 0.65) !important;
}

.border-b-orange-300\/70 {
  border-bottom-color: rgb(253 186 116 / 0.7) !important;
}

.border-b-orange-300\/75 {
  border-bottom-color: rgb(253 186 116 / 0.75) !important;
}

.border-b-orange-300\/80 {
  border-bottom-color: rgb(253 186 116 / 0.8) !important;
}

.border-b-orange-300\/85 {
  border-bottom-color: rgb(253 186 116 / 0.85) !important;
}

.border-b-orange-300\/90 {
  border-bottom-color: rgb(253 186 116 / 0.9) !important;
}

.border-b-orange-300\/95 {
  border-bottom-color: rgb(253 186 116 / 0.95) !important;
}

.border-b-orange-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-400\/0 {
  border-bottom-color: rgb(251 146 60 / 0) !important;
}

.border-b-orange-400\/10 {
  border-bottom-color: rgb(251 146 60 / 0.1) !important;
}

.border-b-orange-400\/100 {
  border-bottom-color: rgb(251 146 60 / 1) !important;
}

.border-b-orange-400\/15 {
  border-bottom-color: rgb(251 146 60 / 0.15) !important;
}

.border-b-orange-400\/20 {
  border-bottom-color: rgb(251 146 60 / 0.2) !important;
}

.border-b-orange-400\/25 {
  border-bottom-color: rgb(251 146 60 / 0.25) !important;
}

.border-b-orange-400\/30 {
  border-bottom-color: rgb(251 146 60 / 0.3) !important;
}

.border-b-orange-400\/35 {
  border-bottom-color: rgb(251 146 60 / 0.35) !important;
}

.border-b-orange-400\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4) !important;
}

.border-b-orange-400\/45 {
  border-bottom-color: rgb(251 146 60 / 0.45) !important;
}

.border-b-orange-400\/5 {
  border-bottom-color: rgb(251 146 60 / 0.05) !important;
}

.border-b-orange-400\/50 {
  border-bottom-color: rgb(251 146 60 / 0.5) !important;
}

.border-b-orange-400\/55 {
  border-bottom-color: rgb(251 146 60 / 0.55) !important;
}

.border-b-orange-400\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6) !important;
}

.border-b-orange-400\/65 {
  border-bottom-color: rgb(251 146 60 / 0.65) !important;
}

.border-b-orange-400\/70 {
  border-bottom-color: rgb(251 146 60 / 0.7) !important;
}

.border-b-orange-400\/75 {
  border-bottom-color: rgb(251 146 60 / 0.75) !important;
}

.border-b-orange-400\/80 {
  border-bottom-color: rgb(251 146 60 / 0.8) !important;
}

.border-b-orange-400\/85 {
  border-bottom-color: rgb(251 146 60 / 0.85) !important;
}

.border-b-orange-400\/90 {
  border-bottom-color: rgb(251 146 60 / 0.9) !important;
}

.border-b-orange-400\/95 {
  border-bottom-color: rgb(251 146 60 / 0.95) !important;
}

.border-b-orange-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-50\/0 {
  border-bottom-color: rgb(255 247 237 / 0) !important;
}

.border-b-orange-50\/10 {
  border-bottom-color: rgb(255 247 237 / 0.1) !important;
}

.border-b-orange-50\/100 {
  border-bottom-color: rgb(255 247 237 / 1) !important;
}

.border-b-orange-50\/15 {
  border-bottom-color: rgb(255 247 237 / 0.15) !important;
}

.border-b-orange-50\/20 {
  border-bottom-color: rgb(255 247 237 / 0.2) !important;
}

.border-b-orange-50\/25 {
  border-bottom-color: rgb(255 247 237 / 0.25) !important;
}

.border-b-orange-50\/30 {
  border-bottom-color: rgb(255 247 237 / 0.3) !important;
}

.border-b-orange-50\/35 {
  border-bottom-color: rgb(255 247 237 / 0.35) !important;
}

.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 247 237 / 0.4) !important;
}

.border-b-orange-50\/45 {
  border-bottom-color: rgb(255 247 237 / 0.45) !important;
}

.border-b-orange-50\/5 {
  border-bottom-color: rgb(255 247 237 / 0.05) !important;
}

.border-b-orange-50\/50 {
  border-bottom-color: rgb(255 247 237 / 0.5) !important;
}

.border-b-orange-50\/55 {
  border-bottom-color: rgb(255 247 237 / 0.55) !important;
}

.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 247 237 / 0.6) !important;
}

.border-b-orange-50\/65 {
  border-bottom-color: rgb(255 247 237 / 0.65) !important;
}

.border-b-orange-50\/70 {
  border-bottom-color: rgb(255 247 237 / 0.7) !important;
}

.border-b-orange-50\/75 {
  border-bottom-color: rgb(255 247 237 / 0.75) !important;
}

.border-b-orange-50\/80 {
  border-bottom-color: rgb(255 247 237 / 0.8) !important;
}

.border-b-orange-50\/85 {
  border-bottom-color: rgb(255 247 237 / 0.85) !important;
}

.border-b-orange-50\/90 {
  border-bottom-color: rgb(255 247 237 / 0.9) !important;
}

.border-b-orange-50\/95 {
  border-bottom-color: rgb(255 247 237 / 0.95) !important;
}

.border-b-orange-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-500\/0 {
  border-bottom-color: rgb(249 115 22 / 0) !important;
}

.border-b-orange-500\/10 {
  border-bottom-color: rgb(249 115 22 / 0.1) !important;
}

.border-b-orange-500\/100 {
  border-bottom-color: rgb(249 115 22 / 1) !important;
}

.border-b-orange-500\/15 {
  border-bottom-color: rgb(249 115 22 / 0.15) !important;
}

.border-b-orange-500\/20 {
  border-bottom-color: rgb(249 115 22 / 0.2) !important;
}

.border-b-orange-500\/25 {
  border-bottom-color: rgb(249 115 22 / 0.25) !important;
}

.border-b-orange-500\/30 {
  border-bottom-color: rgb(249 115 22 / 0.3) !important;
}

.border-b-orange-500\/35 {
  border-bottom-color: rgb(249 115 22 / 0.35) !important;
}

.border-b-orange-500\/40 {
  border-bottom-color: rgb(249 115 22 / 0.4) !important;
}

.border-b-orange-500\/45 {
  border-bottom-color: rgb(249 115 22 / 0.45) !important;
}

.border-b-orange-500\/5 {
  border-bottom-color: rgb(249 115 22 / 0.05) !important;
}

.border-b-orange-500\/50 {
  border-bottom-color: rgb(249 115 22 / 0.5) !important;
}

.border-b-orange-500\/55 {
  border-bottom-color: rgb(249 115 22 / 0.55) !important;
}

.border-b-orange-500\/60 {
  border-bottom-color: rgb(249 115 22 / 0.6) !important;
}

.border-b-orange-500\/65 {
  border-bottom-color: rgb(249 115 22 / 0.65) !important;
}

.border-b-orange-500\/70 {
  border-bottom-color: rgb(249 115 22 / 0.7) !important;
}

.border-b-orange-500\/75 {
  border-bottom-color: rgb(249 115 22 / 0.75) !important;
}

.border-b-orange-500\/80 {
  border-bottom-color: rgb(249 115 22 / 0.8) !important;
}

.border-b-orange-500\/85 {
  border-bottom-color: rgb(249 115 22 / 0.85) !important;
}

.border-b-orange-500\/90 {
  border-bottom-color: rgb(249 115 22 / 0.9) !important;
}

.border-b-orange-500\/95 {
  border-bottom-color: rgb(249 115 22 / 0.95) !important;
}

.border-b-orange-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-600\/0 {
  border-bottom-color: rgb(234 88 12 / 0) !important;
}

.border-b-orange-600\/10 {
  border-bottom-color: rgb(234 88 12 / 0.1) !important;
}

.border-b-orange-600\/100 {
  border-bottom-color: rgb(234 88 12 / 1) !important;
}

.border-b-orange-600\/15 {
  border-bottom-color: rgb(234 88 12 / 0.15) !important;
}

.border-b-orange-600\/20 {
  border-bottom-color: rgb(234 88 12 / 0.2) !important;
}

.border-b-orange-600\/25 {
  border-bottom-color: rgb(234 88 12 / 0.25) !important;
}

.border-b-orange-600\/30 {
  border-bottom-color: rgb(234 88 12 / 0.3) !important;
}

.border-b-orange-600\/35 {
  border-bottom-color: rgb(234 88 12 / 0.35) !important;
}

.border-b-orange-600\/40 {
  border-bottom-color: rgb(234 88 12 / 0.4) !important;
}

.border-b-orange-600\/45 {
  border-bottom-color: rgb(234 88 12 / 0.45) !important;
}

.border-b-orange-600\/5 {
  border-bottom-color: rgb(234 88 12 / 0.05) !important;
}

.border-b-orange-600\/50 {
  border-bottom-color: rgb(234 88 12 / 0.5) !important;
}

.border-b-orange-600\/55 {
  border-bottom-color: rgb(234 88 12 / 0.55) !important;
}

.border-b-orange-600\/60 {
  border-bottom-color: rgb(234 88 12 / 0.6) !important;
}

.border-b-orange-600\/65 {
  border-bottom-color: rgb(234 88 12 / 0.65) !important;
}

.border-b-orange-600\/70 {
  border-bottom-color: rgb(234 88 12 / 0.7) !important;
}

.border-b-orange-600\/75 {
  border-bottom-color: rgb(234 88 12 / 0.75) !important;
}

.border-b-orange-600\/80 {
  border-bottom-color: rgb(234 88 12 / 0.8) !important;
}

.border-b-orange-600\/85 {
  border-bottom-color: rgb(234 88 12 / 0.85) !important;
}

.border-b-orange-600\/90 {
  border-bottom-color: rgb(234 88 12 / 0.9) !important;
}

.border-b-orange-600\/95 {
  border-bottom-color: rgb(234 88 12 / 0.95) !important;
}

.border-b-orange-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-700\/0 {
  border-bottom-color: rgb(194 65 12 / 0) !important;
}

.border-b-orange-700\/10 {
  border-bottom-color: rgb(194 65 12 / 0.1) !important;
}

.border-b-orange-700\/100 {
  border-bottom-color: rgb(194 65 12 / 1) !important;
}

.border-b-orange-700\/15 {
  border-bottom-color: rgb(194 65 12 / 0.15) !important;
}

.border-b-orange-700\/20 {
  border-bottom-color: rgb(194 65 12 / 0.2) !important;
}

.border-b-orange-700\/25 {
  border-bottom-color: rgb(194 65 12 / 0.25) !important;
}

.border-b-orange-700\/30 {
  border-bottom-color: rgb(194 65 12 / 0.3) !important;
}

.border-b-orange-700\/35 {
  border-bottom-color: rgb(194 65 12 / 0.35) !important;
}

.border-b-orange-700\/40 {
  border-bottom-color: rgb(194 65 12 / 0.4) !important;
}

.border-b-orange-700\/45 {
  border-bottom-color: rgb(194 65 12 / 0.45) !important;
}

.border-b-orange-700\/5 {
  border-bottom-color: rgb(194 65 12 / 0.05) !important;
}

.border-b-orange-700\/50 {
  border-bottom-color: rgb(194 65 12 / 0.5) !important;
}

.border-b-orange-700\/55 {
  border-bottom-color: rgb(194 65 12 / 0.55) !important;
}

.border-b-orange-700\/60 {
  border-bottom-color: rgb(194 65 12 / 0.6) !important;
}

.border-b-orange-700\/65 {
  border-bottom-color: rgb(194 65 12 / 0.65) !important;
}

.border-b-orange-700\/70 {
  border-bottom-color: rgb(194 65 12 / 0.7) !important;
}

.border-b-orange-700\/75 {
  border-bottom-color: rgb(194 65 12 / 0.75) !important;
}

.border-b-orange-700\/80 {
  border-bottom-color: rgb(194 65 12 / 0.8) !important;
}

.border-b-orange-700\/85 {
  border-bottom-color: rgb(194 65 12 / 0.85) !important;
}

.border-b-orange-700\/90 {
  border-bottom-color: rgb(194 65 12 / 0.9) !important;
}

.border-b-orange-700\/95 {
  border-bottom-color: rgb(194 65 12 / 0.95) !important;
}

.border-b-orange-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-800\/0 {
  border-bottom-color: rgb(154 52 18 / 0) !important;
}

.border-b-orange-800\/10 {
  border-bottom-color: rgb(154 52 18 / 0.1) !important;
}

.border-b-orange-800\/100 {
  border-bottom-color: rgb(154 52 18 / 1) !important;
}

.border-b-orange-800\/15 {
  border-bottom-color: rgb(154 52 18 / 0.15) !important;
}

.border-b-orange-800\/20 {
  border-bottom-color: rgb(154 52 18 / 0.2) !important;
}

.border-b-orange-800\/25 {
  border-bottom-color: rgb(154 52 18 / 0.25) !important;
}

.border-b-orange-800\/30 {
  border-bottom-color: rgb(154 52 18 / 0.3) !important;
}

.border-b-orange-800\/35 {
  border-bottom-color: rgb(154 52 18 / 0.35) !important;
}

.border-b-orange-800\/40 {
  border-bottom-color: rgb(154 52 18 / 0.4) !important;
}

.border-b-orange-800\/45 {
  border-bottom-color: rgb(154 52 18 / 0.45) !important;
}

.border-b-orange-800\/5 {
  border-bottom-color: rgb(154 52 18 / 0.05) !important;
}

.border-b-orange-800\/50 {
  border-bottom-color: rgb(154 52 18 / 0.5) !important;
}

.border-b-orange-800\/55 {
  border-bottom-color: rgb(154 52 18 / 0.55) !important;
}

.border-b-orange-800\/60 {
  border-bottom-color: rgb(154 52 18 / 0.6) !important;
}

.border-b-orange-800\/65 {
  border-bottom-color: rgb(154 52 18 / 0.65) !important;
}

.border-b-orange-800\/70 {
  border-bottom-color: rgb(154 52 18 / 0.7) !important;
}

.border-b-orange-800\/75 {
  border-bottom-color: rgb(154 52 18 / 0.75) !important;
}

.border-b-orange-800\/80 {
  border-bottom-color: rgb(154 52 18 / 0.8) !important;
}

.border-b-orange-800\/85 {
  border-bottom-color: rgb(154 52 18 / 0.85) !important;
}

.border-b-orange-800\/90 {
  border-bottom-color: rgb(154 52 18 / 0.9) !important;
}

.border-b-orange-800\/95 {
  border-bottom-color: rgb(154 52 18 / 0.95) !important;
}

.border-b-orange-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-900\/0 {
  border-bottom-color: rgb(124 45 18 / 0) !important;
}

.border-b-orange-900\/10 {
  border-bottom-color: rgb(124 45 18 / 0.1) !important;
}

.border-b-orange-900\/100 {
  border-bottom-color: rgb(124 45 18 / 1) !important;
}

.border-b-orange-900\/15 {
  border-bottom-color: rgb(124 45 18 / 0.15) !important;
}

.border-b-orange-900\/20 {
  border-bottom-color: rgb(124 45 18 / 0.2) !important;
}

.border-b-orange-900\/25 {
  border-bottom-color: rgb(124 45 18 / 0.25) !important;
}

.border-b-orange-900\/30 {
  border-bottom-color: rgb(124 45 18 / 0.3) !important;
}

.border-b-orange-900\/35 {
  border-bottom-color: rgb(124 45 18 / 0.35) !important;
}

.border-b-orange-900\/40 {
  border-bottom-color: rgb(124 45 18 / 0.4) !important;
}

.border-b-orange-900\/45 {
  border-bottom-color: rgb(124 45 18 / 0.45) !important;
}

.border-b-orange-900\/5 {
  border-bottom-color: rgb(124 45 18 / 0.05) !important;
}

.border-b-orange-900\/50 {
  border-bottom-color: rgb(124 45 18 / 0.5) !important;
}

.border-b-orange-900\/55 {
  border-bottom-color: rgb(124 45 18 / 0.55) !important;
}

.border-b-orange-900\/60 {
  border-bottom-color: rgb(124 45 18 / 0.6) !important;
}

.border-b-orange-900\/65 {
  border-bottom-color: rgb(124 45 18 / 0.65) !important;
}

.border-b-orange-900\/70 {
  border-bottom-color: rgb(124 45 18 / 0.7) !important;
}

.border-b-orange-900\/75 {
  border-bottom-color: rgb(124 45 18 / 0.75) !important;
}

.border-b-orange-900\/80 {
  border-bottom-color: rgb(124 45 18 / 0.8) !important;
}

.border-b-orange-900\/85 {
  border-bottom-color: rgb(124 45 18 / 0.85) !important;
}

.border-b-orange-900\/90 {
  border-bottom-color: rgb(124 45 18 / 0.9) !important;
}

.border-b-orange-900\/95 {
  border-bottom-color: rgb(124 45 18 / 0.95) !important;
}

.border-b-orange-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-b-orange-950\/0 {
  border-bottom-color: rgb(67 20 7 / 0) !important;
}

.border-b-orange-950\/10 {
  border-bottom-color: rgb(67 20 7 / 0.1) !important;
}

.border-b-orange-950\/100 {
  border-bottom-color: rgb(67 20 7 / 1) !important;
}

.border-b-orange-950\/15 {
  border-bottom-color: rgb(67 20 7 / 0.15) !important;
}

.border-b-orange-950\/20 {
  border-bottom-color: rgb(67 20 7 / 0.2) !important;
}

.border-b-orange-950\/25 {
  border-bottom-color: rgb(67 20 7 / 0.25) !important;
}

.border-b-orange-950\/30 {
  border-bottom-color: rgb(67 20 7 / 0.3) !important;
}

.border-b-orange-950\/35 {
  border-bottom-color: rgb(67 20 7 / 0.35) !important;
}

.border-b-orange-950\/40 {
  border-bottom-color: rgb(67 20 7 / 0.4) !important;
}

.border-b-orange-950\/45 {
  border-bottom-color: rgb(67 20 7 / 0.45) !important;
}

.border-b-orange-950\/5 {
  border-bottom-color: rgb(67 20 7 / 0.05) !important;
}

.border-b-orange-950\/50 {
  border-bottom-color: rgb(67 20 7 / 0.5) !important;
}

.border-b-orange-950\/55 {
  border-bottom-color: rgb(67 20 7 / 0.55) !important;
}

.border-b-orange-950\/60 {
  border-bottom-color: rgb(67 20 7 / 0.6) !important;
}

.border-b-orange-950\/65 {
  border-bottom-color: rgb(67 20 7 / 0.65) !important;
}

.border-b-orange-950\/70 {
  border-bottom-color: rgb(67 20 7 / 0.7) !important;
}

.border-b-orange-950\/75 {
  border-bottom-color: rgb(67 20 7 / 0.75) !important;
}

.border-b-orange-950\/80 {
  border-bottom-color: rgb(67 20 7 / 0.8) !important;
}

.border-b-orange-950\/85 {
  border-bottom-color: rgb(67 20 7 / 0.85) !important;
}

.border-b-orange-950\/90 {
  border-bottom-color: rgb(67 20 7 / 0.9) !important;
}

.border-b-orange-950\/95 {
  border-bottom-color: rgb(67 20 7 / 0.95) !important;
}

.border-b-pink-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-100\/0 {
  border-bottom-color: rgb(252 231 243 / 0) !important;
}

.border-b-pink-100\/10 {
  border-bottom-color: rgb(252 231 243 / 0.1) !important;
}

.border-b-pink-100\/100 {
  border-bottom-color: rgb(252 231 243 / 1) !important;
}

.border-b-pink-100\/15 {
  border-bottom-color: rgb(252 231 243 / 0.15) !important;
}

.border-b-pink-100\/20 {
  border-bottom-color: rgb(252 231 243 / 0.2) !important;
}

.border-b-pink-100\/25 {
  border-bottom-color: rgb(252 231 243 / 0.25) !important;
}

.border-b-pink-100\/30 {
  border-bottom-color: rgb(252 231 243 / 0.3) !important;
}

.border-b-pink-100\/35 {
  border-bottom-color: rgb(252 231 243 / 0.35) !important;
}

.border-b-pink-100\/40 {
  border-bottom-color: rgb(252 231 243 / 0.4) !important;
}

.border-b-pink-100\/45 {
  border-bottom-color: rgb(252 231 243 / 0.45) !important;
}

.border-b-pink-100\/5 {
  border-bottom-color: rgb(252 231 243 / 0.05) !important;
}

.border-b-pink-100\/50 {
  border-bottom-color: rgb(252 231 243 / 0.5) !important;
}

.border-b-pink-100\/55 {
  border-bottom-color: rgb(252 231 243 / 0.55) !important;
}

.border-b-pink-100\/60 {
  border-bottom-color: rgb(252 231 243 / 0.6) !important;
}

.border-b-pink-100\/65 {
  border-bottom-color: rgb(252 231 243 / 0.65) !important;
}

.border-b-pink-100\/70 {
  border-bottom-color: rgb(252 231 243 / 0.7) !important;
}

.border-b-pink-100\/75 {
  border-bottom-color: rgb(252 231 243 / 0.75) !important;
}

.border-b-pink-100\/80 {
  border-bottom-color: rgb(252 231 243 / 0.8) !important;
}

.border-b-pink-100\/85 {
  border-bottom-color: rgb(252 231 243 / 0.85) !important;
}

.border-b-pink-100\/90 {
  border-bottom-color: rgb(252 231 243 / 0.9) !important;
}

.border-b-pink-100\/95 {
  border-bottom-color: rgb(252 231 243 / 0.95) !important;
}

.border-b-pink-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-200\/0 {
  border-bottom-color: rgb(251 207 232 / 0) !important;
}

.border-b-pink-200\/10 {
  border-bottom-color: rgb(251 207 232 / 0.1) !important;
}

.border-b-pink-200\/100 {
  border-bottom-color: rgb(251 207 232 / 1) !important;
}

.border-b-pink-200\/15 {
  border-bottom-color: rgb(251 207 232 / 0.15) !important;
}

.border-b-pink-200\/20 {
  border-bottom-color: rgb(251 207 232 / 0.2) !important;
}

.border-b-pink-200\/25 {
  border-bottom-color: rgb(251 207 232 / 0.25) !important;
}

.border-b-pink-200\/30 {
  border-bottom-color: rgb(251 207 232 / 0.3) !important;
}

.border-b-pink-200\/35 {
  border-bottom-color: rgb(251 207 232 / 0.35) !important;
}

.border-b-pink-200\/40 {
  border-bottom-color: rgb(251 207 232 / 0.4) !important;
}

.border-b-pink-200\/45 {
  border-bottom-color: rgb(251 207 232 / 0.45) !important;
}

.border-b-pink-200\/5 {
  border-bottom-color: rgb(251 207 232 / 0.05) !important;
}

.border-b-pink-200\/50 {
  border-bottom-color: rgb(251 207 232 / 0.5) !important;
}

.border-b-pink-200\/55 {
  border-bottom-color: rgb(251 207 232 / 0.55) !important;
}

.border-b-pink-200\/60 {
  border-bottom-color: rgb(251 207 232 / 0.6) !important;
}

.border-b-pink-200\/65 {
  border-bottom-color: rgb(251 207 232 / 0.65) !important;
}

.border-b-pink-200\/70 {
  border-bottom-color: rgb(251 207 232 / 0.7) !important;
}

.border-b-pink-200\/75 {
  border-bottom-color: rgb(251 207 232 / 0.75) !important;
}

.border-b-pink-200\/80 {
  border-bottom-color: rgb(251 207 232 / 0.8) !important;
}

.border-b-pink-200\/85 {
  border-bottom-color: rgb(251 207 232 / 0.85) !important;
}

.border-b-pink-200\/90 {
  border-bottom-color: rgb(251 207 232 / 0.9) !important;
}

.border-b-pink-200\/95 {
  border-bottom-color: rgb(251 207 232 / 0.95) !important;
}

.border-b-pink-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-300\/0 {
  border-bottom-color: rgb(249 168 212 / 0) !important;
}

.border-b-pink-300\/10 {
  border-bottom-color: rgb(249 168 212 / 0.1) !important;
}

.border-b-pink-300\/100 {
  border-bottom-color: rgb(249 168 212 / 1) !important;
}

.border-b-pink-300\/15 {
  border-bottom-color: rgb(249 168 212 / 0.15) !important;
}

.border-b-pink-300\/20 {
  border-bottom-color: rgb(249 168 212 / 0.2) !important;
}

.border-b-pink-300\/25 {
  border-bottom-color: rgb(249 168 212 / 0.25) !important;
}

.border-b-pink-300\/30 {
  border-bottom-color: rgb(249 168 212 / 0.3) !important;
}

.border-b-pink-300\/35 {
  border-bottom-color: rgb(249 168 212 / 0.35) !important;
}

.border-b-pink-300\/40 {
  border-bottom-color: rgb(249 168 212 / 0.4) !important;
}

.border-b-pink-300\/45 {
  border-bottom-color: rgb(249 168 212 / 0.45) !important;
}

.border-b-pink-300\/5 {
  border-bottom-color: rgb(249 168 212 / 0.05) !important;
}

.border-b-pink-300\/50 {
  border-bottom-color: rgb(249 168 212 / 0.5) !important;
}

.border-b-pink-300\/55 {
  border-bottom-color: rgb(249 168 212 / 0.55) !important;
}

.border-b-pink-300\/60 {
  border-bottom-color: rgb(249 168 212 / 0.6) !important;
}

.border-b-pink-300\/65 {
  border-bottom-color: rgb(249 168 212 / 0.65) !important;
}

.border-b-pink-300\/70 {
  border-bottom-color: rgb(249 168 212 / 0.7) !important;
}

.border-b-pink-300\/75 {
  border-bottom-color: rgb(249 168 212 / 0.75) !important;
}

.border-b-pink-300\/80 {
  border-bottom-color: rgb(249 168 212 / 0.8) !important;
}

.border-b-pink-300\/85 {
  border-bottom-color: rgb(249 168 212 / 0.85) !important;
}

.border-b-pink-300\/90 {
  border-bottom-color: rgb(249 168 212 / 0.9) !important;
}

.border-b-pink-300\/95 {
  border-bottom-color: rgb(249 168 212 / 0.95) !important;
}

.border-b-pink-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-400\/0 {
  border-bottom-color: rgb(244 114 182 / 0) !important;
}

.border-b-pink-400\/10 {
  border-bottom-color: rgb(244 114 182 / 0.1) !important;
}

.border-b-pink-400\/100 {
  border-bottom-color: rgb(244 114 182 / 1) !important;
}

.border-b-pink-400\/15 {
  border-bottom-color: rgb(244 114 182 / 0.15) !important;
}

.border-b-pink-400\/20 {
  border-bottom-color: rgb(244 114 182 / 0.2) !important;
}

.border-b-pink-400\/25 {
  border-bottom-color: rgb(244 114 182 / 0.25) !important;
}

.border-b-pink-400\/30 {
  border-bottom-color: rgb(244 114 182 / 0.3) !important;
}

.border-b-pink-400\/35 {
  border-bottom-color: rgb(244 114 182 / 0.35) !important;
}

.border-b-pink-400\/40 {
  border-bottom-color: rgb(244 114 182 / 0.4) !important;
}

.border-b-pink-400\/45 {
  border-bottom-color: rgb(244 114 182 / 0.45) !important;
}

.border-b-pink-400\/5 {
  border-bottom-color: rgb(244 114 182 / 0.05) !important;
}

.border-b-pink-400\/50 {
  border-bottom-color: rgb(244 114 182 / 0.5) !important;
}

.border-b-pink-400\/55 {
  border-bottom-color: rgb(244 114 182 / 0.55) !important;
}

.border-b-pink-400\/60 {
  border-bottom-color: rgb(244 114 182 / 0.6) !important;
}

.border-b-pink-400\/65 {
  border-bottom-color: rgb(244 114 182 / 0.65) !important;
}

.border-b-pink-400\/70 {
  border-bottom-color: rgb(244 114 182 / 0.7) !important;
}

.border-b-pink-400\/75 {
  border-bottom-color: rgb(244 114 182 / 0.75) !important;
}

.border-b-pink-400\/80 {
  border-bottom-color: rgb(244 114 182 / 0.8) !important;
}

.border-b-pink-400\/85 {
  border-bottom-color: rgb(244 114 182 / 0.85) !important;
}

.border-b-pink-400\/90 {
  border-bottom-color: rgb(244 114 182 / 0.9) !important;
}

.border-b-pink-400\/95 {
  border-bottom-color: rgb(244 114 182 / 0.95) !important;
}

.border-b-pink-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-50\/0 {
  border-bottom-color: rgb(253 242 248 / 0) !important;
}

.border-b-pink-50\/10 {
  border-bottom-color: rgb(253 242 248 / 0.1) !important;
}

.border-b-pink-50\/100 {
  border-bottom-color: rgb(253 242 248 / 1) !important;
}

.border-b-pink-50\/15 {
  border-bottom-color: rgb(253 242 248 / 0.15) !important;
}

.border-b-pink-50\/20 {
  border-bottom-color: rgb(253 242 248 / 0.2) !important;
}

.border-b-pink-50\/25 {
  border-bottom-color: rgb(253 242 248 / 0.25) !important;
}

.border-b-pink-50\/30 {
  border-bottom-color: rgb(253 242 248 / 0.3) !important;
}

.border-b-pink-50\/35 {
  border-bottom-color: rgb(253 242 248 / 0.35) !important;
}

.border-b-pink-50\/40 {
  border-bottom-color: rgb(253 242 248 / 0.4) !important;
}

.border-b-pink-50\/45 {
  border-bottom-color: rgb(253 242 248 / 0.45) !important;
}

.border-b-pink-50\/5 {
  border-bottom-color: rgb(253 242 248 / 0.05) !important;
}

.border-b-pink-50\/50 {
  border-bottom-color: rgb(253 242 248 / 0.5) !important;
}

.border-b-pink-50\/55 {
  border-bottom-color: rgb(253 242 248 / 0.55) !important;
}

.border-b-pink-50\/60 {
  border-bottom-color: rgb(253 242 248 / 0.6) !important;
}

.border-b-pink-50\/65 {
  border-bottom-color: rgb(253 242 248 / 0.65) !important;
}

.border-b-pink-50\/70 {
  border-bottom-color: rgb(253 242 248 / 0.7) !important;
}

.border-b-pink-50\/75 {
  border-bottom-color: rgb(253 242 248 / 0.75) !important;
}

.border-b-pink-50\/80 {
  border-bottom-color: rgb(253 242 248 / 0.8) !important;
}

.border-b-pink-50\/85 {
  border-bottom-color: rgb(253 242 248 / 0.85) !important;
}

.border-b-pink-50\/90 {
  border-bottom-color: rgb(253 242 248 / 0.9) !important;
}

.border-b-pink-50\/95 {
  border-bottom-color: rgb(253 242 248 / 0.95) !important;
}

.border-b-pink-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-500\/0 {
  border-bottom-color: rgb(236 72 153 / 0) !important;
}

.border-b-pink-500\/10 {
  border-bottom-color: rgb(236 72 153 / 0.1) !important;
}

.border-b-pink-500\/100 {
  border-bottom-color: rgb(236 72 153 / 1) !important;
}

.border-b-pink-500\/15 {
  border-bottom-color: rgb(236 72 153 / 0.15) !important;
}

.border-b-pink-500\/20 {
  border-bottom-color: rgb(236 72 153 / 0.2) !important;
}

.border-b-pink-500\/25 {
  border-bottom-color: rgb(236 72 153 / 0.25) !important;
}

.border-b-pink-500\/30 {
  border-bottom-color: rgb(236 72 153 / 0.3) !important;
}

.border-b-pink-500\/35 {
  border-bottom-color: rgb(236 72 153 / 0.35) !important;
}

.border-b-pink-500\/40 {
  border-bottom-color: rgb(236 72 153 / 0.4) !important;
}

.border-b-pink-500\/45 {
  border-bottom-color: rgb(236 72 153 / 0.45) !important;
}

.border-b-pink-500\/5 {
  border-bottom-color: rgb(236 72 153 / 0.05) !important;
}

.border-b-pink-500\/50 {
  border-bottom-color: rgb(236 72 153 / 0.5) !important;
}

.border-b-pink-500\/55 {
  border-bottom-color: rgb(236 72 153 / 0.55) !important;
}

.border-b-pink-500\/60 {
  border-bottom-color: rgb(236 72 153 / 0.6) !important;
}

.border-b-pink-500\/65 {
  border-bottom-color: rgb(236 72 153 / 0.65) !important;
}

.border-b-pink-500\/70 {
  border-bottom-color: rgb(236 72 153 / 0.7) !important;
}

.border-b-pink-500\/75 {
  border-bottom-color: rgb(236 72 153 / 0.75) !important;
}

.border-b-pink-500\/80 {
  border-bottom-color: rgb(236 72 153 / 0.8) !important;
}

.border-b-pink-500\/85 {
  border-bottom-color: rgb(236 72 153 / 0.85) !important;
}

.border-b-pink-500\/90 {
  border-bottom-color: rgb(236 72 153 / 0.9) !important;
}

.border-b-pink-500\/95 {
  border-bottom-color: rgb(236 72 153 / 0.95) !important;
}

.border-b-pink-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-600\/0 {
  border-bottom-color: rgb(219 39 119 / 0) !important;
}

.border-b-pink-600\/10 {
  border-bottom-color: rgb(219 39 119 / 0.1) !important;
}

.border-b-pink-600\/100 {
  border-bottom-color: rgb(219 39 119 / 1) !important;
}

.border-b-pink-600\/15 {
  border-bottom-color: rgb(219 39 119 / 0.15) !important;
}

.border-b-pink-600\/20 {
  border-bottom-color: rgb(219 39 119 / 0.2) !important;
}

.border-b-pink-600\/25 {
  border-bottom-color: rgb(219 39 119 / 0.25) !important;
}

.border-b-pink-600\/30 {
  border-bottom-color: rgb(219 39 119 / 0.3) !important;
}

.border-b-pink-600\/35 {
  border-bottom-color: rgb(219 39 119 / 0.35) !important;
}

.border-b-pink-600\/40 {
  border-bottom-color: rgb(219 39 119 / 0.4) !important;
}

.border-b-pink-600\/45 {
  border-bottom-color: rgb(219 39 119 / 0.45) !important;
}

.border-b-pink-600\/5 {
  border-bottom-color: rgb(219 39 119 / 0.05) !important;
}

.border-b-pink-600\/50 {
  border-bottom-color: rgb(219 39 119 / 0.5) !important;
}

.border-b-pink-600\/55 {
  border-bottom-color: rgb(219 39 119 / 0.55) !important;
}

.border-b-pink-600\/60 {
  border-bottom-color: rgb(219 39 119 / 0.6) !important;
}

.border-b-pink-600\/65 {
  border-bottom-color: rgb(219 39 119 / 0.65) !important;
}

.border-b-pink-600\/70 {
  border-bottom-color: rgb(219 39 119 / 0.7) !important;
}

.border-b-pink-600\/75 {
  border-bottom-color: rgb(219 39 119 / 0.75) !important;
}

.border-b-pink-600\/80 {
  border-bottom-color: rgb(219 39 119 / 0.8) !important;
}

.border-b-pink-600\/85 {
  border-bottom-color: rgb(219 39 119 / 0.85) !important;
}

.border-b-pink-600\/90 {
  border-bottom-color: rgb(219 39 119 / 0.9) !important;
}

.border-b-pink-600\/95 {
  border-bottom-color: rgb(219 39 119 / 0.95) !important;
}

.border-b-pink-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-700\/0 {
  border-bottom-color: rgb(190 24 93 / 0) !important;
}

.border-b-pink-700\/10 {
  border-bottom-color: rgb(190 24 93 / 0.1) !important;
}

.border-b-pink-700\/100 {
  border-bottom-color: rgb(190 24 93 / 1) !important;
}

.border-b-pink-700\/15 {
  border-bottom-color: rgb(190 24 93 / 0.15) !important;
}

.border-b-pink-700\/20 {
  border-bottom-color: rgb(190 24 93 / 0.2) !important;
}

.border-b-pink-700\/25 {
  border-bottom-color: rgb(190 24 93 / 0.25) !important;
}

.border-b-pink-700\/30 {
  border-bottom-color: rgb(190 24 93 / 0.3) !important;
}

.border-b-pink-700\/35 {
  border-bottom-color: rgb(190 24 93 / 0.35) !important;
}

.border-b-pink-700\/40 {
  border-bottom-color: rgb(190 24 93 / 0.4) !important;
}

.border-b-pink-700\/45 {
  border-bottom-color: rgb(190 24 93 / 0.45) !important;
}

.border-b-pink-700\/5 {
  border-bottom-color: rgb(190 24 93 / 0.05) !important;
}

.border-b-pink-700\/50 {
  border-bottom-color: rgb(190 24 93 / 0.5) !important;
}

.border-b-pink-700\/55 {
  border-bottom-color: rgb(190 24 93 / 0.55) !important;
}

.border-b-pink-700\/60 {
  border-bottom-color: rgb(190 24 93 / 0.6) !important;
}

.border-b-pink-700\/65 {
  border-bottom-color: rgb(190 24 93 / 0.65) !important;
}

.border-b-pink-700\/70 {
  border-bottom-color: rgb(190 24 93 / 0.7) !important;
}

.border-b-pink-700\/75 {
  border-bottom-color: rgb(190 24 93 / 0.75) !important;
}

.border-b-pink-700\/80 {
  border-bottom-color: rgb(190 24 93 / 0.8) !important;
}

.border-b-pink-700\/85 {
  border-bottom-color: rgb(190 24 93 / 0.85) !important;
}

.border-b-pink-700\/90 {
  border-bottom-color: rgb(190 24 93 / 0.9) !important;
}

.border-b-pink-700\/95 {
  border-bottom-color: rgb(190 24 93 / 0.95) !important;
}

.border-b-pink-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-800\/0 {
  border-bottom-color: rgb(157 23 77 / 0) !important;
}

.border-b-pink-800\/10 {
  border-bottom-color: rgb(157 23 77 / 0.1) !important;
}

.border-b-pink-800\/100 {
  border-bottom-color: rgb(157 23 77 / 1) !important;
}

.border-b-pink-800\/15 {
  border-bottom-color: rgb(157 23 77 / 0.15) !important;
}

.border-b-pink-800\/20 {
  border-bottom-color: rgb(157 23 77 / 0.2) !important;
}

.border-b-pink-800\/25 {
  border-bottom-color: rgb(157 23 77 / 0.25) !important;
}

.border-b-pink-800\/30 {
  border-bottom-color: rgb(157 23 77 / 0.3) !important;
}

.border-b-pink-800\/35 {
  border-bottom-color: rgb(157 23 77 / 0.35) !important;
}

.border-b-pink-800\/40 {
  border-bottom-color: rgb(157 23 77 / 0.4) !important;
}

.border-b-pink-800\/45 {
  border-bottom-color: rgb(157 23 77 / 0.45) !important;
}

.border-b-pink-800\/5 {
  border-bottom-color: rgb(157 23 77 / 0.05) !important;
}

.border-b-pink-800\/50 {
  border-bottom-color: rgb(157 23 77 / 0.5) !important;
}

.border-b-pink-800\/55 {
  border-bottom-color: rgb(157 23 77 / 0.55) !important;
}

.border-b-pink-800\/60 {
  border-bottom-color: rgb(157 23 77 / 0.6) !important;
}

.border-b-pink-800\/65 {
  border-bottom-color: rgb(157 23 77 / 0.65) !important;
}

.border-b-pink-800\/70 {
  border-bottom-color: rgb(157 23 77 / 0.7) !important;
}

.border-b-pink-800\/75 {
  border-bottom-color: rgb(157 23 77 / 0.75) !important;
}

.border-b-pink-800\/80 {
  border-bottom-color: rgb(157 23 77 / 0.8) !important;
}

.border-b-pink-800\/85 {
  border-bottom-color: rgb(157 23 77 / 0.85) !important;
}

.border-b-pink-800\/90 {
  border-bottom-color: rgb(157 23 77 / 0.9) !important;
}

.border-b-pink-800\/95 {
  border-bottom-color: rgb(157 23 77 / 0.95) !important;
}

.border-b-pink-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-900\/0 {
  border-bottom-color: rgb(131 24 67 / 0) !important;
}

.border-b-pink-900\/10 {
  border-bottom-color: rgb(131 24 67 / 0.1) !important;
}

.border-b-pink-900\/100 {
  border-bottom-color: rgb(131 24 67 / 1) !important;
}

.border-b-pink-900\/15 {
  border-bottom-color: rgb(131 24 67 / 0.15) !important;
}

.border-b-pink-900\/20 {
  border-bottom-color: rgb(131 24 67 / 0.2) !important;
}

.border-b-pink-900\/25 {
  border-bottom-color: rgb(131 24 67 / 0.25) !important;
}

.border-b-pink-900\/30 {
  border-bottom-color: rgb(131 24 67 / 0.3) !important;
}

.border-b-pink-900\/35 {
  border-bottom-color: rgb(131 24 67 / 0.35) !important;
}

.border-b-pink-900\/40 {
  border-bottom-color: rgb(131 24 67 / 0.4) !important;
}

.border-b-pink-900\/45 {
  border-bottom-color: rgb(131 24 67 / 0.45) !important;
}

.border-b-pink-900\/5 {
  border-bottom-color: rgb(131 24 67 / 0.05) !important;
}

.border-b-pink-900\/50 {
  border-bottom-color: rgb(131 24 67 / 0.5) !important;
}

.border-b-pink-900\/55 {
  border-bottom-color: rgb(131 24 67 / 0.55) !important;
}

.border-b-pink-900\/60 {
  border-bottom-color: rgb(131 24 67 / 0.6) !important;
}

.border-b-pink-900\/65 {
  border-bottom-color: rgb(131 24 67 / 0.65) !important;
}

.border-b-pink-900\/70 {
  border-bottom-color: rgb(131 24 67 / 0.7) !important;
}

.border-b-pink-900\/75 {
  border-bottom-color: rgb(131 24 67 / 0.75) !important;
}

.border-b-pink-900\/80 {
  border-bottom-color: rgb(131 24 67 / 0.8) !important;
}

.border-b-pink-900\/85 {
  border-bottom-color: rgb(131 24 67 / 0.85) !important;
}

.border-b-pink-900\/90 {
  border-bottom-color: rgb(131 24 67 / 0.9) !important;
}

.border-b-pink-900\/95 {
  border-bottom-color: rgb(131 24 67 / 0.95) !important;
}

.border-b-pink-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-b-pink-950\/0 {
  border-bottom-color: rgb(80 7 36 / 0) !important;
}

.border-b-pink-950\/10 {
  border-bottom-color: rgb(80 7 36 / 0.1) !important;
}

.border-b-pink-950\/100 {
  border-bottom-color: rgb(80 7 36 / 1) !important;
}

.border-b-pink-950\/15 {
  border-bottom-color: rgb(80 7 36 / 0.15) !important;
}

.border-b-pink-950\/20 {
  border-bottom-color: rgb(80 7 36 / 0.2) !important;
}

.border-b-pink-950\/25 {
  border-bottom-color: rgb(80 7 36 / 0.25) !important;
}

.border-b-pink-950\/30 {
  border-bottom-color: rgb(80 7 36 / 0.3) !important;
}

.border-b-pink-950\/35 {
  border-bottom-color: rgb(80 7 36 / 0.35) !important;
}

.border-b-pink-950\/40 {
  border-bottom-color: rgb(80 7 36 / 0.4) !important;
}

.border-b-pink-950\/45 {
  border-bottom-color: rgb(80 7 36 / 0.45) !important;
}

.border-b-pink-950\/5 {
  border-bottom-color: rgb(80 7 36 / 0.05) !important;
}

.border-b-pink-950\/50 {
  border-bottom-color: rgb(80 7 36 / 0.5) !important;
}

.border-b-pink-950\/55 {
  border-bottom-color: rgb(80 7 36 / 0.55) !important;
}

.border-b-pink-950\/60 {
  border-bottom-color: rgb(80 7 36 / 0.6) !important;
}

.border-b-pink-950\/65 {
  border-bottom-color: rgb(80 7 36 / 0.65) !important;
}

.border-b-pink-950\/70 {
  border-bottom-color: rgb(80 7 36 / 0.7) !important;
}

.border-b-pink-950\/75 {
  border-bottom-color: rgb(80 7 36 / 0.75) !important;
}

.border-b-pink-950\/80 {
  border-bottom-color: rgb(80 7 36 / 0.8) !important;
}

.border-b-pink-950\/85 {
  border-bottom-color: rgb(80 7 36 / 0.85) !important;
}

.border-b-pink-950\/90 {
  border-bottom-color: rgb(80 7 36 / 0.9) !important;
}

.border-b-pink-950\/95 {
  border-bottom-color: rgb(80 7 36 / 0.95) !important;
}

.border-b-purple-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-100\/0 {
  border-bottom-color: rgb(243 232 255 / 0) !important;
}

.border-b-purple-100\/10 {
  border-bottom-color: rgb(243 232 255 / 0.1) !important;
}

.border-b-purple-100\/100 {
  border-bottom-color: rgb(243 232 255 / 1) !important;
}

.border-b-purple-100\/15 {
  border-bottom-color: rgb(243 232 255 / 0.15) !important;
}

.border-b-purple-100\/20 {
  border-bottom-color: rgb(243 232 255 / 0.2) !important;
}

.border-b-purple-100\/25 {
  border-bottom-color: rgb(243 232 255 / 0.25) !important;
}

.border-b-purple-100\/30 {
  border-bottom-color: rgb(243 232 255 / 0.3) !important;
}

.border-b-purple-100\/35 {
  border-bottom-color: rgb(243 232 255 / 0.35) !important;
}

.border-b-purple-100\/40 {
  border-bottom-color: rgb(243 232 255 / 0.4) !important;
}

.border-b-purple-100\/45 {
  border-bottom-color: rgb(243 232 255 / 0.45) !important;
}

.border-b-purple-100\/5 {
  border-bottom-color: rgb(243 232 255 / 0.05) !important;
}

.border-b-purple-100\/50 {
  border-bottom-color: rgb(243 232 255 / 0.5) !important;
}

.border-b-purple-100\/55 {
  border-bottom-color: rgb(243 232 255 / 0.55) !important;
}

.border-b-purple-100\/60 {
  border-bottom-color: rgb(243 232 255 / 0.6) !important;
}

.border-b-purple-100\/65 {
  border-bottom-color: rgb(243 232 255 / 0.65) !important;
}

.border-b-purple-100\/70 {
  border-bottom-color: rgb(243 232 255 / 0.7) !important;
}

.border-b-purple-100\/75 {
  border-bottom-color: rgb(243 232 255 / 0.75) !important;
}

.border-b-purple-100\/80 {
  border-bottom-color: rgb(243 232 255 / 0.8) !important;
}

.border-b-purple-100\/85 {
  border-bottom-color: rgb(243 232 255 / 0.85) !important;
}

.border-b-purple-100\/90 {
  border-bottom-color: rgb(243 232 255 / 0.9) !important;
}

.border-b-purple-100\/95 {
  border-bottom-color: rgb(243 232 255 / 0.95) !important;
}

.border-b-purple-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-200\/0 {
  border-bottom-color: rgb(233 213 255 / 0) !important;
}

.border-b-purple-200\/10 {
  border-bottom-color: rgb(233 213 255 / 0.1) !important;
}

.border-b-purple-200\/100 {
  border-bottom-color: rgb(233 213 255 / 1) !important;
}

.border-b-purple-200\/15 {
  border-bottom-color: rgb(233 213 255 / 0.15) !important;
}

.border-b-purple-200\/20 {
  border-bottom-color: rgb(233 213 255 / 0.2) !important;
}

.border-b-purple-200\/25 {
  border-bottom-color: rgb(233 213 255 / 0.25) !important;
}

.border-b-purple-200\/30 {
  border-bottom-color: rgb(233 213 255 / 0.3) !important;
}

.border-b-purple-200\/35 {
  border-bottom-color: rgb(233 213 255 / 0.35) !important;
}

.border-b-purple-200\/40 {
  border-bottom-color: rgb(233 213 255 / 0.4) !important;
}

.border-b-purple-200\/45 {
  border-bottom-color: rgb(233 213 255 / 0.45) !important;
}

.border-b-purple-200\/5 {
  border-bottom-color: rgb(233 213 255 / 0.05) !important;
}

.border-b-purple-200\/50 {
  border-bottom-color: rgb(233 213 255 / 0.5) !important;
}

.border-b-purple-200\/55 {
  border-bottom-color: rgb(233 213 255 / 0.55) !important;
}

.border-b-purple-200\/60 {
  border-bottom-color: rgb(233 213 255 / 0.6) !important;
}

.border-b-purple-200\/65 {
  border-bottom-color: rgb(233 213 255 / 0.65) !important;
}

.border-b-purple-200\/70 {
  border-bottom-color: rgb(233 213 255 / 0.7) !important;
}

.border-b-purple-200\/75 {
  border-bottom-color: rgb(233 213 255 / 0.75) !important;
}

.border-b-purple-200\/80 {
  border-bottom-color: rgb(233 213 255 / 0.8) !important;
}

.border-b-purple-200\/85 {
  border-bottom-color: rgb(233 213 255 / 0.85) !important;
}

.border-b-purple-200\/90 {
  border-bottom-color: rgb(233 213 255 / 0.9) !important;
}

.border-b-purple-200\/95 {
  border-bottom-color: rgb(233 213 255 / 0.95) !important;
}

.border-b-purple-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-300\/0 {
  border-bottom-color: rgb(216 180 254 / 0) !important;
}

.border-b-purple-300\/10 {
  border-bottom-color: rgb(216 180 254 / 0.1) !important;
}

.border-b-purple-300\/100 {
  border-bottom-color: rgb(216 180 254 / 1) !important;
}

.border-b-purple-300\/15 {
  border-bottom-color: rgb(216 180 254 / 0.15) !important;
}

.border-b-purple-300\/20 {
  border-bottom-color: rgb(216 180 254 / 0.2) !important;
}

.border-b-purple-300\/25 {
  border-bottom-color: rgb(216 180 254 / 0.25) !important;
}

.border-b-purple-300\/30 {
  border-bottom-color: rgb(216 180 254 / 0.3) !important;
}

.border-b-purple-300\/35 {
  border-bottom-color: rgb(216 180 254 / 0.35) !important;
}

.border-b-purple-300\/40 {
  border-bottom-color: rgb(216 180 254 / 0.4) !important;
}

.border-b-purple-300\/45 {
  border-bottom-color: rgb(216 180 254 / 0.45) !important;
}

.border-b-purple-300\/5 {
  border-bottom-color: rgb(216 180 254 / 0.05) !important;
}

.border-b-purple-300\/50 {
  border-bottom-color: rgb(216 180 254 / 0.5) !important;
}

.border-b-purple-300\/55 {
  border-bottom-color: rgb(216 180 254 / 0.55) !important;
}

.border-b-purple-300\/60 {
  border-bottom-color: rgb(216 180 254 / 0.6) !important;
}

.border-b-purple-300\/65 {
  border-bottom-color: rgb(216 180 254 / 0.65) !important;
}

.border-b-purple-300\/70 {
  border-bottom-color: rgb(216 180 254 / 0.7) !important;
}

.border-b-purple-300\/75 {
  border-bottom-color: rgb(216 180 254 / 0.75) !important;
}

.border-b-purple-300\/80 {
  border-bottom-color: rgb(216 180 254 / 0.8) !important;
}

.border-b-purple-300\/85 {
  border-bottom-color: rgb(216 180 254 / 0.85) !important;
}

.border-b-purple-300\/90 {
  border-bottom-color: rgb(216 180 254 / 0.9) !important;
}

.border-b-purple-300\/95 {
  border-bottom-color: rgb(216 180 254 / 0.95) !important;
}

.border-b-purple-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-400\/0 {
  border-bottom-color: rgb(192 132 252 / 0) !important;
}

.border-b-purple-400\/10 {
  border-bottom-color: rgb(192 132 252 / 0.1) !important;
}

.border-b-purple-400\/100 {
  border-bottom-color: rgb(192 132 252 / 1) !important;
}

.border-b-purple-400\/15 {
  border-bottom-color: rgb(192 132 252 / 0.15) !important;
}

.border-b-purple-400\/20 {
  border-bottom-color: rgb(192 132 252 / 0.2) !important;
}

.border-b-purple-400\/25 {
  border-bottom-color: rgb(192 132 252 / 0.25) !important;
}

.border-b-purple-400\/30 {
  border-bottom-color: rgb(192 132 252 / 0.3) !important;
}

.border-b-purple-400\/35 {
  border-bottom-color: rgb(192 132 252 / 0.35) !important;
}

.border-b-purple-400\/40 {
  border-bottom-color: rgb(192 132 252 / 0.4) !important;
}

.border-b-purple-400\/45 {
  border-bottom-color: rgb(192 132 252 / 0.45) !important;
}

.border-b-purple-400\/5 {
  border-bottom-color: rgb(192 132 252 / 0.05) !important;
}

.border-b-purple-400\/50 {
  border-bottom-color: rgb(192 132 252 / 0.5) !important;
}

.border-b-purple-400\/55 {
  border-bottom-color: rgb(192 132 252 / 0.55) !important;
}

.border-b-purple-400\/60 {
  border-bottom-color: rgb(192 132 252 / 0.6) !important;
}

.border-b-purple-400\/65 {
  border-bottom-color: rgb(192 132 252 / 0.65) !important;
}

.border-b-purple-400\/70 {
  border-bottom-color: rgb(192 132 252 / 0.7) !important;
}

.border-b-purple-400\/75 {
  border-bottom-color: rgb(192 132 252 / 0.75) !important;
}

.border-b-purple-400\/80 {
  border-bottom-color: rgb(192 132 252 / 0.8) !important;
}

.border-b-purple-400\/85 {
  border-bottom-color: rgb(192 132 252 / 0.85) !important;
}

.border-b-purple-400\/90 {
  border-bottom-color: rgb(192 132 252 / 0.9) !important;
}

.border-b-purple-400\/95 {
  border-bottom-color: rgb(192 132 252 / 0.95) !important;
}

.border-b-purple-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-50\/0 {
  border-bottom-color: rgb(250 245 255 / 0) !important;
}

.border-b-purple-50\/10 {
  border-bottom-color: rgb(250 245 255 / 0.1) !important;
}

.border-b-purple-50\/100 {
  border-bottom-color: rgb(250 245 255 / 1) !important;
}

.border-b-purple-50\/15 {
  border-bottom-color: rgb(250 245 255 / 0.15) !important;
}

.border-b-purple-50\/20 {
  border-bottom-color: rgb(250 245 255 / 0.2) !important;
}

.border-b-purple-50\/25 {
  border-bottom-color: rgb(250 245 255 / 0.25) !important;
}

.border-b-purple-50\/30 {
  border-bottom-color: rgb(250 245 255 / 0.3) !important;
}

.border-b-purple-50\/35 {
  border-bottom-color: rgb(250 245 255 / 0.35) !important;
}

.border-b-purple-50\/40 {
  border-bottom-color: rgb(250 245 255 / 0.4) !important;
}

.border-b-purple-50\/45 {
  border-bottom-color: rgb(250 245 255 / 0.45) !important;
}

.border-b-purple-50\/5 {
  border-bottom-color: rgb(250 245 255 / 0.05) !important;
}

.border-b-purple-50\/50 {
  border-bottom-color: rgb(250 245 255 / 0.5) !important;
}

.border-b-purple-50\/55 {
  border-bottom-color: rgb(250 245 255 / 0.55) !important;
}

.border-b-purple-50\/60 {
  border-bottom-color: rgb(250 245 255 / 0.6) !important;
}

.border-b-purple-50\/65 {
  border-bottom-color: rgb(250 245 255 / 0.65) !important;
}

.border-b-purple-50\/70 {
  border-bottom-color: rgb(250 245 255 / 0.7) !important;
}

.border-b-purple-50\/75 {
  border-bottom-color: rgb(250 245 255 / 0.75) !important;
}

.border-b-purple-50\/80 {
  border-bottom-color: rgb(250 245 255 / 0.8) !important;
}

.border-b-purple-50\/85 {
  border-bottom-color: rgb(250 245 255 / 0.85) !important;
}

.border-b-purple-50\/90 {
  border-bottom-color: rgb(250 245 255 / 0.9) !important;
}

.border-b-purple-50\/95 {
  border-bottom-color: rgb(250 245 255 / 0.95) !important;
}

.border-b-purple-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-500\/0 {
  border-bottom-color: rgb(168 85 247 / 0) !important;
}

.border-b-purple-500\/10 {
  border-bottom-color: rgb(168 85 247 / 0.1) !important;
}

.border-b-purple-500\/100 {
  border-bottom-color: rgb(168 85 247 / 1) !important;
}

.border-b-purple-500\/15 {
  border-bottom-color: rgb(168 85 247 / 0.15) !important;
}

.border-b-purple-500\/20 {
  border-bottom-color: rgb(168 85 247 / 0.2) !important;
}

.border-b-purple-500\/25 {
  border-bottom-color: rgb(168 85 247 / 0.25) !important;
}

.border-b-purple-500\/30 {
  border-bottom-color: rgb(168 85 247 / 0.3) !important;
}

.border-b-purple-500\/35 {
  border-bottom-color: rgb(168 85 247 / 0.35) !important;
}

.border-b-purple-500\/40 {
  border-bottom-color: rgb(168 85 247 / 0.4) !important;
}

.border-b-purple-500\/45 {
  border-bottom-color: rgb(168 85 247 / 0.45) !important;
}

.border-b-purple-500\/5 {
  border-bottom-color: rgb(168 85 247 / 0.05) !important;
}

.border-b-purple-500\/50 {
  border-bottom-color: rgb(168 85 247 / 0.5) !important;
}

.border-b-purple-500\/55 {
  border-bottom-color: rgb(168 85 247 / 0.55) !important;
}

.border-b-purple-500\/60 {
  border-bottom-color: rgb(168 85 247 / 0.6) !important;
}

.border-b-purple-500\/65 {
  border-bottom-color: rgb(168 85 247 / 0.65) !important;
}

.border-b-purple-500\/70 {
  border-bottom-color: rgb(168 85 247 / 0.7) !important;
}

.border-b-purple-500\/75 {
  border-bottom-color: rgb(168 85 247 / 0.75) !important;
}

.border-b-purple-500\/80 {
  border-bottom-color: rgb(168 85 247 / 0.8) !important;
}

.border-b-purple-500\/85 {
  border-bottom-color: rgb(168 85 247 / 0.85) !important;
}

.border-b-purple-500\/90 {
  border-bottom-color: rgb(168 85 247 / 0.9) !important;
}

.border-b-purple-500\/95 {
  border-bottom-color: rgb(168 85 247 / 0.95) !important;
}

.border-b-purple-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-600\/0 {
  border-bottom-color: rgb(147 51 234 / 0) !important;
}

.border-b-purple-600\/10 {
  border-bottom-color: rgb(147 51 234 / 0.1) !important;
}

.border-b-purple-600\/100 {
  border-bottom-color: rgb(147 51 234 / 1) !important;
}

.border-b-purple-600\/15 {
  border-bottom-color: rgb(147 51 234 / 0.15) !important;
}

.border-b-purple-600\/20 {
  border-bottom-color: rgb(147 51 234 / 0.2) !important;
}

.border-b-purple-600\/25 {
  border-bottom-color: rgb(147 51 234 / 0.25) !important;
}

.border-b-purple-600\/30 {
  border-bottom-color: rgb(147 51 234 / 0.3) !important;
}

.border-b-purple-600\/35 {
  border-bottom-color: rgb(147 51 234 / 0.35) !important;
}

.border-b-purple-600\/40 {
  border-bottom-color: rgb(147 51 234 / 0.4) !important;
}

.border-b-purple-600\/45 {
  border-bottom-color: rgb(147 51 234 / 0.45) !important;
}

.border-b-purple-600\/5 {
  border-bottom-color: rgb(147 51 234 / 0.05) !important;
}

.border-b-purple-600\/50 {
  border-bottom-color: rgb(147 51 234 / 0.5) !important;
}

.border-b-purple-600\/55 {
  border-bottom-color: rgb(147 51 234 / 0.55) !important;
}

.border-b-purple-600\/60 {
  border-bottom-color: rgb(147 51 234 / 0.6) !important;
}

.border-b-purple-600\/65 {
  border-bottom-color: rgb(147 51 234 / 0.65) !important;
}

.border-b-purple-600\/70 {
  border-bottom-color: rgb(147 51 234 / 0.7) !important;
}

.border-b-purple-600\/75 {
  border-bottom-color: rgb(147 51 234 / 0.75) !important;
}

.border-b-purple-600\/80 {
  border-bottom-color: rgb(147 51 234 / 0.8) !important;
}

.border-b-purple-600\/85 {
  border-bottom-color: rgb(147 51 234 / 0.85) !important;
}

.border-b-purple-600\/90 {
  border-bottom-color: rgb(147 51 234 / 0.9) !important;
}

.border-b-purple-600\/95 {
  border-bottom-color: rgb(147 51 234 / 0.95) !important;
}

.border-b-purple-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-700\/0 {
  border-bottom-color: rgb(126 34 206 / 0) !important;
}

.border-b-purple-700\/10 {
  border-bottom-color: rgb(126 34 206 / 0.1) !important;
}

.border-b-purple-700\/100 {
  border-bottom-color: rgb(126 34 206 / 1) !important;
}

.border-b-purple-700\/15 {
  border-bottom-color: rgb(126 34 206 / 0.15) !important;
}

.border-b-purple-700\/20 {
  border-bottom-color: rgb(126 34 206 / 0.2) !important;
}

.border-b-purple-700\/25 {
  border-bottom-color: rgb(126 34 206 / 0.25) !important;
}

.border-b-purple-700\/30 {
  border-bottom-color: rgb(126 34 206 / 0.3) !important;
}

.border-b-purple-700\/35 {
  border-bottom-color: rgb(126 34 206 / 0.35) !important;
}

.border-b-purple-700\/40 {
  border-bottom-color: rgb(126 34 206 / 0.4) !important;
}

.border-b-purple-700\/45 {
  border-bottom-color: rgb(126 34 206 / 0.45) !important;
}

.border-b-purple-700\/5 {
  border-bottom-color: rgb(126 34 206 / 0.05) !important;
}

.border-b-purple-700\/50 {
  border-bottom-color: rgb(126 34 206 / 0.5) !important;
}

.border-b-purple-700\/55 {
  border-bottom-color: rgb(126 34 206 / 0.55) !important;
}

.border-b-purple-700\/60 {
  border-bottom-color: rgb(126 34 206 / 0.6) !important;
}

.border-b-purple-700\/65 {
  border-bottom-color: rgb(126 34 206 / 0.65) !important;
}

.border-b-purple-700\/70 {
  border-bottom-color: rgb(126 34 206 / 0.7) !important;
}

.border-b-purple-700\/75 {
  border-bottom-color: rgb(126 34 206 / 0.75) !important;
}

.border-b-purple-700\/80 {
  border-bottom-color: rgb(126 34 206 / 0.8) !important;
}

.border-b-purple-700\/85 {
  border-bottom-color: rgb(126 34 206 / 0.85) !important;
}

.border-b-purple-700\/90 {
  border-bottom-color: rgb(126 34 206 / 0.9) !important;
}

.border-b-purple-700\/95 {
  border-bottom-color: rgb(126 34 206 / 0.95) !important;
}

.border-b-purple-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-800\/0 {
  border-bottom-color: rgb(107 33 168 / 0) !important;
}

.border-b-purple-800\/10 {
  border-bottom-color: rgb(107 33 168 / 0.1) !important;
}

.border-b-purple-800\/100 {
  border-bottom-color: rgb(107 33 168 / 1) !important;
}

.border-b-purple-800\/15 {
  border-bottom-color: rgb(107 33 168 / 0.15) !important;
}

.border-b-purple-800\/20 {
  border-bottom-color: rgb(107 33 168 / 0.2) !important;
}

.border-b-purple-800\/25 {
  border-bottom-color: rgb(107 33 168 / 0.25) !important;
}

.border-b-purple-800\/30 {
  border-bottom-color: rgb(107 33 168 / 0.3) !important;
}

.border-b-purple-800\/35 {
  border-bottom-color: rgb(107 33 168 / 0.35) !important;
}

.border-b-purple-800\/40 {
  border-bottom-color: rgb(107 33 168 / 0.4) !important;
}

.border-b-purple-800\/45 {
  border-bottom-color: rgb(107 33 168 / 0.45) !important;
}

.border-b-purple-800\/5 {
  border-bottom-color: rgb(107 33 168 / 0.05) !important;
}

.border-b-purple-800\/50 {
  border-bottom-color: rgb(107 33 168 / 0.5) !important;
}

.border-b-purple-800\/55 {
  border-bottom-color: rgb(107 33 168 / 0.55) !important;
}

.border-b-purple-800\/60 {
  border-bottom-color: rgb(107 33 168 / 0.6) !important;
}

.border-b-purple-800\/65 {
  border-bottom-color: rgb(107 33 168 / 0.65) !important;
}

.border-b-purple-800\/70 {
  border-bottom-color: rgb(107 33 168 / 0.7) !important;
}

.border-b-purple-800\/75 {
  border-bottom-color: rgb(107 33 168 / 0.75) !important;
}

.border-b-purple-800\/80 {
  border-bottom-color: rgb(107 33 168 / 0.8) !important;
}

.border-b-purple-800\/85 {
  border-bottom-color: rgb(107 33 168 / 0.85) !important;
}

.border-b-purple-800\/90 {
  border-bottom-color: rgb(107 33 168 / 0.9) !important;
}

.border-b-purple-800\/95 {
  border-bottom-color: rgb(107 33 168 / 0.95) !important;
}

.border-b-purple-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-900\/0 {
  border-bottom-color: rgb(88 28 135 / 0) !important;
}

.border-b-purple-900\/10 {
  border-bottom-color: rgb(88 28 135 / 0.1) !important;
}

.border-b-purple-900\/100 {
  border-bottom-color: rgb(88 28 135 / 1) !important;
}

.border-b-purple-900\/15 {
  border-bottom-color: rgb(88 28 135 / 0.15) !important;
}

.border-b-purple-900\/20 {
  border-bottom-color: rgb(88 28 135 / 0.2) !important;
}

.border-b-purple-900\/25 {
  border-bottom-color: rgb(88 28 135 / 0.25) !important;
}

.border-b-purple-900\/30 {
  border-bottom-color: rgb(88 28 135 / 0.3) !important;
}

.border-b-purple-900\/35 {
  border-bottom-color: rgb(88 28 135 / 0.35) !important;
}

.border-b-purple-900\/40 {
  border-bottom-color: rgb(88 28 135 / 0.4) !important;
}

.border-b-purple-900\/45 {
  border-bottom-color: rgb(88 28 135 / 0.45) !important;
}

.border-b-purple-900\/5 {
  border-bottom-color: rgb(88 28 135 / 0.05) !important;
}

.border-b-purple-900\/50 {
  border-bottom-color: rgb(88 28 135 / 0.5) !important;
}

.border-b-purple-900\/55 {
  border-bottom-color: rgb(88 28 135 / 0.55) !important;
}

.border-b-purple-900\/60 {
  border-bottom-color: rgb(88 28 135 / 0.6) !important;
}

.border-b-purple-900\/65 {
  border-bottom-color: rgb(88 28 135 / 0.65) !important;
}

.border-b-purple-900\/70 {
  border-bottom-color: rgb(88 28 135 / 0.7) !important;
}

.border-b-purple-900\/75 {
  border-bottom-color: rgb(88 28 135 / 0.75) !important;
}

.border-b-purple-900\/80 {
  border-bottom-color: rgb(88 28 135 / 0.8) !important;
}

.border-b-purple-900\/85 {
  border-bottom-color: rgb(88 28 135 / 0.85) !important;
}

.border-b-purple-900\/90 {
  border-bottom-color: rgb(88 28 135 / 0.9) !important;
}

.border-b-purple-900\/95 {
  border-bottom-color: rgb(88 28 135 / 0.95) !important;
}

.border-b-purple-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-b-purple-950\/0 {
  border-bottom-color: rgb(59 7 100 / 0) !important;
}

.border-b-purple-950\/10 {
  border-bottom-color: rgb(59 7 100 / 0.1) !important;
}

.border-b-purple-950\/100 {
  border-bottom-color: rgb(59 7 100 / 1) !important;
}

.border-b-purple-950\/15 {
  border-bottom-color: rgb(59 7 100 / 0.15) !important;
}

.border-b-purple-950\/20 {
  border-bottom-color: rgb(59 7 100 / 0.2) !important;
}

.border-b-purple-950\/25 {
  border-bottom-color: rgb(59 7 100 / 0.25) !important;
}

.border-b-purple-950\/30 {
  border-bottom-color: rgb(59 7 100 / 0.3) !important;
}

.border-b-purple-950\/35 {
  border-bottom-color: rgb(59 7 100 / 0.35) !important;
}

.border-b-purple-950\/40 {
  border-bottom-color: rgb(59 7 100 / 0.4) !important;
}

.border-b-purple-950\/45 {
  border-bottom-color: rgb(59 7 100 / 0.45) !important;
}

.border-b-purple-950\/5 {
  border-bottom-color: rgb(59 7 100 / 0.05) !important;
}

.border-b-purple-950\/50 {
  border-bottom-color: rgb(59 7 100 / 0.5) !important;
}

.border-b-purple-950\/55 {
  border-bottom-color: rgb(59 7 100 / 0.55) !important;
}

.border-b-purple-950\/60 {
  border-bottom-color: rgb(59 7 100 / 0.6) !important;
}

.border-b-purple-950\/65 {
  border-bottom-color: rgb(59 7 100 / 0.65) !important;
}

.border-b-purple-950\/70 {
  border-bottom-color: rgb(59 7 100 / 0.7) !important;
}

.border-b-purple-950\/75 {
  border-bottom-color: rgb(59 7 100 / 0.75) !important;
}

.border-b-purple-950\/80 {
  border-bottom-color: rgb(59 7 100 / 0.8) !important;
}

.border-b-purple-950\/85 {
  border-bottom-color: rgb(59 7 100 / 0.85) !important;
}

.border-b-purple-950\/90 {
  border-bottom-color: rgb(59 7 100 / 0.9) !important;
}

.border-b-purple-950\/95 {
  border-bottom-color: rgb(59 7 100 / 0.95) !important;
}

.border-b-red-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-100\/0 {
  border-bottom-color: rgb(254 226 226 / 0) !important;
}

.border-b-red-100\/10 {
  border-bottom-color: rgb(254 226 226 / 0.1) !important;
}

.border-b-red-100\/100 {
  border-bottom-color: rgb(254 226 226 / 1) !important;
}

.border-b-red-100\/15 {
  border-bottom-color: rgb(254 226 226 / 0.15) !important;
}

.border-b-red-100\/20 {
  border-bottom-color: rgb(254 226 226 / 0.2) !important;
}

.border-b-red-100\/25 {
  border-bottom-color: rgb(254 226 226 / 0.25) !important;
}

.border-b-red-100\/30 {
  border-bottom-color: rgb(254 226 226 / 0.3) !important;
}

.border-b-red-100\/35 {
  border-bottom-color: rgb(254 226 226 / 0.35) !important;
}

.border-b-red-100\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4) !important;
}

.border-b-red-100\/45 {
  border-bottom-color: rgb(254 226 226 / 0.45) !important;
}

.border-b-red-100\/5 {
  border-bottom-color: rgb(254 226 226 / 0.05) !important;
}

.border-b-red-100\/50 {
  border-bottom-color: rgb(254 226 226 / 0.5) !important;
}

.border-b-red-100\/55 {
  border-bottom-color: rgb(254 226 226 / 0.55) !important;
}

.border-b-red-100\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6) !important;
}

.border-b-red-100\/65 {
  border-bottom-color: rgb(254 226 226 / 0.65) !important;
}

.border-b-red-100\/70 {
  border-bottom-color: rgb(254 226 226 / 0.7) !important;
}

.border-b-red-100\/75 {
  border-bottom-color: rgb(254 226 226 / 0.75) !important;
}

.border-b-red-100\/80 {
  border-bottom-color: rgb(254 226 226 / 0.8) !important;
}

.border-b-red-100\/85 {
  border-bottom-color: rgb(254 226 226 / 0.85) !important;
}

.border-b-red-100\/90 {
  border-bottom-color: rgb(254 226 226 / 0.9) !important;
}

.border-b-red-100\/95 {
  border-bottom-color: rgb(254 226 226 / 0.95) !important;
}

.border-b-red-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-200\/0 {
  border-bottom-color: rgb(254 202 202 / 0) !important;
}

.border-b-red-200\/10 {
  border-bottom-color: rgb(254 202 202 / 0.1) !important;
}

.border-b-red-200\/100 {
  border-bottom-color: rgb(254 202 202 / 1) !important;
}

.border-b-red-200\/15 {
  border-bottom-color: rgb(254 202 202 / 0.15) !important;
}

.border-b-red-200\/20 {
  border-bottom-color: rgb(254 202 202 / 0.2) !important;
}

.border-b-red-200\/25 {
  border-bottom-color: rgb(254 202 202 / 0.25) !important;
}

.border-b-red-200\/30 {
  border-bottom-color: rgb(254 202 202 / 0.3) !important;
}

.border-b-red-200\/35 {
  border-bottom-color: rgb(254 202 202 / 0.35) !important;
}

.border-b-red-200\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4) !important;
}

.border-b-red-200\/45 {
  border-bottom-color: rgb(254 202 202 / 0.45) !important;
}

.border-b-red-200\/5 {
  border-bottom-color: rgb(254 202 202 / 0.05) !important;
}

.border-b-red-200\/50 {
  border-bottom-color: rgb(254 202 202 / 0.5) !important;
}

.border-b-red-200\/55 {
  border-bottom-color: rgb(254 202 202 / 0.55) !important;
}

.border-b-red-200\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6) !important;
}

.border-b-red-200\/65 {
  border-bottom-color: rgb(254 202 202 / 0.65) !important;
}

.border-b-red-200\/70 {
  border-bottom-color: rgb(254 202 202 / 0.7) !important;
}

.border-b-red-200\/75 {
  border-bottom-color: rgb(254 202 202 / 0.75) !important;
}

.border-b-red-200\/80 {
  border-bottom-color: rgb(254 202 202 / 0.8) !important;
}

.border-b-red-200\/85 {
  border-bottom-color: rgb(254 202 202 / 0.85) !important;
}

.border-b-red-200\/90 {
  border-bottom-color: rgb(254 202 202 / 0.9) !important;
}

.border-b-red-200\/95 {
  border-bottom-color: rgb(254 202 202 / 0.95) !important;
}

.border-b-red-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-300\/0 {
  border-bottom-color: rgb(252 165 165 / 0) !important;
}

.border-b-red-300\/10 {
  border-bottom-color: rgb(252 165 165 / 0.1) !important;
}

.border-b-red-300\/100 {
  border-bottom-color: rgb(252 165 165 / 1) !important;
}

.border-b-red-300\/15 {
  border-bottom-color: rgb(252 165 165 / 0.15) !important;
}

.border-b-red-300\/20 {
  border-bottom-color: rgb(252 165 165 / 0.2) !important;
}

.border-b-red-300\/25 {
  border-bottom-color: rgb(252 165 165 / 0.25) !important;
}

.border-b-red-300\/30 {
  border-bottom-color: rgb(252 165 165 / 0.3) !important;
}

.border-b-red-300\/35 {
  border-bottom-color: rgb(252 165 165 / 0.35) !important;
}

.border-b-red-300\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4) !important;
}

.border-b-red-300\/45 {
  border-bottom-color: rgb(252 165 165 / 0.45) !important;
}

.border-b-red-300\/5 {
  border-bottom-color: rgb(252 165 165 / 0.05) !important;
}

.border-b-red-300\/50 {
  border-bottom-color: rgb(252 165 165 / 0.5) !important;
}

.border-b-red-300\/55 {
  border-bottom-color: rgb(252 165 165 / 0.55) !important;
}

.border-b-red-300\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6) !important;
}

.border-b-red-300\/65 {
  border-bottom-color: rgb(252 165 165 / 0.65) !important;
}

.border-b-red-300\/70 {
  border-bottom-color: rgb(252 165 165 / 0.7) !important;
}

.border-b-red-300\/75 {
  border-bottom-color: rgb(252 165 165 / 0.75) !important;
}

.border-b-red-300\/80 {
  border-bottom-color: rgb(252 165 165 / 0.8) !important;
}

.border-b-red-300\/85 {
  border-bottom-color: rgb(252 165 165 / 0.85) !important;
}

.border-b-red-300\/90 {
  border-bottom-color: rgb(252 165 165 / 0.9) !important;
}

.border-b-red-300\/95 {
  border-bottom-color: rgb(252 165 165 / 0.95) !important;
}

.border-b-red-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-400\/0 {
  border-bottom-color: rgb(248 113 113 / 0) !important;
}

.border-b-red-400\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1) !important;
}

.border-b-red-400\/100 {
  border-bottom-color: rgb(248 113 113 / 1) !important;
}

.border-b-red-400\/15 {
  border-bottom-color: rgb(248 113 113 / 0.15) !important;
}

.border-b-red-400\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2) !important;
}

.border-b-red-400\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25) !important;
}

.border-b-red-400\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3) !important;
}

.border-b-red-400\/35 {
  border-bottom-color: rgb(248 113 113 / 0.35) !important;
}

.border-b-red-400\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4) !important;
}

.border-b-red-400\/45 {
  border-bottom-color: rgb(248 113 113 / 0.45) !important;
}

.border-b-red-400\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05) !important;
}

.border-b-red-400\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5) !important;
}

.border-b-red-400\/55 {
  border-bottom-color: rgb(248 113 113 / 0.55) !important;
}

.border-b-red-400\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6) !important;
}

.border-b-red-400\/65 {
  border-bottom-color: rgb(248 113 113 / 0.65) !important;
}

.border-b-red-400\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7) !important;
}

.border-b-red-400\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75) !important;
}

.border-b-red-400\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8) !important;
}

.border-b-red-400\/85 {
  border-bottom-color: rgb(248 113 113 / 0.85) !important;
}

.border-b-red-400\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9) !important;
}

.border-b-red-400\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95) !important;
}

.border-b-red-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-50\/0 {
  border-bottom-color: rgb(254 242 242 / 0) !important;
}

.border-b-red-50\/10 {
  border-bottom-color: rgb(254 242 242 / 0.1) !important;
}

.border-b-red-50\/100 {
  border-bottom-color: rgb(254 242 242 / 1) !important;
}

.border-b-red-50\/15 {
  border-bottom-color: rgb(254 242 242 / 0.15) !important;
}

.border-b-red-50\/20 {
  border-bottom-color: rgb(254 242 242 / 0.2) !important;
}

.border-b-red-50\/25 {
  border-bottom-color: rgb(254 242 242 / 0.25) !important;
}

.border-b-red-50\/30 {
  border-bottom-color: rgb(254 242 242 / 0.3) !important;
}

.border-b-red-50\/35 {
  border-bottom-color: rgb(254 242 242 / 0.35) !important;
}

.border-b-red-50\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4) !important;
}

.border-b-red-50\/45 {
  border-bottom-color: rgb(254 242 242 / 0.45) !important;
}

.border-b-red-50\/5 {
  border-bottom-color: rgb(254 242 242 / 0.05) !important;
}

.border-b-red-50\/50 {
  border-bottom-color: rgb(254 242 242 / 0.5) !important;
}

.border-b-red-50\/55 {
  border-bottom-color: rgb(254 242 242 / 0.55) !important;
}

.border-b-red-50\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6) !important;
}

.border-b-red-50\/65 {
  border-bottom-color: rgb(254 242 242 / 0.65) !important;
}

.border-b-red-50\/70 {
  border-bottom-color: rgb(254 242 242 / 0.7) !important;
}

.border-b-red-50\/75 {
  border-bottom-color: rgb(254 242 242 / 0.75) !important;
}

.border-b-red-50\/80 {
  border-bottom-color: rgb(254 242 242 / 0.8) !important;
}

.border-b-red-50\/85 {
  border-bottom-color: rgb(254 242 242 / 0.85) !important;
}

.border-b-red-50\/90 {
  border-bottom-color: rgb(254 242 242 / 0.9) !important;
}

.border-b-red-50\/95 {
  border-bottom-color: rgb(254 242 242 / 0.95) !important;
}

.border-b-red-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-500\/0 {
  border-bottom-color: rgb(239 68 68 / 0) !important;
}

.border-b-red-500\/10 {
  border-bottom-color: rgb(239 68 68 / 0.1) !important;
}

.border-b-red-500\/100 {
  border-bottom-color: rgb(239 68 68 / 1) !important;
}

.border-b-red-500\/15 {
  border-bottom-color: rgb(239 68 68 / 0.15) !important;
}

.border-b-red-500\/20 {
  border-bottom-color: rgb(239 68 68 / 0.2) !important;
}

.border-b-red-500\/25 {
  border-bottom-color: rgb(239 68 68 / 0.25) !important;
}

.border-b-red-500\/30 {
  border-bottom-color: rgb(239 68 68 / 0.3) !important;
}

.border-b-red-500\/35 {
  border-bottom-color: rgb(239 68 68 / 0.35) !important;
}

.border-b-red-500\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4) !important;
}

.border-b-red-500\/45 {
  border-bottom-color: rgb(239 68 68 / 0.45) !important;
}

.border-b-red-500\/5 {
  border-bottom-color: rgb(239 68 68 / 0.05) !important;
}

.border-b-red-500\/50 {
  border-bottom-color: rgb(239 68 68 / 0.5) !important;
}

.border-b-red-500\/55 {
  border-bottom-color: rgb(239 68 68 / 0.55) !important;
}

.border-b-red-500\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6) !important;
}

.border-b-red-500\/65 {
  border-bottom-color: rgb(239 68 68 / 0.65) !important;
}

.border-b-red-500\/70 {
  border-bottom-color: rgb(239 68 68 / 0.7) !important;
}

.border-b-red-500\/75 {
  border-bottom-color: rgb(239 68 68 / 0.75) !important;
}

.border-b-red-500\/80 {
  border-bottom-color: rgb(239 68 68 / 0.8) !important;
}

.border-b-red-500\/85 {
  border-bottom-color: rgb(239 68 68 / 0.85) !important;
}

.border-b-red-500\/90 {
  border-bottom-color: rgb(239 68 68 / 0.9) !important;
}

.border-b-red-500\/95 {
  border-bottom-color: rgb(239 68 68 / 0.95) !important;
}

.border-b-red-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-600\/0 {
  border-bottom-color: rgb(220 38 38 / 0) !important;
}

.border-b-red-600\/10 {
  border-bottom-color: rgb(220 38 38 / 0.1) !important;
}

.border-b-red-600\/100 {
  border-bottom-color: rgb(220 38 38 / 1) !important;
}

.border-b-red-600\/15 {
  border-bottom-color: rgb(220 38 38 / 0.15) !important;
}

.border-b-red-600\/20 {
  border-bottom-color: rgb(220 38 38 / 0.2) !important;
}

.border-b-red-600\/25 {
  border-bottom-color: rgb(220 38 38 / 0.25) !important;
}

.border-b-red-600\/30 {
  border-bottom-color: rgb(220 38 38 / 0.3) !important;
}

.border-b-red-600\/35 {
  border-bottom-color: rgb(220 38 38 / 0.35) !important;
}

.border-b-red-600\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4) !important;
}

.border-b-red-600\/45 {
  border-bottom-color: rgb(220 38 38 / 0.45) !important;
}

.border-b-red-600\/5 {
  border-bottom-color: rgb(220 38 38 / 0.05) !important;
}

.border-b-red-600\/50 {
  border-bottom-color: rgb(220 38 38 / 0.5) !important;
}

.border-b-red-600\/55 {
  border-bottom-color: rgb(220 38 38 / 0.55) !important;
}

.border-b-red-600\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6) !important;
}

.border-b-red-600\/65 {
  border-bottom-color: rgb(220 38 38 / 0.65) !important;
}

.border-b-red-600\/70 {
  border-bottom-color: rgb(220 38 38 / 0.7) !important;
}

.border-b-red-600\/75 {
  border-bottom-color: rgb(220 38 38 / 0.75) !important;
}

.border-b-red-600\/80 {
  border-bottom-color: rgb(220 38 38 / 0.8) !important;
}

.border-b-red-600\/85 {
  border-bottom-color: rgb(220 38 38 / 0.85) !important;
}

.border-b-red-600\/90 {
  border-bottom-color: rgb(220 38 38 / 0.9) !important;
}

.border-b-red-600\/95 {
  border-bottom-color: rgb(220 38 38 / 0.95) !important;
}

.border-b-red-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-700\/0 {
  border-bottom-color: rgb(185 28 28 / 0) !important;
}

.border-b-red-700\/10 {
  border-bottom-color: rgb(185 28 28 / 0.1) !important;
}

.border-b-red-700\/100 {
  border-bottom-color: rgb(185 28 28 / 1) !important;
}

.border-b-red-700\/15 {
  border-bottom-color: rgb(185 28 28 / 0.15) !important;
}

.border-b-red-700\/20 {
  border-bottom-color: rgb(185 28 28 / 0.2) !important;
}

.border-b-red-700\/25 {
  border-bottom-color: rgb(185 28 28 / 0.25) !important;
}

.border-b-red-700\/30 {
  border-bottom-color: rgb(185 28 28 / 0.3) !important;
}

.border-b-red-700\/35 {
  border-bottom-color: rgb(185 28 28 / 0.35) !important;
}

.border-b-red-700\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4) !important;
}

.border-b-red-700\/45 {
  border-bottom-color: rgb(185 28 28 / 0.45) !important;
}

.border-b-red-700\/5 {
  border-bottom-color: rgb(185 28 28 / 0.05) !important;
}

.border-b-red-700\/50 {
  border-bottom-color: rgb(185 28 28 / 0.5) !important;
}

.border-b-red-700\/55 {
  border-bottom-color: rgb(185 28 28 / 0.55) !important;
}

.border-b-red-700\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6) !important;
}

.border-b-red-700\/65 {
  border-bottom-color: rgb(185 28 28 / 0.65) !important;
}

.border-b-red-700\/70 {
  border-bottom-color: rgb(185 28 28 / 0.7) !important;
}

.border-b-red-700\/75 {
  border-bottom-color: rgb(185 28 28 / 0.75) !important;
}

.border-b-red-700\/80 {
  border-bottom-color: rgb(185 28 28 / 0.8) !important;
}

.border-b-red-700\/85 {
  border-bottom-color: rgb(185 28 28 / 0.85) !important;
}

.border-b-red-700\/90 {
  border-bottom-color: rgb(185 28 28 / 0.9) !important;
}

.border-b-red-700\/95 {
  border-bottom-color: rgb(185 28 28 / 0.95) !important;
}

.border-b-red-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-800\/0 {
  border-bottom-color: rgb(153 27 27 / 0) !important;
}

.border-b-red-800\/10 {
  border-bottom-color: rgb(153 27 27 / 0.1) !important;
}

.border-b-red-800\/100 {
  border-bottom-color: rgb(153 27 27 / 1) !important;
}

.border-b-red-800\/15 {
  border-bottom-color: rgb(153 27 27 / 0.15) !important;
}

.border-b-red-800\/20 {
  border-bottom-color: rgb(153 27 27 / 0.2) !important;
}

.border-b-red-800\/25 {
  border-bottom-color: rgb(153 27 27 / 0.25) !important;
}

.border-b-red-800\/30 {
  border-bottom-color: rgb(153 27 27 / 0.3) !important;
}

.border-b-red-800\/35 {
  border-bottom-color: rgb(153 27 27 / 0.35) !important;
}

.border-b-red-800\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4) !important;
}

.border-b-red-800\/45 {
  border-bottom-color: rgb(153 27 27 / 0.45) !important;
}

.border-b-red-800\/5 {
  border-bottom-color: rgb(153 27 27 / 0.05) !important;
}

.border-b-red-800\/50 {
  border-bottom-color: rgb(153 27 27 / 0.5) !important;
}

.border-b-red-800\/55 {
  border-bottom-color: rgb(153 27 27 / 0.55) !important;
}

.border-b-red-800\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6) !important;
}

.border-b-red-800\/65 {
  border-bottom-color: rgb(153 27 27 / 0.65) !important;
}

.border-b-red-800\/70 {
  border-bottom-color: rgb(153 27 27 / 0.7) !important;
}

.border-b-red-800\/75 {
  border-bottom-color: rgb(153 27 27 / 0.75) !important;
}

.border-b-red-800\/80 {
  border-bottom-color: rgb(153 27 27 / 0.8) !important;
}

.border-b-red-800\/85 {
  border-bottom-color: rgb(153 27 27 / 0.85) !important;
}

.border-b-red-800\/90 {
  border-bottom-color: rgb(153 27 27 / 0.9) !important;
}

.border-b-red-800\/95 {
  border-bottom-color: rgb(153 27 27 / 0.95) !important;
}

.border-b-red-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-900\/0 {
  border-bottom-color: rgb(127 29 29 / 0) !important;
}

.border-b-red-900\/10 {
  border-bottom-color: rgb(127 29 29 / 0.1) !important;
}

.border-b-red-900\/100 {
  border-bottom-color: rgb(127 29 29 / 1) !important;
}

.border-b-red-900\/15 {
  border-bottom-color: rgb(127 29 29 / 0.15) !important;
}

.border-b-red-900\/20 {
  border-bottom-color: rgb(127 29 29 / 0.2) !important;
}

.border-b-red-900\/25 {
  border-bottom-color: rgb(127 29 29 / 0.25) !important;
}

.border-b-red-900\/30 {
  border-bottom-color: rgb(127 29 29 / 0.3) !important;
}

.border-b-red-900\/35 {
  border-bottom-color: rgb(127 29 29 / 0.35) !important;
}

.border-b-red-900\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4) !important;
}

.border-b-red-900\/45 {
  border-bottom-color: rgb(127 29 29 / 0.45) !important;
}

.border-b-red-900\/5 {
  border-bottom-color: rgb(127 29 29 / 0.05) !important;
}

.border-b-red-900\/50 {
  border-bottom-color: rgb(127 29 29 / 0.5) !important;
}

.border-b-red-900\/55 {
  border-bottom-color: rgb(127 29 29 / 0.55) !important;
}

.border-b-red-900\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6) !important;
}

.border-b-red-900\/65 {
  border-bottom-color: rgb(127 29 29 / 0.65) !important;
}

.border-b-red-900\/70 {
  border-bottom-color: rgb(127 29 29 / 0.7) !important;
}

.border-b-red-900\/75 {
  border-bottom-color: rgb(127 29 29 / 0.75) !important;
}

.border-b-red-900\/80 {
  border-bottom-color: rgb(127 29 29 / 0.8) !important;
}

.border-b-red-900\/85 {
  border-bottom-color: rgb(127 29 29 / 0.85) !important;
}

.border-b-red-900\/90 {
  border-bottom-color: rgb(127 29 29 / 0.9) !important;
}

.border-b-red-900\/95 {
  border-bottom-color: rgb(127 29 29 / 0.95) !important;
}

.border-b-red-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-b-red-950\/0 {
  border-bottom-color: rgb(69 10 10 / 0) !important;
}

.border-b-red-950\/10 {
  border-bottom-color: rgb(69 10 10 / 0.1) !important;
}

.border-b-red-950\/100 {
  border-bottom-color: rgb(69 10 10 / 1) !important;
}

.border-b-red-950\/15 {
  border-bottom-color: rgb(69 10 10 / 0.15) !important;
}

.border-b-red-950\/20 {
  border-bottom-color: rgb(69 10 10 / 0.2) !important;
}

.border-b-red-950\/25 {
  border-bottom-color: rgb(69 10 10 / 0.25) !important;
}

.border-b-red-950\/30 {
  border-bottom-color: rgb(69 10 10 / 0.3) !important;
}

.border-b-red-950\/35 {
  border-bottom-color: rgb(69 10 10 / 0.35) !important;
}

.border-b-red-950\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4) !important;
}

.border-b-red-950\/45 {
  border-bottom-color: rgb(69 10 10 / 0.45) !important;
}

.border-b-red-950\/5 {
  border-bottom-color: rgb(69 10 10 / 0.05) !important;
}

.border-b-red-950\/50 {
  border-bottom-color: rgb(69 10 10 / 0.5) !important;
}

.border-b-red-950\/55 {
  border-bottom-color: rgb(69 10 10 / 0.55) !important;
}

.border-b-red-950\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6) !important;
}

.border-b-red-950\/65 {
  border-bottom-color: rgb(69 10 10 / 0.65) !important;
}

.border-b-red-950\/70 {
  border-bottom-color: rgb(69 10 10 / 0.7) !important;
}

.border-b-red-950\/75 {
  border-bottom-color: rgb(69 10 10 / 0.75) !important;
}

.border-b-red-950\/80 {
  border-bottom-color: rgb(69 10 10 / 0.8) !important;
}

.border-b-red-950\/85 {
  border-bottom-color: rgb(69 10 10 / 0.85) !important;
}

.border-b-red-950\/90 {
  border-bottom-color: rgb(69 10 10 / 0.9) !important;
}

.border-b-red-950\/95 {
  border-bottom-color: rgb(69 10 10 / 0.95) !important;
}

.border-b-rose-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-100\/0 {
  border-bottom-color: rgb(255 228 230 / 0) !important;
}

.border-b-rose-100\/10 {
  border-bottom-color: rgb(255 228 230 / 0.1) !important;
}

.border-b-rose-100\/100 {
  border-bottom-color: rgb(255 228 230 / 1) !important;
}

.border-b-rose-100\/15 {
  border-bottom-color: rgb(255 228 230 / 0.15) !important;
}

.border-b-rose-100\/20 {
  border-bottom-color: rgb(255 228 230 / 0.2) !important;
}

.border-b-rose-100\/25 {
  border-bottom-color: rgb(255 228 230 / 0.25) !important;
}

.border-b-rose-100\/30 {
  border-bottom-color: rgb(255 228 230 / 0.3) !important;
}

.border-b-rose-100\/35 {
  border-bottom-color: rgb(255 228 230 / 0.35) !important;
}

.border-b-rose-100\/40 {
  border-bottom-color: rgb(255 228 230 / 0.4) !important;
}

.border-b-rose-100\/45 {
  border-bottom-color: rgb(255 228 230 / 0.45) !important;
}

.border-b-rose-100\/5 {
  border-bottom-color: rgb(255 228 230 / 0.05) !important;
}

.border-b-rose-100\/50 {
  border-bottom-color: rgb(255 228 230 / 0.5) !important;
}

.border-b-rose-100\/55 {
  border-bottom-color: rgb(255 228 230 / 0.55) !important;
}

.border-b-rose-100\/60 {
  border-bottom-color: rgb(255 228 230 / 0.6) !important;
}

.border-b-rose-100\/65 {
  border-bottom-color: rgb(255 228 230 / 0.65) !important;
}

.border-b-rose-100\/70 {
  border-bottom-color: rgb(255 228 230 / 0.7) !important;
}

.border-b-rose-100\/75 {
  border-bottom-color: rgb(255 228 230 / 0.75) !important;
}

.border-b-rose-100\/80 {
  border-bottom-color: rgb(255 228 230 / 0.8) !important;
}

.border-b-rose-100\/85 {
  border-bottom-color: rgb(255 228 230 / 0.85) !important;
}

.border-b-rose-100\/90 {
  border-bottom-color: rgb(255 228 230 / 0.9) !important;
}

.border-b-rose-100\/95 {
  border-bottom-color: rgb(255 228 230 / 0.95) !important;
}

.border-b-rose-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-200\/0 {
  border-bottom-color: rgb(254 205 211 / 0) !important;
}

.border-b-rose-200\/10 {
  border-bottom-color: rgb(254 205 211 / 0.1) !important;
}

.border-b-rose-200\/100 {
  border-bottom-color: rgb(254 205 211 / 1) !important;
}

.border-b-rose-200\/15 {
  border-bottom-color: rgb(254 205 211 / 0.15) !important;
}

.border-b-rose-200\/20 {
  border-bottom-color: rgb(254 205 211 / 0.2) !important;
}

.border-b-rose-200\/25 {
  border-bottom-color: rgb(254 205 211 / 0.25) !important;
}

.border-b-rose-200\/30 {
  border-bottom-color: rgb(254 205 211 / 0.3) !important;
}

.border-b-rose-200\/35 {
  border-bottom-color: rgb(254 205 211 / 0.35) !important;
}

.border-b-rose-200\/40 {
  border-bottom-color: rgb(254 205 211 / 0.4) !important;
}

.border-b-rose-200\/45 {
  border-bottom-color: rgb(254 205 211 / 0.45) !important;
}

.border-b-rose-200\/5 {
  border-bottom-color: rgb(254 205 211 / 0.05) !important;
}

.border-b-rose-200\/50 {
  border-bottom-color: rgb(254 205 211 / 0.5) !important;
}

.border-b-rose-200\/55 {
  border-bottom-color: rgb(254 205 211 / 0.55) !important;
}

.border-b-rose-200\/60 {
  border-bottom-color: rgb(254 205 211 / 0.6) !important;
}

.border-b-rose-200\/65 {
  border-bottom-color: rgb(254 205 211 / 0.65) !important;
}

.border-b-rose-200\/70 {
  border-bottom-color: rgb(254 205 211 / 0.7) !important;
}

.border-b-rose-200\/75 {
  border-bottom-color: rgb(254 205 211 / 0.75) !important;
}

.border-b-rose-200\/80 {
  border-bottom-color: rgb(254 205 211 / 0.8) !important;
}

.border-b-rose-200\/85 {
  border-bottom-color: rgb(254 205 211 / 0.85) !important;
}

.border-b-rose-200\/90 {
  border-bottom-color: rgb(254 205 211 / 0.9) !important;
}

.border-b-rose-200\/95 {
  border-bottom-color: rgb(254 205 211 / 0.95) !important;
}

.border-b-rose-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-300\/0 {
  border-bottom-color: rgb(253 164 175 / 0) !important;
}

.border-b-rose-300\/10 {
  border-bottom-color: rgb(253 164 175 / 0.1) !important;
}

.border-b-rose-300\/100 {
  border-bottom-color: rgb(253 164 175 / 1) !important;
}

.border-b-rose-300\/15 {
  border-bottom-color: rgb(253 164 175 / 0.15) !important;
}

.border-b-rose-300\/20 {
  border-bottom-color: rgb(253 164 175 / 0.2) !important;
}

.border-b-rose-300\/25 {
  border-bottom-color: rgb(253 164 175 / 0.25) !important;
}

.border-b-rose-300\/30 {
  border-bottom-color: rgb(253 164 175 / 0.3) !important;
}

.border-b-rose-300\/35 {
  border-bottom-color: rgb(253 164 175 / 0.35) !important;
}

.border-b-rose-300\/40 {
  border-bottom-color: rgb(253 164 175 / 0.4) !important;
}

.border-b-rose-300\/45 {
  border-bottom-color: rgb(253 164 175 / 0.45) !important;
}

.border-b-rose-300\/5 {
  border-bottom-color: rgb(253 164 175 / 0.05) !important;
}

.border-b-rose-300\/50 {
  border-bottom-color: rgb(253 164 175 / 0.5) !important;
}

.border-b-rose-300\/55 {
  border-bottom-color: rgb(253 164 175 / 0.55) !important;
}

.border-b-rose-300\/60 {
  border-bottom-color: rgb(253 164 175 / 0.6) !important;
}

.border-b-rose-300\/65 {
  border-bottom-color: rgb(253 164 175 / 0.65) !important;
}

.border-b-rose-300\/70 {
  border-bottom-color: rgb(253 164 175 / 0.7) !important;
}

.border-b-rose-300\/75 {
  border-bottom-color: rgb(253 164 175 / 0.75) !important;
}

.border-b-rose-300\/80 {
  border-bottom-color: rgb(253 164 175 / 0.8) !important;
}

.border-b-rose-300\/85 {
  border-bottom-color: rgb(253 164 175 / 0.85) !important;
}

.border-b-rose-300\/90 {
  border-bottom-color: rgb(253 164 175 / 0.9) !important;
}

.border-b-rose-300\/95 {
  border-bottom-color: rgb(253 164 175 / 0.95) !important;
}

.border-b-rose-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-400\/0 {
  border-bottom-color: rgb(251 113 133 / 0) !important;
}

.border-b-rose-400\/10 {
  border-bottom-color: rgb(251 113 133 / 0.1) !important;
}

.border-b-rose-400\/100 {
  border-bottom-color: rgb(251 113 133 / 1) !important;
}

.border-b-rose-400\/15 {
  border-bottom-color: rgb(251 113 133 / 0.15) !important;
}

.border-b-rose-400\/20 {
  border-bottom-color: rgb(251 113 133 / 0.2) !important;
}

.border-b-rose-400\/25 {
  border-bottom-color: rgb(251 113 133 / 0.25) !important;
}

.border-b-rose-400\/30 {
  border-bottom-color: rgb(251 113 133 / 0.3) !important;
}

.border-b-rose-400\/35 {
  border-bottom-color: rgb(251 113 133 / 0.35) !important;
}

.border-b-rose-400\/40 {
  border-bottom-color: rgb(251 113 133 / 0.4) !important;
}

.border-b-rose-400\/45 {
  border-bottom-color: rgb(251 113 133 / 0.45) !important;
}

.border-b-rose-400\/5 {
  border-bottom-color: rgb(251 113 133 / 0.05) !important;
}

.border-b-rose-400\/50 {
  border-bottom-color: rgb(251 113 133 / 0.5) !important;
}

.border-b-rose-400\/55 {
  border-bottom-color: rgb(251 113 133 / 0.55) !important;
}

.border-b-rose-400\/60 {
  border-bottom-color: rgb(251 113 133 / 0.6) !important;
}

.border-b-rose-400\/65 {
  border-bottom-color: rgb(251 113 133 / 0.65) !important;
}

.border-b-rose-400\/70 {
  border-bottom-color: rgb(251 113 133 / 0.7) !important;
}

.border-b-rose-400\/75 {
  border-bottom-color: rgb(251 113 133 / 0.75) !important;
}

.border-b-rose-400\/80 {
  border-bottom-color: rgb(251 113 133 / 0.8) !important;
}

.border-b-rose-400\/85 {
  border-bottom-color: rgb(251 113 133 / 0.85) !important;
}

.border-b-rose-400\/90 {
  border-bottom-color: rgb(251 113 133 / 0.9) !important;
}

.border-b-rose-400\/95 {
  border-bottom-color: rgb(251 113 133 / 0.95) !important;
}

.border-b-rose-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-50\/0 {
  border-bottom-color: rgb(255 241 242 / 0) !important;
}

.border-b-rose-50\/10 {
  border-bottom-color: rgb(255 241 242 / 0.1) !important;
}

.border-b-rose-50\/100 {
  border-bottom-color: rgb(255 241 242 / 1) !important;
}

.border-b-rose-50\/15 {
  border-bottom-color: rgb(255 241 242 / 0.15) !important;
}

.border-b-rose-50\/20 {
  border-bottom-color: rgb(255 241 242 / 0.2) !important;
}

.border-b-rose-50\/25 {
  border-bottom-color: rgb(255 241 242 / 0.25) !important;
}

.border-b-rose-50\/30 {
  border-bottom-color: rgb(255 241 242 / 0.3) !important;
}

.border-b-rose-50\/35 {
  border-bottom-color: rgb(255 241 242 / 0.35) !important;
}

.border-b-rose-50\/40 {
  border-bottom-color: rgb(255 241 242 / 0.4) !important;
}

.border-b-rose-50\/45 {
  border-bottom-color: rgb(255 241 242 / 0.45) !important;
}

.border-b-rose-50\/5 {
  border-bottom-color: rgb(255 241 242 / 0.05) !important;
}

.border-b-rose-50\/50 {
  border-bottom-color: rgb(255 241 242 / 0.5) !important;
}

.border-b-rose-50\/55 {
  border-bottom-color: rgb(255 241 242 / 0.55) !important;
}

.border-b-rose-50\/60 {
  border-bottom-color: rgb(255 241 242 / 0.6) !important;
}

.border-b-rose-50\/65 {
  border-bottom-color: rgb(255 241 242 / 0.65) !important;
}

.border-b-rose-50\/70 {
  border-bottom-color: rgb(255 241 242 / 0.7) !important;
}

.border-b-rose-50\/75 {
  border-bottom-color: rgb(255 241 242 / 0.75) !important;
}

.border-b-rose-50\/80 {
  border-bottom-color: rgb(255 241 242 / 0.8) !important;
}

.border-b-rose-50\/85 {
  border-bottom-color: rgb(255 241 242 / 0.85) !important;
}

.border-b-rose-50\/90 {
  border-bottom-color: rgb(255 241 242 / 0.9) !important;
}

.border-b-rose-50\/95 {
  border-bottom-color: rgb(255 241 242 / 0.95) !important;
}

.border-b-rose-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-500\/0 {
  border-bottom-color: rgb(244 63 94 / 0) !important;
}

.border-b-rose-500\/10 {
  border-bottom-color: rgb(244 63 94 / 0.1) !important;
}

.border-b-rose-500\/100 {
  border-bottom-color: rgb(244 63 94 / 1) !important;
}

.border-b-rose-500\/15 {
  border-bottom-color: rgb(244 63 94 / 0.15) !important;
}

.border-b-rose-500\/20 {
  border-bottom-color: rgb(244 63 94 / 0.2) !important;
}

.border-b-rose-500\/25 {
  border-bottom-color: rgb(244 63 94 / 0.25) !important;
}

.border-b-rose-500\/30 {
  border-bottom-color: rgb(244 63 94 / 0.3) !important;
}

.border-b-rose-500\/35 {
  border-bottom-color: rgb(244 63 94 / 0.35) !important;
}

.border-b-rose-500\/40 {
  border-bottom-color: rgb(244 63 94 / 0.4) !important;
}

.border-b-rose-500\/45 {
  border-bottom-color: rgb(244 63 94 / 0.45) !important;
}

.border-b-rose-500\/5 {
  border-bottom-color: rgb(244 63 94 / 0.05) !important;
}

.border-b-rose-500\/50 {
  border-bottom-color: rgb(244 63 94 / 0.5) !important;
}

.border-b-rose-500\/55 {
  border-bottom-color: rgb(244 63 94 / 0.55) !important;
}

.border-b-rose-500\/60 {
  border-bottom-color: rgb(244 63 94 / 0.6) !important;
}

.border-b-rose-500\/65 {
  border-bottom-color: rgb(244 63 94 / 0.65) !important;
}

.border-b-rose-500\/70 {
  border-bottom-color: rgb(244 63 94 / 0.7) !important;
}

.border-b-rose-500\/75 {
  border-bottom-color: rgb(244 63 94 / 0.75) !important;
}

.border-b-rose-500\/80 {
  border-bottom-color: rgb(244 63 94 / 0.8) !important;
}

.border-b-rose-500\/85 {
  border-bottom-color: rgb(244 63 94 / 0.85) !important;
}

.border-b-rose-500\/90 {
  border-bottom-color: rgb(244 63 94 / 0.9) !important;
}

.border-b-rose-500\/95 {
  border-bottom-color: rgb(244 63 94 / 0.95) !important;
}

.border-b-rose-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-600\/0 {
  border-bottom-color: rgb(225 29 72 / 0) !important;
}

.border-b-rose-600\/10 {
  border-bottom-color: rgb(225 29 72 / 0.1) !important;
}

.border-b-rose-600\/100 {
  border-bottom-color: rgb(225 29 72 / 1) !important;
}

.border-b-rose-600\/15 {
  border-bottom-color: rgb(225 29 72 / 0.15) !important;
}

.border-b-rose-600\/20 {
  border-bottom-color: rgb(225 29 72 / 0.2) !important;
}

.border-b-rose-600\/25 {
  border-bottom-color: rgb(225 29 72 / 0.25) !important;
}

.border-b-rose-600\/30 {
  border-bottom-color: rgb(225 29 72 / 0.3) !important;
}

.border-b-rose-600\/35 {
  border-bottom-color: rgb(225 29 72 / 0.35) !important;
}

.border-b-rose-600\/40 {
  border-bottom-color: rgb(225 29 72 / 0.4) !important;
}

.border-b-rose-600\/45 {
  border-bottom-color: rgb(225 29 72 / 0.45) !important;
}

.border-b-rose-600\/5 {
  border-bottom-color: rgb(225 29 72 / 0.05) !important;
}

.border-b-rose-600\/50 {
  border-bottom-color: rgb(225 29 72 / 0.5) !important;
}

.border-b-rose-600\/55 {
  border-bottom-color: rgb(225 29 72 / 0.55) !important;
}

.border-b-rose-600\/60 {
  border-bottom-color: rgb(225 29 72 / 0.6) !important;
}

.border-b-rose-600\/65 {
  border-bottom-color: rgb(225 29 72 / 0.65) !important;
}

.border-b-rose-600\/70 {
  border-bottom-color: rgb(225 29 72 / 0.7) !important;
}

.border-b-rose-600\/75 {
  border-bottom-color: rgb(225 29 72 / 0.75) !important;
}

.border-b-rose-600\/80 {
  border-bottom-color: rgb(225 29 72 / 0.8) !important;
}

.border-b-rose-600\/85 {
  border-bottom-color: rgb(225 29 72 / 0.85) !important;
}

.border-b-rose-600\/90 {
  border-bottom-color: rgb(225 29 72 / 0.9) !important;
}

.border-b-rose-600\/95 {
  border-bottom-color: rgb(225 29 72 / 0.95) !important;
}

.border-b-rose-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-700\/0 {
  border-bottom-color: rgb(190 18 60 / 0) !important;
}

.border-b-rose-700\/10 {
  border-bottom-color: rgb(190 18 60 / 0.1) !important;
}

.border-b-rose-700\/100 {
  border-bottom-color: rgb(190 18 60 / 1) !important;
}

.border-b-rose-700\/15 {
  border-bottom-color: rgb(190 18 60 / 0.15) !important;
}

.border-b-rose-700\/20 {
  border-bottom-color: rgb(190 18 60 / 0.2) !important;
}

.border-b-rose-700\/25 {
  border-bottom-color: rgb(190 18 60 / 0.25) !important;
}

.border-b-rose-700\/30 {
  border-bottom-color: rgb(190 18 60 / 0.3) !important;
}

.border-b-rose-700\/35 {
  border-bottom-color: rgb(190 18 60 / 0.35) !important;
}

.border-b-rose-700\/40 {
  border-bottom-color: rgb(190 18 60 / 0.4) !important;
}

.border-b-rose-700\/45 {
  border-bottom-color: rgb(190 18 60 / 0.45) !important;
}

.border-b-rose-700\/5 {
  border-bottom-color: rgb(190 18 60 / 0.05) !important;
}

.border-b-rose-700\/50 {
  border-bottom-color: rgb(190 18 60 / 0.5) !important;
}

.border-b-rose-700\/55 {
  border-bottom-color: rgb(190 18 60 / 0.55) !important;
}

.border-b-rose-700\/60 {
  border-bottom-color: rgb(190 18 60 / 0.6) !important;
}

.border-b-rose-700\/65 {
  border-bottom-color: rgb(190 18 60 / 0.65) !important;
}

.border-b-rose-700\/70 {
  border-bottom-color: rgb(190 18 60 / 0.7) !important;
}

.border-b-rose-700\/75 {
  border-bottom-color: rgb(190 18 60 / 0.75) !important;
}

.border-b-rose-700\/80 {
  border-bottom-color: rgb(190 18 60 / 0.8) !important;
}

.border-b-rose-700\/85 {
  border-bottom-color: rgb(190 18 60 / 0.85) !important;
}

.border-b-rose-700\/90 {
  border-bottom-color: rgb(190 18 60 / 0.9) !important;
}

.border-b-rose-700\/95 {
  border-bottom-color: rgb(190 18 60 / 0.95) !important;
}

.border-b-rose-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-800\/0 {
  border-bottom-color: rgb(159 18 57 / 0) !important;
}

.border-b-rose-800\/10 {
  border-bottom-color: rgb(159 18 57 / 0.1) !important;
}

.border-b-rose-800\/100 {
  border-bottom-color: rgb(159 18 57 / 1) !important;
}

.border-b-rose-800\/15 {
  border-bottom-color: rgb(159 18 57 / 0.15) !important;
}

.border-b-rose-800\/20 {
  border-bottom-color: rgb(159 18 57 / 0.2) !important;
}

.border-b-rose-800\/25 {
  border-bottom-color: rgb(159 18 57 / 0.25) !important;
}

.border-b-rose-800\/30 {
  border-bottom-color: rgb(159 18 57 / 0.3) !important;
}

.border-b-rose-800\/35 {
  border-bottom-color: rgb(159 18 57 / 0.35) !important;
}

.border-b-rose-800\/40 {
  border-bottom-color: rgb(159 18 57 / 0.4) !important;
}

.border-b-rose-800\/45 {
  border-bottom-color: rgb(159 18 57 / 0.45) !important;
}

.border-b-rose-800\/5 {
  border-bottom-color: rgb(159 18 57 / 0.05) !important;
}

.border-b-rose-800\/50 {
  border-bottom-color: rgb(159 18 57 / 0.5) !important;
}

.border-b-rose-800\/55 {
  border-bottom-color: rgb(159 18 57 / 0.55) !important;
}

.border-b-rose-800\/60 {
  border-bottom-color: rgb(159 18 57 / 0.6) !important;
}

.border-b-rose-800\/65 {
  border-bottom-color: rgb(159 18 57 / 0.65) !important;
}

.border-b-rose-800\/70 {
  border-bottom-color: rgb(159 18 57 / 0.7) !important;
}

.border-b-rose-800\/75 {
  border-bottom-color: rgb(159 18 57 / 0.75) !important;
}

.border-b-rose-800\/80 {
  border-bottom-color: rgb(159 18 57 / 0.8) !important;
}

.border-b-rose-800\/85 {
  border-bottom-color: rgb(159 18 57 / 0.85) !important;
}

.border-b-rose-800\/90 {
  border-bottom-color: rgb(159 18 57 / 0.9) !important;
}

.border-b-rose-800\/95 {
  border-bottom-color: rgb(159 18 57 / 0.95) !important;
}

.border-b-rose-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-900\/0 {
  border-bottom-color: rgb(136 19 55 / 0) !important;
}

.border-b-rose-900\/10 {
  border-bottom-color: rgb(136 19 55 / 0.1) !important;
}

.border-b-rose-900\/100 {
  border-bottom-color: rgb(136 19 55 / 1) !important;
}

.border-b-rose-900\/15 {
  border-bottom-color: rgb(136 19 55 / 0.15) !important;
}

.border-b-rose-900\/20 {
  border-bottom-color: rgb(136 19 55 / 0.2) !important;
}

.border-b-rose-900\/25 {
  border-bottom-color: rgb(136 19 55 / 0.25) !important;
}

.border-b-rose-900\/30 {
  border-bottom-color: rgb(136 19 55 / 0.3) !important;
}

.border-b-rose-900\/35 {
  border-bottom-color: rgb(136 19 55 / 0.35) !important;
}

.border-b-rose-900\/40 {
  border-bottom-color: rgb(136 19 55 / 0.4) !important;
}

.border-b-rose-900\/45 {
  border-bottom-color: rgb(136 19 55 / 0.45) !important;
}

.border-b-rose-900\/5 {
  border-bottom-color: rgb(136 19 55 / 0.05) !important;
}

.border-b-rose-900\/50 {
  border-bottom-color: rgb(136 19 55 / 0.5) !important;
}

.border-b-rose-900\/55 {
  border-bottom-color: rgb(136 19 55 / 0.55) !important;
}

.border-b-rose-900\/60 {
  border-bottom-color: rgb(136 19 55 / 0.6) !important;
}

.border-b-rose-900\/65 {
  border-bottom-color: rgb(136 19 55 / 0.65) !important;
}

.border-b-rose-900\/70 {
  border-bottom-color: rgb(136 19 55 / 0.7) !important;
}

.border-b-rose-900\/75 {
  border-bottom-color: rgb(136 19 55 / 0.75) !important;
}

.border-b-rose-900\/80 {
  border-bottom-color: rgb(136 19 55 / 0.8) !important;
}

.border-b-rose-900\/85 {
  border-bottom-color: rgb(136 19 55 / 0.85) !important;
}

.border-b-rose-900\/90 {
  border-bottom-color: rgb(136 19 55 / 0.9) !important;
}

.border-b-rose-900\/95 {
  border-bottom-color: rgb(136 19 55 / 0.95) !important;
}

.border-b-rose-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-b-rose-950\/0 {
  border-bottom-color: rgb(76 5 25 / 0) !important;
}

.border-b-rose-950\/10 {
  border-bottom-color: rgb(76 5 25 / 0.1) !important;
}

.border-b-rose-950\/100 {
  border-bottom-color: rgb(76 5 25 / 1) !important;
}

.border-b-rose-950\/15 {
  border-bottom-color: rgb(76 5 25 / 0.15) !important;
}

.border-b-rose-950\/20 {
  border-bottom-color: rgb(76 5 25 / 0.2) !important;
}

.border-b-rose-950\/25 {
  border-bottom-color: rgb(76 5 25 / 0.25) !important;
}

.border-b-rose-950\/30 {
  border-bottom-color: rgb(76 5 25 / 0.3) !important;
}

.border-b-rose-950\/35 {
  border-bottom-color: rgb(76 5 25 / 0.35) !important;
}

.border-b-rose-950\/40 {
  border-bottom-color: rgb(76 5 25 / 0.4) !important;
}

.border-b-rose-950\/45 {
  border-bottom-color: rgb(76 5 25 / 0.45) !important;
}

.border-b-rose-950\/5 {
  border-bottom-color: rgb(76 5 25 / 0.05) !important;
}

.border-b-rose-950\/50 {
  border-bottom-color: rgb(76 5 25 / 0.5) !important;
}

.border-b-rose-950\/55 {
  border-bottom-color: rgb(76 5 25 / 0.55) !important;
}

.border-b-rose-950\/60 {
  border-bottom-color: rgb(76 5 25 / 0.6) !important;
}

.border-b-rose-950\/65 {
  border-bottom-color: rgb(76 5 25 / 0.65) !important;
}

.border-b-rose-950\/70 {
  border-bottom-color: rgb(76 5 25 / 0.7) !important;
}

.border-b-rose-950\/75 {
  border-bottom-color: rgb(76 5 25 / 0.75) !important;
}

.border-b-rose-950\/80 {
  border-bottom-color: rgb(76 5 25 / 0.8) !important;
}

.border-b-rose-950\/85 {
  border-bottom-color: rgb(76 5 25 / 0.85) !important;
}

.border-b-rose-950\/90 {
  border-bottom-color: rgb(76 5 25 / 0.9) !important;
}

.border-b-rose-950\/95 {
  border-bottom-color: rgb(76 5 25 / 0.95) !important;
}

.border-b-sky-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-100\/0 {
  border-bottom-color: rgb(224 242 254 / 0) !important;
}

.border-b-sky-100\/10 {
  border-bottom-color: rgb(224 242 254 / 0.1) !important;
}

.border-b-sky-100\/100 {
  border-bottom-color: rgb(224 242 254 / 1) !important;
}

.border-b-sky-100\/15 {
  border-bottom-color: rgb(224 242 254 / 0.15) !important;
}

.border-b-sky-100\/20 {
  border-bottom-color: rgb(224 242 254 / 0.2) !important;
}

.border-b-sky-100\/25 {
  border-bottom-color: rgb(224 242 254 / 0.25) !important;
}

.border-b-sky-100\/30 {
  border-bottom-color: rgb(224 242 254 / 0.3) !important;
}

.border-b-sky-100\/35 {
  border-bottom-color: rgb(224 242 254 / 0.35) !important;
}

.border-b-sky-100\/40 {
  border-bottom-color: rgb(224 242 254 / 0.4) !important;
}

.border-b-sky-100\/45 {
  border-bottom-color: rgb(224 242 254 / 0.45) !important;
}

.border-b-sky-100\/5 {
  border-bottom-color: rgb(224 242 254 / 0.05) !important;
}

.border-b-sky-100\/50 {
  border-bottom-color: rgb(224 242 254 / 0.5) !important;
}

.border-b-sky-100\/55 {
  border-bottom-color: rgb(224 242 254 / 0.55) !important;
}

.border-b-sky-100\/60 {
  border-bottom-color: rgb(224 242 254 / 0.6) !important;
}

.border-b-sky-100\/65 {
  border-bottom-color: rgb(224 242 254 / 0.65) !important;
}

.border-b-sky-100\/70 {
  border-bottom-color: rgb(224 242 254 / 0.7) !important;
}

.border-b-sky-100\/75 {
  border-bottom-color: rgb(224 242 254 / 0.75) !important;
}

.border-b-sky-100\/80 {
  border-bottom-color: rgb(224 242 254 / 0.8) !important;
}

.border-b-sky-100\/85 {
  border-bottom-color: rgb(224 242 254 / 0.85) !important;
}

.border-b-sky-100\/90 {
  border-bottom-color: rgb(224 242 254 / 0.9) !important;
}

.border-b-sky-100\/95 {
  border-bottom-color: rgb(224 242 254 / 0.95) !important;
}

.border-b-sky-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-200\/0 {
  border-bottom-color: rgb(186 230 253 / 0) !important;
}

.border-b-sky-200\/10 {
  border-bottom-color: rgb(186 230 253 / 0.1) !important;
}

.border-b-sky-200\/100 {
  border-bottom-color: rgb(186 230 253 / 1) !important;
}

.border-b-sky-200\/15 {
  border-bottom-color: rgb(186 230 253 / 0.15) !important;
}

.border-b-sky-200\/20 {
  border-bottom-color: rgb(186 230 253 / 0.2) !important;
}

.border-b-sky-200\/25 {
  border-bottom-color: rgb(186 230 253 / 0.25) !important;
}

.border-b-sky-200\/30 {
  border-bottom-color: rgb(186 230 253 / 0.3) !important;
}

.border-b-sky-200\/35 {
  border-bottom-color: rgb(186 230 253 / 0.35) !important;
}

.border-b-sky-200\/40 {
  border-bottom-color: rgb(186 230 253 / 0.4) !important;
}

.border-b-sky-200\/45 {
  border-bottom-color: rgb(186 230 253 / 0.45) !important;
}

.border-b-sky-200\/5 {
  border-bottom-color: rgb(186 230 253 / 0.05) !important;
}

.border-b-sky-200\/50 {
  border-bottom-color: rgb(186 230 253 / 0.5) !important;
}

.border-b-sky-200\/55 {
  border-bottom-color: rgb(186 230 253 / 0.55) !important;
}

.border-b-sky-200\/60 {
  border-bottom-color: rgb(186 230 253 / 0.6) !important;
}

.border-b-sky-200\/65 {
  border-bottom-color: rgb(186 230 253 / 0.65) !important;
}

.border-b-sky-200\/70 {
  border-bottom-color: rgb(186 230 253 / 0.7) !important;
}

.border-b-sky-200\/75 {
  border-bottom-color: rgb(186 230 253 / 0.75) !important;
}

.border-b-sky-200\/80 {
  border-bottom-color: rgb(186 230 253 / 0.8) !important;
}

.border-b-sky-200\/85 {
  border-bottom-color: rgb(186 230 253 / 0.85) !important;
}

.border-b-sky-200\/90 {
  border-bottom-color: rgb(186 230 253 / 0.9) !important;
}

.border-b-sky-200\/95 {
  border-bottom-color: rgb(186 230 253 / 0.95) !important;
}

.border-b-sky-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-300\/0 {
  border-bottom-color: rgb(125 211 252 / 0) !important;
}

.border-b-sky-300\/10 {
  border-bottom-color: rgb(125 211 252 / 0.1) !important;
}

.border-b-sky-300\/100 {
  border-bottom-color: rgb(125 211 252 / 1) !important;
}

.border-b-sky-300\/15 {
  border-bottom-color: rgb(125 211 252 / 0.15) !important;
}

.border-b-sky-300\/20 {
  border-bottom-color: rgb(125 211 252 / 0.2) !important;
}

.border-b-sky-300\/25 {
  border-bottom-color: rgb(125 211 252 / 0.25) !important;
}

.border-b-sky-300\/30 {
  border-bottom-color: rgb(125 211 252 / 0.3) !important;
}

.border-b-sky-300\/35 {
  border-bottom-color: rgb(125 211 252 / 0.35) !important;
}

.border-b-sky-300\/40 {
  border-bottom-color: rgb(125 211 252 / 0.4) !important;
}

.border-b-sky-300\/45 {
  border-bottom-color: rgb(125 211 252 / 0.45) !important;
}

.border-b-sky-300\/5 {
  border-bottom-color: rgb(125 211 252 / 0.05) !important;
}

.border-b-sky-300\/50 {
  border-bottom-color: rgb(125 211 252 / 0.5) !important;
}

.border-b-sky-300\/55 {
  border-bottom-color: rgb(125 211 252 / 0.55) !important;
}

.border-b-sky-300\/60 {
  border-bottom-color: rgb(125 211 252 / 0.6) !important;
}

.border-b-sky-300\/65 {
  border-bottom-color: rgb(125 211 252 / 0.65) !important;
}

.border-b-sky-300\/70 {
  border-bottom-color: rgb(125 211 252 / 0.7) !important;
}

.border-b-sky-300\/75 {
  border-bottom-color: rgb(125 211 252 / 0.75) !important;
}

.border-b-sky-300\/80 {
  border-bottom-color: rgb(125 211 252 / 0.8) !important;
}

.border-b-sky-300\/85 {
  border-bottom-color: rgb(125 211 252 / 0.85) !important;
}

.border-b-sky-300\/90 {
  border-bottom-color: rgb(125 211 252 / 0.9) !important;
}

.border-b-sky-300\/95 {
  border-bottom-color: rgb(125 211 252 / 0.95) !important;
}

.border-b-sky-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-400\/0 {
  border-bottom-color: rgb(56 189 248 / 0) !important;
}

.border-b-sky-400\/10 {
  border-bottom-color: rgb(56 189 248 / 0.1) !important;
}

.border-b-sky-400\/100 {
  border-bottom-color: rgb(56 189 248 / 1) !important;
}

.border-b-sky-400\/15 {
  border-bottom-color: rgb(56 189 248 / 0.15) !important;
}

.border-b-sky-400\/20 {
  border-bottom-color: rgb(56 189 248 / 0.2) !important;
}

.border-b-sky-400\/25 {
  border-bottom-color: rgb(56 189 248 / 0.25) !important;
}

.border-b-sky-400\/30 {
  border-bottom-color: rgb(56 189 248 / 0.3) !important;
}

.border-b-sky-400\/35 {
  border-bottom-color: rgb(56 189 248 / 0.35) !important;
}

.border-b-sky-400\/40 {
  border-bottom-color: rgb(56 189 248 / 0.4) !important;
}

.border-b-sky-400\/45 {
  border-bottom-color: rgb(56 189 248 / 0.45) !important;
}

.border-b-sky-400\/5 {
  border-bottom-color: rgb(56 189 248 / 0.05) !important;
}

.border-b-sky-400\/50 {
  border-bottom-color: rgb(56 189 248 / 0.5) !important;
}

.border-b-sky-400\/55 {
  border-bottom-color: rgb(56 189 248 / 0.55) !important;
}

.border-b-sky-400\/60 {
  border-bottom-color: rgb(56 189 248 / 0.6) !important;
}

.border-b-sky-400\/65 {
  border-bottom-color: rgb(56 189 248 / 0.65) !important;
}

.border-b-sky-400\/70 {
  border-bottom-color: rgb(56 189 248 / 0.7) !important;
}

.border-b-sky-400\/75 {
  border-bottom-color: rgb(56 189 248 / 0.75) !important;
}

.border-b-sky-400\/80 {
  border-bottom-color: rgb(56 189 248 / 0.8) !important;
}

.border-b-sky-400\/85 {
  border-bottom-color: rgb(56 189 248 / 0.85) !important;
}

.border-b-sky-400\/90 {
  border-bottom-color: rgb(56 189 248 / 0.9) !important;
}

.border-b-sky-400\/95 {
  border-bottom-color: rgb(56 189 248 / 0.95) !important;
}

.border-b-sky-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-50\/0 {
  border-bottom-color: rgb(240 249 255 / 0) !important;
}

.border-b-sky-50\/10 {
  border-bottom-color: rgb(240 249 255 / 0.1) !important;
}

.border-b-sky-50\/100 {
  border-bottom-color: rgb(240 249 255 / 1) !important;
}

.border-b-sky-50\/15 {
  border-bottom-color: rgb(240 249 255 / 0.15) !important;
}

.border-b-sky-50\/20 {
  border-bottom-color: rgb(240 249 255 / 0.2) !important;
}

.border-b-sky-50\/25 {
  border-bottom-color: rgb(240 249 255 / 0.25) !important;
}

.border-b-sky-50\/30 {
  border-bottom-color: rgb(240 249 255 / 0.3) !important;
}

.border-b-sky-50\/35 {
  border-bottom-color: rgb(240 249 255 / 0.35) !important;
}

.border-b-sky-50\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4) !important;
}

.border-b-sky-50\/45 {
  border-bottom-color: rgb(240 249 255 / 0.45) !important;
}

.border-b-sky-50\/5 {
  border-bottom-color: rgb(240 249 255 / 0.05) !important;
}

.border-b-sky-50\/50 {
  border-bottom-color: rgb(240 249 255 / 0.5) !important;
}

.border-b-sky-50\/55 {
  border-bottom-color: rgb(240 249 255 / 0.55) !important;
}

.border-b-sky-50\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6) !important;
}

.border-b-sky-50\/65 {
  border-bottom-color: rgb(240 249 255 / 0.65) !important;
}

.border-b-sky-50\/70 {
  border-bottom-color: rgb(240 249 255 / 0.7) !important;
}

.border-b-sky-50\/75 {
  border-bottom-color: rgb(240 249 255 / 0.75) !important;
}

.border-b-sky-50\/80 {
  border-bottom-color: rgb(240 249 255 / 0.8) !important;
}

.border-b-sky-50\/85 {
  border-bottom-color: rgb(240 249 255 / 0.85) !important;
}

.border-b-sky-50\/90 {
  border-bottom-color: rgb(240 249 255 / 0.9) !important;
}

.border-b-sky-50\/95 {
  border-bottom-color: rgb(240 249 255 / 0.95) !important;
}

.border-b-sky-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-500\/0 {
  border-bottom-color: rgb(14 165 233 / 0) !important;
}

.border-b-sky-500\/10 {
  border-bottom-color: rgb(14 165 233 / 0.1) !important;
}

.border-b-sky-500\/100 {
  border-bottom-color: rgb(14 165 233 / 1) !important;
}

.border-b-sky-500\/15 {
  border-bottom-color: rgb(14 165 233 / 0.15) !important;
}

.border-b-sky-500\/20 {
  border-bottom-color: rgb(14 165 233 / 0.2) !important;
}

.border-b-sky-500\/25 {
  border-bottom-color: rgb(14 165 233 / 0.25) !important;
}

.border-b-sky-500\/30 {
  border-bottom-color: rgb(14 165 233 / 0.3) !important;
}

.border-b-sky-500\/35 {
  border-bottom-color: rgb(14 165 233 / 0.35) !important;
}

.border-b-sky-500\/40 {
  border-bottom-color: rgb(14 165 233 / 0.4) !important;
}

.border-b-sky-500\/45 {
  border-bottom-color: rgb(14 165 233 / 0.45) !important;
}

.border-b-sky-500\/5 {
  border-bottom-color: rgb(14 165 233 / 0.05) !important;
}

.border-b-sky-500\/50 {
  border-bottom-color: rgb(14 165 233 / 0.5) !important;
}

.border-b-sky-500\/55 {
  border-bottom-color: rgb(14 165 233 / 0.55) !important;
}

.border-b-sky-500\/60 {
  border-bottom-color: rgb(14 165 233 / 0.6) !important;
}

.border-b-sky-500\/65 {
  border-bottom-color: rgb(14 165 233 / 0.65) !important;
}

.border-b-sky-500\/70 {
  border-bottom-color: rgb(14 165 233 / 0.7) !important;
}

.border-b-sky-500\/75 {
  border-bottom-color: rgb(14 165 233 / 0.75) !important;
}

.border-b-sky-500\/80 {
  border-bottom-color: rgb(14 165 233 / 0.8) !important;
}

.border-b-sky-500\/85 {
  border-bottom-color: rgb(14 165 233 / 0.85) !important;
}

.border-b-sky-500\/90 {
  border-bottom-color: rgb(14 165 233 / 0.9) !important;
}

.border-b-sky-500\/95 {
  border-bottom-color: rgb(14 165 233 / 0.95) !important;
}

.border-b-sky-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-600\/0 {
  border-bottom-color: rgb(2 132 199 / 0) !important;
}

.border-b-sky-600\/10 {
  border-bottom-color: rgb(2 132 199 / 0.1) !important;
}

.border-b-sky-600\/100 {
  border-bottom-color: rgb(2 132 199 / 1) !important;
}

.border-b-sky-600\/15 {
  border-bottom-color: rgb(2 132 199 / 0.15) !important;
}

.border-b-sky-600\/20 {
  border-bottom-color: rgb(2 132 199 / 0.2) !important;
}

.border-b-sky-600\/25 {
  border-bottom-color: rgb(2 132 199 / 0.25) !important;
}

.border-b-sky-600\/30 {
  border-bottom-color: rgb(2 132 199 / 0.3) !important;
}

.border-b-sky-600\/35 {
  border-bottom-color: rgb(2 132 199 / 0.35) !important;
}

.border-b-sky-600\/40 {
  border-bottom-color: rgb(2 132 199 / 0.4) !important;
}

.border-b-sky-600\/45 {
  border-bottom-color: rgb(2 132 199 / 0.45) !important;
}

.border-b-sky-600\/5 {
  border-bottom-color: rgb(2 132 199 / 0.05) !important;
}

.border-b-sky-600\/50 {
  border-bottom-color: rgb(2 132 199 / 0.5) !important;
}

.border-b-sky-600\/55 {
  border-bottom-color: rgb(2 132 199 / 0.55) !important;
}

.border-b-sky-600\/60 {
  border-bottom-color: rgb(2 132 199 / 0.6) !important;
}

.border-b-sky-600\/65 {
  border-bottom-color: rgb(2 132 199 / 0.65) !important;
}

.border-b-sky-600\/70 {
  border-bottom-color: rgb(2 132 199 / 0.7) !important;
}

.border-b-sky-600\/75 {
  border-bottom-color: rgb(2 132 199 / 0.75) !important;
}

.border-b-sky-600\/80 {
  border-bottom-color: rgb(2 132 199 / 0.8) !important;
}

.border-b-sky-600\/85 {
  border-bottom-color: rgb(2 132 199 / 0.85) !important;
}

.border-b-sky-600\/90 {
  border-bottom-color: rgb(2 132 199 / 0.9) !important;
}

.border-b-sky-600\/95 {
  border-bottom-color: rgb(2 132 199 / 0.95) !important;
}

.border-b-sky-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-700\/0 {
  border-bottom-color: rgb(3 105 161 / 0) !important;
}

.border-b-sky-700\/10 {
  border-bottom-color: rgb(3 105 161 / 0.1) !important;
}

.border-b-sky-700\/100 {
  border-bottom-color: rgb(3 105 161 / 1) !important;
}

.border-b-sky-700\/15 {
  border-bottom-color: rgb(3 105 161 / 0.15) !important;
}

.border-b-sky-700\/20 {
  border-bottom-color: rgb(3 105 161 / 0.2) !important;
}

.border-b-sky-700\/25 {
  border-bottom-color: rgb(3 105 161 / 0.25) !important;
}

.border-b-sky-700\/30 {
  border-bottom-color: rgb(3 105 161 / 0.3) !important;
}

.border-b-sky-700\/35 {
  border-bottom-color: rgb(3 105 161 / 0.35) !important;
}

.border-b-sky-700\/40 {
  border-bottom-color: rgb(3 105 161 / 0.4) !important;
}

.border-b-sky-700\/45 {
  border-bottom-color: rgb(3 105 161 / 0.45) !important;
}

.border-b-sky-700\/5 {
  border-bottom-color: rgb(3 105 161 / 0.05) !important;
}

.border-b-sky-700\/50 {
  border-bottom-color: rgb(3 105 161 / 0.5) !important;
}

.border-b-sky-700\/55 {
  border-bottom-color: rgb(3 105 161 / 0.55) !important;
}

.border-b-sky-700\/60 {
  border-bottom-color: rgb(3 105 161 / 0.6) !important;
}

.border-b-sky-700\/65 {
  border-bottom-color: rgb(3 105 161 / 0.65) !important;
}

.border-b-sky-700\/70 {
  border-bottom-color: rgb(3 105 161 / 0.7) !important;
}

.border-b-sky-700\/75 {
  border-bottom-color: rgb(3 105 161 / 0.75) !important;
}

.border-b-sky-700\/80 {
  border-bottom-color: rgb(3 105 161 / 0.8) !important;
}

.border-b-sky-700\/85 {
  border-bottom-color: rgb(3 105 161 / 0.85) !important;
}

.border-b-sky-700\/90 {
  border-bottom-color: rgb(3 105 161 / 0.9) !important;
}

.border-b-sky-700\/95 {
  border-bottom-color: rgb(3 105 161 / 0.95) !important;
}

.border-b-sky-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-800\/0 {
  border-bottom-color: rgb(7 89 133 / 0) !important;
}

.border-b-sky-800\/10 {
  border-bottom-color: rgb(7 89 133 / 0.1) !important;
}

.border-b-sky-800\/100 {
  border-bottom-color: rgb(7 89 133 / 1) !important;
}

.border-b-sky-800\/15 {
  border-bottom-color: rgb(7 89 133 / 0.15) !important;
}

.border-b-sky-800\/20 {
  border-bottom-color: rgb(7 89 133 / 0.2) !important;
}

.border-b-sky-800\/25 {
  border-bottom-color: rgb(7 89 133 / 0.25) !important;
}

.border-b-sky-800\/30 {
  border-bottom-color: rgb(7 89 133 / 0.3) !important;
}

.border-b-sky-800\/35 {
  border-bottom-color: rgb(7 89 133 / 0.35) !important;
}

.border-b-sky-800\/40 {
  border-bottom-color: rgb(7 89 133 / 0.4) !important;
}

.border-b-sky-800\/45 {
  border-bottom-color: rgb(7 89 133 / 0.45) !important;
}

.border-b-sky-800\/5 {
  border-bottom-color: rgb(7 89 133 / 0.05) !important;
}

.border-b-sky-800\/50 {
  border-bottom-color: rgb(7 89 133 / 0.5) !important;
}

.border-b-sky-800\/55 {
  border-bottom-color: rgb(7 89 133 / 0.55) !important;
}

.border-b-sky-800\/60 {
  border-bottom-color: rgb(7 89 133 / 0.6) !important;
}

.border-b-sky-800\/65 {
  border-bottom-color: rgb(7 89 133 / 0.65) !important;
}

.border-b-sky-800\/70 {
  border-bottom-color: rgb(7 89 133 / 0.7) !important;
}

.border-b-sky-800\/75 {
  border-bottom-color: rgb(7 89 133 / 0.75) !important;
}

.border-b-sky-800\/80 {
  border-bottom-color: rgb(7 89 133 / 0.8) !important;
}

.border-b-sky-800\/85 {
  border-bottom-color: rgb(7 89 133 / 0.85) !important;
}

.border-b-sky-800\/90 {
  border-bottom-color: rgb(7 89 133 / 0.9) !important;
}

.border-b-sky-800\/95 {
  border-bottom-color: rgb(7 89 133 / 0.95) !important;
}

.border-b-sky-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-900\/0 {
  border-bottom-color: rgb(12 74 110 / 0) !important;
}

.border-b-sky-900\/10 {
  border-bottom-color: rgb(12 74 110 / 0.1) !important;
}

.border-b-sky-900\/100 {
  border-bottom-color: rgb(12 74 110 / 1) !important;
}

.border-b-sky-900\/15 {
  border-bottom-color: rgb(12 74 110 / 0.15) !important;
}

.border-b-sky-900\/20 {
  border-bottom-color: rgb(12 74 110 / 0.2) !important;
}

.border-b-sky-900\/25 {
  border-bottom-color: rgb(12 74 110 / 0.25) !important;
}

.border-b-sky-900\/30 {
  border-bottom-color: rgb(12 74 110 / 0.3) !important;
}

.border-b-sky-900\/35 {
  border-bottom-color: rgb(12 74 110 / 0.35) !important;
}

.border-b-sky-900\/40 {
  border-bottom-color: rgb(12 74 110 / 0.4) !important;
}

.border-b-sky-900\/45 {
  border-bottom-color: rgb(12 74 110 / 0.45) !important;
}

.border-b-sky-900\/5 {
  border-bottom-color: rgb(12 74 110 / 0.05) !important;
}

.border-b-sky-900\/50 {
  border-bottom-color: rgb(12 74 110 / 0.5) !important;
}

.border-b-sky-900\/55 {
  border-bottom-color: rgb(12 74 110 / 0.55) !important;
}

.border-b-sky-900\/60 {
  border-bottom-color: rgb(12 74 110 / 0.6) !important;
}

.border-b-sky-900\/65 {
  border-bottom-color: rgb(12 74 110 / 0.65) !important;
}

.border-b-sky-900\/70 {
  border-bottom-color: rgb(12 74 110 / 0.7) !important;
}

.border-b-sky-900\/75 {
  border-bottom-color: rgb(12 74 110 / 0.75) !important;
}

.border-b-sky-900\/80 {
  border-bottom-color: rgb(12 74 110 / 0.8) !important;
}

.border-b-sky-900\/85 {
  border-bottom-color: rgb(12 74 110 / 0.85) !important;
}

.border-b-sky-900\/90 {
  border-bottom-color: rgb(12 74 110 / 0.9) !important;
}

.border-b-sky-900\/95 {
  border-bottom-color: rgb(12 74 110 / 0.95) !important;
}

.border-b-sky-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-b-sky-950\/0 {
  border-bottom-color: rgb(8 47 73 / 0) !important;
}

.border-b-sky-950\/10 {
  border-bottom-color: rgb(8 47 73 / 0.1) !important;
}

.border-b-sky-950\/100 {
  border-bottom-color: rgb(8 47 73 / 1) !important;
}

.border-b-sky-950\/15 {
  border-bottom-color: rgb(8 47 73 / 0.15) !important;
}

.border-b-sky-950\/20 {
  border-bottom-color: rgb(8 47 73 / 0.2) !important;
}

.border-b-sky-950\/25 {
  border-bottom-color: rgb(8 47 73 / 0.25) !important;
}

.border-b-sky-950\/30 {
  border-bottom-color: rgb(8 47 73 / 0.3) !important;
}

.border-b-sky-950\/35 {
  border-bottom-color: rgb(8 47 73 / 0.35) !important;
}

.border-b-sky-950\/40 {
  border-bottom-color: rgb(8 47 73 / 0.4) !important;
}

.border-b-sky-950\/45 {
  border-bottom-color: rgb(8 47 73 / 0.45) !important;
}

.border-b-sky-950\/5 {
  border-bottom-color: rgb(8 47 73 / 0.05) !important;
}

.border-b-sky-950\/50 {
  border-bottom-color: rgb(8 47 73 / 0.5) !important;
}

.border-b-sky-950\/55 {
  border-bottom-color: rgb(8 47 73 / 0.55) !important;
}

.border-b-sky-950\/60 {
  border-bottom-color: rgb(8 47 73 / 0.6) !important;
}

.border-b-sky-950\/65 {
  border-bottom-color: rgb(8 47 73 / 0.65) !important;
}

.border-b-sky-950\/70 {
  border-bottom-color: rgb(8 47 73 / 0.7) !important;
}

.border-b-sky-950\/75 {
  border-bottom-color: rgb(8 47 73 / 0.75) !important;
}

.border-b-sky-950\/80 {
  border-bottom-color: rgb(8 47 73 / 0.8) !important;
}

.border-b-sky-950\/85 {
  border-bottom-color: rgb(8 47 73 / 0.85) !important;
}

.border-b-sky-950\/90 {
  border-bottom-color: rgb(8 47 73 / 0.9) !important;
}

.border-b-sky-950\/95 {
  border-bottom-color: rgb(8 47 73 / 0.95) !important;
}

.border-b-slate-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-100\/0 {
  border-bottom-color: rgb(241 245 249 / 0) !important;
}

.border-b-slate-100\/10 {
  border-bottom-color: rgb(241 245 249 / 0.1) !important;
}

.border-b-slate-100\/100 {
  border-bottom-color: rgb(241 245 249 / 1) !important;
}

.border-b-slate-100\/15 {
  border-bottom-color: rgb(241 245 249 / 0.15) !important;
}

.border-b-slate-100\/20 {
  border-bottom-color: rgb(241 245 249 / 0.2) !important;
}

.border-b-slate-100\/25 {
  border-bottom-color: rgb(241 245 249 / 0.25) !important;
}

.border-b-slate-100\/30 {
  border-bottom-color: rgb(241 245 249 / 0.3) !important;
}

.border-b-slate-100\/35 {
  border-bottom-color: rgb(241 245 249 / 0.35) !important;
}

.border-b-slate-100\/40 {
  border-bottom-color: rgb(241 245 249 / 0.4) !important;
}

.border-b-slate-100\/45 {
  border-bottom-color: rgb(241 245 249 / 0.45) !important;
}

.border-b-slate-100\/5 {
  border-bottom-color: rgb(241 245 249 / 0.05) !important;
}

.border-b-slate-100\/50 {
  border-bottom-color: rgb(241 245 249 / 0.5) !important;
}

.border-b-slate-100\/55 {
  border-bottom-color: rgb(241 245 249 / 0.55) !important;
}

.border-b-slate-100\/60 {
  border-bottom-color: rgb(241 245 249 / 0.6) !important;
}

.border-b-slate-100\/65 {
  border-bottom-color: rgb(241 245 249 / 0.65) !important;
}

.border-b-slate-100\/70 {
  border-bottom-color: rgb(241 245 249 / 0.7) !important;
}

.border-b-slate-100\/75 {
  border-bottom-color: rgb(241 245 249 / 0.75) !important;
}

.border-b-slate-100\/80 {
  border-bottom-color: rgb(241 245 249 / 0.8) !important;
}

.border-b-slate-100\/85 {
  border-bottom-color: rgb(241 245 249 / 0.85) !important;
}

.border-b-slate-100\/90 {
  border-bottom-color: rgb(241 245 249 / 0.9) !important;
}

.border-b-slate-100\/95 {
  border-bottom-color: rgb(241 245 249 / 0.95) !important;
}

.border-b-slate-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-200\/0 {
  border-bottom-color: rgb(226 232 240 / 0) !important;
}

.border-b-slate-200\/10 {
  border-bottom-color: rgb(226 232 240 / 0.1) !important;
}

.border-b-slate-200\/100 {
  border-bottom-color: rgb(226 232 240 / 1) !important;
}

.border-b-slate-200\/15 {
  border-bottom-color: rgb(226 232 240 / 0.15) !important;
}

.border-b-slate-200\/20 {
  border-bottom-color: rgb(226 232 240 / 0.2) !important;
}

.border-b-slate-200\/25 {
  border-bottom-color: rgb(226 232 240 / 0.25) !important;
}

.border-b-slate-200\/30 {
  border-bottom-color: rgb(226 232 240 / 0.3) !important;
}

.border-b-slate-200\/35 {
  border-bottom-color: rgb(226 232 240 / 0.35) !important;
}

.border-b-slate-200\/40 {
  border-bottom-color: rgb(226 232 240 / 0.4) !important;
}

.border-b-slate-200\/45 {
  border-bottom-color: rgb(226 232 240 / 0.45) !important;
}

.border-b-slate-200\/5 {
  border-bottom-color: rgb(226 232 240 / 0.05) !important;
}

.border-b-slate-200\/50 {
  border-bottom-color: rgb(226 232 240 / 0.5) !important;
}

.border-b-slate-200\/55 {
  border-bottom-color: rgb(226 232 240 / 0.55) !important;
}

.border-b-slate-200\/60 {
  border-bottom-color: rgb(226 232 240 / 0.6) !important;
}

.border-b-slate-200\/65 {
  border-bottom-color: rgb(226 232 240 / 0.65) !important;
}

.border-b-slate-200\/70 {
  border-bottom-color: rgb(226 232 240 / 0.7) !important;
}

.border-b-slate-200\/75 {
  border-bottom-color: rgb(226 232 240 / 0.75) !important;
}

.border-b-slate-200\/80 {
  border-bottom-color: rgb(226 232 240 / 0.8) !important;
}

.border-b-slate-200\/85 {
  border-bottom-color: rgb(226 232 240 / 0.85) !important;
}

.border-b-slate-200\/90 {
  border-bottom-color: rgb(226 232 240 / 0.9) !important;
}

.border-b-slate-200\/95 {
  border-bottom-color: rgb(226 232 240 / 0.95) !important;
}

.border-b-slate-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-300\/0 {
  border-bottom-color: rgb(203 213 225 / 0) !important;
}

.border-b-slate-300\/10 {
  border-bottom-color: rgb(203 213 225 / 0.1) !important;
}

.border-b-slate-300\/100 {
  border-bottom-color: rgb(203 213 225 / 1) !important;
}

.border-b-slate-300\/15 {
  border-bottom-color: rgb(203 213 225 / 0.15) !important;
}

.border-b-slate-300\/20 {
  border-bottom-color: rgb(203 213 225 / 0.2) !important;
}

.border-b-slate-300\/25 {
  border-bottom-color: rgb(203 213 225 / 0.25) !important;
}

.border-b-slate-300\/30 {
  border-bottom-color: rgb(203 213 225 / 0.3) !important;
}

.border-b-slate-300\/35 {
  border-bottom-color: rgb(203 213 225 / 0.35) !important;
}

.border-b-slate-300\/40 {
  border-bottom-color: rgb(203 213 225 / 0.4) !important;
}

.border-b-slate-300\/45 {
  border-bottom-color: rgb(203 213 225 / 0.45) !important;
}

.border-b-slate-300\/5 {
  border-bottom-color: rgb(203 213 225 / 0.05) !important;
}

.border-b-slate-300\/50 {
  border-bottom-color: rgb(203 213 225 / 0.5) !important;
}

.border-b-slate-300\/55 {
  border-bottom-color: rgb(203 213 225 / 0.55) !important;
}

.border-b-slate-300\/60 {
  border-bottom-color: rgb(203 213 225 / 0.6) !important;
}

.border-b-slate-300\/65 {
  border-bottom-color: rgb(203 213 225 / 0.65) !important;
}

.border-b-slate-300\/70 {
  border-bottom-color: rgb(203 213 225 / 0.7) !important;
}

.border-b-slate-300\/75 {
  border-bottom-color: rgb(203 213 225 / 0.75) !important;
}

.border-b-slate-300\/80 {
  border-bottom-color: rgb(203 213 225 / 0.8) !important;
}

.border-b-slate-300\/85 {
  border-bottom-color: rgb(203 213 225 / 0.85) !important;
}

.border-b-slate-300\/90 {
  border-bottom-color: rgb(203 213 225 / 0.9) !important;
}

.border-b-slate-300\/95 {
  border-bottom-color: rgb(203 213 225 / 0.95) !important;
}

.border-b-slate-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-400\/0 {
  border-bottom-color: rgb(148 163 184 / 0) !important;
}

.border-b-slate-400\/10 {
  border-bottom-color: rgb(148 163 184 / 0.1) !important;
}

.border-b-slate-400\/100 {
  border-bottom-color: rgb(148 163 184 / 1) !important;
}

.border-b-slate-400\/15 {
  border-bottom-color: rgb(148 163 184 / 0.15) !important;
}

.border-b-slate-400\/20 {
  border-bottom-color: rgb(148 163 184 / 0.2) !important;
}

.border-b-slate-400\/25 {
  border-bottom-color: rgb(148 163 184 / 0.25) !important;
}

.border-b-slate-400\/30 {
  border-bottom-color: rgb(148 163 184 / 0.3) !important;
}

.border-b-slate-400\/35 {
  border-bottom-color: rgb(148 163 184 / 0.35) !important;
}

.border-b-slate-400\/40 {
  border-bottom-color: rgb(148 163 184 / 0.4) !important;
}

.border-b-slate-400\/45 {
  border-bottom-color: rgb(148 163 184 / 0.45) !important;
}

.border-b-slate-400\/5 {
  border-bottom-color: rgb(148 163 184 / 0.05) !important;
}

.border-b-slate-400\/50 {
  border-bottom-color: rgb(148 163 184 / 0.5) !important;
}

.border-b-slate-400\/55 {
  border-bottom-color: rgb(148 163 184 / 0.55) !important;
}

.border-b-slate-400\/60 {
  border-bottom-color: rgb(148 163 184 / 0.6) !important;
}

.border-b-slate-400\/65 {
  border-bottom-color: rgb(148 163 184 / 0.65) !important;
}

.border-b-slate-400\/70 {
  border-bottom-color: rgb(148 163 184 / 0.7) !important;
}

.border-b-slate-400\/75 {
  border-bottom-color: rgb(148 163 184 / 0.75) !important;
}

.border-b-slate-400\/80 {
  border-bottom-color: rgb(148 163 184 / 0.8) !important;
}

.border-b-slate-400\/85 {
  border-bottom-color: rgb(148 163 184 / 0.85) !important;
}

.border-b-slate-400\/90 {
  border-bottom-color: rgb(148 163 184 / 0.9) !important;
}

.border-b-slate-400\/95 {
  border-bottom-color: rgb(148 163 184 / 0.95) !important;
}

.border-b-slate-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-50\/0 {
  border-bottom-color: rgb(248 250 252 / 0) !important;
}

.border-b-slate-50\/10 {
  border-bottom-color: rgb(248 250 252 / 0.1) !important;
}

.border-b-slate-50\/100 {
  border-bottom-color: rgb(248 250 252 / 1) !important;
}

.border-b-slate-50\/15 {
  border-bottom-color: rgb(248 250 252 / 0.15) !important;
}

.border-b-slate-50\/20 {
  border-bottom-color: rgb(248 250 252 / 0.2) !important;
}

.border-b-slate-50\/25 {
  border-bottom-color: rgb(248 250 252 / 0.25) !important;
}

.border-b-slate-50\/30 {
  border-bottom-color: rgb(248 250 252 / 0.3) !important;
}

.border-b-slate-50\/35 {
  border-bottom-color: rgb(248 250 252 / 0.35) !important;
}

.border-b-slate-50\/40 {
  border-bottom-color: rgb(248 250 252 / 0.4) !important;
}

.border-b-slate-50\/45 {
  border-bottom-color: rgb(248 250 252 / 0.45) !important;
}

.border-b-slate-50\/5 {
  border-bottom-color: rgb(248 250 252 / 0.05) !important;
}

.border-b-slate-50\/50 {
  border-bottom-color: rgb(248 250 252 / 0.5) !important;
}

.border-b-slate-50\/55 {
  border-bottom-color: rgb(248 250 252 / 0.55) !important;
}

.border-b-slate-50\/60 {
  border-bottom-color: rgb(248 250 252 / 0.6) !important;
}

.border-b-slate-50\/65 {
  border-bottom-color: rgb(248 250 252 / 0.65) !important;
}

.border-b-slate-50\/70 {
  border-bottom-color: rgb(248 250 252 / 0.7) !important;
}

.border-b-slate-50\/75 {
  border-bottom-color: rgb(248 250 252 / 0.75) !important;
}

.border-b-slate-50\/80 {
  border-bottom-color: rgb(248 250 252 / 0.8) !important;
}

.border-b-slate-50\/85 {
  border-bottom-color: rgb(248 250 252 / 0.85) !important;
}

.border-b-slate-50\/90 {
  border-bottom-color: rgb(248 250 252 / 0.9) !important;
}

.border-b-slate-50\/95 {
  border-bottom-color: rgb(248 250 252 / 0.95) !important;
}

.border-b-slate-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-500\/0 {
  border-bottom-color: rgb(100 116 139 / 0) !important;
}

.border-b-slate-500\/10 {
  border-bottom-color: rgb(100 116 139 / 0.1) !important;
}

.border-b-slate-500\/100 {
  border-bottom-color: rgb(100 116 139 / 1) !important;
}

.border-b-slate-500\/15 {
  border-bottom-color: rgb(100 116 139 / 0.15) !important;
}

.border-b-slate-500\/20 {
  border-bottom-color: rgb(100 116 139 / 0.2) !important;
}

.border-b-slate-500\/25 {
  border-bottom-color: rgb(100 116 139 / 0.25) !important;
}

.border-b-slate-500\/30 {
  border-bottom-color: rgb(100 116 139 / 0.3) !important;
}

.border-b-slate-500\/35 {
  border-bottom-color: rgb(100 116 139 / 0.35) !important;
}

.border-b-slate-500\/40 {
  border-bottom-color: rgb(100 116 139 / 0.4) !important;
}

.border-b-slate-500\/45 {
  border-bottom-color: rgb(100 116 139 / 0.45) !important;
}

.border-b-slate-500\/5 {
  border-bottom-color: rgb(100 116 139 / 0.05) !important;
}

.border-b-slate-500\/50 {
  border-bottom-color: rgb(100 116 139 / 0.5) !important;
}

.border-b-slate-500\/55 {
  border-bottom-color: rgb(100 116 139 / 0.55) !important;
}

.border-b-slate-500\/60 {
  border-bottom-color: rgb(100 116 139 / 0.6) !important;
}

.border-b-slate-500\/65 {
  border-bottom-color: rgb(100 116 139 / 0.65) !important;
}

.border-b-slate-500\/70 {
  border-bottom-color: rgb(100 116 139 / 0.7) !important;
}

.border-b-slate-500\/75 {
  border-bottom-color: rgb(100 116 139 / 0.75) !important;
}

.border-b-slate-500\/80 {
  border-bottom-color: rgb(100 116 139 / 0.8) !important;
}

.border-b-slate-500\/85 {
  border-bottom-color: rgb(100 116 139 / 0.85) !important;
}

.border-b-slate-500\/90 {
  border-bottom-color: rgb(100 116 139 / 0.9) !important;
}

.border-b-slate-500\/95 {
  border-bottom-color: rgb(100 116 139 / 0.95) !important;
}

.border-b-slate-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-600\/0 {
  border-bottom-color: rgb(71 85 105 / 0) !important;
}

.border-b-slate-600\/10 {
  border-bottom-color: rgb(71 85 105 / 0.1) !important;
}

.border-b-slate-600\/100 {
  border-bottom-color: rgb(71 85 105 / 1) !important;
}

.border-b-slate-600\/15 {
  border-bottom-color: rgb(71 85 105 / 0.15) !important;
}

.border-b-slate-600\/20 {
  border-bottom-color: rgb(71 85 105 / 0.2) !important;
}

.border-b-slate-600\/25 {
  border-bottom-color: rgb(71 85 105 / 0.25) !important;
}

.border-b-slate-600\/30 {
  border-bottom-color: rgb(71 85 105 / 0.3) !important;
}

.border-b-slate-600\/35 {
  border-bottom-color: rgb(71 85 105 / 0.35) !important;
}

.border-b-slate-600\/40 {
  border-bottom-color: rgb(71 85 105 / 0.4) !important;
}

.border-b-slate-600\/45 {
  border-bottom-color: rgb(71 85 105 / 0.45) !important;
}

.border-b-slate-600\/5 {
  border-bottom-color: rgb(71 85 105 / 0.05) !important;
}

.border-b-slate-600\/50 {
  border-bottom-color: rgb(71 85 105 / 0.5) !important;
}

.border-b-slate-600\/55 {
  border-bottom-color: rgb(71 85 105 / 0.55) !important;
}

.border-b-slate-600\/60 {
  border-bottom-color: rgb(71 85 105 / 0.6) !important;
}

.border-b-slate-600\/65 {
  border-bottom-color: rgb(71 85 105 / 0.65) !important;
}

.border-b-slate-600\/70 {
  border-bottom-color: rgb(71 85 105 / 0.7) !important;
}

.border-b-slate-600\/75 {
  border-bottom-color: rgb(71 85 105 / 0.75) !important;
}

.border-b-slate-600\/80 {
  border-bottom-color: rgb(71 85 105 / 0.8) !important;
}

.border-b-slate-600\/85 {
  border-bottom-color: rgb(71 85 105 / 0.85) !important;
}

.border-b-slate-600\/90 {
  border-bottom-color: rgb(71 85 105 / 0.9) !important;
}

.border-b-slate-600\/95 {
  border-bottom-color: rgb(71 85 105 / 0.95) !important;
}

.border-b-slate-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-700\/0 {
  border-bottom-color: rgb(51 65 85 / 0) !important;
}

.border-b-slate-700\/10 {
  border-bottom-color: rgb(51 65 85 / 0.1) !important;
}

.border-b-slate-700\/100 {
  border-bottom-color: rgb(51 65 85 / 1) !important;
}

.border-b-slate-700\/15 {
  border-bottom-color: rgb(51 65 85 / 0.15) !important;
}

.border-b-slate-700\/20 {
  border-bottom-color: rgb(51 65 85 / 0.2) !important;
}

.border-b-slate-700\/25 {
  border-bottom-color: rgb(51 65 85 / 0.25) !important;
}

.border-b-slate-700\/30 {
  border-bottom-color: rgb(51 65 85 / 0.3) !important;
}

.border-b-slate-700\/35 {
  border-bottom-color: rgb(51 65 85 / 0.35) !important;
}

.border-b-slate-700\/40 {
  border-bottom-color: rgb(51 65 85 / 0.4) !important;
}

.border-b-slate-700\/45 {
  border-bottom-color: rgb(51 65 85 / 0.45) !important;
}

.border-b-slate-700\/5 {
  border-bottom-color: rgb(51 65 85 / 0.05) !important;
}

.border-b-slate-700\/50 {
  border-bottom-color: rgb(51 65 85 / 0.5) !important;
}

.border-b-slate-700\/55 {
  border-bottom-color: rgb(51 65 85 / 0.55) !important;
}

.border-b-slate-700\/60 {
  border-bottom-color: rgb(51 65 85 / 0.6) !important;
}

.border-b-slate-700\/65 {
  border-bottom-color: rgb(51 65 85 / 0.65) !important;
}

.border-b-slate-700\/70 {
  border-bottom-color: rgb(51 65 85 / 0.7) !important;
}

.border-b-slate-700\/75 {
  border-bottom-color: rgb(51 65 85 / 0.75) !important;
}

.border-b-slate-700\/80 {
  border-bottom-color: rgb(51 65 85 / 0.8) !important;
}

.border-b-slate-700\/85 {
  border-bottom-color: rgb(51 65 85 / 0.85) !important;
}

.border-b-slate-700\/90 {
  border-bottom-color: rgb(51 65 85 / 0.9) !important;
}

.border-b-slate-700\/95 {
  border-bottom-color: rgb(51 65 85 / 0.95) !important;
}

.border-b-slate-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-800\/0 {
  border-bottom-color: rgb(30 41 59 / 0) !important;
}

.border-b-slate-800\/10 {
  border-bottom-color: rgb(30 41 59 / 0.1) !important;
}

.border-b-slate-800\/100 {
  border-bottom-color: rgb(30 41 59 / 1) !important;
}

.border-b-slate-800\/15 {
  border-bottom-color: rgb(30 41 59 / 0.15) !important;
}

.border-b-slate-800\/20 {
  border-bottom-color: rgb(30 41 59 / 0.2) !important;
}

.border-b-slate-800\/25 {
  border-bottom-color: rgb(30 41 59 / 0.25) !important;
}

.border-b-slate-800\/30 {
  border-bottom-color: rgb(30 41 59 / 0.3) !important;
}

.border-b-slate-800\/35 {
  border-bottom-color: rgb(30 41 59 / 0.35) !important;
}

.border-b-slate-800\/40 {
  border-bottom-color: rgb(30 41 59 / 0.4) !important;
}

.border-b-slate-800\/45 {
  border-bottom-color: rgb(30 41 59 / 0.45) !important;
}

.border-b-slate-800\/5 {
  border-bottom-color: rgb(30 41 59 / 0.05) !important;
}

.border-b-slate-800\/50 {
  border-bottom-color: rgb(30 41 59 / 0.5) !important;
}

.border-b-slate-800\/55 {
  border-bottom-color: rgb(30 41 59 / 0.55) !important;
}

.border-b-slate-800\/60 {
  border-bottom-color: rgb(30 41 59 / 0.6) !important;
}

.border-b-slate-800\/65 {
  border-bottom-color: rgb(30 41 59 / 0.65) !important;
}

.border-b-slate-800\/70 {
  border-bottom-color: rgb(30 41 59 / 0.7) !important;
}

.border-b-slate-800\/75 {
  border-bottom-color: rgb(30 41 59 / 0.75) !important;
}

.border-b-slate-800\/80 {
  border-bottom-color: rgb(30 41 59 / 0.8) !important;
}

.border-b-slate-800\/85 {
  border-bottom-color: rgb(30 41 59 / 0.85) !important;
}

.border-b-slate-800\/90 {
  border-bottom-color: rgb(30 41 59 / 0.9) !important;
}

.border-b-slate-800\/95 {
  border-bottom-color: rgb(30 41 59 / 0.95) !important;
}

.border-b-slate-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-900\/0 {
  border-bottom-color: rgb(15 23 42 / 0) !important;
}

.border-b-slate-900\/10 {
  border-bottom-color: rgb(15 23 42 / 0.1) !important;
}

.border-b-slate-900\/100 {
  border-bottom-color: rgb(15 23 42 / 1) !important;
}

.border-b-slate-900\/15 {
  border-bottom-color: rgb(15 23 42 / 0.15) !important;
}

.border-b-slate-900\/20 {
  border-bottom-color: rgb(15 23 42 / 0.2) !important;
}

.border-b-slate-900\/25 {
  border-bottom-color: rgb(15 23 42 / 0.25) !important;
}

.border-b-slate-900\/30 {
  border-bottom-color: rgb(15 23 42 / 0.3) !important;
}

.border-b-slate-900\/35 {
  border-bottom-color: rgb(15 23 42 / 0.35) !important;
}

.border-b-slate-900\/40 {
  border-bottom-color: rgb(15 23 42 / 0.4) !important;
}

.border-b-slate-900\/45 {
  border-bottom-color: rgb(15 23 42 / 0.45) !important;
}

.border-b-slate-900\/5 {
  border-bottom-color: rgb(15 23 42 / 0.05) !important;
}

.border-b-slate-900\/50 {
  border-bottom-color: rgb(15 23 42 / 0.5) !important;
}

.border-b-slate-900\/55 {
  border-bottom-color: rgb(15 23 42 / 0.55) !important;
}

.border-b-slate-900\/60 {
  border-bottom-color: rgb(15 23 42 / 0.6) !important;
}

.border-b-slate-900\/65 {
  border-bottom-color: rgb(15 23 42 / 0.65) !important;
}

.border-b-slate-900\/70 {
  border-bottom-color: rgb(15 23 42 / 0.7) !important;
}

.border-b-slate-900\/75 {
  border-bottom-color: rgb(15 23 42 / 0.75) !important;
}

.border-b-slate-900\/80 {
  border-bottom-color: rgb(15 23 42 / 0.8) !important;
}

.border-b-slate-900\/85 {
  border-bottom-color: rgb(15 23 42 / 0.85) !important;
}

.border-b-slate-900\/90 {
  border-bottom-color: rgb(15 23 42 / 0.9) !important;
}

.border-b-slate-900\/95 {
  border-bottom-color: rgb(15 23 42 / 0.95) !important;
}

.border-b-slate-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-b-slate-950\/0 {
  border-bottom-color: rgb(2 6 23 / 0) !important;
}

.border-b-slate-950\/10 {
  border-bottom-color: rgb(2 6 23 / 0.1) !important;
}

.border-b-slate-950\/100 {
  border-bottom-color: rgb(2 6 23 / 1) !important;
}

.border-b-slate-950\/15 {
  border-bottom-color: rgb(2 6 23 / 0.15) !important;
}

.border-b-slate-950\/20 {
  border-bottom-color: rgb(2 6 23 / 0.2) !important;
}

.border-b-slate-950\/25 {
  border-bottom-color: rgb(2 6 23 / 0.25) !important;
}

.border-b-slate-950\/30 {
  border-bottom-color: rgb(2 6 23 / 0.3) !important;
}

.border-b-slate-950\/35 {
  border-bottom-color: rgb(2 6 23 / 0.35) !important;
}

.border-b-slate-950\/40 {
  border-bottom-color: rgb(2 6 23 / 0.4) !important;
}

.border-b-slate-950\/45 {
  border-bottom-color: rgb(2 6 23 / 0.45) !important;
}

.border-b-slate-950\/5 {
  border-bottom-color: rgb(2 6 23 / 0.05) !important;
}

.border-b-slate-950\/50 {
  border-bottom-color: rgb(2 6 23 / 0.5) !important;
}

.border-b-slate-950\/55 {
  border-bottom-color: rgb(2 6 23 / 0.55) !important;
}

.border-b-slate-950\/60 {
  border-bottom-color: rgb(2 6 23 / 0.6) !important;
}

.border-b-slate-950\/65 {
  border-bottom-color: rgb(2 6 23 / 0.65) !important;
}

.border-b-slate-950\/70 {
  border-bottom-color: rgb(2 6 23 / 0.7) !important;
}

.border-b-slate-950\/75 {
  border-bottom-color: rgb(2 6 23 / 0.75) !important;
}

.border-b-slate-950\/80 {
  border-bottom-color: rgb(2 6 23 / 0.8) !important;
}

.border-b-slate-950\/85 {
  border-bottom-color: rgb(2 6 23 / 0.85) !important;
}

.border-b-slate-950\/90 {
  border-bottom-color: rgb(2 6 23 / 0.9) !important;
}

.border-b-slate-950\/95 {
  border-bottom-color: rgb(2 6 23 / 0.95) !important;
}

.border-b-stone-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-100\/0 {
  border-bottom-color: rgb(245 245 244 / 0) !important;
}

.border-b-stone-100\/10 {
  border-bottom-color: rgb(245 245 244 / 0.1) !important;
}

.border-b-stone-100\/100 {
  border-bottom-color: rgb(245 245 244 / 1) !important;
}

.border-b-stone-100\/15 {
  border-bottom-color: rgb(245 245 244 / 0.15) !important;
}

.border-b-stone-100\/20 {
  border-bottom-color: rgb(245 245 244 / 0.2) !important;
}

.border-b-stone-100\/25 {
  border-bottom-color: rgb(245 245 244 / 0.25) !important;
}

.border-b-stone-100\/30 {
  border-bottom-color: rgb(245 245 244 / 0.3) !important;
}

.border-b-stone-100\/35 {
  border-bottom-color: rgb(245 245 244 / 0.35) !important;
}

.border-b-stone-100\/40 {
  border-bottom-color: rgb(245 245 244 / 0.4) !important;
}

.border-b-stone-100\/45 {
  border-bottom-color: rgb(245 245 244 / 0.45) !important;
}

.border-b-stone-100\/5 {
  border-bottom-color: rgb(245 245 244 / 0.05) !important;
}

.border-b-stone-100\/50 {
  border-bottom-color: rgb(245 245 244 / 0.5) !important;
}

.border-b-stone-100\/55 {
  border-bottom-color: rgb(245 245 244 / 0.55) !important;
}

.border-b-stone-100\/60 {
  border-bottom-color: rgb(245 245 244 / 0.6) !important;
}

.border-b-stone-100\/65 {
  border-bottom-color: rgb(245 245 244 / 0.65) !important;
}

.border-b-stone-100\/70 {
  border-bottom-color: rgb(245 245 244 / 0.7) !important;
}

.border-b-stone-100\/75 {
  border-bottom-color: rgb(245 245 244 / 0.75) !important;
}

.border-b-stone-100\/80 {
  border-bottom-color: rgb(245 245 244 / 0.8) !important;
}

.border-b-stone-100\/85 {
  border-bottom-color: rgb(245 245 244 / 0.85) !important;
}

.border-b-stone-100\/90 {
  border-bottom-color: rgb(245 245 244 / 0.9) !important;
}

.border-b-stone-100\/95 {
  border-bottom-color: rgb(245 245 244 / 0.95) !important;
}

.border-b-stone-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-200\/0 {
  border-bottom-color: rgb(231 229 228 / 0) !important;
}

.border-b-stone-200\/10 {
  border-bottom-color: rgb(231 229 228 / 0.1) !important;
}

.border-b-stone-200\/100 {
  border-bottom-color: rgb(231 229 228 / 1) !important;
}

.border-b-stone-200\/15 {
  border-bottom-color: rgb(231 229 228 / 0.15) !important;
}

.border-b-stone-200\/20 {
  border-bottom-color: rgb(231 229 228 / 0.2) !important;
}

.border-b-stone-200\/25 {
  border-bottom-color: rgb(231 229 228 / 0.25) !important;
}

.border-b-stone-200\/30 {
  border-bottom-color: rgb(231 229 228 / 0.3) !important;
}

.border-b-stone-200\/35 {
  border-bottom-color: rgb(231 229 228 / 0.35) !important;
}

.border-b-stone-200\/40 {
  border-bottom-color: rgb(231 229 228 / 0.4) !important;
}

.border-b-stone-200\/45 {
  border-bottom-color: rgb(231 229 228 / 0.45) !important;
}

.border-b-stone-200\/5 {
  border-bottom-color: rgb(231 229 228 / 0.05) !important;
}

.border-b-stone-200\/50 {
  border-bottom-color: rgb(231 229 228 / 0.5) !important;
}

.border-b-stone-200\/55 {
  border-bottom-color: rgb(231 229 228 / 0.55) !important;
}

.border-b-stone-200\/60 {
  border-bottom-color: rgb(231 229 228 / 0.6) !important;
}

.border-b-stone-200\/65 {
  border-bottom-color: rgb(231 229 228 / 0.65) !important;
}

.border-b-stone-200\/70 {
  border-bottom-color: rgb(231 229 228 / 0.7) !important;
}

.border-b-stone-200\/75 {
  border-bottom-color: rgb(231 229 228 / 0.75) !important;
}

.border-b-stone-200\/80 {
  border-bottom-color: rgb(231 229 228 / 0.8) !important;
}

.border-b-stone-200\/85 {
  border-bottom-color: rgb(231 229 228 / 0.85) !important;
}

.border-b-stone-200\/90 {
  border-bottom-color: rgb(231 229 228 / 0.9) !important;
}

.border-b-stone-200\/95 {
  border-bottom-color: rgb(231 229 228 / 0.95) !important;
}

.border-b-stone-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-300\/0 {
  border-bottom-color: rgb(214 211 209 / 0) !important;
}

.border-b-stone-300\/10 {
  border-bottom-color: rgb(214 211 209 / 0.1) !important;
}

.border-b-stone-300\/100 {
  border-bottom-color: rgb(214 211 209 / 1) !important;
}

.border-b-stone-300\/15 {
  border-bottom-color: rgb(214 211 209 / 0.15) !important;
}

.border-b-stone-300\/20 {
  border-bottom-color: rgb(214 211 209 / 0.2) !important;
}

.border-b-stone-300\/25 {
  border-bottom-color: rgb(214 211 209 / 0.25) !important;
}

.border-b-stone-300\/30 {
  border-bottom-color: rgb(214 211 209 / 0.3) !important;
}

.border-b-stone-300\/35 {
  border-bottom-color: rgb(214 211 209 / 0.35) !important;
}

.border-b-stone-300\/40 {
  border-bottom-color: rgb(214 211 209 / 0.4) !important;
}

.border-b-stone-300\/45 {
  border-bottom-color: rgb(214 211 209 / 0.45) !important;
}

.border-b-stone-300\/5 {
  border-bottom-color: rgb(214 211 209 / 0.05) !important;
}

.border-b-stone-300\/50 {
  border-bottom-color: rgb(214 211 209 / 0.5) !important;
}

.border-b-stone-300\/55 {
  border-bottom-color: rgb(214 211 209 / 0.55) !important;
}

.border-b-stone-300\/60 {
  border-bottom-color: rgb(214 211 209 / 0.6) !important;
}

.border-b-stone-300\/65 {
  border-bottom-color: rgb(214 211 209 / 0.65) !important;
}

.border-b-stone-300\/70 {
  border-bottom-color: rgb(214 211 209 / 0.7) !important;
}

.border-b-stone-300\/75 {
  border-bottom-color: rgb(214 211 209 / 0.75) !important;
}

.border-b-stone-300\/80 {
  border-bottom-color: rgb(214 211 209 / 0.8) !important;
}

.border-b-stone-300\/85 {
  border-bottom-color: rgb(214 211 209 / 0.85) !important;
}

.border-b-stone-300\/90 {
  border-bottom-color: rgb(214 211 209 / 0.9) !important;
}

.border-b-stone-300\/95 {
  border-bottom-color: rgb(214 211 209 / 0.95) !important;
}

.border-b-stone-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-400\/0 {
  border-bottom-color: rgb(168 162 158 / 0) !important;
}

.border-b-stone-400\/10 {
  border-bottom-color: rgb(168 162 158 / 0.1) !important;
}

.border-b-stone-400\/100 {
  border-bottom-color: rgb(168 162 158 / 1) !important;
}

.border-b-stone-400\/15 {
  border-bottom-color: rgb(168 162 158 / 0.15) !important;
}

.border-b-stone-400\/20 {
  border-bottom-color: rgb(168 162 158 / 0.2) !important;
}

.border-b-stone-400\/25 {
  border-bottom-color: rgb(168 162 158 / 0.25) !important;
}

.border-b-stone-400\/30 {
  border-bottom-color: rgb(168 162 158 / 0.3) !important;
}

.border-b-stone-400\/35 {
  border-bottom-color: rgb(168 162 158 / 0.35) !important;
}

.border-b-stone-400\/40 {
  border-bottom-color: rgb(168 162 158 / 0.4) !important;
}

.border-b-stone-400\/45 {
  border-bottom-color: rgb(168 162 158 / 0.45) !important;
}

.border-b-stone-400\/5 {
  border-bottom-color: rgb(168 162 158 / 0.05) !important;
}

.border-b-stone-400\/50 {
  border-bottom-color: rgb(168 162 158 / 0.5) !important;
}

.border-b-stone-400\/55 {
  border-bottom-color: rgb(168 162 158 / 0.55) !important;
}

.border-b-stone-400\/60 {
  border-bottom-color: rgb(168 162 158 / 0.6) !important;
}

.border-b-stone-400\/65 {
  border-bottom-color: rgb(168 162 158 / 0.65) !important;
}

.border-b-stone-400\/70 {
  border-bottom-color: rgb(168 162 158 / 0.7) !important;
}

.border-b-stone-400\/75 {
  border-bottom-color: rgb(168 162 158 / 0.75) !important;
}

.border-b-stone-400\/80 {
  border-bottom-color: rgb(168 162 158 / 0.8) !important;
}

.border-b-stone-400\/85 {
  border-bottom-color: rgb(168 162 158 / 0.85) !important;
}

.border-b-stone-400\/90 {
  border-bottom-color: rgb(168 162 158 / 0.9) !important;
}

.border-b-stone-400\/95 {
  border-bottom-color: rgb(168 162 158 / 0.95) !important;
}

.border-b-stone-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-50\/0 {
  border-bottom-color: rgb(250 250 249 / 0) !important;
}

.border-b-stone-50\/10 {
  border-bottom-color: rgb(250 250 249 / 0.1) !important;
}

.border-b-stone-50\/100 {
  border-bottom-color: rgb(250 250 249 / 1) !important;
}

.border-b-stone-50\/15 {
  border-bottom-color: rgb(250 250 249 / 0.15) !important;
}

.border-b-stone-50\/20 {
  border-bottom-color: rgb(250 250 249 / 0.2) !important;
}

.border-b-stone-50\/25 {
  border-bottom-color: rgb(250 250 249 / 0.25) !important;
}

.border-b-stone-50\/30 {
  border-bottom-color: rgb(250 250 249 / 0.3) !important;
}

.border-b-stone-50\/35 {
  border-bottom-color: rgb(250 250 249 / 0.35) !important;
}

.border-b-stone-50\/40 {
  border-bottom-color: rgb(250 250 249 / 0.4) !important;
}

.border-b-stone-50\/45 {
  border-bottom-color: rgb(250 250 249 / 0.45) !important;
}

.border-b-stone-50\/5 {
  border-bottom-color: rgb(250 250 249 / 0.05) !important;
}

.border-b-stone-50\/50 {
  border-bottom-color: rgb(250 250 249 / 0.5) !important;
}

.border-b-stone-50\/55 {
  border-bottom-color: rgb(250 250 249 / 0.55) !important;
}

.border-b-stone-50\/60 {
  border-bottom-color: rgb(250 250 249 / 0.6) !important;
}

.border-b-stone-50\/65 {
  border-bottom-color: rgb(250 250 249 / 0.65) !important;
}

.border-b-stone-50\/70 {
  border-bottom-color: rgb(250 250 249 / 0.7) !important;
}

.border-b-stone-50\/75 {
  border-bottom-color: rgb(250 250 249 / 0.75) !important;
}

.border-b-stone-50\/80 {
  border-bottom-color: rgb(250 250 249 / 0.8) !important;
}

.border-b-stone-50\/85 {
  border-bottom-color: rgb(250 250 249 / 0.85) !important;
}

.border-b-stone-50\/90 {
  border-bottom-color: rgb(250 250 249 / 0.9) !important;
}

.border-b-stone-50\/95 {
  border-bottom-color: rgb(250 250 249 / 0.95) !important;
}

.border-b-stone-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-500\/0 {
  border-bottom-color: rgb(120 113 108 / 0) !important;
}

.border-b-stone-500\/10 {
  border-bottom-color: rgb(120 113 108 / 0.1) !important;
}

.border-b-stone-500\/100 {
  border-bottom-color: rgb(120 113 108 / 1) !important;
}

.border-b-stone-500\/15 {
  border-bottom-color: rgb(120 113 108 / 0.15) !important;
}

.border-b-stone-500\/20 {
  border-bottom-color: rgb(120 113 108 / 0.2) !important;
}

.border-b-stone-500\/25 {
  border-bottom-color: rgb(120 113 108 / 0.25) !important;
}

.border-b-stone-500\/30 {
  border-bottom-color: rgb(120 113 108 / 0.3) !important;
}

.border-b-stone-500\/35 {
  border-bottom-color: rgb(120 113 108 / 0.35) !important;
}

.border-b-stone-500\/40 {
  border-bottom-color: rgb(120 113 108 / 0.4) !important;
}

.border-b-stone-500\/45 {
  border-bottom-color: rgb(120 113 108 / 0.45) !important;
}

.border-b-stone-500\/5 {
  border-bottom-color: rgb(120 113 108 / 0.05) !important;
}

.border-b-stone-500\/50 {
  border-bottom-color: rgb(120 113 108 / 0.5) !important;
}

.border-b-stone-500\/55 {
  border-bottom-color: rgb(120 113 108 / 0.55) !important;
}

.border-b-stone-500\/60 {
  border-bottom-color: rgb(120 113 108 / 0.6) !important;
}

.border-b-stone-500\/65 {
  border-bottom-color: rgb(120 113 108 / 0.65) !important;
}

.border-b-stone-500\/70 {
  border-bottom-color: rgb(120 113 108 / 0.7) !important;
}

.border-b-stone-500\/75 {
  border-bottom-color: rgb(120 113 108 / 0.75) !important;
}

.border-b-stone-500\/80 {
  border-bottom-color: rgb(120 113 108 / 0.8) !important;
}

.border-b-stone-500\/85 {
  border-bottom-color: rgb(120 113 108 / 0.85) !important;
}

.border-b-stone-500\/90 {
  border-bottom-color: rgb(120 113 108 / 0.9) !important;
}

.border-b-stone-500\/95 {
  border-bottom-color: rgb(120 113 108 / 0.95) !important;
}

.border-b-stone-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-600\/0 {
  border-bottom-color: rgb(87 83 78 / 0) !important;
}

.border-b-stone-600\/10 {
  border-bottom-color: rgb(87 83 78 / 0.1) !important;
}

.border-b-stone-600\/100 {
  border-bottom-color: rgb(87 83 78 / 1) !important;
}

.border-b-stone-600\/15 {
  border-bottom-color: rgb(87 83 78 / 0.15) !important;
}

.border-b-stone-600\/20 {
  border-bottom-color: rgb(87 83 78 / 0.2) !important;
}

.border-b-stone-600\/25 {
  border-bottom-color: rgb(87 83 78 / 0.25) !important;
}

.border-b-stone-600\/30 {
  border-bottom-color: rgb(87 83 78 / 0.3) !important;
}

.border-b-stone-600\/35 {
  border-bottom-color: rgb(87 83 78 / 0.35) !important;
}

.border-b-stone-600\/40 {
  border-bottom-color: rgb(87 83 78 / 0.4) !important;
}

.border-b-stone-600\/45 {
  border-bottom-color: rgb(87 83 78 / 0.45) !important;
}

.border-b-stone-600\/5 {
  border-bottom-color: rgb(87 83 78 / 0.05) !important;
}

.border-b-stone-600\/50 {
  border-bottom-color: rgb(87 83 78 / 0.5) !important;
}

.border-b-stone-600\/55 {
  border-bottom-color: rgb(87 83 78 / 0.55) !important;
}

.border-b-stone-600\/60 {
  border-bottom-color: rgb(87 83 78 / 0.6) !important;
}

.border-b-stone-600\/65 {
  border-bottom-color: rgb(87 83 78 / 0.65) !important;
}

.border-b-stone-600\/70 {
  border-bottom-color: rgb(87 83 78 / 0.7) !important;
}

.border-b-stone-600\/75 {
  border-bottom-color: rgb(87 83 78 / 0.75) !important;
}

.border-b-stone-600\/80 {
  border-bottom-color: rgb(87 83 78 / 0.8) !important;
}

.border-b-stone-600\/85 {
  border-bottom-color: rgb(87 83 78 / 0.85) !important;
}

.border-b-stone-600\/90 {
  border-bottom-color: rgb(87 83 78 / 0.9) !important;
}

.border-b-stone-600\/95 {
  border-bottom-color: rgb(87 83 78 / 0.95) !important;
}

.border-b-stone-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-700\/0 {
  border-bottom-color: rgb(68 64 60 / 0) !important;
}

.border-b-stone-700\/10 {
  border-bottom-color: rgb(68 64 60 / 0.1) !important;
}

.border-b-stone-700\/100 {
  border-bottom-color: rgb(68 64 60 / 1) !important;
}

.border-b-stone-700\/15 {
  border-bottom-color: rgb(68 64 60 / 0.15) !important;
}

.border-b-stone-700\/20 {
  border-bottom-color: rgb(68 64 60 / 0.2) !important;
}

.border-b-stone-700\/25 {
  border-bottom-color: rgb(68 64 60 / 0.25) !important;
}

.border-b-stone-700\/30 {
  border-bottom-color: rgb(68 64 60 / 0.3) !important;
}

.border-b-stone-700\/35 {
  border-bottom-color: rgb(68 64 60 / 0.35) !important;
}

.border-b-stone-700\/40 {
  border-bottom-color: rgb(68 64 60 / 0.4) !important;
}

.border-b-stone-700\/45 {
  border-bottom-color: rgb(68 64 60 / 0.45) !important;
}

.border-b-stone-700\/5 {
  border-bottom-color: rgb(68 64 60 / 0.05) !important;
}

.border-b-stone-700\/50 {
  border-bottom-color: rgb(68 64 60 / 0.5) !important;
}

.border-b-stone-700\/55 {
  border-bottom-color: rgb(68 64 60 / 0.55) !important;
}

.border-b-stone-700\/60 {
  border-bottom-color: rgb(68 64 60 / 0.6) !important;
}

.border-b-stone-700\/65 {
  border-bottom-color: rgb(68 64 60 / 0.65) !important;
}

.border-b-stone-700\/70 {
  border-bottom-color: rgb(68 64 60 / 0.7) !important;
}

.border-b-stone-700\/75 {
  border-bottom-color: rgb(68 64 60 / 0.75) !important;
}

.border-b-stone-700\/80 {
  border-bottom-color: rgb(68 64 60 / 0.8) !important;
}

.border-b-stone-700\/85 {
  border-bottom-color: rgb(68 64 60 / 0.85) !important;
}

.border-b-stone-700\/90 {
  border-bottom-color: rgb(68 64 60 / 0.9) !important;
}

.border-b-stone-700\/95 {
  border-bottom-color: rgb(68 64 60 / 0.95) !important;
}

.border-b-stone-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-800\/0 {
  border-bottom-color: rgb(41 37 36 / 0) !important;
}

.border-b-stone-800\/10 {
  border-bottom-color: rgb(41 37 36 / 0.1) !important;
}

.border-b-stone-800\/100 {
  border-bottom-color: rgb(41 37 36 / 1) !important;
}

.border-b-stone-800\/15 {
  border-bottom-color: rgb(41 37 36 / 0.15) !important;
}

.border-b-stone-800\/20 {
  border-bottom-color: rgb(41 37 36 / 0.2) !important;
}

.border-b-stone-800\/25 {
  border-bottom-color: rgb(41 37 36 / 0.25) !important;
}

.border-b-stone-800\/30 {
  border-bottom-color: rgb(41 37 36 / 0.3) !important;
}

.border-b-stone-800\/35 {
  border-bottom-color: rgb(41 37 36 / 0.35) !important;
}

.border-b-stone-800\/40 {
  border-bottom-color: rgb(41 37 36 / 0.4) !important;
}

.border-b-stone-800\/45 {
  border-bottom-color: rgb(41 37 36 / 0.45) !important;
}

.border-b-stone-800\/5 {
  border-bottom-color: rgb(41 37 36 / 0.05) !important;
}

.border-b-stone-800\/50 {
  border-bottom-color: rgb(41 37 36 / 0.5) !important;
}

.border-b-stone-800\/55 {
  border-bottom-color: rgb(41 37 36 / 0.55) !important;
}

.border-b-stone-800\/60 {
  border-bottom-color: rgb(41 37 36 / 0.6) !important;
}

.border-b-stone-800\/65 {
  border-bottom-color: rgb(41 37 36 / 0.65) !important;
}

.border-b-stone-800\/70 {
  border-bottom-color: rgb(41 37 36 / 0.7) !important;
}

.border-b-stone-800\/75 {
  border-bottom-color: rgb(41 37 36 / 0.75) !important;
}

.border-b-stone-800\/80 {
  border-bottom-color: rgb(41 37 36 / 0.8) !important;
}

.border-b-stone-800\/85 {
  border-bottom-color: rgb(41 37 36 / 0.85) !important;
}

.border-b-stone-800\/90 {
  border-bottom-color: rgb(41 37 36 / 0.9) !important;
}

.border-b-stone-800\/95 {
  border-bottom-color: rgb(41 37 36 / 0.95) !important;
}

.border-b-stone-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-900\/0 {
  border-bottom-color: rgb(28 25 23 / 0) !important;
}

.border-b-stone-900\/10 {
  border-bottom-color: rgb(28 25 23 / 0.1) !important;
}

.border-b-stone-900\/100 {
  border-bottom-color: rgb(28 25 23 / 1) !important;
}

.border-b-stone-900\/15 {
  border-bottom-color: rgb(28 25 23 / 0.15) !important;
}

.border-b-stone-900\/20 {
  border-bottom-color: rgb(28 25 23 / 0.2) !important;
}

.border-b-stone-900\/25 {
  border-bottom-color: rgb(28 25 23 / 0.25) !important;
}

.border-b-stone-900\/30 {
  border-bottom-color: rgb(28 25 23 / 0.3) !important;
}

.border-b-stone-900\/35 {
  border-bottom-color: rgb(28 25 23 / 0.35) !important;
}

.border-b-stone-900\/40 {
  border-bottom-color: rgb(28 25 23 / 0.4) !important;
}

.border-b-stone-900\/45 {
  border-bottom-color: rgb(28 25 23 / 0.45) !important;
}

.border-b-stone-900\/5 {
  border-bottom-color: rgb(28 25 23 / 0.05) !important;
}

.border-b-stone-900\/50 {
  border-bottom-color: rgb(28 25 23 / 0.5) !important;
}

.border-b-stone-900\/55 {
  border-bottom-color: rgb(28 25 23 / 0.55) !important;
}

.border-b-stone-900\/60 {
  border-bottom-color: rgb(28 25 23 / 0.6) !important;
}

.border-b-stone-900\/65 {
  border-bottom-color: rgb(28 25 23 / 0.65) !important;
}

.border-b-stone-900\/70 {
  border-bottom-color: rgb(28 25 23 / 0.7) !important;
}

.border-b-stone-900\/75 {
  border-bottom-color: rgb(28 25 23 / 0.75) !important;
}

.border-b-stone-900\/80 {
  border-bottom-color: rgb(28 25 23 / 0.8) !important;
}

.border-b-stone-900\/85 {
  border-bottom-color: rgb(28 25 23 / 0.85) !important;
}

.border-b-stone-900\/90 {
  border-bottom-color: rgb(28 25 23 / 0.9) !important;
}

.border-b-stone-900\/95 {
  border-bottom-color: rgb(28 25 23 / 0.95) !important;
}

.border-b-stone-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-b-stone-950\/0 {
  border-bottom-color: rgb(12 10 9 / 0) !important;
}

.border-b-stone-950\/10 {
  border-bottom-color: rgb(12 10 9 / 0.1) !important;
}

.border-b-stone-950\/100 {
  border-bottom-color: rgb(12 10 9 / 1) !important;
}

.border-b-stone-950\/15 {
  border-bottom-color: rgb(12 10 9 / 0.15) !important;
}

.border-b-stone-950\/20 {
  border-bottom-color: rgb(12 10 9 / 0.2) !important;
}

.border-b-stone-950\/25 {
  border-bottom-color: rgb(12 10 9 / 0.25) !important;
}

.border-b-stone-950\/30 {
  border-bottom-color: rgb(12 10 9 / 0.3) !important;
}

.border-b-stone-950\/35 {
  border-bottom-color: rgb(12 10 9 / 0.35) !important;
}

.border-b-stone-950\/40 {
  border-bottom-color: rgb(12 10 9 / 0.4) !important;
}

.border-b-stone-950\/45 {
  border-bottom-color: rgb(12 10 9 / 0.45) !important;
}

.border-b-stone-950\/5 {
  border-bottom-color: rgb(12 10 9 / 0.05) !important;
}

.border-b-stone-950\/50 {
  border-bottom-color: rgb(12 10 9 / 0.5) !important;
}

.border-b-stone-950\/55 {
  border-bottom-color: rgb(12 10 9 / 0.55) !important;
}

.border-b-stone-950\/60 {
  border-bottom-color: rgb(12 10 9 / 0.6) !important;
}

.border-b-stone-950\/65 {
  border-bottom-color: rgb(12 10 9 / 0.65) !important;
}

.border-b-stone-950\/70 {
  border-bottom-color: rgb(12 10 9 / 0.7) !important;
}

.border-b-stone-950\/75 {
  border-bottom-color: rgb(12 10 9 / 0.75) !important;
}

.border-b-stone-950\/80 {
  border-bottom-color: rgb(12 10 9 / 0.8) !important;
}

.border-b-stone-950\/85 {
  border-bottom-color: rgb(12 10 9 / 0.85) !important;
}

.border-b-stone-950\/90 {
  border-bottom-color: rgb(12 10 9 / 0.9) !important;
}

.border-b-stone-950\/95 {
  border-bottom-color: rgb(12 10 9 / 0.95) !important;
}

.border-b-teal-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-100\/0 {
  border-bottom-color: rgb(204 251 241 / 0) !important;
}

.border-b-teal-100\/10 {
  border-bottom-color: rgb(204 251 241 / 0.1) !important;
}

.border-b-teal-100\/100 {
  border-bottom-color: rgb(204 251 241 / 1) !important;
}

.border-b-teal-100\/15 {
  border-bottom-color: rgb(204 251 241 / 0.15) !important;
}

.border-b-teal-100\/20 {
  border-bottom-color: rgb(204 251 241 / 0.2) !important;
}

.border-b-teal-100\/25 {
  border-bottom-color: rgb(204 251 241 / 0.25) !important;
}

.border-b-teal-100\/30 {
  border-bottom-color: rgb(204 251 241 / 0.3) !important;
}

.border-b-teal-100\/35 {
  border-bottom-color: rgb(204 251 241 / 0.35) !important;
}

.border-b-teal-100\/40 {
  border-bottom-color: rgb(204 251 241 / 0.4) !important;
}

.border-b-teal-100\/45 {
  border-bottom-color: rgb(204 251 241 / 0.45) !important;
}

.border-b-teal-100\/5 {
  border-bottom-color: rgb(204 251 241 / 0.05) !important;
}

.border-b-teal-100\/50 {
  border-bottom-color: rgb(204 251 241 / 0.5) !important;
}

.border-b-teal-100\/55 {
  border-bottom-color: rgb(204 251 241 / 0.55) !important;
}

.border-b-teal-100\/60 {
  border-bottom-color: rgb(204 251 241 / 0.6) !important;
}

.border-b-teal-100\/65 {
  border-bottom-color: rgb(204 251 241 / 0.65) !important;
}

.border-b-teal-100\/70 {
  border-bottom-color: rgb(204 251 241 / 0.7) !important;
}

.border-b-teal-100\/75 {
  border-bottom-color: rgb(204 251 241 / 0.75) !important;
}

.border-b-teal-100\/80 {
  border-bottom-color: rgb(204 251 241 / 0.8) !important;
}

.border-b-teal-100\/85 {
  border-bottom-color: rgb(204 251 241 / 0.85) !important;
}

.border-b-teal-100\/90 {
  border-bottom-color: rgb(204 251 241 / 0.9) !important;
}

.border-b-teal-100\/95 {
  border-bottom-color: rgb(204 251 241 / 0.95) !important;
}

.border-b-teal-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-200\/0 {
  border-bottom-color: rgb(153 246 228 / 0) !important;
}

.border-b-teal-200\/10 {
  border-bottom-color: rgb(153 246 228 / 0.1) !important;
}

.border-b-teal-200\/100 {
  border-bottom-color: rgb(153 246 228 / 1) !important;
}

.border-b-teal-200\/15 {
  border-bottom-color: rgb(153 246 228 / 0.15) !important;
}

.border-b-teal-200\/20 {
  border-bottom-color: rgb(153 246 228 / 0.2) !important;
}

.border-b-teal-200\/25 {
  border-bottom-color: rgb(153 246 228 / 0.25) !important;
}

.border-b-teal-200\/30 {
  border-bottom-color: rgb(153 246 228 / 0.3) !important;
}

.border-b-teal-200\/35 {
  border-bottom-color: rgb(153 246 228 / 0.35) !important;
}

.border-b-teal-200\/40 {
  border-bottom-color: rgb(153 246 228 / 0.4) !important;
}

.border-b-teal-200\/45 {
  border-bottom-color: rgb(153 246 228 / 0.45) !important;
}

.border-b-teal-200\/5 {
  border-bottom-color: rgb(153 246 228 / 0.05) !important;
}

.border-b-teal-200\/50 {
  border-bottom-color: rgb(153 246 228 / 0.5) !important;
}

.border-b-teal-200\/55 {
  border-bottom-color: rgb(153 246 228 / 0.55) !important;
}

.border-b-teal-200\/60 {
  border-bottom-color: rgb(153 246 228 / 0.6) !important;
}

.border-b-teal-200\/65 {
  border-bottom-color: rgb(153 246 228 / 0.65) !important;
}

.border-b-teal-200\/70 {
  border-bottom-color: rgb(153 246 228 / 0.7) !important;
}

.border-b-teal-200\/75 {
  border-bottom-color: rgb(153 246 228 / 0.75) !important;
}

.border-b-teal-200\/80 {
  border-bottom-color: rgb(153 246 228 / 0.8) !important;
}

.border-b-teal-200\/85 {
  border-bottom-color: rgb(153 246 228 / 0.85) !important;
}

.border-b-teal-200\/90 {
  border-bottom-color: rgb(153 246 228 / 0.9) !important;
}

.border-b-teal-200\/95 {
  border-bottom-color: rgb(153 246 228 / 0.95) !important;
}

.border-b-teal-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-300\/0 {
  border-bottom-color: rgb(94 234 212 / 0) !important;
}

.border-b-teal-300\/10 {
  border-bottom-color: rgb(94 234 212 / 0.1) !important;
}

.border-b-teal-300\/100 {
  border-bottom-color: rgb(94 234 212 / 1) !important;
}

.border-b-teal-300\/15 {
  border-bottom-color: rgb(94 234 212 / 0.15) !important;
}

.border-b-teal-300\/20 {
  border-bottom-color: rgb(94 234 212 / 0.2) !important;
}

.border-b-teal-300\/25 {
  border-bottom-color: rgb(94 234 212 / 0.25) !important;
}

.border-b-teal-300\/30 {
  border-bottom-color: rgb(94 234 212 / 0.3) !important;
}

.border-b-teal-300\/35 {
  border-bottom-color: rgb(94 234 212 / 0.35) !important;
}

.border-b-teal-300\/40 {
  border-bottom-color: rgb(94 234 212 / 0.4) !important;
}

.border-b-teal-300\/45 {
  border-bottom-color: rgb(94 234 212 / 0.45) !important;
}

.border-b-teal-300\/5 {
  border-bottom-color: rgb(94 234 212 / 0.05) !important;
}

.border-b-teal-300\/50 {
  border-bottom-color: rgb(94 234 212 / 0.5) !important;
}

.border-b-teal-300\/55 {
  border-bottom-color: rgb(94 234 212 / 0.55) !important;
}

.border-b-teal-300\/60 {
  border-bottom-color: rgb(94 234 212 / 0.6) !important;
}

.border-b-teal-300\/65 {
  border-bottom-color: rgb(94 234 212 / 0.65) !important;
}

.border-b-teal-300\/70 {
  border-bottom-color: rgb(94 234 212 / 0.7) !important;
}

.border-b-teal-300\/75 {
  border-bottom-color: rgb(94 234 212 / 0.75) !important;
}

.border-b-teal-300\/80 {
  border-bottom-color: rgb(94 234 212 / 0.8) !important;
}

.border-b-teal-300\/85 {
  border-bottom-color: rgb(94 234 212 / 0.85) !important;
}

.border-b-teal-300\/90 {
  border-bottom-color: rgb(94 234 212 / 0.9) !important;
}

.border-b-teal-300\/95 {
  border-bottom-color: rgb(94 234 212 / 0.95) !important;
}

.border-b-teal-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-400\/0 {
  border-bottom-color: rgb(45 212 191 / 0) !important;
}

.border-b-teal-400\/10 {
  border-bottom-color: rgb(45 212 191 / 0.1) !important;
}

.border-b-teal-400\/100 {
  border-bottom-color: rgb(45 212 191 / 1) !important;
}

.border-b-teal-400\/15 {
  border-bottom-color: rgb(45 212 191 / 0.15) !important;
}

.border-b-teal-400\/20 {
  border-bottom-color: rgb(45 212 191 / 0.2) !important;
}

.border-b-teal-400\/25 {
  border-bottom-color: rgb(45 212 191 / 0.25) !important;
}

.border-b-teal-400\/30 {
  border-bottom-color: rgb(45 212 191 / 0.3) !important;
}

.border-b-teal-400\/35 {
  border-bottom-color: rgb(45 212 191 / 0.35) !important;
}

.border-b-teal-400\/40 {
  border-bottom-color: rgb(45 212 191 / 0.4) !important;
}

.border-b-teal-400\/45 {
  border-bottom-color: rgb(45 212 191 / 0.45) !important;
}

.border-b-teal-400\/5 {
  border-bottom-color: rgb(45 212 191 / 0.05) !important;
}

.border-b-teal-400\/50 {
  border-bottom-color: rgb(45 212 191 / 0.5) !important;
}

.border-b-teal-400\/55 {
  border-bottom-color: rgb(45 212 191 / 0.55) !important;
}

.border-b-teal-400\/60 {
  border-bottom-color: rgb(45 212 191 / 0.6) !important;
}

.border-b-teal-400\/65 {
  border-bottom-color: rgb(45 212 191 / 0.65) !important;
}

.border-b-teal-400\/70 {
  border-bottom-color: rgb(45 212 191 / 0.7) !important;
}

.border-b-teal-400\/75 {
  border-bottom-color: rgb(45 212 191 / 0.75) !important;
}

.border-b-teal-400\/80 {
  border-bottom-color: rgb(45 212 191 / 0.8) !important;
}

.border-b-teal-400\/85 {
  border-bottom-color: rgb(45 212 191 / 0.85) !important;
}

.border-b-teal-400\/90 {
  border-bottom-color: rgb(45 212 191 / 0.9) !important;
}

.border-b-teal-400\/95 {
  border-bottom-color: rgb(45 212 191 / 0.95) !important;
}

.border-b-teal-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-50\/0 {
  border-bottom-color: rgb(240 253 250 / 0) !important;
}

.border-b-teal-50\/10 {
  border-bottom-color: rgb(240 253 250 / 0.1) !important;
}

.border-b-teal-50\/100 {
  border-bottom-color: rgb(240 253 250 / 1) !important;
}

.border-b-teal-50\/15 {
  border-bottom-color: rgb(240 253 250 / 0.15) !important;
}

.border-b-teal-50\/20 {
  border-bottom-color: rgb(240 253 250 / 0.2) !important;
}

.border-b-teal-50\/25 {
  border-bottom-color: rgb(240 253 250 / 0.25) !important;
}

.border-b-teal-50\/30 {
  border-bottom-color: rgb(240 253 250 / 0.3) !important;
}

.border-b-teal-50\/35 {
  border-bottom-color: rgb(240 253 250 / 0.35) !important;
}

.border-b-teal-50\/40 {
  border-bottom-color: rgb(240 253 250 / 0.4) !important;
}

.border-b-teal-50\/45 {
  border-bottom-color: rgb(240 253 250 / 0.45) !important;
}

.border-b-teal-50\/5 {
  border-bottom-color: rgb(240 253 250 / 0.05) !important;
}

.border-b-teal-50\/50 {
  border-bottom-color: rgb(240 253 250 / 0.5) !important;
}

.border-b-teal-50\/55 {
  border-bottom-color: rgb(240 253 250 / 0.55) !important;
}

.border-b-teal-50\/60 {
  border-bottom-color: rgb(240 253 250 / 0.6) !important;
}

.border-b-teal-50\/65 {
  border-bottom-color: rgb(240 253 250 / 0.65) !important;
}

.border-b-teal-50\/70 {
  border-bottom-color: rgb(240 253 250 / 0.7) !important;
}

.border-b-teal-50\/75 {
  border-bottom-color: rgb(240 253 250 / 0.75) !important;
}

.border-b-teal-50\/80 {
  border-bottom-color: rgb(240 253 250 / 0.8) !important;
}

.border-b-teal-50\/85 {
  border-bottom-color: rgb(240 253 250 / 0.85) !important;
}

.border-b-teal-50\/90 {
  border-bottom-color: rgb(240 253 250 / 0.9) !important;
}

.border-b-teal-50\/95 {
  border-bottom-color: rgb(240 253 250 / 0.95) !important;
}

.border-b-teal-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-500\/0 {
  border-bottom-color: rgb(20 184 166 / 0) !important;
}

.border-b-teal-500\/10 {
  border-bottom-color: rgb(20 184 166 / 0.1) !important;
}

.border-b-teal-500\/100 {
  border-bottom-color: rgb(20 184 166 / 1) !important;
}

.border-b-teal-500\/15 {
  border-bottom-color: rgb(20 184 166 / 0.15) !important;
}

.border-b-teal-500\/20 {
  border-bottom-color: rgb(20 184 166 / 0.2) !important;
}

.border-b-teal-500\/25 {
  border-bottom-color: rgb(20 184 166 / 0.25) !important;
}

.border-b-teal-500\/30 {
  border-bottom-color: rgb(20 184 166 / 0.3) !important;
}

.border-b-teal-500\/35 {
  border-bottom-color: rgb(20 184 166 / 0.35) !important;
}

.border-b-teal-500\/40 {
  border-bottom-color: rgb(20 184 166 / 0.4) !important;
}

.border-b-teal-500\/45 {
  border-bottom-color: rgb(20 184 166 / 0.45) !important;
}

.border-b-teal-500\/5 {
  border-bottom-color: rgb(20 184 166 / 0.05) !important;
}

.border-b-teal-500\/50 {
  border-bottom-color: rgb(20 184 166 / 0.5) !important;
}

.border-b-teal-500\/55 {
  border-bottom-color: rgb(20 184 166 / 0.55) !important;
}

.border-b-teal-500\/60 {
  border-bottom-color: rgb(20 184 166 / 0.6) !important;
}

.border-b-teal-500\/65 {
  border-bottom-color: rgb(20 184 166 / 0.65) !important;
}

.border-b-teal-500\/70 {
  border-bottom-color: rgb(20 184 166 / 0.7) !important;
}

.border-b-teal-500\/75 {
  border-bottom-color: rgb(20 184 166 / 0.75) !important;
}

.border-b-teal-500\/80 {
  border-bottom-color: rgb(20 184 166 / 0.8) !important;
}

.border-b-teal-500\/85 {
  border-bottom-color: rgb(20 184 166 / 0.85) !important;
}

.border-b-teal-500\/90 {
  border-bottom-color: rgb(20 184 166 / 0.9) !important;
}

.border-b-teal-500\/95 {
  border-bottom-color: rgb(20 184 166 / 0.95) !important;
}

.border-b-teal-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-600\/0 {
  border-bottom-color: rgb(13 148 136 / 0) !important;
}

.border-b-teal-600\/10 {
  border-bottom-color: rgb(13 148 136 / 0.1) !important;
}

.border-b-teal-600\/100 {
  border-bottom-color: rgb(13 148 136 / 1) !important;
}

.border-b-teal-600\/15 {
  border-bottom-color: rgb(13 148 136 / 0.15) !important;
}

.border-b-teal-600\/20 {
  border-bottom-color: rgb(13 148 136 / 0.2) !important;
}

.border-b-teal-600\/25 {
  border-bottom-color: rgb(13 148 136 / 0.25) !important;
}

.border-b-teal-600\/30 {
  border-bottom-color: rgb(13 148 136 / 0.3) !important;
}

.border-b-teal-600\/35 {
  border-bottom-color: rgb(13 148 136 / 0.35) !important;
}

.border-b-teal-600\/40 {
  border-bottom-color: rgb(13 148 136 / 0.4) !important;
}

.border-b-teal-600\/45 {
  border-bottom-color: rgb(13 148 136 / 0.45) !important;
}

.border-b-teal-600\/5 {
  border-bottom-color: rgb(13 148 136 / 0.05) !important;
}

.border-b-teal-600\/50 {
  border-bottom-color: rgb(13 148 136 / 0.5) !important;
}

.border-b-teal-600\/55 {
  border-bottom-color: rgb(13 148 136 / 0.55) !important;
}

.border-b-teal-600\/60 {
  border-bottom-color: rgb(13 148 136 / 0.6) !important;
}

.border-b-teal-600\/65 {
  border-bottom-color: rgb(13 148 136 / 0.65) !important;
}

.border-b-teal-600\/70 {
  border-bottom-color: rgb(13 148 136 / 0.7) !important;
}

.border-b-teal-600\/75 {
  border-bottom-color: rgb(13 148 136 / 0.75) !important;
}

.border-b-teal-600\/80 {
  border-bottom-color: rgb(13 148 136 / 0.8) !important;
}

.border-b-teal-600\/85 {
  border-bottom-color: rgb(13 148 136 / 0.85) !important;
}

.border-b-teal-600\/90 {
  border-bottom-color: rgb(13 148 136 / 0.9) !important;
}

.border-b-teal-600\/95 {
  border-bottom-color: rgb(13 148 136 / 0.95) !important;
}

.border-b-teal-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-700\/0 {
  border-bottom-color: rgb(15 118 110 / 0) !important;
}

.border-b-teal-700\/10 {
  border-bottom-color: rgb(15 118 110 / 0.1) !important;
}

.border-b-teal-700\/100 {
  border-bottom-color: rgb(15 118 110 / 1) !important;
}

.border-b-teal-700\/15 {
  border-bottom-color: rgb(15 118 110 / 0.15) !important;
}

.border-b-teal-700\/20 {
  border-bottom-color: rgb(15 118 110 / 0.2) !important;
}

.border-b-teal-700\/25 {
  border-bottom-color: rgb(15 118 110 / 0.25) !important;
}

.border-b-teal-700\/30 {
  border-bottom-color: rgb(15 118 110 / 0.3) !important;
}

.border-b-teal-700\/35 {
  border-bottom-color: rgb(15 118 110 / 0.35) !important;
}

.border-b-teal-700\/40 {
  border-bottom-color: rgb(15 118 110 / 0.4) !important;
}

.border-b-teal-700\/45 {
  border-bottom-color: rgb(15 118 110 / 0.45) !important;
}

.border-b-teal-700\/5 {
  border-bottom-color: rgb(15 118 110 / 0.05) !important;
}

.border-b-teal-700\/50 {
  border-bottom-color: rgb(15 118 110 / 0.5) !important;
}

.border-b-teal-700\/55 {
  border-bottom-color: rgb(15 118 110 / 0.55) !important;
}

.border-b-teal-700\/60 {
  border-bottom-color: rgb(15 118 110 / 0.6) !important;
}

.border-b-teal-700\/65 {
  border-bottom-color: rgb(15 118 110 / 0.65) !important;
}

.border-b-teal-700\/70 {
  border-bottom-color: rgb(15 118 110 / 0.7) !important;
}

.border-b-teal-700\/75 {
  border-bottom-color: rgb(15 118 110 / 0.75) !important;
}

.border-b-teal-700\/80 {
  border-bottom-color: rgb(15 118 110 / 0.8) !important;
}

.border-b-teal-700\/85 {
  border-bottom-color: rgb(15 118 110 / 0.85) !important;
}

.border-b-teal-700\/90 {
  border-bottom-color: rgb(15 118 110 / 0.9) !important;
}

.border-b-teal-700\/95 {
  border-bottom-color: rgb(15 118 110 / 0.95) !important;
}

.border-b-teal-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-800\/0 {
  border-bottom-color: rgb(17 94 89 / 0) !important;
}

.border-b-teal-800\/10 {
  border-bottom-color: rgb(17 94 89 / 0.1) !important;
}

.border-b-teal-800\/100 {
  border-bottom-color: rgb(17 94 89 / 1) !important;
}

.border-b-teal-800\/15 {
  border-bottom-color: rgb(17 94 89 / 0.15) !important;
}

.border-b-teal-800\/20 {
  border-bottom-color: rgb(17 94 89 / 0.2) !important;
}

.border-b-teal-800\/25 {
  border-bottom-color: rgb(17 94 89 / 0.25) !important;
}

.border-b-teal-800\/30 {
  border-bottom-color: rgb(17 94 89 / 0.3) !important;
}

.border-b-teal-800\/35 {
  border-bottom-color: rgb(17 94 89 / 0.35) !important;
}

.border-b-teal-800\/40 {
  border-bottom-color: rgb(17 94 89 / 0.4) !important;
}

.border-b-teal-800\/45 {
  border-bottom-color: rgb(17 94 89 / 0.45) !important;
}

.border-b-teal-800\/5 {
  border-bottom-color: rgb(17 94 89 / 0.05) !important;
}

.border-b-teal-800\/50 {
  border-bottom-color: rgb(17 94 89 / 0.5) !important;
}

.border-b-teal-800\/55 {
  border-bottom-color: rgb(17 94 89 / 0.55) !important;
}

.border-b-teal-800\/60 {
  border-bottom-color: rgb(17 94 89 / 0.6) !important;
}

.border-b-teal-800\/65 {
  border-bottom-color: rgb(17 94 89 / 0.65) !important;
}

.border-b-teal-800\/70 {
  border-bottom-color: rgb(17 94 89 / 0.7) !important;
}

.border-b-teal-800\/75 {
  border-bottom-color: rgb(17 94 89 / 0.75) !important;
}

.border-b-teal-800\/80 {
  border-bottom-color: rgb(17 94 89 / 0.8) !important;
}

.border-b-teal-800\/85 {
  border-bottom-color: rgb(17 94 89 / 0.85) !important;
}

.border-b-teal-800\/90 {
  border-bottom-color: rgb(17 94 89 / 0.9) !important;
}

.border-b-teal-800\/95 {
  border-bottom-color: rgb(17 94 89 / 0.95) !important;
}

.border-b-teal-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-900\/0 {
  border-bottom-color: rgb(19 78 74 / 0) !important;
}

.border-b-teal-900\/10 {
  border-bottom-color: rgb(19 78 74 / 0.1) !important;
}

.border-b-teal-900\/100 {
  border-bottom-color: rgb(19 78 74 / 1) !important;
}

.border-b-teal-900\/15 {
  border-bottom-color: rgb(19 78 74 / 0.15) !important;
}

.border-b-teal-900\/20 {
  border-bottom-color: rgb(19 78 74 / 0.2) !important;
}

.border-b-teal-900\/25 {
  border-bottom-color: rgb(19 78 74 / 0.25) !important;
}

.border-b-teal-900\/30 {
  border-bottom-color: rgb(19 78 74 / 0.3) !important;
}

.border-b-teal-900\/35 {
  border-bottom-color: rgb(19 78 74 / 0.35) !important;
}

.border-b-teal-900\/40 {
  border-bottom-color: rgb(19 78 74 / 0.4) !important;
}

.border-b-teal-900\/45 {
  border-bottom-color: rgb(19 78 74 / 0.45) !important;
}

.border-b-teal-900\/5 {
  border-bottom-color: rgb(19 78 74 / 0.05) !important;
}

.border-b-teal-900\/50 {
  border-bottom-color: rgb(19 78 74 / 0.5) !important;
}

.border-b-teal-900\/55 {
  border-bottom-color: rgb(19 78 74 / 0.55) !important;
}

.border-b-teal-900\/60 {
  border-bottom-color: rgb(19 78 74 / 0.6) !important;
}

.border-b-teal-900\/65 {
  border-bottom-color: rgb(19 78 74 / 0.65) !important;
}

.border-b-teal-900\/70 {
  border-bottom-color: rgb(19 78 74 / 0.7) !important;
}

.border-b-teal-900\/75 {
  border-bottom-color: rgb(19 78 74 / 0.75) !important;
}

.border-b-teal-900\/80 {
  border-bottom-color: rgb(19 78 74 / 0.8) !important;
}

.border-b-teal-900\/85 {
  border-bottom-color: rgb(19 78 74 / 0.85) !important;
}

.border-b-teal-900\/90 {
  border-bottom-color: rgb(19 78 74 / 0.9) !important;
}

.border-b-teal-900\/95 {
  border-bottom-color: rgb(19 78 74 / 0.95) !important;
}

.border-b-teal-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-b-teal-950\/0 {
  border-bottom-color: rgb(4 47 46 / 0) !important;
}

.border-b-teal-950\/10 {
  border-bottom-color: rgb(4 47 46 / 0.1) !important;
}

.border-b-teal-950\/100 {
  border-bottom-color: rgb(4 47 46 / 1) !important;
}

.border-b-teal-950\/15 {
  border-bottom-color: rgb(4 47 46 / 0.15) !important;
}

.border-b-teal-950\/20 {
  border-bottom-color: rgb(4 47 46 / 0.2) !important;
}

.border-b-teal-950\/25 {
  border-bottom-color: rgb(4 47 46 / 0.25) !important;
}

.border-b-teal-950\/30 {
  border-bottom-color: rgb(4 47 46 / 0.3) !important;
}

.border-b-teal-950\/35 {
  border-bottom-color: rgb(4 47 46 / 0.35) !important;
}

.border-b-teal-950\/40 {
  border-bottom-color: rgb(4 47 46 / 0.4) !important;
}

.border-b-teal-950\/45 {
  border-bottom-color: rgb(4 47 46 / 0.45) !important;
}

.border-b-teal-950\/5 {
  border-bottom-color: rgb(4 47 46 / 0.05) !important;
}

.border-b-teal-950\/50 {
  border-bottom-color: rgb(4 47 46 / 0.5) !important;
}

.border-b-teal-950\/55 {
  border-bottom-color: rgb(4 47 46 / 0.55) !important;
}

.border-b-teal-950\/60 {
  border-bottom-color: rgb(4 47 46 / 0.6) !important;
}

.border-b-teal-950\/65 {
  border-bottom-color: rgb(4 47 46 / 0.65) !important;
}

.border-b-teal-950\/70 {
  border-bottom-color: rgb(4 47 46 / 0.7) !important;
}

.border-b-teal-950\/75 {
  border-bottom-color: rgb(4 47 46 / 0.75) !important;
}

.border-b-teal-950\/80 {
  border-bottom-color: rgb(4 47 46 / 0.8) !important;
}

.border-b-teal-950\/85 {
  border-bottom-color: rgb(4 47 46 / 0.85) !important;
}

.border-b-teal-950\/90 {
  border-bottom-color: rgb(4 47 46 / 0.9) !important;
}

.border-b-teal-950\/95 {
  border-bottom-color: rgb(4 47 46 / 0.95) !important;
}

.border-b-transparent {
  border-bottom-color: transparent !important;
}

.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0) !important;
}

.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1) !important;
}

.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1) !important;
}

.border-b-transparent\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15) !important;
}

.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2) !important;
}

.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25) !important;
}

.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3) !important;
}

.border-b-transparent\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35) !important;
}

.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4) !important;
}

.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45) !important;
}

.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05) !important;
}

.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5) !important;
}

.border-b-transparent\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55) !important;
}

.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6) !important;
}

.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65) !important;
}

.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7) !important;
}

.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75) !important;
}

.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8) !important;
}

.border-b-transparent\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85) !important;
}

.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9) !important;
}

.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95) !important;
}

.border-b-violet-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-100\/0 {
  border-bottom-color: rgb(237 233 254 / 0) !important;
}

.border-b-violet-100\/10 {
  border-bottom-color: rgb(237 233 254 / 0.1) !important;
}

.border-b-violet-100\/100 {
  border-bottom-color: rgb(237 233 254 / 1) !important;
}

.border-b-violet-100\/15 {
  border-bottom-color: rgb(237 233 254 / 0.15) !important;
}

.border-b-violet-100\/20 {
  border-bottom-color: rgb(237 233 254 / 0.2) !important;
}

.border-b-violet-100\/25 {
  border-bottom-color: rgb(237 233 254 / 0.25) !important;
}

.border-b-violet-100\/30 {
  border-bottom-color: rgb(237 233 254 / 0.3) !important;
}

.border-b-violet-100\/35 {
  border-bottom-color: rgb(237 233 254 / 0.35) !important;
}

.border-b-violet-100\/40 {
  border-bottom-color: rgb(237 233 254 / 0.4) !important;
}

.border-b-violet-100\/45 {
  border-bottom-color: rgb(237 233 254 / 0.45) !important;
}

.border-b-violet-100\/5 {
  border-bottom-color: rgb(237 233 254 / 0.05) !important;
}

.border-b-violet-100\/50 {
  border-bottom-color: rgb(237 233 254 / 0.5) !important;
}

.border-b-violet-100\/55 {
  border-bottom-color: rgb(237 233 254 / 0.55) !important;
}

.border-b-violet-100\/60 {
  border-bottom-color: rgb(237 233 254 / 0.6) !important;
}

.border-b-violet-100\/65 {
  border-bottom-color: rgb(237 233 254 / 0.65) !important;
}

.border-b-violet-100\/70 {
  border-bottom-color: rgb(237 233 254 / 0.7) !important;
}

.border-b-violet-100\/75 {
  border-bottom-color: rgb(237 233 254 / 0.75) !important;
}

.border-b-violet-100\/80 {
  border-bottom-color: rgb(237 233 254 / 0.8) !important;
}

.border-b-violet-100\/85 {
  border-bottom-color: rgb(237 233 254 / 0.85) !important;
}

.border-b-violet-100\/90 {
  border-bottom-color: rgb(237 233 254 / 0.9) !important;
}

.border-b-violet-100\/95 {
  border-bottom-color: rgb(237 233 254 / 0.95) !important;
}

.border-b-violet-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-200\/0 {
  border-bottom-color: rgb(221 214 254 / 0) !important;
}

.border-b-violet-200\/10 {
  border-bottom-color: rgb(221 214 254 / 0.1) !important;
}

.border-b-violet-200\/100 {
  border-bottom-color: rgb(221 214 254 / 1) !important;
}

.border-b-violet-200\/15 {
  border-bottom-color: rgb(221 214 254 / 0.15) !important;
}

.border-b-violet-200\/20 {
  border-bottom-color: rgb(221 214 254 / 0.2) !important;
}

.border-b-violet-200\/25 {
  border-bottom-color: rgb(221 214 254 / 0.25) !important;
}

.border-b-violet-200\/30 {
  border-bottom-color: rgb(221 214 254 / 0.3) !important;
}

.border-b-violet-200\/35 {
  border-bottom-color: rgb(221 214 254 / 0.35) !important;
}

.border-b-violet-200\/40 {
  border-bottom-color: rgb(221 214 254 / 0.4) !important;
}

.border-b-violet-200\/45 {
  border-bottom-color: rgb(221 214 254 / 0.45) !important;
}

.border-b-violet-200\/5 {
  border-bottom-color: rgb(221 214 254 / 0.05) !important;
}

.border-b-violet-200\/50 {
  border-bottom-color: rgb(221 214 254 / 0.5) !important;
}

.border-b-violet-200\/55 {
  border-bottom-color: rgb(221 214 254 / 0.55) !important;
}

.border-b-violet-200\/60 {
  border-bottom-color: rgb(221 214 254 / 0.6) !important;
}

.border-b-violet-200\/65 {
  border-bottom-color: rgb(221 214 254 / 0.65) !important;
}

.border-b-violet-200\/70 {
  border-bottom-color: rgb(221 214 254 / 0.7) !important;
}

.border-b-violet-200\/75 {
  border-bottom-color: rgb(221 214 254 / 0.75) !important;
}

.border-b-violet-200\/80 {
  border-bottom-color: rgb(221 214 254 / 0.8) !important;
}

.border-b-violet-200\/85 {
  border-bottom-color: rgb(221 214 254 / 0.85) !important;
}

.border-b-violet-200\/90 {
  border-bottom-color: rgb(221 214 254 / 0.9) !important;
}

.border-b-violet-200\/95 {
  border-bottom-color: rgb(221 214 254 / 0.95) !important;
}

.border-b-violet-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-300\/0 {
  border-bottom-color: rgb(196 181 253 / 0) !important;
}

.border-b-violet-300\/10 {
  border-bottom-color: rgb(196 181 253 / 0.1) !important;
}

.border-b-violet-300\/100 {
  border-bottom-color: rgb(196 181 253 / 1) !important;
}

.border-b-violet-300\/15 {
  border-bottom-color: rgb(196 181 253 / 0.15) !important;
}

.border-b-violet-300\/20 {
  border-bottom-color: rgb(196 181 253 / 0.2) !important;
}

.border-b-violet-300\/25 {
  border-bottom-color: rgb(196 181 253 / 0.25) !important;
}

.border-b-violet-300\/30 {
  border-bottom-color: rgb(196 181 253 / 0.3) !important;
}

.border-b-violet-300\/35 {
  border-bottom-color: rgb(196 181 253 / 0.35) !important;
}

.border-b-violet-300\/40 {
  border-bottom-color: rgb(196 181 253 / 0.4) !important;
}

.border-b-violet-300\/45 {
  border-bottom-color: rgb(196 181 253 / 0.45) !important;
}

.border-b-violet-300\/5 {
  border-bottom-color: rgb(196 181 253 / 0.05) !important;
}

.border-b-violet-300\/50 {
  border-bottom-color: rgb(196 181 253 / 0.5) !important;
}

.border-b-violet-300\/55 {
  border-bottom-color: rgb(196 181 253 / 0.55) !important;
}

.border-b-violet-300\/60 {
  border-bottom-color: rgb(196 181 253 / 0.6) !important;
}

.border-b-violet-300\/65 {
  border-bottom-color: rgb(196 181 253 / 0.65) !important;
}

.border-b-violet-300\/70 {
  border-bottom-color: rgb(196 181 253 / 0.7) !important;
}

.border-b-violet-300\/75 {
  border-bottom-color: rgb(196 181 253 / 0.75) !important;
}

.border-b-violet-300\/80 {
  border-bottom-color: rgb(196 181 253 / 0.8) !important;
}

.border-b-violet-300\/85 {
  border-bottom-color: rgb(196 181 253 / 0.85) !important;
}

.border-b-violet-300\/90 {
  border-bottom-color: rgb(196 181 253 / 0.9) !important;
}

.border-b-violet-300\/95 {
  border-bottom-color: rgb(196 181 253 / 0.95) !important;
}

.border-b-violet-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-400\/0 {
  border-bottom-color: rgb(167 139 250 / 0) !important;
}

.border-b-violet-400\/10 {
  border-bottom-color: rgb(167 139 250 / 0.1) !important;
}

.border-b-violet-400\/100 {
  border-bottom-color: rgb(167 139 250 / 1) !important;
}

.border-b-violet-400\/15 {
  border-bottom-color: rgb(167 139 250 / 0.15) !important;
}

.border-b-violet-400\/20 {
  border-bottom-color: rgb(167 139 250 / 0.2) !important;
}

.border-b-violet-400\/25 {
  border-bottom-color: rgb(167 139 250 / 0.25) !important;
}

.border-b-violet-400\/30 {
  border-bottom-color: rgb(167 139 250 / 0.3) !important;
}

.border-b-violet-400\/35 {
  border-bottom-color: rgb(167 139 250 / 0.35) !important;
}

.border-b-violet-400\/40 {
  border-bottom-color: rgb(167 139 250 / 0.4) !important;
}

.border-b-violet-400\/45 {
  border-bottom-color: rgb(167 139 250 / 0.45) !important;
}

.border-b-violet-400\/5 {
  border-bottom-color: rgb(167 139 250 / 0.05) !important;
}

.border-b-violet-400\/50 {
  border-bottom-color: rgb(167 139 250 / 0.5) !important;
}

.border-b-violet-400\/55 {
  border-bottom-color: rgb(167 139 250 / 0.55) !important;
}

.border-b-violet-400\/60 {
  border-bottom-color: rgb(167 139 250 / 0.6) !important;
}

.border-b-violet-400\/65 {
  border-bottom-color: rgb(167 139 250 / 0.65) !important;
}

.border-b-violet-400\/70 {
  border-bottom-color: rgb(167 139 250 / 0.7) !important;
}

.border-b-violet-400\/75 {
  border-bottom-color: rgb(167 139 250 / 0.75) !important;
}

.border-b-violet-400\/80 {
  border-bottom-color: rgb(167 139 250 / 0.8) !important;
}

.border-b-violet-400\/85 {
  border-bottom-color: rgb(167 139 250 / 0.85) !important;
}

.border-b-violet-400\/90 {
  border-bottom-color: rgb(167 139 250 / 0.9) !important;
}

.border-b-violet-400\/95 {
  border-bottom-color: rgb(167 139 250 / 0.95) !important;
}

.border-b-violet-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-50\/0 {
  border-bottom-color: rgb(245 243 255 / 0) !important;
}

.border-b-violet-50\/10 {
  border-bottom-color: rgb(245 243 255 / 0.1) !important;
}

.border-b-violet-50\/100 {
  border-bottom-color: rgb(245 243 255 / 1) !important;
}

.border-b-violet-50\/15 {
  border-bottom-color: rgb(245 243 255 / 0.15) !important;
}

.border-b-violet-50\/20 {
  border-bottom-color: rgb(245 243 255 / 0.2) !important;
}

.border-b-violet-50\/25 {
  border-bottom-color: rgb(245 243 255 / 0.25) !important;
}

.border-b-violet-50\/30 {
  border-bottom-color: rgb(245 243 255 / 0.3) !important;
}

.border-b-violet-50\/35 {
  border-bottom-color: rgb(245 243 255 / 0.35) !important;
}

.border-b-violet-50\/40 {
  border-bottom-color: rgb(245 243 255 / 0.4) !important;
}

.border-b-violet-50\/45 {
  border-bottom-color: rgb(245 243 255 / 0.45) !important;
}

.border-b-violet-50\/5 {
  border-bottom-color: rgb(245 243 255 / 0.05) !important;
}

.border-b-violet-50\/50 {
  border-bottom-color: rgb(245 243 255 / 0.5) !important;
}

.border-b-violet-50\/55 {
  border-bottom-color: rgb(245 243 255 / 0.55) !important;
}

.border-b-violet-50\/60 {
  border-bottom-color: rgb(245 243 255 / 0.6) !important;
}

.border-b-violet-50\/65 {
  border-bottom-color: rgb(245 243 255 / 0.65) !important;
}

.border-b-violet-50\/70 {
  border-bottom-color: rgb(245 243 255 / 0.7) !important;
}

.border-b-violet-50\/75 {
  border-bottom-color: rgb(245 243 255 / 0.75) !important;
}

.border-b-violet-50\/80 {
  border-bottom-color: rgb(245 243 255 / 0.8) !important;
}

.border-b-violet-50\/85 {
  border-bottom-color: rgb(245 243 255 / 0.85) !important;
}

.border-b-violet-50\/90 {
  border-bottom-color: rgb(245 243 255 / 0.9) !important;
}

.border-b-violet-50\/95 {
  border-bottom-color: rgb(245 243 255 / 0.95) !important;
}

.border-b-violet-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-500\/0 {
  border-bottom-color: rgb(139 92 246 / 0) !important;
}

.border-b-violet-500\/10 {
  border-bottom-color: rgb(139 92 246 / 0.1) !important;
}

.border-b-violet-500\/100 {
  border-bottom-color: rgb(139 92 246 / 1) !important;
}

.border-b-violet-500\/15 {
  border-bottom-color: rgb(139 92 246 / 0.15) !important;
}

.border-b-violet-500\/20 {
  border-bottom-color: rgb(139 92 246 / 0.2) !important;
}

.border-b-violet-500\/25 {
  border-bottom-color: rgb(139 92 246 / 0.25) !important;
}

.border-b-violet-500\/30 {
  border-bottom-color: rgb(139 92 246 / 0.3) !important;
}

.border-b-violet-500\/35 {
  border-bottom-color: rgb(139 92 246 / 0.35) !important;
}

.border-b-violet-500\/40 {
  border-bottom-color: rgb(139 92 246 / 0.4) !important;
}

.border-b-violet-500\/45 {
  border-bottom-color: rgb(139 92 246 / 0.45) !important;
}

.border-b-violet-500\/5 {
  border-bottom-color: rgb(139 92 246 / 0.05) !important;
}

.border-b-violet-500\/50 {
  border-bottom-color: rgb(139 92 246 / 0.5) !important;
}

.border-b-violet-500\/55 {
  border-bottom-color: rgb(139 92 246 / 0.55) !important;
}

.border-b-violet-500\/60 {
  border-bottom-color: rgb(139 92 246 / 0.6) !important;
}

.border-b-violet-500\/65 {
  border-bottom-color: rgb(139 92 246 / 0.65) !important;
}

.border-b-violet-500\/70 {
  border-bottom-color: rgb(139 92 246 / 0.7) !important;
}

.border-b-violet-500\/75 {
  border-bottom-color: rgb(139 92 246 / 0.75) !important;
}

.border-b-violet-500\/80 {
  border-bottom-color: rgb(139 92 246 / 0.8) !important;
}

.border-b-violet-500\/85 {
  border-bottom-color: rgb(139 92 246 / 0.85) !important;
}

.border-b-violet-500\/90 {
  border-bottom-color: rgb(139 92 246 / 0.9) !important;
}

.border-b-violet-500\/95 {
  border-bottom-color: rgb(139 92 246 / 0.95) !important;
}

.border-b-violet-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-600\/0 {
  border-bottom-color: rgb(124 58 237 / 0) !important;
}

.border-b-violet-600\/10 {
  border-bottom-color: rgb(124 58 237 / 0.1) !important;
}

.border-b-violet-600\/100 {
  border-bottom-color: rgb(124 58 237 / 1) !important;
}

.border-b-violet-600\/15 {
  border-bottom-color: rgb(124 58 237 / 0.15) !important;
}

.border-b-violet-600\/20 {
  border-bottom-color: rgb(124 58 237 / 0.2) !important;
}

.border-b-violet-600\/25 {
  border-bottom-color: rgb(124 58 237 / 0.25) !important;
}

.border-b-violet-600\/30 {
  border-bottom-color: rgb(124 58 237 / 0.3) !important;
}

.border-b-violet-600\/35 {
  border-bottom-color: rgb(124 58 237 / 0.35) !important;
}

.border-b-violet-600\/40 {
  border-bottom-color: rgb(124 58 237 / 0.4) !important;
}

.border-b-violet-600\/45 {
  border-bottom-color: rgb(124 58 237 / 0.45) !important;
}

.border-b-violet-600\/5 {
  border-bottom-color: rgb(124 58 237 / 0.05) !important;
}

.border-b-violet-600\/50 {
  border-bottom-color: rgb(124 58 237 / 0.5) !important;
}

.border-b-violet-600\/55 {
  border-bottom-color: rgb(124 58 237 / 0.55) !important;
}

.border-b-violet-600\/60 {
  border-bottom-color: rgb(124 58 237 / 0.6) !important;
}

.border-b-violet-600\/65 {
  border-bottom-color: rgb(124 58 237 / 0.65) !important;
}

.border-b-violet-600\/70 {
  border-bottom-color: rgb(124 58 237 / 0.7) !important;
}

.border-b-violet-600\/75 {
  border-bottom-color: rgb(124 58 237 / 0.75) !important;
}

.border-b-violet-600\/80 {
  border-bottom-color: rgb(124 58 237 / 0.8) !important;
}

.border-b-violet-600\/85 {
  border-bottom-color: rgb(124 58 237 / 0.85) !important;
}

.border-b-violet-600\/90 {
  border-bottom-color: rgb(124 58 237 / 0.9) !important;
}

.border-b-violet-600\/95 {
  border-bottom-color: rgb(124 58 237 / 0.95) !important;
}

.border-b-violet-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-700\/0 {
  border-bottom-color: rgb(109 40 217 / 0) !important;
}

.border-b-violet-700\/10 {
  border-bottom-color: rgb(109 40 217 / 0.1) !important;
}

.border-b-violet-700\/100 {
  border-bottom-color: rgb(109 40 217 / 1) !important;
}

.border-b-violet-700\/15 {
  border-bottom-color: rgb(109 40 217 / 0.15) !important;
}

.border-b-violet-700\/20 {
  border-bottom-color: rgb(109 40 217 / 0.2) !important;
}

.border-b-violet-700\/25 {
  border-bottom-color: rgb(109 40 217 / 0.25) !important;
}

.border-b-violet-700\/30 {
  border-bottom-color: rgb(109 40 217 / 0.3) !important;
}

.border-b-violet-700\/35 {
  border-bottom-color: rgb(109 40 217 / 0.35) !important;
}

.border-b-violet-700\/40 {
  border-bottom-color: rgb(109 40 217 / 0.4) !important;
}

.border-b-violet-700\/45 {
  border-bottom-color: rgb(109 40 217 / 0.45) !important;
}

.border-b-violet-700\/5 {
  border-bottom-color: rgb(109 40 217 / 0.05) !important;
}

.border-b-violet-700\/50 {
  border-bottom-color: rgb(109 40 217 / 0.5) !important;
}

.border-b-violet-700\/55 {
  border-bottom-color: rgb(109 40 217 / 0.55) !important;
}

.border-b-violet-700\/60 {
  border-bottom-color: rgb(109 40 217 / 0.6) !important;
}

.border-b-violet-700\/65 {
  border-bottom-color: rgb(109 40 217 / 0.65) !important;
}

.border-b-violet-700\/70 {
  border-bottom-color: rgb(109 40 217 / 0.7) !important;
}

.border-b-violet-700\/75 {
  border-bottom-color: rgb(109 40 217 / 0.75) !important;
}

.border-b-violet-700\/80 {
  border-bottom-color: rgb(109 40 217 / 0.8) !important;
}

.border-b-violet-700\/85 {
  border-bottom-color: rgb(109 40 217 / 0.85) !important;
}

.border-b-violet-700\/90 {
  border-bottom-color: rgb(109 40 217 / 0.9) !important;
}

.border-b-violet-700\/95 {
  border-bottom-color: rgb(109 40 217 / 0.95) !important;
}

.border-b-violet-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-800\/0 {
  border-bottom-color: rgb(91 33 182 / 0) !important;
}

.border-b-violet-800\/10 {
  border-bottom-color: rgb(91 33 182 / 0.1) !important;
}

.border-b-violet-800\/100 {
  border-bottom-color: rgb(91 33 182 / 1) !important;
}

.border-b-violet-800\/15 {
  border-bottom-color: rgb(91 33 182 / 0.15) !important;
}

.border-b-violet-800\/20 {
  border-bottom-color: rgb(91 33 182 / 0.2) !important;
}

.border-b-violet-800\/25 {
  border-bottom-color: rgb(91 33 182 / 0.25) !important;
}

.border-b-violet-800\/30 {
  border-bottom-color: rgb(91 33 182 / 0.3) !important;
}

.border-b-violet-800\/35 {
  border-bottom-color: rgb(91 33 182 / 0.35) !important;
}

.border-b-violet-800\/40 {
  border-bottom-color: rgb(91 33 182 / 0.4) !important;
}

.border-b-violet-800\/45 {
  border-bottom-color: rgb(91 33 182 / 0.45) !important;
}

.border-b-violet-800\/5 {
  border-bottom-color: rgb(91 33 182 / 0.05) !important;
}

.border-b-violet-800\/50 {
  border-bottom-color: rgb(91 33 182 / 0.5) !important;
}

.border-b-violet-800\/55 {
  border-bottom-color: rgb(91 33 182 / 0.55) !important;
}

.border-b-violet-800\/60 {
  border-bottom-color: rgb(91 33 182 / 0.6) !important;
}

.border-b-violet-800\/65 {
  border-bottom-color: rgb(91 33 182 / 0.65) !important;
}

.border-b-violet-800\/70 {
  border-bottom-color: rgb(91 33 182 / 0.7) !important;
}

.border-b-violet-800\/75 {
  border-bottom-color: rgb(91 33 182 / 0.75) !important;
}

.border-b-violet-800\/80 {
  border-bottom-color: rgb(91 33 182 / 0.8) !important;
}

.border-b-violet-800\/85 {
  border-bottom-color: rgb(91 33 182 / 0.85) !important;
}

.border-b-violet-800\/90 {
  border-bottom-color: rgb(91 33 182 / 0.9) !important;
}

.border-b-violet-800\/95 {
  border-bottom-color: rgb(91 33 182 / 0.95) !important;
}

.border-b-violet-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-900\/0 {
  border-bottom-color: rgb(76 29 149 / 0) !important;
}

.border-b-violet-900\/10 {
  border-bottom-color: rgb(76 29 149 / 0.1) !important;
}

.border-b-violet-900\/100 {
  border-bottom-color: rgb(76 29 149 / 1) !important;
}

.border-b-violet-900\/15 {
  border-bottom-color: rgb(76 29 149 / 0.15) !important;
}

.border-b-violet-900\/20 {
  border-bottom-color: rgb(76 29 149 / 0.2) !important;
}

.border-b-violet-900\/25 {
  border-bottom-color: rgb(76 29 149 / 0.25) !important;
}

.border-b-violet-900\/30 {
  border-bottom-color: rgb(76 29 149 / 0.3) !important;
}

.border-b-violet-900\/35 {
  border-bottom-color: rgb(76 29 149 / 0.35) !important;
}

.border-b-violet-900\/40 {
  border-bottom-color: rgb(76 29 149 / 0.4) !important;
}

.border-b-violet-900\/45 {
  border-bottom-color: rgb(76 29 149 / 0.45) !important;
}

.border-b-violet-900\/5 {
  border-bottom-color: rgb(76 29 149 / 0.05) !important;
}

.border-b-violet-900\/50 {
  border-bottom-color: rgb(76 29 149 / 0.5) !important;
}

.border-b-violet-900\/55 {
  border-bottom-color: rgb(76 29 149 / 0.55) !important;
}

.border-b-violet-900\/60 {
  border-bottom-color: rgb(76 29 149 / 0.6) !important;
}

.border-b-violet-900\/65 {
  border-bottom-color: rgb(76 29 149 / 0.65) !important;
}

.border-b-violet-900\/70 {
  border-bottom-color: rgb(76 29 149 / 0.7) !important;
}

.border-b-violet-900\/75 {
  border-bottom-color: rgb(76 29 149 / 0.75) !important;
}

.border-b-violet-900\/80 {
  border-bottom-color: rgb(76 29 149 / 0.8) !important;
}

.border-b-violet-900\/85 {
  border-bottom-color: rgb(76 29 149 / 0.85) !important;
}

.border-b-violet-900\/90 {
  border-bottom-color: rgb(76 29 149 / 0.9) !important;
}

.border-b-violet-900\/95 {
  border-bottom-color: rgb(76 29 149 / 0.95) !important;
}

.border-b-violet-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-b-violet-950\/0 {
  border-bottom-color: rgb(46 16 101 / 0) !important;
}

.border-b-violet-950\/10 {
  border-bottom-color: rgb(46 16 101 / 0.1) !important;
}

.border-b-violet-950\/100 {
  border-bottom-color: rgb(46 16 101 / 1) !important;
}

.border-b-violet-950\/15 {
  border-bottom-color: rgb(46 16 101 / 0.15) !important;
}

.border-b-violet-950\/20 {
  border-bottom-color: rgb(46 16 101 / 0.2) !important;
}

.border-b-violet-950\/25 {
  border-bottom-color: rgb(46 16 101 / 0.25) !important;
}

.border-b-violet-950\/30 {
  border-bottom-color: rgb(46 16 101 / 0.3) !important;
}

.border-b-violet-950\/35 {
  border-bottom-color: rgb(46 16 101 / 0.35) !important;
}

.border-b-violet-950\/40 {
  border-bottom-color: rgb(46 16 101 / 0.4) !important;
}

.border-b-violet-950\/45 {
  border-bottom-color: rgb(46 16 101 / 0.45) !important;
}

.border-b-violet-950\/5 {
  border-bottom-color: rgb(46 16 101 / 0.05) !important;
}

.border-b-violet-950\/50 {
  border-bottom-color: rgb(46 16 101 / 0.5) !important;
}

.border-b-violet-950\/55 {
  border-bottom-color: rgb(46 16 101 / 0.55) !important;
}

.border-b-violet-950\/60 {
  border-bottom-color: rgb(46 16 101 / 0.6) !important;
}

.border-b-violet-950\/65 {
  border-bottom-color: rgb(46 16 101 / 0.65) !important;
}

.border-b-violet-950\/70 {
  border-bottom-color: rgb(46 16 101 / 0.7) !important;
}

.border-b-violet-950\/75 {
  border-bottom-color: rgb(46 16 101 / 0.75) !important;
}

.border-b-violet-950\/80 {
  border-bottom-color: rgb(46 16 101 / 0.8) !important;
}

.border-b-violet-950\/85 {
  border-bottom-color: rgb(46 16 101 / 0.85) !important;
}

.border-b-violet-950\/90 {
  border-bottom-color: rgb(46 16 101 / 0.9) !important;
}

.border-b-violet-950\/95 {
  border-bottom-color: rgb(46 16 101 / 0.95) !important;
}

.border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0) !important;
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1) !important;
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1) !important;
}

.border-b-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15) !important;
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2) !important;
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25) !important;
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3) !important;
}

.border-b-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35) !important;
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4) !important;
}

.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45) !important;
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05) !important;
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5) !important;
}

.border-b-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55) !important;
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6) !important;
}

.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65) !important;
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7) !important;
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75) !important;
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8) !important;
}

.border-b-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85) !important;
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9) !important;
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95) !important;
}

.border-b-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0) !important;
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1) !important;
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}

.border-b-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0) !important;
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1) !important;
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}

.border-b-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0) !important;
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1) !important;
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1) !important;
}

.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15) !important;
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2) !important;
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25) !important;
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3) !important;
}

.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35) !important;
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4) !important;
}

.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45) !important;
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05) !important;
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5) !important;
}

.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55) !important;
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6) !important;
}

.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65) !important;
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7) !important;
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75) !important;
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8) !important;
}

.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85) !important;
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9) !important;
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95) !important;
}

.border-b-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0) !important;
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1) !important;
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}

.border-b-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0) !important;
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1) !important;
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1) !important;
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15) !important;
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2) !important;
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25) !important;
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3) !important;
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35) !important;
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4) !important;
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45) !important;
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05) !important;
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5) !important;
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55) !important;
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6) !important;
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65) !important;
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7) !important;
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75) !important;
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8) !important;
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85) !important;
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9) !important;
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95) !important;
}

.border-b-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0) !important;
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1) !important;
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1) !important;
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15) !important;
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2) !important;
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25) !important;
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3) !important;
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35) !important;
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4) !important;
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45) !important;
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05) !important;
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5) !important;
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55) !important;
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6) !important;
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65) !important;
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7) !important;
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75) !important;
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8) !important;
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85) !important;
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9) !important;
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95) !important;
}

.border-b-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0) !important;
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1) !important;
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1) !important;
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15) !important;
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2) !important;
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25) !important;
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3) !important;
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35) !important;
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4) !important;
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45) !important;
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05) !important;
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5) !important;
}

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55) !important;
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6) !important;
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65) !important;
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7) !important;
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75) !important;
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8) !important;
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85) !important;
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9) !important;
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95) !important;
}

.border-b-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0) !important;
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1) !important;
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1) !important;
}

.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15) !important;
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2) !important;
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25) !important;
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3) !important;
}

.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35) !important;
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4) !important;
}

.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45) !important;
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05) !important;
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5) !important;
}

.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55) !important;
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6) !important;
}

.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65) !important;
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7) !important;
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75) !important;
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8) !important;
}

.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85) !important;
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9) !important;
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95) !important;
}

.border-b-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0) !important;
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1) !important;
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}

.border-b-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0) !important;
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1) !important;
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1) !important;
}

.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15) !important;
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2) !important;
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25) !important;
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3) !important;
}

.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35) !important;
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4) !important;
}

.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45) !important;
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05) !important;
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5) !important;
}

.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55) !important;
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6) !important;
}

.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65) !important;
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7) !important;
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75) !important;
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8) !important;
}

.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85) !important;
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9) !important;
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95) !important;
}

.border-b-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0) !important;
}

.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1) !important;
}

.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1) !important;
}

.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15) !important;
}

.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2) !important;
}

.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25) !important;
}

.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3) !important;
}

.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35) !important;
}

.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4) !important;
}

.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45) !important;
}

.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05) !important;
}

.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5) !important;
}

.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55) !important;
}

.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6) !important;
}

.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65) !important;
}

.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7) !important;
}

.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75) !important;
}

.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8) !important;
}

.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85) !important;
}

.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9) !important;
}

.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95) !important;
}

.border-b-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-100\/0 {
  border-bottom-color: rgb(244 244 245 / 0) !important;
}

.border-b-zinc-100\/10 {
  border-bottom-color: rgb(244 244 245 / 0.1) !important;
}

.border-b-zinc-100\/100 {
  border-bottom-color: rgb(244 244 245 / 1) !important;
}

.border-b-zinc-100\/15 {
  border-bottom-color: rgb(244 244 245 / 0.15) !important;
}

.border-b-zinc-100\/20 {
  border-bottom-color: rgb(244 244 245 / 0.2) !important;
}

.border-b-zinc-100\/25 {
  border-bottom-color: rgb(244 244 245 / 0.25) !important;
}

.border-b-zinc-100\/30 {
  border-bottom-color: rgb(244 244 245 / 0.3) !important;
}

.border-b-zinc-100\/35 {
  border-bottom-color: rgb(244 244 245 / 0.35) !important;
}

.border-b-zinc-100\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4) !important;
}

.border-b-zinc-100\/45 {
  border-bottom-color: rgb(244 244 245 / 0.45) !important;
}

.border-b-zinc-100\/5 {
  border-bottom-color: rgb(244 244 245 / 0.05) !important;
}

.border-b-zinc-100\/50 {
  border-bottom-color: rgb(244 244 245 / 0.5) !important;
}

.border-b-zinc-100\/55 {
  border-bottom-color: rgb(244 244 245 / 0.55) !important;
}

.border-b-zinc-100\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6) !important;
}

.border-b-zinc-100\/65 {
  border-bottom-color: rgb(244 244 245 / 0.65) !important;
}

.border-b-zinc-100\/70 {
  border-bottom-color: rgb(244 244 245 / 0.7) !important;
}

.border-b-zinc-100\/75 {
  border-bottom-color: rgb(244 244 245 / 0.75) !important;
}

.border-b-zinc-100\/80 {
  border-bottom-color: rgb(244 244 245 / 0.8) !important;
}

.border-b-zinc-100\/85 {
  border-bottom-color: rgb(244 244 245 / 0.85) !important;
}

.border-b-zinc-100\/90 {
  border-bottom-color: rgb(244 244 245 / 0.9) !important;
}

.border-b-zinc-100\/95 {
  border-bottom-color: rgb(244 244 245 / 0.95) !important;
}

.border-b-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-200\/0 {
  border-bottom-color: rgb(228 228 231 / 0) !important;
}

.border-b-zinc-200\/10 {
  border-bottom-color: rgb(228 228 231 / 0.1) !important;
}

.border-b-zinc-200\/100 {
  border-bottom-color: rgb(228 228 231 / 1) !important;
}

.border-b-zinc-200\/15 {
  border-bottom-color: rgb(228 228 231 / 0.15) !important;
}

.border-b-zinc-200\/20 {
  border-bottom-color: rgb(228 228 231 / 0.2) !important;
}

.border-b-zinc-200\/25 {
  border-bottom-color: rgb(228 228 231 / 0.25) !important;
}

.border-b-zinc-200\/30 {
  border-bottom-color: rgb(228 228 231 / 0.3) !important;
}

.border-b-zinc-200\/35 {
  border-bottom-color: rgb(228 228 231 / 0.35) !important;
}

.border-b-zinc-200\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4) !important;
}

.border-b-zinc-200\/45 {
  border-bottom-color: rgb(228 228 231 / 0.45) !important;
}

.border-b-zinc-200\/5 {
  border-bottom-color: rgb(228 228 231 / 0.05) !important;
}

.border-b-zinc-200\/50 {
  border-bottom-color: rgb(228 228 231 / 0.5) !important;
}

.border-b-zinc-200\/55 {
  border-bottom-color: rgb(228 228 231 / 0.55) !important;
}

.border-b-zinc-200\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6) !important;
}

.border-b-zinc-200\/65 {
  border-bottom-color: rgb(228 228 231 / 0.65) !important;
}

.border-b-zinc-200\/70 {
  border-bottom-color: rgb(228 228 231 / 0.7) !important;
}

.border-b-zinc-200\/75 {
  border-bottom-color: rgb(228 228 231 / 0.75) !important;
}

.border-b-zinc-200\/80 {
  border-bottom-color: rgb(228 228 231 / 0.8) !important;
}

.border-b-zinc-200\/85 {
  border-bottom-color: rgb(228 228 231 / 0.85) !important;
}

.border-b-zinc-200\/90 {
  border-bottom-color: rgb(228 228 231 / 0.9) !important;
}

.border-b-zinc-200\/95 {
  border-bottom-color: rgb(228 228 231 / 0.95) !important;
}

.border-b-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-300\/0 {
  border-bottom-color: rgb(212 212 216 / 0) !important;
}

.border-b-zinc-300\/10 {
  border-bottom-color: rgb(212 212 216 / 0.1) !important;
}

.border-b-zinc-300\/100 {
  border-bottom-color: rgb(212 212 216 / 1) !important;
}

.border-b-zinc-300\/15 {
  border-bottom-color: rgb(212 212 216 / 0.15) !important;
}

.border-b-zinc-300\/20 {
  border-bottom-color: rgb(212 212 216 / 0.2) !important;
}

.border-b-zinc-300\/25 {
  border-bottom-color: rgb(212 212 216 / 0.25) !important;
}

.border-b-zinc-300\/30 {
  border-bottom-color: rgb(212 212 216 / 0.3) !important;
}

.border-b-zinc-300\/35 {
  border-bottom-color: rgb(212 212 216 / 0.35) !important;
}

.border-b-zinc-300\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4) !important;
}

.border-b-zinc-300\/45 {
  border-bottom-color: rgb(212 212 216 / 0.45) !important;
}

.border-b-zinc-300\/5 {
  border-bottom-color: rgb(212 212 216 / 0.05) !important;
}

.border-b-zinc-300\/50 {
  border-bottom-color: rgb(212 212 216 / 0.5) !important;
}

.border-b-zinc-300\/55 {
  border-bottom-color: rgb(212 212 216 / 0.55) !important;
}

.border-b-zinc-300\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6) !important;
}

.border-b-zinc-300\/65 {
  border-bottom-color: rgb(212 212 216 / 0.65) !important;
}

.border-b-zinc-300\/70 {
  border-bottom-color: rgb(212 212 216 / 0.7) !important;
}

.border-b-zinc-300\/75 {
  border-bottom-color: rgb(212 212 216 / 0.75) !important;
}

.border-b-zinc-300\/80 {
  border-bottom-color: rgb(212 212 216 / 0.8) !important;
}

.border-b-zinc-300\/85 {
  border-bottom-color: rgb(212 212 216 / 0.85) !important;
}

.border-b-zinc-300\/90 {
  border-bottom-color: rgb(212 212 216 / 0.9) !important;
}

.border-b-zinc-300\/95 {
  border-bottom-color: rgb(212 212 216 / 0.95) !important;
}

.border-b-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-400\/0 {
  border-bottom-color: rgb(161 161 170 / 0) !important;
}

.border-b-zinc-400\/10 {
  border-bottom-color: rgb(161 161 170 / 0.1) !important;
}

.border-b-zinc-400\/100 {
  border-bottom-color: rgb(161 161 170 / 1) !important;
}

.border-b-zinc-400\/15 {
  border-bottom-color: rgb(161 161 170 / 0.15) !important;
}

.border-b-zinc-400\/20 {
  border-bottom-color: rgb(161 161 170 / 0.2) !important;
}

.border-b-zinc-400\/25 {
  border-bottom-color: rgb(161 161 170 / 0.25) !important;
}

.border-b-zinc-400\/30 {
  border-bottom-color: rgb(161 161 170 / 0.3) !important;
}

.border-b-zinc-400\/35 {
  border-bottom-color: rgb(161 161 170 / 0.35) !important;
}

.border-b-zinc-400\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4) !important;
}

.border-b-zinc-400\/45 {
  border-bottom-color: rgb(161 161 170 / 0.45) !important;
}

.border-b-zinc-400\/5 {
  border-bottom-color: rgb(161 161 170 / 0.05) !important;
}

.border-b-zinc-400\/50 {
  border-bottom-color: rgb(161 161 170 / 0.5) !important;
}

.border-b-zinc-400\/55 {
  border-bottom-color: rgb(161 161 170 / 0.55) !important;
}

.border-b-zinc-400\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6) !important;
}

.border-b-zinc-400\/65 {
  border-bottom-color: rgb(161 161 170 / 0.65) !important;
}

.border-b-zinc-400\/70 {
  border-bottom-color: rgb(161 161 170 / 0.7) !important;
}

.border-b-zinc-400\/75 {
  border-bottom-color: rgb(161 161 170 / 0.75) !important;
}

.border-b-zinc-400\/80 {
  border-bottom-color: rgb(161 161 170 / 0.8) !important;
}

.border-b-zinc-400\/85 {
  border-bottom-color: rgb(161 161 170 / 0.85) !important;
}

.border-b-zinc-400\/90 {
  border-bottom-color: rgb(161 161 170 / 0.9) !important;
}

.border-b-zinc-400\/95 {
  border-bottom-color: rgb(161 161 170 / 0.95) !important;
}

.border-b-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0) !important;
}

.border-b-zinc-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1) !important;
}

.border-b-zinc-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1) !important;
}

.border-b-zinc-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15) !important;
}

.border-b-zinc-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2) !important;
}

.border-b-zinc-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25) !important;
}

.border-b-zinc-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3) !important;
}

.border-b-zinc-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35) !important;
}

.border-b-zinc-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4) !important;
}

.border-b-zinc-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45) !important;
}

.border-b-zinc-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05) !important;
}

.border-b-zinc-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5) !important;
}

.border-b-zinc-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55) !important;
}

.border-b-zinc-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6) !important;
}

.border-b-zinc-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65) !important;
}

.border-b-zinc-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7) !important;
}

.border-b-zinc-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75) !important;
}

.border-b-zinc-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8) !important;
}

.border-b-zinc-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85) !important;
}

.border-b-zinc-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9) !important;
}

.border-b-zinc-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95) !important;
}

.border-b-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-500\/0 {
  border-bottom-color: rgb(113 113 122 / 0) !important;
}

.border-b-zinc-500\/10 {
  border-bottom-color: rgb(113 113 122 / 0.1) !important;
}

.border-b-zinc-500\/100 {
  border-bottom-color: rgb(113 113 122 / 1) !important;
}

.border-b-zinc-500\/15 {
  border-bottom-color: rgb(113 113 122 / 0.15) !important;
}

.border-b-zinc-500\/20 {
  border-bottom-color: rgb(113 113 122 / 0.2) !important;
}

.border-b-zinc-500\/25 {
  border-bottom-color: rgb(113 113 122 / 0.25) !important;
}

.border-b-zinc-500\/30 {
  border-bottom-color: rgb(113 113 122 / 0.3) !important;
}

.border-b-zinc-500\/35 {
  border-bottom-color: rgb(113 113 122 / 0.35) !important;
}

.border-b-zinc-500\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4) !important;
}

.border-b-zinc-500\/45 {
  border-bottom-color: rgb(113 113 122 / 0.45) !important;
}

.border-b-zinc-500\/5 {
  border-bottom-color: rgb(113 113 122 / 0.05) !important;
}

.border-b-zinc-500\/50 {
  border-bottom-color: rgb(113 113 122 / 0.5) !important;
}

.border-b-zinc-500\/55 {
  border-bottom-color: rgb(113 113 122 / 0.55) !important;
}

.border-b-zinc-500\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6) !important;
}

.border-b-zinc-500\/65 {
  border-bottom-color: rgb(113 113 122 / 0.65) !important;
}

.border-b-zinc-500\/70 {
  border-bottom-color: rgb(113 113 122 / 0.7) !important;
}

.border-b-zinc-500\/75 {
  border-bottom-color: rgb(113 113 122 / 0.75) !important;
}

.border-b-zinc-500\/80 {
  border-bottom-color: rgb(113 113 122 / 0.8) !important;
}

.border-b-zinc-500\/85 {
  border-bottom-color: rgb(113 113 122 / 0.85) !important;
}

.border-b-zinc-500\/90 {
  border-bottom-color: rgb(113 113 122 / 0.9) !important;
}

.border-b-zinc-500\/95 {
  border-bottom-color: rgb(113 113 122 / 0.95) !important;
}

.border-b-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-600\/0 {
  border-bottom-color: rgb(82 82 91 / 0) !important;
}

.border-b-zinc-600\/10 {
  border-bottom-color: rgb(82 82 91 / 0.1) !important;
}

.border-b-zinc-600\/100 {
  border-bottom-color: rgb(82 82 91 / 1) !important;
}

.border-b-zinc-600\/15 {
  border-bottom-color: rgb(82 82 91 / 0.15) !important;
}

.border-b-zinc-600\/20 {
  border-bottom-color: rgb(82 82 91 / 0.2) !important;
}

.border-b-zinc-600\/25 {
  border-bottom-color: rgb(82 82 91 / 0.25) !important;
}

.border-b-zinc-600\/30 {
  border-bottom-color: rgb(82 82 91 / 0.3) !important;
}

.border-b-zinc-600\/35 {
  border-bottom-color: rgb(82 82 91 / 0.35) !important;
}

.border-b-zinc-600\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4) !important;
}

.border-b-zinc-600\/45 {
  border-bottom-color: rgb(82 82 91 / 0.45) !important;
}

.border-b-zinc-600\/5 {
  border-bottom-color: rgb(82 82 91 / 0.05) !important;
}

.border-b-zinc-600\/50 {
  border-bottom-color: rgb(82 82 91 / 0.5) !important;
}

.border-b-zinc-600\/55 {
  border-bottom-color: rgb(82 82 91 / 0.55) !important;
}

.border-b-zinc-600\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6) !important;
}

.border-b-zinc-600\/65 {
  border-bottom-color: rgb(82 82 91 / 0.65) !important;
}

.border-b-zinc-600\/70 {
  border-bottom-color: rgb(82 82 91 / 0.7) !important;
}

.border-b-zinc-600\/75 {
  border-bottom-color: rgb(82 82 91 / 0.75) !important;
}

.border-b-zinc-600\/80 {
  border-bottom-color: rgb(82 82 91 / 0.8) !important;
}

.border-b-zinc-600\/85 {
  border-bottom-color: rgb(82 82 91 / 0.85) !important;
}

.border-b-zinc-600\/90 {
  border-bottom-color: rgb(82 82 91 / 0.9) !important;
}

.border-b-zinc-600\/95 {
  border-bottom-color: rgb(82 82 91 / 0.95) !important;
}

.border-b-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-700\/0 {
  border-bottom-color: rgb(63 63 70 / 0) !important;
}

.border-b-zinc-700\/10 {
  border-bottom-color: rgb(63 63 70 / 0.1) !important;
}

.border-b-zinc-700\/100 {
  border-bottom-color: rgb(63 63 70 / 1) !important;
}

.border-b-zinc-700\/15 {
  border-bottom-color: rgb(63 63 70 / 0.15) !important;
}

.border-b-zinc-700\/20 {
  border-bottom-color: rgb(63 63 70 / 0.2) !important;
}

.border-b-zinc-700\/25 {
  border-bottom-color: rgb(63 63 70 / 0.25) !important;
}

.border-b-zinc-700\/30 {
  border-bottom-color: rgb(63 63 70 / 0.3) !important;
}

.border-b-zinc-700\/35 {
  border-bottom-color: rgb(63 63 70 / 0.35) !important;
}

.border-b-zinc-700\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4) !important;
}

.border-b-zinc-700\/45 {
  border-bottom-color: rgb(63 63 70 / 0.45) !important;
}

.border-b-zinc-700\/5 {
  border-bottom-color: rgb(63 63 70 / 0.05) !important;
}

.border-b-zinc-700\/50 {
  border-bottom-color: rgb(63 63 70 / 0.5) !important;
}

.border-b-zinc-700\/55 {
  border-bottom-color: rgb(63 63 70 / 0.55) !important;
}

.border-b-zinc-700\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6) !important;
}

.border-b-zinc-700\/65 {
  border-bottom-color: rgb(63 63 70 / 0.65) !important;
}

.border-b-zinc-700\/70 {
  border-bottom-color: rgb(63 63 70 / 0.7) !important;
}

.border-b-zinc-700\/75 {
  border-bottom-color: rgb(63 63 70 / 0.75) !important;
}

.border-b-zinc-700\/80 {
  border-bottom-color: rgb(63 63 70 / 0.8) !important;
}

.border-b-zinc-700\/85 {
  border-bottom-color: rgb(63 63 70 / 0.85) !important;
}

.border-b-zinc-700\/90 {
  border-bottom-color: rgb(63 63 70 / 0.9) !important;
}

.border-b-zinc-700\/95 {
  border-bottom-color: rgb(63 63 70 / 0.95) !important;
}

.border-b-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-800\/0 {
  border-bottom-color: rgb(39 39 42 / 0) !important;
}

.border-b-zinc-800\/10 {
  border-bottom-color: rgb(39 39 42 / 0.1) !important;
}

.border-b-zinc-800\/100 {
  border-bottom-color: rgb(39 39 42 / 1) !important;
}

.border-b-zinc-800\/15 {
  border-bottom-color: rgb(39 39 42 / 0.15) !important;
}

.border-b-zinc-800\/20 {
  border-bottom-color: rgb(39 39 42 / 0.2) !important;
}

.border-b-zinc-800\/25 {
  border-bottom-color: rgb(39 39 42 / 0.25) !important;
}

.border-b-zinc-800\/30 {
  border-bottom-color: rgb(39 39 42 / 0.3) !important;
}

.border-b-zinc-800\/35 {
  border-bottom-color: rgb(39 39 42 / 0.35) !important;
}

.border-b-zinc-800\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4) !important;
}

.border-b-zinc-800\/45 {
  border-bottom-color: rgb(39 39 42 / 0.45) !important;
}

.border-b-zinc-800\/5 {
  border-bottom-color: rgb(39 39 42 / 0.05) !important;
}

.border-b-zinc-800\/50 {
  border-bottom-color: rgb(39 39 42 / 0.5) !important;
}

.border-b-zinc-800\/55 {
  border-bottom-color: rgb(39 39 42 / 0.55) !important;
}

.border-b-zinc-800\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6) !important;
}

.border-b-zinc-800\/65 {
  border-bottom-color: rgb(39 39 42 / 0.65) !important;
}

.border-b-zinc-800\/70 {
  border-bottom-color: rgb(39 39 42 / 0.7) !important;
}

.border-b-zinc-800\/75 {
  border-bottom-color: rgb(39 39 42 / 0.75) !important;
}

.border-b-zinc-800\/80 {
  border-bottom-color: rgb(39 39 42 / 0.8) !important;
}

.border-b-zinc-800\/85 {
  border-bottom-color: rgb(39 39 42 / 0.85) !important;
}

.border-b-zinc-800\/90 {
  border-bottom-color: rgb(39 39 42 / 0.9) !important;
}

.border-b-zinc-800\/95 {
  border-bottom-color: rgb(39 39 42 / 0.95) !important;
}

.border-b-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-900\/0 {
  border-bottom-color: rgb(24 24 27 / 0) !important;
}

.border-b-zinc-900\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1) !important;
}

.border-b-zinc-900\/100 {
  border-bottom-color: rgb(24 24 27 / 1) !important;
}

.border-b-zinc-900\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15) !important;
}

.border-b-zinc-900\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2) !important;
}

.border-b-zinc-900\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25) !important;
}

.border-b-zinc-900\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3) !important;
}

.border-b-zinc-900\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35) !important;
}

.border-b-zinc-900\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4) !important;
}

.border-b-zinc-900\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45) !important;
}

.border-b-zinc-900\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05) !important;
}

.border-b-zinc-900\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5) !important;
}

.border-b-zinc-900\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55) !important;
}

.border-b-zinc-900\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6) !important;
}

.border-b-zinc-900\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65) !important;
}

.border-b-zinc-900\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7) !important;
}

.border-b-zinc-900\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75) !important;
}

.border-b-zinc-900\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8) !important;
}

.border-b-zinc-900\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85) !important;
}

.border-b-zinc-900\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9) !important;
}

.border-b-zinc-900\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95) !important;
}

.border-b-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-b-zinc-950\/0 {
  border-bottom-color: rgb(9 9 11 / 0) !important;
}

.border-b-zinc-950\/10 {
  border-bottom-color: rgb(9 9 11 / 0.1) !important;
}

.border-b-zinc-950\/100 {
  border-bottom-color: rgb(9 9 11 / 1) !important;
}

.border-b-zinc-950\/15 {
  border-bottom-color: rgb(9 9 11 / 0.15) !important;
}

.border-b-zinc-950\/20 {
  border-bottom-color: rgb(9 9 11 / 0.2) !important;
}

.border-b-zinc-950\/25 {
  border-bottom-color: rgb(9 9 11 / 0.25) !important;
}

.border-b-zinc-950\/30 {
  border-bottom-color: rgb(9 9 11 / 0.3) !important;
}

.border-b-zinc-950\/35 {
  border-bottom-color: rgb(9 9 11 / 0.35) !important;
}

.border-b-zinc-950\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4) !important;
}

.border-b-zinc-950\/45 {
  border-bottom-color: rgb(9 9 11 / 0.45) !important;
}

.border-b-zinc-950\/5 {
  border-bottom-color: rgb(9 9 11 / 0.05) !important;
}

.border-b-zinc-950\/50 {
  border-bottom-color: rgb(9 9 11 / 0.5) !important;
}

.border-b-zinc-950\/55 {
  border-bottom-color: rgb(9 9 11 / 0.55) !important;
}

.border-b-zinc-950\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6) !important;
}

.border-b-zinc-950\/65 {
  border-bottom-color: rgb(9 9 11 / 0.65) !important;
}

.border-b-zinc-950\/70 {
  border-bottom-color: rgb(9 9 11 / 0.7) !important;
}

.border-b-zinc-950\/75 {
  border-bottom-color: rgb(9 9 11 / 0.75) !important;
}

.border-b-zinc-950\/80 {
  border-bottom-color: rgb(9 9 11 / 0.8) !important;
}

.border-b-zinc-950\/85 {
  border-bottom-color: rgb(9 9 11 / 0.85) !important;
}

.border-b-zinc-950\/90 {
  border-bottom-color: rgb(9 9 11 / 0.9) !important;
}

.border-b-zinc-950\/95 {
  border-bottom-color: rgb(9 9 11 / 0.95) !important;
}

.border-l-amber-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-100\/0 {
  border-left-color: rgb(254 243 199 / 0) !important;
}

.border-l-amber-100\/10 {
  border-left-color: rgb(254 243 199 / 0.1) !important;
}

.border-l-amber-100\/100 {
  border-left-color: rgb(254 243 199 / 1) !important;
}

.border-l-amber-100\/15 {
  border-left-color: rgb(254 243 199 / 0.15) !important;
}

.border-l-amber-100\/20 {
  border-left-color: rgb(254 243 199 / 0.2) !important;
}

.border-l-amber-100\/25 {
  border-left-color: rgb(254 243 199 / 0.25) !important;
}

.border-l-amber-100\/30 {
  border-left-color: rgb(254 243 199 / 0.3) !important;
}

.border-l-amber-100\/35 {
  border-left-color: rgb(254 243 199 / 0.35) !important;
}

.border-l-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4) !important;
}

.border-l-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45) !important;
}

.border-l-amber-100\/5 {
  border-left-color: rgb(254 243 199 / 0.05) !important;
}

.border-l-amber-100\/50 {
  border-left-color: rgb(254 243 199 / 0.5) !important;
}

.border-l-amber-100\/55 {
  border-left-color: rgb(254 243 199 / 0.55) !important;
}

.border-l-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6) !important;
}

.border-l-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65) !important;
}

.border-l-amber-100\/70 {
  border-left-color: rgb(254 243 199 / 0.7) !important;
}

.border-l-amber-100\/75 {
  border-left-color: rgb(254 243 199 / 0.75) !important;
}

.border-l-amber-100\/80 {
  border-left-color: rgb(254 243 199 / 0.8) !important;
}

.border-l-amber-100\/85 {
  border-left-color: rgb(254 243 199 / 0.85) !important;
}

.border-l-amber-100\/90 {
  border-left-color: rgb(254 243 199 / 0.9) !important;
}

.border-l-amber-100\/95 {
  border-left-color: rgb(254 243 199 / 0.95) !important;
}

.border-l-amber-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-200\/0 {
  border-left-color: rgb(253 230 138 / 0) !important;
}

.border-l-amber-200\/10 {
  border-left-color: rgb(253 230 138 / 0.1) !important;
}

.border-l-amber-200\/100 {
  border-left-color: rgb(253 230 138 / 1) !important;
}

.border-l-amber-200\/15 {
  border-left-color: rgb(253 230 138 / 0.15) !important;
}

.border-l-amber-200\/20 {
  border-left-color: rgb(253 230 138 / 0.2) !important;
}

.border-l-amber-200\/25 {
  border-left-color: rgb(253 230 138 / 0.25) !important;
}

.border-l-amber-200\/30 {
  border-left-color: rgb(253 230 138 / 0.3) !important;
}

.border-l-amber-200\/35 {
  border-left-color: rgb(253 230 138 / 0.35) !important;
}

.border-l-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4) !important;
}

.border-l-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45) !important;
}

.border-l-amber-200\/5 {
  border-left-color: rgb(253 230 138 / 0.05) !important;
}

.border-l-amber-200\/50 {
  border-left-color: rgb(253 230 138 / 0.5) !important;
}

.border-l-amber-200\/55 {
  border-left-color: rgb(253 230 138 / 0.55) !important;
}

.border-l-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6) !important;
}

.border-l-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65) !important;
}

.border-l-amber-200\/70 {
  border-left-color: rgb(253 230 138 / 0.7) !important;
}

.border-l-amber-200\/75 {
  border-left-color: rgb(253 230 138 / 0.75) !important;
}

.border-l-amber-200\/80 {
  border-left-color: rgb(253 230 138 / 0.8) !important;
}

.border-l-amber-200\/85 {
  border-left-color: rgb(253 230 138 / 0.85) !important;
}

.border-l-amber-200\/90 {
  border-left-color: rgb(253 230 138 / 0.9) !important;
}

.border-l-amber-200\/95 {
  border-left-color: rgb(253 230 138 / 0.95) !important;
}

.border-l-amber-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-300\/0 {
  border-left-color: rgb(252 211 77 / 0) !important;
}

.border-l-amber-300\/10 {
  border-left-color: rgb(252 211 77 / 0.1) !important;
}

.border-l-amber-300\/100 {
  border-left-color: rgb(252 211 77 / 1) !important;
}

.border-l-amber-300\/15 {
  border-left-color: rgb(252 211 77 / 0.15) !important;
}

.border-l-amber-300\/20 {
  border-left-color: rgb(252 211 77 / 0.2) !important;
}

.border-l-amber-300\/25 {
  border-left-color: rgb(252 211 77 / 0.25) !important;
}

.border-l-amber-300\/30 {
  border-left-color: rgb(252 211 77 / 0.3) !important;
}

.border-l-amber-300\/35 {
  border-left-color: rgb(252 211 77 / 0.35) !important;
}

.border-l-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4) !important;
}

.border-l-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45) !important;
}

.border-l-amber-300\/5 {
  border-left-color: rgb(252 211 77 / 0.05) !important;
}

.border-l-amber-300\/50 {
  border-left-color: rgb(252 211 77 / 0.5) !important;
}

.border-l-amber-300\/55 {
  border-left-color: rgb(252 211 77 / 0.55) !important;
}

.border-l-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6) !important;
}

.border-l-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65) !important;
}

.border-l-amber-300\/70 {
  border-left-color: rgb(252 211 77 / 0.7) !important;
}

.border-l-amber-300\/75 {
  border-left-color: rgb(252 211 77 / 0.75) !important;
}

.border-l-amber-300\/80 {
  border-left-color: rgb(252 211 77 / 0.8) !important;
}

.border-l-amber-300\/85 {
  border-left-color: rgb(252 211 77 / 0.85) !important;
}

.border-l-amber-300\/90 {
  border-left-color: rgb(252 211 77 / 0.9) !important;
}

.border-l-amber-300\/95 {
  border-left-color: rgb(252 211 77 / 0.95) !important;
}

.border-l-amber-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-400\/0 {
  border-left-color: rgb(251 191 36 / 0) !important;
}

.border-l-amber-400\/10 {
  border-left-color: rgb(251 191 36 / 0.1) !important;
}

.border-l-amber-400\/100 {
  border-left-color: rgb(251 191 36 / 1) !important;
}

.border-l-amber-400\/15 {
  border-left-color: rgb(251 191 36 / 0.15) !important;
}

.border-l-amber-400\/20 {
  border-left-color: rgb(251 191 36 / 0.2) !important;
}

.border-l-amber-400\/25 {
  border-left-color: rgb(251 191 36 / 0.25) !important;
}

.border-l-amber-400\/30 {
  border-left-color: rgb(251 191 36 / 0.3) !important;
}

.border-l-amber-400\/35 {
  border-left-color: rgb(251 191 36 / 0.35) !important;
}

.border-l-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4) !important;
}

.border-l-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45) !important;
}

.border-l-amber-400\/5 {
  border-left-color: rgb(251 191 36 / 0.05) !important;
}

.border-l-amber-400\/50 {
  border-left-color: rgb(251 191 36 / 0.5) !important;
}

.border-l-amber-400\/55 {
  border-left-color: rgb(251 191 36 / 0.55) !important;
}

.border-l-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6) !important;
}

.border-l-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65) !important;
}

.border-l-amber-400\/70 {
  border-left-color: rgb(251 191 36 / 0.7) !important;
}

.border-l-amber-400\/75 {
  border-left-color: rgb(251 191 36 / 0.75) !important;
}

.border-l-amber-400\/80 {
  border-left-color: rgb(251 191 36 / 0.8) !important;
}

.border-l-amber-400\/85 {
  border-left-color: rgb(251 191 36 / 0.85) !important;
}

.border-l-amber-400\/90 {
  border-left-color: rgb(251 191 36 / 0.9) !important;
}

.border-l-amber-400\/95 {
  border-left-color: rgb(251 191 36 / 0.95) !important;
}

.border-l-amber-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-50\/0 {
  border-left-color: rgb(255 251 235 / 0) !important;
}

.border-l-amber-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1) !important;
}

.border-l-amber-50\/100 {
  border-left-color: rgb(255 251 235 / 1) !important;
}

.border-l-amber-50\/15 {
  border-left-color: rgb(255 251 235 / 0.15) !important;
}

.border-l-amber-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2) !important;
}

.border-l-amber-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25) !important;
}

.border-l-amber-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3) !important;
}

.border-l-amber-50\/35 {
  border-left-color: rgb(255 251 235 / 0.35) !important;
}

.border-l-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4) !important;
}

.border-l-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45) !important;
}

.border-l-amber-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05) !important;
}

.border-l-amber-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5) !important;
}

.border-l-amber-50\/55 {
  border-left-color: rgb(255 251 235 / 0.55) !important;
}

.border-l-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6) !important;
}

.border-l-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65) !important;
}

.border-l-amber-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7) !important;
}

.border-l-amber-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75) !important;
}

.border-l-amber-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8) !important;
}

.border-l-amber-50\/85 {
  border-left-color: rgb(255 251 235 / 0.85) !important;
}

.border-l-amber-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9) !important;
}

.border-l-amber-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95) !important;
}

.border-l-amber-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-500\/0 {
  border-left-color: rgb(245 158 11 / 0) !important;
}

.border-l-amber-500\/10 {
  border-left-color: rgb(245 158 11 / 0.1) !important;
}

.border-l-amber-500\/100 {
  border-left-color: rgb(245 158 11 / 1) !important;
}

.border-l-amber-500\/15 {
  border-left-color: rgb(245 158 11 / 0.15) !important;
}

.border-l-amber-500\/20 {
  border-left-color: rgb(245 158 11 / 0.2) !important;
}

.border-l-amber-500\/25 {
  border-left-color: rgb(245 158 11 / 0.25) !important;
}

.border-l-amber-500\/30 {
  border-left-color: rgb(245 158 11 / 0.3) !important;
}

.border-l-amber-500\/35 {
  border-left-color: rgb(245 158 11 / 0.35) !important;
}

.border-l-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4) !important;
}

.border-l-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45) !important;
}

.border-l-amber-500\/5 {
  border-left-color: rgb(245 158 11 / 0.05) !important;
}

.border-l-amber-500\/50 {
  border-left-color: rgb(245 158 11 / 0.5) !important;
}

.border-l-amber-500\/55 {
  border-left-color: rgb(245 158 11 / 0.55) !important;
}

.border-l-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6) !important;
}

.border-l-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65) !important;
}

.border-l-amber-500\/70 {
  border-left-color: rgb(245 158 11 / 0.7) !important;
}

.border-l-amber-500\/75 {
  border-left-color: rgb(245 158 11 / 0.75) !important;
}

.border-l-amber-500\/80 {
  border-left-color: rgb(245 158 11 / 0.8) !important;
}

.border-l-amber-500\/85 {
  border-left-color: rgb(245 158 11 / 0.85) !important;
}

.border-l-amber-500\/90 {
  border-left-color: rgb(245 158 11 / 0.9) !important;
}

.border-l-amber-500\/95 {
  border-left-color: rgb(245 158 11 / 0.95) !important;
}

.border-l-amber-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-600\/0 {
  border-left-color: rgb(217 119 6 / 0) !important;
}

.border-l-amber-600\/10 {
  border-left-color: rgb(217 119 6 / 0.1) !important;
}

.border-l-amber-600\/100 {
  border-left-color: rgb(217 119 6 / 1) !important;
}

.border-l-amber-600\/15 {
  border-left-color: rgb(217 119 6 / 0.15) !important;
}

.border-l-amber-600\/20 {
  border-left-color: rgb(217 119 6 / 0.2) !important;
}

.border-l-amber-600\/25 {
  border-left-color: rgb(217 119 6 / 0.25) !important;
}

.border-l-amber-600\/30 {
  border-left-color: rgb(217 119 6 / 0.3) !important;
}

.border-l-amber-600\/35 {
  border-left-color: rgb(217 119 6 / 0.35) !important;
}

.border-l-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4) !important;
}

.border-l-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45) !important;
}

.border-l-amber-600\/5 {
  border-left-color: rgb(217 119 6 / 0.05) !important;
}

.border-l-amber-600\/50 {
  border-left-color: rgb(217 119 6 / 0.5) !important;
}

.border-l-amber-600\/55 {
  border-left-color: rgb(217 119 6 / 0.55) !important;
}

.border-l-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6) !important;
}

.border-l-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65) !important;
}

.border-l-amber-600\/70 {
  border-left-color: rgb(217 119 6 / 0.7) !important;
}

.border-l-amber-600\/75 {
  border-left-color: rgb(217 119 6 / 0.75) !important;
}

.border-l-amber-600\/80 {
  border-left-color: rgb(217 119 6 / 0.8) !important;
}

.border-l-amber-600\/85 {
  border-left-color: rgb(217 119 6 / 0.85) !important;
}

.border-l-amber-600\/90 {
  border-left-color: rgb(217 119 6 / 0.9) !important;
}

.border-l-amber-600\/95 {
  border-left-color: rgb(217 119 6 / 0.95) !important;
}

.border-l-amber-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-700\/0 {
  border-left-color: rgb(180 83 9 / 0) !important;
}

.border-l-amber-700\/10 {
  border-left-color: rgb(180 83 9 / 0.1) !important;
}

.border-l-amber-700\/100 {
  border-left-color: rgb(180 83 9 / 1) !important;
}

.border-l-amber-700\/15 {
  border-left-color: rgb(180 83 9 / 0.15) !important;
}

.border-l-amber-700\/20 {
  border-left-color: rgb(180 83 9 / 0.2) !important;
}

.border-l-amber-700\/25 {
  border-left-color: rgb(180 83 9 / 0.25) !important;
}

.border-l-amber-700\/30 {
  border-left-color: rgb(180 83 9 / 0.3) !important;
}

.border-l-amber-700\/35 {
  border-left-color: rgb(180 83 9 / 0.35) !important;
}

.border-l-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4) !important;
}

.border-l-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45) !important;
}

.border-l-amber-700\/5 {
  border-left-color: rgb(180 83 9 / 0.05) !important;
}

.border-l-amber-700\/50 {
  border-left-color: rgb(180 83 9 / 0.5) !important;
}

.border-l-amber-700\/55 {
  border-left-color: rgb(180 83 9 / 0.55) !important;
}

.border-l-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6) !important;
}

.border-l-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65) !important;
}

.border-l-amber-700\/70 {
  border-left-color: rgb(180 83 9 / 0.7) !important;
}

.border-l-amber-700\/75 {
  border-left-color: rgb(180 83 9 / 0.75) !important;
}

.border-l-amber-700\/80 {
  border-left-color: rgb(180 83 9 / 0.8) !important;
}

.border-l-amber-700\/85 {
  border-left-color: rgb(180 83 9 / 0.85) !important;
}

.border-l-amber-700\/90 {
  border-left-color: rgb(180 83 9 / 0.9) !important;
}

.border-l-amber-700\/95 {
  border-left-color: rgb(180 83 9 / 0.95) !important;
}

.border-l-amber-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-800\/0 {
  border-left-color: rgb(146 64 14 / 0) !important;
}

.border-l-amber-800\/10 {
  border-left-color: rgb(146 64 14 / 0.1) !important;
}

.border-l-amber-800\/100 {
  border-left-color: rgb(146 64 14 / 1) !important;
}

.border-l-amber-800\/15 {
  border-left-color: rgb(146 64 14 / 0.15) !important;
}

.border-l-amber-800\/20 {
  border-left-color: rgb(146 64 14 / 0.2) !important;
}

.border-l-amber-800\/25 {
  border-left-color: rgb(146 64 14 / 0.25) !important;
}

.border-l-amber-800\/30 {
  border-left-color: rgb(146 64 14 / 0.3) !important;
}

.border-l-amber-800\/35 {
  border-left-color: rgb(146 64 14 / 0.35) !important;
}

.border-l-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4) !important;
}

.border-l-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45) !important;
}

.border-l-amber-800\/5 {
  border-left-color: rgb(146 64 14 / 0.05) !important;
}

.border-l-amber-800\/50 {
  border-left-color: rgb(146 64 14 / 0.5) !important;
}

.border-l-amber-800\/55 {
  border-left-color: rgb(146 64 14 / 0.55) !important;
}

.border-l-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6) !important;
}

.border-l-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65) !important;
}

.border-l-amber-800\/70 {
  border-left-color: rgb(146 64 14 / 0.7) !important;
}

.border-l-amber-800\/75 {
  border-left-color: rgb(146 64 14 / 0.75) !important;
}

.border-l-amber-800\/80 {
  border-left-color: rgb(146 64 14 / 0.8) !important;
}

.border-l-amber-800\/85 {
  border-left-color: rgb(146 64 14 / 0.85) !important;
}

.border-l-amber-800\/90 {
  border-left-color: rgb(146 64 14 / 0.9) !important;
}

.border-l-amber-800\/95 {
  border-left-color: rgb(146 64 14 / 0.95) !important;
}

.border-l-amber-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-900\/0 {
  border-left-color: rgb(120 53 15 / 0) !important;
}

.border-l-amber-900\/10 {
  border-left-color: rgb(120 53 15 / 0.1) !important;
}

.border-l-amber-900\/100 {
  border-left-color: rgb(120 53 15 / 1) !important;
}

.border-l-amber-900\/15 {
  border-left-color: rgb(120 53 15 / 0.15) !important;
}

.border-l-amber-900\/20 {
  border-left-color: rgb(120 53 15 / 0.2) !important;
}

.border-l-amber-900\/25 {
  border-left-color: rgb(120 53 15 / 0.25) !important;
}

.border-l-amber-900\/30 {
  border-left-color: rgb(120 53 15 / 0.3) !important;
}

.border-l-amber-900\/35 {
  border-left-color: rgb(120 53 15 / 0.35) !important;
}

.border-l-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4) !important;
}

.border-l-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45) !important;
}

.border-l-amber-900\/5 {
  border-left-color: rgb(120 53 15 / 0.05) !important;
}

.border-l-amber-900\/50 {
  border-left-color: rgb(120 53 15 / 0.5) !important;
}

.border-l-amber-900\/55 {
  border-left-color: rgb(120 53 15 / 0.55) !important;
}

.border-l-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6) !important;
}

.border-l-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65) !important;
}

.border-l-amber-900\/70 {
  border-left-color: rgb(120 53 15 / 0.7) !important;
}

.border-l-amber-900\/75 {
  border-left-color: rgb(120 53 15 / 0.75) !important;
}

.border-l-amber-900\/80 {
  border-left-color: rgb(120 53 15 / 0.8) !important;
}

.border-l-amber-900\/85 {
  border-left-color: rgb(120 53 15 / 0.85) !important;
}

.border-l-amber-900\/90 {
  border-left-color: rgb(120 53 15 / 0.9) !important;
}

.border-l-amber-900\/95 {
  border-left-color: rgb(120 53 15 / 0.95) !important;
}

.border-l-amber-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-l-amber-950\/0 {
  border-left-color: rgb(69 26 3 / 0) !important;
}

.border-l-amber-950\/10 {
  border-left-color: rgb(69 26 3 / 0.1) !important;
}

.border-l-amber-950\/100 {
  border-left-color: rgb(69 26 3 / 1) !important;
}

.border-l-amber-950\/15 {
  border-left-color: rgb(69 26 3 / 0.15) !important;
}

.border-l-amber-950\/20 {
  border-left-color: rgb(69 26 3 / 0.2) !important;
}

.border-l-amber-950\/25 {
  border-left-color: rgb(69 26 3 / 0.25) !important;
}

.border-l-amber-950\/30 {
  border-left-color: rgb(69 26 3 / 0.3) !important;
}

.border-l-amber-950\/35 {
  border-left-color: rgb(69 26 3 / 0.35) !important;
}

.border-l-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4) !important;
}

.border-l-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45) !important;
}

.border-l-amber-950\/5 {
  border-left-color: rgb(69 26 3 / 0.05) !important;
}

.border-l-amber-950\/50 {
  border-left-color: rgb(69 26 3 / 0.5) !important;
}

.border-l-amber-950\/55 {
  border-left-color: rgb(69 26 3 / 0.55) !important;
}

.border-l-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6) !important;
}

.border-l-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65) !important;
}

.border-l-amber-950\/70 {
  border-left-color: rgb(69 26 3 / 0.7) !important;
}

.border-l-amber-950\/75 {
  border-left-color: rgb(69 26 3 / 0.75) !important;
}

.border-l-amber-950\/80 {
  border-left-color: rgb(69 26 3 / 0.8) !important;
}

.border-l-amber-950\/85 {
  border-left-color: rgb(69 26 3 / 0.85) !important;
}

.border-l-amber-950\/90 {
  border-left-color: rgb(69 26 3 / 0.9) !important;
}

.border-l-amber-950\/95 {
  border-left-color: rgb(69 26 3 / 0.95) !important;
}

.border-l-black {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0) !important;
}

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

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

.border-l-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-l-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-l-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-l-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-l-blue-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-100\/0 {
  border-left-color: rgb(219 234 254 / 0) !important;
}

.border-l-blue-100\/10 {
  border-left-color: rgb(219 234 254 / 0.1) !important;
}

.border-l-blue-100\/100 {
  border-left-color: rgb(219 234 254 / 1) !important;
}

.border-l-blue-100\/15 {
  border-left-color: rgb(219 234 254 / 0.15) !important;
}

.border-l-blue-100\/20 {
  border-left-color: rgb(219 234 254 / 0.2) !important;
}

.border-l-blue-100\/25 {
  border-left-color: rgb(219 234 254 / 0.25) !important;
}

.border-l-blue-100\/30 {
  border-left-color: rgb(219 234 254 / 0.3) !important;
}

.border-l-blue-100\/35 {
  border-left-color: rgb(219 234 254 / 0.35) !important;
}

.border-l-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4) !important;
}

.border-l-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45) !important;
}

.border-l-blue-100\/5 {
  border-left-color: rgb(219 234 254 / 0.05) !important;
}

.border-l-blue-100\/50 {
  border-left-color: rgb(219 234 254 / 0.5) !important;
}

.border-l-blue-100\/55 {
  border-left-color: rgb(219 234 254 / 0.55) !important;
}

.border-l-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6) !important;
}

.border-l-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65) !important;
}

.border-l-blue-100\/70 {
  border-left-color: rgb(219 234 254 / 0.7) !important;
}

.border-l-blue-100\/75 {
  border-left-color: rgb(219 234 254 / 0.75) !important;
}

.border-l-blue-100\/80 {
  border-left-color: rgb(219 234 254 / 0.8) !important;
}

.border-l-blue-100\/85 {
  border-left-color: rgb(219 234 254 / 0.85) !important;
}

.border-l-blue-100\/90 {
  border-left-color: rgb(219 234 254 / 0.9) !important;
}

.border-l-blue-100\/95 {
  border-left-color: rgb(219 234 254 / 0.95) !important;
}

.border-l-blue-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-200\/0 {
  border-left-color: rgb(191 219 254 / 0) !important;
}

.border-l-blue-200\/10 {
  border-left-color: rgb(191 219 254 / 0.1) !important;
}

.border-l-blue-200\/100 {
  border-left-color: rgb(191 219 254 / 1) !important;
}

.border-l-blue-200\/15 {
  border-left-color: rgb(191 219 254 / 0.15) !important;
}

.border-l-blue-200\/20 {
  border-left-color: rgb(191 219 254 / 0.2) !important;
}

.border-l-blue-200\/25 {
  border-left-color: rgb(191 219 254 / 0.25) !important;
}

.border-l-blue-200\/30 {
  border-left-color: rgb(191 219 254 / 0.3) !important;
}

.border-l-blue-200\/35 {
  border-left-color: rgb(191 219 254 / 0.35) !important;
}

.border-l-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4) !important;
}

.border-l-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45) !important;
}

.border-l-blue-200\/5 {
  border-left-color: rgb(191 219 254 / 0.05) !important;
}

.border-l-blue-200\/50 {
  border-left-color: rgb(191 219 254 / 0.5) !important;
}

.border-l-blue-200\/55 {
  border-left-color: rgb(191 219 254 / 0.55) !important;
}

.border-l-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6) !important;
}

.border-l-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65) !important;
}

.border-l-blue-200\/70 {
  border-left-color: rgb(191 219 254 / 0.7) !important;
}

.border-l-blue-200\/75 {
  border-left-color: rgb(191 219 254 / 0.75) !important;
}

.border-l-blue-200\/80 {
  border-left-color: rgb(191 219 254 / 0.8) !important;
}

.border-l-blue-200\/85 {
  border-left-color: rgb(191 219 254 / 0.85) !important;
}

.border-l-blue-200\/90 {
  border-left-color: rgb(191 219 254 / 0.9) !important;
}

.border-l-blue-200\/95 {
  border-left-color: rgb(191 219 254 / 0.95) !important;
}

.border-l-blue-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-300\/0 {
  border-left-color: rgb(147 197 253 / 0) !important;
}

.border-l-blue-300\/10 {
  border-left-color: rgb(147 197 253 / 0.1) !important;
}

.border-l-blue-300\/100 {
  border-left-color: rgb(147 197 253 / 1) !important;
}

.border-l-blue-300\/15 {
  border-left-color: rgb(147 197 253 / 0.15) !important;
}

.border-l-blue-300\/20 {
  border-left-color: rgb(147 197 253 / 0.2) !important;
}

.border-l-blue-300\/25 {
  border-left-color: rgb(147 197 253 / 0.25) !important;
}

.border-l-blue-300\/30 {
  border-left-color: rgb(147 197 253 / 0.3) !important;
}

.border-l-blue-300\/35 {
  border-left-color: rgb(147 197 253 / 0.35) !important;
}

.border-l-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4) !important;
}

.border-l-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45) !important;
}

.border-l-blue-300\/5 {
  border-left-color: rgb(147 197 253 / 0.05) !important;
}

.border-l-blue-300\/50 {
  border-left-color: rgb(147 197 253 / 0.5) !important;
}

.border-l-blue-300\/55 {
  border-left-color: rgb(147 197 253 / 0.55) !important;
}

.border-l-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6) !important;
}

.border-l-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65) !important;
}

.border-l-blue-300\/70 {
  border-left-color: rgb(147 197 253 / 0.7) !important;
}

.border-l-blue-300\/75 {
  border-left-color: rgb(147 197 253 / 0.75) !important;
}

.border-l-blue-300\/80 {
  border-left-color: rgb(147 197 253 / 0.8) !important;
}

.border-l-blue-300\/85 {
  border-left-color: rgb(147 197 253 / 0.85) !important;
}

.border-l-blue-300\/90 {
  border-left-color: rgb(147 197 253 / 0.9) !important;
}

.border-l-blue-300\/95 {
  border-left-color: rgb(147 197 253 / 0.95) !important;
}

.border-l-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-400\/0 {
  border-left-color: rgb(96 165 250 / 0) !important;
}

.border-l-blue-400\/10 {
  border-left-color: rgb(96 165 250 / 0.1) !important;
}

.border-l-blue-400\/100 {
  border-left-color: rgb(96 165 250 / 1) !important;
}

.border-l-blue-400\/15 {
  border-left-color: rgb(96 165 250 / 0.15) !important;
}

.border-l-blue-400\/20 {
  border-left-color: rgb(96 165 250 / 0.2) !important;
}

.border-l-blue-400\/25 {
  border-left-color: rgb(96 165 250 / 0.25) !important;
}

.border-l-blue-400\/30 {
  border-left-color: rgb(96 165 250 / 0.3) !important;
}

.border-l-blue-400\/35 {
  border-left-color: rgb(96 165 250 / 0.35) !important;
}

.border-l-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4) !important;
}

.border-l-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45) !important;
}

.border-l-blue-400\/5 {
  border-left-color: rgb(96 165 250 / 0.05) !important;
}

.border-l-blue-400\/50 {
  border-left-color: rgb(96 165 250 / 0.5) !important;
}

.border-l-blue-400\/55 {
  border-left-color: rgb(96 165 250 / 0.55) !important;
}

.border-l-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6) !important;
}

.border-l-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65) !important;
}

.border-l-blue-400\/70 {
  border-left-color: rgb(96 165 250 / 0.7) !important;
}

.border-l-blue-400\/75 {
  border-left-color: rgb(96 165 250 / 0.75) !important;
}

.border-l-blue-400\/80 {
  border-left-color: rgb(96 165 250 / 0.8) !important;
}

.border-l-blue-400\/85 {
  border-left-color: rgb(96 165 250 / 0.85) !important;
}

.border-l-blue-400\/90 {
  border-left-color: rgb(96 165 250 / 0.9) !important;
}

.border-l-blue-400\/95 {
  border-left-color: rgb(96 165 250 / 0.95) !important;
}

.border-l-blue-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-50\/0 {
  border-left-color: rgb(239 246 255 / 0) !important;
}

.border-l-blue-50\/10 {
  border-left-color: rgb(239 246 255 / 0.1) !important;
}

.border-l-blue-50\/100 {
  border-left-color: rgb(239 246 255 / 1) !important;
}

.border-l-blue-50\/15 {
  border-left-color: rgb(239 246 255 / 0.15) !important;
}

.border-l-blue-50\/20 {
  border-left-color: rgb(239 246 255 / 0.2) !important;
}

.border-l-blue-50\/25 {
  border-left-color: rgb(239 246 255 / 0.25) !important;
}

.border-l-blue-50\/30 {
  border-left-color: rgb(239 246 255 / 0.3) !important;
}

.border-l-blue-50\/35 {
  border-left-color: rgb(239 246 255 / 0.35) !important;
}

.border-l-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4) !important;
}

.border-l-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45) !important;
}

.border-l-blue-50\/5 {
  border-left-color: rgb(239 246 255 / 0.05) !important;
}

.border-l-blue-50\/50 {
  border-left-color: rgb(239 246 255 / 0.5) !important;
}

.border-l-blue-50\/55 {
  border-left-color: rgb(239 246 255 / 0.55) !important;
}

.border-l-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6) !important;
}

.border-l-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65) !important;
}

.border-l-blue-50\/70 {
  border-left-color: rgb(239 246 255 / 0.7) !important;
}

.border-l-blue-50\/75 {
  border-left-color: rgb(239 246 255 / 0.75) !important;
}

.border-l-blue-50\/80 {
  border-left-color: rgb(239 246 255 / 0.8) !important;
}

.border-l-blue-50\/85 {
  border-left-color: rgb(239 246 255 / 0.85) !important;
}

.border-l-blue-50\/90 {
  border-left-color: rgb(239 246 255 / 0.9) !important;
}

.border-l-blue-50\/95 {
  border-left-color: rgb(239 246 255 / 0.95) !important;
}

.border-l-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-500\/0 {
  border-left-color: rgb(59 130 246 / 0) !important;
}

.border-l-blue-500\/10 {
  border-left-color: rgb(59 130 246 / 0.1) !important;
}

.border-l-blue-500\/100 {
  border-left-color: rgb(59 130 246 / 1) !important;
}

.border-l-blue-500\/15 {
  border-left-color: rgb(59 130 246 / 0.15) !important;
}

.border-l-blue-500\/20 {
  border-left-color: rgb(59 130 246 / 0.2) !important;
}

.border-l-blue-500\/25 {
  border-left-color: rgb(59 130 246 / 0.25) !important;
}

.border-l-blue-500\/30 {
  border-left-color: rgb(59 130 246 / 0.3) !important;
}

.border-l-blue-500\/35 {
  border-left-color: rgb(59 130 246 / 0.35) !important;
}

.border-l-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4) !important;
}

.border-l-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45) !important;
}

.border-l-blue-500\/5 {
  border-left-color: rgb(59 130 246 / 0.05) !important;
}

.border-l-blue-500\/50 {
  border-left-color: rgb(59 130 246 / 0.5) !important;
}

.border-l-blue-500\/55 {
  border-left-color: rgb(59 130 246 / 0.55) !important;
}

.border-l-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6) !important;
}

.border-l-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65) !important;
}

.border-l-blue-500\/70 {
  border-left-color: rgb(59 130 246 / 0.7) !important;
}

.border-l-blue-500\/75 {
  border-left-color: rgb(59 130 246 / 0.75) !important;
}

.border-l-blue-500\/80 {
  border-left-color: rgb(59 130 246 / 0.8) !important;
}

.border-l-blue-500\/85 {
  border-left-color: rgb(59 130 246 / 0.85) !important;
}

.border-l-blue-500\/90 {
  border-left-color: rgb(59 130 246 / 0.9) !important;
}

.border-l-blue-500\/95 {
  border-left-color: rgb(59 130 246 / 0.95) !important;
}

.border-l-blue-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-600\/0 {
  border-left-color: rgb(37 99 235 / 0) !important;
}

.border-l-blue-600\/10 {
  border-left-color: rgb(37 99 235 / 0.1) !important;
}

.border-l-blue-600\/100 {
  border-left-color: rgb(37 99 235 / 1) !important;
}

.border-l-blue-600\/15 {
  border-left-color: rgb(37 99 235 / 0.15) !important;
}

.border-l-blue-600\/20 {
  border-left-color: rgb(37 99 235 / 0.2) !important;
}

.border-l-blue-600\/25 {
  border-left-color: rgb(37 99 235 / 0.25) !important;
}

.border-l-blue-600\/30 {
  border-left-color: rgb(37 99 235 / 0.3) !important;
}

.border-l-blue-600\/35 {
  border-left-color: rgb(37 99 235 / 0.35) !important;
}

.border-l-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4) !important;
}

.border-l-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45) !important;
}

.border-l-blue-600\/5 {
  border-left-color: rgb(37 99 235 / 0.05) !important;
}

.border-l-blue-600\/50 {
  border-left-color: rgb(37 99 235 / 0.5) !important;
}

.border-l-blue-600\/55 {
  border-left-color: rgb(37 99 235 / 0.55) !important;
}

.border-l-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6) !important;
}

.border-l-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65) !important;
}

.border-l-blue-600\/70 {
  border-left-color: rgb(37 99 235 / 0.7) !important;
}

.border-l-blue-600\/75 {
  border-left-color: rgb(37 99 235 / 0.75) !important;
}

.border-l-blue-600\/80 {
  border-left-color: rgb(37 99 235 / 0.8) !important;
}

.border-l-blue-600\/85 {
  border-left-color: rgb(37 99 235 / 0.85) !important;
}

.border-l-blue-600\/90 {
  border-left-color: rgb(37 99 235 / 0.9) !important;
}

.border-l-blue-600\/95 {
  border-left-color: rgb(37 99 235 / 0.95) !important;
}

.border-l-blue-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-700\/0 {
  border-left-color: rgb(29 78 216 / 0) !important;
}

.border-l-blue-700\/10 {
  border-left-color: rgb(29 78 216 / 0.1) !important;
}

.border-l-blue-700\/100 {
  border-left-color: rgb(29 78 216 / 1) !important;
}

.border-l-blue-700\/15 {
  border-left-color: rgb(29 78 216 / 0.15) !important;
}

.border-l-blue-700\/20 {
  border-left-color: rgb(29 78 216 / 0.2) !important;
}

.border-l-blue-700\/25 {
  border-left-color: rgb(29 78 216 / 0.25) !important;
}

.border-l-blue-700\/30 {
  border-left-color: rgb(29 78 216 / 0.3) !important;
}

.border-l-blue-700\/35 {
  border-left-color: rgb(29 78 216 / 0.35) !important;
}

.border-l-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4) !important;
}

.border-l-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45) !important;
}

.border-l-blue-700\/5 {
  border-left-color: rgb(29 78 216 / 0.05) !important;
}

.border-l-blue-700\/50 {
  border-left-color: rgb(29 78 216 / 0.5) !important;
}

.border-l-blue-700\/55 {
  border-left-color: rgb(29 78 216 / 0.55) !important;
}

.border-l-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6) !important;
}

.border-l-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65) !important;
}

.border-l-blue-700\/70 {
  border-left-color: rgb(29 78 216 / 0.7) !important;
}

.border-l-blue-700\/75 {
  border-left-color: rgb(29 78 216 / 0.75) !important;
}

.border-l-blue-700\/80 {
  border-left-color: rgb(29 78 216 / 0.8) !important;
}

.border-l-blue-700\/85 {
  border-left-color: rgb(29 78 216 / 0.85) !important;
}

.border-l-blue-700\/90 {
  border-left-color: rgb(29 78 216 / 0.9) !important;
}

.border-l-blue-700\/95 {
  border-left-color: rgb(29 78 216 / 0.95) !important;
}

.border-l-blue-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-800\/0 {
  border-left-color: rgb(30 64 175 / 0) !important;
}

.border-l-blue-800\/10 {
  border-left-color: rgb(30 64 175 / 0.1) !important;
}

.border-l-blue-800\/100 {
  border-left-color: rgb(30 64 175 / 1) !important;
}

.border-l-blue-800\/15 {
  border-left-color: rgb(30 64 175 / 0.15) !important;
}

.border-l-blue-800\/20 {
  border-left-color: rgb(30 64 175 / 0.2) !important;
}

.border-l-blue-800\/25 {
  border-left-color: rgb(30 64 175 / 0.25) !important;
}

.border-l-blue-800\/30 {
  border-left-color: rgb(30 64 175 / 0.3) !important;
}

.border-l-blue-800\/35 {
  border-left-color: rgb(30 64 175 / 0.35) !important;
}

.border-l-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4) !important;
}

.border-l-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45) !important;
}

.border-l-blue-800\/5 {
  border-left-color: rgb(30 64 175 / 0.05) !important;
}

.border-l-blue-800\/50 {
  border-left-color: rgb(30 64 175 / 0.5) !important;
}

.border-l-blue-800\/55 {
  border-left-color: rgb(30 64 175 / 0.55) !important;
}

.border-l-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6) !important;
}

.border-l-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65) !important;
}

.border-l-blue-800\/70 {
  border-left-color: rgb(30 64 175 / 0.7) !important;
}

.border-l-blue-800\/75 {
  border-left-color: rgb(30 64 175 / 0.75) !important;
}

.border-l-blue-800\/80 {
  border-left-color: rgb(30 64 175 / 0.8) !important;
}

.border-l-blue-800\/85 {
  border-left-color: rgb(30 64 175 / 0.85) !important;
}

.border-l-blue-800\/90 {
  border-left-color: rgb(30 64 175 / 0.9) !important;
}

.border-l-blue-800\/95 {
  border-left-color: rgb(30 64 175 / 0.95) !important;
}

.border-l-blue-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-900\/0 {
  border-left-color: rgb(30 58 138 / 0) !important;
}

.border-l-blue-900\/10 {
  border-left-color: rgb(30 58 138 / 0.1) !important;
}

.border-l-blue-900\/100 {
  border-left-color: rgb(30 58 138 / 1) !important;
}

.border-l-blue-900\/15 {
  border-left-color: rgb(30 58 138 / 0.15) !important;
}

.border-l-blue-900\/20 {
  border-left-color: rgb(30 58 138 / 0.2) !important;
}

.border-l-blue-900\/25 {
  border-left-color: rgb(30 58 138 / 0.25) !important;
}

.border-l-blue-900\/30 {
  border-left-color: rgb(30 58 138 / 0.3) !important;
}

.border-l-blue-900\/35 {
  border-left-color: rgb(30 58 138 / 0.35) !important;
}

.border-l-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4) !important;
}

.border-l-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45) !important;
}

.border-l-blue-900\/5 {
  border-left-color: rgb(30 58 138 / 0.05) !important;
}

.border-l-blue-900\/50 {
  border-left-color: rgb(30 58 138 / 0.5) !important;
}

.border-l-blue-900\/55 {
  border-left-color: rgb(30 58 138 / 0.55) !important;
}

.border-l-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6) !important;
}

.border-l-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65) !important;
}

.border-l-blue-900\/70 {
  border-left-color: rgb(30 58 138 / 0.7) !important;
}

.border-l-blue-900\/75 {
  border-left-color: rgb(30 58 138 / 0.75) !important;
}

.border-l-blue-900\/80 {
  border-left-color: rgb(30 58 138 / 0.8) !important;
}

.border-l-blue-900\/85 {
  border-left-color: rgb(30 58 138 / 0.85) !important;
}

.border-l-blue-900\/90 {
  border-left-color: rgb(30 58 138 / 0.9) !important;
}

.border-l-blue-900\/95 {
  border-left-color: rgb(30 58 138 / 0.95) !important;
}

.border-l-blue-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-l-blue-950\/0 {
  border-left-color: rgb(23 37 84 / 0) !important;
}

.border-l-blue-950\/10 {
  border-left-color: rgb(23 37 84 / 0.1) !important;
}

.border-l-blue-950\/100 {
  border-left-color: rgb(23 37 84 / 1) !important;
}

.border-l-blue-950\/15 {
  border-left-color: rgb(23 37 84 / 0.15) !important;
}

.border-l-blue-950\/20 {
  border-left-color: rgb(23 37 84 / 0.2) !important;
}

.border-l-blue-950\/25 {
  border-left-color: rgb(23 37 84 / 0.25) !important;
}

.border-l-blue-950\/30 {
  border-left-color: rgb(23 37 84 / 0.3) !important;
}

.border-l-blue-950\/35 {
  border-left-color: rgb(23 37 84 / 0.35) !important;
}

.border-l-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4) !important;
}

.border-l-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45) !important;
}

.border-l-blue-950\/5 {
  border-left-color: rgb(23 37 84 / 0.05) !important;
}

.border-l-blue-950\/50 {
  border-left-color: rgb(23 37 84 / 0.5) !important;
}

.border-l-blue-950\/55 {
  border-left-color: rgb(23 37 84 / 0.55) !important;
}

.border-l-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6) !important;
}

.border-l-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65) !important;
}

.border-l-blue-950\/70 {
  border-left-color: rgb(23 37 84 / 0.7) !important;
}

.border-l-blue-950\/75 {
  border-left-color: rgb(23 37 84 / 0.75) !important;
}

.border-l-blue-950\/80 {
  border-left-color: rgb(23 37 84 / 0.8) !important;
}

.border-l-blue-950\/85 {
  border-left-color: rgb(23 37 84 / 0.85) !important;
}

.border-l-blue-950\/90 {
  border-left-color: rgb(23 37 84 / 0.9) !important;
}

.border-l-blue-950\/95 {
  border-left-color: rgb(23 37 84 / 0.95) !important;
}

.border-l-brand-brown {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brown\/0 {
  border-left-color: rgb(133 114 114 / 0) !important;
}

.border-l-brand-brown\/10 {
  border-left-color: rgb(133 114 114 / 0.1) !important;
}

.border-l-brand-brown\/100 {
  border-left-color: rgb(133 114 114 / 1) !important;
}

.border-l-brand-brown\/15 {
  border-left-color: rgb(133 114 114 / 0.15) !important;
}

.border-l-brand-brown\/20 {
  border-left-color: rgb(133 114 114 / 0.2) !important;
}

.border-l-brand-brown\/25 {
  border-left-color: rgb(133 114 114 / 0.25) !important;
}

.border-l-brand-brown\/30 {
  border-left-color: rgb(133 114 114 / 0.3) !important;
}

.border-l-brand-brown\/35 {
  border-left-color: rgb(133 114 114 / 0.35) !important;
}

.border-l-brand-brown\/40 {
  border-left-color: rgb(133 114 114 / 0.4) !important;
}

.border-l-brand-brown\/45 {
  border-left-color: rgb(133 114 114 / 0.45) !important;
}

.border-l-brand-brown\/5 {
  border-left-color: rgb(133 114 114 / 0.05) !important;
}

.border-l-brand-brown\/50 {
  border-left-color: rgb(133 114 114 / 0.5) !important;
}

.border-l-brand-brown\/55 {
  border-left-color: rgb(133 114 114 / 0.55) !important;
}

.border-l-brand-brown\/60 {
  border-left-color: rgb(133 114 114 / 0.6) !important;
}

.border-l-brand-brown\/65 {
  border-left-color: rgb(133 114 114 / 0.65) !important;
}

.border-l-brand-brown\/70 {
  border-left-color: rgb(133 114 114 / 0.7) !important;
}

.border-l-brand-brown\/75 {
  border-left-color: rgb(133 114 114 / 0.75) !important;
}

.border-l-brand-brown\/80 {
  border-left-color: rgb(133 114 114 / 0.8) !important;
}

.border-l-brand-brown\/85 {
  border-left-color: rgb(133 114 114 / 0.85) !important;
}

.border-l-brand-brown\/90 {
  border-left-color: rgb(133 114 114 / 0.9) !important;
}

.border-l-brand-brown\/95 {
  border-left-color: rgb(133 114 114 / 0.95) !important;
}

.border-l-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brownDark\/0 {
  border-left-color: rgb(73 71 78 / 0) !important;
}

.border-l-brand-brownDark\/10 {
  border-left-color: rgb(73 71 78 / 0.1) !important;
}

.border-l-brand-brownDark\/100 {
  border-left-color: rgb(73 71 78 / 1) !important;
}

.border-l-brand-brownDark\/15 {
  border-left-color: rgb(73 71 78 / 0.15) !important;
}

.border-l-brand-brownDark\/20 {
  border-left-color: rgb(73 71 78 / 0.2) !important;
}

.border-l-brand-brownDark\/25 {
  border-left-color: rgb(73 71 78 / 0.25) !important;
}

.border-l-brand-brownDark\/30 {
  border-left-color: rgb(73 71 78 / 0.3) !important;
}

.border-l-brand-brownDark\/35 {
  border-left-color: rgb(73 71 78 / 0.35) !important;
}

.border-l-brand-brownDark\/40 {
  border-left-color: rgb(73 71 78 / 0.4) !important;
}

.border-l-brand-brownDark\/45 {
  border-left-color: rgb(73 71 78 / 0.45) !important;
}

.border-l-brand-brownDark\/5 {
  border-left-color: rgb(73 71 78 / 0.05) !important;
}

.border-l-brand-brownDark\/50 {
  border-left-color: rgb(73 71 78 / 0.5) !important;
}

.border-l-brand-brownDark\/55 {
  border-left-color: rgb(73 71 78 / 0.55) !important;
}

.border-l-brand-brownDark\/60 {
  border-left-color: rgb(73 71 78 / 0.6) !important;
}

.border-l-brand-brownDark\/65 {
  border-left-color: rgb(73 71 78 / 0.65) !important;
}

.border-l-brand-brownDark\/70 {
  border-left-color: rgb(73 71 78 / 0.7) !important;
}

.border-l-brand-brownDark\/75 {
  border-left-color: rgb(73 71 78 / 0.75) !important;
}

.border-l-brand-brownDark\/80 {
  border-left-color: rgb(73 71 78 / 0.8) !important;
}

.border-l-brand-brownDark\/85 {
  border-left-color: rgb(73 71 78 / 0.85) !important;
}

.border-l-brand-brownDark\/90 {
  border-left-color: rgb(73 71 78 / 0.9) !important;
}

.border-l-brand-brownDark\/95 {
  border-left-color: rgb(73 71 78 / 0.95) !important;
}

.border-l-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brownDarker\/0 {
  border-left-color: rgb(36 34 42 / 0) !important;
}

.border-l-brand-brownDarker\/10 {
  border-left-color: rgb(36 34 42 / 0.1) !important;
}

.border-l-brand-brownDarker\/100 {
  border-left-color: rgb(36 34 42 / 1) !important;
}

.border-l-brand-brownDarker\/15 {
  border-left-color: rgb(36 34 42 / 0.15) !important;
}

.border-l-brand-brownDarker\/20 {
  border-left-color: rgb(36 34 42 / 0.2) !important;
}

.border-l-brand-brownDarker\/25 {
  border-left-color: rgb(36 34 42 / 0.25) !important;
}

.border-l-brand-brownDarker\/30 {
  border-left-color: rgb(36 34 42 / 0.3) !important;
}

.border-l-brand-brownDarker\/35 {
  border-left-color: rgb(36 34 42 / 0.35) !important;
}

.border-l-brand-brownDarker\/40 {
  border-left-color: rgb(36 34 42 / 0.4) !important;
}

.border-l-brand-brownDarker\/45 {
  border-left-color: rgb(36 34 42 / 0.45) !important;
}

.border-l-brand-brownDarker\/5 {
  border-left-color: rgb(36 34 42 / 0.05) !important;
}

.border-l-brand-brownDarker\/50 {
  border-left-color: rgb(36 34 42 / 0.5) !important;
}

.border-l-brand-brownDarker\/55 {
  border-left-color: rgb(36 34 42 / 0.55) !important;
}

.border-l-brand-brownDarker\/60 {
  border-left-color: rgb(36 34 42 / 0.6) !important;
}

.border-l-brand-brownDarker\/65 {
  border-left-color: rgb(36 34 42 / 0.65) !important;
}

.border-l-brand-brownDarker\/70 {
  border-left-color: rgb(36 34 42 / 0.7) !important;
}

.border-l-brand-brownDarker\/75 {
  border-left-color: rgb(36 34 42 / 0.75) !important;
}

.border-l-brand-brownDarker\/80 {
  border-left-color: rgb(36 34 42 / 0.8) !important;
}

.border-l-brand-brownDarker\/85 {
  border-left-color: rgb(36 34 42 / 0.85) !important;
}

.border-l-brand-brownDarker\/90 {
  border-left-color: rgb(36 34 42 / 0.9) !important;
}

.border-l-brand-brownDarker\/95 {
  border-left-color: rgb(36 34 42 / 0.95) !important;
}

.border-l-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brownDarkest\/0 {
  border-left-color: rgb(13 14 24 / 0) !important;
}

.border-l-brand-brownDarkest\/10 {
  border-left-color: rgb(13 14 24 / 0.1) !important;
}

.border-l-brand-brownDarkest\/100 {
  border-left-color: rgb(13 14 24 / 1) !important;
}

.border-l-brand-brownDarkest\/15 {
  border-left-color: rgb(13 14 24 / 0.15) !important;
}

.border-l-brand-brownDarkest\/20 {
  border-left-color: rgb(13 14 24 / 0.2) !important;
}

.border-l-brand-brownDarkest\/25 {
  border-left-color: rgb(13 14 24 / 0.25) !important;
}

.border-l-brand-brownDarkest\/30 {
  border-left-color: rgb(13 14 24 / 0.3) !important;
}

.border-l-brand-brownDarkest\/35 {
  border-left-color: rgb(13 14 24 / 0.35) !important;
}

.border-l-brand-brownDarkest\/40 {
  border-left-color: rgb(13 14 24 / 0.4) !important;
}

.border-l-brand-brownDarkest\/45 {
  border-left-color: rgb(13 14 24 / 0.45) !important;
}

.border-l-brand-brownDarkest\/5 {
  border-left-color: rgb(13 14 24 / 0.05) !important;
}

.border-l-brand-brownDarkest\/50 {
  border-left-color: rgb(13 14 24 / 0.5) !important;
}

.border-l-brand-brownDarkest\/55 {
  border-left-color: rgb(13 14 24 / 0.55) !important;
}

.border-l-brand-brownDarkest\/60 {
  border-left-color: rgb(13 14 24 / 0.6) !important;
}

.border-l-brand-brownDarkest\/65 {
  border-left-color: rgb(13 14 24 / 0.65) !important;
}

.border-l-brand-brownDarkest\/70 {
  border-left-color: rgb(13 14 24 / 0.7) !important;
}

.border-l-brand-brownDarkest\/75 {
  border-left-color: rgb(13 14 24 / 0.75) !important;
}

.border-l-brand-brownDarkest\/80 {
  border-left-color: rgb(13 14 24 / 0.8) !important;
}

.border-l-brand-brownDarkest\/85 {
  border-left-color: rgb(13 14 24 / 0.85) !important;
}

.border-l-brand-brownDarkest\/90 {
  border-left-color: rgb(13 14 24 / 0.9) !important;
}

.border-l-brand-brownDarkest\/95 {
  border-left-color: rgb(13 14 24 / 0.95) !important;
}

.border-l-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brownLighest\/0 {
  border-left-color: rgb(252 248 248 / 0) !important;
}

.border-l-brand-brownLighest\/10 {
  border-left-color: rgb(252 248 248 / 0.1) !important;
}

.border-l-brand-brownLighest\/100 {
  border-left-color: rgb(252 248 248 / 1) !important;
}

.border-l-brand-brownLighest\/15 {
  border-left-color: rgb(252 248 248 / 0.15) !important;
}

.border-l-brand-brownLighest\/20 {
  border-left-color: rgb(252 248 248 / 0.2) !important;
}

.border-l-brand-brownLighest\/25 {
  border-left-color: rgb(252 248 248 / 0.25) !important;
}

.border-l-brand-brownLighest\/30 {
  border-left-color: rgb(252 248 248 / 0.3) !important;
}

.border-l-brand-brownLighest\/35 {
  border-left-color: rgb(252 248 248 / 0.35) !important;
}

.border-l-brand-brownLighest\/40 {
  border-left-color: rgb(252 248 248 / 0.4) !important;
}

.border-l-brand-brownLighest\/45 {
  border-left-color: rgb(252 248 248 / 0.45) !important;
}

.border-l-brand-brownLighest\/5 {
  border-left-color: rgb(252 248 248 / 0.05) !important;
}

.border-l-brand-brownLighest\/50 {
  border-left-color: rgb(252 248 248 / 0.5) !important;
}

.border-l-brand-brownLighest\/55 {
  border-left-color: rgb(252 248 248 / 0.55) !important;
}

.border-l-brand-brownLighest\/60 {
  border-left-color: rgb(252 248 248 / 0.6) !important;
}

.border-l-brand-brownLighest\/65 {
  border-left-color: rgb(252 248 248 / 0.65) !important;
}

.border-l-brand-brownLighest\/70 {
  border-left-color: rgb(252 248 248 / 0.7) !important;
}

.border-l-brand-brownLighest\/75 {
  border-left-color: rgb(252 248 248 / 0.75) !important;
}

.border-l-brand-brownLighest\/80 {
  border-left-color: rgb(252 248 248 / 0.8) !important;
}

.border-l-brand-brownLighest\/85 {
  border-left-color: rgb(252 248 248 / 0.85) !important;
}

.border-l-brand-brownLighest\/90 {
  border-left-color: rgb(252 248 248 / 0.9) !important;
}

.border-l-brand-brownLighest\/95 {
  border-left-color: rgb(252 248 248 / 0.95) !important;
}

.border-l-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-brownLight\/0 {
  border-left-color: rgb(214 204 205 / 0) !important;
}

.border-l-brand-brownLight\/10 {
  border-left-color: rgb(214 204 205 / 0.1) !important;
}

.border-l-brand-brownLight\/100 {
  border-left-color: rgb(214 204 205 / 1) !important;
}

.border-l-brand-brownLight\/15 {
  border-left-color: rgb(214 204 205 / 0.15) !important;
}

.border-l-brand-brownLight\/20 {
  border-left-color: rgb(214 204 205 / 0.2) !important;
}

.border-l-brand-brownLight\/25 {
  border-left-color: rgb(214 204 205 / 0.25) !important;
}

.border-l-brand-brownLight\/30 {
  border-left-color: rgb(214 204 205 / 0.3) !important;
}

.border-l-brand-brownLight\/35 {
  border-left-color: rgb(214 204 205 / 0.35) !important;
}

.border-l-brand-brownLight\/40 {
  border-left-color: rgb(214 204 205 / 0.4) !important;
}

.border-l-brand-brownLight\/45 {
  border-left-color: rgb(214 204 205 / 0.45) !important;
}

.border-l-brand-brownLight\/5 {
  border-left-color: rgb(214 204 205 / 0.05) !important;
}

.border-l-brand-brownLight\/50 {
  border-left-color: rgb(214 204 205 / 0.5) !important;
}

.border-l-brand-brownLight\/55 {
  border-left-color: rgb(214 204 205 / 0.55) !important;
}

.border-l-brand-brownLight\/60 {
  border-left-color: rgb(214 204 205 / 0.6) !important;
}

.border-l-brand-brownLight\/65 {
  border-left-color: rgb(214 204 205 / 0.65) !important;
}

.border-l-brand-brownLight\/70 {
  border-left-color: rgb(214 204 205 / 0.7) !important;
}

.border-l-brand-brownLight\/75 {
  border-left-color: rgb(214 204 205 / 0.75) !important;
}

.border-l-brand-brownLight\/80 {
  border-left-color: rgb(214 204 205 / 0.8) !important;
}

.border-l-brand-brownLight\/85 {
  border-left-color: rgb(214 204 205 / 0.85) !important;
}

.border-l-brand-brownLight\/90 {
  border-left-color: rgb(214 204 205 / 0.9) !important;
}

.border-l-brand-brownLight\/95 {
  border-left-color: rgb(214 204 205 / 0.95) !important;
}

.border-l-brand-grey {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-grey\/0 {
  border-left-color: rgb(218 218 218 / 0) !important;
}

.border-l-brand-grey\/10 {
  border-left-color: rgb(218 218 218 / 0.1) !important;
}

.border-l-brand-grey\/100 {
  border-left-color: rgb(218 218 218 / 1) !important;
}

.border-l-brand-grey\/15 {
  border-left-color: rgb(218 218 218 / 0.15) !important;
}

.border-l-brand-grey\/20 {
  border-left-color: rgb(218 218 218 / 0.2) !important;
}

.border-l-brand-grey\/25 {
  border-left-color: rgb(218 218 218 / 0.25) !important;
}

.border-l-brand-grey\/30 {
  border-left-color: rgb(218 218 218 / 0.3) !important;
}

.border-l-brand-grey\/35 {
  border-left-color: rgb(218 218 218 / 0.35) !important;
}

.border-l-brand-grey\/40 {
  border-left-color: rgb(218 218 218 / 0.4) !important;
}

.border-l-brand-grey\/45 {
  border-left-color: rgb(218 218 218 / 0.45) !important;
}

.border-l-brand-grey\/5 {
  border-left-color: rgb(218 218 218 / 0.05) !important;
}

.border-l-brand-grey\/50 {
  border-left-color: rgb(218 218 218 / 0.5) !important;
}

.border-l-brand-grey\/55 {
  border-left-color: rgb(218 218 218 / 0.55) !important;
}

.border-l-brand-grey\/60 {
  border-left-color: rgb(218 218 218 / 0.6) !important;
}

.border-l-brand-grey\/65 {
  border-left-color: rgb(218 218 218 / 0.65) !important;
}

.border-l-brand-grey\/70 {
  border-left-color: rgb(218 218 218 / 0.7) !important;
}

.border-l-brand-grey\/75 {
  border-left-color: rgb(218 218 218 / 0.75) !important;
}

.border-l-brand-grey\/80 {
  border-left-color: rgb(218 218 218 / 0.8) !important;
}

.border-l-brand-grey\/85 {
  border-left-color: rgb(218 218 218 / 0.85) !important;
}

.border-l-brand-grey\/90 {
  border-left-color: rgb(218 218 218 / 0.9) !important;
}

.border-l-brand-grey\/95 {
  border-left-color: rgb(218 218 218 / 0.95) !important;
}

.border-l-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-greyDarkest\/0 {
  border-left-color: rgb(26 3 27 / 0) !important;
}

.border-l-brand-greyDarkest\/10 {
  border-left-color: rgb(26 3 27 / 0.1) !important;
}

.border-l-brand-greyDarkest\/100 {
  border-left-color: rgb(26 3 27 / 1) !important;
}

.border-l-brand-greyDarkest\/15 {
  border-left-color: rgb(26 3 27 / 0.15) !important;
}

.border-l-brand-greyDarkest\/20 {
  border-left-color: rgb(26 3 27 / 0.2) !important;
}

.border-l-brand-greyDarkest\/25 {
  border-left-color: rgb(26 3 27 / 0.25) !important;
}

.border-l-brand-greyDarkest\/30 {
  border-left-color: rgb(26 3 27 / 0.3) !important;
}

.border-l-brand-greyDarkest\/35 {
  border-left-color: rgb(26 3 27 / 0.35) !important;
}

.border-l-brand-greyDarkest\/40 {
  border-left-color: rgb(26 3 27 / 0.4) !important;
}

.border-l-brand-greyDarkest\/45 {
  border-left-color: rgb(26 3 27 / 0.45) !important;
}

.border-l-brand-greyDarkest\/5 {
  border-left-color: rgb(26 3 27 / 0.05) !important;
}

.border-l-brand-greyDarkest\/50 {
  border-left-color: rgb(26 3 27 / 0.5) !important;
}

.border-l-brand-greyDarkest\/55 {
  border-left-color: rgb(26 3 27 / 0.55) !important;
}

.border-l-brand-greyDarkest\/60 {
  border-left-color: rgb(26 3 27 / 0.6) !important;
}

.border-l-brand-greyDarkest\/65 {
  border-left-color: rgb(26 3 27 / 0.65) !important;
}

.border-l-brand-greyDarkest\/70 {
  border-left-color: rgb(26 3 27 / 0.7) !important;
}

.border-l-brand-greyDarkest\/75 {
  border-left-color: rgb(26 3 27 / 0.75) !important;
}

.border-l-brand-greyDarkest\/80 {
  border-left-color: rgb(26 3 27 / 0.8) !important;
}

.border-l-brand-greyDarkest\/85 {
  border-left-color: rgb(26 3 27 / 0.85) !important;
}

.border-l-brand-greyDarkest\/90 {
  border-left-color: rgb(26 3 27 / 0.9) !important;
}

.border-l-brand-greyDarkest\/95 {
  border-left-color: rgb(26 3 27 / 0.95) !important;
}

.border-l-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-greyLight\/0 {
  border-left-color: rgb(249 248 254 / 0) !important;
}

.border-l-brand-greyLight\/10 {
  border-left-color: rgb(249 248 254 / 0.1) !important;
}

.border-l-brand-greyLight\/100 {
  border-left-color: rgb(249 248 254 / 1) !important;
}

.border-l-brand-greyLight\/15 {
  border-left-color: rgb(249 248 254 / 0.15) !important;
}

.border-l-brand-greyLight\/20 {
  border-left-color: rgb(249 248 254 / 0.2) !important;
}

.border-l-brand-greyLight\/25 {
  border-left-color: rgb(249 248 254 / 0.25) !important;
}

.border-l-brand-greyLight\/30 {
  border-left-color: rgb(249 248 254 / 0.3) !important;
}

.border-l-brand-greyLight\/35 {
  border-left-color: rgb(249 248 254 / 0.35) !important;
}

.border-l-brand-greyLight\/40 {
  border-left-color: rgb(249 248 254 / 0.4) !important;
}

.border-l-brand-greyLight\/45 {
  border-left-color: rgb(249 248 254 / 0.45) !important;
}

.border-l-brand-greyLight\/5 {
  border-left-color: rgb(249 248 254 / 0.05) !important;
}

.border-l-brand-greyLight\/50 {
  border-left-color: rgb(249 248 254 / 0.5) !important;
}

.border-l-brand-greyLight\/55 {
  border-left-color: rgb(249 248 254 / 0.55) !important;
}

.border-l-brand-greyLight\/60 {
  border-left-color: rgb(249 248 254 / 0.6) !important;
}

.border-l-brand-greyLight\/65 {
  border-left-color: rgb(249 248 254 / 0.65) !important;
}

.border-l-brand-greyLight\/70 {
  border-left-color: rgb(249 248 254 / 0.7) !important;
}

.border-l-brand-greyLight\/75 {
  border-left-color: rgb(249 248 254 / 0.75) !important;
}

.border-l-brand-greyLight\/80 {
  border-left-color: rgb(249 248 254 / 0.8) !important;
}

.border-l-brand-greyLight\/85 {
  border-left-color: rgb(249 248 254 / 0.85) !important;
}

.border-l-brand-greyLight\/90 {
  border-left-color: rgb(249 248 254 / 0.9) !important;
}

.border-l-brand-greyLight\/95 {
  border-left-color: rgb(249 248 254 / 0.95) !important;
}

.border-l-brand-red {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-red\/0 {
  border-left-color: rgb(223 45 59 / 0) !important;
}

.border-l-brand-red\/10 {
  border-left-color: rgb(223 45 59 / 0.1) !important;
}

.border-l-brand-red\/100 {
  border-left-color: rgb(223 45 59 / 1) !important;
}

.border-l-brand-red\/15 {
  border-left-color: rgb(223 45 59 / 0.15) !important;
}

.border-l-brand-red\/20 {
  border-left-color: rgb(223 45 59 / 0.2) !important;
}

.border-l-brand-red\/25 {
  border-left-color: rgb(223 45 59 / 0.25) !important;
}

.border-l-brand-red\/30 {
  border-left-color: rgb(223 45 59 / 0.3) !important;
}

.border-l-brand-red\/35 {
  border-left-color: rgb(223 45 59 / 0.35) !important;
}

.border-l-brand-red\/40 {
  border-left-color: rgb(223 45 59 / 0.4) !important;
}

.border-l-brand-red\/45 {
  border-left-color: rgb(223 45 59 / 0.45) !important;
}

.border-l-brand-red\/5 {
  border-left-color: rgb(223 45 59 / 0.05) !important;
}

.border-l-brand-red\/50 {
  border-left-color: rgb(223 45 59 / 0.5) !important;
}

.border-l-brand-red\/55 {
  border-left-color: rgb(223 45 59 / 0.55) !important;
}

.border-l-brand-red\/60 {
  border-left-color: rgb(223 45 59 / 0.6) !important;
}

.border-l-brand-red\/65 {
  border-left-color: rgb(223 45 59 / 0.65) !important;
}

.border-l-brand-red\/70 {
  border-left-color: rgb(223 45 59 / 0.7) !important;
}

.border-l-brand-red\/75 {
  border-left-color: rgb(223 45 59 / 0.75) !important;
}

.border-l-brand-red\/80 {
  border-left-color: rgb(223 45 59 / 0.8) !important;
}

.border-l-brand-red\/85 {
  border-left-color: rgb(223 45 59 / 0.85) !important;
}

.border-l-brand-red\/90 {
  border-left-color: rgb(223 45 59 / 0.9) !important;
}

.border-l-brand-red\/95 {
  border-left-color: rgb(223 45 59 / 0.95) !important;
}

.border-l-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-redDark\/0 {
  border-left-color: rgb(190 22 35 / 0) !important;
}

.border-l-brand-redDark\/10 {
  border-left-color: rgb(190 22 35 / 0.1) !important;
}

.border-l-brand-redDark\/100 {
  border-left-color: rgb(190 22 35 / 1) !important;
}

.border-l-brand-redDark\/15 {
  border-left-color: rgb(190 22 35 / 0.15) !important;
}

.border-l-brand-redDark\/20 {
  border-left-color: rgb(190 22 35 / 0.2) !important;
}

.border-l-brand-redDark\/25 {
  border-left-color: rgb(190 22 35 / 0.25) !important;
}

.border-l-brand-redDark\/30 {
  border-left-color: rgb(190 22 35 / 0.3) !important;
}

.border-l-brand-redDark\/35 {
  border-left-color: rgb(190 22 35 / 0.35) !important;
}

.border-l-brand-redDark\/40 {
  border-left-color: rgb(190 22 35 / 0.4) !important;
}

.border-l-brand-redDark\/45 {
  border-left-color: rgb(190 22 35 / 0.45) !important;
}

.border-l-brand-redDark\/5 {
  border-left-color: rgb(190 22 35 / 0.05) !important;
}

.border-l-brand-redDark\/50 {
  border-left-color: rgb(190 22 35 / 0.5) !important;
}

.border-l-brand-redDark\/55 {
  border-left-color: rgb(190 22 35 / 0.55) !important;
}

.border-l-brand-redDark\/60 {
  border-left-color: rgb(190 22 35 / 0.6) !important;
}

.border-l-brand-redDark\/65 {
  border-left-color: rgb(190 22 35 / 0.65) !important;
}

.border-l-brand-redDark\/70 {
  border-left-color: rgb(190 22 35 / 0.7) !important;
}

.border-l-brand-redDark\/75 {
  border-left-color: rgb(190 22 35 / 0.75) !important;
}

.border-l-brand-redDark\/80 {
  border-left-color: rgb(190 22 35 / 0.8) !important;
}

.border-l-brand-redDark\/85 {
  border-left-color: rgb(190 22 35 / 0.85) !important;
}

.border-l-brand-redDark\/90 {
  border-left-color: rgb(190 22 35 / 0.9) !important;
}

.border-l-brand-redDark\/95 {
  border-left-color: rgb(190 22 35 / 0.95) !important;
}

.border-l-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-systemGreen\/0 {
  border-left-color: rgb(30 214 93 / 0) !important;
}

.border-l-brand-systemGreen\/10 {
  border-left-color: rgb(30 214 93 / 0.1) !important;
}

.border-l-brand-systemGreen\/100 {
  border-left-color: rgb(30 214 93 / 1) !important;
}

.border-l-brand-systemGreen\/15 {
  border-left-color: rgb(30 214 93 / 0.15) !important;
}

.border-l-brand-systemGreen\/20 {
  border-left-color: rgb(30 214 93 / 0.2) !important;
}

.border-l-brand-systemGreen\/25 {
  border-left-color: rgb(30 214 93 / 0.25) !important;
}

.border-l-brand-systemGreen\/30 {
  border-left-color: rgb(30 214 93 / 0.3) !important;
}

.border-l-brand-systemGreen\/35 {
  border-left-color: rgb(30 214 93 / 0.35) !important;
}

.border-l-brand-systemGreen\/40 {
  border-left-color: rgb(30 214 93 / 0.4) !important;
}

.border-l-brand-systemGreen\/45 {
  border-left-color: rgb(30 214 93 / 0.45) !important;
}

.border-l-brand-systemGreen\/5 {
  border-left-color: rgb(30 214 93 / 0.05) !important;
}

.border-l-brand-systemGreen\/50 {
  border-left-color: rgb(30 214 93 / 0.5) !important;
}

.border-l-brand-systemGreen\/55 {
  border-left-color: rgb(30 214 93 / 0.55) !important;
}

.border-l-brand-systemGreen\/60 {
  border-left-color: rgb(30 214 93 / 0.6) !important;
}

.border-l-brand-systemGreen\/65 {
  border-left-color: rgb(30 214 93 / 0.65) !important;
}

.border-l-brand-systemGreen\/70 {
  border-left-color: rgb(30 214 93 / 0.7) !important;
}

.border-l-brand-systemGreen\/75 {
  border-left-color: rgb(30 214 93 / 0.75) !important;
}

.border-l-brand-systemGreen\/80 {
  border-left-color: rgb(30 214 93 / 0.8) !important;
}

.border-l-brand-systemGreen\/85 {
  border-left-color: rgb(30 214 93 / 0.85) !important;
}

.border-l-brand-systemGreen\/90 {
  border-left-color: rgb(30 214 93 / 0.9) !important;
}

.border-l-brand-systemGreen\/95 {
  border-left-color: rgb(30 214 93 / 0.95) !important;
}

.border-l-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-systemOrange\/0 {
  border-left-color: rgb(216 125 19 / 0) !important;
}

.border-l-brand-systemOrange\/10 {
  border-left-color: rgb(216 125 19 / 0.1) !important;
}

.border-l-brand-systemOrange\/100 {
  border-left-color: rgb(216 125 19 / 1) !important;
}

.border-l-brand-systemOrange\/15 {
  border-left-color: rgb(216 125 19 / 0.15) !important;
}

.border-l-brand-systemOrange\/20 {
  border-left-color: rgb(216 125 19 / 0.2) !important;
}

.border-l-brand-systemOrange\/25 {
  border-left-color: rgb(216 125 19 / 0.25) !important;
}

.border-l-brand-systemOrange\/30 {
  border-left-color: rgb(216 125 19 / 0.3) !important;
}

.border-l-brand-systemOrange\/35 {
  border-left-color: rgb(216 125 19 / 0.35) !important;
}

.border-l-brand-systemOrange\/40 {
  border-left-color: rgb(216 125 19 / 0.4) !important;
}

.border-l-brand-systemOrange\/45 {
  border-left-color: rgb(216 125 19 / 0.45) !important;
}

.border-l-brand-systemOrange\/5 {
  border-left-color: rgb(216 125 19 / 0.05) !important;
}

.border-l-brand-systemOrange\/50 {
  border-left-color: rgb(216 125 19 / 0.5) !important;
}

.border-l-brand-systemOrange\/55 {
  border-left-color: rgb(216 125 19 / 0.55) !important;
}

.border-l-brand-systemOrange\/60 {
  border-left-color: rgb(216 125 19 / 0.6) !important;
}

.border-l-brand-systemOrange\/65 {
  border-left-color: rgb(216 125 19 / 0.65) !important;
}

.border-l-brand-systemOrange\/70 {
  border-left-color: rgb(216 125 19 / 0.7) !important;
}

.border-l-brand-systemOrange\/75 {
  border-left-color: rgb(216 125 19 / 0.75) !important;
}

.border-l-brand-systemOrange\/80 {
  border-left-color: rgb(216 125 19 / 0.8) !important;
}

.border-l-brand-systemOrange\/85 {
  border-left-color: rgb(216 125 19 / 0.85) !important;
}

.border-l-brand-systemOrange\/90 {
  border-left-color: rgb(216 125 19 / 0.9) !important;
}

.border-l-brand-systemOrange\/95 {
  border-left-color: rgb(216 125 19 / 0.95) !important;
}

.border-l-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-systemRed\/0 {
  border-left-color: rgb(227 45 59 / 0) !important;
}

.border-l-brand-systemRed\/10 {
  border-left-color: rgb(227 45 59 / 0.1) !important;
}

.border-l-brand-systemRed\/100 {
  border-left-color: rgb(227 45 59 / 1) !important;
}

.border-l-brand-systemRed\/15 {
  border-left-color: rgb(227 45 59 / 0.15) !important;
}

.border-l-brand-systemRed\/20 {
  border-left-color: rgb(227 45 59 / 0.2) !important;
}

.border-l-brand-systemRed\/25 {
  border-left-color: rgb(227 45 59 / 0.25) !important;
}

.border-l-brand-systemRed\/30 {
  border-left-color: rgb(227 45 59 / 0.3) !important;
}

.border-l-brand-systemRed\/35 {
  border-left-color: rgb(227 45 59 / 0.35) !important;
}

.border-l-brand-systemRed\/40 {
  border-left-color: rgb(227 45 59 / 0.4) !important;
}

.border-l-brand-systemRed\/45 {
  border-left-color: rgb(227 45 59 / 0.45) !important;
}

.border-l-brand-systemRed\/5 {
  border-left-color: rgb(227 45 59 / 0.05) !important;
}

.border-l-brand-systemRed\/50 {
  border-left-color: rgb(227 45 59 / 0.5) !important;
}

.border-l-brand-systemRed\/55 {
  border-left-color: rgb(227 45 59 / 0.55) !important;
}

.border-l-brand-systemRed\/60 {
  border-left-color: rgb(227 45 59 / 0.6) !important;
}

.border-l-brand-systemRed\/65 {
  border-left-color: rgb(227 45 59 / 0.65) !important;
}

.border-l-brand-systemRed\/70 {
  border-left-color: rgb(227 45 59 / 0.7) !important;
}

.border-l-brand-systemRed\/75 {
  border-left-color: rgb(227 45 59 / 0.75) !important;
}

.border-l-brand-systemRed\/80 {
  border-left-color: rgb(227 45 59 / 0.8) !important;
}

.border-l-brand-systemRed\/85 {
  border-left-color: rgb(227 45 59 / 0.85) !important;
}

.border-l-brand-systemRed\/90 {
  border-left-color: rgb(227 45 59 / 0.9) !important;
}

.border-l-brand-systemRed\/95 {
  border-left-color: rgb(227 45 59 / 0.95) !important;
}

.border-l-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-systemYellow\/0 {
  border-left-color: rgb(227 203 15 / 0) !important;
}

.border-l-brand-systemYellow\/10 {
  border-left-color: rgb(227 203 15 / 0.1) !important;
}

.border-l-brand-systemYellow\/100 {
  border-left-color: rgb(227 203 15 / 1) !important;
}

.border-l-brand-systemYellow\/15 {
  border-left-color: rgb(227 203 15 / 0.15) !important;
}

.border-l-brand-systemYellow\/20 {
  border-left-color: rgb(227 203 15 / 0.2) !important;
}

.border-l-brand-systemYellow\/25 {
  border-left-color: rgb(227 203 15 / 0.25) !important;
}

.border-l-brand-systemYellow\/30 {
  border-left-color: rgb(227 203 15 / 0.3) !important;
}

.border-l-brand-systemYellow\/35 {
  border-left-color: rgb(227 203 15 / 0.35) !important;
}

.border-l-brand-systemYellow\/40 {
  border-left-color: rgb(227 203 15 / 0.4) !important;
}

.border-l-brand-systemYellow\/45 {
  border-left-color: rgb(227 203 15 / 0.45) !important;
}

.border-l-brand-systemYellow\/5 {
  border-left-color: rgb(227 203 15 / 0.05) !important;
}

.border-l-brand-systemYellow\/50 {
  border-left-color: rgb(227 203 15 / 0.5) !important;
}

.border-l-brand-systemYellow\/55 {
  border-left-color: rgb(227 203 15 / 0.55) !important;
}

.border-l-brand-systemYellow\/60 {
  border-left-color: rgb(227 203 15 / 0.6) !important;
}

.border-l-brand-systemYellow\/65 {
  border-left-color: rgb(227 203 15 / 0.65) !important;
}

.border-l-brand-systemYellow\/70 {
  border-left-color: rgb(227 203 15 / 0.7) !important;
}

.border-l-brand-systemYellow\/75 {
  border-left-color: rgb(227 203 15 / 0.75) !important;
}

.border-l-brand-systemYellow\/80 {
  border-left-color: rgb(227 203 15 / 0.8) !important;
}

.border-l-brand-systemYellow\/85 {
  border-left-color: rgb(227 203 15 / 0.85) !important;
}

.border-l-brand-systemYellow\/90 {
  border-left-color: rgb(227 203 15 / 0.9) !important;
}

.border-l-brand-systemYellow\/95 {
  border-left-color: rgb(227 203 15 / 0.95) !important;
}

.border-l-brand-text {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-text\/0 {
  border-left-color: rgb(18 2 28 / 0) !important;
}

.border-l-brand-text\/10 {
  border-left-color: rgb(18 2 28 / 0.1) !important;
}

.border-l-brand-text\/100 {
  border-left-color: rgb(18 2 28 / 1) !important;
}

.border-l-brand-text\/15 {
  border-left-color: rgb(18 2 28 / 0.15) !important;
}

.border-l-brand-text\/20 {
  border-left-color: rgb(18 2 28 / 0.2) !important;
}

.border-l-brand-text\/25 {
  border-left-color: rgb(18 2 28 / 0.25) !important;
}

.border-l-brand-text\/30 {
  border-left-color: rgb(18 2 28 / 0.3) !important;
}

.border-l-brand-text\/35 {
  border-left-color: rgb(18 2 28 / 0.35) !important;
}

.border-l-brand-text\/40 {
  border-left-color: rgb(18 2 28 / 0.4) !important;
}

.border-l-brand-text\/45 {
  border-left-color: rgb(18 2 28 / 0.45) !important;
}

.border-l-brand-text\/5 {
  border-left-color: rgb(18 2 28 / 0.05) !important;
}

.border-l-brand-text\/50 {
  border-left-color: rgb(18 2 28 / 0.5) !important;
}

.border-l-brand-text\/55 {
  border-left-color: rgb(18 2 28 / 0.55) !important;
}

.border-l-brand-text\/60 {
  border-left-color: rgb(18 2 28 / 0.6) !important;
}

.border-l-brand-text\/65 {
  border-left-color: rgb(18 2 28 / 0.65) !important;
}

.border-l-brand-text\/70 {
  border-left-color: rgb(18 2 28 / 0.7) !important;
}

.border-l-brand-text\/75 {
  border-left-color: rgb(18 2 28 / 0.75) !important;
}

.border-l-brand-text\/80 {
  border-left-color: rgb(18 2 28 / 0.8) !important;
}

.border-l-brand-text\/85 {
  border-left-color: rgb(18 2 28 / 0.85) !important;
}

.border-l-brand-text\/90 {
  border-left-color: rgb(18 2 28 / 0.9) !important;
}

.border-l-brand-text\/95 {
  border-left-color: rgb(18 2 28 / 0.95) !important;
}

.border-l-brand-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-brand-white\/0 {
  border-left-color: rgb(255 255 255 / 0) !important;
}

.border-l-brand-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1) !important;
}

.border-l-brand-white\/100 {
  border-left-color: rgb(255 255 255 / 1) !important;
}

.border-l-brand-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15) !important;
}

.border-l-brand-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2) !important;
}

.border-l-brand-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25) !important;
}

.border-l-brand-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3) !important;
}

.border-l-brand-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35) !important;
}

.border-l-brand-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4) !important;
}

.border-l-brand-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45) !important;
}

.border-l-brand-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05) !important;
}

.border-l-brand-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5) !important;
}

.border-l-brand-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55) !important;
}

.border-l-brand-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6) !important;
}

.border-l-brand-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65) !important;
}

.border-l-brand-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7) !important;
}

.border-l-brand-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75) !important;
}

.border-l-brand-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8) !important;
}

.border-l-brand-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85) !important;
}

.border-l-brand-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9) !important;
}

.border-l-brand-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95) !important;
}

.border-l-current {
  border-left-color: currentColor !important;
}

.border-l-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-100\/0 {
  border-left-color: rgb(207 250 254 / 0) !important;
}

.border-l-cyan-100\/10 {
  border-left-color: rgb(207 250 254 / 0.1) !important;
}

.border-l-cyan-100\/100 {
  border-left-color: rgb(207 250 254 / 1) !important;
}

.border-l-cyan-100\/15 {
  border-left-color: rgb(207 250 254 / 0.15) !important;
}

.border-l-cyan-100\/20 {
  border-left-color: rgb(207 250 254 / 0.2) !important;
}

.border-l-cyan-100\/25 {
  border-left-color: rgb(207 250 254 / 0.25) !important;
}

.border-l-cyan-100\/30 {
  border-left-color: rgb(207 250 254 / 0.3) !important;
}

.border-l-cyan-100\/35 {
  border-left-color: rgb(207 250 254 / 0.35) !important;
}

.border-l-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4) !important;
}

.border-l-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45) !important;
}

.border-l-cyan-100\/5 {
  border-left-color: rgb(207 250 254 / 0.05) !important;
}

.border-l-cyan-100\/50 {
  border-left-color: rgb(207 250 254 / 0.5) !important;
}

.border-l-cyan-100\/55 {
  border-left-color: rgb(207 250 254 / 0.55) !important;
}

.border-l-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6) !important;
}

.border-l-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65) !important;
}

.border-l-cyan-100\/70 {
  border-left-color: rgb(207 250 254 / 0.7) !important;
}

.border-l-cyan-100\/75 {
  border-left-color: rgb(207 250 254 / 0.75) !important;
}

.border-l-cyan-100\/80 {
  border-left-color: rgb(207 250 254 / 0.8) !important;
}

.border-l-cyan-100\/85 {
  border-left-color: rgb(207 250 254 / 0.85) !important;
}

.border-l-cyan-100\/90 {
  border-left-color: rgb(207 250 254 / 0.9) !important;
}

.border-l-cyan-100\/95 {
  border-left-color: rgb(207 250 254 / 0.95) !important;
}

.border-l-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-200\/0 {
  border-left-color: rgb(165 243 252 / 0) !important;
}

.border-l-cyan-200\/10 {
  border-left-color: rgb(165 243 252 / 0.1) !important;
}

.border-l-cyan-200\/100 {
  border-left-color: rgb(165 243 252 / 1) !important;
}

.border-l-cyan-200\/15 {
  border-left-color: rgb(165 243 252 / 0.15) !important;
}

.border-l-cyan-200\/20 {
  border-left-color: rgb(165 243 252 / 0.2) !important;
}

.border-l-cyan-200\/25 {
  border-left-color: rgb(165 243 252 / 0.25) !important;
}

.border-l-cyan-200\/30 {
  border-left-color: rgb(165 243 252 / 0.3) !important;
}

.border-l-cyan-200\/35 {
  border-left-color: rgb(165 243 252 / 0.35) !important;
}

.border-l-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4) !important;
}

.border-l-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45) !important;
}

.border-l-cyan-200\/5 {
  border-left-color: rgb(165 243 252 / 0.05) !important;
}

.border-l-cyan-200\/50 {
  border-left-color: rgb(165 243 252 / 0.5) !important;
}

.border-l-cyan-200\/55 {
  border-left-color: rgb(165 243 252 / 0.55) !important;
}

.border-l-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6) !important;
}

.border-l-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65) !important;
}

.border-l-cyan-200\/70 {
  border-left-color: rgb(165 243 252 / 0.7) !important;
}

.border-l-cyan-200\/75 {
  border-left-color: rgb(165 243 252 / 0.75) !important;
}

.border-l-cyan-200\/80 {
  border-left-color: rgb(165 243 252 / 0.8) !important;
}

.border-l-cyan-200\/85 {
  border-left-color: rgb(165 243 252 / 0.85) !important;
}

.border-l-cyan-200\/90 {
  border-left-color: rgb(165 243 252 / 0.9) !important;
}

.border-l-cyan-200\/95 {
  border-left-color: rgb(165 243 252 / 0.95) !important;
}

.border-l-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-300\/0 {
  border-left-color: rgb(103 232 249 / 0) !important;
}

.border-l-cyan-300\/10 {
  border-left-color: rgb(103 232 249 / 0.1) !important;
}

.border-l-cyan-300\/100 {
  border-left-color: rgb(103 232 249 / 1) !important;
}

.border-l-cyan-300\/15 {
  border-left-color: rgb(103 232 249 / 0.15) !important;
}

.border-l-cyan-300\/20 {
  border-left-color: rgb(103 232 249 / 0.2) !important;
}

.border-l-cyan-300\/25 {
  border-left-color: rgb(103 232 249 / 0.25) !important;
}

.border-l-cyan-300\/30 {
  border-left-color: rgb(103 232 249 / 0.3) !important;
}

.border-l-cyan-300\/35 {
  border-left-color: rgb(103 232 249 / 0.35) !important;
}

.border-l-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4) !important;
}

.border-l-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45) !important;
}

.border-l-cyan-300\/5 {
  border-left-color: rgb(103 232 249 / 0.05) !important;
}

.border-l-cyan-300\/50 {
  border-left-color: rgb(103 232 249 / 0.5) !important;
}

.border-l-cyan-300\/55 {
  border-left-color: rgb(103 232 249 / 0.55) !important;
}

.border-l-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6) !important;
}

.border-l-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65) !important;
}

.border-l-cyan-300\/70 {
  border-left-color: rgb(103 232 249 / 0.7) !important;
}

.border-l-cyan-300\/75 {
  border-left-color: rgb(103 232 249 / 0.75) !important;
}

.border-l-cyan-300\/80 {
  border-left-color: rgb(103 232 249 / 0.8) !important;
}

.border-l-cyan-300\/85 {
  border-left-color: rgb(103 232 249 / 0.85) !important;
}

.border-l-cyan-300\/90 {
  border-left-color: rgb(103 232 249 / 0.9) !important;
}

.border-l-cyan-300\/95 {
  border-left-color: rgb(103 232 249 / 0.95) !important;
}

.border-l-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-400\/0 {
  border-left-color: rgb(34 211 238 / 0) !important;
}

.border-l-cyan-400\/10 {
  border-left-color: rgb(34 211 238 / 0.1) !important;
}

.border-l-cyan-400\/100 {
  border-left-color: rgb(34 211 238 / 1) !important;
}

.border-l-cyan-400\/15 {
  border-left-color: rgb(34 211 238 / 0.15) !important;
}

.border-l-cyan-400\/20 {
  border-left-color: rgb(34 211 238 / 0.2) !important;
}

.border-l-cyan-400\/25 {
  border-left-color: rgb(34 211 238 / 0.25) !important;
}

.border-l-cyan-400\/30 {
  border-left-color: rgb(34 211 238 / 0.3) !important;
}

.border-l-cyan-400\/35 {
  border-left-color: rgb(34 211 238 / 0.35) !important;
}

.border-l-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4) !important;
}

.border-l-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45) !important;
}

.border-l-cyan-400\/5 {
  border-left-color: rgb(34 211 238 / 0.05) !important;
}

.border-l-cyan-400\/50 {
  border-left-color: rgb(34 211 238 / 0.5) !important;
}

.border-l-cyan-400\/55 {
  border-left-color: rgb(34 211 238 / 0.55) !important;
}

.border-l-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6) !important;
}

.border-l-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65) !important;
}

.border-l-cyan-400\/70 {
  border-left-color: rgb(34 211 238 / 0.7) !important;
}

.border-l-cyan-400\/75 {
  border-left-color: rgb(34 211 238 / 0.75) !important;
}

.border-l-cyan-400\/80 {
  border-left-color: rgb(34 211 238 / 0.8) !important;
}

.border-l-cyan-400\/85 {
  border-left-color: rgb(34 211 238 / 0.85) !important;
}

.border-l-cyan-400\/90 {
  border-left-color: rgb(34 211 238 / 0.9) !important;
}

.border-l-cyan-400\/95 {
  border-left-color: rgb(34 211 238 / 0.95) !important;
}

.border-l-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-50\/0 {
  border-left-color: rgb(236 254 255 / 0) !important;
}

.border-l-cyan-50\/10 {
  border-left-color: rgb(236 254 255 / 0.1) !important;
}

.border-l-cyan-50\/100 {
  border-left-color: rgb(236 254 255 / 1) !important;
}

.border-l-cyan-50\/15 {
  border-left-color: rgb(236 254 255 / 0.15) !important;
}

.border-l-cyan-50\/20 {
  border-left-color: rgb(236 254 255 / 0.2) !important;
}

.border-l-cyan-50\/25 {
  border-left-color: rgb(236 254 255 / 0.25) !important;
}

.border-l-cyan-50\/30 {
  border-left-color: rgb(236 254 255 / 0.3) !important;
}

.border-l-cyan-50\/35 {
  border-left-color: rgb(236 254 255 / 0.35) !important;
}

.border-l-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4) !important;
}

.border-l-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45) !important;
}

.border-l-cyan-50\/5 {
  border-left-color: rgb(236 254 255 / 0.05) !important;
}

.border-l-cyan-50\/50 {
  border-left-color: rgb(236 254 255 / 0.5) !important;
}

.border-l-cyan-50\/55 {
  border-left-color: rgb(236 254 255 / 0.55) !important;
}

.border-l-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6) !important;
}

.border-l-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65) !important;
}

.border-l-cyan-50\/70 {
  border-left-color: rgb(236 254 255 / 0.7) !important;
}

.border-l-cyan-50\/75 {
  border-left-color: rgb(236 254 255 / 0.75) !important;
}

.border-l-cyan-50\/80 {
  border-left-color: rgb(236 254 255 / 0.8) !important;
}

.border-l-cyan-50\/85 {
  border-left-color: rgb(236 254 255 / 0.85) !important;
}

.border-l-cyan-50\/90 {
  border-left-color: rgb(236 254 255 / 0.9) !important;
}

.border-l-cyan-50\/95 {
  border-left-color: rgb(236 254 255 / 0.95) !important;
}

.border-l-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-500\/0 {
  border-left-color: rgb(6 182 212 / 0) !important;
}

.border-l-cyan-500\/10 {
  border-left-color: rgb(6 182 212 / 0.1) !important;
}

.border-l-cyan-500\/100 {
  border-left-color: rgb(6 182 212 / 1) !important;
}

.border-l-cyan-500\/15 {
  border-left-color: rgb(6 182 212 / 0.15) !important;
}

.border-l-cyan-500\/20 {
  border-left-color: rgb(6 182 212 / 0.2) !important;
}

.border-l-cyan-500\/25 {
  border-left-color: rgb(6 182 212 / 0.25) !important;
}

.border-l-cyan-500\/30 {
  border-left-color: rgb(6 182 212 / 0.3) !important;
}

.border-l-cyan-500\/35 {
  border-left-color: rgb(6 182 212 / 0.35) !important;
}

.border-l-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4) !important;
}

.border-l-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45) !important;
}

.border-l-cyan-500\/5 {
  border-left-color: rgb(6 182 212 / 0.05) !important;
}

.border-l-cyan-500\/50 {
  border-left-color: rgb(6 182 212 / 0.5) !important;
}

.border-l-cyan-500\/55 {
  border-left-color: rgb(6 182 212 / 0.55) !important;
}

.border-l-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6) !important;
}

.border-l-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65) !important;
}

.border-l-cyan-500\/70 {
  border-left-color: rgb(6 182 212 / 0.7) !important;
}

.border-l-cyan-500\/75 {
  border-left-color: rgb(6 182 212 / 0.75) !important;
}

.border-l-cyan-500\/80 {
  border-left-color: rgb(6 182 212 / 0.8) !important;
}

.border-l-cyan-500\/85 {
  border-left-color: rgb(6 182 212 / 0.85) !important;
}

.border-l-cyan-500\/90 {
  border-left-color: rgb(6 182 212 / 0.9) !important;
}

.border-l-cyan-500\/95 {
  border-left-color: rgb(6 182 212 / 0.95) !important;
}

.border-l-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-600\/0 {
  border-left-color: rgb(8 145 178 / 0) !important;
}

.border-l-cyan-600\/10 {
  border-left-color: rgb(8 145 178 / 0.1) !important;
}

.border-l-cyan-600\/100 {
  border-left-color: rgb(8 145 178 / 1) !important;
}

.border-l-cyan-600\/15 {
  border-left-color: rgb(8 145 178 / 0.15) !important;
}

.border-l-cyan-600\/20 {
  border-left-color: rgb(8 145 178 / 0.2) !important;
}

.border-l-cyan-600\/25 {
  border-left-color: rgb(8 145 178 / 0.25) !important;
}

.border-l-cyan-600\/30 {
  border-left-color: rgb(8 145 178 / 0.3) !important;
}

.border-l-cyan-600\/35 {
  border-left-color: rgb(8 145 178 / 0.35) !important;
}

.border-l-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4) !important;
}

.border-l-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45) !important;
}

.border-l-cyan-600\/5 {
  border-left-color: rgb(8 145 178 / 0.05) !important;
}

.border-l-cyan-600\/50 {
  border-left-color: rgb(8 145 178 / 0.5) !important;
}

.border-l-cyan-600\/55 {
  border-left-color: rgb(8 145 178 / 0.55) !important;
}

.border-l-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6) !important;
}

.border-l-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65) !important;
}

.border-l-cyan-600\/70 {
  border-left-color: rgb(8 145 178 / 0.7) !important;
}

.border-l-cyan-600\/75 {
  border-left-color: rgb(8 145 178 / 0.75) !important;
}

.border-l-cyan-600\/80 {
  border-left-color: rgb(8 145 178 / 0.8) !important;
}

.border-l-cyan-600\/85 {
  border-left-color: rgb(8 145 178 / 0.85) !important;
}

.border-l-cyan-600\/90 {
  border-left-color: rgb(8 145 178 / 0.9) !important;
}

.border-l-cyan-600\/95 {
  border-left-color: rgb(8 145 178 / 0.95) !important;
}

.border-l-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-700\/0 {
  border-left-color: rgb(14 116 144 / 0) !important;
}

.border-l-cyan-700\/10 {
  border-left-color: rgb(14 116 144 / 0.1) !important;
}

.border-l-cyan-700\/100 {
  border-left-color: rgb(14 116 144 / 1) !important;
}

.border-l-cyan-700\/15 {
  border-left-color: rgb(14 116 144 / 0.15) !important;
}

.border-l-cyan-700\/20 {
  border-left-color: rgb(14 116 144 / 0.2) !important;
}

.border-l-cyan-700\/25 {
  border-left-color: rgb(14 116 144 / 0.25) !important;
}

.border-l-cyan-700\/30 {
  border-left-color: rgb(14 116 144 / 0.3) !important;
}

.border-l-cyan-700\/35 {
  border-left-color: rgb(14 116 144 / 0.35) !important;
}

.border-l-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4) !important;
}

.border-l-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45) !important;
}

.border-l-cyan-700\/5 {
  border-left-color: rgb(14 116 144 / 0.05) !important;
}

.border-l-cyan-700\/50 {
  border-left-color: rgb(14 116 144 / 0.5) !important;
}

.border-l-cyan-700\/55 {
  border-left-color: rgb(14 116 144 / 0.55) !important;
}

.border-l-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6) !important;
}

.border-l-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65) !important;
}

.border-l-cyan-700\/70 {
  border-left-color: rgb(14 116 144 / 0.7) !important;
}

.border-l-cyan-700\/75 {
  border-left-color: rgb(14 116 144 / 0.75) !important;
}

.border-l-cyan-700\/80 {
  border-left-color: rgb(14 116 144 / 0.8) !important;
}

.border-l-cyan-700\/85 {
  border-left-color: rgb(14 116 144 / 0.85) !important;
}

.border-l-cyan-700\/90 {
  border-left-color: rgb(14 116 144 / 0.9) !important;
}

.border-l-cyan-700\/95 {
  border-left-color: rgb(14 116 144 / 0.95) !important;
}

.border-l-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-800\/0 {
  border-left-color: rgb(21 94 117 / 0) !important;
}

.border-l-cyan-800\/10 {
  border-left-color: rgb(21 94 117 / 0.1) !important;
}

.border-l-cyan-800\/100 {
  border-left-color: rgb(21 94 117 / 1) !important;
}

.border-l-cyan-800\/15 {
  border-left-color: rgb(21 94 117 / 0.15) !important;
}

.border-l-cyan-800\/20 {
  border-left-color: rgb(21 94 117 / 0.2) !important;
}

.border-l-cyan-800\/25 {
  border-left-color: rgb(21 94 117 / 0.25) !important;
}

.border-l-cyan-800\/30 {
  border-left-color: rgb(21 94 117 / 0.3) !important;
}

.border-l-cyan-800\/35 {
  border-left-color: rgb(21 94 117 / 0.35) !important;
}

.border-l-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4) !important;
}

.border-l-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45) !important;
}

.border-l-cyan-800\/5 {
  border-left-color: rgb(21 94 117 / 0.05) !important;
}

.border-l-cyan-800\/50 {
  border-left-color: rgb(21 94 117 / 0.5) !important;
}

.border-l-cyan-800\/55 {
  border-left-color: rgb(21 94 117 / 0.55) !important;
}

.border-l-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6) !important;
}

.border-l-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65) !important;
}

.border-l-cyan-800\/70 {
  border-left-color: rgb(21 94 117 / 0.7) !important;
}

.border-l-cyan-800\/75 {
  border-left-color: rgb(21 94 117 / 0.75) !important;
}

.border-l-cyan-800\/80 {
  border-left-color: rgb(21 94 117 / 0.8) !important;
}

.border-l-cyan-800\/85 {
  border-left-color: rgb(21 94 117 / 0.85) !important;
}

.border-l-cyan-800\/90 {
  border-left-color: rgb(21 94 117 / 0.9) !important;
}

.border-l-cyan-800\/95 {
  border-left-color: rgb(21 94 117 / 0.95) !important;
}

.border-l-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-900\/0 {
  border-left-color: rgb(22 78 99 / 0) !important;
}

.border-l-cyan-900\/10 {
  border-left-color: rgb(22 78 99 / 0.1) !important;
}

.border-l-cyan-900\/100 {
  border-left-color: rgb(22 78 99 / 1) !important;
}

.border-l-cyan-900\/15 {
  border-left-color: rgb(22 78 99 / 0.15) !important;
}

.border-l-cyan-900\/20 {
  border-left-color: rgb(22 78 99 / 0.2) !important;
}

.border-l-cyan-900\/25 {
  border-left-color: rgb(22 78 99 / 0.25) !important;
}

.border-l-cyan-900\/30 {
  border-left-color: rgb(22 78 99 / 0.3) !important;
}

.border-l-cyan-900\/35 {
  border-left-color: rgb(22 78 99 / 0.35) !important;
}

.border-l-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4) !important;
}

.border-l-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45) !important;
}

.border-l-cyan-900\/5 {
  border-left-color: rgb(22 78 99 / 0.05) !important;
}

.border-l-cyan-900\/50 {
  border-left-color: rgb(22 78 99 / 0.5) !important;
}

.border-l-cyan-900\/55 {
  border-left-color: rgb(22 78 99 / 0.55) !important;
}

.border-l-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6) !important;
}

.border-l-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65) !important;
}

.border-l-cyan-900\/70 {
  border-left-color: rgb(22 78 99 / 0.7) !important;
}

.border-l-cyan-900\/75 {
  border-left-color: rgb(22 78 99 / 0.75) !important;
}

.border-l-cyan-900\/80 {
  border-left-color: rgb(22 78 99 / 0.8) !important;
}

.border-l-cyan-900\/85 {
  border-left-color: rgb(22 78 99 / 0.85) !important;
}

.border-l-cyan-900\/90 {
  border-left-color: rgb(22 78 99 / 0.9) !important;
}

.border-l-cyan-900\/95 {
  border-left-color: rgb(22 78 99 / 0.95) !important;
}

.border-l-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-l-cyan-950\/0 {
  border-left-color: rgb(8 51 68 / 0) !important;
}

.border-l-cyan-950\/10 {
  border-left-color: rgb(8 51 68 / 0.1) !important;
}

.border-l-cyan-950\/100 {
  border-left-color: rgb(8 51 68 / 1) !important;
}

.border-l-cyan-950\/15 {
  border-left-color: rgb(8 51 68 / 0.15) !important;
}

.border-l-cyan-950\/20 {
  border-left-color: rgb(8 51 68 / 0.2) !important;
}

.border-l-cyan-950\/25 {
  border-left-color: rgb(8 51 68 / 0.25) !important;
}

.border-l-cyan-950\/30 {
  border-left-color: rgb(8 51 68 / 0.3) !important;
}

.border-l-cyan-950\/35 {
  border-left-color: rgb(8 51 68 / 0.35) !important;
}

.border-l-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4) !important;
}

.border-l-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45) !important;
}

.border-l-cyan-950\/5 {
  border-left-color: rgb(8 51 68 / 0.05) !important;
}

.border-l-cyan-950\/50 {
  border-left-color: rgb(8 51 68 / 0.5) !important;
}

.border-l-cyan-950\/55 {
  border-left-color: rgb(8 51 68 / 0.55) !important;
}

.border-l-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6) !important;
}

.border-l-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65) !important;
}

.border-l-cyan-950\/70 {
  border-left-color: rgb(8 51 68 / 0.7) !important;
}

.border-l-cyan-950\/75 {
  border-left-color: rgb(8 51 68 / 0.75) !important;
}

.border-l-cyan-950\/80 {
  border-left-color: rgb(8 51 68 / 0.8) !important;
}

.border-l-cyan-950\/85 {
  border-left-color: rgb(8 51 68 / 0.85) !important;
}

.border-l-cyan-950\/90 {
  border-left-color: rgb(8 51 68 / 0.9) !important;
}

.border-l-cyan-950\/95 {
  border-left-color: rgb(8 51 68 / 0.95) !important;
}

.border-l-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-100\/0 {
  border-left-color: rgb(209 250 229 / 0) !important;
}

.border-l-emerald-100\/10 {
  border-left-color: rgb(209 250 229 / 0.1) !important;
}

.border-l-emerald-100\/100 {
  border-left-color: rgb(209 250 229 / 1) !important;
}

.border-l-emerald-100\/15 {
  border-left-color: rgb(209 250 229 / 0.15) !important;
}

.border-l-emerald-100\/20 {
  border-left-color: rgb(209 250 229 / 0.2) !important;
}

.border-l-emerald-100\/25 {
  border-left-color: rgb(209 250 229 / 0.25) !important;
}

.border-l-emerald-100\/30 {
  border-left-color: rgb(209 250 229 / 0.3) !important;
}

.border-l-emerald-100\/35 {
  border-left-color: rgb(209 250 229 / 0.35) !important;
}

.border-l-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4) !important;
}

.border-l-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45) !important;
}

.border-l-emerald-100\/5 {
  border-left-color: rgb(209 250 229 / 0.05) !important;
}

.border-l-emerald-100\/50 {
  border-left-color: rgb(209 250 229 / 0.5) !important;
}

.border-l-emerald-100\/55 {
  border-left-color: rgb(209 250 229 / 0.55) !important;
}

.border-l-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6) !important;
}

.border-l-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65) !important;
}

.border-l-emerald-100\/70 {
  border-left-color: rgb(209 250 229 / 0.7) !important;
}

.border-l-emerald-100\/75 {
  border-left-color: rgb(209 250 229 / 0.75) !important;
}

.border-l-emerald-100\/80 {
  border-left-color: rgb(209 250 229 / 0.8) !important;
}

.border-l-emerald-100\/85 {
  border-left-color: rgb(209 250 229 / 0.85) !important;
}

.border-l-emerald-100\/90 {
  border-left-color: rgb(209 250 229 / 0.9) !important;
}

.border-l-emerald-100\/95 {
  border-left-color: rgb(209 250 229 / 0.95) !important;
}

.border-l-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-200\/0 {
  border-left-color: rgb(167 243 208 / 0) !important;
}

.border-l-emerald-200\/10 {
  border-left-color: rgb(167 243 208 / 0.1) !important;
}

.border-l-emerald-200\/100 {
  border-left-color: rgb(167 243 208 / 1) !important;
}

.border-l-emerald-200\/15 {
  border-left-color: rgb(167 243 208 / 0.15) !important;
}

.border-l-emerald-200\/20 {
  border-left-color: rgb(167 243 208 / 0.2) !important;
}

.border-l-emerald-200\/25 {
  border-left-color: rgb(167 243 208 / 0.25) !important;
}

.border-l-emerald-200\/30 {
  border-left-color: rgb(167 243 208 / 0.3) !important;
}

.border-l-emerald-200\/35 {
  border-left-color: rgb(167 243 208 / 0.35) !important;
}

.border-l-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4) !important;
}

.border-l-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45) !important;
}

.border-l-emerald-200\/5 {
  border-left-color: rgb(167 243 208 / 0.05) !important;
}

.border-l-emerald-200\/50 {
  border-left-color: rgb(167 243 208 / 0.5) !important;
}

.border-l-emerald-200\/55 {
  border-left-color: rgb(167 243 208 / 0.55) !important;
}

.border-l-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6) !important;
}

.border-l-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65) !important;
}

.border-l-emerald-200\/70 {
  border-left-color: rgb(167 243 208 / 0.7) !important;
}

.border-l-emerald-200\/75 {
  border-left-color: rgb(167 243 208 / 0.75) !important;
}

.border-l-emerald-200\/80 {
  border-left-color: rgb(167 243 208 / 0.8) !important;
}

.border-l-emerald-200\/85 {
  border-left-color: rgb(167 243 208 / 0.85) !important;
}

.border-l-emerald-200\/90 {
  border-left-color: rgb(167 243 208 / 0.9) !important;
}

.border-l-emerald-200\/95 {
  border-left-color: rgb(167 243 208 / 0.95) !important;
}

.border-l-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-300\/0 {
  border-left-color: rgb(110 231 183 / 0) !important;
}

.border-l-emerald-300\/10 {
  border-left-color: rgb(110 231 183 / 0.1) !important;
}

.border-l-emerald-300\/100 {
  border-left-color: rgb(110 231 183 / 1) !important;
}

.border-l-emerald-300\/15 {
  border-left-color: rgb(110 231 183 / 0.15) !important;
}

.border-l-emerald-300\/20 {
  border-left-color: rgb(110 231 183 / 0.2) !important;
}

.border-l-emerald-300\/25 {
  border-left-color: rgb(110 231 183 / 0.25) !important;
}

.border-l-emerald-300\/30 {
  border-left-color: rgb(110 231 183 / 0.3) !important;
}

.border-l-emerald-300\/35 {
  border-left-color: rgb(110 231 183 / 0.35) !important;
}

.border-l-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4) !important;
}

.border-l-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45) !important;
}

.border-l-emerald-300\/5 {
  border-left-color: rgb(110 231 183 / 0.05) !important;
}

.border-l-emerald-300\/50 {
  border-left-color: rgb(110 231 183 / 0.5) !important;
}

.border-l-emerald-300\/55 {
  border-left-color: rgb(110 231 183 / 0.55) !important;
}

.border-l-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6) !important;
}

.border-l-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65) !important;
}

.border-l-emerald-300\/70 {
  border-left-color: rgb(110 231 183 / 0.7) !important;
}

.border-l-emerald-300\/75 {
  border-left-color: rgb(110 231 183 / 0.75) !important;
}

.border-l-emerald-300\/80 {
  border-left-color: rgb(110 231 183 / 0.8) !important;
}

.border-l-emerald-300\/85 {
  border-left-color: rgb(110 231 183 / 0.85) !important;
}

.border-l-emerald-300\/90 {
  border-left-color: rgb(110 231 183 / 0.9) !important;
}

.border-l-emerald-300\/95 {
  border-left-color: rgb(110 231 183 / 0.95) !important;
}

.border-l-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-400\/0 {
  border-left-color: rgb(52 211 153 / 0) !important;
}

.border-l-emerald-400\/10 {
  border-left-color: rgb(52 211 153 / 0.1) !important;
}

.border-l-emerald-400\/100 {
  border-left-color: rgb(52 211 153 / 1) !important;
}

.border-l-emerald-400\/15 {
  border-left-color: rgb(52 211 153 / 0.15) !important;
}

.border-l-emerald-400\/20 {
  border-left-color: rgb(52 211 153 / 0.2) !important;
}

.border-l-emerald-400\/25 {
  border-left-color: rgb(52 211 153 / 0.25) !important;
}

.border-l-emerald-400\/30 {
  border-left-color: rgb(52 211 153 / 0.3) !important;
}

.border-l-emerald-400\/35 {
  border-left-color: rgb(52 211 153 / 0.35) !important;
}

.border-l-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4) !important;
}

.border-l-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45) !important;
}

.border-l-emerald-400\/5 {
  border-left-color: rgb(52 211 153 / 0.05) !important;
}

.border-l-emerald-400\/50 {
  border-left-color: rgb(52 211 153 / 0.5) !important;
}

.border-l-emerald-400\/55 {
  border-left-color: rgb(52 211 153 / 0.55) !important;
}

.border-l-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6) !important;
}

.border-l-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65) !important;
}

.border-l-emerald-400\/70 {
  border-left-color: rgb(52 211 153 / 0.7) !important;
}

.border-l-emerald-400\/75 {
  border-left-color: rgb(52 211 153 / 0.75) !important;
}

.border-l-emerald-400\/80 {
  border-left-color: rgb(52 211 153 / 0.8) !important;
}

.border-l-emerald-400\/85 {
  border-left-color: rgb(52 211 153 / 0.85) !important;
}

.border-l-emerald-400\/90 {
  border-left-color: rgb(52 211 153 / 0.9) !important;
}

.border-l-emerald-400\/95 {
  border-left-color: rgb(52 211 153 / 0.95) !important;
}

.border-l-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-50\/0 {
  border-left-color: rgb(236 253 245 / 0) !important;
}

.border-l-emerald-50\/10 {
  border-left-color: rgb(236 253 245 / 0.1) !important;
}

.border-l-emerald-50\/100 {
  border-left-color: rgb(236 253 245 / 1) !important;
}

.border-l-emerald-50\/15 {
  border-left-color: rgb(236 253 245 / 0.15) !important;
}

.border-l-emerald-50\/20 {
  border-left-color: rgb(236 253 245 / 0.2) !important;
}

.border-l-emerald-50\/25 {
  border-left-color: rgb(236 253 245 / 0.25) !important;
}

.border-l-emerald-50\/30 {
  border-left-color: rgb(236 253 245 / 0.3) !important;
}

.border-l-emerald-50\/35 {
  border-left-color: rgb(236 253 245 / 0.35) !important;
}

.border-l-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4) !important;
}

.border-l-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45) !important;
}

.border-l-emerald-50\/5 {
  border-left-color: rgb(236 253 245 / 0.05) !important;
}

.border-l-emerald-50\/50 {
  border-left-color: rgb(236 253 245 / 0.5) !important;
}

.border-l-emerald-50\/55 {
  border-left-color: rgb(236 253 245 / 0.55) !important;
}

.border-l-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6) !important;
}

.border-l-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65) !important;
}

.border-l-emerald-50\/70 {
  border-left-color: rgb(236 253 245 / 0.7) !important;
}

.border-l-emerald-50\/75 {
  border-left-color: rgb(236 253 245 / 0.75) !important;
}

.border-l-emerald-50\/80 {
  border-left-color: rgb(236 253 245 / 0.8) !important;
}

.border-l-emerald-50\/85 {
  border-left-color: rgb(236 253 245 / 0.85) !important;
}

.border-l-emerald-50\/90 {
  border-left-color: rgb(236 253 245 / 0.9) !important;
}

.border-l-emerald-50\/95 {
  border-left-color: rgb(236 253 245 / 0.95) !important;
}

.border-l-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-500\/0 {
  border-left-color: rgb(16 185 129 / 0) !important;
}

.border-l-emerald-500\/10 {
  border-left-color: rgb(16 185 129 / 0.1) !important;
}

.border-l-emerald-500\/100 {
  border-left-color: rgb(16 185 129 / 1) !important;
}

.border-l-emerald-500\/15 {
  border-left-color: rgb(16 185 129 / 0.15) !important;
}

.border-l-emerald-500\/20 {
  border-left-color: rgb(16 185 129 / 0.2) !important;
}

.border-l-emerald-500\/25 {
  border-left-color: rgb(16 185 129 / 0.25) !important;
}

.border-l-emerald-500\/30 {
  border-left-color: rgb(16 185 129 / 0.3) !important;
}

.border-l-emerald-500\/35 {
  border-left-color: rgb(16 185 129 / 0.35) !important;
}

.border-l-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4) !important;
}

.border-l-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45) !important;
}

.border-l-emerald-500\/5 {
  border-left-color: rgb(16 185 129 / 0.05) !important;
}

.border-l-emerald-500\/50 {
  border-left-color: rgb(16 185 129 / 0.5) !important;
}

.border-l-emerald-500\/55 {
  border-left-color: rgb(16 185 129 / 0.55) !important;
}

.border-l-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6) !important;
}

.border-l-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65) !important;
}

.border-l-emerald-500\/70 {
  border-left-color: rgb(16 185 129 / 0.7) !important;
}

.border-l-emerald-500\/75 {
  border-left-color: rgb(16 185 129 / 0.75) !important;
}

.border-l-emerald-500\/80 {
  border-left-color: rgb(16 185 129 / 0.8) !important;
}

.border-l-emerald-500\/85 {
  border-left-color: rgb(16 185 129 / 0.85) !important;
}

.border-l-emerald-500\/90 {
  border-left-color: rgb(16 185 129 / 0.9) !important;
}

.border-l-emerald-500\/95 {
  border-left-color: rgb(16 185 129 / 0.95) !important;
}

.border-l-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-600\/0 {
  border-left-color: rgb(5 150 105 / 0) !important;
}

.border-l-emerald-600\/10 {
  border-left-color: rgb(5 150 105 / 0.1) !important;
}

.border-l-emerald-600\/100 {
  border-left-color: rgb(5 150 105 / 1) !important;
}

.border-l-emerald-600\/15 {
  border-left-color: rgb(5 150 105 / 0.15) !important;
}

.border-l-emerald-600\/20 {
  border-left-color: rgb(5 150 105 / 0.2) !important;
}

.border-l-emerald-600\/25 {
  border-left-color: rgb(5 150 105 / 0.25) !important;
}

.border-l-emerald-600\/30 {
  border-left-color: rgb(5 150 105 / 0.3) !important;
}

.border-l-emerald-600\/35 {
  border-left-color: rgb(5 150 105 / 0.35) !important;
}

.border-l-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4) !important;
}

.border-l-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45) !important;
}

.border-l-emerald-600\/5 {
  border-left-color: rgb(5 150 105 / 0.05) !important;
}

.border-l-emerald-600\/50 {
  border-left-color: rgb(5 150 105 / 0.5) !important;
}

.border-l-emerald-600\/55 {
  border-left-color: rgb(5 150 105 / 0.55) !important;
}

.border-l-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6) !important;
}

.border-l-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65) !important;
}

.border-l-emerald-600\/70 {
  border-left-color: rgb(5 150 105 / 0.7) !important;
}

.border-l-emerald-600\/75 {
  border-left-color: rgb(5 150 105 / 0.75) !important;
}

.border-l-emerald-600\/80 {
  border-left-color: rgb(5 150 105 / 0.8) !important;
}

.border-l-emerald-600\/85 {
  border-left-color: rgb(5 150 105 / 0.85) !important;
}

.border-l-emerald-600\/90 {
  border-left-color: rgb(5 150 105 / 0.9) !important;
}

.border-l-emerald-600\/95 {
  border-left-color: rgb(5 150 105 / 0.95) !important;
}

.border-l-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-700\/0 {
  border-left-color: rgb(4 120 87 / 0) !important;
}

.border-l-emerald-700\/10 {
  border-left-color: rgb(4 120 87 / 0.1) !important;
}

.border-l-emerald-700\/100 {
  border-left-color: rgb(4 120 87 / 1) !important;
}

.border-l-emerald-700\/15 {
  border-left-color: rgb(4 120 87 / 0.15) !important;
}

.border-l-emerald-700\/20 {
  border-left-color: rgb(4 120 87 / 0.2) !important;
}

.border-l-emerald-700\/25 {
  border-left-color: rgb(4 120 87 / 0.25) !important;
}

.border-l-emerald-700\/30 {
  border-left-color: rgb(4 120 87 / 0.3) !important;
}

.border-l-emerald-700\/35 {
  border-left-color: rgb(4 120 87 / 0.35) !important;
}

.border-l-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4) !important;
}

.border-l-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45) !important;
}

.border-l-emerald-700\/5 {
  border-left-color: rgb(4 120 87 / 0.05) !important;
}

.border-l-emerald-700\/50 {
  border-left-color: rgb(4 120 87 / 0.5) !important;
}

.border-l-emerald-700\/55 {
  border-left-color: rgb(4 120 87 / 0.55) !important;
}

.border-l-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6) !important;
}

.border-l-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65) !important;
}

.border-l-emerald-700\/70 {
  border-left-color: rgb(4 120 87 / 0.7) !important;
}

.border-l-emerald-700\/75 {
  border-left-color: rgb(4 120 87 / 0.75) !important;
}

.border-l-emerald-700\/80 {
  border-left-color: rgb(4 120 87 / 0.8) !important;
}

.border-l-emerald-700\/85 {
  border-left-color: rgb(4 120 87 / 0.85) !important;
}

.border-l-emerald-700\/90 {
  border-left-color: rgb(4 120 87 / 0.9) !important;
}

.border-l-emerald-700\/95 {
  border-left-color: rgb(4 120 87 / 0.95) !important;
}

.border-l-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-800\/0 {
  border-left-color: rgb(6 95 70 / 0) !important;
}

.border-l-emerald-800\/10 {
  border-left-color: rgb(6 95 70 / 0.1) !important;
}

.border-l-emerald-800\/100 {
  border-left-color: rgb(6 95 70 / 1) !important;
}

.border-l-emerald-800\/15 {
  border-left-color: rgb(6 95 70 / 0.15) !important;
}

.border-l-emerald-800\/20 {
  border-left-color: rgb(6 95 70 / 0.2) !important;
}

.border-l-emerald-800\/25 {
  border-left-color: rgb(6 95 70 / 0.25) !important;
}

.border-l-emerald-800\/30 {
  border-left-color: rgb(6 95 70 / 0.3) !important;
}

.border-l-emerald-800\/35 {
  border-left-color: rgb(6 95 70 / 0.35) !important;
}

.border-l-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4) !important;
}

.border-l-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45) !important;
}

.border-l-emerald-800\/5 {
  border-left-color: rgb(6 95 70 / 0.05) !important;
}

.border-l-emerald-800\/50 {
  border-left-color: rgb(6 95 70 / 0.5) !important;
}

.border-l-emerald-800\/55 {
  border-left-color: rgb(6 95 70 / 0.55) !important;
}

.border-l-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6) !important;
}

.border-l-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65) !important;
}

.border-l-emerald-800\/70 {
  border-left-color: rgb(6 95 70 / 0.7) !important;
}

.border-l-emerald-800\/75 {
  border-left-color: rgb(6 95 70 / 0.75) !important;
}

.border-l-emerald-800\/80 {
  border-left-color: rgb(6 95 70 / 0.8) !important;
}

.border-l-emerald-800\/85 {
  border-left-color: rgb(6 95 70 / 0.85) !important;
}

.border-l-emerald-800\/90 {
  border-left-color: rgb(6 95 70 / 0.9) !important;
}

.border-l-emerald-800\/95 {
  border-left-color: rgb(6 95 70 / 0.95) !important;
}

.border-l-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-900\/0 {
  border-left-color: rgb(6 78 59 / 0) !important;
}

.border-l-emerald-900\/10 {
  border-left-color: rgb(6 78 59 / 0.1) !important;
}

.border-l-emerald-900\/100 {
  border-left-color: rgb(6 78 59 / 1) !important;
}

.border-l-emerald-900\/15 {
  border-left-color: rgb(6 78 59 / 0.15) !important;
}

.border-l-emerald-900\/20 {
  border-left-color: rgb(6 78 59 / 0.2) !important;
}

.border-l-emerald-900\/25 {
  border-left-color: rgb(6 78 59 / 0.25) !important;
}

.border-l-emerald-900\/30 {
  border-left-color: rgb(6 78 59 / 0.3) !important;
}

.border-l-emerald-900\/35 {
  border-left-color: rgb(6 78 59 / 0.35) !important;
}

.border-l-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4) !important;
}

.border-l-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45) !important;
}

.border-l-emerald-900\/5 {
  border-left-color: rgb(6 78 59 / 0.05) !important;
}

.border-l-emerald-900\/50 {
  border-left-color: rgb(6 78 59 / 0.5) !important;
}

.border-l-emerald-900\/55 {
  border-left-color: rgb(6 78 59 / 0.55) !important;
}

.border-l-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6) !important;
}

.border-l-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65) !important;
}

.border-l-emerald-900\/70 {
  border-left-color: rgb(6 78 59 / 0.7) !important;
}

.border-l-emerald-900\/75 {
  border-left-color: rgb(6 78 59 / 0.75) !important;
}

.border-l-emerald-900\/80 {
  border-left-color: rgb(6 78 59 / 0.8) !important;
}

.border-l-emerald-900\/85 {
  border-left-color: rgb(6 78 59 / 0.85) !important;
}

.border-l-emerald-900\/90 {
  border-left-color: rgb(6 78 59 / 0.9) !important;
}

.border-l-emerald-900\/95 {
  border-left-color: rgb(6 78 59 / 0.95) !important;
}

.border-l-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-l-emerald-950\/0 {
  border-left-color: rgb(2 44 34 / 0) !important;
}

.border-l-emerald-950\/10 {
  border-left-color: rgb(2 44 34 / 0.1) !important;
}

.border-l-emerald-950\/100 {
  border-left-color: rgb(2 44 34 / 1) !important;
}

.border-l-emerald-950\/15 {
  border-left-color: rgb(2 44 34 / 0.15) !important;
}

.border-l-emerald-950\/20 {
  border-left-color: rgb(2 44 34 / 0.2) !important;
}

.border-l-emerald-950\/25 {
  border-left-color: rgb(2 44 34 / 0.25) !important;
}

.border-l-emerald-950\/30 {
  border-left-color: rgb(2 44 34 / 0.3) !important;
}

.border-l-emerald-950\/35 {
  border-left-color: rgb(2 44 34 / 0.35) !important;
}

.border-l-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4) !important;
}

.border-l-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45) !important;
}

.border-l-emerald-950\/5 {
  border-left-color: rgb(2 44 34 / 0.05) !important;
}

.border-l-emerald-950\/50 {
  border-left-color: rgb(2 44 34 / 0.5) !important;
}

.border-l-emerald-950\/55 {
  border-left-color: rgb(2 44 34 / 0.55) !important;
}

.border-l-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6) !important;
}

.border-l-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65) !important;
}

.border-l-emerald-950\/70 {
  border-left-color: rgb(2 44 34 / 0.7) !important;
}

.border-l-emerald-950\/75 {
  border-left-color: rgb(2 44 34 / 0.75) !important;
}

.border-l-emerald-950\/80 {
  border-left-color: rgb(2 44 34 / 0.8) !important;
}

.border-l-emerald-950\/85 {
  border-left-color: rgb(2 44 34 / 0.85) !important;
}

.border-l-emerald-950\/90 {
  border-left-color: rgb(2 44 34 / 0.9) !important;
}

.border-l-emerald-950\/95 {
  border-left-color: rgb(2 44 34 / 0.95) !important;
}

.border-l-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-100\/0 {
  border-left-color: rgb(250 232 255 / 0) !important;
}

.border-l-fuchsia-100\/10 {
  border-left-color: rgb(250 232 255 / 0.1) !important;
}

.border-l-fuchsia-100\/100 {
  border-left-color: rgb(250 232 255 / 1) !important;
}

.border-l-fuchsia-100\/15 {
  border-left-color: rgb(250 232 255 / 0.15) !important;
}

.border-l-fuchsia-100\/20 {
  border-left-color: rgb(250 232 255 / 0.2) !important;
}

.border-l-fuchsia-100\/25 {
  border-left-color: rgb(250 232 255 / 0.25) !important;
}

.border-l-fuchsia-100\/30 {
  border-left-color: rgb(250 232 255 / 0.3) !important;
}

.border-l-fuchsia-100\/35 {
  border-left-color: rgb(250 232 255 / 0.35) !important;
}

.border-l-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4) !important;
}

.border-l-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45) !important;
}

.border-l-fuchsia-100\/5 {
  border-left-color: rgb(250 232 255 / 0.05) !important;
}

.border-l-fuchsia-100\/50 {
  border-left-color: rgb(250 232 255 / 0.5) !important;
}

.border-l-fuchsia-100\/55 {
  border-left-color: rgb(250 232 255 / 0.55) !important;
}

.border-l-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6) !important;
}

.border-l-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65) !important;
}

.border-l-fuchsia-100\/70 {
  border-left-color: rgb(250 232 255 / 0.7) !important;
}

.border-l-fuchsia-100\/75 {
  border-left-color: rgb(250 232 255 / 0.75) !important;
}

.border-l-fuchsia-100\/80 {
  border-left-color: rgb(250 232 255 / 0.8) !important;
}

.border-l-fuchsia-100\/85 {
  border-left-color: rgb(250 232 255 / 0.85) !important;
}

.border-l-fuchsia-100\/90 {
  border-left-color: rgb(250 232 255 / 0.9) !important;
}

.border-l-fuchsia-100\/95 {
  border-left-color: rgb(250 232 255 / 0.95) !important;
}

.border-l-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-200\/0 {
  border-left-color: rgb(245 208 254 / 0) !important;
}

.border-l-fuchsia-200\/10 {
  border-left-color: rgb(245 208 254 / 0.1) !important;
}

.border-l-fuchsia-200\/100 {
  border-left-color: rgb(245 208 254 / 1) !important;
}

.border-l-fuchsia-200\/15 {
  border-left-color: rgb(245 208 254 / 0.15) !important;
}

.border-l-fuchsia-200\/20 {
  border-left-color: rgb(245 208 254 / 0.2) !important;
}

.border-l-fuchsia-200\/25 {
  border-left-color: rgb(245 208 254 / 0.25) !important;
}

.border-l-fuchsia-200\/30 {
  border-left-color: rgb(245 208 254 / 0.3) !important;
}

.border-l-fuchsia-200\/35 {
  border-left-color: rgb(245 208 254 / 0.35) !important;
}

.border-l-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4) !important;
}

.border-l-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45) !important;
}

.border-l-fuchsia-200\/5 {
  border-left-color: rgb(245 208 254 / 0.05) !important;
}

.border-l-fuchsia-200\/50 {
  border-left-color: rgb(245 208 254 / 0.5) !important;
}

.border-l-fuchsia-200\/55 {
  border-left-color: rgb(245 208 254 / 0.55) !important;
}

.border-l-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6) !important;
}

.border-l-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65) !important;
}

.border-l-fuchsia-200\/70 {
  border-left-color: rgb(245 208 254 / 0.7) !important;
}

.border-l-fuchsia-200\/75 {
  border-left-color: rgb(245 208 254 / 0.75) !important;
}

.border-l-fuchsia-200\/80 {
  border-left-color: rgb(245 208 254 / 0.8) !important;
}

.border-l-fuchsia-200\/85 {
  border-left-color: rgb(245 208 254 / 0.85) !important;
}

.border-l-fuchsia-200\/90 {
  border-left-color: rgb(245 208 254 / 0.9) !important;
}

.border-l-fuchsia-200\/95 {
  border-left-color: rgb(245 208 254 / 0.95) !important;
}

.border-l-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-300\/0 {
  border-left-color: rgb(240 171 252 / 0) !important;
}

.border-l-fuchsia-300\/10 {
  border-left-color: rgb(240 171 252 / 0.1) !important;
}

.border-l-fuchsia-300\/100 {
  border-left-color: rgb(240 171 252 / 1) !important;
}

.border-l-fuchsia-300\/15 {
  border-left-color: rgb(240 171 252 / 0.15) !important;
}

.border-l-fuchsia-300\/20 {
  border-left-color: rgb(240 171 252 / 0.2) !important;
}

.border-l-fuchsia-300\/25 {
  border-left-color: rgb(240 171 252 / 0.25) !important;
}

.border-l-fuchsia-300\/30 {
  border-left-color: rgb(240 171 252 / 0.3) !important;
}

.border-l-fuchsia-300\/35 {
  border-left-color: rgb(240 171 252 / 0.35) !important;
}

.border-l-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4) !important;
}

.border-l-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45) !important;
}

.border-l-fuchsia-300\/5 {
  border-left-color: rgb(240 171 252 / 0.05) !important;
}

.border-l-fuchsia-300\/50 {
  border-left-color: rgb(240 171 252 / 0.5) !important;
}

.border-l-fuchsia-300\/55 {
  border-left-color: rgb(240 171 252 / 0.55) !important;
}

.border-l-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6) !important;
}

.border-l-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65) !important;
}

.border-l-fuchsia-300\/70 {
  border-left-color: rgb(240 171 252 / 0.7) !important;
}

.border-l-fuchsia-300\/75 {
  border-left-color: rgb(240 171 252 / 0.75) !important;
}

.border-l-fuchsia-300\/80 {
  border-left-color: rgb(240 171 252 / 0.8) !important;
}

.border-l-fuchsia-300\/85 {
  border-left-color: rgb(240 171 252 / 0.85) !important;
}

.border-l-fuchsia-300\/90 {
  border-left-color: rgb(240 171 252 / 0.9) !important;
}

.border-l-fuchsia-300\/95 {
  border-left-color: rgb(240 171 252 / 0.95) !important;
}

.border-l-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-400\/0 {
  border-left-color: rgb(232 121 249 / 0) !important;
}

.border-l-fuchsia-400\/10 {
  border-left-color: rgb(232 121 249 / 0.1) !important;
}

.border-l-fuchsia-400\/100 {
  border-left-color: rgb(232 121 249 / 1) !important;
}

.border-l-fuchsia-400\/15 {
  border-left-color: rgb(232 121 249 / 0.15) !important;
}

.border-l-fuchsia-400\/20 {
  border-left-color: rgb(232 121 249 / 0.2) !important;
}

.border-l-fuchsia-400\/25 {
  border-left-color: rgb(232 121 249 / 0.25) !important;
}

.border-l-fuchsia-400\/30 {
  border-left-color: rgb(232 121 249 / 0.3) !important;
}

.border-l-fuchsia-400\/35 {
  border-left-color: rgb(232 121 249 / 0.35) !important;
}

.border-l-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4) !important;
}

.border-l-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45) !important;
}

.border-l-fuchsia-400\/5 {
  border-left-color: rgb(232 121 249 / 0.05) !important;
}

.border-l-fuchsia-400\/50 {
  border-left-color: rgb(232 121 249 / 0.5) !important;
}

.border-l-fuchsia-400\/55 {
  border-left-color: rgb(232 121 249 / 0.55) !important;
}

.border-l-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6) !important;
}

.border-l-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65) !important;
}

.border-l-fuchsia-400\/70 {
  border-left-color: rgb(232 121 249 / 0.7) !important;
}

.border-l-fuchsia-400\/75 {
  border-left-color: rgb(232 121 249 / 0.75) !important;
}

.border-l-fuchsia-400\/80 {
  border-left-color: rgb(232 121 249 / 0.8) !important;
}

.border-l-fuchsia-400\/85 {
  border-left-color: rgb(232 121 249 / 0.85) !important;
}

.border-l-fuchsia-400\/90 {
  border-left-color: rgb(232 121 249 / 0.9) !important;
}

.border-l-fuchsia-400\/95 {
  border-left-color: rgb(232 121 249 / 0.95) !important;
}

.border-l-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-50\/0 {
  border-left-color: rgb(253 244 255 / 0) !important;
}

.border-l-fuchsia-50\/10 {
  border-left-color: rgb(253 244 255 / 0.1) !important;
}

.border-l-fuchsia-50\/100 {
  border-left-color: rgb(253 244 255 / 1) !important;
}

.border-l-fuchsia-50\/15 {
  border-left-color: rgb(253 244 255 / 0.15) !important;
}

.border-l-fuchsia-50\/20 {
  border-left-color: rgb(253 244 255 / 0.2) !important;
}

.border-l-fuchsia-50\/25 {
  border-left-color: rgb(253 244 255 / 0.25) !important;
}

.border-l-fuchsia-50\/30 {
  border-left-color: rgb(253 244 255 / 0.3) !important;
}

.border-l-fuchsia-50\/35 {
  border-left-color: rgb(253 244 255 / 0.35) !important;
}

.border-l-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4) !important;
}

.border-l-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45) !important;
}

.border-l-fuchsia-50\/5 {
  border-left-color: rgb(253 244 255 / 0.05) !important;
}

.border-l-fuchsia-50\/50 {
  border-left-color: rgb(253 244 255 / 0.5) !important;
}

.border-l-fuchsia-50\/55 {
  border-left-color: rgb(253 244 255 / 0.55) !important;
}

.border-l-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6) !important;
}

.border-l-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65) !important;
}

.border-l-fuchsia-50\/70 {
  border-left-color: rgb(253 244 255 / 0.7) !important;
}

.border-l-fuchsia-50\/75 {
  border-left-color: rgb(253 244 255 / 0.75) !important;
}

.border-l-fuchsia-50\/80 {
  border-left-color: rgb(253 244 255 / 0.8) !important;
}

.border-l-fuchsia-50\/85 {
  border-left-color: rgb(253 244 255 / 0.85) !important;
}

.border-l-fuchsia-50\/90 {
  border-left-color: rgb(253 244 255 / 0.9) !important;
}

.border-l-fuchsia-50\/95 {
  border-left-color: rgb(253 244 255 / 0.95) !important;
}

.border-l-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-500\/0 {
  border-left-color: rgb(217 70 239 / 0) !important;
}

.border-l-fuchsia-500\/10 {
  border-left-color: rgb(217 70 239 / 0.1) !important;
}

.border-l-fuchsia-500\/100 {
  border-left-color: rgb(217 70 239 / 1) !important;
}

.border-l-fuchsia-500\/15 {
  border-left-color: rgb(217 70 239 / 0.15) !important;
}

.border-l-fuchsia-500\/20 {
  border-left-color: rgb(217 70 239 / 0.2) !important;
}

.border-l-fuchsia-500\/25 {
  border-left-color: rgb(217 70 239 / 0.25) !important;
}

.border-l-fuchsia-500\/30 {
  border-left-color: rgb(217 70 239 / 0.3) !important;
}

.border-l-fuchsia-500\/35 {
  border-left-color: rgb(217 70 239 / 0.35) !important;
}

.border-l-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4) !important;
}

.border-l-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45) !important;
}

.border-l-fuchsia-500\/5 {
  border-left-color: rgb(217 70 239 / 0.05) !important;
}

.border-l-fuchsia-500\/50 {
  border-left-color: rgb(217 70 239 / 0.5) !important;
}

.border-l-fuchsia-500\/55 {
  border-left-color: rgb(217 70 239 / 0.55) !important;
}

.border-l-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6) !important;
}

.border-l-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65) !important;
}

.border-l-fuchsia-500\/70 {
  border-left-color: rgb(217 70 239 / 0.7) !important;
}

.border-l-fuchsia-500\/75 {
  border-left-color: rgb(217 70 239 / 0.75) !important;
}

.border-l-fuchsia-500\/80 {
  border-left-color: rgb(217 70 239 / 0.8) !important;
}

.border-l-fuchsia-500\/85 {
  border-left-color: rgb(217 70 239 / 0.85) !important;
}

.border-l-fuchsia-500\/90 {
  border-left-color: rgb(217 70 239 / 0.9) !important;
}

.border-l-fuchsia-500\/95 {
  border-left-color: rgb(217 70 239 / 0.95) !important;
}

.border-l-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-600\/0 {
  border-left-color: rgb(192 38 211 / 0) !important;
}

.border-l-fuchsia-600\/10 {
  border-left-color: rgb(192 38 211 / 0.1) !important;
}

.border-l-fuchsia-600\/100 {
  border-left-color: rgb(192 38 211 / 1) !important;
}

.border-l-fuchsia-600\/15 {
  border-left-color: rgb(192 38 211 / 0.15) !important;
}

.border-l-fuchsia-600\/20 {
  border-left-color: rgb(192 38 211 / 0.2) !important;
}

.border-l-fuchsia-600\/25 {
  border-left-color: rgb(192 38 211 / 0.25) !important;
}

.border-l-fuchsia-600\/30 {
  border-left-color: rgb(192 38 211 / 0.3) !important;
}

.border-l-fuchsia-600\/35 {
  border-left-color: rgb(192 38 211 / 0.35) !important;
}

.border-l-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4) !important;
}

.border-l-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45) !important;
}

.border-l-fuchsia-600\/5 {
  border-left-color: rgb(192 38 211 / 0.05) !important;
}

.border-l-fuchsia-600\/50 {
  border-left-color: rgb(192 38 211 / 0.5) !important;
}

.border-l-fuchsia-600\/55 {
  border-left-color: rgb(192 38 211 / 0.55) !important;
}

.border-l-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6) !important;
}

.border-l-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65) !important;
}

.border-l-fuchsia-600\/70 {
  border-left-color: rgb(192 38 211 / 0.7) !important;
}

.border-l-fuchsia-600\/75 {
  border-left-color: rgb(192 38 211 / 0.75) !important;
}

.border-l-fuchsia-600\/80 {
  border-left-color: rgb(192 38 211 / 0.8) !important;
}

.border-l-fuchsia-600\/85 {
  border-left-color: rgb(192 38 211 / 0.85) !important;
}

.border-l-fuchsia-600\/90 {
  border-left-color: rgb(192 38 211 / 0.9) !important;
}

.border-l-fuchsia-600\/95 {
  border-left-color: rgb(192 38 211 / 0.95) !important;
}

.border-l-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-700\/0 {
  border-left-color: rgb(162 28 175 / 0) !important;
}

.border-l-fuchsia-700\/10 {
  border-left-color: rgb(162 28 175 / 0.1) !important;
}

.border-l-fuchsia-700\/100 {
  border-left-color: rgb(162 28 175 / 1) !important;
}

.border-l-fuchsia-700\/15 {
  border-left-color: rgb(162 28 175 / 0.15) !important;
}

.border-l-fuchsia-700\/20 {
  border-left-color: rgb(162 28 175 / 0.2) !important;
}

.border-l-fuchsia-700\/25 {
  border-left-color: rgb(162 28 175 / 0.25) !important;
}

.border-l-fuchsia-700\/30 {
  border-left-color: rgb(162 28 175 / 0.3) !important;
}

.border-l-fuchsia-700\/35 {
  border-left-color: rgb(162 28 175 / 0.35) !important;
}

.border-l-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4) !important;
}

.border-l-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45) !important;
}

.border-l-fuchsia-700\/5 {
  border-left-color: rgb(162 28 175 / 0.05) !important;
}

.border-l-fuchsia-700\/50 {
  border-left-color: rgb(162 28 175 / 0.5) !important;
}

.border-l-fuchsia-700\/55 {
  border-left-color: rgb(162 28 175 / 0.55) !important;
}

.border-l-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6) !important;
}

.border-l-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65) !important;
}

.border-l-fuchsia-700\/70 {
  border-left-color: rgb(162 28 175 / 0.7) !important;
}

.border-l-fuchsia-700\/75 {
  border-left-color: rgb(162 28 175 / 0.75) !important;
}

.border-l-fuchsia-700\/80 {
  border-left-color: rgb(162 28 175 / 0.8) !important;
}

.border-l-fuchsia-700\/85 {
  border-left-color: rgb(162 28 175 / 0.85) !important;
}

.border-l-fuchsia-700\/90 {
  border-left-color: rgb(162 28 175 / 0.9) !important;
}

.border-l-fuchsia-700\/95 {
  border-left-color: rgb(162 28 175 / 0.95) !important;
}

.border-l-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-800\/0 {
  border-left-color: rgb(134 25 143 / 0) !important;
}

.border-l-fuchsia-800\/10 {
  border-left-color: rgb(134 25 143 / 0.1) !important;
}

.border-l-fuchsia-800\/100 {
  border-left-color: rgb(134 25 143 / 1) !important;
}

.border-l-fuchsia-800\/15 {
  border-left-color: rgb(134 25 143 / 0.15) !important;
}

.border-l-fuchsia-800\/20 {
  border-left-color: rgb(134 25 143 / 0.2) !important;
}

.border-l-fuchsia-800\/25 {
  border-left-color: rgb(134 25 143 / 0.25) !important;
}

.border-l-fuchsia-800\/30 {
  border-left-color: rgb(134 25 143 / 0.3) !important;
}

.border-l-fuchsia-800\/35 {
  border-left-color: rgb(134 25 143 / 0.35) !important;
}

.border-l-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4) !important;
}

.border-l-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45) !important;
}

.border-l-fuchsia-800\/5 {
  border-left-color: rgb(134 25 143 / 0.05) !important;
}

.border-l-fuchsia-800\/50 {
  border-left-color: rgb(134 25 143 / 0.5) !important;
}

.border-l-fuchsia-800\/55 {
  border-left-color: rgb(134 25 143 / 0.55) !important;
}

.border-l-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6) !important;
}

.border-l-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65) !important;
}

.border-l-fuchsia-800\/70 {
  border-left-color: rgb(134 25 143 / 0.7) !important;
}

.border-l-fuchsia-800\/75 {
  border-left-color: rgb(134 25 143 / 0.75) !important;
}

.border-l-fuchsia-800\/80 {
  border-left-color: rgb(134 25 143 / 0.8) !important;
}

.border-l-fuchsia-800\/85 {
  border-left-color: rgb(134 25 143 / 0.85) !important;
}

.border-l-fuchsia-800\/90 {
  border-left-color: rgb(134 25 143 / 0.9) !important;
}

.border-l-fuchsia-800\/95 {
  border-left-color: rgb(134 25 143 / 0.95) !important;
}

.border-l-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-900\/0 {
  border-left-color: rgb(112 26 117 / 0) !important;
}

.border-l-fuchsia-900\/10 {
  border-left-color: rgb(112 26 117 / 0.1) !important;
}

.border-l-fuchsia-900\/100 {
  border-left-color: rgb(112 26 117 / 1) !important;
}

.border-l-fuchsia-900\/15 {
  border-left-color: rgb(112 26 117 / 0.15) !important;
}

.border-l-fuchsia-900\/20 {
  border-left-color: rgb(112 26 117 / 0.2) !important;
}

.border-l-fuchsia-900\/25 {
  border-left-color: rgb(112 26 117 / 0.25) !important;
}

.border-l-fuchsia-900\/30 {
  border-left-color: rgb(112 26 117 / 0.3) !important;
}

.border-l-fuchsia-900\/35 {
  border-left-color: rgb(112 26 117 / 0.35) !important;
}

.border-l-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4) !important;
}

.border-l-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45) !important;
}

.border-l-fuchsia-900\/5 {
  border-left-color: rgb(112 26 117 / 0.05) !important;
}

.border-l-fuchsia-900\/50 {
  border-left-color: rgb(112 26 117 / 0.5) !important;
}

.border-l-fuchsia-900\/55 {
  border-left-color: rgb(112 26 117 / 0.55) !important;
}

.border-l-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6) !important;
}

.border-l-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65) !important;
}

.border-l-fuchsia-900\/70 {
  border-left-color: rgb(112 26 117 / 0.7) !important;
}

.border-l-fuchsia-900\/75 {
  border-left-color: rgb(112 26 117 / 0.75) !important;
}

.border-l-fuchsia-900\/80 {
  border-left-color: rgb(112 26 117 / 0.8) !important;
}

.border-l-fuchsia-900\/85 {
  border-left-color: rgb(112 26 117 / 0.85) !important;
}

.border-l-fuchsia-900\/90 {
  border-left-color: rgb(112 26 117 / 0.9) !important;
}

.border-l-fuchsia-900\/95 {
  border-left-color: rgb(112 26 117 / 0.95) !important;
}

.border-l-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-l-fuchsia-950\/0 {
  border-left-color: rgb(74 4 78 / 0) !important;
}

.border-l-fuchsia-950\/10 {
  border-left-color: rgb(74 4 78 / 0.1) !important;
}

.border-l-fuchsia-950\/100 {
  border-left-color: rgb(74 4 78 / 1) !important;
}

.border-l-fuchsia-950\/15 {
  border-left-color: rgb(74 4 78 / 0.15) !important;
}

.border-l-fuchsia-950\/20 {
  border-left-color: rgb(74 4 78 / 0.2) !important;
}

.border-l-fuchsia-950\/25 {
  border-left-color: rgb(74 4 78 / 0.25) !important;
}

.border-l-fuchsia-950\/30 {
  border-left-color: rgb(74 4 78 / 0.3) !important;
}

.border-l-fuchsia-950\/35 {
  border-left-color: rgb(74 4 78 / 0.35) !important;
}

.border-l-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4) !important;
}

.border-l-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45) !important;
}

.border-l-fuchsia-950\/5 {
  border-left-color: rgb(74 4 78 / 0.05) !important;
}

.border-l-fuchsia-950\/50 {
  border-left-color: rgb(74 4 78 / 0.5) !important;
}

.border-l-fuchsia-950\/55 {
  border-left-color: rgb(74 4 78 / 0.55) !important;
}

.border-l-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6) !important;
}

.border-l-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65) !important;
}

.border-l-fuchsia-950\/70 {
  border-left-color: rgb(74 4 78 / 0.7) !important;
}

.border-l-fuchsia-950\/75 {
  border-left-color: rgb(74 4 78 / 0.75) !important;
}

.border-l-fuchsia-950\/80 {
  border-left-color: rgb(74 4 78 / 0.8) !important;
}

.border-l-fuchsia-950\/85 {
  border-left-color: rgb(74 4 78 / 0.85) !important;
}

.border-l-fuchsia-950\/90 {
  border-left-color: rgb(74 4 78 / 0.9) !important;
}

.border-l-fuchsia-950\/95 {
  border-left-color: rgb(74 4 78 / 0.95) !important;
}

.border-l-gray-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-100\/0 {
  border-left-color: rgb(243 244 246 / 0) !important;
}

.border-l-gray-100\/10 {
  border-left-color: rgb(243 244 246 / 0.1) !important;
}

.border-l-gray-100\/100 {
  border-left-color: rgb(243 244 246 / 1) !important;
}

.border-l-gray-100\/15 {
  border-left-color: rgb(243 244 246 / 0.15) !important;
}

.border-l-gray-100\/20 {
  border-left-color: rgb(243 244 246 / 0.2) !important;
}

.border-l-gray-100\/25 {
  border-left-color: rgb(243 244 246 / 0.25) !important;
}

.border-l-gray-100\/30 {
  border-left-color: rgb(243 244 246 / 0.3) !important;
}

.border-l-gray-100\/35 {
  border-left-color: rgb(243 244 246 / 0.35) !important;
}

.border-l-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4) !important;
}

.border-l-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45) !important;
}

.border-l-gray-100\/5 {
  border-left-color: rgb(243 244 246 / 0.05) !important;
}

.border-l-gray-100\/50 {
  border-left-color: rgb(243 244 246 / 0.5) !important;
}

.border-l-gray-100\/55 {
  border-left-color: rgb(243 244 246 / 0.55) !important;
}

.border-l-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6) !important;
}

.border-l-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65) !important;
}

.border-l-gray-100\/70 {
  border-left-color: rgb(243 244 246 / 0.7) !important;
}

.border-l-gray-100\/75 {
  border-left-color: rgb(243 244 246 / 0.75) !important;
}

.border-l-gray-100\/80 {
  border-left-color: rgb(243 244 246 / 0.8) !important;
}

.border-l-gray-100\/85 {
  border-left-color: rgb(243 244 246 / 0.85) !important;
}

.border-l-gray-100\/90 {
  border-left-color: rgb(243 244 246 / 0.9) !important;
}

.border-l-gray-100\/95 {
  border-left-color: rgb(243 244 246 / 0.95) !important;
}

.border-l-gray-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-200\/0 {
  border-left-color: rgb(229 231 235 / 0) !important;
}

.border-l-gray-200\/10 {
  border-left-color: rgb(229 231 235 / 0.1) !important;
}

.border-l-gray-200\/100 {
  border-left-color: rgb(229 231 235 / 1) !important;
}

.border-l-gray-200\/15 {
  border-left-color: rgb(229 231 235 / 0.15) !important;
}

.border-l-gray-200\/20 {
  border-left-color: rgb(229 231 235 / 0.2) !important;
}

.border-l-gray-200\/25 {
  border-left-color: rgb(229 231 235 / 0.25) !important;
}

.border-l-gray-200\/30 {
  border-left-color: rgb(229 231 235 / 0.3) !important;
}

.border-l-gray-200\/35 {
  border-left-color: rgb(229 231 235 / 0.35) !important;
}

.border-l-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4) !important;
}

.border-l-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45) !important;
}

.border-l-gray-200\/5 {
  border-left-color: rgb(229 231 235 / 0.05) !important;
}

.border-l-gray-200\/50 {
  border-left-color: rgb(229 231 235 / 0.5) !important;
}

.border-l-gray-200\/55 {
  border-left-color: rgb(229 231 235 / 0.55) !important;
}

.border-l-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6) !important;
}

.border-l-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65) !important;
}

.border-l-gray-200\/70 {
  border-left-color: rgb(229 231 235 / 0.7) !important;
}

.border-l-gray-200\/75 {
  border-left-color: rgb(229 231 235 / 0.75) !important;
}

.border-l-gray-200\/80 {
  border-left-color: rgb(229 231 235 / 0.8) !important;
}

.border-l-gray-200\/85 {
  border-left-color: rgb(229 231 235 / 0.85) !important;
}

.border-l-gray-200\/90 {
  border-left-color: rgb(229 231 235 / 0.9) !important;
}

.border-l-gray-200\/95 {
  border-left-color: rgb(229 231 235 / 0.95) !important;
}

.border-l-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-300\/0 {
  border-left-color: rgb(209 213 219 / 0) !important;
}

.border-l-gray-300\/10 {
  border-left-color: rgb(209 213 219 / 0.1) !important;
}

.border-l-gray-300\/100 {
  border-left-color: rgb(209 213 219 / 1) !important;
}

.border-l-gray-300\/15 {
  border-left-color: rgb(209 213 219 / 0.15) !important;
}

.border-l-gray-300\/20 {
  border-left-color: rgb(209 213 219 / 0.2) !important;
}

.border-l-gray-300\/25 {
  border-left-color: rgb(209 213 219 / 0.25) !important;
}

.border-l-gray-300\/30 {
  border-left-color: rgb(209 213 219 / 0.3) !important;
}

.border-l-gray-300\/35 {
  border-left-color: rgb(209 213 219 / 0.35) !important;
}

.border-l-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4) !important;
}

.border-l-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45) !important;
}

.border-l-gray-300\/5 {
  border-left-color: rgb(209 213 219 / 0.05) !important;
}

.border-l-gray-300\/50 {
  border-left-color: rgb(209 213 219 / 0.5) !important;
}

.border-l-gray-300\/55 {
  border-left-color: rgb(209 213 219 / 0.55) !important;
}

.border-l-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6) !important;
}

.border-l-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65) !important;
}

.border-l-gray-300\/70 {
  border-left-color: rgb(209 213 219 / 0.7) !important;
}

.border-l-gray-300\/75 {
  border-left-color: rgb(209 213 219 / 0.75) !important;
}

.border-l-gray-300\/80 {
  border-left-color: rgb(209 213 219 / 0.8) !important;
}

.border-l-gray-300\/85 {
  border-left-color: rgb(209 213 219 / 0.85) !important;
}

.border-l-gray-300\/90 {
  border-left-color: rgb(209 213 219 / 0.9) !important;
}

.border-l-gray-300\/95 {
  border-left-color: rgb(209 213 219 / 0.95) !important;
}

.border-l-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-400\/0 {
  border-left-color: rgb(156 163 175 / 0) !important;
}

.border-l-gray-400\/10 {
  border-left-color: rgb(156 163 175 / 0.1) !important;
}

.border-l-gray-400\/100 {
  border-left-color: rgb(156 163 175 / 1) !important;
}

.border-l-gray-400\/15 {
  border-left-color: rgb(156 163 175 / 0.15) !important;
}

.border-l-gray-400\/20 {
  border-left-color: rgb(156 163 175 / 0.2) !important;
}

.border-l-gray-400\/25 {
  border-left-color: rgb(156 163 175 / 0.25) !important;
}

.border-l-gray-400\/30 {
  border-left-color: rgb(156 163 175 / 0.3) !important;
}

.border-l-gray-400\/35 {
  border-left-color: rgb(156 163 175 / 0.35) !important;
}

.border-l-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4) !important;
}

.border-l-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45) !important;
}

.border-l-gray-400\/5 {
  border-left-color: rgb(156 163 175 / 0.05) !important;
}

.border-l-gray-400\/50 {
  border-left-color: rgb(156 163 175 / 0.5) !important;
}

.border-l-gray-400\/55 {
  border-left-color: rgb(156 163 175 / 0.55) !important;
}

.border-l-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6) !important;
}

.border-l-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65) !important;
}

.border-l-gray-400\/70 {
  border-left-color: rgb(156 163 175 / 0.7) !important;
}

.border-l-gray-400\/75 {
  border-left-color: rgb(156 163 175 / 0.75) !important;
}

.border-l-gray-400\/80 {
  border-left-color: rgb(156 163 175 / 0.8) !important;
}

.border-l-gray-400\/85 {
  border-left-color: rgb(156 163 175 / 0.85) !important;
}

.border-l-gray-400\/90 {
  border-left-color: rgb(156 163 175 / 0.9) !important;
}

.border-l-gray-400\/95 {
  border-left-color: rgb(156 163 175 / 0.95) !important;
}

.border-l-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-50\/0 {
  border-left-color: rgb(249 250 251 / 0) !important;
}

.border-l-gray-50\/10 {
  border-left-color: rgb(249 250 251 / 0.1) !important;
}

.border-l-gray-50\/100 {
  border-left-color: rgb(249 250 251 / 1) !important;
}

.border-l-gray-50\/15 {
  border-left-color: rgb(249 250 251 / 0.15) !important;
}

.border-l-gray-50\/20 {
  border-left-color: rgb(249 250 251 / 0.2) !important;
}

.border-l-gray-50\/25 {
  border-left-color: rgb(249 250 251 / 0.25) !important;
}

.border-l-gray-50\/30 {
  border-left-color: rgb(249 250 251 / 0.3) !important;
}

.border-l-gray-50\/35 {
  border-left-color: rgb(249 250 251 / 0.35) !important;
}

.border-l-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4) !important;
}

.border-l-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45) !important;
}

.border-l-gray-50\/5 {
  border-left-color: rgb(249 250 251 / 0.05) !important;
}

.border-l-gray-50\/50 {
  border-left-color: rgb(249 250 251 / 0.5) !important;
}

.border-l-gray-50\/55 {
  border-left-color: rgb(249 250 251 / 0.55) !important;
}

.border-l-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6) !important;
}

.border-l-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65) !important;
}

.border-l-gray-50\/70 {
  border-left-color: rgb(249 250 251 / 0.7) !important;
}

.border-l-gray-50\/75 {
  border-left-color: rgb(249 250 251 / 0.75) !important;
}

.border-l-gray-50\/80 {
  border-left-color: rgb(249 250 251 / 0.8) !important;
}

.border-l-gray-50\/85 {
  border-left-color: rgb(249 250 251 / 0.85) !important;
}

.border-l-gray-50\/90 {
  border-left-color: rgb(249 250 251 / 0.9) !important;
}

.border-l-gray-50\/95 {
  border-left-color: rgb(249 250 251 / 0.95) !important;
}

.border-l-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-500\/0 {
  border-left-color: rgb(107 114 128 / 0) !important;
}

.border-l-gray-500\/10 {
  border-left-color: rgb(107 114 128 / 0.1) !important;
}

.border-l-gray-500\/100 {
  border-left-color: rgb(107 114 128 / 1) !important;
}

.border-l-gray-500\/15 {
  border-left-color: rgb(107 114 128 / 0.15) !important;
}

.border-l-gray-500\/20 {
  border-left-color: rgb(107 114 128 / 0.2) !important;
}

.border-l-gray-500\/25 {
  border-left-color: rgb(107 114 128 / 0.25) !important;
}

.border-l-gray-500\/30 {
  border-left-color: rgb(107 114 128 / 0.3) !important;
}

.border-l-gray-500\/35 {
  border-left-color: rgb(107 114 128 / 0.35) !important;
}

.border-l-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4) !important;
}

.border-l-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45) !important;
}

.border-l-gray-500\/5 {
  border-left-color: rgb(107 114 128 / 0.05) !important;
}

.border-l-gray-500\/50 {
  border-left-color: rgb(107 114 128 / 0.5) !important;
}

.border-l-gray-500\/55 {
  border-left-color: rgb(107 114 128 / 0.55) !important;
}

.border-l-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6) !important;
}

.border-l-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65) !important;
}

.border-l-gray-500\/70 {
  border-left-color: rgb(107 114 128 / 0.7) !important;
}

.border-l-gray-500\/75 {
  border-left-color: rgb(107 114 128 / 0.75) !important;
}

.border-l-gray-500\/80 {
  border-left-color: rgb(107 114 128 / 0.8) !important;
}

.border-l-gray-500\/85 {
  border-left-color: rgb(107 114 128 / 0.85) !important;
}

.border-l-gray-500\/90 {
  border-left-color: rgb(107 114 128 / 0.9) !important;
}

.border-l-gray-500\/95 {
  border-left-color: rgb(107 114 128 / 0.95) !important;
}

.border-l-gray-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-600\/0 {
  border-left-color: rgb(75 85 99 / 0) !important;
}

.border-l-gray-600\/10 {
  border-left-color: rgb(75 85 99 / 0.1) !important;
}

.border-l-gray-600\/100 {
  border-left-color: rgb(75 85 99 / 1) !important;
}

.border-l-gray-600\/15 {
  border-left-color: rgb(75 85 99 / 0.15) !important;
}

.border-l-gray-600\/20 {
  border-left-color: rgb(75 85 99 / 0.2) !important;
}

.border-l-gray-600\/25 {
  border-left-color: rgb(75 85 99 / 0.25) !important;
}

.border-l-gray-600\/30 {
  border-left-color: rgb(75 85 99 / 0.3) !important;
}

.border-l-gray-600\/35 {
  border-left-color: rgb(75 85 99 / 0.35) !important;
}

.border-l-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4) !important;
}

.border-l-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45) !important;
}

.border-l-gray-600\/5 {
  border-left-color: rgb(75 85 99 / 0.05) !important;
}

.border-l-gray-600\/50 {
  border-left-color: rgb(75 85 99 / 0.5) !important;
}

.border-l-gray-600\/55 {
  border-left-color: rgb(75 85 99 / 0.55) !important;
}

.border-l-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6) !important;
}

.border-l-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65) !important;
}

.border-l-gray-600\/70 {
  border-left-color: rgb(75 85 99 / 0.7) !important;
}

.border-l-gray-600\/75 {
  border-left-color: rgb(75 85 99 / 0.75) !important;
}

.border-l-gray-600\/80 {
  border-left-color: rgb(75 85 99 / 0.8) !important;
}

.border-l-gray-600\/85 {
  border-left-color: rgb(75 85 99 / 0.85) !important;
}

.border-l-gray-600\/90 {
  border-left-color: rgb(75 85 99 / 0.9) !important;
}

.border-l-gray-600\/95 {
  border-left-color: rgb(75 85 99 / 0.95) !important;
}

.border-l-gray-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-700\/0 {
  border-left-color: rgb(55 65 81 / 0) !important;
}

.border-l-gray-700\/10 {
  border-left-color: rgb(55 65 81 / 0.1) !important;
}

.border-l-gray-700\/100 {
  border-left-color: rgb(55 65 81 / 1) !important;
}

.border-l-gray-700\/15 {
  border-left-color: rgb(55 65 81 / 0.15) !important;
}

.border-l-gray-700\/20 {
  border-left-color: rgb(55 65 81 / 0.2) !important;
}

.border-l-gray-700\/25 {
  border-left-color: rgb(55 65 81 / 0.25) !important;
}

.border-l-gray-700\/30 {
  border-left-color: rgb(55 65 81 / 0.3) !important;
}

.border-l-gray-700\/35 {
  border-left-color: rgb(55 65 81 / 0.35) !important;
}

.border-l-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4) !important;
}

.border-l-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45) !important;
}

.border-l-gray-700\/5 {
  border-left-color: rgb(55 65 81 / 0.05) !important;
}

.border-l-gray-700\/50 {
  border-left-color: rgb(55 65 81 / 0.5) !important;
}

.border-l-gray-700\/55 {
  border-left-color: rgb(55 65 81 / 0.55) !important;
}

.border-l-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6) !important;
}

.border-l-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65) !important;
}

.border-l-gray-700\/70 {
  border-left-color: rgb(55 65 81 / 0.7) !important;
}

.border-l-gray-700\/75 {
  border-left-color: rgb(55 65 81 / 0.75) !important;
}

.border-l-gray-700\/80 {
  border-left-color: rgb(55 65 81 / 0.8) !important;
}

.border-l-gray-700\/85 {
  border-left-color: rgb(55 65 81 / 0.85) !important;
}

.border-l-gray-700\/90 {
  border-left-color: rgb(55 65 81 / 0.9) !important;
}

.border-l-gray-700\/95 {
  border-left-color: rgb(55 65 81 / 0.95) !important;
}

.border-l-gray-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-800\/0 {
  border-left-color: rgb(31 41 55 / 0) !important;
}

.border-l-gray-800\/10 {
  border-left-color: rgb(31 41 55 / 0.1) !important;
}

.border-l-gray-800\/100 {
  border-left-color: rgb(31 41 55 / 1) !important;
}

.border-l-gray-800\/15 {
  border-left-color: rgb(31 41 55 / 0.15) !important;
}

.border-l-gray-800\/20 {
  border-left-color: rgb(31 41 55 / 0.2) !important;
}

.border-l-gray-800\/25 {
  border-left-color: rgb(31 41 55 / 0.25) !important;
}

.border-l-gray-800\/30 {
  border-left-color: rgb(31 41 55 / 0.3) !important;
}

.border-l-gray-800\/35 {
  border-left-color: rgb(31 41 55 / 0.35) !important;
}

.border-l-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4) !important;
}

.border-l-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45) !important;
}

.border-l-gray-800\/5 {
  border-left-color: rgb(31 41 55 / 0.05) !important;
}

.border-l-gray-800\/50 {
  border-left-color: rgb(31 41 55 / 0.5) !important;
}

.border-l-gray-800\/55 {
  border-left-color: rgb(31 41 55 / 0.55) !important;
}

.border-l-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6) !important;
}

.border-l-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65) !important;
}

.border-l-gray-800\/70 {
  border-left-color: rgb(31 41 55 / 0.7) !important;
}

.border-l-gray-800\/75 {
  border-left-color: rgb(31 41 55 / 0.75) !important;
}

.border-l-gray-800\/80 {
  border-left-color: rgb(31 41 55 / 0.8) !important;
}

.border-l-gray-800\/85 {
  border-left-color: rgb(31 41 55 / 0.85) !important;
}

.border-l-gray-800\/90 {
  border-left-color: rgb(31 41 55 / 0.9) !important;
}

.border-l-gray-800\/95 {
  border-left-color: rgb(31 41 55 / 0.95) !important;
}

.border-l-gray-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-900\/0 {
  border-left-color: rgb(17 24 39 / 0) !important;
}

.border-l-gray-900\/10 {
  border-left-color: rgb(17 24 39 / 0.1) !important;
}

.border-l-gray-900\/100 {
  border-left-color: rgb(17 24 39 / 1) !important;
}

.border-l-gray-900\/15 {
  border-left-color: rgb(17 24 39 / 0.15) !important;
}

.border-l-gray-900\/20 {
  border-left-color: rgb(17 24 39 / 0.2) !important;
}

.border-l-gray-900\/25 {
  border-left-color: rgb(17 24 39 / 0.25) !important;
}

.border-l-gray-900\/30 {
  border-left-color: rgb(17 24 39 / 0.3) !important;
}

.border-l-gray-900\/35 {
  border-left-color: rgb(17 24 39 / 0.35) !important;
}

.border-l-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4) !important;
}

.border-l-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45) !important;
}

.border-l-gray-900\/5 {
  border-left-color: rgb(17 24 39 / 0.05) !important;
}

.border-l-gray-900\/50 {
  border-left-color: rgb(17 24 39 / 0.5) !important;
}

.border-l-gray-900\/55 {
  border-left-color: rgb(17 24 39 / 0.55) !important;
}

.border-l-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6) !important;
}

.border-l-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65) !important;
}

.border-l-gray-900\/70 {
  border-left-color: rgb(17 24 39 / 0.7) !important;
}

.border-l-gray-900\/75 {
  border-left-color: rgb(17 24 39 / 0.75) !important;
}

.border-l-gray-900\/80 {
  border-left-color: rgb(17 24 39 / 0.8) !important;
}

.border-l-gray-900\/85 {
  border-left-color: rgb(17 24 39 / 0.85) !important;
}

.border-l-gray-900\/90 {
  border-left-color: rgb(17 24 39 / 0.9) !important;
}

.border-l-gray-900\/95 {
  border-left-color: rgb(17 24 39 / 0.95) !important;
}

.border-l-gray-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-950\/0 {
  border-left-color: rgb(3 7 18 / 0) !important;
}

.border-l-gray-950\/10 {
  border-left-color: rgb(3 7 18 / 0.1) !important;
}

.border-l-gray-950\/100 {
  border-left-color: rgb(3 7 18 / 1) !important;
}

.border-l-gray-950\/15 {
  border-left-color: rgb(3 7 18 / 0.15) !important;
}

.border-l-gray-950\/20 {
  border-left-color: rgb(3 7 18 / 0.2) !important;
}

.border-l-gray-950\/25 {
  border-left-color: rgb(3 7 18 / 0.25) !important;
}

.border-l-gray-950\/30 {
  border-left-color: rgb(3 7 18 / 0.3) !important;
}

.border-l-gray-950\/35 {
  border-left-color: rgb(3 7 18 / 0.35) !important;
}

.border-l-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4) !important;
}

.border-l-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45) !important;
}

.border-l-gray-950\/5 {
  border-left-color: rgb(3 7 18 / 0.05) !important;
}

.border-l-gray-950\/50 {
  border-left-color: rgb(3 7 18 / 0.5) !important;
}

.border-l-gray-950\/55 {
  border-left-color: rgb(3 7 18 / 0.55) !important;
}

.border-l-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6) !important;
}

.border-l-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65) !important;
}

.border-l-gray-950\/70 {
  border-left-color: rgb(3 7 18 / 0.7) !important;
}

.border-l-gray-950\/75 {
  border-left-color: rgb(3 7 18 / 0.75) !important;
}

.border-l-gray-950\/80 {
  border-left-color: rgb(3 7 18 / 0.8) !important;
}

.border-l-gray-950\/85 {
  border-left-color: rgb(3 7 18 / 0.85) !important;
}

.border-l-gray-950\/90 {
  border-left-color: rgb(3 7 18 / 0.9) !important;
}

.border-l-gray-950\/95 {
  border-left-color: rgb(3 7 18 / 0.95) !important;
}

.border-l-green-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-100\/0 {
  border-left-color: rgb(220 252 231 / 0) !important;
}

.border-l-green-100\/10 {
  border-left-color: rgb(220 252 231 / 0.1) !important;
}

.border-l-green-100\/100 {
  border-left-color: rgb(220 252 231 / 1) !important;
}

.border-l-green-100\/15 {
  border-left-color: rgb(220 252 231 / 0.15) !important;
}

.border-l-green-100\/20 {
  border-left-color: rgb(220 252 231 / 0.2) !important;
}

.border-l-green-100\/25 {
  border-left-color: rgb(220 252 231 / 0.25) !important;
}

.border-l-green-100\/30 {
  border-left-color: rgb(220 252 231 / 0.3) !important;
}

.border-l-green-100\/35 {
  border-left-color: rgb(220 252 231 / 0.35) !important;
}

.border-l-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4) !important;
}

.border-l-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45) !important;
}

.border-l-green-100\/5 {
  border-left-color: rgb(220 252 231 / 0.05) !important;
}

.border-l-green-100\/50 {
  border-left-color: rgb(220 252 231 / 0.5) !important;
}

.border-l-green-100\/55 {
  border-left-color: rgb(220 252 231 / 0.55) !important;
}

.border-l-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6) !important;
}

.border-l-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65) !important;
}

.border-l-green-100\/70 {
  border-left-color: rgb(220 252 231 / 0.7) !important;
}

.border-l-green-100\/75 {
  border-left-color: rgb(220 252 231 / 0.75) !important;
}

.border-l-green-100\/80 {
  border-left-color: rgb(220 252 231 / 0.8) !important;
}

.border-l-green-100\/85 {
  border-left-color: rgb(220 252 231 / 0.85) !important;
}

.border-l-green-100\/90 {
  border-left-color: rgb(220 252 231 / 0.9) !important;
}

.border-l-green-100\/95 {
  border-left-color: rgb(220 252 231 / 0.95) !important;
}

.border-l-green-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-200\/0 {
  border-left-color: rgb(187 247 208 / 0) !important;
}

.border-l-green-200\/10 {
  border-left-color: rgb(187 247 208 / 0.1) !important;
}

.border-l-green-200\/100 {
  border-left-color: rgb(187 247 208 / 1) !important;
}

.border-l-green-200\/15 {
  border-left-color: rgb(187 247 208 / 0.15) !important;
}

.border-l-green-200\/20 {
  border-left-color: rgb(187 247 208 / 0.2) !important;
}

.border-l-green-200\/25 {
  border-left-color: rgb(187 247 208 / 0.25) !important;
}

.border-l-green-200\/30 {
  border-left-color: rgb(187 247 208 / 0.3) !important;
}

.border-l-green-200\/35 {
  border-left-color: rgb(187 247 208 / 0.35) !important;
}

.border-l-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4) !important;
}

.border-l-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45) !important;
}

.border-l-green-200\/5 {
  border-left-color: rgb(187 247 208 / 0.05) !important;
}

.border-l-green-200\/50 {
  border-left-color: rgb(187 247 208 / 0.5) !important;
}

.border-l-green-200\/55 {
  border-left-color: rgb(187 247 208 / 0.55) !important;
}

.border-l-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6) !important;
}

.border-l-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65) !important;
}

.border-l-green-200\/70 {
  border-left-color: rgb(187 247 208 / 0.7) !important;
}

.border-l-green-200\/75 {
  border-left-color: rgb(187 247 208 / 0.75) !important;
}

.border-l-green-200\/80 {
  border-left-color: rgb(187 247 208 / 0.8) !important;
}

.border-l-green-200\/85 {
  border-left-color: rgb(187 247 208 / 0.85) !important;
}

.border-l-green-200\/90 {
  border-left-color: rgb(187 247 208 / 0.9) !important;
}

.border-l-green-200\/95 {
  border-left-color: rgb(187 247 208 / 0.95) !important;
}

.border-l-green-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-300\/0 {
  border-left-color: rgb(134 239 172 / 0) !important;
}

.border-l-green-300\/10 {
  border-left-color: rgb(134 239 172 / 0.1) !important;
}

.border-l-green-300\/100 {
  border-left-color: rgb(134 239 172 / 1) !important;
}

.border-l-green-300\/15 {
  border-left-color: rgb(134 239 172 / 0.15) !important;
}

.border-l-green-300\/20 {
  border-left-color: rgb(134 239 172 / 0.2) !important;
}

.border-l-green-300\/25 {
  border-left-color: rgb(134 239 172 / 0.25) !important;
}

.border-l-green-300\/30 {
  border-left-color: rgb(134 239 172 / 0.3) !important;
}

.border-l-green-300\/35 {
  border-left-color: rgb(134 239 172 / 0.35) !important;
}

.border-l-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4) !important;
}

.border-l-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45) !important;
}

.border-l-green-300\/5 {
  border-left-color: rgb(134 239 172 / 0.05) !important;
}

.border-l-green-300\/50 {
  border-left-color: rgb(134 239 172 / 0.5) !important;
}

.border-l-green-300\/55 {
  border-left-color: rgb(134 239 172 / 0.55) !important;
}

.border-l-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6) !important;
}

.border-l-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65) !important;
}

.border-l-green-300\/70 {
  border-left-color: rgb(134 239 172 / 0.7) !important;
}

.border-l-green-300\/75 {
  border-left-color: rgb(134 239 172 / 0.75) !important;
}

.border-l-green-300\/80 {
  border-left-color: rgb(134 239 172 / 0.8) !important;
}

.border-l-green-300\/85 {
  border-left-color: rgb(134 239 172 / 0.85) !important;
}

.border-l-green-300\/90 {
  border-left-color: rgb(134 239 172 / 0.9) !important;
}

.border-l-green-300\/95 {
  border-left-color: rgb(134 239 172 / 0.95) !important;
}

.border-l-green-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-400\/0 {
  border-left-color: rgb(74 222 128 / 0) !important;
}

.border-l-green-400\/10 {
  border-left-color: rgb(74 222 128 / 0.1) !important;
}

.border-l-green-400\/100 {
  border-left-color: rgb(74 222 128 / 1) !important;
}

.border-l-green-400\/15 {
  border-left-color: rgb(74 222 128 / 0.15) !important;
}

.border-l-green-400\/20 {
  border-left-color: rgb(74 222 128 / 0.2) !important;
}

.border-l-green-400\/25 {
  border-left-color: rgb(74 222 128 / 0.25) !important;
}

.border-l-green-400\/30 {
  border-left-color: rgb(74 222 128 / 0.3) !important;
}

.border-l-green-400\/35 {
  border-left-color: rgb(74 222 128 / 0.35) !important;
}

.border-l-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4) !important;
}

.border-l-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45) !important;
}

.border-l-green-400\/5 {
  border-left-color: rgb(74 222 128 / 0.05) !important;
}

.border-l-green-400\/50 {
  border-left-color: rgb(74 222 128 / 0.5) !important;
}

.border-l-green-400\/55 {
  border-left-color: rgb(74 222 128 / 0.55) !important;
}

.border-l-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6) !important;
}

.border-l-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65) !important;
}

.border-l-green-400\/70 {
  border-left-color: rgb(74 222 128 / 0.7) !important;
}

.border-l-green-400\/75 {
  border-left-color: rgb(74 222 128 / 0.75) !important;
}

.border-l-green-400\/80 {
  border-left-color: rgb(74 222 128 / 0.8) !important;
}

.border-l-green-400\/85 {
  border-left-color: rgb(74 222 128 / 0.85) !important;
}

.border-l-green-400\/90 {
  border-left-color: rgb(74 222 128 / 0.9) !important;
}

.border-l-green-400\/95 {
  border-left-color: rgb(74 222 128 / 0.95) !important;
}

.border-l-green-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-50\/0 {
  border-left-color: rgb(240 253 244 / 0) !important;
}

.border-l-green-50\/10 {
  border-left-color: rgb(240 253 244 / 0.1) !important;
}

.border-l-green-50\/100 {
  border-left-color: rgb(240 253 244 / 1) !important;
}

.border-l-green-50\/15 {
  border-left-color: rgb(240 253 244 / 0.15) !important;
}

.border-l-green-50\/20 {
  border-left-color: rgb(240 253 244 / 0.2) !important;
}

.border-l-green-50\/25 {
  border-left-color: rgb(240 253 244 / 0.25) !important;
}

.border-l-green-50\/30 {
  border-left-color: rgb(240 253 244 / 0.3) !important;
}

.border-l-green-50\/35 {
  border-left-color: rgb(240 253 244 / 0.35) !important;
}

.border-l-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4) !important;
}

.border-l-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45) !important;
}

.border-l-green-50\/5 {
  border-left-color: rgb(240 253 244 / 0.05) !important;
}

.border-l-green-50\/50 {
  border-left-color: rgb(240 253 244 / 0.5) !important;
}

.border-l-green-50\/55 {
  border-left-color: rgb(240 253 244 / 0.55) !important;
}

.border-l-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6) !important;
}

.border-l-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65) !important;
}

.border-l-green-50\/70 {
  border-left-color: rgb(240 253 244 / 0.7) !important;
}

.border-l-green-50\/75 {
  border-left-color: rgb(240 253 244 / 0.75) !important;
}

.border-l-green-50\/80 {
  border-left-color: rgb(240 253 244 / 0.8) !important;
}

.border-l-green-50\/85 {
  border-left-color: rgb(240 253 244 / 0.85) !important;
}

.border-l-green-50\/90 {
  border-left-color: rgb(240 253 244 / 0.9) !important;
}

.border-l-green-50\/95 {
  border-left-color: rgb(240 253 244 / 0.95) !important;
}

.border-l-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-500\/0 {
  border-left-color: rgb(34 197 94 / 0) !important;
}

.border-l-green-500\/10 {
  border-left-color: rgb(34 197 94 / 0.1) !important;
}

.border-l-green-500\/100 {
  border-left-color: rgb(34 197 94 / 1) !important;
}

.border-l-green-500\/15 {
  border-left-color: rgb(34 197 94 / 0.15) !important;
}

.border-l-green-500\/20 {
  border-left-color: rgb(34 197 94 / 0.2) !important;
}

.border-l-green-500\/25 {
  border-left-color: rgb(34 197 94 / 0.25) !important;
}

.border-l-green-500\/30 {
  border-left-color: rgb(34 197 94 / 0.3) !important;
}

.border-l-green-500\/35 {
  border-left-color: rgb(34 197 94 / 0.35) !important;
}

.border-l-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4) !important;
}

.border-l-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45) !important;
}

.border-l-green-500\/5 {
  border-left-color: rgb(34 197 94 / 0.05) !important;
}

.border-l-green-500\/50 {
  border-left-color: rgb(34 197 94 / 0.5) !important;
}

.border-l-green-500\/55 {
  border-left-color: rgb(34 197 94 / 0.55) !important;
}

.border-l-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6) !important;
}

.border-l-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65) !important;
}

.border-l-green-500\/70 {
  border-left-color: rgb(34 197 94 / 0.7) !important;
}

.border-l-green-500\/75 {
  border-left-color: rgb(34 197 94 / 0.75) !important;
}

.border-l-green-500\/80 {
  border-left-color: rgb(34 197 94 / 0.8) !important;
}

.border-l-green-500\/85 {
  border-left-color: rgb(34 197 94 / 0.85) !important;
}

.border-l-green-500\/90 {
  border-left-color: rgb(34 197 94 / 0.9) !important;
}

.border-l-green-500\/95 {
  border-left-color: rgb(34 197 94 / 0.95) !important;
}

.border-l-green-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-600\/0 {
  border-left-color: rgb(22 163 74 / 0) !important;
}

.border-l-green-600\/10 {
  border-left-color: rgb(22 163 74 / 0.1) !important;
}

.border-l-green-600\/100 {
  border-left-color: rgb(22 163 74 / 1) !important;
}

.border-l-green-600\/15 {
  border-left-color: rgb(22 163 74 / 0.15) !important;
}

.border-l-green-600\/20 {
  border-left-color: rgb(22 163 74 / 0.2) !important;
}

.border-l-green-600\/25 {
  border-left-color: rgb(22 163 74 / 0.25) !important;
}

.border-l-green-600\/30 {
  border-left-color: rgb(22 163 74 / 0.3) !important;
}

.border-l-green-600\/35 {
  border-left-color: rgb(22 163 74 / 0.35) !important;
}

.border-l-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4) !important;
}

.border-l-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45) !important;
}

.border-l-green-600\/5 {
  border-left-color: rgb(22 163 74 / 0.05) !important;
}

.border-l-green-600\/50 {
  border-left-color: rgb(22 163 74 / 0.5) !important;
}

.border-l-green-600\/55 {
  border-left-color: rgb(22 163 74 / 0.55) !important;
}

.border-l-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6) !important;
}

.border-l-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65) !important;
}

.border-l-green-600\/70 {
  border-left-color: rgb(22 163 74 / 0.7) !important;
}

.border-l-green-600\/75 {
  border-left-color: rgb(22 163 74 / 0.75) !important;
}

.border-l-green-600\/80 {
  border-left-color: rgb(22 163 74 / 0.8) !important;
}

.border-l-green-600\/85 {
  border-left-color: rgb(22 163 74 / 0.85) !important;
}

.border-l-green-600\/90 {
  border-left-color: rgb(22 163 74 / 0.9) !important;
}

.border-l-green-600\/95 {
  border-left-color: rgb(22 163 74 / 0.95) !important;
}

.border-l-green-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-700\/0 {
  border-left-color: rgb(21 128 61 / 0) !important;
}

.border-l-green-700\/10 {
  border-left-color: rgb(21 128 61 / 0.1) !important;
}

.border-l-green-700\/100 {
  border-left-color: rgb(21 128 61 / 1) !important;
}

.border-l-green-700\/15 {
  border-left-color: rgb(21 128 61 / 0.15) !important;
}

.border-l-green-700\/20 {
  border-left-color: rgb(21 128 61 / 0.2) !important;
}

.border-l-green-700\/25 {
  border-left-color: rgb(21 128 61 / 0.25) !important;
}

.border-l-green-700\/30 {
  border-left-color: rgb(21 128 61 / 0.3) !important;
}

.border-l-green-700\/35 {
  border-left-color: rgb(21 128 61 / 0.35) !important;
}

.border-l-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4) !important;
}

.border-l-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45) !important;
}

.border-l-green-700\/5 {
  border-left-color: rgb(21 128 61 / 0.05) !important;
}

.border-l-green-700\/50 {
  border-left-color: rgb(21 128 61 / 0.5) !important;
}

.border-l-green-700\/55 {
  border-left-color: rgb(21 128 61 / 0.55) !important;
}

.border-l-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6) !important;
}

.border-l-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65) !important;
}

.border-l-green-700\/70 {
  border-left-color: rgb(21 128 61 / 0.7) !important;
}

.border-l-green-700\/75 {
  border-left-color: rgb(21 128 61 / 0.75) !important;
}

.border-l-green-700\/80 {
  border-left-color: rgb(21 128 61 / 0.8) !important;
}

.border-l-green-700\/85 {
  border-left-color: rgb(21 128 61 / 0.85) !important;
}

.border-l-green-700\/90 {
  border-left-color: rgb(21 128 61 / 0.9) !important;
}

.border-l-green-700\/95 {
  border-left-color: rgb(21 128 61 / 0.95) !important;
}

.border-l-green-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-800\/0 {
  border-left-color: rgb(22 101 52 / 0) !important;
}

.border-l-green-800\/10 {
  border-left-color: rgb(22 101 52 / 0.1) !important;
}

.border-l-green-800\/100 {
  border-left-color: rgb(22 101 52 / 1) !important;
}

.border-l-green-800\/15 {
  border-left-color: rgb(22 101 52 / 0.15) !important;
}

.border-l-green-800\/20 {
  border-left-color: rgb(22 101 52 / 0.2) !important;
}

.border-l-green-800\/25 {
  border-left-color: rgb(22 101 52 / 0.25) !important;
}

.border-l-green-800\/30 {
  border-left-color: rgb(22 101 52 / 0.3) !important;
}

.border-l-green-800\/35 {
  border-left-color: rgb(22 101 52 / 0.35) !important;
}

.border-l-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4) !important;
}

.border-l-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45) !important;
}

.border-l-green-800\/5 {
  border-left-color: rgb(22 101 52 / 0.05) !important;
}

.border-l-green-800\/50 {
  border-left-color: rgb(22 101 52 / 0.5) !important;
}

.border-l-green-800\/55 {
  border-left-color: rgb(22 101 52 / 0.55) !important;
}

.border-l-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6) !important;
}

.border-l-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65) !important;
}

.border-l-green-800\/70 {
  border-left-color: rgb(22 101 52 / 0.7) !important;
}

.border-l-green-800\/75 {
  border-left-color: rgb(22 101 52 / 0.75) !important;
}

.border-l-green-800\/80 {
  border-left-color: rgb(22 101 52 / 0.8) !important;
}

.border-l-green-800\/85 {
  border-left-color: rgb(22 101 52 / 0.85) !important;
}

.border-l-green-800\/90 {
  border-left-color: rgb(22 101 52 / 0.9) !important;
}

.border-l-green-800\/95 {
  border-left-color: rgb(22 101 52 / 0.95) !important;
}

.border-l-green-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-900\/0 {
  border-left-color: rgb(20 83 45 / 0) !important;
}

.border-l-green-900\/10 {
  border-left-color: rgb(20 83 45 / 0.1) !important;
}

.border-l-green-900\/100 {
  border-left-color: rgb(20 83 45 / 1) !important;
}

.border-l-green-900\/15 {
  border-left-color: rgb(20 83 45 / 0.15) !important;
}

.border-l-green-900\/20 {
  border-left-color: rgb(20 83 45 / 0.2) !important;
}

.border-l-green-900\/25 {
  border-left-color: rgb(20 83 45 / 0.25) !important;
}

.border-l-green-900\/30 {
  border-left-color: rgb(20 83 45 / 0.3) !important;
}

.border-l-green-900\/35 {
  border-left-color: rgb(20 83 45 / 0.35) !important;
}

.border-l-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4) !important;
}

.border-l-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45) !important;
}

.border-l-green-900\/5 {
  border-left-color: rgb(20 83 45 / 0.05) !important;
}

.border-l-green-900\/50 {
  border-left-color: rgb(20 83 45 / 0.5) !important;
}

.border-l-green-900\/55 {
  border-left-color: rgb(20 83 45 / 0.55) !important;
}

.border-l-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6) !important;
}

.border-l-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65) !important;
}

.border-l-green-900\/70 {
  border-left-color: rgb(20 83 45 / 0.7) !important;
}

.border-l-green-900\/75 {
  border-left-color: rgb(20 83 45 / 0.75) !important;
}

.border-l-green-900\/80 {
  border-left-color: rgb(20 83 45 / 0.8) !important;
}

.border-l-green-900\/85 {
  border-left-color: rgb(20 83 45 / 0.85) !important;
}

.border-l-green-900\/90 {
  border-left-color: rgb(20 83 45 / 0.9) !important;
}

.border-l-green-900\/95 {
  border-left-color: rgb(20 83 45 / 0.95) !important;
}

.border-l-green-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-l-green-950\/0 {
  border-left-color: rgb(5 46 22 / 0) !important;
}

.border-l-green-950\/10 {
  border-left-color: rgb(5 46 22 / 0.1) !important;
}

.border-l-green-950\/100 {
  border-left-color: rgb(5 46 22 / 1) !important;
}

.border-l-green-950\/15 {
  border-left-color: rgb(5 46 22 / 0.15) !important;
}

.border-l-green-950\/20 {
  border-left-color: rgb(5 46 22 / 0.2) !important;
}

.border-l-green-950\/25 {
  border-left-color: rgb(5 46 22 / 0.25) !important;
}

.border-l-green-950\/30 {
  border-left-color: rgb(5 46 22 / 0.3) !important;
}

.border-l-green-950\/35 {
  border-left-color: rgb(5 46 22 / 0.35) !important;
}

.border-l-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4) !important;
}

.border-l-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45) !important;
}

.border-l-green-950\/5 {
  border-left-color: rgb(5 46 22 / 0.05) !important;
}

.border-l-green-950\/50 {
  border-left-color: rgb(5 46 22 / 0.5) !important;
}

.border-l-green-950\/55 {
  border-left-color: rgb(5 46 22 / 0.55) !important;
}

.border-l-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6) !important;
}

.border-l-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65) !important;
}

.border-l-green-950\/70 {
  border-left-color: rgb(5 46 22 / 0.7) !important;
}

.border-l-green-950\/75 {
  border-left-color: rgb(5 46 22 / 0.75) !important;
}

.border-l-green-950\/80 {
  border-left-color: rgb(5 46 22 / 0.8) !important;
}

.border-l-green-950\/85 {
  border-left-color: rgb(5 46 22 / 0.85) !important;
}

.border-l-green-950\/90 {
  border-left-color: rgb(5 46 22 / 0.9) !important;
}

.border-l-green-950\/95 {
  border-left-color: rgb(5 46 22 / 0.95) !important;
}

.border-l-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-100\/0 {
  border-left-color: rgb(224 231 255 / 0) !important;
}

.border-l-indigo-100\/10 {
  border-left-color: rgb(224 231 255 / 0.1) !important;
}

.border-l-indigo-100\/100 {
  border-left-color: rgb(224 231 255 / 1) !important;
}

.border-l-indigo-100\/15 {
  border-left-color: rgb(224 231 255 / 0.15) !important;
}

.border-l-indigo-100\/20 {
  border-left-color: rgb(224 231 255 / 0.2) !important;
}

.border-l-indigo-100\/25 {
  border-left-color: rgb(224 231 255 / 0.25) !important;
}

.border-l-indigo-100\/30 {
  border-left-color: rgb(224 231 255 / 0.3) !important;
}

.border-l-indigo-100\/35 {
  border-left-color: rgb(224 231 255 / 0.35) !important;
}

.border-l-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4) !important;
}

.border-l-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45) !important;
}

.border-l-indigo-100\/5 {
  border-left-color: rgb(224 231 255 / 0.05) !important;
}

.border-l-indigo-100\/50 {
  border-left-color: rgb(224 231 255 / 0.5) !important;
}

.border-l-indigo-100\/55 {
  border-left-color: rgb(224 231 255 / 0.55) !important;
}

.border-l-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6) !important;
}

.border-l-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65) !important;
}

.border-l-indigo-100\/70 {
  border-left-color: rgb(224 231 255 / 0.7) !important;
}

.border-l-indigo-100\/75 {
  border-left-color: rgb(224 231 255 / 0.75) !important;
}

.border-l-indigo-100\/80 {
  border-left-color: rgb(224 231 255 / 0.8) !important;
}

.border-l-indigo-100\/85 {
  border-left-color: rgb(224 231 255 / 0.85) !important;
}

.border-l-indigo-100\/90 {
  border-left-color: rgb(224 231 255 / 0.9) !important;
}

.border-l-indigo-100\/95 {
  border-left-color: rgb(224 231 255 / 0.95) !important;
}

.border-l-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-200\/0 {
  border-left-color: rgb(199 210 254 / 0) !important;
}

.border-l-indigo-200\/10 {
  border-left-color: rgb(199 210 254 / 0.1) !important;
}

.border-l-indigo-200\/100 {
  border-left-color: rgb(199 210 254 / 1) !important;
}

.border-l-indigo-200\/15 {
  border-left-color: rgb(199 210 254 / 0.15) !important;
}

.border-l-indigo-200\/20 {
  border-left-color: rgb(199 210 254 / 0.2) !important;
}

.border-l-indigo-200\/25 {
  border-left-color: rgb(199 210 254 / 0.25) !important;
}

.border-l-indigo-200\/30 {
  border-left-color: rgb(199 210 254 / 0.3) !important;
}

.border-l-indigo-200\/35 {
  border-left-color: rgb(199 210 254 / 0.35) !important;
}

.border-l-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4) !important;
}

.border-l-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45) !important;
}

.border-l-indigo-200\/5 {
  border-left-color: rgb(199 210 254 / 0.05) !important;
}

.border-l-indigo-200\/50 {
  border-left-color: rgb(199 210 254 / 0.5) !important;
}

.border-l-indigo-200\/55 {
  border-left-color: rgb(199 210 254 / 0.55) !important;
}

.border-l-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6) !important;
}

.border-l-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65) !important;
}

.border-l-indigo-200\/70 {
  border-left-color: rgb(199 210 254 / 0.7) !important;
}

.border-l-indigo-200\/75 {
  border-left-color: rgb(199 210 254 / 0.75) !important;
}

.border-l-indigo-200\/80 {
  border-left-color: rgb(199 210 254 / 0.8) !important;
}

.border-l-indigo-200\/85 {
  border-left-color: rgb(199 210 254 / 0.85) !important;
}

.border-l-indigo-200\/90 {
  border-left-color: rgb(199 210 254 / 0.9) !important;
}

.border-l-indigo-200\/95 {
  border-left-color: rgb(199 210 254 / 0.95) !important;
}

.border-l-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-300\/0 {
  border-left-color: rgb(165 180 252 / 0) !important;
}

.border-l-indigo-300\/10 {
  border-left-color: rgb(165 180 252 / 0.1) !important;
}

.border-l-indigo-300\/100 {
  border-left-color: rgb(165 180 252 / 1) !important;
}

.border-l-indigo-300\/15 {
  border-left-color: rgb(165 180 252 / 0.15) !important;
}

.border-l-indigo-300\/20 {
  border-left-color: rgb(165 180 252 / 0.2) !important;
}

.border-l-indigo-300\/25 {
  border-left-color: rgb(165 180 252 / 0.25) !important;
}

.border-l-indigo-300\/30 {
  border-left-color: rgb(165 180 252 / 0.3) !important;
}

.border-l-indigo-300\/35 {
  border-left-color: rgb(165 180 252 / 0.35) !important;
}

.border-l-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4) !important;
}

.border-l-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45) !important;
}

.border-l-indigo-300\/5 {
  border-left-color: rgb(165 180 252 / 0.05) !important;
}

.border-l-indigo-300\/50 {
  border-left-color: rgb(165 180 252 / 0.5) !important;
}

.border-l-indigo-300\/55 {
  border-left-color: rgb(165 180 252 / 0.55) !important;
}

.border-l-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6) !important;
}

.border-l-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65) !important;
}

.border-l-indigo-300\/70 {
  border-left-color: rgb(165 180 252 / 0.7) !important;
}

.border-l-indigo-300\/75 {
  border-left-color: rgb(165 180 252 / 0.75) !important;
}

.border-l-indigo-300\/80 {
  border-left-color: rgb(165 180 252 / 0.8) !important;
}

.border-l-indigo-300\/85 {
  border-left-color: rgb(165 180 252 / 0.85) !important;
}

.border-l-indigo-300\/90 {
  border-left-color: rgb(165 180 252 / 0.9) !important;
}

.border-l-indigo-300\/95 {
  border-left-color: rgb(165 180 252 / 0.95) !important;
}

.border-l-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-400\/0 {
  border-left-color: rgb(129 140 248 / 0) !important;
}

.border-l-indigo-400\/10 {
  border-left-color: rgb(129 140 248 / 0.1) !important;
}

.border-l-indigo-400\/100 {
  border-left-color: rgb(129 140 248 / 1) !important;
}

.border-l-indigo-400\/15 {
  border-left-color: rgb(129 140 248 / 0.15) !important;
}

.border-l-indigo-400\/20 {
  border-left-color: rgb(129 140 248 / 0.2) !important;
}

.border-l-indigo-400\/25 {
  border-left-color: rgb(129 140 248 / 0.25) !important;
}

.border-l-indigo-400\/30 {
  border-left-color: rgb(129 140 248 / 0.3) !important;
}

.border-l-indigo-400\/35 {
  border-left-color: rgb(129 140 248 / 0.35) !important;
}

.border-l-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4) !important;
}

.border-l-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45) !important;
}

.border-l-indigo-400\/5 {
  border-left-color: rgb(129 140 248 / 0.05) !important;
}

.border-l-indigo-400\/50 {
  border-left-color: rgb(129 140 248 / 0.5) !important;
}

.border-l-indigo-400\/55 {
  border-left-color: rgb(129 140 248 / 0.55) !important;
}

.border-l-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6) !important;
}

.border-l-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65) !important;
}

.border-l-indigo-400\/70 {
  border-left-color: rgb(129 140 248 / 0.7) !important;
}

.border-l-indigo-400\/75 {
  border-left-color: rgb(129 140 248 / 0.75) !important;
}

.border-l-indigo-400\/80 {
  border-left-color: rgb(129 140 248 / 0.8) !important;
}

.border-l-indigo-400\/85 {
  border-left-color: rgb(129 140 248 / 0.85) !important;
}

.border-l-indigo-400\/90 {
  border-left-color: rgb(129 140 248 / 0.9) !important;
}

.border-l-indigo-400\/95 {
  border-left-color: rgb(129 140 248 / 0.95) !important;
}

.border-l-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-50\/0 {
  border-left-color: rgb(238 242 255 / 0) !important;
}

.border-l-indigo-50\/10 {
  border-left-color: rgb(238 242 255 / 0.1) !important;
}

.border-l-indigo-50\/100 {
  border-left-color: rgb(238 242 255 / 1) !important;
}

.border-l-indigo-50\/15 {
  border-left-color: rgb(238 242 255 / 0.15) !important;
}

.border-l-indigo-50\/20 {
  border-left-color: rgb(238 242 255 / 0.2) !important;
}

.border-l-indigo-50\/25 {
  border-left-color: rgb(238 242 255 / 0.25) !important;
}

.border-l-indigo-50\/30 {
  border-left-color: rgb(238 242 255 / 0.3) !important;
}

.border-l-indigo-50\/35 {
  border-left-color: rgb(238 242 255 / 0.35) !important;
}

.border-l-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4) !important;
}

.border-l-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45) !important;
}

.border-l-indigo-50\/5 {
  border-left-color: rgb(238 242 255 / 0.05) !important;
}

.border-l-indigo-50\/50 {
  border-left-color: rgb(238 242 255 / 0.5) !important;
}

.border-l-indigo-50\/55 {
  border-left-color: rgb(238 242 255 / 0.55) !important;
}

.border-l-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6) !important;
}

.border-l-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65) !important;
}

.border-l-indigo-50\/70 {
  border-left-color: rgb(238 242 255 / 0.7) !important;
}

.border-l-indigo-50\/75 {
  border-left-color: rgb(238 242 255 / 0.75) !important;
}

.border-l-indigo-50\/80 {
  border-left-color: rgb(238 242 255 / 0.8) !important;
}

.border-l-indigo-50\/85 {
  border-left-color: rgb(238 242 255 / 0.85) !important;
}

.border-l-indigo-50\/90 {
  border-left-color: rgb(238 242 255 / 0.9) !important;
}

.border-l-indigo-50\/95 {
  border-left-color: rgb(238 242 255 / 0.95) !important;
}

.border-l-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-500\/0 {
  border-left-color: rgb(99 102 241 / 0) !important;
}

.border-l-indigo-500\/10 {
  border-left-color: rgb(99 102 241 / 0.1) !important;
}

.border-l-indigo-500\/100 {
  border-left-color: rgb(99 102 241 / 1) !important;
}

.border-l-indigo-500\/15 {
  border-left-color: rgb(99 102 241 / 0.15) !important;
}

.border-l-indigo-500\/20 {
  border-left-color: rgb(99 102 241 / 0.2) !important;
}

.border-l-indigo-500\/25 {
  border-left-color: rgb(99 102 241 / 0.25) !important;
}

.border-l-indigo-500\/30 {
  border-left-color: rgb(99 102 241 / 0.3) !important;
}

.border-l-indigo-500\/35 {
  border-left-color: rgb(99 102 241 / 0.35) !important;
}

.border-l-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4) !important;
}

.border-l-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45) !important;
}

.border-l-indigo-500\/5 {
  border-left-color: rgb(99 102 241 / 0.05) !important;
}

.border-l-indigo-500\/50 {
  border-left-color: rgb(99 102 241 / 0.5) !important;
}

.border-l-indigo-500\/55 {
  border-left-color: rgb(99 102 241 / 0.55) !important;
}

.border-l-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6) !important;
}

.border-l-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65) !important;
}

.border-l-indigo-500\/70 {
  border-left-color: rgb(99 102 241 / 0.7) !important;
}

.border-l-indigo-500\/75 {
  border-left-color: rgb(99 102 241 / 0.75) !important;
}

.border-l-indigo-500\/80 {
  border-left-color: rgb(99 102 241 / 0.8) !important;
}

.border-l-indigo-500\/85 {
  border-left-color: rgb(99 102 241 / 0.85) !important;
}

.border-l-indigo-500\/90 {
  border-left-color: rgb(99 102 241 / 0.9) !important;
}

.border-l-indigo-500\/95 {
  border-left-color: rgb(99 102 241 / 0.95) !important;
}

.border-l-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-600\/0 {
  border-left-color: rgb(79 70 229 / 0) !important;
}

.border-l-indigo-600\/10 {
  border-left-color: rgb(79 70 229 / 0.1) !important;
}

.border-l-indigo-600\/100 {
  border-left-color: rgb(79 70 229 / 1) !important;
}

.border-l-indigo-600\/15 {
  border-left-color: rgb(79 70 229 / 0.15) !important;
}

.border-l-indigo-600\/20 {
  border-left-color: rgb(79 70 229 / 0.2) !important;
}

.border-l-indigo-600\/25 {
  border-left-color: rgb(79 70 229 / 0.25) !important;
}

.border-l-indigo-600\/30 {
  border-left-color: rgb(79 70 229 / 0.3) !important;
}

.border-l-indigo-600\/35 {
  border-left-color: rgb(79 70 229 / 0.35) !important;
}

.border-l-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4) !important;
}

.border-l-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45) !important;
}

.border-l-indigo-600\/5 {
  border-left-color: rgb(79 70 229 / 0.05) !important;
}

.border-l-indigo-600\/50 {
  border-left-color: rgb(79 70 229 / 0.5) !important;
}

.border-l-indigo-600\/55 {
  border-left-color: rgb(79 70 229 / 0.55) !important;
}

.border-l-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6) !important;
}

.border-l-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65) !important;
}

.border-l-indigo-600\/70 {
  border-left-color: rgb(79 70 229 / 0.7) !important;
}

.border-l-indigo-600\/75 {
  border-left-color: rgb(79 70 229 / 0.75) !important;
}

.border-l-indigo-600\/80 {
  border-left-color: rgb(79 70 229 / 0.8) !important;
}

.border-l-indigo-600\/85 {
  border-left-color: rgb(79 70 229 / 0.85) !important;
}

.border-l-indigo-600\/90 {
  border-left-color: rgb(79 70 229 / 0.9) !important;
}

.border-l-indigo-600\/95 {
  border-left-color: rgb(79 70 229 / 0.95) !important;
}

.border-l-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-700\/0 {
  border-left-color: rgb(67 56 202 / 0) !important;
}

.border-l-indigo-700\/10 {
  border-left-color: rgb(67 56 202 / 0.1) !important;
}

.border-l-indigo-700\/100 {
  border-left-color: rgb(67 56 202 / 1) !important;
}

.border-l-indigo-700\/15 {
  border-left-color: rgb(67 56 202 / 0.15) !important;
}

.border-l-indigo-700\/20 {
  border-left-color: rgb(67 56 202 / 0.2) !important;
}

.border-l-indigo-700\/25 {
  border-left-color: rgb(67 56 202 / 0.25) !important;
}

.border-l-indigo-700\/30 {
  border-left-color: rgb(67 56 202 / 0.3) !important;
}

.border-l-indigo-700\/35 {
  border-left-color: rgb(67 56 202 / 0.35) !important;
}

.border-l-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4) !important;
}

.border-l-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45) !important;
}

.border-l-indigo-700\/5 {
  border-left-color: rgb(67 56 202 / 0.05) !important;
}

.border-l-indigo-700\/50 {
  border-left-color: rgb(67 56 202 / 0.5) !important;
}

.border-l-indigo-700\/55 {
  border-left-color: rgb(67 56 202 / 0.55) !important;
}

.border-l-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6) !important;
}

.border-l-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65) !important;
}

.border-l-indigo-700\/70 {
  border-left-color: rgb(67 56 202 / 0.7) !important;
}

.border-l-indigo-700\/75 {
  border-left-color: rgb(67 56 202 / 0.75) !important;
}

.border-l-indigo-700\/80 {
  border-left-color: rgb(67 56 202 / 0.8) !important;
}

.border-l-indigo-700\/85 {
  border-left-color: rgb(67 56 202 / 0.85) !important;
}

.border-l-indigo-700\/90 {
  border-left-color: rgb(67 56 202 / 0.9) !important;
}

.border-l-indigo-700\/95 {
  border-left-color: rgb(67 56 202 / 0.95) !important;
}

.border-l-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-800\/0 {
  border-left-color: rgb(55 48 163 / 0) !important;
}

.border-l-indigo-800\/10 {
  border-left-color: rgb(55 48 163 / 0.1) !important;
}

.border-l-indigo-800\/100 {
  border-left-color: rgb(55 48 163 / 1) !important;
}

.border-l-indigo-800\/15 {
  border-left-color: rgb(55 48 163 / 0.15) !important;
}

.border-l-indigo-800\/20 {
  border-left-color: rgb(55 48 163 / 0.2) !important;
}

.border-l-indigo-800\/25 {
  border-left-color: rgb(55 48 163 / 0.25) !important;
}

.border-l-indigo-800\/30 {
  border-left-color: rgb(55 48 163 / 0.3) !important;
}

.border-l-indigo-800\/35 {
  border-left-color: rgb(55 48 163 / 0.35) !important;
}

.border-l-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4) !important;
}

.border-l-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45) !important;
}

.border-l-indigo-800\/5 {
  border-left-color: rgb(55 48 163 / 0.05) !important;
}

.border-l-indigo-800\/50 {
  border-left-color: rgb(55 48 163 / 0.5) !important;
}

.border-l-indigo-800\/55 {
  border-left-color: rgb(55 48 163 / 0.55) !important;
}

.border-l-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6) !important;
}

.border-l-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65) !important;
}

.border-l-indigo-800\/70 {
  border-left-color: rgb(55 48 163 / 0.7) !important;
}

.border-l-indigo-800\/75 {
  border-left-color: rgb(55 48 163 / 0.75) !important;
}

.border-l-indigo-800\/80 {
  border-left-color: rgb(55 48 163 / 0.8) !important;
}

.border-l-indigo-800\/85 {
  border-left-color: rgb(55 48 163 / 0.85) !important;
}

.border-l-indigo-800\/90 {
  border-left-color: rgb(55 48 163 / 0.9) !important;
}

.border-l-indigo-800\/95 {
  border-left-color: rgb(55 48 163 / 0.95) !important;
}

.border-l-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-900\/0 {
  border-left-color: rgb(49 46 129 / 0) !important;
}

.border-l-indigo-900\/10 {
  border-left-color: rgb(49 46 129 / 0.1) !important;
}

.border-l-indigo-900\/100 {
  border-left-color: rgb(49 46 129 / 1) !important;
}

.border-l-indigo-900\/15 {
  border-left-color: rgb(49 46 129 / 0.15) !important;
}

.border-l-indigo-900\/20 {
  border-left-color: rgb(49 46 129 / 0.2) !important;
}

.border-l-indigo-900\/25 {
  border-left-color: rgb(49 46 129 / 0.25) !important;
}

.border-l-indigo-900\/30 {
  border-left-color: rgb(49 46 129 / 0.3) !important;
}

.border-l-indigo-900\/35 {
  border-left-color: rgb(49 46 129 / 0.35) !important;
}

.border-l-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4) !important;
}

.border-l-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45) !important;
}

.border-l-indigo-900\/5 {
  border-left-color: rgb(49 46 129 / 0.05) !important;
}

.border-l-indigo-900\/50 {
  border-left-color: rgb(49 46 129 / 0.5) !important;
}

.border-l-indigo-900\/55 {
  border-left-color: rgb(49 46 129 / 0.55) !important;
}

.border-l-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6) !important;
}

.border-l-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65) !important;
}

.border-l-indigo-900\/70 {
  border-left-color: rgb(49 46 129 / 0.7) !important;
}

.border-l-indigo-900\/75 {
  border-left-color: rgb(49 46 129 / 0.75) !important;
}

.border-l-indigo-900\/80 {
  border-left-color: rgb(49 46 129 / 0.8) !important;
}

.border-l-indigo-900\/85 {
  border-left-color: rgb(49 46 129 / 0.85) !important;
}

.border-l-indigo-900\/90 {
  border-left-color: rgb(49 46 129 / 0.9) !important;
}

.border-l-indigo-900\/95 {
  border-left-color: rgb(49 46 129 / 0.95) !important;
}

.border-l-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-l-indigo-950\/0 {
  border-left-color: rgb(30 27 75 / 0) !important;
}

.border-l-indigo-950\/10 {
  border-left-color: rgb(30 27 75 / 0.1) !important;
}

.border-l-indigo-950\/100 {
  border-left-color: rgb(30 27 75 / 1) !important;
}

.border-l-indigo-950\/15 {
  border-left-color: rgb(30 27 75 / 0.15) !important;
}

.border-l-indigo-950\/20 {
  border-left-color: rgb(30 27 75 / 0.2) !important;
}

.border-l-indigo-950\/25 {
  border-left-color: rgb(30 27 75 / 0.25) !important;
}

.border-l-indigo-950\/30 {
  border-left-color: rgb(30 27 75 / 0.3) !important;
}

.border-l-indigo-950\/35 {
  border-left-color: rgb(30 27 75 / 0.35) !important;
}

.border-l-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4) !important;
}

.border-l-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45) !important;
}

.border-l-indigo-950\/5 {
  border-left-color: rgb(30 27 75 / 0.05) !important;
}

.border-l-indigo-950\/50 {
  border-left-color: rgb(30 27 75 / 0.5) !important;
}

.border-l-indigo-950\/55 {
  border-left-color: rgb(30 27 75 / 0.55) !important;
}

.border-l-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6) !important;
}

.border-l-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65) !important;
}

.border-l-indigo-950\/70 {
  border-left-color: rgb(30 27 75 / 0.7) !important;
}

.border-l-indigo-950\/75 {
  border-left-color: rgb(30 27 75 / 0.75) !important;
}

.border-l-indigo-950\/80 {
  border-left-color: rgb(30 27 75 / 0.8) !important;
}

.border-l-indigo-950\/85 {
  border-left-color: rgb(30 27 75 / 0.85) !important;
}

.border-l-indigo-950\/90 {
  border-left-color: rgb(30 27 75 / 0.9) !important;
}

.border-l-indigo-950\/95 {
  border-left-color: rgb(30 27 75 / 0.95) !important;
}

.border-l-inherit {
  border-left-color: inherit !important;
}

.border-l-lime-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-100\/0 {
  border-left-color: rgb(236 252 203 / 0) !important;
}

.border-l-lime-100\/10 {
  border-left-color: rgb(236 252 203 / 0.1) !important;
}

.border-l-lime-100\/100 {
  border-left-color: rgb(236 252 203 / 1) !important;
}

.border-l-lime-100\/15 {
  border-left-color: rgb(236 252 203 / 0.15) !important;
}

.border-l-lime-100\/20 {
  border-left-color: rgb(236 252 203 / 0.2) !important;
}

.border-l-lime-100\/25 {
  border-left-color: rgb(236 252 203 / 0.25) !important;
}

.border-l-lime-100\/30 {
  border-left-color: rgb(236 252 203 / 0.3) !important;
}

.border-l-lime-100\/35 {
  border-left-color: rgb(236 252 203 / 0.35) !important;
}

.border-l-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4) !important;
}

.border-l-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45) !important;
}

.border-l-lime-100\/5 {
  border-left-color: rgb(236 252 203 / 0.05) !important;
}

.border-l-lime-100\/50 {
  border-left-color: rgb(236 252 203 / 0.5) !important;
}

.border-l-lime-100\/55 {
  border-left-color: rgb(236 252 203 / 0.55) !important;
}

.border-l-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6) !important;
}

.border-l-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65) !important;
}

.border-l-lime-100\/70 {
  border-left-color: rgb(236 252 203 / 0.7) !important;
}

.border-l-lime-100\/75 {
  border-left-color: rgb(236 252 203 / 0.75) !important;
}

.border-l-lime-100\/80 {
  border-left-color: rgb(236 252 203 / 0.8) !important;
}

.border-l-lime-100\/85 {
  border-left-color: rgb(236 252 203 / 0.85) !important;
}

.border-l-lime-100\/90 {
  border-left-color: rgb(236 252 203 / 0.9) !important;
}

.border-l-lime-100\/95 {
  border-left-color: rgb(236 252 203 / 0.95) !important;
}

.border-l-lime-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-200\/0 {
  border-left-color: rgb(217 249 157 / 0) !important;
}

.border-l-lime-200\/10 {
  border-left-color: rgb(217 249 157 / 0.1) !important;
}

.border-l-lime-200\/100 {
  border-left-color: rgb(217 249 157 / 1) !important;
}

.border-l-lime-200\/15 {
  border-left-color: rgb(217 249 157 / 0.15) !important;
}

.border-l-lime-200\/20 {
  border-left-color: rgb(217 249 157 / 0.2) !important;
}

.border-l-lime-200\/25 {
  border-left-color: rgb(217 249 157 / 0.25) !important;
}

.border-l-lime-200\/30 {
  border-left-color: rgb(217 249 157 / 0.3) !important;
}

.border-l-lime-200\/35 {
  border-left-color: rgb(217 249 157 / 0.35) !important;
}

.border-l-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4) !important;
}

.border-l-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45) !important;
}

.border-l-lime-200\/5 {
  border-left-color: rgb(217 249 157 / 0.05) !important;
}

.border-l-lime-200\/50 {
  border-left-color: rgb(217 249 157 / 0.5) !important;
}

.border-l-lime-200\/55 {
  border-left-color: rgb(217 249 157 / 0.55) !important;
}

.border-l-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6) !important;
}

.border-l-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65) !important;
}

.border-l-lime-200\/70 {
  border-left-color: rgb(217 249 157 / 0.7) !important;
}

.border-l-lime-200\/75 {
  border-left-color: rgb(217 249 157 / 0.75) !important;
}

.border-l-lime-200\/80 {
  border-left-color: rgb(217 249 157 / 0.8) !important;
}

.border-l-lime-200\/85 {
  border-left-color: rgb(217 249 157 / 0.85) !important;
}

.border-l-lime-200\/90 {
  border-left-color: rgb(217 249 157 / 0.9) !important;
}

.border-l-lime-200\/95 {
  border-left-color: rgb(217 249 157 / 0.95) !important;
}

.border-l-lime-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-300\/0 {
  border-left-color: rgb(190 242 100 / 0) !important;
}

.border-l-lime-300\/10 {
  border-left-color: rgb(190 242 100 / 0.1) !important;
}

.border-l-lime-300\/100 {
  border-left-color: rgb(190 242 100 / 1) !important;
}

.border-l-lime-300\/15 {
  border-left-color: rgb(190 242 100 / 0.15) !important;
}

.border-l-lime-300\/20 {
  border-left-color: rgb(190 242 100 / 0.2) !important;
}

.border-l-lime-300\/25 {
  border-left-color: rgb(190 242 100 / 0.25) !important;
}

.border-l-lime-300\/30 {
  border-left-color: rgb(190 242 100 / 0.3) !important;
}

.border-l-lime-300\/35 {
  border-left-color: rgb(190 242 100 / 0.35) !important;
}

.border-l-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4) !important;
}

.border-l-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45) !important;
}

.border-l-lime-300\/5 {
  border-left-color: rgb(190 242 100 / 0.05) !important;
}

.border-l-lime-300\/50 {
  border-left-color: rgb(190 242 100 / 0.5) !important;
}

.border-l-lime-300\/55 {
  border-left-color: rgb(190 242 100 / 0.55) !important;
}

.border-l-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6) !important;
}

.border-l-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65) !important;
}

.border-l-lime-300\/70 {
  border-left-color: rgb(190 242 100 / 0.7) !important;
}

.border-l-lime-300\/75 {
  border-left-color: rgb(190 242 100 / 0.75) !important;
}

.border-l-lime-300\/80 {
  border-left-color: rgb(190 242 100 / 0.8) !important;
}

.border-l-lime-300\/85 {
  border-left-color: rgb(190 242 100 / 0.85) !important;
}

.border-l-lime-300\/90 {
  border-left-color: rgb(190 242 100 / 0.9) !important;
}

.border-l-lime-300\/95 {
  border-left-color: rgb(190 242 100 / 0.95) !important;
}

.border-l-lime-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-400\/0 {
  border-left-color: rgb(163 230 53 / 0) !important;
}

.border-l-lime-400\/10 {
  border-left-color: rgb(163 230 53 / 0.1) !important;
}

.border-l-lime-400\/100 {
  border-left-color: rgb(163 230 53 / 1) !important;
}

.border-l-lime-400\/15 {
  border-left-color: rgb(163 230 53 / 0.15) !important;
}

.border-l-lime-400\/20 {
  border-left-color: rgb(163 230 53 / 0.2) !important;
}

.border-l-lime-400\/25 {
  border-left-color: rgb(163 230 53 / 0.25) !important;
}

.border-l-lime-400\/30 {
  border-left-color: rgb(163 230 53 / 0.3) !important;
}

.border-l-lime-400\/35 {
  border-left-color: rgb(163 230 53 / 0.35) !important;
}

.border-l-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4) !important;
}

.border-l-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45) !important;
}

.border-l-lime-400\/5 {
  border-left-color: rgb(163 230 53 / 0.05) !important;
}

.border-l-lime-400\/50 {
  border-left-color: rgb(163 230 53 / 0.5) !important;
}

.border-l-lime-400\/55 {
  border-left-color: rgb(163 230 53 / 0.55) !important;
}

.border-l-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6) !important;
}

.border-l-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65) !important;
}

.border-l-lime-400\/70 {
  border-left-color: rgb(163 230 53 / 0.7) !important;
}

.border-l-lime-400\/75 {
  border-left-color: rgb(163 230 53 / 0.75) !important;
}

.border-l-lime-400\/80 {
  border-left-color: rgb(163 230 53 / 0.8) !important;
}

.border-l-lime-400\/85 {
  border-left-color: rgb(163 230 53 / 0.85) !important;
}

.border-l-lime-400\/90 {
  border-left-color: rgb(163 230 53 / 0.9) !important;
}

.border-l-lime-400\/95 {
  border-left-color: rgb(163 230 53 / 0.95) !important;
}

.border-l-lime-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-50\/0 {
  border-left-color: rgb(247 254 231 / 0) !important;
}

.border-l-lime-50\/10 {
  border-left-color: rgb(247 254 231 / 0.1) !important;
}

.border-l-lime-50\/100 {
  border-left-color: rgb(247 254 231 / 1) !important;
}

.border-l-lime-50\/15 {
  border-left-color: rgb(247 254 231 / 0.15) !important;
}

.border-l-lime-50\/20 {
  border-left-color: rgb(247 254 231 / 0.2) !important;
}

.border-l-lime-50\/25 {
  border-left-color: rgb(247 254 231 / 0.25) !important;
}

.border-l-lime-50\/30 {
  border-left-color: rgb(247 254 231 / 0.3) !important;
}

.border-l-lime-50\/35 {
  border-left-color: rgb(247 254 231 / 0.35) !important;
}

.border-l-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4) !important;
}

.border-l-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45) !important;
}

.border-l-lime-50\/5 {
  border-left-color: rgb(247 254 231 / 0.05) !important;
}

.border-l-lime-50\/50 {
  border-left-color: rgb(247 254 231 / 0.5) !important;
}

.border-l-lime-50\/55 {
  border-left-color: rgb(247 254 231 / 0.55) !important;
}

.border-l-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6) !important;
}

.border-l-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65) !important;
}

.border-l-lime-50\/70 {
  border-left-color: rgb(247 254 231 / 0.7) !important;
}

.border-l-lime-50\/75 {
  border-left-color: rgb(247 254 231 / 0.75) !important;
}

.border-l-lime-50\/80 {
  border-left-color: rgb(247 254 231 / 0.8) !important;
}

.border-l-lime-50\/85 {
  border-left-color: rgb(247 254 231 / 0.85) !important;
}

.border-l-lime-50\/90 {
  border-left-color: rgb(247 254 231 / 0.9) !important;
}

.border-l-lime-50\/95 {
  border-left-color: rgb(247 254 231 / 0.95) !important;
}

.border-l-lime-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-500\/0 {
  border-left-color: rgb(132 204 22 / 0) !important;
}

.border-l-lime-500\/10 {
  border-left-color: rgb(132 204 22 / 0.1) !important;
}

.border-l-lime-500\/100 {
  border-left-color: rgb(132 204 22 / 1) !important;
}

.border-l-lime-500\/15 {
  border-left-color: rgb(132 204 22 / 0.15) !important;
}

.border-l-lime-500\/20 {
  border-left-color: rgb(132 204 22 / 0.2) !important;
}

.border-l-lime-500\/25 {
  border-left-color: rgb(132 204 22 / 0.25) !important;
}

.border-l-lime-500\/30 {
  border-left-color: rgb(132 204 22 / 0.3) !important;
}

.border-l-lime-500\/35 {
  border-left-color: rgb(132 204 22 / 0.35) !important;
}

.border-l-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4) !important;
}

.border-l-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45) !important;
}

.border-l-lime-500\/5 {
  border-left-color: rgb(132 204 22 / 0.05) !important;
}

.border-l-lime-500\/50 {
  border-left-color: rgb(132 204 22 / 0.5) !important;
}

.border-l-lime-500\/55 {
  border-left-color: rgb(132 204 22 / 0.55) !important;
}

.border-l-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6) !important;
}

.border-l-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65) !important;
}

.border-l-lime-500\/70 {
  border-left-color: rgb(132 204 22 / 0.7) !important;
}

.border-l-lime-500\/75 {
  border-left-color: rgb(132 204 22 / 0.75) !important;
}

.border-l-lime-500\/80 {
  border-left-color: rgb(132 204 22 / 0.8) !important;
}

.border-l-lime-500\/85 {
  border-left-color: rgb(132 204 22 / 0.85) !important;
}

.border-l-lime-500\/90 {
  border-left-color: rgb(132 204 22 / 0.9) !important;
}

.border-l-lime-500\/95 {
  border-left-color: rgb(132 204 22 / 0.95) !important;
}

.border-l-lime-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-600\/0 {
  border-left-color: rgb(101 163 13 / 0) !important;
}

.border-l-lime-600\/10 {
  border-left-color: rgb(101 163 13 / 0.1) !important;
}

.border-l-lime-600\/100 {
  border-left-color: rgb(101 163 13 / 1) !important;
}

.border-l-lime-600\/15 {
  border-left-color: rgb(101 163 13 / 0.15) !important;
}

.border-l-lime-600\/20 {
  border-left-color: rgb(101 163 13 / 0.2) !important;
}

.border-l-lime-600\/25 {
  border-left-color: rgb(101 163 13 / 0.25) !important;
}

.border-l-lime-600\/30 {
  border-left-color: rgb(101 163 13 / 0.3) !important;
}

.border-l-lime-600\/35 {
  border-left-color: rgb(101 163 13 / 0.35) !important;
}

.border-l-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4) !important;
}

.border-l-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45) !important;
}

.border-l-lime-600\/5 {
  border-left-color: rgb(101 163 13 / 0.05) !important;
}

.border-l-lime-600\/50 {
  border-left-color: rgb(101 163 13 / 0.5) !important;
}

.border-l-lime-600\/55 {
  border-left-color: rgb(101 163 13 / 0.55) !important;
}

.border-l-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6) !important;
}

.border-l-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65) !important;
}

.border-l-lime-600\/70 {
  border-left-color: rgb(101 163 13 / 0.7) !important;
}

.border-l-lime-600\/75 {
  border-left-color: rgb(101 163 13 / 0.75) !important;
}

.border-l-lime-600\/80 {
  border-left-color: rgb(101 163 13 / 0.8) !important;
}

.border-l-lime-600\/85 {
  border-left-color: rgb(101 163 13 / 0.85) !important;
}

.border-l-lime-600\/90 {
  border-left-color: rgb(101 163 13 / 0.9) !important;
}

.border-l-lime-600\/95 {
  border-left-color: rgb(101 163 13 / 0.95) !important;
}

.border-l-lime-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-700\/0 {
  border-left-color: rgb(77 124 15 / 0) !important;
}

.border-l-lime-700\/10 {
  border-left-color: rgb(77 124 15 / 0.1) !important;
}

.border-l-lime-700\/100 {
  border-left-color: rgb(77 124 15 / 1) !important;
}

.border-l-lime-700\/15 {
  border-left-color: rgb(77 124 15 / 0.15) !important;
}

.border-l-lime-700\/20 {
  border-left-color: rgb(77 124 15 / 0.2) !important;
}

.border-l-lime-700\/25 {
  border-left-color: rgb(77 124 15 / 0.25) !important;
}

.border-l-lime-700\/30 {
  border-left-color: rgb(77 124 15 / 0.3) !important;
}

.border-l-lime-700\/35 {
  border-left-color: rgb(77 124 15 / 0.35) !important;
}

.border-l-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4) !important;
}

.border-l-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45) !important;
}

.border-l-lime-700\/5 {
  border-left-color: rgb(77 124 15 / 0.05) !important;
}

.border-l-lime-700\/50 {
  border-left-color: rgb(77 124 15 / 0.5) !important;
}

.border-l-lime-700\/55 {
  border-left-color: rgb(77 124 15 / 0.55) !important;
}

.border-l-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6) !important;
}

.border-l-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65) !important;
}

.border-l-lime-700\/70 {
  border-left-color: rgb(77 124 15 / 0.7) !important;
}

.border-l-lime-700\/75 {
  border-left-color: rgb(77 124 15 / 0.75) !important;
}

.border-l-lime-700\/80 {
  border-left-color: rgb(77 124 15 / 0.8) !important;
}

.border-l-lime-700\/85 {
  border-left-color: rgb(77 124 15 / 0.85) !important;
}

.border-l-lime-700\/90 {
  border-left-color: rgb(77 124 15 / 0.9) !important;
}

.border-l-lime-700\/95 {
  border-left-color: rgb(77 124 15 / 0.95) !important;
}

.border-l-lime-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-800\/0 {
  border-left-color: rgb(63 98 18 / 0) !important;
}

.border-l-lime-800\/10 {
  border-left-color: rgb(63 98 18 / 0.1) !important;
}

.border-l-lime-800\/100 {
  border-left-color: rgb(63 98 18 / 1) !important;
}

.border-l-lime-800\/15 {
  border-left-color: rgb(63 98 18 / 0.15) !important;
}

.border-l-lime-800\/20 {
  border-left-color: rgb(63 98 18 / 0.2) !important;
}

.border-l-lime-800\/25 {
  border-left-color: rgb(63 98 18 / 0.25) !important;
}

.border-l-lime-800\/30 {
  border-left-color: rgb(63 98 18 / 0.3) !important;
}

.border-l-lime-800\/35 {
  border-left-color: rgb(63 98 18 / 0.35) !important;
}

.border-l-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4) !important;
}

.border-l-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45) !important;
}

.border-l-lime-800\/5 {
  border-left-color: rgb(63 98 18 / 0.05) !important;
}

.border-l-lime-800\/50 {
  border-left-color: rgb(63 98 18 / 0.5) !important;
}

.border-l-lime-800\/55 {
  border-left-color: rgb(63 98 18 / 0.55) !important;
}

.border-l-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6) !important;
}

.border-l-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65) !important;
}

.border-l-lime-800\/70 {
  border-left-color: rgb(63 98 18 / 0.7) !important;
}

.border-l-lime-800\/75 {
  border-left-color: rgb(63 98 18 / 0.75) !important;
}

.border-l-lime-800\/80 {
  border-left-color: rgb(63 98 18 / 0.8) !important;
}

.border-l-lime-800\/85 {
  border-left-color: rgb(63 98 18 / 0.85) !important;
}

.border-l-lime-800\/90 {
  border-left-color: rgb(63 98 18 / 0.9) !important;
}

.border-l-lime-800\/95 {
  border-left-color: rgb(63 98 18 / 0.95) !important;
}

.border-l-lime-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-900\/0 {
  border-left-color: rgb(54 83 20 / 0) !important;
}

.border-l-lime-900\/10 {
  border-left-color: rgb(54 83 20 / 0.1) !important;
}

.border-l-lime-900\/100 {
  border-left-color: rgb(54 83 20 / 1) !important;
}

.border-l-lime-900\/15 {
  border-left-color: rgb(54 83 20 / 0.15) !important;
}

.border-l-lime-900\/20 {
  border-left-color: rgb(54 83 20 / 0.2) !important;
}

.border-l-lime-900\/25 {
  border-left-color: rgb(54 83 20 / 0.25) !important;
}

.border-l-lime-900\/30 {
  border-left-color: rgb(54 83 20 / 0.3) !important;
}

.border-l-lime-900\/35 {
  border-left-color: rgb(54 83 20 / 0.35) !important;
}

.border-l-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4) !important;
}

.border-l-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45) !important;
}

.border-l-lime-900\/5 {
  border-left-color: rgb(54 83 20 / 0.05) !important;
}

.border-l-lime-900\/50 {
  border-left-color: rgb(54 83 20 / 0.5) !important;
}

.border-l-lime-900\/55 {
  border-left-color: rgb(54 83 20 / 0.55) !important;
}

.border-l-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6) !important;
}

.border-l-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65) !important;
}

.border-l-lime-900\/70 {
  border-left-color: rgb(54 83 20 / 0.7) !important;
}

.border-l-lime-900\/75 {
  border-left-color: rgb(54 83 20 / 0.75) !important;
}

.border-l-lime-900\/80 {
  border-left-color: rgb(54 83 20 / 0.8) !important;
}

.border-l-lime-900\/85 {
  border-left-color: rgb(54 83 20 / 0.85) !important;
}

.border-l-lime-900\/90 {
  border-left-color: rgb(54 83 20 / 0.9) !important;
}

.border-l-lime-900\/95 {
  border-left-color: rgb(54 83 20 / 0.95) !important;
}

.border-l-lime-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-l-lime-950\/0 {
  border-left-color: rgb(26 46 5 / 0) !important;
}

.border-l-lime-950\/10 {
  border-left-color: rgb(26 46 5 / 0.1) !important;
}

.border-l-lime-950\/100 {
  border-left-color: rgb(26 46 5 / 1) !important;
}

.border-l-lime-950\/15 {
  border-left-color: rgb(26 46 5 / 0.15) !important;
}

.border-l-lime-950\/20 {
  border-left-color: rgb(26 46 5 / 0.2) !important;
}

.border-l-lime-950\/25 {
  border-left-color: rgb(26 46 5 / 0.25) !important;
}

.border-l-lime-950\/30 {
  border-left-color: rgb(26 46 5 / 0.3) !important;
}

.border-l-lime-950\/35 {
  border-left-color: rgb(26 46 5 / 0.35) !important;
}

.border-l-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4) !important;
}

.border-l-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45) !important;
}

.border-l-lime-950\/5 {
  border-left-color: rgb(26 46 5 / 0.05) !important;
}

.border-l-lime-950\/50 {
  border-left-color: rgb(26 46 5 / 0.5) !important;
}

.border-l-lime-950\/55 {
  border-left-color: rgb(26 46 5 / 0.55) !important;
}

.border-l-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6) !important;
}

.border-l-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65) !important;
}

.border-l-lime-950\/70 {
  border-left-color: rgb(26 46 5 / 0.7) !important;
}

.border-l-lime-950\/75 {
  border-left-color: rgb(26 46 5 / 0.75) !important;
}

.border-l-lime-950\/80 {
  border-left-color: rgb(26 46 5 / 0.8) !important;
}

.border-l-lime-950\/85 {
  border-left-color: rgb(26 46 5 / 0.85) !important;
}

.border-l-lime-950\/90 {
  border-left-color: rgb(26 46 5 / 0.9) !important;
}

.border-l-lime-950\/95 {
  border-left-color: rgb(26 46 5 / 0.95) !important;
}

.border-l-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0) !important;
}

.border-l-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1) !important;
}

.border-l-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1) !important;
}

.border-l-neutral-100\/15 {
  border-left-color: rgb(245 245 245 / 0.15) !important;
}

.border-l-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2) !important;
}

.border-l-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25) !important;
}

.border-l-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3) !important;
}

.border-l-neutral-100\/35 {
  border-left-color: rgb(245 245 245 / 0.35) !important;
}

.border-l-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4) !important;
}

.border-l-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45) !important;
}

.border-l-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05) !important;
}

.border-l-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5) !important;
}

.border-l-neutral-100\/55 {
  border-left-color: rgb(245 245 245 / 0.55) !important;
}

.border-l-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6) !important;
}

.border-l-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65) !important;
}

.border-l-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7) !important;
}

.border-l-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75) !important;
}

.border-l-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8) !important;
}

.border-l-neutral-100\/85 {
  border-left-color: rgb(245 245 245 / 0.85) !important;
}

.border-l-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9) !important;
}

.border-l-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95) !important;
}

.border-l-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0) !important;
}

.border-l-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1) !important;
}

.border-l-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1) !important;
}

.border-l-neutral-200\/15 {
  border-left-color: rgb(229 229 229 / 0.15) !important;
}

.border-l-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2) !important;
}

.border-l-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25) !important;
}

.border-l-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3) !important;
}

.border-l-neutral-200\/35 {
  border-left-color: rgb(229 229 229 / 0.35) !important;
}

.border-l-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4) !important;
}

.border-l-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45) !important;
}

.border-l-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05) !important;
}

.border-l-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5) !important;
}

.border-l-neutral-200\/55 {
  border-left-color: rgb(229 229 229 / 0.55) !important;
}

.border-l-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6) !important;
}

.border-l-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65) !important;
}

.border-l-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7) !important;
}

.border-l-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75) !important;
}

.border-l-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8) !important;
}

.border-l-neutral-200\/85 {
  border-left-color: rgb(229 229 229 / 0.85) !important;
}

.border-l-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9) !important;
}

.border-l-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95) !important;
}

.border-l-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0) !important;
}

.border-l-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1) !important;
}

.border-l-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1) !important;
}

.border-l-neutral-300\/15 {
  border-left-color: rgb(212 212 212 / 0.15) !important;
}

.border-l-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2) !important;
}

.border-l-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25) !important;
}

.border-l-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3) !important;
}

.border-l-neutral-300\/35 {
  border-left-color: rgb(212 212 212 / 0.35) !important;
}

.border-l-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4) !important;
}

.border-l-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45) !important;
}

.border-l-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05) !important;
}

.border-l-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5) !important;
}

.border-l-neutral-300\/55 {
  border-left-color: rgb(212 212 212 / 0.55) !important;
}

.border-l-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6) !important;
}

.border-l-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65) !important;
}

.border-l-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7) !important;
}

.border-l-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75) !important;
}

.border-l-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8) !important;
}

.border-l-neutral-300\/85 {
  border-left-color: rgb(212 212 212 / 0.85) !important;
}

.border-l-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9) !important;
}

.border-l-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95) !important;
}

.border-l-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0) !important;
}

.border-l-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1) !important;
}

.border-l-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1) !important;
}

.border-l-neutral-400\/15 {
  border-left-color: rgb(163 163 163 / 0.15) !important;
}

.border-l-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2) !important;
}

.border-l-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25) !important;
}

.border-l-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3) !important;
}

.border-l-neutral-400\/35 {
  border-left-color: rgb(163 163 163 / 0.35) !important;
}

.border-l-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4) !important;
}

.border-l-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45) !important;
}

.border-l-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05) !important;
}

.border-l-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5) !important;
}

.border-l-neutral-400\/55 {
  border-left-color: rgb(163 163 163 / 0.55) !important;
}

.border-l-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6) !important;
}

.border-l-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65) !important;
}

.border-l-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7) !important;
}

.border-l-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75) !important;
}

.border-l-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8) !important;
}

.border-l-neutral-400\/85 {
  border-left-color: rgb(163 163 163 / 0.85) !important;
}

.border-l-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9) !important;
}

.border-l-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95) !important;
}

.border-l-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0) !important;
}

.border-l-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1) !important;
}

.border-l-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1) !important;
}

.border-l-neutral-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15) !important;
}

.border-l-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2) !important;
}

.border-l-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25) !important;
}

.border-l-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3) !important;
}

.border-l-neutral-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35) !important;
}

.border-l-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4) !important;
}

.border-l-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45) !important;
}

.border-l-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05) !important;
}

.border-l-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5) !important;
}

.border-l-neutral-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55) !important;
}

.border-l-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6) !important;
}

.border-l-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65) !important;
}

.border-l-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7) !important;
}

.border-l-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75) !important;
}

.border-l-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8) !important;
}

.border-l-neutral-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85) !important;
}

.border-l-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9) !important;
}

.border-l-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95) !important;
}

.border-l-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0) !important;
}

.border-l-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1) !important;
}

.border-l-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1) !important;
}

.border-l-neutral-500\/15 {
  border-left-color: rgb(115 115 115 / 0.15) !important;
}

.border-l-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2) !important;
}

.border-l-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25) !important;
}

.border-l-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3) !important;
}

.border-l-neutral-500\/35 {
  border-left-color: rgb(115 115 115 / 0.35) !important;
}

.border-l-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4) !important;
}

.border-l-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45) !important;
}

.border-l-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05) !important;
}

.border-l-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5) !important;
}

.border-l-neutral-500\/55 {
  border-left-color: rgb(115 115 115 / 0.55) !important;
}

.border-l-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6) !important;
}

.border-l-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65) !important;
}

.border-l-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7) !important;
}

.border-l-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75) !important;
}

.border-l-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8) !important;
}

.border-l-neutral-500\/85 {
  border-left-color: rgb(115 115 115 / 0.85) !important;
}

.border-l-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9) !important;
}

.border-l-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95) !important;
}

.border-l-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0) !important;
}

.border-l-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1) !important;
}

.border-l-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1) !important;
}

.border-l-neutral-600\/15 {
  border-left-color: rgb(82 82 82 / 0.15) !important;
}

.border-l-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2) !important;
}

.border-l-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25) !important;
}

.border-l-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3) !important;
}

.border-l-neutral-600\/35 {
  border-left-color: rgb(82 82 82 / 0.35) !important;
}

.border-l-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4) !important;
}

.border-l-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45) !important;
}

.border-l-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05) !important;
}

.border-l-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5) !important;
}

.border-l-neutral-600\/55 {
  border-left-color: rgb(82 82 82 / 0.55) !important;
}

.border-l-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6) !important;
}

.border-l-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65) !important;
}

.border-l-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7) !important;
}

.border-l-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75) !important;
}

.border-l-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8) !important;
}

.border-l-neutral-600\/85 {
  border-left-color: rgb(82 82 82 / 0.85) !important;
}

.border-l-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9) !important;
}

.border-l-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95) !important;
}

.border-l-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0) !important;
}

.border-l-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1) !important;
}

.border-l-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1) !important;
}

.border-l-neutral-700\/15 {
  border-left-color: rgb(64 64 64 / 0.15) !important;
}

.border-l-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2) !important;
}

.border-l-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25) !important;
}

.border-l-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3) !important;
}

.border-l-neutral-700\/35 {
  border-left-color: rgb(64 64 64 / 0.35) !important;
}

.border-l-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4) !important;
}

.border-l-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45) !important;
}

.border-l-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05) !important;
}

.border-l-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5) !important;
}

.border-l-neutral-700\/55 {
  border-left-color: rgb(64 64 64 / 0.55) !important;
}

.border-l-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6) !important;
}

.border-l-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65) !important;
}

.border-l-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7) !important;
}

.border-l-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75) !important;
}

.border-l-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8) !important;
}

.border-l-neutral-700\/85 {
  border-left-color: rgb(64 64 64 / 0.85) !important;
}

.border-l-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9) !important;
}

.border-l-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95) !important;
}

.border-l-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0) !important;
}

.border-l-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1) !important;
}

.border-l-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1) !important;
}

.border-l-neutral-800\/15 {
  border-left-color: rgb(38 38 38 / 0.15) !important;
}

.border-l-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2) !important;
}

.border-l-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25) !important;
}

.border-l-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3) !important;
}

.border-l-neutral-800\/35 {
  border-left-color: rgb(38 38 38 / 0.35) !important;
}

.border-l-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4) !important;
}

.border-l-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45) !important;
}

.border-l-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05) !important;
}

.border-l-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5) !important;
}

.border-l-neutral-800\/55 {
  border-left-color: rgb(38 38 38 / 0.55) !important;
}

.border-l-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6) !important;
}

.border-l-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65) !important;
}

.border-l-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7) !important;
}

.border-l-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75) !important;
}

.border-l-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8) !important;
}

.border-l-neutral-800\/85 {
  border-left-color: rgb(38 38 38 / 0.85) !important;
}

.border-l-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9) !important;
}

.border-l-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95) !important;
}

.border-l-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0) !important;
}

.border-l-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1) !important;
}

.border-l-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1) !important;
}

.border-l-neutral-900\/15 {
  border-left-color: rgb(23 23 23 / 0.15) !important;
}

.border-l-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2) !important;
}

.border-l-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25) !important;
}

.border-l-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3) !important;
}

.border-l-neutral-900\/35 {
  border-left-color: rgb(23 23 23 / 0.35) !important;
}

.border-l-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4) !important;
}

.border-l-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45) !important;
}

.border-l-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05) !important;
}

.border-l-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5) !important;
}

.border-l-neutral-900\/55 {
  border-left-color: rgb(23 23 23 / 0.55) !important;
}

.border-l-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6) !important;
}

.border-l-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65) !important;
}

.border-l-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7) !important;
}

.border-l-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75) !important;
}

.border-l-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8) !important;
}

.border-l-neutral-900\/85 {
  border-left-color: rgb(23 23 23 / 0.85) !important;
}

.border-l-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9) !important;
}

.border-l-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95) !important;
}

.border-l-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-l-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0) !important;
}

.border-l-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1) !important;
}

.border-l-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1) !important;
}

.border-l-neutral-950\/15 {
  border-left-color: rgb(10 10 10 / 0.15) !important;
}

.border-l-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2) !important;
}

.border-l-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25) !important;
}

.border-l-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3) !important;
}

.border-l-neutral-950\/35 {
  border-left-color: rgb(10 10 10 / 0.35) !important;
}

.border-l-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4) !important;
}

.border-l-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45) !important;
}

.border-l-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05) !important;
}

.border-l-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5) !important;
}

.border-l-neutral-950\/55 {
  border-left-color: rgb(10 10 10 / 0.55) !important;
}

.border-l-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6) !important;
}

.border-l-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65) !important;
}

.border-l-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7) !important;
}

.border-l-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75) !important;
}

.border-l-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8) !important;
}

.border-l-neutral-950\/85 {
  border-left-color: rgb(10 10 10 / 0.85) !important;
}

.border-l-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9) !important;
}

.border-l-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95) !important;
}

.border-l-orange-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-100\/0 {
  border-left-color: rgb(255 237 213 / 0) !important;
}

.border-l-orange-100\/10 {
  border-left-color: rgb(255 237 213 / 0.1) !important;
}

.border-l-orange-100\/100 {
  border-left-color: rgb(255 237 213 / 1) !important;
}

.border-l-orange-100\/15 {
  border-left-color: rgb(255 237 213 / 0.15) !important;
}

.border-l-orange-100\/20 {
  border-left-color: rgb(255 237 213 / 0.2) !important;
}

.border-l-orange-100\/25 {
  border-left-color: rgb(255 237 213 / 0.25) !important;
}

.border-l-orange-100\/30 {
  border-left-color: rgb(255 237 213 / 0.3) !important;
}

.border-l-orange-100\/35 {
  border-left-color: rgb(255 237 213 / 0.35) !important;
}

.border-l-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4) !important;
}

.border-l-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45) !important;
}

.border-l-orange-100\/5 {
  border-left-color: rgb(255 237 213 / 0.05) !important;
}

.border-l-orange-100\/50 {
  border-left-color: rgb(255 237 213 / 0.5) !important;
}

.border-l-orange-100\/55 {
  border-left-color: rgb(255 237 213 / 0.55) !important;
}

.border-l-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6) !important;
}

.border-l-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65) !important;
}

.border-l-orange-100\/70 {
  border-left-color: rgb(255 237 213 / 0.7) !important;
}

.border-l-orange-100\/75 {
  border-left-color: rgb(255 237 213 / 0.75) !important;
}

.border-l-orange-100\/80 {
  border-left-color: rgb(255 237 213 / 0.8) !important;
}

.border-l-orange-100\/85 {
  border-left-color: rgb(255 237 213 / 0.85) !important;
}

.border-l-orange-100\/90 {
  border-left-color: rgb(255 237 213 / 0.9) !important;
}

.border-l-orange-100\/95 {
  border-left-color: rgb(255 237 213 / 0.95) !important;
}

.border-l-orange-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-200\/0 {
  border-left-color: rgb(254 215 170 / 0) !important;
}

.border-l-orange-200\/10 {
  border-left-color: rgb(254 215 170 / 0.1) !important;
}

.border-l-orange-200\/100 {
  border-left-color: rgb(254 215 170 / 1) !important;
}

.border-l-orange-200\/15 {
  border-left-color: rgb(254 215 170 / 0.15) !important;
}

.border-l-orange-200\/20 {
  border-left-color: rgb(254 215 170 / 0.2) !important;
}

.border-l-orange-200\/25 {
  border-left-color: rgb(254 215 170 / 0.25) !important;
}

.border-l-orange-200\/30 {
  border-left-color: rgb(254 215 170 / 0.3) !important;
}

.border-l-orange-200\/35 {
  border-left-color: rgb(254 215 170 / 0.35) !important;
}

.border-l-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4) !important;
}

.border-l-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45) !important;
}

.border-l-orange-200\/5 {
  border-left-color: rgb(254 215 170 / 0.05) !important;
}

.border-l-orange-200\/50 {
  border-left-color: rgb(254 215 170 / 0.5) !important;
}

.border-l-orange-200\/55 {
  border-left-color: rgb(254 215 170 / 0.55) !important;
}

.border-l-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6) !important;
}

.border-l-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65) !important;
}

.border-l-orange-200\/70 {
  border-left-color: rgb(254 215 170 / 0.7) !important;
}

.border-l-orange-200\/75 {
  border-left-color: rgb(254 215 170 / 0.75) !important;
}

.border-l-orange-200\/80 {
  border-left-color: rgb(254 215 170 / 0.8) !important;
}

.border-l-orange-200\/85 {
  border-left-color: rgb(254 215 170 / 0.85) !important;
}

.border-l-orange-200\/90 {
  border-left-color: rgb(254 215 170 / 0.9) !important;
}

.border-l-orange-200\/95 {
  border-left-color: rgb(254 215 170 / 0.95) !important;
}

.border-l-orange-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-300\/0 {
  border-left-color: rgb(253 186 116 / 0) !important;
}

.border-l-orange-300\/10 {
  border-left-color: rgb(253 186 116 / 0.1) !important;
}

.border-l-orange-300\/100 {
  border-left-color: rgb(253 186 116 / 1) !important;
}

.border-l-orange-300\/15 {
  border-left-color: rgb(253 186 116 / 0.15) !important;
}

.border-l-orange-300\/20 {
  border-left-color: rgb(253 186 116 / 0.2) !important;
}

.border-l-orange-300\/25 {
  border-left-color: rgb(253 186 116 / 0.25) !important;
}

.border-l-orange-300\/30 {
  border-left-color: rgb(253 186 116 / 0.3) !important;
}

.border-l-orange-300\/35 {
  border-left-color: rgb(253 186 116 / 0.35) !important;
}

.border-l-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4) !important;
}

.border-l-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45) !important;
}

.border-l-orange-300\/5 {
  border-left-color: rgb(253 186 116 / 0.05) !important;
}

.border-l-orange-300\/50 {
  border-left-color: rgb(253 186 116 / 0.5) !important;
}

.border-l-orange-300\/55 {
  border-left-color: rgb(253 186 116 / 0.55) !important;
}

.border-l-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6) !important;
}

.border-l-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65) !important;
}

.border-l-orange-300\/70 {
  border-left-color: rgb(253 186 116 / 0.7) !important;
}

.border-l-orange-300\/75 {
  border-left-color: rgb(253 186 116 / 0.75) !important;
}

.border-l-orange-300\/80 {
  border-left-color: rgb(253 186 116 / 0.8) !important;
}

.border-l-orange-300\/85 {
  border-left-color: rgb(253 186 116 / 0.85) !important;
}

.border-l-orange-300\/90 {
  border-left-color: rgb(253 186 116 / 0.9) !important;
}

.border-l-orange-300\/95 {
  border-left-color: rgb(253 186 116 / 0.95) !important;
}

.border-l-orange-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-400\/0 {
  border-left-color: rgb(251 146 60 / 0) !important;
}

.border-l-orange-400\/10 {
  border-left-color: rgb(251 146 60 / 0.1) !important;
}

.border-l-orange-400\/100 {
  border-left-color: rgb(251 146 60 / 1) !important;
}

.border-l-orange-400\/15 {
  border-left-color: rgb(251 146 60 / 0.15) !important;
}

.border-l-orange-400\/20 {
  border-left-color: rgb(251 146 60 / 0.2) !important;
}

.border-l-orange-400\/25 {
  border-left-color: rgb(251 146 60 / 0.25) !important;
}

.border-l-orange-400\/30 {
  border-left-color: rgb(251 146 60 / 0.3) !important;
}

.border-l-orange-400\/35 {
  border-left-color: rgb(251 146 60 / 0.35) !important;
}

.border-l-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4) !important;
}

.border-l-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45) !important;
}

.border-l-orange-400\/5 {
  border-left-color: rgb(251 146 60 / 0.05) !important;
}

.border-l-orange-400\/50 {
  border-left-color: rgb(251 146 60 / 0.5) !important;
}

.border-l-orange-400\/55 {
  border-left-color: rgb(251 146 60 / 0.55) !important;
}

.border-l-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6) !important;
}

.border-l-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65) !important;
}

.border-l-orange-400\/70 {
  border-left-color: rgb(251 146 60 / 0.7) !important;
}

.border-l-orange-400\/75 {
  border-left-color: rgb(251 146 60 / 0.75) !important;
}

.border-l-orange-400\/80 {
  border-left-color: rgb(251 146 60 / 0.8) !important;
}

.border-l-orange-400\/85 {
  border-left-color: rgb(251 146 60 / 0.85) !important;
}

.border-l-orange-400\/90 {
  border-left-color: rgb(251 146 60 / 0.9) !important;
}

.border-l-orange-400\/95 {
  border-left-color: rgb(251 146 60 / 0.95) !important;
}

.border-l-orange-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-50\/0 {
  border-left-color: rgb(255 247 237 / 0) !important;
}

.border-l-orange-50\/10 {
  border-left-color: rgb(255 247 237 / 0.1) !important;
}

.border-l-orange-50\/100 {
  border-left-color: rgb(255 247 237 / 1) !important;
}

.border-l-orange-50\/15 {
  border-left-color: rgb(255 247 237 / 0.15) !important;
}

.border-l-orange-50\/20 {
  border-left-color: rgb(255 247 237 / 0.2) !important;
}

.border-l-orange-50\/25 {
  border-left-color: rgb(255 247 237 / 0.25) !important;
}

.border-l-orange-50\/30 {
  border-left-color: rgb(255 247 237 / 0.3) !important;
}

.border-l-orange-50\/35 {
  border-left-color: rgb(255 247 237 / 0.35) !important;
}

.border-l-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4) !important;
}

.border-l-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45) !important;
}

.border-l-orange-50\/5 {
  border-left-color: rgb(255 247 237 / 0.05) !important;
}

.border-l-orange-50\/50 {
  border-left-color: rgb(255 247 237 / 0.5) !important;
}

.border-l-orange-50\/55 {
  border-left-color: rgb(255 247 237 / 0.55) !important;
}

.border-l-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6) !important;
}

.border-l-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65) !important;
}

.border-l-orange-50\/70 {
  border-left-color: rgb(255 247 237 / 0.7) !important;
}

.border-l-orange-50\/75 {
  border-left-color: rgb(255 247 237 / 0.75) !important;
}

.border-l-orange-50\/80 {
  border-left-color: rgb(255 247 237 / 0.8) !important;
}

.border-l-orange-50\/85 {
  border-left-color: rgb(255 247 237 / 0.85) !important;
}

.border-l-orange-50\/90 {
  border-left-color: rgb(255 247 237 / 0.9) !important;
}

.border-l-orange-50\/95 {
  border-left-color: rgb(255 247 237 / 0.95) !important;
}

.border-l-orange-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-500\/0 {
  border-left-color: rgb(249 115 22 / 0) !important;
}

.border-l-orange-500\/10 {
  border-left-color: rgb(249 115 22 / 0.1) !important;
}

.border-l-orange-500\/100 {
  border-left-color: rgb(249 115 22 / 1) !important;
}

.border-l-orange-500\/15 {
  border-left-color: rgb(249 115 22 / 0.15) !important;
}

.border-l-orange-500\/20 {
  border-left-color: rgb(249 115 22 / 0.2) !important;
}

.border-l-orange-500\/25 {
  border-left-color: rgb(249 115 22 / 0.25) !important;
}

.border-l-orange-500\/30 {
  border-left-color: rgb(249 115 22 / 0.3) !important;
}

.border-l-orange-500\/35 {
  border-left-color: rgb(249 115 22 / 0.35) !important;
}

.border-l-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4) !important;
}

.border-l-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45) !important;
}

.border-l-orange-500\/5 {
  border-left-color: rgb(249 115 22 / 0.05) !important;
}

.border-l-orange-500\/50 {
  border-left-color: rgb(249 115 22 / 0.5) !important;
}

.border-l-orange-500\/55 {
  border-left-color: rgb(249 115 22 / 0.55) !important;
}

.border-l-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6) !important;
}

.border-l-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65) !important;
}

.border-l-orange-500\/70 {
  border-left-color: rgb(249 115 22 / 0.7) !important;
}

.border-l-orange-500\/75 {
  border-left-color: rgb(249 115 22 / 0.75) !important;
}

.border-l-orange-500\/80 {
  border-left-color: rgb(249 115 22 / 0.8) !important;
}

.border-l-orange-500\/85 {
  border-left-color: rgb(249 115 22 / 0.85) !important;
}

.border-l-orange-500\/90 {
  border-left-color: rgb(249 115 22 / 0.9) !important;
}

.border-l-orange-500\/95 {
  border-left-color: rgb(249 115 22 / 0.95) !important;
}

.border-l-orange-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-600\/0 {
  border-left-color: rgb(234 88 12 / 0) !important;
}

.border-l-orange-600\/10 {
  border-left-color: rgb(234 88 12 / 0.1) !important;
}

.border-l-orange-600\/100 {
  border-left-color: rgb(234 88 12 / 1) !important;
}

.border-l-orange-600\/15 {
  border-left-color: rgb(234 88 12 / 0.15) !important;
}

.border-l-orange-600\/20 {
  border-left-color: rgb(234 88 12 / 0.2) !important;
}

.border-l-orange-600\/25 {
  border-left-color: rgb(234 88 12 / 0.25) !important;
}

.border-l-orange-600\/30 {
  border-left-color: rgb(234 88 12 / 0.3) !important;
}

.border-l-orange-600\/35 {
  border-left-color: rgb(234 88 12 / 0.35) !important;
}

.border-l-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4) !important;
}

.border-l-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45) !important;
}

.border-l-orange-600\/5 {
  border-left-color: rgb(234 88 12 / 0.05) !important;
}

.border-l-orange-600\/50 {
  border-left-color: rgb(234 88 12 / 0.5) !important;
}

.border-l-orange-600\/55 {
  border-left-color: rgb(234 88 12 / 0.55) !important;
}

.border-l-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6) !important;
}

.border-l-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65) !important;
}

.border-l-orange-600\/70 {
  border-left-color: rgb(234 88 12 / 0.7) !important;
}

.border-l-orange-600\/75 {
  border-left-color: rgb(234 88 12 / 0.75) !important;
}

.border-l-orange-600\/80 {
  border-left-color: rgb(234 88 12 / 0.8) !important;
}

.border-l-orange-600\/85 {
  border-left-color: rgb(234 88 12 / 0.85) !important;
}

.border-l-orange-600\/90 {
  border-left-color: rgb(234 88 12 / 0.9) !important;
}

.border-l-orange-600\/95 {
  border-left-color: rgb(234 88 12 / 0.95) !important;
}

.border-l-orange-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-700\/0 {
  border-left-color: rgb(194 65 12 / 0) !important;
}

.border-l-orange-700\/10 {
  border-left-color: rgb(194 65 12 / 0.1) !important;
}

.border-l-orange-700\/100 {
  border-left-color: rgb(194 65 12 / 1) !important;
}

.border-l-orange-700\/15 {
  border-left-color: rgb(194 65 12 / 0.15) !important;
}

.border-l-orange-700\/20 {
  border-left-color: rgb(194 65 12 / 0.2) !important;
}

.border-l-orange-700\/25 {
  border-left-color: rgb(194 65 12 / 0.25) !important;
}

.border-l-orange-700\/30 {
  border-left-color: rgb(194 65 12 / 0.3) !important;
}

.border-l-orange-700\/35 {
  border-left-color: rgb(194 65 12 / 0.35) !important;
}

.border-l-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4) !important;
}

.border-l-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45) !important;
}

.border-l-orange-700\/5 {
  border-left-color: rgb(194 65 12 / 0.05) !important;
}

.border-l-orange-700\/50 {
  border-left-color: rgb(194 65 12 / 0.5) !important;
}

.border-l-orange-700\/55 {
  border-left-color: rgb(194 65 12 / 0.55) !important;
}

.border-l-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6) !important;
}

.border-l-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65) !important;
}

.border-l-orange-700\/70 {
  border-left-color: rgb(194 65 12 / 0.7) !important;
}

.border-l-orange-700\/75 {
  border-left-color: rgb(194 65 12 / 0.75) !important;
}

.border-l-orange-700\/80 {
  border-left-color: rgb(194 65 12 / 0.8) !important;
}

.border-l-orange-700\/85 {
  border-left-color: rgb(194 65 12 / 0.85) !important;
}

.border-l-orange-700\/90 {
  border-left-color: rgb(194 65 12 / 0.9) !important;
}

.border-l-orange-700\/95 {
  border-left-color: rgb(194 65 12 / 0.95) !important;
}

.border-l-orange-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-800\/0 {
  border-left-color: rgb(154 52 18 / 0) !important;
}

.border-l-orange-800\/10 {
  border-left-color: rgb(154 52 18 / 0.1) !important;
}

.border-l-orange-800\/100 {
  border-left-color: rgb(154 52 18 / 1) !important;
}

.border-l-orange-800\/15 {
  border-left-color: rgb(154 52 18 / 0.15) !important;
}

.border-l-orange-800\/20 {
  border-left-color: rgb(154 52 18 / 0.2) !important;
}

.border-l-orange-800\/25 {
  border-left-color: rgb(154 52 18 / 0.25) !important;
}

.border-l-orange-800\/30 {
  border-left-color: rgb(154 52 18 / 0.3) !important;
}

.border-l-orange-800\/35 {
  border-left-color: rgb(154 52 18 / 0.35) !important;
}

.border-l-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4) !important;
}

.border-l-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45) !important;
}

.border-l-orange-800\/5 {
  border-left-color: rgb(154 52 18 / 0.05) !important;
}

.border-l-orange-800\/50 {
  border-left-color: rgb(154 52 18 / 0.5) !important;
}

.border-l-orange-800\/55 {
  border-left-color: rgb(154 52 18 / 0.55) !important;
}

.border-l-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6) !important;
}

.border-l-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65) !important;
}

.border-l-orange-800\/70 {
  border-left-color: rgb(154 52 18 / 0.7) !important;
}

.border-l-orange-800\/75 {
  border-left-color: rgb(154 52 18 / 0.75) !important;
}

.border-l-orange-800\/80 {
  border-left-color: rgb(154 52 18 / 0.8) !important;
}

.border-l-orange-800\/85 {
  border-left-color: rgb(154 52 18 / 0.85) !important;
}

.border-l-orange-800\/90 {
  border-left-color: rgb(154 52 18 / 0.9) !important;
}

.border-l-orange-800\/95 {
  border-left-color: rgb(154 52 18 / 0.95) !important;
}

.border-l-orange-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-900\/0 {
  border-left-color: rgb(124 45 18 / 0) !important;
}

.border-l-orange-900\/10 {
  border-left-color: rgb(124 45 18 / 0.1) !important;
}

.border-l-orange-900\/100 {
  border-left-color: rgb(124 45 18 / 1) !important;
}

.border-l-orange-900\/15 {
  border-left-color: rgb(124 45 18 / 0.15) !important;
}

.border-l-orange-900\/20 {
  border-left-color: rgb(124 45 18 / 0.2) !important;
}

.border-l-orange-900\/25 {
  border-left-color: rgb(124 45 18 / 0.25) !important;
}

.border-l-orange-900\/30 {
  border-left-color: rgb(124 45 18 / 0.3) !important;
}

.border-l-orange-900\/35 {
  border-left-color: rgb(124 45 18 / 0.35) !important;
}

.border-l-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4) !important;
}

.border-l-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45) !important;
}

.border-l-orange-900\/5 {
  border-left-color: rgb(124 45 18 / 0.05) !important;
}

.border-l-orange-900\/50 {
  border-left-color: rgb(124 45 18 / 0.5) !important;
}

.border-l-orange-900\/55 {
  border-left-color: rgb(124 45 18 / 0.55) !important;
}

.border-l-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6) !important;
}

.border-l-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65) !important;
}

.border-l-orange-900\/70 {
  border-left-color: rgb(124 45 18 / 0.7) !important;
}

.border-l-orange-900\/75 {
  border-left-color: rgb(124 45 18 / 0.75) !important;
}

.border-l-orange-900\/80 {
  border-left-color: rgb(124 45 18 / 0.8) !important;
}

.border-l-orange-900\/85 {
  border-left-color: rgb(124 45 18 / 0.85) !important;
}

.border-l-orange-900\/90 {
  border-left-color: rgb(124 45 18 / 0.9) !important;
}

.border-l-orange-900\/95 {
  border-left-color: rgb(124 45 18 / 0.95) !important;
}

.border-l-orange-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-l-orange-950\/0 {
  border-left-color: rgb(67 20 7 / 0) !important;
}

.border-l-orange-950\/10 {
  border-left-color: rgb(67 20 7 / 0.1) !important;
}

.border-l-orange-950\/100 {
  border-left-color: rgb(67 20 7 / 1) !important;
}

.border-l-orange-950\/15 {
  border-left-color: rgb(67 20 7 / 0.15) !important;
}

.border-l-orange-950\/20 {
  border-left-color: rgb(67 20 7 / 0.2) !important;
}

.border-l-orange-950\/25 {
  border-left-color: rgb(67 20 7 / 0.25) !important;
}

.border-l-orange-950\/30 {
  border-left-color: rgb(67 20 7 / 0.3) !important;
}

.border-l-orange-950\/35 {
  border-left-color: rgb(67 20 7 / 0.35) !important;
}

.border-l-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4) !important;
}

.border-l-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45) !important;
}

.border-l-orange-950\/5 {
  border-left-color: rgb(67 20 7 / 0.05) !important;
}

.border-l-orange-950\/50 {
  border-left-color: rgb(67 20 7 / 0.5) !important;
}

.border-l-orange-950\/55 {
  border-left-color: rgb(67 20 7 / 0.55) !important;
}

.border-l-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6) !important;
}

.border-l-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65) !important;
}

.border-l-orange-950\/70 {
  border-left-color: rgb(67 20 7 / 0.7) !important;
}

.border-l-orange-950\/75 {
  border-left-color: rgb(67 20 7 / 0.75) !important;
}

.border-l-orange-950\/80 {
  border-left-color: rgb(67 20 7 / 0.8) !important;
}

.border-l-orange-950\/85 {
  border-left-color: rgb(67 20 7 / 0.85) !important;
}

.border-l-orange-950\/90 {
  border-left-color: rgb(67 20 7 / 0.9) !important;
}

.border-l-orange-950\/95 {
  border-left-color: rgb(67 20 7 / 0.95) !important;
}

.border-l-pink-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-100\/0 {
  border-left-color: rgb(252 231 243 / 0) !important;
}

.border-l-pink-100\/10 {
  border-left-color: rgb(252 231 243 / 0.1) !important;
}

.border-l-pink-100\/100 {
  border-left-color: rgb(252 231 243 / 1) !important;
}

.border-l-pink-100\/15 {
  border-left-color: rgb(252 231 243 / 0.15) !important;
}

.border-l-pink-100\/20 {
  border-left-color: rgb(252 231 243 / 0.2) !important;
}

.border-l-pink-100\/25 {
  border-left-color: rgb(252 231 243 / 0.25) !important;
}

.border-l-pink-100\/30 {
  border-left-color: rgb(252 231 243 / 0.3) !important;
}

.border-l-pink-100\/35 {
  border-left-color: rgb(252 231 243 / 0.35) !important;
}

.border-l-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4) !important;
}

.border-l-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45) !important;
}

.border-l-pink-100\/5 {
  border-left-color: rgb(252 231 243 / 0.05) !important;
}

.border-l-pink-100\/50 {
  border-left-color: rgb(252 231 243 / 0.5) !important;
}

.border-l-pink-100\/55 {
  border-left-color: rgb(252 231 243 / 0.55) !important;
}

.border-l-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6) !important;
}

.border-l-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65) !important;
}

.border-l-pink-100\/70 {
  border-left-color: rgb(252 231 243 / 0.7) !important;
}

.border-l-pink-100\/75 {
  border-left-color: rgb(252 231 243 / 0.75) !important;
}

.border-l-pink-100\/80 {
  border-left-color: rgb(252 231 243 / 0.8) !important;
}

.border-l-pink-100\/85 {
  border-left-color: rgb(252 231 243 / 0.85) !important;
}

.border-l-pink-100\/90 {
  border-left-color: rgb(252 231 243 / 0.9) !important;
}

.border-l-pink-100\/95 {
  border-left-color: rgb(252 231 243 / 0.95) !important;
}

.border-l-pink-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-200\/0 {
  border-left-color: rgb(251 207 232 / 0) !important;
}

.border-l-pink-200\/10 {
  border-left-color: rgb(251 207 232 / 0.1) !important;
}

.border-l-pink-200\/100 {
  border-left-color: rgb(251 207 232 / 1) !important;
}

.border-l-pink-200\/15 {
  border-left-color: rgb(251 207 232 / 0.15) !important;
}

.border-l-pink-200\/20 {
  border-left-color: rgb(251 207 232 / 0.2) !important;
}

.border-l-pink-200\/25 {
  border-left-color: rgb(251 207 232 / 0.25) !important;
}

.border-l-pink-200\/30 {
  border-left-color: rgb(251 207 232 / 0.3) !important;
}

.border-l-pink-200\/35 {
  border-left-color: rgb(251 207 232 / 0.35) !important;
}

.border-l-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4) !important;
}

.border-l-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45) !important;
}

.border-l-pink-200\/5 {
  border-left-color: rgb(251 207 232 / 0.05) !important;
}

.border-l-pink-200\/50 {
  border-left-color: rgb(251 207 232 / 0.5) !important;
}

.border-l-pink-200\/55 {
  border-left-color: rgb(251 207 232 / 0.55) !important;
}

.border-l-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6) !important;
}

.border-l-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65) !important;
}

.border-l-pink-200\/70 {
  border-left-color: rgb(251 207 232 / 0.7) !important;
}

.border-l-pink-200\/75 {
  border-left-color: rgb(251 207 232 / 0.75) !important;
}

.border-l-pink-200\/80 {
  border-left-color: rgb(251 207 232 / 0.8) !important;
}

.border-l-pink-200\/85 {
  border-left-color: rgb(251 207 232 / 0.85) !important;
}

.border-l-pink-200\/90 {
  border-left-color: rgb(251 207 232 / 0.9) !important;
}

.border-l-pink-200\/95 {
  border-left-color: rgb(251 207 232 / 0.95) !important;
}

.border-l-pink-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-300\/0 {
  border-left-color: rgb(249 168 212 / 0) !important;
}

.border-l-pink-300\/10 {
  border-left-color: rgb(249 168 212 / 0.1) !important;
}

.border-l-pink-300\/100 {
  border-left-color: rgb(249 168 212 / 1) !important;
}

.border-l-pink-300\/15 {
  border-left-color: rgb(249 168 212 / 0.15) !important;
}

.border-l-pink-300\/20 {
  border-left-color: rgb(249 168 212 / 0.2) !important;
}

.border-l-pink-300\/25 {
  border-left-color: rgb(249 168 212 / 0.25) !important;
}

.border-l-pink-300\/30 {
  border-left-color: rgb(249 168 212 / 0.3) !important;
}

.border-l-pink-300\/35 {
  border-left-color: rgb(249 168 212 / 0.35) !important;
}

.border-l-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4) !important;
}

.border-l-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45) !important;
}

.border-l-pink-300\/5 {
  border-left-color: rgb(249 168 212 / 0.05) !important;
}

.border-l-pink-300\/50 {
  border-left-color: rgb(249 168 212 / 0.5) !important;
}

.border-l-pink-300\/55 {
  border-left-color: rgb(249 168 212 / 0.55) !important;
}

.border-l-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6) !important;
}

.border-l-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65) !important;
}

.border-l-pink-300\/70 {
  border-left-color: rgb(249 168 212 / 0.7) !important;
}

.border-l-pink-300\/75 {
  border-left-color: rgb(249 168 212 / 0.75) !important;
}

.border-l-pink-300\/80 {
  border-left-color: rgb(249 168 212 / 0.8) !important;
}

.border-l-pink-300\/85 {
  border-left-color: rgb(249 168 212 / 0.85) !important;
}

.border-l-pink-300\/90 {
  border-left-color: rgb(249 168 212 / 0.9) !important;
}

.border-l-pink-300\/95 {
  border-left-color: rgb(249 168 212 / 0.95) !important;
}

.border-l-pink-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-400\/0 {
  border-left-color: rgb(244 114 182 / 0) !important;
}

.border-l-pink-400\/10 {
  border-left-color: rgb(244 114 182 / 0.1) !important;
}

.border-l-pink-400\/100 {
  border-left-color: rgb(244 114 182 / 1) !important;
}

.border-l-pink-400\/15 {
  border-left-color: rgb(244 114 182 / 0.15) !important;
}

.border-l-pink-400\/20 {
  border-left-color: rgb(244 114 182 / 0.2) !important;
}

.border-l-pink-400\/25 {
  border-left-color: rgb(244 114 182 / 0.25) !important;
}

.border-l-pink-400\/30 {
  border-left-color: rgb(244 114 182 / 0.3) !important;
}

.border-l-pink-400\/35 {
  border-left-color: rgb(244 114 182 / 0.35) !important;
}

.border-l-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4) !important;
}

.border-l-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45) !important;
}

.border-l-pink-400\/5 {
  border-left-color: rgb(244 114 182 / 0.05) !important;
}

.border-l-pink-400\/50 {
  border-left-color: rgb(244 114 182 / 0.5) !important;
}

.border-l-pink-400\/55 {
  border-left-color: rgb(244 114 182 / 0.55) !important;
}

.border-l-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6) !important;
}

.border-l-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65) !important;
}

.border-l-pink-400\/70 {
  border-left-color: rgb(244 114 182 / 0.7) !important;
}

.border-l-pink-400\/75 {
  border-left-color: rgb(244 114 182 / 0.75) !important;
}

.border-l-pink-400\/80 {
  border-left-color: rgb(244 114 182 / 0.8) !important;
}

.border-l-pink-400\/85 {
  border-left-color: rgb(244 114 182 / 0.85) !important;
}

.border-l-pink-400\/90 {
  border-left-color: rgb(244 114 182 / 0.9) !important;
}

.border-l-pink-400\/95 {
  border-left-color: rgb(244 114 182 / 0.95) !important;
}

.border-l-pink-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-50\/0 {
  border-left-color: rgb(253 242 248 / 0) !important;
}

.border-l-pink-50\/10 {
  border-left-color: rgb(253 242 248 / 0.1) !important;
}

.border-l-pink-50\/100 {
  border-left-color: rgb(253 242 248 / 1) !important;
}

.border-l-pink-50\/15 {
  border-left-color: rgb(253 242 248 / 0.15) !important;
}

.border-l-pink-50\/20 {
  border-left-color: rgb(253 242 248 / 0.2) !important;
}

.border-l-pink-50\/25 {
  border-left-color: rgb(253 242 248 / 0.25) !important;
}

.border-l-pink-50\/30 {
  border-left-color: rgb(253 242 248 / 0.3) !important;
}

.border-l-pink-50\/35 {
  border-left-color: rgb(253 242 248 / 0.35) !important;
}

.border-l-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4) !important;
}

.border-l-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45) !important;
}

.border-l-pink-50\/5 {
  border-left-color: rgb(253 242 248 / 0.05) !important;
}

.border-l-pink-50\/50 {
  border-left-color: rgb(253 242 248 / 0.5) !important;
}

.border-l-pink-50\/55 {
  border-left-color: rgb(253 242 248 / 0.55) !important;
}

.border-l-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6) !important;
}

.border-l-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65) !important;
}

.border-l-pink-50\/70 {
  border-left-color: rgb(253 242 248 / 0.7) !important;
}

.border-l-pink-50\/75 {
  border-left-color: rgb(253 242 248 / 0.75) !important;
}

.border-l-pink-50\/80 {
  border-left-color: rgb(253 242 248 / 0.8) !important;
}

.border-l-pink-50\/85 {
  border-left-color: rgb(253 242 248 / 0.85) !important;
}

.border-l-pink-50\/90 {
  border-left-color: rgb(253 242 248 / 0.9) !important;
}

.border-l-pink-50\/95 {
  border-left-color: rgb(253 242 248 / 0.95) !important;
}

.border-l-pink-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-500\/0 {
  border-left-color: rgb(236 72 153 / 0) !important;
}

.border-l-pink-500\/10 {
  border-left-color: rgb(236 72 153 / 0.1) !important;
}

.border-l-pink-500\/100 {
  border-left-color: rgb(236 72 153 / 1) !important;
}

.border-l-pink-500\/15 {
  border-left-color: rgb(236 72 153 / 0.15) !important;
}

.border-l-pink-500\/20 {
  border-left-color: rgb(236 72 153 / 0.2) !important;
}

.border-l-pink-500\/25 {
  border-left-color: rgb(236 72 153 / 0.25) !important;
}

.border-l-pink-500\/30 {
  border-left-color: rgb(236 72 153 / 0.3) !important;
}

.border-l-pink-500\/35 {
  border-left-color: rgb(236 72 153 / 0.35) !important;
}

.border-l-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4) !important;
}

.border-l-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45) !important;
}

.border-l-pink-500\/5 {
  border-left-color: rgb(236 72 153 / 0.05) !important;
}

.border-l-pink-500\/50 {
  border-left-color: rgb(236 72 153 / 0.5) !important;
}

.border-l-pink-500\/55 {
  border-left-color: rgb(236 72 153 / 0.55) !important;
}

.border-l-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6) !important;
}

.border-l-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65) !important;
}

.border-l-pink-500\/70 {
  border-left-color: rgb(236 72 153 / 0.7) !important;
}

.border-l-pink-500\/75 {
  border-left-color: rgb(236 72 153 / 0.75) !important;
}

.border-l-pink-500\/80 {
  border-left-color: rgb(236 72 153 / 0.8) !important;
}

.border-l-pink-500\/85 {
  border-left-color: rgb(236 72 153 / 0.85) !important;
}

.border-l-pink-500\/90 {
  border-left-color: rgb(236 72 153 / 0.9) !important;
}

.border-l-pink-500\/95 {
  border-left-color: rgb(236 72 153 / 0.95) !important;
}

.border-l-pink-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-600\/0 {
  border-left-color: rgb(219 39 119 / 0) !important;
}

.border-l-pink-600\/10 {
  border-left-color: rgb(219 39 119 / 0.1) !important;
}

.border-l-pink-600\/100 {
  border-left-color: rgb(219 39 119 / 1) !important;
}

.border-l-pink-600\/15 {
  border-left-color: rgb(219 39 119 / 0.15) !important;
}

.border-l-pink-600\/20 {
  border-left-color: rgb(219 39 119 / 0.2) !important;
}

.border-l-pink-600\/25 {
  border-left-color: rgb(219 39 119 / 0.25) !important;
}

.border-l-pink-600\/30 {
  border-left-color: rgb(219 39 119 / 0.3) !important;
}

.border-l-pink-600\/35 {
  border-left-color: rgb(219 39 119 / 0.35) !important;
}

.border-l-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4) !important;
}

.border-l-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45) !important;
}

.border-l-pink-600\/5 {
  border-left-color: rgb(219 39 119 / 0.05) !important;
}

.border-l-pink-600\/50 {
  border-left-color: rgb(219 39 119 / 0.5) !important;
}

.border-l-pink-600\/55 {
  border-left-color: rgb(219 39 119 / 0.55) !important;
}

.border-l-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6) !important;
}

.border-l-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65) !important;
}

.border-l-pink-600\/70 {
  border-left-color: rgb(219 39 119 / 0.7) !important;
}

.border-l-pink-600\/75 {
  border-left-color: rgb(219 39 119 / 0.75) !important;
}

.border-l-pink-600\/80 {
  border-left-color: rgb(219 39 119 / 0.8) !important;
}

.border-l-pink-600\/85 {
  border-left-color: rgb(219 39 119 / 0.85) !important;
}

.border-l-pink-600\/90 {
  border-left-color: rgb(219 39 119 / 0.9) !important;
}

.border-l-pink-600\/95 {
  border-left-color: rgb(219 39 119 / 0.95) !important;
}

.border-l-pink-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-700\/0 {
  border-left-color: rgb(190 24 93 / 0) !important;
}

.border-l-pink-700\/10 {
  border-left-color: rgb(190 24 93 / 0.1) !important;
}

.border-l-pink-700\/100 {
  border-left-color: rgb(190 24 93 / 1) !important;
}

.border-l-pink-700\/15 {
  border-left-color: rgb(190 24 93 / 0.15) !important;
}

.border-l-pink-700\/20 {
  border-left-color: rgb(190 24 93 / 0.2) !important;
}

.border-l-pink-700\/25 {
  border-left-color: rgb(190 24 93 / 0.25) !important;
}

.border-l-pink-700\/30 {
  border-left-color: rgb(190 24 93 / 0.3) !important;
}

.border-l-pink-700\/35 {
  border-left-color: rgb(190 24 93 / 0.35) !important;
}

.border-l-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4) !important;
}

.border-l-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45) !important;
}

.border-l-pink-700\/5 {
  border-left-color: rgb(190 24 93 / 0.05) !important;
}

.border-l-pink-700\/50 {
  border-left-color: rgb(190 24 93 / 0.5) !important;
}

.border-l-pink-700\/55 {
  border-left-color: rgb(190 24 93 / 0.55) !important;
}

.border-l-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6) !important;
}

.border-l-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65) !important;
}

.border-l-pink-700\/70 {
  border-left-color: rgb(190 24 93 / 0.7) !important;
}

.border-l-pink-700\/75 {
  border-left-color: rgb(190 24 93 / 0.75) !important;
}

.border-l-pink-700\/80 {
  border-left-color: rgb(190 24 93 / 0.8) !important;
}

.border-l-pink-700\/85 {
  border-left-color: rgb(190 24 93 / 0.85) !important;
}

.border-l-pink-700\/90 {
  border-left-color: rgb(190 24 93 / 0.9) !important;
}

.border-l-pink-700\/95 {
  border-left-color: rgb(190 24 93 / 0.95) !important;
}

.border-l-pink-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-800\/0 {
  border-left-color: rgb(157 23 77 / 0) !important;
}

.border-l-pink-800\/10 {
  border-left-color: rgb(157 23 77 / 0.1) !important;
}

.border-l-pink-800\/100 {
  border-left-color: rgb(157 23 77 / 1) !important;
}

.border-l-pink-800\/15 {
  border-left-color: rgb(157 23 77 / 0.15) !important;
}

.border-l-pink-800\/20 {
  border-left-color: rgb(157 23 77 / 0.2) !important;
}

.border-l-pink-800\/25 {
  border-left-color: rgb(157 23 77 / 0.25) !important;
}

.border-l-pink-800\/30 {
  border-left-color: rgb(157 23 77 / 0.3) !important;
}

.border-l-pink-800\/35 {
  border-left-color: rgb(157 23 77 / 0.35) !important;
}

.border-l-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4) !important;
}

.border-l-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45) !important;
}

.border-l-pink-800\/5 {
  border-left-color: rgb(157 23 77 / 0.05) !important;
}

.border-l-pink-800\/50 {
  border-left-color: rgb(157 23 77 / 0.5) !important;
}

.border-l-pink-800\/55 {
  border-left-color: rgb(157 23 77 / 0.55) !important;
}

.border-l-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6) !important;
}

.border-l-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65) !important;
}

.border-l-pink-800\/70 {
  border-left-color: rgb(157 23 77 / 0.7) !important;
}

.border-l-pink-800\/75 {
  border-left-color: rgb(157 23 77 / 0.75) !important;
}

.border-l-pink-800\/80 {
  border-left-color: rgb(157 23 77 / 0.8) !important;
}

.border-l-pink-800\/85 {
  border-left-color: rgb(157 23 77 / 0.85) !important;
}

.border-l-pink-800\/90 {
  border-left-color: rgb(157 23 77 / 0.9) !important;
}

.border-l-pink-800\/95 {
  border-left-color: rgb(157 23 77 / 0.95) !important;
}

.border-l-pink-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-900\/0 {
  border-left-color: rgb(131 24 67 / 0) !important;
}

.border-l-pink-900\/10 {
  border-left-color: rgb(131 24 67 / 0.1) !important;
}

.border-l-pink-900\/100 {
  border-left-color: rgb(131 24 67 / 1) !important;
}

.border-l-pink-900\/15 {
  border-left-color: rgb(131 24 67 / 0.15) !important;
}

.border-l-pink-900\/20 {
  border-left-color: rgb(131 24 67 / 0.2) !important;
}

.border-l-pink-900\/25 {
  border-left-color: rgb(131 24 67 / 0.25) !important;
}

.border-l-pink-900\/30 {
  border-left-color: rgb(131 24 67 / 0.3) !important;
}

.border-l-pink-900\/35 {
  border-left-color: rgb(131 24 67 / 0.35) !important;
}

.border-l-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4) !important;
}

.border-l-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45) !important;
}

.border-l-pink-900\/5 {
  border-left-color: rgb(131 24 67 / 0.05) !important;
}

.border-l-pink-900\/50 {
  border-left-color: rgb(131 24 67 / 0.5) !important;
}

.border-l-pink-900\/55 {
  border-left-color: rgb(131 24 67 / 0.55) !important;
}

.border-l-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6) !important;
}

.border-l-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65) !important;
}

.border-l-pink-900\/70 {
  border-left-color: rgb(131 24 67 / 0.7) !important;
}

.border-l-pink-900\/75 {
  border-left-color: rgb(131 24 67 / 0.75) !important;
}

.border-l-pink-900\/80 {
  border-left-color: rgb(131 24 67 / 0.8) !important;
}

.border-l-pink-900\/85 {
  border-left-color: rgb(131 24 67 / 0.85) !important;
}

.border-l-pink-900\/90 {
  border-left-color: rgb(131 24 67 / 0.9) !important;
}

.border-l-pink-900\/95 {
  border-left-color: rgb(131 24 67 / 0.95) !important;
}

.border-l-pink-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-l-pink-950\/0 {
  border-left-color: rgb(80 7 36 / 0) !important;
}

.border-l-pink-950\/10 {
  border-left-color: rgb(80 7 36 / 0.1) !important;
}

.border-l-pink-950\/100 {
  border-left-color: rgb(80 7 36 / 1) !important;
}

.border-l-pink-950\/15 {
  border-left-color: rgb(80 7 36 / 0.15) !important;
}

.border-l-pink-950\/20 {
  border-left-color: rgb(80 7 36 / 0.2) !important;
}

.border-l-pink-950\/25 {
  border-left-color: rgb(80 7 36 / 0.25) !important;
}

.border-l-pink-950\/30 {
  border-left-color: rgb(80 7 36 / 0.3) !important;
}

.border-l-pink-950\/35 {
  border-left-color: rgb(80 7 36 / 0.35) !important;
}

.border-l-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4) !important;
}

.border-l-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45) !important;
}

.border-l-pink-950\/5 {
  border-left-color: rgb(80 7 36 / 0.05) !important;
}

.border-l-pink-950\/50 {
  border-left-color: rgb(80 7 36 / 0.5) !important;
}

.border-l-pink-950\/55 {
  border-left-color: rgb(80 7 36 / 0.55) !important;
}

.border-l-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6) !important;
}

.border-l-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65) !important;
}

.border-l-pink-950\/70 {
  border-left-color: rgb(80 7 36 / 0.7) !important;
}

.border-l-pink-950\/75 {
  border-left-color: rgb(80 7 36 / 0.75) !important;
}

.border-l-pink-950\/80 {
  border-left-color: rgb(80 7 36 / 0.8) !important;
}

.border-l-pink-950\/85 {
  border-left-color: rgb(80 7 36 / 0.85) !important;
}

.border-l-pink-950\/90 {
  border-left-color: rgb(80 7 36 / 0.9) !important;
}

.border-l-pink-950\/95 {
  border-left-color: rgb(80 7 36 / 0.95) !important;
}

.border-l-purple-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-100\/0 {
  border-left-color: rgb(243 232 255 / 0) !important;
}

.border-l-purple-100\/10 {
  border-left-color: rgb(243 232 255 / 0.1) !important;
}

.border-l-purple-100\/100 {
  border-left-color: rgb(243 232 255 / 1) !important;
}

.border-l-purple-100\/15 {
  border-left-color: rgb(243 232 255 / 0.15) !important;
}

.border-l-purple-100\/20 {
  border-left-color: rgb(243 232 255 / 0.2) !important;
}

.border-l-purple-100\/25 {
  border-left-color: rgb(243 232 255 / 0.25) !important;
}

.border-l-purple-100\/30 {
  border-left-color: rgb(243 232 255 / 0.3) !important;
}

.border-l-purple-100\/35 {
  border-left-color: rgb(243 232 255 / 0.35) !important;
}

.border-l-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4) !important;
}

.border-l-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45) !important;
}

.border-l-purple-100\/5 {
  border-left-color: rgb(243 232 255 / 0.05) !important;
}

.border-l-purple-100\/50 {
  border-left-color: rgb(243 232 255 / 0.5) !important;
}

.border-l-purple-100\/55 {
  border-left-color: rgb(243 232 255 / 0.55) !important;
}

.border-l-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6) !important;
}

.border-l-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65) !important;
}

.border-l-purple-100\/70 {
  border-left-color: rgb(243 232 255 / 0.7) !important;
}

.border-l-purple-100\/75 {
  border-left-color: rgb(243 232 255 / 0.75) !important;
}

.border-l-purple-100\/80 {
  border-left-color: rgb(243 232 255 / 0.8) !important;
}

.border-l-purple-100\/85 {
  border-left-color: rgb(243 232 255 / 0.85) !important;
}

.border-l-purple-100\/90 {
  border-left-color: rgb(243 232 255 / 0.9) !important;
}

.border-l-purple-100\/95 {
  border-left-color: rgb(243 232 255 / 0.95) !important;
}

.border-l-purple-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-200\/0 {
  border-left-color: rgb(233 213 255 / 0) !important;
}

.border-l-purple-200\/10 {
  border-left-color: rgb(233 213 255 / 0.1) !important;
}

.border-l-purple-200\/100 {
  border-left-color: rgb(233 213 255 / 1) !important;
}

.border-l-purple-200\/15 {
  border-left-color: rgb(233 213 255 / 0.15) !important;
}

.border-l-purple-200\/20 {
  border-left-color: rgb(233 213 255 / 0.2) !important;
}

.border-l-purple-200\/25 {
  border-left-color: rgb(233 213 255 / 0.25) !important;
}

.border-l-purple-200\/30 {
  border-left-color: rgb(233 213 255 / 0.3) !important;
}

.border-l-purple-200\/35 {
  border-left-color: rgb(233 213 255 / 0.35) !important;
}

.border-l-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4) !important;
}

.border-l-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45) !important;
}

.border-l-purple-200\/5 {
  border-left-color: rgb(233 213 255 / 0.05) !important;
}

.border-l-purple-200\/50 {
  border-left-color: rgb(233 213 255 / 0.5) !important;
}

.border-l-purple-200\/55 {
  border-left-color: rgb(233 213 255 / 0.55) !important;
}

.border-l-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6) !important;
}

.border-l-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65) !important;
}

.border-l-purple-200\/70 {
  border-left-color: rgb(233 213 255 / 0.7) !important;
}

.border-l-purple-200\/75 {
  border-left-color: rgb(233 213 255 / 0.75) !important;
}

.border-l-purple-200\/80 {
  border-left-color: rgb(233 213 255 / 0.8) !important;
}

.border-l-purple-200\/85 {
  border-left-color: rgb(233 213 255 / 0.85) !important;
}

.border-l-purple-200\/90 {
  border-left-color: rgb(233 213 255 / 0.9) !important;
}

.border-l-purple-200\/95 {
  border-left-color: rgb(233 213 255 / 0.95) !important;
}

.border-l-purple-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-300\/0 {
  border-left-color: rgb(216 180 254 / 0) !important;
}

.border-l-purple-300\/10 {
  border-left-color: rgb(216 180 254 / 0.1) !important;
}

.border-l-purple-300\/100 {
  border-left-color: rgb(216 180 254 / 1) !important;
}

.border-l-purple-300\/15 {
  border-left-color: rgb(216 180 254 / 0.15) !important;
}

.border-l-purple-300\/20 {
  border-left-color: rgb(216 180 254 / 0.2) !important;
}

.border-l-purple-300\/25 {
  border-left-color: rgb(216 180 254 / 0.25) !important;
}

.border-l-purple-300\/30 {
  border-left-color: rgb(216 180 254 / 0.3) !important;
}

.border-l-purple-300\/35 {
  border-left-color: rgb(216 180 254 / 0.35) !important;
}

.border-l-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4) !important;
}

.border-l-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45) !important;
}

.border-l-purple-300\/5 {
  border-left-color: rgb(216 180 254 / 0.05) !important;
}

.border-l-purple-300\/50 {
  border-left-color: rgb(216 180 254 / 0.5) !important;
}

.border-l-purple-300\/55 {
  border-left-color: rgb(216 180 254 / 0.55) !important;
}

.border-l-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6) !important;
}

.border-l-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65) !important;
}

.border-l-purple-300\/70 {
  border-left-color: rgb(216 180 254 / 0.7) !important;
}

.border-l-purple-300\/75 {
  border-left-color: rgb(216 180 254 / 0.75) !important;
}

.border-l-purple-300\/80 {
  border-left-color: rgb(216 180 254 / 0.8) !important;
}

.border-l-purple-300\/85 {
  border-left-color: rgb(216 180 254 / 0.85) !important;
}

.border-l-purple-300\/90 {
  border-left-color: rgb(216 180 254 / 0.9) !important;
}

.border-l-purple-300\/95 {
  border-left-color: rgb(216 180 254 / 0.95) !important;
}

.border-l-purple-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-400\/0 {
  border-left-color: rgb(192 132 252 / 0) !important;
}

.border-l-purple-400\/10 {
  border-left-color: rgb(192 132 252 / 0.1) !important;
}

.border-l-purple-400\/100 {
  border-left-color: rgb(192 132 252 / 1) !important;
}

.border-l-purple-400\/15 {
  border-left-color: rgb(192 132 252 / 0.15) !important;
}

.border-l-purple-400\/20 {
  border-left-color: rgb(192 132 252 / 0.2) !important;
}

.border-l-purple-400\/25 {
  border-left-color: rgb(192 132 252 / 0.25) !important;
}

.border-l-purple-400\/30 {
  border-left-color: rgb(192 132 252 / 0.3) !important;
}

.border-l-purple-400\/35 {
  border-left-color: rgb(192 132 252 / 0.35) !important;
}

.border-l-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4) !important;
}

.border-l-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45) !important;
}

.border-l-purple-400\/5 {
  border-left-color: rgb(192 132 252 / 0.05) !important;
}

.border-l-purple-400\/50 {
  border-left-color: rgb(192 132 252 / 0.5) !important;
}

.border-l-purple-400\/55 {
  border-left-color: rgb(192 132 252 / 0.55) !important;
}

.border-l-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6) !important;
}

.border-l-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65) !important;
}

.border-l-purple-400\/70 {
  border-left-color: rgb(192 132 252 / 0.7) !important;
}

.border-l-purple-400\/75 {
  border-left-color: rgb(192 132 252 / 0.75) !important;
}

.border-l-purple-400\/80 {
  border-left-color: rgb(192 132 252 / 0.8) !important;
}

.border-l-purple-400\/85 {
  border-left-color: rgb(192 132 252 / 0.85) !important;
}

.border-l-purple-400\/90 {
  border-left-color: rgb(192 132 252 / 0.9) !important;
}

.border-l-purple-400\/95 {
  border-left-color: rgb(192 132 252 / 0.95) !important;
}

.border-l-purple-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-50\/0 {
  border-left-color: rgb(250 245 255 / 0) !important;
}

.border-l-purple-50\/10 {
  border-left-color: rgb(250 245 255 / 0.1) !important;
}

.border-l-purple-50\/100 {
  border-left-color: rgb(250 245 255 / 1) !important;
}

.border-l-purple-50\/15 {
  border-left-color: rgb(250 245 255 / 0.15) !important;
}

.border-l-purple-50\/20 {
  border-left-color: rgb(250 245 255 / 0.2) !important;
}

.border-l-purple-50\/25 {
  border-left-color: rgb(250 245 255 / 0.25) !important;
}

.border-l-purple-50\/30 {
  border-left-color: rgb(250 245 255 / 0.3) !important;
}

.border-l-purple-50\/35 {
  border-left-color: rgb(250 245 255 / 0.35) !important;
}

.border-l-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4) !important;
}

.border-l-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45) !important;
}

.border-l-purple-50\/5 {
  border-left-color: rgb(250 245 255 / 0.05) !important;
}

.border-l-purple-50\/50 {
  border-left-color: rgb(250 245 255 / 0.5) !important;
}

.border-l-purple-50\/55 {
  border-left-color: rgb(250 245 255 / 0.55) !important;
}

.border-l-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6) !important;
}

.border-l-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65) !important;
}

.border-l-purple-50\/70 {
  border-left-color: rgb(250 245 255 / 0.7) !important;
}

.border-l-purple-50\/75 {
  border-left-color: rgb(250 245 255 / 0.75) !important;
}

.border-l-purple-50\/80 {
  border-left-color: rgb(250 245 255 / 0.8) !important;
}

.border-l-purple-50\/85 {
  border-left-color: rgb(250 245 255 / 0.85) !important;
}

.border-l-purple-50\/90 {
  border-left-color: rgb(250 245 255 / 0.9) !important;
}

.border-l-purple-50\/95 {
  border-left-color: rgb(250 245 255 / 0.95) !important;
}

.border-l-purple-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-500\/0 {
  border-left-color: rgb(168 85 247 / 0) !important;
}

.border-l-purple-500\/10 {
  border-left-color: rgb(168 85 247 / 0.1) !important;
}

.border-l-purple-500\/100 {
  border-left-color: rgb(168 85 247 / 1) !important;
}

.border-l-purple-500\/15 {
  border-left-color: rgb(168 85 247 / 0.15) !important;
}

.border-l-purple-500\/20 {
  border-left-color: rgb(168 85 247 / 0.2) !important;
}

.border-l-purple-500\/25 {
  border-left-color: rgb(168 85 247 / 0.25) !important;
}

.border-l-purple-500\/30 {
  border-left-color: rgb(168 85 247 / 0.3) !important;
}

.border-l-purple-500\/35 {
  border-left-color: rgb(168 85 247 / 0.35) !important;
}

.border-l-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4) !important;
}

.border-l-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45) !important;
}

.border-l-purple-500\/5 {
  border-left-color: rgb(168 85 247 / 0.05) !important;
}

.border-l-purple-500\/50 {
  border-left-color: rgb(168 85 247 / 0.5) !important;
}

.border-l-purple-500\/55 {
  border-left-color: rgb(168 85 247 / 0.55) !important;
}

.border-l-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6) !important;
}

.border-l-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65) !important;
}

.border-l-purple-500\/70 {
  border-left-color: rgb(168 85 247 / 0.7) !important;
}

.border-l-purple-500\/75 {
  border-left-color: rgb(168 85 247 / 0.75) !important;
}

.border-l-purple-500\/80 {
  border-left-color: rgb(168 85 247 / 0.8) !important;
}

.border-l-purple-500\/85 {
  border-left-color: rgb(168 85 247 / 0.85) !important;
}

.border-l-purple-500\/90 {
  border-left-color: rgb(168 85 247 / 0.9) !important;
}

.border-l-purple-500\/95 {
  border-left-color: rgb(168 85 247 / 0.95) !important;
}

.border-l-purple-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-600\/0 {
  border-left-color: rgb(147 51 234 / 0) !important;
}

.border-l-purple-600\/10 {
  border-left-color: rgb(147 51 234 / 0.1) !important;
}

.border-l-purple-600\/100 {
  border-left-color: rgb(147 51 234 / 1) !important;
}

.border-l-purple-600\/15 {
  border-left-color: rgb(147 51 234 / 0.15) !important;
}

.border-l-purple-600\/20 {
  border-left-color: rgb(147 51 234 / 0.2) !important;
}

.border-l-purple-600\/25 {
  border-left-color: rgb(147 51 234 / 0.25) !important;
}

.border-l-purple-600\/30 {
  border-left-color: rgb(147 51 234 / 0.3) !important;
}

.border-l-purple-600\/35 {
  border-left-color: rgb(147 51 234 / 0.35) !important;
}

.border-l-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4) !important;
}

.border-l-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45) !important;
}

.border-l-purple-600\/5 {
  border-left-color: rgb(147 51 234 / 0.05) !important;
}

.border-l-purple-600\/50 {
  border-left-color: rgb(147 51 234 / 0.5) !important;
}

.border-l-purple-600\/55 {
  border-left-color: rgb(147 51 234 / 0.55) !important;
}

.border-l-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6) !important;
}

.border-l-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65) !important;
}

.border-l-purple-600\/70 {
  border-left-color: rgb(147 51 234 / 0.7) !important;
}

.border-l-purple-600\/75 {
  border-left-color: rgb(147 51 234 / 0.75) !important;
}

.border-l-purple-600\/80 {
  border-left-color: rgb(147 51 234 / 0.8) !important;
}

.border-l-purple-600\/85 {
  border-left-color: rgb(147 51 234 / 0.85) !important;
}

.border-l-purple-600\/90 {
  border-left-color: rgb(147 51 234 / 0.9) !important;
}

.border-l-purple-600\/95 {
  border-left-color: rgb(147 51 234 / 0.95) !important;
}

.border-l-purple-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-700\/0 {
  border-left-color: rgb(126 34 206 / 0) !important;
}

.border-l-purple-700\/10 {
  border-left-color: rgb(126 34 206 / 0.1) !important;
}

.border-l-purple-700\/100 {
  border-left-color: rgb(126 34 206 / 1) !important;
}

.border-l-purple-700\/15 {
  border-left-color: rgb(126 34 206 / 0.15) !important;
}

.border-l-purple-700\/20 {
  border-left-color: rgb(126 34 206 / 0.2) !important;
}

.border-l-purple-700\/25 {
  border-left-color: rgb(126 34 206 / 0.25) !important;
}

.border-l-purple-700\/30 {
  border-left-color: rgb(126 34 206 / 0.3) !important;
}

.border-l-purple-700\/35 {
  border-left-color: rgb(126 34 206 / 0.35) !important;
}

.border-l-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4) !important;
}

.border-l-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45) !important;
}

.border-l-purple-700\/5 {
  border-left-color: rgb(126 34 206 / 0.05) !important;
}

.border-l-purple-700\/50 {
  border-left-color: rgb(126 34 206 / 0.5) !important;
}

.border-l-purple-700\/55 {
  border-left-color: rgb(126 34 206 / 0.55) !important;
}

.border-l-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6) !important;
}

.border-l-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65) !important;
}

.border-l-purple-700\/70 {
  border-left-color: rgb(126 34 206 / 0.7) !important;
}

.border-l-purple-700\/75 {
  border-left-color: rgb(126 34 206 / 0.75) !important;
}

.border-l-purple-700\/80 {
  border-left-color: rgb(126 34 206 / 0.8) !important;
}

.border-l-purple-700\/85 {
  border-left-color: rgb(126 34 206 / 0.85) !important;
}

.border-l-purple-700\/90 {
  border-left-color: rgb(126 34 206 / 0.9) !important;
}

.border-l-purple-700\/95 {
  border-left-color: rgb(126 34 206 / 0.95) !important;
}

.border-l-purple-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-800\/0 {
  border-left-color: rgb(107 33 168 / 0) !important;
}

.border-l-purple-800\/10 {
  border-left-color: rgb(107 33 168 / 0.1) !important;
}

.border-l-purple-800\/100 {
  border-left-color: rgb(107 33 168 / 1) !important;
}

.border-l-purple-800\/15 {
  border-left-color: rgb(107 33 168 / 0.15) !important;
}

.border-l-purple-800\/20 {
  border-left-color: rgb(107 33 168 / 0.2) !important;
}

.border-l-purple-800\/25 {
  border-left-color: rgb(107 33 168 / 0.25) !important;
}

.border-l-purple-800\/30 {
  border-left-color: rgb(107 33 168 / 0.3) !important;
}

.border-l-purple-800\/35 {
  border-left-color: rgb(107 33 168 / 0.35) !important;
}

.border-l-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4) !important;
}

.border-l-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45) !important;
}

.border-l-purple-800\/5 {
  border-left-color: rgb(107 33 168 / 0.05) !important;
}

.border-l-purple-800\/50 {
  border-left-color: rgb(107 33 168 / 0.5) !important;
}

.border-l-purple-800\/55 {
  border-left-color: rgb(107 33 168 / 0.55) !important;
}

.border-l-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6) !important;
}

.border-l-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65) !important;
}

.border-l-purple-800\/70 {
  border-left-color: rgb(107 33 168 / 0.7) !important;
}

.border-l-purple-800\/75 {
  border-left-color: rgb(107 33 168 / 0.75) !important;
}

.border-l-purple-800\/80 {
  border-left-color: rgb(107 33 168 / 0.8) !important;
}

.border-l-purple-800\/85 {
  border-left-color: rgb(107 33 168 / 0.85) !important;
}

.border-l-purple-800\/90 {
  border-left-color: rgb(107 33 168 / 0.9) !important;
}

.border-l-purple-800\/95 {
  border-left-color: rgb(107 33 168 / 0.95) !important;
}

.border-l-purple-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-900\/0 {
  border-left-color: rgb(88 28 135 / 0) !important;
}

.border-l-purple-900\/10 {
  border-left-color: rgb(88 28 135 / 0.1) !important;
}

.border-l-purple-900\/100 {
  border-left-color: rgb(88 28 135 / 1) !important;
}

.border-l-purple-900\/15 {
  border-left-color: rgb(88 28 135 / 0.15) !important;
}

.border-l-purple-900\/20 {
  border-left-color: rgb(88 28 135 / 0.2) !important;
}

.border-l-purple-900\/25 {
  border-left-color: rgb(88 28 135 / 0.25) !important;
}

.border-l-purple-900\/30 {
  border-left-color: rgb(88 28 135 / 0.3) !important;
}

.border-l-purple-900\/35 {
  border-left-color: rgb(88 28 135 / 0.35) !important;
}

.border-l-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4) !important;
}

.border-l-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45) !important;
}

.border-l-purple-900\/5 {
  border-left-color: rgb(88 28 135 / 0.05) !important;
}

.border-l-purple-900\/50 {
  border-left-color: rgb(88 28 135 / 0.5) !important;
}

.border-l-purple-900\/55 {
  border-left-color: rgb(88 28 135 / 0.55) !important;
}

.border-l-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6) !important;
}

.border-l-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65) !important;
}

.border-l-purple-900\/70 {
  border-left-color: rgb(88 28 135 / 0.7) !important;
}

.border-l-purple-900\/75 {
  border-left-color: rgb(88 28 135 / 0.75) !important;
}

.border-l-purple-900\/80 {
  border-left-color: rgb(88 28 135 / 0.8) !important;
}

.border-l-purple-900\/85 {
  border-left-color: rgb(88 28 135 / 0.85) !important;
}

.border-l-purple-900\/90 {
  border-left-color: rgb(88 28 135 / 0.9) !important;
}

.border-l-purple-900\/95 {
  border-left-color: rgb(88 28 135 / 0.95) !important;
}

.border-l-purple-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-l-purple-950\/0 {
  border-left-color: rgb(59 7 100 / 0) !important;
}

.border-l-purple-950\/10 {
  border-left-color: rgb(59 7 100 / 0.1) !important;
}

.border-l-purple-950\/100 {
  border-left-color: rgb(59 7 100 / 1) !important;
}

.border-l-purple-950\/15 {
  border-left-color: rgb(59 7 100 / 0.15) !important;
}

.border-l-purple-950\/20 {
  border-left-color: rgb(59 7 100 / 0.2) !important;
}

.border-l-purple-950\/25 {
  border-left-color: rgb(59 7 100 / 0.25) !important;
}

.border-l-purple-950\/30 {
  border-left-color: rgb(59 7 100 / 0.3) !important;
}

.border-l-purple-950\/35 {
  border-left-color: rgb(59 7 100 / 0.35) !important;
}

.border-l-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4) !important;
}

.border-l-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45) !important;
}

.border-l-purple-950\/5 {
  border-left-color: rgb(59 7 100 / 0.05) !important;
}

.border-l-purple-950\/50 {
  border-left-color: rgb(59 7 100 / 0.5) !important;
}

.border-l-purple-950\/55 {
  border-left-color: rgb(59 7 100 / 0.55) !important;
}

.border-l-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6) !important;
}

.border-l-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65) !important;
}

.border-l-purple-950\/70 {
  border-left-color: rgb(59 7 100 / 0.7) !important;
}

.border-l-purple-950\/75 {
  border-left-color: rgb(59 7 100 / 0.75) !important;
}

.border-l-purple-950\/80 {
  border-left-color: rgb(59 7 100 / 0.8) !important;
}

.border-l-purple-950\/85 {
  border-left-color: rgb(59 7 100 / 0.85) !important;
}

.border-l-purple-950\/90 {
  border-left-color: rgb(59 7 100 / 0.9) !important;
}

.border-l-purple-950\/95 {
  border-left-color: rgb(59 7 100 / 0.95) !important;
}

.border-l-red-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-100\/0 {
  border-left-color: rgb(254 226 226 / 0) !important;
}

.border-l-red-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1) !important;
}

.border-l-red-100\/100 {
  border-left-color: rgb(254 226 226 / 1) !important;
}

.border-l-red-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15) !important;
}

.border-l-red-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2) !important;
}

.border-l-red-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25) !important;
}

.border-l-red-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3) !important;
}

.border-l-red-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35) !important;
}

.border-l-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4) !important;
}

.border-l-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45) !important;
}

.border-l-red-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05) !important;
}

.border-l-red-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5) !important;
}

.border-l-red-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55) !important;
}

.border-l-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6) !important;
}

.border-l-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65) !important;
}

.border-l-red-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7) !important;
}

.border-l-red-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75) !important;
}

.border-l-red-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8) !important;
}

.border-l-red-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85) !important;
}

.border-l-red-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9) !important;
}

.border-l-red-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95) !important;
}

.border-l-red-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-200\/0 {
  border-left-color: rgb(254 202 202 / 0) !important;
}

.border-l-red-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1) !important;
}

.border-l-red-200\/100 {
  border-left-color: rgb(254 202 202 / 1) !important;
}

.border-l-red-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15) !important;
}

.border-l-red-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2) !important;
}

.border-l-red-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25) !important;
}

.border-l-red-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3) !important;
}

.border-l-red-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35) !important;
}

.border-l-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4) !important;
}

.border-l-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45) !important;
}

.border-l-red-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05) !important;
}

.border-l-red-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5) !important;
}

.border-l-red-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55) !important;
}

.border-l-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6) !important;
}

.border-l-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65) !important;
}

.border-l-red-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7) !important;
}

.border-l-red-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75) !important;
}

.border-l-red-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8) !important;
}

.border-l-red-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85) !important;
}

.border-l-red-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9) !important;
}

.border-l-red-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95) !important;
}

.border-l-red-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-300\/0 {
  border-left-color: rgb(252 165 165 / 0) !important;
}

.border-l-red-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1) !important;
}

.border-l-red-300\/100 {
  border-left-color: rgb(252 165 165 / 1) !important;
}

.border-l-red-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15) !important;
}

.border-l-red-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2) !important;
}

.border-l-red-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25) !important;
}

.border-l-red-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3) !important;
}

.border-l-red-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35) !important;
}

.border-l-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4) !important;
}

.border-l-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45) !important;
}

.border-l-red-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05) !important;
}

.border-l-red-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5) !important;
}

.border-l-red-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55) !important;
}

.border-l-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6) !important;
}

.border-l-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65) !important;
}

.border-l-red-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7) !important;
}

.border-l-red-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75) !important;
}

.border-l-red-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8) !important;
}

.border-l-red-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85) !important;
}

.border-l-red-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9) !important;
}

.border-l-red-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95) !important;
}

.border-l-red-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-400\/0 {
  border-left-color: rgb(248 113 113 / 0) !important;
}

.border-l-red-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1) !important;
}

.border-l-red-400\/100 {
  border-left-color: rgb(248 113 113 / 1) !important;
}

.border-l-red-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15) !important;
}

.border-l-red-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2) !important;
}

.border-l-red-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25) !important;
}

.border-l-red-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3) !important;
}

.border-l-red-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35) !important;
}

.border-l-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4) !important;
}

.border-l-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45) !important;
}

.border-l-red-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05) !important;
}

.border-l-red-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5) !important;
}

.border-l-red-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55) !important;
}

.border-l-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6) !important;
}

.border-l-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65) !important;
}

.border-l-red-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7) !important;
}

.border-l-red-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75) !important;
}

.border-l-red-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8) !important;
}

.border-l-red-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85) !important;
}

.border-l-red-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9) !important;
}

.border-l-red-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95) !important;
}

.border-l-red-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-50\/0 {
  border-left-color: rgb(254 242 242 / 0) !important;
}

.border-l-red-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1) !important;
}

.border-l-red-50\/100 {
  border-left-color: rgb(254 242 242 / 1) !important;
}

.border-l-red-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15) !important;
}

.border-l-red-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2) !important;
}

.border-l-red-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25) !important;
}

.border-l-red-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3) !important;
}

.border-l-red-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35) !important;
}

.border-l-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4) !important;
}

.border-l-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45) !important;
}

.border-l-red-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05) !important;
}

.border-l-red-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5) !important;
}

.border-l-red-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55) !important;
}

.border-l-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6) !important;
}

.border-l-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65) !important;
}

.border-l-red-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7) !important;
}

.border-l-red-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75) !important;
}

.border-l-red-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8) !important;
}

.border-l-red-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85) !important;
}

.border-l-red-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9) !important;
}

.border-l-red-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95) !important;
}

.border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-500\/0 {
  border-left-color: rgb(239 68 68 / 0) !important;
}

.border-l-red-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1) !important;
}

.border-l-red-500\/100 {
  border-left-color: rgb(239 68 68 / 1) !important;
}

.border-l-red-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15) !important;
}

.border-l-red-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2) !important;
}

.border-l-red-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25) !important;
}

.border-l-red-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3) !important;
}

.border-l-red-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35) !important;
}

.border-l-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4) !important;
}

.border-l-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45) !important;
}

.border-l-red-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05) !important;
}

.border-l-red-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5) !important;
}

.border-l-red-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55) !important;
}

.border-l-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6) !important;
}

.border-l-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65) !important;
}

.border-l-red-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7) !important;
}

.border-l-red-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75) !important;
}

.border-l-red-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8) !important;
}

.border-l-red-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85) !important;
}

.border-l-red-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9) !important;
}

.border-l-red-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95) !important;
}

.border-l-red-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-600\/0 {
  border-left-color: rgb(220 38 38 / 0) !important;
}

.border-l-red-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1) !important;
}

.border-l-red-600\/100 {
  border-left-color: rgb(220 38 38 / 1) !important;
}

.border-l-red-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15) !important;
}

.border-l-red-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2) !important;
}

.border-l-red-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25) !important;
}

.border-l-red-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3) !important;
}

.border-l-red-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35) !important;
}

.border-l-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4) !important;
}

.border-l-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45) !important;
}

.border-l-red-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05) !important;
}

.border-l-red-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5) !important;
}

.border-l-red-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55) !important;
}

.border-l-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6) !important;
}

.border-l-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65) !important;
}

.border-l-red-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7) !important;
}

.border-l-red-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75) !important;
}

.border-l-red-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8) !important;
}

.border-l-red-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85) !important;
}

.border-l-red-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9) !important;
}

.border-l-red-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95) !important;
}

.border-l-red-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-700\/0 {
  border-left-color: rgb(185 28 28 / 0) !important;
}

.border-l-red-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1) !important;
}

.border-l-red-700\/100 {
  border-left-color: rgb(185 28 28 / 1) !important;
}

.border-l-red-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15) !important;
}

.border-l-red-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2) !important;
}

.border-l-red-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25) !important;
}

.border-l-red-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3) !important;
}

.border-l-red-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35) !important;
}

.border-l-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4) !important;
}

.border-l-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45) !important;
}

.border-l-red-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05) !important;
}

.border-l-red-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5) !important;
}

.border-l-red-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55) !important;
}

.border-l-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6) !important;
}

.border-l-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65) !important;
}

.border-l-red-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7) !important;
}

.border-l-red-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75) !important;
}

.border-l-red-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8) !important;
}

.border-l-red-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85) !important;
}

.border-l-red-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9) !important;
}

.border-l-red-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95) !important;
}

.border-l-red-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-800\/0 {
  border-left-color: rgb(153 27 27 / 0) !important;
}

.border-l-red-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1) !important;
}

.border-l-red-800\/100 {
  border-left-color: rgb(153 27 27 / 1) !important;
}

.border-l-red-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15) !important;
}

.border-l-red-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2) !important;
}

.border-l-red-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25) !important;
}

.border-l-red-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3) !important;
}

.border-l-red-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35) !important;
}

.border-l-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4) !important;
}

.border-l-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45) !important;
}

.border-l-red-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05) !important;
}

.border-l-red-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5) !important;
}

.border-l-red-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55) !important;
}

.border-l-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6) !important;
}

.border-l-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65) !important;
}

.border-l-red-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7) !important;
}

.border-l-red-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75) !important;
}

.border-l-red-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8) !important;
}

.border-l-red-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85) !important;
}

.border-l-red-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9) !important;
}

.border-l-red-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95) !important;
}

.border-l-red-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-900\/0 {
  border-left-color: rgb(127 29 29 / 0) !important;
}

.border-l-red-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1) !important;
}

.border-l-red-900\/100 {
  border-left-color: rgb(127 29 29 / 1) !important;
}

.border-l-red-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15) !important;
}

.border-l-red-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2) !important;
}

.border-l-red-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25) !important;
}

.border-l-red-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3) !important;
}

.border-l-red-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35) !important;
}

.border-l-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4) !important;
}

.border-l-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45) !important;
}

.border-l-red-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05) !important;
}

.border-l-red-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5) !important;
}

.border-l-red-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55) !important;
}

.border-l-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6) !important;
}

.border-l-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65) !important;
}

.border-l-red-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7) !important;
}

.border-l-red-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75) !important;
}

.border-l-red-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8) !important;
}

.border-l-red-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85) !important;
}

.border-l-red-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9) !important;
}

.border-l-red-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95) !important;
}

.border-l-red-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-l-red-950\/0 {
  border-left-color: rgb(69 10 10 / 0) !important;
}

.border-l-red-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1) !important;
}

.border-l-red-950\/100 {
  border-left-color: rgb(69 10 10 / 1) !important;
}

.border-l-red-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15) !important;
}

.border-l-red-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2) !important;
}

.border-l-red-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25) !important;
}

.border-l-red-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3) !important;
}

.border-l-red-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35) !important;
}

.border-l-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4) !important;
}

.border-l-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45) !important;
}

.border-l-red-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05) !important;
}

.border-l-red-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5) !important;
}

.border-l-red-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55) !important;
}

.border-l-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6) !important;
}

.border-l-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65) !important;
}

.border-l-red-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7) !important;
}

.border-l-red-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75) !important;
}

.border-l-red-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8) !important;
}

.border-l-red-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85) !important;
}

.border-l-red-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9) !important;
}

.border-l-red-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95) !important;
}

.border-l-rose-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-100\/0 {
  border-left-color: rgb(255 228 230 / 0) !important;
}

.border-l-rose-100\/10 {
  border-left-color: rgb(255 228 230 / 0.1) !important;
}

.border-l-rose-100\/100 {
  border-left-color: rgb(255 228 230 / 1) !important;
}

.border-l-rose-100\/15 {
  border-left-color: rgb(255 228 230 / 0.15) !important;
}

.border-l-rose-100\/20 {
  border-left-color: rgb(255 228 230 / 0.2) !important;
}

.border-l-rose-100\/25 {
  border-left-color: rgb(255 228 230 / 0.25) !important;
}

.border-l-rose-100\/30 {
  border-left-color: rgb(255 228 230 / 0.3) !important;
}

.border-l-rose-100\/35 {
  border-left-color: rgb(255 228 230 / 0.35) !important;
}

.border-l-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4) !important;
}

.border-l-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45) !important;
}

.border-l-rose-100\/5 {
  border-left-color: rgb(255 228 230 / 0.05) !important;
}

.border-l-rose-100\/50 {
  border-left-color: rgb(255 228 230 / 0.5) !important;
}

.border-l-rose-100\/55 {
  border-left-color: rgb(255 228 230 / 0.55) !important;
}

.border-l-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6) !important;
}

.border-l-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65) !important;
}

.border-l-rose-100\/70 {
  border-left-color: rgb(255 228 230 / 0.7) !important;
}

.border-l-rose-100\/75 {
  border-left-color: rgb(255 228 230 / 0.75) !important;
}

.border-l-rose-100\/80 {
  border-left-color: rgb(255 228 230 / 0.8) !important;
}

.border-l-rose-100\/85 {
  border-left-color: rgb(255 228 230 / 0.85) !important;
}

.border-l-rose-100\/90 {
  border-left-color: rgb(255 228 230 / 0.9) !important;
}

.border-l-rose-100\/95 {
  border-left-color: rgb(255 228 230 / 0.95) !important;
}

.border-l-rose-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-200\/0 {
  border-left-color: rgb(254 205 211 / 0) !important;
}

.border-l-rose-200\/10 {
  border-left-color: rgb(254 205 211 / 0.1) !important;
}

.border-l-rose-200\/100 {
  border-left-color: rgb(254 205 211 / 1) !important;
}

.border-l-rose-200\/15 {
  border-left-color: rgb(254 205 211 / 0.15) !important;
}

.border-l-rose-200\/20 {
  border-left-color: rgb(254 205 211 / 0.2) !important;
}

.border-l-rose-200\/25 {
  border-left-color: rgb(254 205 211 / 0.25) !important;
}

.border-l-rose-200\/30 {
  border-left-color: rgb(254 205 211 / 0.3) !important;
}

.border-l-rose-200\/35 {
  border-left-color: rgb(254 205 211 / 0.35) !important;
}

.border-l-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4) !important;
}

.border-l-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45) !important;
}

.border-l-rose-200\/5 {
  border-left-color: rgb(254 205 211 / 0.05) !important;
}

.border-l-rose-200\/50 {
  border-left-color: rgb(254 205 211 / 0.5) !important;
}

.border-l-rose-200\/55 {
  border-left-color: rgb(254 205 211 / 0.55) !important;
}

.border-l-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6) !important;
}

.border-l-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65) !important;
}

.border-l-rose-200\/70 {
  border-left-color: rgb(254 205 211 / 0.7) !important;
}

.border-l-rose-200\/75 {
  border-left-color: rgb(254 205 211 / 0.75) !important;
}

.border-l-rose-200\/80 {
  border-left-color: rgb(254 205 211 / 0.8) !important;
}

.border-l-rose-200\/85 {
  border-left-color: rgb(254 205 211 / 0.85) !important;
}

.border-l-rose-200\/90 {
  border-left-color: rgb(254 205 211 / 0.9) !important;
}

.border-l-rose-200\/95 {
  border-left-color: rgb(254 205 211 / 0.95) !important;
}

.border-l-rose-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-300\/0 {
  border-left-color: rgb(253 164 175 / 0) !important;
}

.border-l-rose-300\/10 {
  border-left-color: rgb(253 164 175 / 0.1) !important;
}

.border-l-rose-300\/100 {
  border-left-color: rgb(253 164 175 / 1) !important;
}

.border-l-rose-300\/15 {
  border-left-color: rgb(253 164 175 / 0.15) !important;
}

.border-l-rose-300\/20 {
  border-left-color: rgb(253 164 175 / 0.2) !important;
}

.border-l-rose-300\/25 {
  border-left-color: rgb(253 164 175 / 0.25) !important;
}

.border-l-rose-300\/30 {
  border-left-color: rgb(253 164 175 / 0.3) !important;
}

.border-l-rose-300\/35 {
  border-left-color: rgb(253 164 175 / 0.35) !important;
}

.border-l-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4) !important;
}

.border-l-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45) !important;
}

.border-l-rose-300\/5 {
  border-left-color: rgb(253 164 175 / 0.05) !important;
}

.border-l-rose-300\/50 {
  border-left-color: rgb(253 164 175 / 0.5) !important;
}

.border-l-rose-300\/55 {
  border-left-color: rgb(253 164 175 / 0.55) !important;
}

.border-l-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6) !important;
}

.border-l-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65) !important;
}

.border-l-rose-300\/70 {
  border-left-color: rgb(253 164 175 / 0.7) !important;
}

.border-l-rose-300\/75 {
  border-left-color: rgb(253 164 175 / 0.75) !important;
}

.border-l-rose-300\/80 {
  border-left-color: rgb(253 164 175 / 0.8) !important;
}

.border-l-rose-300\/85 {
  border-left-color: rgb(253 164 175 / 0.85) !important;
}

.border-l-rose-300\/90 {
  border-left-color: rgb(253 164 175 / 0.9) !important;
}

.border-l-rose-300\/95 {
  border-left-color: rgb(253 164 175 / 0.95) !important;
}

.border-l-rose-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-400\/0 {
  border-left-color: rgb(251 113 133 / 0) !important;
}

.border-l-rose-400\/10 {
  border-left-color: rgb(251 113 133 / 0.1) !important;
}

.border-l-rose-400\/100 {
  border-left-color: rgb(251 113 133 / 1) !important;
}

.border-l-rose-400\/15 {
  border-left-color: rgb(251 113 133 / 0.15) !important;
}

.border-l-rose-400\/20 {
  border-left-color: rgb(251 113 133 / 0.2) !important;
}

.border-l-rose-400\/25 {
  border-left-color: rgb(251 113 133 / 0.25) !important;
}

.border-l-rose-400\/30 {
  border-left-color: rgb(251 113 133 / 0.3) !important;
}

.border-l-rose-400\/35 {
  border-left-color: rgb(251 113 133 / 0.35) !important;
}

.border-l-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4) !important;
}

.border-l-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45) !important;
}

.border-l-rose-400\/5 {
  border-left-color: rgb(251 113 133 / 0.05) !important;
}

.border-l-rose-400\/50 {
  border-left-color: rgb(251 113 133 / 0.5) !important;
}

.border-l-rose-400\/55 {
  border-left-color: rgb(251 113 133 / 0.55) !important;
}

.border-l-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6) !important;
}

.border-l-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65) !important;
}

.border-l-rose-400\/70 {
  border-left-color: rgb(251 113 133 / 0.7) !important;
}

.border-l-rose-400\/75 {
  border-left-color: rgb(251 113 133 / 0.75) !important;
}

.border-l-rose-400\/80 {
  border-left-color: rgb(251 113 133 / 0.8) !important;
}

.border-l-rose-400\/85 {
  border-left-color: rgb(251 113 133 / 0.85) !important;
}

.border-l-rose-400\/90 {
  border-left-color: rgb(251 113 133 / 0.9) !important;
}

.border-l-rose-400\/95 {
  border-left-color: rgb(251 113 133 / 0.95) !important;
}

.border-l-rose-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-50\/0 {
  border-left-color: rgb(255 241 242 / 0) !important;
}

.border-l-rose-50\/10 {
  border-left-color: rgb(255 241 242 / 0.1) !important;
}

.border-l-rose-50\/100 {
  border-left-color: rgb(255 241 242 / 1) !important;
}

.border-l-rose-50\/15 {
  border-left-color: rgb(255 241 242 / 0.15) !important;
}

.border-l-rose-50\/20 {
  border-left-color: rgb(255 241 242 / 0.2) !important;
}

.border-l-rose-50\/25 {
  border-left-color: rgb(255 241 242 / 0.25) !important;
}

.border-l-rose-50\/30 {
  border-left-color: rgb(255 241 242 / 0.3) !important;
}

.border-l-rose-50\/35 {
  border-left-color: rgb(255 241 242 / 0.35) !important;
}

.border-l-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4) !important;
}

.border-l-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45) !important;
}

.border-l-rose-50\/5 {
  border-left-color: rgb(255 241 242 / 0.05) !important;
}

.border-l-rose-50\/50 {
  border-left-color: rgb(255 241 242 / 0.5) !important;
}

.border-l-rose-50\/55 {
  border-left-color: rgb(255 241 242 / 0.55) !important;
}

.border-l-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6) !important;
}

.border-l-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65) !important;
}

.border-l-rose-50\/70 {
  border-left-color: rgb(255 241 242 / 0.7) !important;
}

.border-l-rose-50\/75 {
  border-left-color: rgb(255 241 242 / 0.75) !important;
}

.border-l-rose-50\/80 {
  border-left-color: rgb(255 241 242 / 0.8) !important;
}

.border-l-rose-50\/85 {
  border-left-color: rgb(255 241 242 / 0.85) !important;
}

.border-l-rose-50\/90 {
  border-left-color: rgb(255 241 242 / 0.9) !important;
}

.border-l-rose-50\/95 {
  border-left-color: rgb(255 241 242 / 0.95) !important;
}

.border-l-rose-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-500\/0 {
  border-left-color: rgb(244 63 94 / 0) !important;
}

.border-l-rose-500\/10 {
  border-left-color: rgb(244 63 94 / 0.1) !important;
}

.border-l-rose-500\/100 {
  border-left-color: rgb(244 63 94 / 1) !important;
}

.border-l-rose-500\/15 {
  border-left-color: rgb(244 63 94 / 0.15) !important;
}

.border-l-rose-500\/20 {
  border-left-color: rgb(244 63 94 / 0.2) !important;
}

.border-l-rose-500\/25 {
  border-left-color: rgb(244 63 94 / 0.25) !important;
}

.border-l-rose-500\/30 {
  border-left-color: rgb(244 63 94 / 0.3) !important;
}

.border-l-rose-500\/35 {
  border-left-color: rgb(244 63 94 / 0.35) !important;
}

.border-l-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4) !important;
}

.border-l-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45) !important;
}

.border-l-rose-500\/5 {
  border-left-color: rgb(244 63 94 / 0.05) !important;
}

.border-l-rose-500\/50 {
  border-left-color: rgb(244 63 94 / 0.5) !important;
}

.border-l-rose-500\/55 {
  border-left-color: rgb(244 63 94 / 0.55) !important;
}

.border-l-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6) !important;
}

.border-l-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65) !important;
}

.border-l-rose-500\/70 {
  border-left-color: rgb(244 63 94 / 0.7) !important;
}

.border-l-rose-500\/75 {
  border-left-color: rgb(244 63 94 / 0.75) !important;
}

.border-l-rose-500\/80 {
  border-left-color: rgb(244 63 94 / 0.8) !important;
}

.border-l-rose-500\/85 {
  border-left-color: rgb(244 63 94 / 0.85) !important;
}

.border-l-rose-500\/90 {
  border-left-color: rgb(244 63 94 / 0.9) !important;
}

.border-l-rose-500\/95 {
  border-left-color: rgb(244 63 94 / 0.95) !important;
}

.border-l-rose-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-600\/0 {
  border-left-color: rgb(225 29 72 / 0) !important;
}

.border-l-rose-600\/10 {
  border-left-color: rgb(225 29 72 / 0.1) !important;
}

.border-l-rose-600\/100 {
  border-left-color: rgb(225 29 72 / 1) !important;
}

.border-l-rose-600\/15 {
  border-left-color: rgb(225 29 72 / 0.15) !important;
}

.border-l-rose-600\/20 {
  border-left-color: rgb(225 29 72 / 0.2) !important;
}

.border-l-rose-600\/25 {
  border-left-color: rgb(225 29 72 / 0.25) !important;
}

.border-l-rose-600\/30 {
  border-left-color: rgb(225 29 72 / 0.3) !important;
}

.border-l-rose-600\/35 {
  border-left-color: rgb(225 29 72 / 0.35) !important;
}

.border-l-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4) !important;
}

.border-l-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45) !important;
}

.border-l-rose-600\/5 {
  border-left-color: rgb(225 29 72 / 0.05) !important;
}

.border-l-rose-600\/50 {
  border-left-color: rgb(225 29 72 / 0.5) !important;
}

.border-l-rose-600\/55 {
  border-left-color: rgb(225 29 72 / 0.55) !important;
}

.border-l-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6) !important;
}

.border-l-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65) !important;
}

.border-l-rose-600\/70 {
  border-left-color: rgb(225 29 72 / 0.7) !important;
}

.border-l-rose-600\/75 {
  border-left-color: rgb(225 29 72 / 0.75) !important;
}

.border-l-rose-600\/80 {
  border-left-color: rgb(225 29 72 / 0.8) !important;
}

.border-l-rose-600\/85 {
  border-left-color: rgb(225 29 72 / 0.85) !important;
}

.border-l-rose-600\/90 {
  border-left-color: rgb(225 29 72 / 0.9) !important;
}

.border-l-rose-600\/95 {
  border-left-color: rgb(225 29 72 / 0.95) !important;
}

.border-l-rose-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-700\/0 {
  border-left-color: rgb(190 18 60 / 0) !important;
}

.border-l-rose-700\/10 {
  border-left-color: rgb(190 18 60 / 0.1) !important;
}

.border-l-rose-700\/100 {
  border-left-color: rgb(190 18 60 / 1) !important;
}

.border-l-rose-700\/15 {
  border-left-color: rgb(190 18 60 / 0.15) !important;
}

.border-l-rose-700\/20 {
  border-left-color: rgb(190 18 60 / 0.2) !important;
}

.border-l-rose-700\/25 {
  border-left-color: rgb(190 18 60 / 0.25) !important;
}

.border-l-rose-700\/30 {
  border-left-color: rgb(190 18 60 / 0.3) !important;
}

.border-l-rose-700\/35 {
  border-left-color: rgb(190 18 60 / 0.35) !important;
}

.border-l-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4) !important;
}

.border-l-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45) !important;
}

.border-l-rose-700\/5 {
  border-left-color: rgb(190 18 60 / 0.05) !important;
}

.border-l-rose-700\/50 {
  border-left-color: rgb(190 18 60 / 0.5) !important;
}

.border-l-rose-700\/55 {
  border-left-color: rgb(190 18 60 / 0.55) !important;
}

.border-l-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6) !important;
}

.border-l-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65) !important;
}

.border-l-rose-700\/70 {
  border-left-color: rgb(190 18 60 / 0.7) !important;
}

.border-l-rose-700\/75 {
  border-left-color: rgb(190 18 60 / 0.75) !important;
}

.border-l-rose-700\/80 {
  border-left-color: rgb(190 18 60 / 0.8) !important;
}

.border-l-rose-700\/85 {
  border-left-color: rgb(190 18 60 / 0.85) !important;
}

.border-l-rose-700\/90 {
  border-left-color: rgb(190 18 60 / 0.9) !important;
}

.border-l-rose-700\/95 {
  border-left-color: rgb(190 18 60 / 0.95) !important;
}

.border-l-rose-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-800\/0 {
  border-left-color: rgb(159 18 57 / 0) !important;
}

.border-l-rose-800\/10 {
  border-left-color: rgb(159 18 57 / 0.1) !important;
}

.border-l-rose-800\/100 {
  border-left-color: rgb(159 18 57 / 1) !important;
}

.border-l-rose-800\/15 {
  border-left-color: rgb(159 18 57 / 0.15) !important;
}

.border-l-rose-800\/20 {
  border-left-color: rgb(159 18 57 / 0.2) !important;
}

.border-l-rose-800\/25 {
  border-left-color: rgb(159 18 57 / 0.25) !important;
}

.border-l-rose-800\/30 {
  border-left-color: rgb(159 18 57 / 0.3) !important;
}

.border-l-rose-800\/35 {
  border-left-color: rgb(159 18 57 / 0.35) !important;
}

.border-l-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4) !important;
}

.border-l-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45) !important;
}

.border-l-rose-800\/5 {
  border-left-color: rgb(159 18 57 / 0.05) !important;
}

.border-l-rose-800\/50 {
  border-left-color: rgb(159 18 57 / 0.5) !important;
}

.border-l-rose-800\/55 {
  border-left-color: rgb(159 18 57 / 0.55) !important;
}

.border-l-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6) !important;
}

.border-l-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65) !important;
}

.border-l-rose-800\/70 {
  border-left-color: rgb(159 18 57 / 0.7) !important;
}

.border-l-rose-800\/75 {
  border-left-color: rgb(159 18 57 / 0.75) !important;
}

.border-l-rose-800\/80 {
  border-left-color: rgb(159 18 57 / 0.8) !important;
}

.border-l-rose-800\/85 {
  border-left-color: rgb(159 18 57 / 0.85) !important;
}

.border-l-rose-800\/90 {
  border-left-color: rgb(159 18 57 / 0.9) !important;
}

.border-l-rose-800\/95 {
  border-left-color: rgb(159 18 57 / 0.95) !important;
}

.border-l-rose-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-900\/0 {
  border-left-color: rgb(136 19 55 / 0) !important;
}

.border-l-rose-900\/10 {
  border-left-color: rgb(136 19 55 / 0.1) !important;
}

.border-l-rose-900\/100 {
  border-left-color: rgb(136 19 55 / 1) !important;
}

.border-l-rose-900\/15 {
  border-left-color: rgb(136 19 55 / 0.15) !important;
}

.border-l-rose-900\/20 {
  border-left-color: rgb(136 19 55 / 0.2) !important;
}

.border-l-rose-900\/25 {
  border-left-color: rgb(136 19 55 / 0.25) !important;
}

.border-l-rose-900\/30 {
  border-left-color: rgb(136 19 55 / 0.3) !important;
}

.border-l-rose-900\/35 {
  border-left-color: rgb(136 19 55 / 0.35) !important;
}

.border-l-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4) !important;
}

.border-l-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45) !important;
}

.border-l-rose-900\/5 {
  border-left-color: rgb(136 19 55 / 0.05) !important;
}

.border-l-rose-900\/50 {
  border-left-color: rgb(136 19 55 / 0.5) !important;
}

.border-l-rose-900\/55 {
  border-left-color: rgb(136 19 55 / 0.55) !important;
}

.border-l-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6) !important;
}

.border-l-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65) !important;
}

.border-l-rose-900\/70 {
  border-left-color: rgb(136 19 55 / 0.7) !important;
}

.border-l-rose-900\/75 {
  border-left-color: rgb(136 19 55 / 0.75) !important;
}

.border-l-rose-900\/80 {
  border-left-color: rgb(136 19 55 / 0.8) !important;
}

.border-l-rose-900\/85 {
  border-left-color: rgb(136 19 55 / 0.85) !important;
}

.border-l-rose-900\/90 {
  border-left-color: rgb(136 19 55 / 0.9) !important;
}

.border-l-rose-900\/95 {
  border-left-color: rgb(136 19 55 / 0.95) !important;
}

.border-l-rose-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-l-rose-950\/0 {
  border-left-color: rgb(76 5 25 / 0) !important;
}

.border-l-rose-950\/10 {
  border-left-color: rgb(76 5 25 / 0.1) !important;
}

.border-l-rose-950\/100 {
  border-left-color: rgb(76 5 25 / 1) !important;
}

.border-l-rose-950\/15 {
  border-left-color: rgb(76 5 25 / 0.15) !important;
}

.border-l-rose-950\/20 {
  border-left-color: rgb(76 5 25 / 0.2) !important;
}

.border-l-rose-950\/25 {
  border-left-color: rgb(76 5 25 / 0.25) !important;
}

.border-l-rose-950\/30 {
  border-left-color: rgb(76 5 25 / 0.3) !important;
}

.border-l-rose-950\/35 {
  border-left-color: rgb(76 5 25 / 0.35) !important;
}

.border-l-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4) !important;
}

.border-l-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45) !important;
}

.border-l-rose-950\/5 {
  border-left-color: rgb(76 5 25 / 0.05) !important;
}

.border-l-rose-950\/50 {
  border-left-color: rgb(76 5 25 / 0.5) !important;
}

.border-l-rose-950\/55 {
  border-left-color: rgb(76 5 25 / 0.55) !important;
}

.border-l-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6) !important;
}

.border-l-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65) !important;
}

.border-l-rose-950\/70 {
  border-left-color: rgb(76 5 25 / 0.7) !important;
}

.border-l-rose-950\/75 {
  border-left-color: rgb(76 5 25 / 0.75) !important;
}

.border-l-rose-950\/80 {
  border-left-color: rgb(76 5 25 / 0.8) !important;
}

.border-l-rose-950\/85 {
  border-left-color: rgb(76 5 25 / 0.85) !important;
}

.border-l-rose-950\/90 {
  border-left-color: rgb(76 5 25 / 0.9) !important;
}

.border-l-rose-950\/95 {
  border-left-color: rgb(76 5 25 / 0.95) !important;
}

.border-l-sky-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-100\/0 {
  border-left-color: rgb(224 242 254 / 0) !important;
}

.border-l-sky-100\/10 {
  border-left-color: rgb(224 242 254 / 0.1) !important;
}

.border-l-sky-100\/100 {
  border-left-color: rgb(224 242 254 / 1) !important;
}

.border-l-sky-100\/15 {
  border-left-color: rgb(224 242 254 / 0.15) !important;
}

.border-l-sky-100\/20 {
  border-left-color: rgb(224 242 254 / 0.2) !important;
}

.border-l-sky-100\/25 {
  border-left-color: rgb(224 242 254 / 0.25) !important;
}

.border-l-sky-100\/30 {
  border-left-color: rgb(224 242 254 / 0.3) !important;
}

.border-l-sky-100\/35 {
  border-left-color: rgb(224 242 254 / 0.35) !important;
}

.border-l-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4) !important;
}

.border-l-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45) !important;
}

.border-l-sky-100\/5 {
  border-left-color: rgb(224 242 254 / 0.05) !important;
}

.border-l-sky-100\/50 {
  border-left-color: rgb(224 242 254 / 0.5) !important;
}

.border-l-sky-100\/55 {
  border-left-color: rgb(224 242 254 / 0.55) !important;
}

.border-l-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6) !important;
}

.border-l-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65) !important;
}

.border-l-sky-100\/70 {
  border-left-color: rgb(224 242 254 / 0.7) !important;
}

.border-l-sky-100\/75 {
  border-left-color: rgb(224 242 254 / 0.75) !important;
}

.border-l-sky-100\/80 {
  border-left-color: rgb(224 242 254 / 0.8) !important;
}

.border-l-sky-100\/85 {
  border-left-color: rgb(224 242 254 / 0.85) !important;
}

.border-l-sky-100\/90 {
  border-left-color: rgb(224 242 254 / 0.9) !important;
}

.border-l-sky-100\/95 {
  border-left-color: rgb(224 242 254 / 0.95) !important;
}

.border-l-sky-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-200\/0 {
  border-left-color: rgb(186 230 253 / 0) !important;
}

.border-l-sky-200\/10 {
  border-left-color: rgb(186 230 253 / 0.1) !important;
}

.border-l-sky-200\/100 {
  border-left-color: rgb(186 230 253 / 1) !important;
}

.border-l-sky-200\/15 {
  border-left-color: rgb(186 230 253 / 0.15) !important;
}

.border-l-sky-200\/20 {
  border-left-color: rgb(186 230 253 / 0.2) !important;
}

.border-l-sky-200\/25 {
  border-left-color: rgb(186 230 253 / 0.25) !important;
}

.border-l-sky-200\/30 {
  border-left-color: rgb(186 230 253 / 0.3) !important;
}

.border-l-sky-200\/35 {
  border-left-color: rgb(186 230 253 / 0.35) !important;
}

.border-l-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4) !important;
}

.border-l-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45) !important;
}

.border-l-sky-200\/5 {
  border-left-color: rgb(186 230 253 / 0.05) !important;
}

.border-l-sky-200\/50 {
  border-left-color: rgb(186 230 253 / 0.5) !important;
}

.border-l-sky-200\/55 {
  border-left-color: rgb(186 230 253 / 0.55) !important;
}

.border-l-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6) !important;
}

.border-l-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65) !important;
}

.border-l-sky-200\/70 {
  border-left-color: rgb(186 230 253 / 0.7) !important;
}

.border-l-sky-200\/75 {
  border-left-color: rgb(186 230 253 / 0.75) !important;
}

.border-l-sky-200\/80 {
  border-left-color: rgb(186 230 253 / 0.8) !important;
}

.border-l-sky-200\/85 {
  border-left-color: rgb(186 230 253 / 0.85) !important;
}

.border-l-sky-200\/90 {
  border-left-color: rgb(186 230 253 / 0.9) !important;
}

.border-l-sky-200\/95 {
  border-left-color: rgb(186 230 253 / 0.95) !important;
}

.border-l-sky-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-300\/0 {
  border-left-color: rgb(125 211 252 / 0) !important;
}

.border-l-sky-300\/10 {
  border-left-color: rgb(125 211 252 / 0.1) !important;
}

.border-l-sky-300\/100 {
  border-left-color: rgb(125 211 252 / 1) !important;
}

.border-l-sky-300\/15 {
  border-left-color: rgb(125 211 252 / 0.15) !important;
}

.border-l-sky-300\/20 {
  border-left-color: rgb(125 211 252 / 0.2) !important;
}

.border-l-sky-300\/25 {
  border-left-color: rgb(125 211 252 / 0.25) !important;
}

.border-l-sky-300\/30 {
  border-left-color: rgb(125 211 252 / 0.3) !important;
}

.border-l-sky-300\/35 {
  border-left-color: rgb(125 211 252 / 0.35) !important;
}

.border-l-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4) !important;
}

.border-l-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45) !important;
}

.border-l-sky-300\/5 {
  border-left-color: rgb(125 211 252 / 0.05) !important;
}

.border-l-sky-300\/50 {
  border-left-color: rgb(125 211 252 / 0.5) !important;
}

.border-l-sky-300\/55 {
  border-left-color: rgb(125 211 252 / 0.55) !important;
}

.border-l-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6) !important;
}

.border-l-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65) !important;
}

.border-l-sky-300\/70 {
  border-left-color: rgb(125 211 252 / 0.7) !important;
}

.border-l-sky-300\/75 {
  border-left-color: rgb(125 211 252 / 0.75) !important;
}

.border-l-sky-300\/80 {
  border-left-color: rgb(125 211 252 / 0.8) !important;
}

.border-l-sky-300\/85 {
  border-left-color: rgb(125 211 252 / 0.85) !important;
}

.border-l-sky-300\/90 {
  border-left-color: rgb(125 211 252 / 0.9) !important;
}

.border-l-sky-300\/95 {
  border-left-color: rgb(125 211 252 / 0.95) !important;
}

.border-l-sky-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-400\/0 {
  border-left-color: rgb(56 189 248 / 0) !important;
}

.border-l-sky-400\/10 {
  border-left-color: rgb(56 189 248 / 0.1) !important;
}

.border-l-sky-400\/100 {
  border-left-color: rgb(56 189 248 / 1) !important;
}

.border-l-sky-400\/15 {
  border-left-color: rgb(56 189 248 / 0.15) !important;
}

.border-l-sky-400\/20 {
  border-left-color: rgb(56 189 248 / 0.2) !important;
}

.border-l-sky-400\/25 {
  border-left-color: rgb(56 189 248 / 0.25) !important;
}

.border-l-sky-400\/30 {
  border-left-color: rgb(56 189 248 / 0.3) !important;
}

.border-l-sky-400\/35 {
  border-left-color: rgb(56 189 248 / 0.35) !important;
}

.border-l-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4) !important;
}

.border-l-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45) !important;
}

.border-l-sky-400\/5 {
  border-left-color: rgb(56 189 248 / 0.05) !important;
}

.border-l-sky-400\/50 {
  border-left-color: rgb(56 189 248 / 0.5) !important;
}

.border-l-sky-400\/55 {
  border-left-color: rgb(56 189 248 / 0.55) !important;
}

.border-l-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6) !important;
}

.border-l-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65) !important;
}

.border-l-sky-400\/70 {
  border-left-color: rgb(56 189 248 / 0.7) !important;
}

.border-l-sky-400\/75 {
  border-left-color: rgb(56 189 248 / 0.75) !important;
}

.border-l-sky-400\/80 {
  border-left-color: rgb(56 189 248 / 0.8) !important;
}

.border-l-sky-400\/85 {
  border-left-color: rgb(56 189 248 / 0.85) !important;
}

.border-l-sky-400\/90 {
  border-left-color: rgb(56 189 248 / 0.9) !important;
}

.border-l-sky-400\/95 {
  border-left-color: rgb(56 189 248 / 0.95) !important;
}

.border-l-sky-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-50\/0 {
  border-left-color: rgb(240 249 255 / 0) !important;
}

.border-l-sky-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1) !important;
}

.border-l-sky-50\/100 {
  border-left-color: rgb(240 249 255 / 1) !important;
}

.border-l-sky-50\/15 {
  border-left-color: rgb(240 249 255 / 0.15) !important;
}

.border-l-sky-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2) !important;
}

.border-l-sky-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25) !important;
}

.border-l-sky-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3) !important;
}

.border-l-sky-50\/35 {
  border-left-color: rgb(240 249 255 / 0.35) !important;
}

.border-l-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4) !important;
}

.border-l-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45) !important;
}

.border-l-sky-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05) !important;
}

.border-l-sky-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5) !important;
}

.border-l-sky-50\/55 {
  border-left-color: rgb(240 249 255 / 0.55) !important;
}

.border-l-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6) !important;
}

.border-l-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65) !important;
}

.border-l-sky-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7) !important;
}

.border-l-sky-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75) !important;
}

.border-l-sky-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8) !important;
}

.border-l-sky-50\/85 {
  border-left-color: rgb(240 249 255 / 0.85) !important;
}

.border-l-sky-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9) !important;
}

.border-l-sky-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95) !important;
}

.border-l-sky-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-500\/0 {
  border-left-color: rgb(14 165 233 / 0) !important;
}

.border-l-sky-500\/10 {
  border-left-color: rgb(14 165 233 / 0.1) !important;
}

.border-l-sky-500\/100 {
  border-left-color: rgb(14 165 233 / 1) !important;
}

.border-l-sky-500\/15 {
  border-left-color: rgb(14 165 233 / 0.15) !important;
}

.border-l-sky-500\/20 {
  border-left-color: rgb(14 165 233 / 0.2) !important;
}

.border-l-sky-500\/25 {
  border-left-color: rgb(14 165 233 / 0.25) !important;
}

.border-l-sky-500\/30 {
  border-left-color: rgb(14 165 233 / 0.3) !important;
}

.border-l-sky-500\/35 {
  border-left-color: rgb(14 165 233 / 0.35) !important;
}

.border-l-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4) !important;
}

.border-l-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45) !important;
}

.border-l-sky-500\/5 {
  border-left-color: rgb(14 165 233 / 0.05) !important;
}

.border-l-sky-500\/50 {
  border-left-color: rgb(14 165 233 / 0.5) !important;
}

.border-l-sky-500\/55 {
  border-left-color: rgb(14 165 233 / 0.55) !important;
}

.border-l-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6) !important;
}

.border-l-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65) !important;
}

.border-l-sky-500\/70 {
  border-left-color: rgb(14 165 233 / 0.7) !important;
}

.border-l-sky-500\/75 {
  border-left-color: rgb(14 165 233 / 0.75) !important;
}

.border-l-sky-500\/80 {
  border-left-color: rgb(14 165 233 / 0.8) !important;
}

.border-l-sky-500\/85 {
  border-left-color: rgb(14 165 233 / 0.85) !important;
}

.border-l-sky-500\/90 {
  border-left-color: rgb(14 165 233 / 0.9) !important;
}

.border-l-sky-500\/95 {
  border-left-color: rgb(14 165 233 / 0.95) !important;
}

.border-l-sky-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-600\/0 {
  border-left-color: rgb(2 132 199 / 0) !important;
}

.border-l-sky-600\/10 {
  border-left-color: rgb(2 132 199 / 0.1) !important;
}

.border-l-sky-600\/100 {
  border-left-color: rgb(2 132 199 / 1) !important;
}

.border-l-sky-600\/15 {
  border-left-color: rgb(2 132 199 / 0.15) !important;
}

.border-l-sky-600\/20 {
  border-left-color: rgb(2 132 199 / 0.2) !important;
}

.border-l-sky-600\/25 {
  border-left-color: rgb(2 132 199 / 0.25) !important;
}

.border-l-sky-600\/30 {
  border-left-color: rgb(2 132 199 / 0.3) !important;
}

.border-l-sky-600\/35 {
  border-left-color: rgb(2 132 199 / 0.35) !important;
}

.border-l-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4) !important;
}

.border-l-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45) !important;
}

.border-l-sky-600\/5 {
  border-left-color: rgb(2 132 199 / 0.05) !important;
}

.border-l-sky-600\/50 {
  border-left-color: rgb(2 132 199 / 0.5) !important;
}

.border-l-sky-600\/55 {
  border-left-color: rgb(2 132 199 / 0.55) !important;
}

.border-l-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6) !important;
}

.border-l-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65) !important;
}

.border-l-sky-600\/70 {
  border-left-color: rgb(2 132 199 / 0.7) !important;
}

.border-l-sky-600\/75 {
  border-left-color: rgb(2 132 199 / 0.75) !important;
}

.border-l-sky-600\/80 {
  border-left-color: rgb(2 132 199 / 0.8) !important;
}

.border-l-sky-600\/85 {
  border-left-color: rgb(2 132 199 / 0.85) !important;
}

.border-l-sky-600\/90 {
  border-left-color: rgb(2 132 199 / 0.9) !important;
}

.border-l-sky-600\/95 {
  border-left-color: rgb(2 132 199 / 0.95) !important;
}

.border-l-sky-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-700\/0 {
  border-left-color: rgb(3 105 161 / 0) !important;
}

.border-l-sky-700\/10 {
  border-left-color: rgb(3 105 161 / 0.1) !important;
}

.border-l-sky-700\/100 {
  border-left-color: rgb(3 105 161 / 1) !important;
}

.border-l-sky-700\/15 {
  border-left-color: rgb(3 105 161 / 0.15) !important;
}

.border-l-sky-700\/20 {
  border-left-color: rgb(3 105 161 / 0.2) !important;
}

.border-l-sky-700\/25 {
  border-left-color: rgb(3 105 161 / 0.25) !important;
}

.border-l-sky-700\/30 {
  border-left-color: rgb(3 105 161 / 0.3) !important;
}

.border-l-sky-700\/35 {
  border-left-color: rgb(3 105 161 / 0.35) !important;
}

.border-l-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4) !important;
}

.border-l-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45) !important;
}

.border-l-sky-700\/5 {
  border-left-color: rgb(3 105 161 / 0.05) !important;
}

.border-l-sky-700\/50 {
  border-left-color: rgb(3 105 161 / 0.5) !important;
}

.border-l-sky-700\/55 {
  border-left-color: rgb(3 105 161 / 0.55) !important;
}

.border-l-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6) !important;
}

.border-l-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65) !important;
}

.border-l-sky-700\/70 {
  border-left-color: rgb(3 105 161 / 0.7) !important;
}

.border-l-sky-700\/75 {
  border-left-color: rgb(3 105 161 / 0.75) !important;
}

.border-l-sky-700\/80 {
  border-left-color: rgb(3 105 161 / 0.8) !important;
}

.border-l-sky-700\/85 {
  border-left-color: rgb(3 105 161 / 0.85) !important;
}

.border-l-sky-700\/90 {
  border-left-color: rgb(3 105 161 / 0.9) !important;
}

.border-l-sky-700\/95 {
  border-left-color: rgb(3 105 161 / 0.95) !important;
}

.border-l-sky-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-800\/0 {
  border-left-color: rgb(7 89 133 / 0) !important;
}

.border-l-sky-800\/10 {
  border-left-color: rgb(7 89 133 / 0.1) !important;
}

.border-l-sky-800\/100 {
  border-left-color: rgb(7 89 133 / 1) !important;
}

.border-l-sky-800\/15 {
  border-left-color: rgb(7 89 133 / 0.15) !important;
}

.border-l-sky-800\/20 {
  border-left-color: rgb(7 89 133 / 0.2) !important;
}

.border-l-sky-800\/25 {
  border-left-color: rgb(7 89 133 / 0.25) !important;
}

.border-l-sky-800\/30 {
  border-left-color: rgb(7 89 133 / 0.3) !important;
}

.border-l-sky-800\/35 {
  border-left-color: rgb(7 89 133 / 0.35) !important;
}

.border-l-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4) !important;
}

.border-l-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45) !important;
}

.border-l-sky-800\/5 {
  border-left-color: rgb(7 89 133 / 0.05) !important;
}

.border-l-sky-800\/50 {
  border-left-color: rgb(7 89 133 / 0.5) !important;
}

.border-l-sky-800\/55 {
  border-left-color: rgb(7 89 133 / 0.55) !important;
}

.border-l-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6) !important;
}

.border-l-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65) !important;
}

.border-l-sky-800\/70 {
  border-left-color: rgb(7 89 133 / 0.7) !important;
}

.border-l-sky-800\/75 {
  border-left-color: rgb(7 89 133 / 0.75) !important;
}

.border-l-sky-800\/80 {
  border-left-color: rgb(7 89 133 / 0.8) !important;
}

.border-l-sky-800\/85 {
  border-left-color: rgb(7 89 133 / 0.85) !important;
}

.border-l-sky-800\/90 {
  border-left-color: rgb(7 89 133 / 0.9) !important;
}

.border-l-sky-800\/95 {
  border-left-color: rgb(7 89 133 / 0.95) !important;
}

.border-l-sky-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-900\/0 {
  border-left-color: rgb(12 74 110 / 0) !important;
}

.border-l-sky-900\/10 {
  border-left-color: rgb(12 74 110 / 0.1) !important;
}

.border-l-sky-900\/100 {
  border-left-color: rgb(12 74 110 / 1) !important;
}

.border-l-sky-900\/15 {
  border-left-color: rgb(12 74 110 / 0.15) !important;
}

.border-l-sky-900\/20 {
  border-left-color: rgb(12 74 110 / 0.2) !important;
}

.border-l-sky-900\/25 {
  border-left-color: rgb(12 74 110 / 0.25) !important;
}

.border-l-sky-900\/30 {
  border-left-color: rgb(12 74 110 / 0.3) !important;
}

.border-l-sky-900\/35 {
  border-left-color: rgb(12 74 110 / 0.35) !important;
}

.border-l-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4) !important;
}

.border-l-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45) !important;
}

.border-l-sky-900\/5 {
  border-left-color: rgb(12 74 110 / 0.05) !important;
}

.border-l-sky-900\/50 {
  border-left-color: rgb(12 74 110 / 0.5) !important;
}

.border-l-sky-900\/55 {
  border-left-color: rgb(12 74 110 / 0.55) !important;
}

.border-l-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6) !important;
}

.border-l-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65) !important;
}

.border-l-sky-900\/70 {
  border-left-color: rgb(12 74 110 / 0.7) !important;
}

.border-l-sky-900\/75 {
  border-left-color: rgb(12 74 110 / 0.75) !important;
}

.border-l-sky-900\/80 {
  border-left-color: rgb(12 74 110 / 0.8) !important;
}

.border-l-sky-900\/85 {
  border-left-color: rgb(12 74 110 / 0.85) !important;
}

.border-l-sky-900\/90 {
  border-left-color: rgb(12 74 110 / 0.9) !important;
}

.border-l-sky-900\/95 {
  border-left-color: rgb(12 74 110 / 0.95) !important;
}

.border-l-sky-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-l-sky-950\/0 {
  border-left-color: rgb(8 47 73 / 0) !important;
}

.border-l-sky-950\/10 {
  border-left-color: rgb(8 47 73 / 0.1) !important;
}

.border-l-sky-950\/100 {
  border-left-color: rgb(8 47 73 / 1) !important;
}

.border-l-sky-950\/15 {
  border-left-color: rgb(8 47 73 / 0.15) !important;
}

.border-l-sky-950\/20 {
  border-left-color: rgb(8 47 73 / 0.2) !important;
}

.border-l-sky-950\/25 {
  border-left-color: rgb(8 47 73 / 0.25) !important;
}

.border-l-sky-950\/30 {
  border-left-color: rgb(8 47 73 / 0.3) !important;
}

.border-l-sky-950\/35 {
  border-left-color: rgb(8 47 73 / 0.35) !important;
}

.border-l-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4) !important;
}

.border-l-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45) !important;
}

.border-l-sky-950\/5 {
  border-left-color: rgb(8 47 73 / 0.05) !important;
}

.border-l-sky-950\/50 {
  border-left-color: rgb(8 47 73 / 0.5) !important;
}

.border-l-sky-950\/55 {
  border-left-color: rgb(8 47 73 / 0.55) !important;
}

.border-l-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6) !important;
}

.border-l-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65) !important;
}

.border-l-sky-950\/70 {
  border-left-color: rgb(8 47 73 / 0.7) !important;
}

.border-l-sky-950\/75 {
  border-left-color: rgb(8 47 73 / 0.75) !important;
}

.border-l-sky-950\/80 {
  border-left-color: rgb(8 47 73 / 0.8) !important;
}

.border-l-sky-950\/85 {
  border-left-color: rgb(8 47 73 / 0.85) !important;
}

.border-l-sky-950\/90 {
  border-left-color: rgb(8 47 73 / 0.9) !important;
}

.border-l-sky-950\/95 {
  border-left-color: rgb(8 47 73 / 0.95) !important;
}

.border-l-slate-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-100\/0 {
  border-left-color: rgb(241 245 249 / 0) !important;
}

.border-l-slate-100\/10 {
  border-left-color: rgb(241 245 249 / 0.1) !important;
}

.border-l-slate-100\/100 {
  border-left-color: rgb(241 245 249 / 1) !important;
}

.border-l-slate-100\/15 {
  border-left-color: rgb(241 245 249 / 0.15) !important;
}

.border-l-slate-100\/20 {
  border-left-color: rgb(241 245 249 / 0.2) !important;
}

.border-l-slate-100\/25 {
  border-left-color: rgb(241 245 249 / 0.25) !important;
}

.border-l-slate-100\/30 {
  border-left-color: rgb(241 245 249 / 0.3) !important;
}

.border-l-slate-100\/35 {
  border-left-color: rgb(241 245 249 / 0.35) !important;
}

.border-l-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4) !important;
}

.border-l-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45) !important;
}

.border-l-slate-100\/5 {
  border-left-color: rgb(241 245 249 / 0.05) !important;
}

.border-l-slate-100\/50 {
  border-left-color: rgb(241 245 249 / 0.5) !important;
}

.border-l-slate-100\/55 {
  border-left-color: rgb(241 245 249 / 0.55) !important;
}

.border-l-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6) !important;
}

.border-l-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65) !important;
}

.border-l-slate-100\/70 {
  border-left-color: rgb(241 245 249 / 0.7) !important;
}

.border-l-slate-100\/75 {
  border-left-color: rgb(241 245 249 / 0.75) !important;
}

.border-l-slate-100\/80 {
  border-left-color: rgb(241 245 249 / 0.8) !important;
}

.border-l-slate-100\/85 {
  border-left-color: rgb(241 245 249 / 0.85) !important;
}

.border-l-slate-100\/90 {
  border-left-color: rgb(241 245 249 / 0.9) !important;
}

.border-l-slate-100\/95 {
  border-left-color: rgb(241 245 249 / 0.95) !important;
}

.border-l-slate-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-200\/0 {
  border-left-color: rgb(226 232 240 / 0) !important;
}

.border-l-slate-200\/10 {
  border-left-color: rgb(226 232 240 / 0.1) !important;
}

.border-l-slate-200\/100 {
  border-left-color: rgb(226 232 240 / 1) !important;
}

.border-l-slate-200\/15 {
  border-left-color: rgb(226 232 240 / 0.15) !important;
}

.border-l-slate-200\/20 {
  border-left-color: rgb(226 232 240 / 0.2) !important;
}

.border-l-slate-200\/25 {
  border-left-color: rgb(226 232 240 / 0.25) !important;
}

.border-l-slate-200\/30 {
  border-left-color: rgb(226 232 240 / 0.3) !important;
}

.border-l-slate-200\/35 {
  border-left-color: rgb(226 232 240 / 0.35) !important;
}

.border-l-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4) !important;
}

.border-l-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45) !important;
}

.border-l-slate-200\/5 {
  border-left-color: rgb(226 232 240 / 0.05) !important;
}

.border-l-slate-200\/50 {
  border-left-color: rgb(226 232 240 / 0.5) !important;
}

.border-l-slate-200\/55 {
  border-left-color: rgb(226 232 240 / 0.55) !important;
}

.border-l-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6) !important;
}

.border-l-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65) !important;
}

.border-l-slate-200\/70 {
  border-left-color: rgb(226 232 240 / 0.7) !important;
}

.border-l-slate-200\/75 {
  border-left-color: rgb(226 232 240 / 0.75) !important;
}

.border-l-slate-200\/80 {
  border-left-color: rgb(226 232 240 / 0.8) !important;
}

.border-l-slate-200\/85 {
  border-left-color: rgb(226 232 240 / 0.85) !important;
}

.border-l-slate-200\/90 {
  border-left-color: rgb(226 232 240 / 0.9) !important;
}

.border-l-slate-200\/95 {
  border-left-color: rgb(226 232 240 / 0.95) !important;
}

.border-l-slate-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-300\/0 {
  border-left-color: rgb(203 213 225 / 0) !important;
}

.border-l-slate-300\/10 {
  border-left-color: rgb(203 213 225 / 0.1) !important;
}

.border-l-slate-300\/100 {
  border-left-color: rgb(203 213 225 / 1) !important;
}

.border-l-slate-300\/15 {
  border-left-color: rgb(203 213 225 / 0.15) !important;
}

.border-l-slate-300\/20 {
  border-left-color: rgb(203 213 225 / 0.2) !important;
}

.border-l-slate-300\/25 {
  border-left-color: rgb(203 213 225 / 0.25) !important;
}

.border-l-slate-300\/30 {
  border-left-color: rgb(203 213 225 / 0.3) !important;
}

.border-l-slate-300\/35 {
  border-left-color: rgb(203 213 225 / 0.35) !important;
}

.border-l-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4) !important;
}

.border-l-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45) !important;
}

.border-l-slate-300\/5 {
  border-left-color: rgb(203 213 225 / 0.05) !important;
}

.border-l-slate-300\/50 {
  border-left-color: rgb(203 213 225 / 0.5) !important;
}

.border-l-slate-300\/55 {
  border-left-color: rgb(203 213 225 / 0.55) !important;
}

.border-l-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6) !important;
}

.border-l-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65) !important;
}

.border-l-slate-300\/70 {
  border-left-color: rgb(203 213 225 / 0.7) !important;
}

.border-l-slate-300\/75 {
  border-left-color: rgb(203 213 225 / 0.75) !important;
}

.border-l-slate-300\/80 {
  border-left-color: rgb(203 213 225 / 0.8) !important;
}

.border-l-slate-300\/85 {
  border-left-color: rgb(203 213 225 / 0.85) !important;
}

.border-l-slate-300\/90 {
  border-left-color: rgb(203 213 225 / 0.9) !important;
}

.border-l-slate-300\/95 {
  border-left-color: rgb(203 213 225 / 0.95) !important;
}

.border-l-slate-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-400\/0 {
  border-left-color: rgb(148 163 184 / 0) !important;
}

.border-l-slate-400\/10 {
  border-left-color: rgb(148 163 184 / 0.1) !important;
}

.border-l-slate-400\/100 {
  border-left-color: rgb(148 163 184 / 1) !important;
}

.border-l-slate-400\/15 {
  border-left-color: rgb(148 163 184 / 0.15) !important;
}

.border-l-slate-400\/20 {
  border-left-color: rgb(148 163 184 / 0.2) !important;
}

.border-l-slate-400\/25 {
  border-left-color: rgb(148 163 184 / 0.25) !important;
}

.border-l-slate-400\/30 {
  border-left-color: rgb(148 163 184 / 0.3) !important;
}

.border-l-slate-400\/35 {
  border-left-color: rgb(148 163 184 / 0.35) !important;
}

.border-l-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4) !important;
}

.border-l-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45) !important;
}

.border-l-slate-400\/5 {
  border-left-color: rgb(148 163 184 / 0.05) !important;
}

.border-l-slate-400\/50 {
  border-left-color: rgb(148 163 184 / 0.5) !important;
}

.border-l-slate-400\/55 {
  border-left-color: rgb(148 163 184 / 0.55) !important;
}

.border-l-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6) !important;
}

.border-l-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65) !important;
}

.border-l-slate-400\/70 {
  border-left-color: rgb(148 163 184 / 0.7) !important;
}

.border-l-slate-400\/75 {
  border-left-color: rgb(148 163 184 / 0.75) !important;
}

.border-l-slate-400\/80 {
  border-left-color: rgb(148 163 184 / 0.8) !important;
}

.border-l-slate-400\/85 {
  border-left-color: rgb(148 163 184 / 0.85) !important;
}

.border-l-slate-400\/90 {
  border-left-color: rgb(148 163 184 / 0.9) !important;
}

.border-l-slate-400\/95 {
  border-left-color: rgb(148 163 184 / 0.95) !important;
}

.border-l-slate-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-50\/0 {
  border-left-color: rgb(248 250 252 / 0) !important;
}

.border-l-slate-50\/10 {
  border-left-color: rgb(248 250 252 / 0.1) !important;
}

.border-l-slate-50\/100 {
  border-left-color: rgb(248 250 252 / 1) !important;
}

.border-l-slate-50\/15 {
  border-left-color: rgb(248 250 252 / 0.15) !important;
}

.border-l-slate-50\/20 {
  border-left-color: rgb(248 250 252 / 0.2) !important;
}

.border-l-slate-50\/25 {
  border-left-color: rgb(248 250 252 / 0.25) !important;
}

.border-l-slate-50\/30 {
  border-left-color: rgb(248 250 252 / 0.3) !important;
}

.border-l-slate-50\/35 {
  border-left-color: rgb(248 250 252 / 0.35) !important;
}

.border-l-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4) !important;
}

.border-l-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45) !important;
}

.border-l-slate-50\/5 {
  border-left-color: rgb(248 250 252 / 0.05) !important;
}

.border-l-slate-50\/50 {
  border-left-color: rgb(248 250 252 / 0.5) !important;
}

.border-l-slate-50\/55 {
  border-left-color: rgb(248 250 252 / 0.55) !important;
}

.border-l-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6) !important;
}

.border-l-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65) !important;
}

.border-l-slate-50\/70 {
  border-left-color: rgb(248 250 252 / 0.7) !important;
}

.border-l-slate-50\/75 {
  border-left-color: rgb(248 250 252 / 0.75) !important;
}

.border-l-slate-50\/80 {
  border-left-color: rgb(248 250 252 / 0.8) !important;
}

.border-l-slate-50\/85 {
  border-left-color: rgb(248 250 252 / 0.85) !important;
}

.border-l-slate-50\/90 {
  border-left-color: rgb(248 250 252 / 0.9) !important;
}

.border-l-slate-50\/95 {
  border-left-color: rgb(248 250 252 / 0.95) !important;
}

.border-l-slate-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-500\/0 {
  border-left-color: rgb(100 116 139 / 0) !important;
}

.border-l-slate-500\/10 {
  border-left-color: rgb(100 116 139 / 0.1) !important;
}

.border-l-slate-500\/100 {
  border-left-color: rgb(100 116 139 / 1) !important;
}

.border-l-slate-500\/15 {
  border-left-color: rgb(100 116 139 / 0.15) !important;
}

.border-l-slate-500\/20 {
  border-left-color: rgb(100 116 139 / 0.2) !important;
}

.border-l-slate-500\/25 {
  border-left-color: rgb(100 116 139 / 0.25) !important;
}

.border-l-slate-500\/30 {
  border-left-color: rgb(100 116 139 / 0.3) !important;
}

.border-l-slate-500\/35 {
  border-left-color: rgb(100 116 139 / 0.35) !important;
}

.border-l-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4) !important;
}

.border-l-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45) !important;
}

.border-l-slate-500\/5 {
  border-left-color: rgb(100 116 139 / 0.05) !important;
}

.border-l-slate-500\/50 {
  border-left-color: rgb(100 116 139 / 0.5) !important;
}

.border-l-slate-500\/55 {
  border-left-color: rgb(100 116 139 / 0.55) !important;
}

.border-l-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6) !important;
}

.border-l-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65) !important;
}

.border-l-slate-500\/70 {
  border-left-color: rgb(100 116 139 / 0.7) !important;
}

.border-l-slate-500\/75 {
  border-left-color: rgb(100 116 139 / 0.75) !important;
}

.border-l-slate-500\/80 {
  border-left-color: rgb(100 116 139 / 0.8) !important;
}

.border-l-slate-500\/85 {
  border-left-color: rgb(100 116 139 / 0.85) !important;
}

.border-l-slate-500\/90 {
  border-left-color: rgb(100 116 139 / 0.9) !important;
}

.border-l-slate-500\/95 {
  border-left-color: rgb(100 116 139 / 0.95) !important;
}

.border-l-slate-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-600\/0 {
  border-left-color: rgb(71 85 105 / 0) !important;
}

.border-l-slate-600\/10 {
  border-left-color: rgb(71 85 105 / 0.1) !important;
}

.border-l-slate-600\/100 {
  border-left-color: rgb(71 85 105 / 1) !important;
}

.border-l-slate-600\/15 {
  border-left-color: rgb(71 85 105 / 0.15) !important;
}

.border-l-slate-600\/20 {
  border-left-color: rgb(71 85 105 / 0.2) !important;
}

.border-l-slate-600\/25 {
  border-left-color: rgb(71 85 105 / 0.25) !important;
}

.border-l-slate-600\/30 {
  border-left-color: rgb(71 85 105 / 0.3) !important;
}

.border-l-slate-600\/35 {
  border-left-color: rgb(71 85 105 / 0.35) !important;
}

.border-l-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4) !important;
}

.border-l-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45) !important;
}

.border-l-slate-600\/5 {
  border-left-color: rgb(71 85 105 / 0.05) !important;
}

.border-l-slate-600\/50 {
  border-left-color: rgb(71 85 105 / 0.5) !important;
}

.border-l-slate-600\/55 {
  border-left-color: rgb(71 85 105 / 0.55) !important;
}

.border-l-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6) !important;
}

.border-l-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65) !important;
}

.border-l-slate-600\/70 {
  border-left-color: rgb(71 85 105 / 0.7) !important;
}

.border-l-slate-600\/75 {
  border-left-color: rgb(71 85 105 / 0.75) !important;
}

.border-l-slate-600\/80 {
  border-left-color: rgb(71 85 105 / 0.8) !important;
}

.border-l-slate-600\/85 {
  border-left-color: rgb(71 85 105 / 0.85) !important;
}

.border-l-slate-600\/90 {
  border-left-color: rgb(71 85 105 / 0.9) !important;
}

.border-l-slate-600\/95 {
  border-left-color: rgb(71 85 105 / 0.95) !important;
}

.border-l-slate-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-700\/0 {
  border-left-color: rgb(51 65 85 / 0) !important;
}

.border-l-slate-700\/10 {
  border-left-color: rgb(51 65 85 / 0.1) !important;
}

.border-l-slate-700\/100 {
  border-left-color: rgb(51 65 85 / 1) !important;
}

.border-l-slate-700\/15 {
  border-left-color: rgb(51 65 85 / 0.15) !important;
}

.border-l-slate-700\/20 {
  border-left-color: rgb(51 65 85 / 0.2) !important;
}

.border-l-slate-700\/25 {
  border-left-color: rgb(51 65 85 / 0.25) !important;
}

.border-l-slate-700\/30 {
  border-left-color: rgb(51 65 85 / 0.3) !important;
}

.border-l-slate-700\/35 {
  border-left-color: rgb(51 65 85 / 0.35) !important;
}

.border-l-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4) !important;
}

.border-l-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45) !important;
}

.border-l-slate-700\/5 {
  border-left-color: rgb(51 65 85 / 0.05) !important;
}

.border-l-slate-700\/50 {
  border-left-color: rgb(51 65 85 / 0.5) !important;
}

.border-l-slate-700\/55 {
  border-left-color: rgb(51 65 85 / 0.55) !important;
}

.border-l-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6) !important;
}

.border-l-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65) !important;
}

.border-l-slate-700\/70 {
  border-left-color: rgb(51 65 85 / 0.7) !important;
}

.border-l-slate-700\/75 {
  border-left-color: rgb(51 65 85 / 0.75) !important;
}

.border-l-slate-700\/80 {
  border-left-color: rgb(51 65 85 / 0.8) !important;
}

.border-l-slate-700\/85 {
  border-left-color: rgb(51 65 85 / 0.85) !important;
}

.border-l-slate-700\/90 {
  border-left-color: rgb(51 65 85 / 0.9) !important;
}

.border-l-slate-700\/95 {
  border-left-color: rgb(51 65 85 / 0.95) !important;
}

.border-l-slate-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-800\/0 {
  border-left-color: rgb(30 41 59 / 0) !important;
}

.border-l-slate-800\/10 {
  border-left-color: rgb(30 41 59 / 0.1) !important;
}

.border-l-slate-800\/100 {
  border-left-color: rgb(30 41 59 / 1) !important;
}

.border-l-slate-800\/15 {
  border-left-color: rgb(30 41 59 / 0.15) !important;
}

.border-l-slate-800\/20 {
  border-left-color: rgb(30 41 59 / 0.2) !important;
}

.border-l-slate-800\/25 {
  border-left-color: rgb(30 41 59 / 0.25) !important;
}

.border-l-slate-800\/30 {
  border-left-color: rgb(30 41 59 / 0.3) !important;
}

.border-l-slate-800\/35 {
  border-left-color: rgb(30 41 59 / 0.35) !important;
}

.border-l-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4) !important;
}

.border-l-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45) !important;
}

.border-l-slate-800\/5 {
  border-left-color: rgb(30 41 59 / 0.05) !important;
}

.border-l-slate-800\/50 {
  border-left-color: rgb(30 41 59 / 0.5) !important;
}

.border-l-slate-800\/55 {
  border-left-color: rgb(30 41 59 / 0.55) !important;
}

.border-l-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6) !important;
}

.border-l-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65) !important;
}

.border-l-slate-800\/70 {
  border-left-color: rgb(30 41 59 / 0.7) !important;
}

.border-l-slate-800\/75 {
  border-left-color: rgb(30 41 59 / 0.75) !important;
}

.border-l-slate-800\/80 {
  border-left-color: rgb(30 41 59 / 0.8) !important;
}

.border-l-slate-800\/85 {
  border-left-color: rgb(30 41 59 / 0.85) !important;
}

.border-l-slate-800\/90 {
  border-left-color: rgb(30 41 59 / 0.9) !important;
}

.border-l-slate-800\/95 {
  border-left-color: rgb(30 41 59 / 0.95) !important;
}

.border-l-slate-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-900\/0 {
  border-left-color: rgb(15 23 42 / 0) !important;
}

.border-l-slate-900\/10 {
  border-left-color: rgb(15 23 42 / 0.1) !important;
}

.border-l-slate-900\/100 {
  border-left-color: rgb(15 23 42 / 1) !important;
}

.border-l-slate-900\/15 {
  border-left-color: rgb(15 23 42 / 0.15) !important;
}

.border-l-slate-900\/20 {
  border-left-color: rgb(15 23 42 / 0.2) !important;
}

.border-l-slate-900\/25 {
  border-left-color: rgb(15 23 42 / 0.25) !important;
}

.border-l-slate-900\/30 {
  border-left-color: rgb(15 23 42 / 0.3) !important;
}

.border-l-slate-900\/35 {
  border-left-color: rgb(15 23 42 / 0.35) !important;
}

.border-l-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4) !important;
}

.border-l-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45) !important;
}

.border-l-slate-900\/5 {
  border-left-color: rgb(15 23 42 / 0.05) !important;
}

.border-l-slate-900\/50 {
  border-left-color: rgb(15 23 42 / 0.5) !important;
}

.border-l-slate-900\/55 {
  border-left-color: rgb(15 23 42 / 0.55) !important;
}

.border-l-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6) !important;
}

.border-l-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65) !important;
}

.border-l-slate-900\/70 {
  border-left-color: rgb(15 23 42 / 0.7) !important;
}

.border-l-slate-900\/75 {
  border-left-color: rgb(15 23 42 / 0.75) !important;
}

.border-l-slate-900\/80 {
  border-left-color: rgb(15 23 42 / 0.8) !important;
}

.border-l-slate-900\/85 {
  border-left-color: rgb(15 23 42 / 0.85) !important;
}

.border-l-slate-900\/90 {
  border-left-color: rgb(15 23 42 / 0.9) !important;
}

.border-l-slate-900\/95 {
  border-left-color: rgb(15 23 42 / 0.95) !important;
}

.border-l-slate-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-l-slate-950\/0 {
  border-left-color: rgb(2 6 23 / 0) !important;
}

.border-l-slate-950\/10 {
  border-left-color: rgb(2 6 23 / 0.1) !important;
}

.border-l-slate-950\/100 {
  border-left-color: rgb(2 6 23 / 1) !important;
}

.border-l-slate-950\/15 {
  border-left-color: rgb(2 6 23 / 0.15) !important;
}

.border-l-slate-950\/20 {
  border-left-color: rgb(2 6 23 / 0.2) !important;
}

.border-l-slate-950\/25 {
  border-left-color: rgb(2 6 23 / 0.25) !important;
}

.border-l-slate-950\/30 {
  border-left-color: rgb(2 6 23 / 0.3) !important;
}

.border-l-slate-950\/35 {
  border-left-color: rgb(2 6 23 / 0.35) !important;
}

.border-l-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4) !important;
}

.border-l-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45) !important;
}

.border-l-slate-950\/5 {
  border-left-color: rgb(2 6 23 / 0.05) !important;
}

.border-l-slate-950\/50 {
  border-left-color: rgb(2 6 23 / 0.5) !important;
}

.border-l-slate-950\/55 {
  border-left-color: rgb(2 6 23 / 0.55) !important;
}

.border-l-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6) !important;
}

.border-l-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65) !important;
}

.border-l-slate-950\/70 {
  border-left-color: rgb(2 6 23 / 0.7) !important;
}

.border-l-slate-950\/75 {
  border-left-color: rgb(2 6 23 / 0.75) !important;
}

.border-l-slate-950\/80 {
  border-left-color: rgb(2 6 23 / 0.8) !important;
}

.border-l-slate-950\/85 {
  border-left-color: rgb(2 6 23 / 0.85) !important;
}

.border-l-slate-950\/90 {
  border-left-color: rgb(2 6 23 / 0.9) !important;
}

.border-l-slate-950\/95 {
  border-left-color: rgb(2 6 23 / 0.95) !important;
}

.border-l-stone-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-100\/0 {
  border-left-color: rgb(245 245 244 / 0) !important;
}

.border-l-stone-100\/10 {
  border-left-color: rgb(245 245 244 / 0.1) !important;
}

.border-l-stone-100\/100 {
  border-left-color: rgb(245 245 244 / 1) !important;
}

.border-l-stone-100\/15 {
  border-left-color: rgb(245 245 244 / 0.15) !important;
}

.border-l-stone-100\/20 {
  border-left-color: rgb(245 245 244 / 0.2) !important;
}

.border-l-stone-100\/25 {
  border-left-color: rgb(245 245 244 / 0.25) !important;
}

.border-l-stone-100\/30 {
  border-left-color: rgb(245 245 244 / 0.3) !important;
}

.border-l-stone-100\/35 {
  border-left-color: rgb(245 245 244 / 0.35) !important;
}

.border-l-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4) !important;
}

.border-l-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45) !important;
}

.border-l-stone-100\/5 {
  border-left-color: rgb(245 245 244 / 0.05) !important;
}

.border-l-stone-100\/50 {
  border-left-color: rgb(245 245 244 / 0.5) !important;
}

.border-l-stone-100\/55 {
  border-left-color: rgb(245 245 244 / 0.55) !important;
}

.border-l-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6) !important;
}

.border-l-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65) !important;
}

.border-l-stone-100\/70 {
  border-left-color: rgb(245 245 244 / 0.7) !important;
}

.border-l-stone-100\/75 {
  border-left-color: rgb(245 245 244 / 0.75) !important;
}

.border-l-stone-100\/80 {
  border-left-color: rgb(245 245 244 / 0.8) !important;
}

.border-l-stone-100\/85 {
  border-left-color: rgb(245 245 244 / 0.85) !important;
}

.border-l-stone-100\/90 {
  border-left-color: rgb(245 245 244 / 0.9) !important;
}

.border-l-stone-100\/95 {
  border-left-color: rgb(245 245 244 / 0.95) !important;
}

.border-l-stone-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-200\/0 {
  border-left-color: rgb(231 229 228 / 0) !important;
}

.border-l-stone-200\/10 {
  border-left-color: rgb(231 229 228 / 0.1) !important;
}

.border-l-stone-200\/100 {
  border-left-color: rgb(231 229 228 / 1) !important;
}

.border-l-stone-200\/15 {
  border-left-color: rgb(231 229 228 / 0.15) !important;
}

.border-l-stone-200\/20 {
  border-left-color: rgb(231 229 228 / 0.2) !important;
}

.border-l-stone-200\/25 {
  border-left-color: rgb(231 229 228 / 0.25) !important;
}

.border-l-stone-200\/30 {
  border-left-color: rgb(231 229 228 / 0.3) !important;
}

.border-l-stone-200\/35 {
  border-left-color: rgb(231 229 228 / 0.35) !important;
}

.border-l-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4) !important;
}

.border-l-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45) !important;
}

.border-l-stone-200\/5 {
  border-left-color: rgb(231 229 228 / 0.05) !important;
}

.border-l-stone-200\/50 {
  border-left-color: rgb(231 229 228 / 0.5) !important;
}

.border-l-stone-200\/55 {
  border-left-color: rgb(231 229 228 / 0.55) !important;
}

.border-l-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6) !important;
}

.border-l-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65) !important;
}

.border-l-stone-200\/70 {
  border-left-color: rgb(231 229 228 / 0.7) !important;
}

.border-l-stone-200\/75 {
  border-left-color: rgb(231 229 228 / 0.75) !important;
}

.border-l-stone-200\/80 {
  border-left-color: rgb(231 229 228 / 0.8) !important;
}

.border-l-stone-200\/85 {
  border-left-color: rgb(231 229 228 / 0.85) !important;
}

.border-l-stone-200\/90 {
  border-left-color: rgb(231 229 228 / 0.9) !important;
}

.border-l-stone-200\/95 {
  border-left-color: rgb(231 229 228 / 0.95) !important;
}

.border-l-stone-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-300\/0 {
  border-left-color: rgb(214 211 209 / 0) !important;
}

.border-l-stone-300\/10 {
  border-left-color: rgb(214 211 209 / 0.1) !important;
}

.border-l-stone-300\/100 {
  border-left-color: rgb(214 211 209 / 1) !important;
}

.border-l-stone-300\/15 {
  border-left-color: rgb(214 211 209 / 0.15) !important;
}

.border-l-stone-300\/20 {
  border-left-color: rgb(214 211 209 / 0.2) !important;
}

.border-l-stone-300\/25 {
  border-left-color: rgb(214 211 209 / 0.25) !important;
}

.border-l-stone-300\/30 {
  border-left-color: rgb(214 211 209 / 0.3) !important;
}

.border-l-stone-300\/35 {
  border-left-color: rgb(214 211 209 / 0.35) !important;
}

.border-l-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4) !important;
}

.border-l-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45) !important;
}

.border-l-stone-300\/5 {
  border-left-color: rgb(214 211 209 / 0.05) !important;
}

.border-l-stone-300\/50 {
  border-left-color: rgb(214 211 209 / 0.5) !important;
}

.border-l-stone-300\/55 {
  border-left-color: rgb(214 211 209 / 0.55) !important;
}

.border-l-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6) !important;
}

.border-l-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65) !important;
}

.border-l-stone-300\/70 {
  border-left-color: rgb(214 211 209 / 0.7) !important;
}

.border-l-stone-300\/75 {
  border-left-color: rgb(214 211 209 / 0.75) !important;
}

.border-l-stone-300\/80 {
  border-left-color: rgb(214 211 209 / 0.8) !important;
}

.border-l-stone-300\/85 {
  border-left-color: rgb(214 211 209 / 0.85) !important;
}

.border-l-stone-300\/90 {
  border-left-color: rgb(214 211 209 / 0.9) !important;
}

.border-l-stone-300\/95 {
  border-left-color: rgb(214 211 209 / 0.95) !important;
}

.border-l-stone-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-400\/0 {
  border-left-color: rgb(168 162 158 / 0) !important;
}

.border-l-stone-400\/10 {
  border-left-color: rgb(168 162 158 / 0.1) !important;
}

.border-l-stone-400\/100 {
  border-left-color: rgb(168 162 158 / 1) !important;
}

.border-l-stone-400\/15 {
  border-left-color: rgb(168 162 158 / 0.15) !important;
}

.border-l-stone-400\/20 {
  border-left-color: rgb(168 162 158 / 0.2) !important;
}

.border-l-stone-400\/25 {
  border-left-color: rgb(168 162 158 / 0.25) !important;
}

.border-l-stone-400\/30 {
  border-left-color: rgb(168 162 158 / 0.3) !important;
}

.border-l-stone-400\/35 {
  border-left-color: rgb(168 162 158 / 0.35) !important;
}

.border-l-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4) !important;
}

.border-l-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45) !important;
}

.border-l-stone-400\/5 {
  border-left-color: rgb(168 162 158 / 0.05) !important;
}

.border-l-stone-400\/50 {
  border-left-color: rgb(168 162 158 / 0.5) !important;
}

.border-l-stone-400\/55 {
  border-left-color: rgb(168 162 158 / 0.55) !important;
}

.border-l-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6) !important;
}

.border-l-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65) !important;
}

.border-l-stone-400\/70 {
  border-left-color: rgb(168 162 158 / 0.7) !important;
}

.border-l-stone-400\/75 {
  border-left-color: rgb(168 162 158 / 0.75) !important;
}

.border-l-stone-400\/80 {
  border-left-color: rgb(168 162 158 / 0.8) !important;
}

.border-l-stone-400\/85 {
  border-left-color: rgb(168 162 158 / 0.85) !important;
}

.border-l-stone-400\/90 {
  border-left-color: rgb(168 162 158 / 0.9) !important;
}

.border-l-stone-400\/95 {
  border-left-color: rgb(168 162 158 / 0.95) !important;
}

.border-l-stone-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-50\/0 {
  border-left-color: rgb(250 250 249 / 0) !important;
}

.border-l-stone-50\/10 {
  border-left-color: rgb(250 250 249 / 0.1) !important;
}

.border-l-stone-50\/100 {
  border-left-color: rgb(250 250 249 / 1) !important;
}

.border-l-stone-50\/15 {
  border-left-color: rgb(250 250 249 / 0.15) !important;
}

.border-l-stone-50\/20 {
  border-left-color: rgb(250 250 249 / 0.2) !important;
}

.border-l-stone-50\/25 {
  border-left-color: rgb(250 250 249 / 0.25) !important;
}

.border-l-stone-50\/30 {
  border-left-color: rgb(250 250 249 / 0.3) !important;
}

.border-l-stone-50\/35 {
  border-left-color: rgb(250 250 249 / 0.35) !important;
}

.border-l-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4) !important;
}

.border-l-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45) !important;
}

.border-l-stone-50\/5 {
  border-left-color: rgb(250 250 249 / 0.05) !important;
}

.border-l-stone-50\/50 {
  border-left-color: rgb(250 250 249 / 0.5) !important;
}

.border-l-stone-50\/55 {
  border-left-color: rgb(250 250 249 / 0.55) !important;
}

.border-l-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6) !important;
}

.border-l-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65) !important;
}

.border-l-stone-50\/70 {
  border-left-color: rgb(250 250 249 / 0.7) !important;
}

.border-l-stone-50\/75 {
  border-left-color: rgb(250 250 249 / 0.75) !important;
}

.border-l-stone-50\/80 {
  border-left-color: rgb(250 250 249 / 0.8) !important;
}

.border-l-stone-50\/85 {
  border-left-color: rgb(250 250 249 / 0.85) !important;
}

.border-l-stone-50\/90 {
  border-left-color: rgb(250 250 249 / 0.9) !important;
}

.border-l-stone-50\/95 {
  border-left-color: rgb(250 250 249 / 0.95) !important;
}

.border-l-stone-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-500\/0 {
  border-left-color: rgb(120 113 108 / 0) !important;
}

.border-l-stone-500\/10 {
  border-left-color: rgb(120 113 108 / 0.1) !important;
}

.border-l-stone-500\/100 {
  border-left-color: rgb(120 113 108 / 1) !important;
}

.border-l-stone-500\/15 {
  border-left-color: rgb(120 113 108 / 0.15) !important;
}

.border-l-stone-500\/20 {
  border-left-color: rgb(120 113 108 / 0.2) !important;
}

.border-l-stone-500\/25 {
  border-left-color: rgb(120 113 108 / 0.25) !important;
}

.border-l-stone-500\/30 {
  border-left-color: rgb(120 113 108 / 0.3) !important;
}

.border-l-stone-500\/35 {
  border-left-color: rgb(120 113 108 / 0.35) !important;
}

.border-l-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4) !important;
}

.border-l-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45) !important;
}

.border-l-stone-500\/5 {
  border-left-color: rgb(120 113 108 / 0.05) !important;
}

.border-l-stone-500\/50 {
  border-left-color: rgb(120 113 108 / 0.5) !important;
}

.border-l-stone-500\/55 {
  border-left-color: rgb(120 113 108 / 0.55) !important;
}

.border-l-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6) !important;
}

.border-l-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65) !important;
}

.border-l-stone-500\/70 {
  border-left-color: rgb(120 113 108 / 0.7) !important;
}

.border-l-stone-500\/75 {
  border-left-color: rgb(120 113 108 / 0.75) !important;
}

.border-l-stone-500\/80 {
  border-left-color: rgb(120 113 108 / 0.8) !important;
}

.border-l-stone-500\/85 {
  border-left-color: rgb(120 113 108 / 0.85) !important;
}

.border-l-stone-500\/90 {
  border-left-color: rgb(120 113 108 / 0.9) !important;
}

.border-l-stone-500\/95 {
  border-left-color: rgb(120 113 108 / 0.95) !important;
}

.border-l-stone-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-600\/0 {
  border-left-color: rgb(87 83 78 / 0) !important;
}

.border-l-stone-600\/10 {
  border-left-color: rgb(87 83 78 / 0.1) !important;
}

.border-l-stone-600\/100 {
  border-left-color: rgb(87 83 78 / 1) !important;
}

.border-l-stone-600\/15 {
  border-left-color: rgb(87 83 78 / 0.15) !important;
}

.border-l-stone-600\/20 {
  border-left-color: rgb(87 83 78 / 0.2) !important;
}

.border-l-stone-600\/25 {
  border-left-color: rgb(87 83 78 / 0.25) !important;
}

.border-l-stone-600\/30 {
  border-left-color: rgb(87 83 78 / 0.3) !important;
}

.border-l-stone-600\/35 {
  border-left-color: rgb(87 83 78 / 0.35) !important;
}

.border-l-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4) !important;
}

.border-l-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45) !important;
}

.border-l-stone-600\/5 {
  border-left-color: rgb(87 83 78 / 0.05) !important;
}

.border-l-stone-600\/50 {
  border-left-color: rgb(87 83 78 / 0.5) !important;
}

.border-l-stone-600\/55 {
  border-left-color: rgb(87 83 78 / 0.55) !important;
}

.border-l-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6) !important;
}

.border-l-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65) !important;
}

.border-l-stone-600\/70 {
  border-left-color: rgb(87 83 78 / 0.7) !important;
}

.border-l-stone-600\/75 {
  border-left-color: rgb(87 83 78 / 0.75) !important;
}

.border-l-stone-600\/80 {
  border-left-color: rgb(87 83 78 / 0.8) !important;
}

.border-l-stone-600\/85 {
  border-left-color: rgb(87 83 78 / 0.85) !important;
}

.border-l-stone-600\/90 {
  border-left-color: rgb(87 83 78 / 0.9) !important;
}

.border-l-stone-600\/95 {
  border-left-color: rgb(87 83 78 / 0.95) !important;
}

.border-l-stone-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-700\/0 {
  border-left-color: rgb(68 64 60 / 0) !important;
}

.border-l-stone-700\/10 {
  border-left-color: rgb(68 64 60 / 0.1) !important;
}

.border-l-stone-700\/100 {
  border-left-color: rgb(68 64 60 / 1) !important;
}

.border-l-stone-700\/15 {
  border-left-color: rgb(68 64 60 / 0.15) !important;
}

.border-l-stone-700\/20 {
  border-left-color: rgb(68 64 60 / 0.2) !important;
}

.border-l-stone-700\/25 {
  border-left-color: rgb(68 64 60 / 0.25) !important;
}

.border-l-stone-700\/30 {
  border-left-color: rgb(68 64 60 / 0.3) !important;
}

.border-l-stone-700\/35 {
  border-left-color: rgb(68 64 60 / 0.35) !important;
}

.border-l-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4) !important;
}

.border-l-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45) !important;
}

.border-l-stone-700\/5 {
  border-left-color: rgb(68 64 60 / 0.05) !important;
}

.border-l-stone-700\/50 {
  border-left-color: rgb(68 64 60 / 0.5) !important;
}

.border-l-stone-700\/55 {
  border-left-color: rgb(68 64 60 / 0.55) !important;
}

.border-l-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6) !important;
}

.border-l-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65) !important;
}

.border-l-stone-700\/70 {
  border-left-color: rgb(68 64 60 / 0.7) !important;
}

.border-l-stone-700\/75 {
  border-left-color: rgb(68 64 60 / 0.75) !important;
}

.border-l-stone-700\/80 {
  border-left-color: rgb(68 64 60 / 0.8) !important;
}

.border-l-stone-700\/85 {
  border-left-color: rgb(68 64 60 / 0.85) !important;
}

.border-l-stone-700\/90 {
  border-left-color: rgb(68 64 60 / 0.9) !important;
}

.border-l-stone-700\/95 {
  border-left-color: rgb(68 64 60 / 0.95) !important;
}

.border-l-stone-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-800\/0 {
  border-left-color: rgb(41 37 36 / 0) !important;
}

.border-l-stone-800\/10 {
  border-left-color: rgb(41 37 36 / 0.1) !important;
}

.border-l-stone-800\/100 {
  border-left-color: rgb(41 37 36 / 1) !important;
}

.border-l-stone-800\/15 {
  border-left-color: rgb(41 37 36 / 0.15) !important;
}

.border-l-stone-800\/20 {
  border-left-color: rgb(41 37 36 / 0.2) !important;
}

.border-l-stone-800\/25 {
  border-left-color: rgb(41 37 36 / 0.25) !important;
}

.border-l-stone-800\/30 {
  border-left-color: rgb(41 37 36 / 0.3) !important;
}

.border-l-stone-800\/35 {
  border-left-color: rgb(41 37 36 / 0.35) !important;
}

.border-l-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4) !important;
}

.border-l-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45) !important;
}

.border-l-stone-800\/5 {
  border-left-color: rgb(41 37 36 / 0.05) !important;
}

.border-l-stone-800\/50 {
  border-left-color: rgb(41 37 36 / 0.5) !important;
}

.border-l-stone-800\/55 {
  border-left-color: rgb(41 37 36 / 0.55) !important;
}

.border-l-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6) !important;
}

.border-l-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65) !important;
}

.border-l-stone-800\/70 {
  border-left-color: rgb(41 37 36 / 0.7) !important;
}

.border-l-stone-800\/75 {
  border-left-color: rgb(41 37 36 / 0.75) !important;
}

.border-l-stone-800\/80 {
  border-left-color: rgb(41 37 36 / 0.8) !important;
}

.border-l-stone-800\/85 {
  border-left-color: rgb(41 37 36 / 0.85) !important;
}

.border-l-stone-800\/90 {
  border-left-color: rgb(41 37 36 / 0.9) !important;
}

.border-l-stone-800\/95 {
  border-left-color: rgb(41 37 36 / 0.95) !important;
}

.border-l-stone-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-900\/0 {
  border-left-color: rgb(28 25 23 / 0) !important;
}

.border-l-stone-900\/10 {
  border-left-color: rgb(28 25 23 / 0.1) !important;
}

.border-l-stone-900\/100 {
  border-left-color: rgb(28 25 23 / 1) !important;
}

.border-l-stone-900\/15 {
  border-left-color: rgb(28 25 23 / 0.15) !important;
}

.border-l-stone-900\/20 {
  border-left-color: rgb(28 25 23 / 0.2) !important;
}

.border-l-stone-900\/25 {
  border-left-color: rgb(28 25 23 / 0.25) !important;
}

.border-l-stone-900\/30 {
  border-left-color: rgb(28 25 23 / 0.3) !important;
}

.border-l-stone-900\/35 {
  border-left-color: rgb(28 25 23 / 0.35) !important;
}

.border-l-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4) !important;
}

.border-l-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45) !important;
}

.border-l-stone-900\/5 {
  border-left-color: rgb(28 25 23 / 0.05) !important;
}

.border-l-stone-900\/50 {
  border-left-color: rgb(28 25 23 / 0.5) !important;
}

.border-l-stone-900\/55 {
  border-left-color: rgb(28 25 23 / 0.55) !important;
}

.border-l-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6) !important;
}

.border-l-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65) !important;
}

.border-l-stone-900\/70 {
  border-left-color: rgb(28 25 23 / 0.7) !important;
}

.border-l-stone-900\/75 {
  border-left-color: rgb(28 25 23 / 0.75) !important;
}

.border-l-stone-900\/80 {
  border-left-color: rgb(28 25 23 / 0.8) !important;
}

.border-l-stone-900\/85 {
  border-left-color: rgb(28 25 23 / 0.85) !important;
}

.border-l-stone-900\/90 {
  border-left-color: rgb(28 25 23 / 0.9) !important;
}

.border-l-stone-900\/95 {
  border-left-color: rgb(28 25 23 / 0.95) !important;
}

.border-l-stone-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-l-stone-950\/0 {
  border-left-color: rgb(12 10 9 / 0) !important;
}

.border-l-stone-950\/10 {
  border-left-color: rgb(12 10 9 / 0.1) !important;
}

.border-l-stone-950\/100 {
  border-left-color: rgb(12 10 9 / 1) !important;
}

.border-l-stone-950\/15 {
  border-left-color: rgb(12 10 9 / 0.15) !important;
}

.border-l-stone-950\/20 {
  border-left-color: rgb(12 10 9 / 0.2) !important;
}

.border-l-stone-950\/25 {
  border-left-color: rgb(12 10 9 / 0.25) !important;
}

.border-l-stone-950\/30 {
  border-left-color: rgb(12 10 9 / 0.3) !important;
}

.border-l-stone-950\/35 {
  border-left-color: rgb(12 10 9 / 0.35) !important;
}

.border-l-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4) !important;
}

.border-l-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45) !important;
}

.border-l-stone-950\/5 {
  border-left-color: rgb(12 10 9 / 0.05) !important;
}

.border-l-stone-950\/50 {
  border-left-color: rgb(12 10 9 / 0.5) !important;
}

.border-l-stone-950\/55 {
  border-left-color: rgb(12 10 9 / 0.55) !important;
}

.border-l-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6) !important;
}

.border-l-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65) !important;
}

.border-l-stone-950\/70 {
  border-left-color: rgb(12 10 9 / 0.7) !important;
}

.border-l-stone-950\/75 {
  border-left-color: rgb(12 10 9 / 0.75) !important;
}

.border-l-stone-950\/80 {
  border-left-color: rgb(12 10 9 / 0.8) !important;
}

.border-l-stone-950\/85 {
  border-left-color: rgb(12 10 9 / 0.85) !important;
}

.border-l-stone-950\/90 {
  border-left-color: rgb(12 10 9 / 0.9) !important;
}

.border-l-stone-950\/95 {
  border-left-color: rgb(12 10 9 / 0.95) !important;
}

.border-l-teal-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-100\/0 {
  border-left-color: rgb(204 251 241 / 0) !important;
}

.border-l-teal-100\/10 {
  border-left-color: rgb(204 251 241 / 0.1) !important;
}

.border-l-teal-100\/100 {
  border-left-color: rgb(204 251 241 / 1) !important;
}

.border-l-teal-100\/15 {
  border-left-color: rgb(204 251 241 / 0.15) !important;
}

.border-l-teal-100\/20 {
  border-left-color: rgb(204 251 241 / 0.2) !important;
}

.border-l-teal-100\/25 {
  border-left-color: rgb(204 251 241 / 0.25) !important;
}

.border-l-teal-100\/30 {
  border-left-color: rgb(204 251 241 / 0.3) !important;
}

.border-l-teal-100\/35 {
  border-left-color: rgb(204 251 241 / 0.35) !important;
}

.border-l-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4) !important;
}

.border-l-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45) !important;
}

.border-l-teal-100\/5 {
  border-left-color: rgb(204 251 241 / 0.05) !important;
}

.border-l-teal-100\/50 {
  border-left-color: rgb(204 251 241 / 0.5) !important;
}

.border-l-teal-100\/55 {
  border-left-color: rgb(204 251 241 / 0.55) !important;
}

.border-l-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6) !important;
}

.border-l-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65) !important;
}

.border-l-teal-100\/70 {
  border-left-color: rgb(204 251 241 / 0.7) !important;
}

.border-l-teal-100\/75 {
  border-left-color: rgb(204 251 241 / 0.75) !important;
}

.border-l-teal-100\/80 {
  border-left-color: rgb(204 251 241 / 0.8) !important;
}

.border-l-teal-100\/85 {
  border-left-color: rgb(204 251 241 / 0.85) !important;
}

.border-l-teal-100\/90 {
  border-left-color: rgb(204 251 241 / 0.9) !important;
}

.border-l-teal-100\/95 {
  border-left-color: rgb(204 251 241 / 0.95) !important;
}

.border-l-teal-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-200\/0 {
  border-left-color: rgb(153 246 228 / 0) !important;
}

.border-l-teal-200\/10 {
  border-left-color: rgb(153 246 228 / 0.1) !important;
}

.border-l-teal-200\/100 {
  border-left-color: rgb(153 246 228 / 1) !important;
}

.border-l-teal-200\/15 {
  border-left-color: rgb(153 246 228 / 0.15) !important;
}

.border-l-teal-200\/20 {
  border-left-color: rgb(153 246 228 / 0.2) !important;
}

.border-l-teal-200\/25 {
  border-left-color: rgb(153 246 228 / 0.25) !important;
}

.border-l-teal-200\/30 {
  border-left-color: rgb(153 246 228 / 0.3) !important;
}

.border-l-teal-200\/35 {
  border-left-color: rgb(153 246 228 / 0.35) !important;
}

.border-l-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4) !important;
}

.border-l-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45) !important;
}

.border-l-teal-200\/5 {
  border-left-color: rgb(153 246 228 / 0.05) !important;
}

.border-l-teal-200\/50 {
  border-left-color: rgb(153 246 228 / 0.5) !important;
}

.border-l-teal-200\/55 {
  border-left-color: rgb(153 246 228 / 0.55) !important;
}

.border-l-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6) !important;
}

.border-l-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65) !important;
}

.border-l-teal-200\/70 {
  border-left-color: rgb(153 246 228 / 0.7) !important;
}

.border-l-teal-200\/75 {
  border-left-color: rgb(153 246 228 / 0.75) !important;
}

.border-l-teal-200\/80 {
  border-left-color: rgb(153 246 228 / 0.8) !important;
}

.border-l-teal-200\/85 {
  border-left-color: rgb(153 246 228 / 0.85) !important;
}

.border-l-teal-200\/90 {
  border-left-color: rgb(153 246 228 / 0.9) !important;
}

.border-l-teal-200\/95 {
  border-left-color: rgb(153 246 228 / 0.95) !important;
}

.border-l-teal-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-300\/0 {
  border-left-color: rgb(94 234 212 / 0) !important;
}

.border-l-teal-300\/10 {
  border-left-color: rgb(94 234 212 / 0.1) !important;
}

.border-l-teal-300\/100 {
  border-left-color: rgb(94 234 212 / 1) !important;
}

.border-l-teal-300\/15 {
  border-left-color: rgb(94 234 212 / 0.15) !important;
}

.border-l-teal-300\/20 {
  border-left-color: rgb(94 234 212 / 0.2) !important;
}

.border-l-teal-300\/25 {
  border-left-color: rgb(94 234 212 / 0.25) !important;
}

.border-l-teal-300\/30 {
  border-left-color: rgb(94 234 212 / 0.3) !important;
}

.border-l-teal-300\/35 {
  border-left-color: rgb(94 234 212 / 0.35) !important;
}

.border-l-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4) !important;
}

.border-l-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45) !important;
}

.border-l-teal-300\/5 {
  border-left-color: rgb(94 234 212 / 0.05) !important;
}

.border-l-teal-300\/50 {
  border-left-color: rgb(94 234 212 / 0.5) !important;
}

.border-l-teal-300\/55 {
  border-left-color: rgb(94 234 212 / 0.55) !important;
}

.border-l-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6) !important;
}

.border-l-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65) !important;
}

.border-l-teal-300\/70 {
  border-left-color: rgb(94 234 212 / 0.7) !important;
}

.border-l-teal-300\/75 {
  border-left-color: rgb(94 234 212 / 0.75) !important;
}

.border-l-teal-300\/80 {
  border-left-color: rgb(94 234 212 / 0.8) !important;
}

.border-l-teal-300\/85 {
  border-left-color: rgb(94 234 212 / 0.85) !important;
}

.border-l-teal-300\/90 {
  border-left-color: rgb(94 234 212 / 0.9) !important;
}

.border-l-teal-300\/95 {
  border-left-color: rgb(94 234 212 / 0.95) !important;
}

.border-l-teal-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-400\/0 {
  border-left-color: rgb(45 212 191 / 0) !important;
}

.border-l-teal-400\/10 {
  border-left-color: rgb(45 212 191 / 0.1) !important;
}

.border-l-teal-400\/100 {
  border-left-color: rgb(45 212 191 / 1) !important;
}

.border-l-teal-400\/15 {
  border-left-color: rgb(45 212 191 / 0.15) !important;
}

.border-l-teal-400\/20 {
  border-left-color: rgb(45 212 191 / 0.2) !important;
}

.border-l-teal-400\/25 {
  border-left-color: rgb(45 212 191 / 0.25) !important;
}

.border-l-teal-400\/30 {
  border-left-color: rgb(45 212 191 / 0.3) !important;
}

.border-l-teal-400\/35 {
  border-left-color: rgb(45 212 191 / 0.35) !important;
}

.border-l-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4) !important;
}

.border-l-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45) !important;
}

.border-l-teal-400\/5 {
  border-left-color: rgb(45 212 191 / 0.05) !important;
}

.border-l-teal-400\/50 {
  border-left-color: rgb(45 212 191 / 0.5) !important;
}

.border-l-teal-400\/55 {
  border-left-color: rgb(45 212 191 / 0.55) !important;
}

.border-l-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6) !important;
}

.border-l-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65) !important;
}

.border-l-teal-400\/70 {
  border-left-color: rgb(45 212 191 / 0.7) !important;
}

.border-l-teal-400\/75 {
  border-left-color: rgb(45 212 191 / 0.75) !important;
}

.border-l-teal-400\/80 {
  border-left-color: rgb(45 212 191 / 0.8) !important;
}

.border-l-teal-400\/85 {
  border-left-color: rgb(45 212 191 / 0.85) !important;
}

.border-l-teal-400\/90 {
  border-left-color: rgb(45 212 191 / 0.9) !important;
}

.border-l-teal-400\/95 {
  border-left-color: rgb(45 212 191 / 0.95) !important;
}

.border-l-teal-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-50\/0 {
  border-left-color: rgb(240 253 250 / 0) !important;
}

.border-l-teal-50\/10 {
  border-left-color: rgb(240 253 250 / 0.1) !important;
}

.border-l-teal-50\/100 {
  border-left-color: rgb(240 253 250 / 1) !important;
}

.border-l-teal-50\/15 {
  border-left-color: rgb(240 253 250 / 0.15) !important;
}

.border-l-teal-50\/20 {
  border-left-color: rgb(240 253 250 / 0.2) !important;
}

.border-l-teal-50\/25 {
  border-left-color: rgb(240 253 250 / 0.25) !important;
}

.border-l-teal-50\/30 {
  border-left-color: rgb(240 253 250 / 0.3) !important;
}

.border-l-teal-50\/35 {
  border-left-color: rgb(240 253 250 / 0.35) !important;
}

.border-l-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4) !important;
}

.border-l-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45) !important;
}

.border-l-teal-50\/5 {
  border-left-color: rgb(240 253 250 / 0.05) !important;
}

.border-l-teal-50\/50 {
  border-left-color: rgb(240 253 250 / 0.5) !important;
}

.border-l-teal-50\/55 {
  border-left-color: rgb(240 253 250 / 0.55) !important;
}

.border-l-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6) !important;
}

.border-l-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65) !important;
}

.border-l-teal-50\/70 {
  border-left-color: rgb(240 253 250 / 0.7) !important;
}

.border-l-teal-50\/75 {
  border-left-color: rgb(240 253 250 / 0.75) !important;
}

.border-l-teal-50\/80 {
  border-left-color: rgb(240 253 250 / 0.8) !important;
}

.border-l-teal-50\/85 {
  border-left-color: rgb(240 253 250 / 0.85) !important;
}

.border-l-teal-50\/90 {
  border-left-color: rgb(240 253 250 / 0.9) !important;
}

.border-l-teal-50\/95 {
  border-left-color: rgb(240 253 250 / 0.95) !important;
}

.border-l-teal-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-500\/0 {
  border-left-color: rgb(20 184 166 / 0) !important;
}

.border-l-teal-500\/10 {
  border-left-color: rgb(20 184 166 / 0.1) !important;
}

.border-l-teal-500\/100 {
  border-left-color: rgb(20 184 166 / 1) !important;
}

.border-l-teal-500\/15 {
  border-left-color: rgb(20 184 166 / 0.15) !important;
}

.border-l-teal-500\/20 {
  border-left-color: rgb(20 184 166 / 0.2) !important;
}

.border-l-teal-500\/25 {
  border-left-color: rgb(20 184 166 / 0.25) !important;
}

.border-l-teal-500\/30 {
  border-left-color: rgb(20 184 166 / 0.3) !important;
}

.border-l-teal-500\/35 {
  border-left-color: rgb(20 184 166 / 0.35) !important;
}

.border-l-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4) !important;
}

.border-l-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45) !important;
}

.border-l-teal-500\/5 {
  border-left-color: rgb(20 184 166 / 0.05) !important;
}

.border-l-teal-500\/50 {
  border-left-color: rgb(20 184 166 / 0.5) !important;
}

.border-l-teal-500\/55 {
  border-left-color: rgb(20 184 166 / 0.55) !important;
}

.border-l-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6) !important;
}

.border-l-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65) !important;
}

.border-l-teal-500\/70 {
  border-left-color: rgb(20 184 166 / 0.7) !important;
}

.border-l-teal-500\/75 {
  border-left-color: rgb(20 184 166 / 0.75) !important;
}

.border-l-teal-500\/80 {
  border-left-color: rgb(20 184 166 / 0.8) !important;
}

.border-l-teal-500\/85 {
  border-left-color: rgb(20 184 166 / 0.85) !important;
}

.border-l-teal-500\/90 {
  border-left-color: rgb(20 184 166 / 0.9) !important;
}

.border-l-teal-500\/95 {
  border-left-color: rgb(20 184 166 / 0.95) !important;
}

.border-l-teal-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-600\/0 {
  border-left-color: rgb(13 148 136 / 0) !important;
}

.border-l-teal-600\/10 {
  border-left-color: rgb(13 148 136 / 0.1) !important;
}

.border-l-teal-600\/100 {
  border-left-color: rgb(13 148 136 / 1) !important;
}

.border-l-teal-600\/15 {
  border-left-color: rgb(13 148 136 / 0.15) !important;
}

.border-l-teal-600\/20 {
  border-left-color: rgb(13 148 136 / 0.2) !important;
}

.border-l-teal-600\/25 {
  border-left-color: rgb(13 148 136 / 0.25) !important;
}

.border-l-teal-600\/30 {
  border-left-color: rgb(13 148 136 / 0.3) !important;
}

.border-l-teal-600\/35 {
  border-left-color: rgb(13 148 136 / 0.35) !important;
}

.border-l-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4) !important;
}

.border-l-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45) !important;
}

.border-l-teal-600\/5 {
  border-left-color: rgb(13 148 136 / 0.05) !important;
}

.border-l-teal-600\/50 {
  border-left-color: rgb(13 148 136 / 0.5) !important;
}

.border-l-teal-600\/55 {
  border-left-color: rgb(13 148 136 / 0.55) !important;
}

.border-l-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6) !important;
}

.border-l-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65) !important;
}

.border-l-teal-600\/70 {
  border-left-color: rgb(13 148 136 / 0.7) !important;
}

.border-l-teal-600\/75 {
  border-left-color: rgb(13 148 136 / 0.75) !important;
}

.border-l-teal-600\/80 {
  border-left-color: rgb(13 148 136 / 0.8) !important;
}

.border-l-teal-600\/85 {
  border-left-color: rgb(13 148 136 / 0.85) !important;
}

.border-l-teal-600\/90 {
  border-left-color: rgb(13 148 136 / 0.9) !important;
}

.border-l-teal-600\/95 {
  border-left-color: rgb(13 148 136 / 0.95) !important;
}

.border-l-teal-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-700\/0 {
  border-left-color: rgb(15 118 110 / 0) !important;
}

.border-l-teal-700\/10 {
  border-left-color: rgb(15 118 110 / 0.1) !important;
}

.border-l-teal-700\/100 {
  border-left-color: rgb(15 118 110 / 1) !important;
}

.border-l-teal-700\/15 {
  border-left-color: rgb(15 118 110 / 0.15) !important;
}

.border-l-teal-700\/20 {
  border-left-color: rgb(15 118 110 / 0.2) !important;
}

.border-l-teal-700\/25 {
  border-left-color: rgb(15 118 110 / 0.25) !important;
}

.border-l-teal-700\/30 {
  border-left-color: rgb(15 118 110 / 0.3) !important;
}

.border-l-teal-700\/35 {
  border-left-color: rgb(15 118 110 / 0.35) !important;
}

.border-l-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4) !important;
}

.border-l-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45) !important;
}

.border-l-teal-700\/5 {
  border-left-color: rgb(15 118 110 / 0.05) !important;
}

.border-l-teal-700\/50 {
  border-left-color: rgb(15 118 110 / 0.5) !important;
}

.border-l-teal-700\/55 {
  border-left-color: rgb(15 118 110 / 0.55) !important;
}

.border-l-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6) !important;
}

.border-l-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65) !important;
}

.border-l-teal-700\/70 {
  border-left-color: rgb(15 118 110 / 0.7) !important;
}

.border-l-teal-700\/75 {
  border-left-color: rgb(15 118 110 / 0.75) !important;
}

.border-l-teal-700\/80 {
  border-left-color: rgb(15 118 110 / 0.8) !important;
}

.border-l-teal-700\/85 {
  border-left-color: rgb(15 118 110 / 0.85) !important;
}

.border-l-teal-700\/90 {
  border-left-color: rgb(15 118 110 / 0.9) !important;
}

.border-l-teal-700\/95 {
  border-left-color: rgb(15 118 110 / 0.95) !important;
}

.border-l-teal-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-800\/0 {
  border-left-color: rgb(17 94 89 / 0) !important;
}

.border-l-teal-800\/10 {
  border-left-color: rgb(17 94 89 / 0.1) !important;
}

.border-l-teal-800\/100 {
  border-left-color: rgb(17 94 89 / 1) !important;
}

.border-l-teal-800\/15 {
  border-left-color: rgb(17 94 89 / 0.15) !important;
}

.border-l-teal-800\/20 {
  border-left-color: rgb(17 94 89 / 0.2) !important;
}

.border-l-teal-800\/25 {
  border-left-color: rgb(17 94 89 / 0.25) !important;
}

.border-l-teal-800\/30 {
  border-left-color: rgb(17 94 89 / 0.3) !important;
}

.border-l-teal-800\/35 {
  border-left-color: rgb(17 94 89 / 0.35) !important;
}

.border-l-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4) !important;
}

.border-l-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45) !important;
}

.border-l-teal-800\/5 {
  border-left-color: rgb(17 94 89 / 0.05) !important;
}

.border-l-teal-800\/50 {
  border-left-color: rgb(17 94 89 / 0.5) !important;
}

.border-l-teal-800\/55 {
  border-left-color: rgb(17 94 89 / 0.55) !important;
}

.border-l-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6) !important;
}

.border-l-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65) !important;
}

.border-l-teal-800\/70 {
  border-left-color: rgb(17 94 89 / 0.7) !important;
}

.border-l-teal-800\/75 {
  border-left-color: rgb(17 94 89 / 0.75) !important;
}

.border-l-teal-800\/80 {
  border-left-color: rgb(17 94 89 / 0.8) !important;
}

.border-l-teal-800\/85 {
  border-left-color: rgb(17 94 89 / 0.85) !important;
}

.border-l-teal-800\/90 {
  border-left-color: rgb(17 94 89 / 0.9) !important;
}

.border-l-teal-800\/95 {
  border-left-color: rgb(17 94 89 / 0.95) !important;
}

.border-l-teal-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-900\/0 {
  border-left-color: rgb(19 78 74 / 0) !important;
}

.border-l-teal-900\/10 {
  border-left-color: rgb(19 78 74 / 0.1) !important;
}

.border-l-teal-900\/100 {
  border-left-color: rgb(19 78 74 / 1) !important;
}

.border-l-teal-900\/15 {
  border-left-color: rgb(19 78 74 / 0.15) !important;
}

.border-l-teal-900\/20 {
  border-left-color: rgb(19 78 74 / 0.2) !important;
}

.border-l-teal-900\/25 {
  border-left-color: rgb(19 78 74 / 0.25) !important;
}

.border-l-teal-900\/30 {
  border-left-color: rgb(19 78 74 / 0.3) !important;
}

.border-l-teal-900\/35 {
  border-left-color: rgb(19 78 74 / 0.35) !important;
}

.border-l-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4) !important;
}

.border-l-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45) !important;
}

.border-l-teal-900\/5 {
  border-left-color: rgb(19 78 74 / 0.05) !important;
}

.border-l-teal-900\/50 {
  border-left-color: rgb(19 78 74 / 0.5) !important;
}

.border-l-teal-900\/55 {
  border-left-color: rgb(19 78 74 / 0.55) !important;
}

.border-l-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6) !important;
}

.border-l-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65) !important;
}

.border-l-teal-900\/70 {
  border-left-color: rgb(19 78 74 / 0.7) !important;
}

.border-l-teal-900\/75 {
  border-left-color: rgb(19 78 74 / 0.75) !important;
}

.border-l-teal-900\/80 {
  border-left-color: rgb(19 78 74 / 0.8) !important;
}

.border-l-teal-900\/85 {
  border-left-color: rgb(19 78 74 / 0.85) !important;
}

.border-l-teal-900\/90 {
  border-left-color: rgb(19 78 74 / 0.9) !important;
}

.border-l-teal-900\/95 {
  border-left-color: rgb(19 78 74 / 0.95) !important;
}

.border-l-teal-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-l-teal-950\/0 {
  border-left-color: rgb(4 47 46 / 0) !important;
}

.border-l-teal-950\/10 {
  border-left-color: rgb(4 47 46 / 0.1) !important;
}

.border-l-teal-950\/100 {
  border-left-color: rgb(4 47 46 / 1) !important;
}

.border-l-teal-950\/15 {
  border-left-color: rgb(4 47 46 / 0.15) !important;
}

.border-l-teal-950\/20 {
  border-left-color: rgb(4 47 46 / 0.2) !important;
}

.border-l-teal-950\/25 {
  border-left-color: rgb(4 47 46 / 0.25) !important;
}

.border-l-teal-950\/30 {
  border-left-color: rgb(4 47 46 / 0.3) !important;
}

.border-l-teal-950\/35 {
  border-left-color: rgb(4 47 46 / 0.35) !important;
}

.border-l-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4) !important;
}

.border-l-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45) !important;
}

.border-l-teal-950\/5 {
  border-left-color: rgb(4 47 46 / 0.05) !important;
}

.border-l-teal-950\/50 {
  border-left-color: rgb(4 47 46 / 0.5) !important;
}

.border-l-teal-950\/55 {
  border-left-color: rgb(4 47 46 / 0.55) !important;
}

.border-l-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6) !important;
}

.border-l-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65) !important;
}

.border-l-teal-950\/70 {
  border-left-color: rgb(4 47 46 / 0.7) !important;
}

.border-l-teal-950\/75 {
  border-left-color: rgb(4 47 46 / 0.75) !important;
}

.border-l-teal-950\/80 {
  border-left-color: rgb(4 47 46 / 0.8) !important;
}

.border-l-teal-950\/85 {
  border-left-color: rgb(4 47 46 / 0.85) !important;
}

.border-l-teal-950\/90 {
  border-left-color: rgb(4 47 46 / 0.9) !important;
}

.border-l-teal-950\/95 {
  border-left-color: rgb(4 47 46 / 0.95) !important;
}

.border-l-transparent {
  border-left-color: transparent !important;
}

.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0) !important;
}

.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1) !important;
}

.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1) !important;
}

.border-l-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15) !important;
}

.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2) !important;
}

.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25) !important;
}

.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3) !important;
}

.border-l-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35) !important;
}

.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4) !important;
}

.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45) !important;
}

.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05) !important;
}

.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5) !important;
}

.border-l-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55) !important;
}

.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6) !important;
}

.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65) !important;
}

.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7) !important;
}

.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75) !important;
}

.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8) !important;
}

.border-l-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85) !important;
}

.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9) !important;
}

.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95) !important;
}

.border-l-violet-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-100\/0 {
  border-left-color: rgb(237 233 254 / 0) !important;
}

.border-l-violet-100\/10 {
  border-left-color: rgb(237 233 254 / 0.1) !important;
}

.border-l-violet-100\/100 {
  border-left-color: rgb(237 233 254 / 1) !important;
}

.border-l-violet-100\/15 {
  border-left-color: rgb(237 233 254 / 0.15) !important;
}

.border-l-violet-100\/20 {
  border-left-color: rgb(237 233 254 / 0.2) !important;
}

.border-l-violet-100\/25 {
  border-left-color: rgb(237 233 254 / 0.25) !important;
}

.border-l-violet-100\/30 {
  border-left-color: rgb(237 233 254 / 0.3) !important;
}

.border-l-violet-100\/35 {
  border-left-color: rgb(237 233 254 / 0.35) !important;
}

.border-l-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4) !important;
}

.border-l-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45) !important;
}

.border-l-violet-100\/5 {
  border-left-color: rgb(237 233 254 / 0.05) !important;
}

.border-l-violet-100\/50 {
  border-left-color: rgb(237 233 254 / 0.5) !important;
}

.border-l-violet-100\/55 {
  border-left-color: rgb(237 233 254 / 0.55) !important;
}

.border-l-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6) !important;
}

.border-l-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65) !important;
}

.border-l-violet-100\/70 {
  border-left-color: rgb(237 233 254 / 0.7) !important;
}

.border-l-violet-100\/75 {
  border-left-color: rgb(237 233 254 / 0.75) !important;
}

.border-l-violet-100\/80 {
  border-left-color: rgb(237 233 254 / 0.8) !important;
}

.border-l-violet-100\/85 {
  border-left-color: rgb(237 233 254 / 0.85) !important;
}

.border-l-violet-100\/90 {
  border-left-color: rgb(237 233 254 / 0.9) !important;
}

.border-l-violet-100\/95 {
  border-left-color: rgb(237 233 254 / 0.95) !important;
}

.border-l-violet-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-200\/0 {
  border-left-color: rgb(221 214 254 / 0) !important;
}

.border-l-violet-200\/10 {
  border-left-color: rgb(221 214 254 / 0.1) !important;
}

.border-l-violet-200\/100 {
  border-left-color: rgb(221 214 254 / 1) !important;
}

.border-l-violet-200\/15 {
  border-left-color: rgb(221 214 254 / 0.15) !important;
}

.border-l-violet-200\/20 {
  border-left-color: rgb(221 214 254 / 0.2) !important;
}

.border-l-violet-200\/25 {
  border-left-color: rgb(221 214 254 / 0.25) !important;
}

.border-l-violet-200\/30 {
  border-left-color: rgb(221 214 254 / 0.3) !important;
}

.border-l-violet-200\/35 {
  border-left-color: rgb(221 214 254 / 0.35) !important;
}

.border-l-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4) !important;
}

.border-l-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45) !important;
}

.border-l-violet-200\/5 {
  border-left-color: rgb(221 214 254 / 0.05) !important;
}

.border-l-violet-200\/50 {
  border-left-color: rgb(221 214 254 / 0.5) !important;
}

.border-l-violet-200\/55 {
  border-left-color: rgb(221 214 254 / 0.55) !important;
}

.border-l-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6) !important;
}

.border-l-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65) !important;
}

.border-l-violet-200\/70 {
  border-left-color: rgb(221 214 254 / 0.7) !important;
}

.border-l-violet-200\/75 {
  border-left-color: rgb(221 214 254 / 0.75) !important;
}

.border-l-violet-200\/80 {
  border-left-color: rgb(221 214 254 / 0.8) !important;
}

.border-l-violet-200\/85 {
  border-left-color: rgb(221 214 254 / 0.85) !important;
}

.border-l-violet-200\/90 {
  border-left-color: rgb(221 214 254 / 0.9) !important;
}

.border-l-violet-200\/95 {
  border-left-color: rgb(221 214 254 / 0.95) !important;
}

.border-l-violet-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-300\/0 {
  border-left-color: rgb(196 181 253 / 0) !important;
}

.border-l-violet-300\/10 {
  border-left-color: rgb(196 181 253 / 0.1) !important;
}

.border-l-violet-300\/100 {
  border-left-color: rgb(196 181 253 / 1) !important;
}

.border-l-violet-300\/15 {
  border-left-color: rgb(196 181 253 / 0.15) !important;
}

.border-l-violet-300\/20 {
  border-left-color: rgb(196 181 253 / 0.2) !important;
}

.border-l-violet-300\/25 {
  border-left-color: rgb(196 181 253 / 0.25) !important;
}

.border-l-violet-300\/30 {
  border-left-color: rgb(196 181 253 / 0.3) !important;
}

.border-l-violet-300\/35 {
  border-left-color: rgb(196 181 253 / 0.35) !important;
}

.border-l-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4) !important;
}

.border-l-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45) !important;
}

.border-l-violet-300\/5 {
  border-left-color: rgb(196 181 253 / 0.05) !important;
}

.border-l-violet-300\/50 {
  border-left-color: rgb(196 181 253 / 0.5) !important;
}

.border-l-violet-300\/55 {
  border-left-color: rgb(196 181 253 / 0.55) !important;
}

.border-l-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6) !important;
}

.border-l-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65) !important;
}

.border-l-violet-300\/70 {
  border-left-color: rgb(196 181 253 / 0.7) !important;
}

.border-l-violet-300\/75 {
  border-left-color: rgb(196 181 253 / 0.75) !important;
}

.border-l-violet-300\/80 {
  border-left-color: rgb(196 181 253 / 0.8) !important;
}

.border-l-violet-300\/85 {
  border-left-color: rgb(196 181 253 / 0.85) !important;
}

.border-l-violet-300\/90 {
  border-left-color: rgb(196 181 253 / 0.9) !important;
}

.border-l-violet-300\/95 {
  border-left-color: rgb(196 181 253 / 0.95) !important;
}

.border-l-violet-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-400\/0 {
  border-left-color: rgb(167 139 250 / 0) !important;
}

.border-l-violet-400\/10 {
  border-left-color: rgb(167 139 250 / 0.1) !important;
}

.border-l-violet-400\/100 {
  border-left-color: rgb(167 139 250 / 1) !important;
}

.border-l-violet-400\/15 {
  border-left-color: rgb(167 139 250 / 0.15) !important;
}

.border-l-violet-400\/20 {
  border-left-color: rgb(167 139 250 / 0.2) !important;
}

.border-l-violet-400\/25 {
  border-left-color: rgb(167 139 250 / 0.25) !important;
}

.border-l-violet-400\/30 {
  border-left-color: rgb(167 139 250 / 0.3) !important;
}

.border-l-violet-400\/35 {
  border-left-color: rgb(167 139 250 / 0.35) !important;
}

.border-l-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4) !important;
}

.border-l-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45) !important;
}

.border-l-violet-400\/5 {
  border-left-color: rgb(167 139 250 / 0.05) !important;
}

.border-l-violet-400\/50 {
  border-left-color: rgb(167 139 250 / 0.5) !important;
}

.border-l-violet-400\/55 {
  border-left-color: rgb(167 139 250 / 0.55) !important;
}

.border-l-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6) !important;
}

.border-l-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65) !important;
}

.border-l-violet-400\/70 {
  border-left-color: rgb(167 139 250 / 0.7) !important;
}

.border-l-violet-400\/75 {
  border-left-color: rgb(167 139 250 / 0.75) !important;
}

.border-l-violet-400\/80 {
  border-left-color: rgb(167 139 250 / 0.8) !important;
}

.border-l-violet-400\/85 {
  border-left-color: rgb(167 139 250 / 0.85) !important;
}

.border-l-violet-400\/90 {
  border-left-color: rgb(167 139 250 / 0.9) !important;
}

.border-l-violet-400\/95 {
  border-left-color: rgb(167 139 250 / 0.95) !important;
}

.border-l-violet-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-50\/0 {
  border-left-color: rgb(245 243 255 / 0) !important;
}

.border-l-violet-50\/10 {
  border-left-color: rgb(245 243 255 / 0.1) !important;
}

.border-l-violet-50\/100 {
  border-left-color: rgb(245 243 255 / 1) !important;
}

.border-l-violet-50\/15 {
  border-left-color: rgb(245 243 255 / 0.15) !important;
}

.border-l-violet-50\/20 {
  border-left-color: rgb(245 243 255 / 0.2) !important;
}

.border-l-violet-50\/25 {
  border-left-color: rgb(245 243 255 / 0.25) !important;
}

.border-l-violet-50\/30 {
  border-left-color: rgb(245 243 255 / 0.3) !important;
}

.border-l-violet-50\/35 {
  border-left-color: rgb(245 243 255 / 0.35) !important;
}

.border-l-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4) !important;
}

.border-l-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45) !important;
}

.border-l-violet-50\/5 {
  border-left-color: rgb(245 243 255 / 0.05) !important;
}

.border-l-violet-50\/50 {
  border-left-color: rgb(245 243 255 / 0.5) !important;
}

.border-l-violet-50\/55 {
  border-left-color: rgb(245 243 255 / 0.55) !important;
}

.border-l-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6) !important;
}

.border-l-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65) !important;
}

.border-l-violet-50\/70 {
  border-left-color: rgb(245 243 255 / 0.7) !important;
}

.border-l-violet-50\/75 {
  border-left-color: rgb(245 243 255 / 0.75) !important;
}

.border-l-violet-50\/80 {
  border-left-color: rgb(245 243 255 / 0.8) !important;
}

.border-l-violet-50\/85 {
  border-left-color: rgb(245 243 255 / 0.85) !important;
}

.border-l-violet-50\/90 {
  border-left-color: rgb(245 243 255 / 0.9) !important;
}

.border-l-violet-50\/95 {
  border-left-color: rgb(245 243 255 / 0.95) !important;
}

.border-l-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-500\/0 {
  border-left-color: rgb(139 92 246 / 0) !important;
}

.border-l-violet-500\/10 {
  border-left-color: rgb(139 92 246 / 0.1) !important;
}

.border-l-violet-500\/100 {
  border-left-color: rgb(139 92 246 / 1) !important;
}

.border-l-violet-500\/15 {
  border-left-color: rgb(139 92 246 / 0.15) !important;
}

.border-l-violet-500\/20 {
  border-left-color: rgb(139 92 246 / 0.2) !important;
}

.border-l-violet-500\/25 {
  border-left-color: rgb(139 92 246 / 0.25) !important;
}

.border-l-violet-500\/30 {
  border-left-color: rgb(139 92 246 / 0.3) !important;
}

.border-l-violet-500\/35 {
  border-left-color: rgb(139 92 246 / 0.35) !important;
}

.border-l-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4) !important;
}

.border-l-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45) !important;
}

.border-l-violet-500\/5 {
  border-left-color: rgb(139 92 246 / 0.05) !important;
}

.border-l-violet-500\/50 {
  border-left-color: rgb(139 92 246 / 0.5) !important;
}

.border-l-violet-500\/55 {
  border-left-color: rgb(139 92 246 / 0.55) !important;
}

.border-l-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6) !important;
}

.border-l-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65) !important;
}

.border-l-violet-500\/70 {
  border-left-color: rgb(139 92 246 / 0.7) !important;
}

.border-l-violet-500\/75 {
  border-left-color: rgb(139 92 246 / 0.75) !important;
}

.border-l-violet-500\/80 {
  border-left-color: rgb(139 92 246 / 0.8) !important;
}

.border-l-violet-500\/85 {
  border-left-color: rgb(139 92 246 / 0.85) !important;
}

.border-l-violet-500\/90 {
  border-left-color: rgb(139 92 246 / 0.9) !important;
}

.border-l-violet-500\/95 {
  border-left-color: rgb(139 92 246 / 0.95) !important;
}

.border-l-violet-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-600\/0 {
  border-left-color: rgb(124 58 237 / 0) !important;
}

.border-l-violet-600\/10 {
  border-left-color: rgb(124 58 237 / 0.1) !important;
}

.border-l-violet-600\/100 {
  border-left-color: rgb(124 58 237 / 1) !important;
}

.border-l-violet-600\/15 {
  border-left-color: rgb(124 58 237 / 0.15) !important;
}

.border-l-violet-600\/20 {
  border-left-color: rgb(124 58 237 / 0.2) !important;
}

.border-l-violet-600\/25 {
  border-left-color: rgb(124 58 237 / 0.25) !important;
}

.border-l-violet-600\/30 {
  border-left-color: rgb(124 58 237 / 0.3) !important;
}

.border-l-violet-600\/35 {
  border-left-color: rgb(124 58 237 / 0.35) !important;
}

.border-l-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4) !important;
}

.border-l-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45) !important;
}

.border-l-violet-600\/5 {
  border-left-color: rgb(124 58 237 / 0.05) !important;
}

.border-l-violet-600\/50 {
  border-left-color: rgb(124 58 237 / 0.5) !important;
}

.border-l-violet-600\/55 {
  border-left-color: rgb(124 58 237 / 0.55) !important;
}

.border-l-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6) !important;
}

.border-l-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65) !important;
}

.border-l-violet-600\/70 {
  border-left-color: rgb(124 58 237 / 0.7) !important;
}

.border-l-violet-600\/75 {
  border-left-color: rgb(124 58 237 / 0.75) !important;
}

.border-l-violet-600\/80 {
  border-left-color: rgb(124 58 237 / 0.8) !important;
}

.border-l-violet-600\/85 {
  border-left-color: rgb(124 58 237 / 0.85) !important;
}

.border-l-violet-600\/90 {
  border-left-color: rgb(124 58 237 / 0.9) !important;
}

.border-l-violet-600\/95 {
  border-left-color: rgb(124 58 237 / 0.95) !important;
}

.border-l-violet-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-700\/0 {
  border-left-color: rgb(109 40 217 / 0) !important;
}

.border-l-violet-700\/10 {
  border-left-color: rgb(109 40 217 / 0.1) !important;
}

.border-l-violet-700\/100 {
  border-left-color: rgb(109 40 217 / 1) !important;
}

.border-l-violet-700\/15 {
  border-left-color: rgb(109 40 217 / 0.15) !important;
}

.border-l-violet-700\/20 {
  border-left-color: rgb(109 40 217 / 0.2) !important;
}

.border-l-violet-700\/25 {
  border-left-color: rgb(109 40 217 / 0.25) !important;
}

.border-l-violet-700\/30 {
  border-left-color: rgb(109 40 217 / 0.3) !important;
}

.border-l-violet-700\/35 {
  border-left-color: rgb(109 40 217 / 0.35) !important;
}

.border-l-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4) !important;
}

.border-l-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45) !important;
}

.border-l-violet-700\/5 {
  border-left-color: rgb(109 40 217 / 0.05) !important;
}

.border-l-violet-700\/50 {
  border-left-color: rgb(109 40 217 / 0.5) !important;
}

.border-l-violet-700\/55 {
  border-left-color: rgb(109 40 217 / 0.55) !important;
}

.border-l-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6) !important;
}

.border-l-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65) !important;
}

.border-l-violet-700\/70 {
  border-left-color: rgb(109 40 217 / 0.7) !important;
}

.border-l-violet-700\/75 {
  border-left-color: rgb(109 40 217 / 0.75) !important;
}

.border-l-violet-700\/80 {
  border-left-color: rgb(109 40 217 / 0.8) !important;
}

.border-l-violet-700\/85 {
  border-left-color: rgb(109 40 217 / 0.85) !important;
}

.border-l-violet-700\/90 {
  border-left-color: rgb(109 40 217 / 0.9) !important;
}

.border-l-violet-700\/95 {
  border-left-color: rgb(109 40 217 / 0.95) !important;
}

.border-l-violet-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-800\/0 {
  border-left-color: rgb(91 33 182 / 0) !important;
}

.border-l-violet-800\/10 {
  border-left-color: rgb(91 33 182 / 0.1) !important;
}

.border-l-violet-800\/100 {
  border-left-color: rgb(91 33 182 / 1) !important;
}

.border-l-violet-800\/15 {
  border-left-color: rgb(91 33 182 / 0.15) !important;
}

.border-l-violet-800\/20 {
  border-left-color: rgb(91 33 182 / 0.2) !important;
}

.border-l-violet-800\/25 {
  border-left-color: rgb(91 33 182 / 0.25) !important;
}

.border-l-violet-800\/30 {
  border-left-color: rgb(91 33 182 / 0.3) !important;
}

.border-l-violet-800\/35 {
  border-left-color: rgb(91 33 182 / 0.35) !important;
}

.border-l-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4) !important;
}

.border-l-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45) !important;
}

.border-l-violet-800\/5 {
  border-left-color: rgb(91 33 182 / 0.05) !important;
}

.border-l-violet-800\/50 {
  border-left-color: rgb(91 33 182 / 0.5) !important;
}

.border-l-violet-800\/55 {
  border-left-color: rgb(91 33 182 / 0.55) !important;
}

.border-l-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6) !important;
}

.border-l-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65) !important;
}

.border-l-violet-800\/70 {
  border-left-color: rgb(91 33 182 / 0.7) !important;
}

.border-l-violet-800\/75 {
  border-left-color: rgb(91 33 182 / 0.75) !important;
}

.border-l-violet-800\/80 {
  border-left-color: rgb(91 33 182 / 0.8) !important;
}

.border-l-violet-800\/85 {
  border-left-color: rgb(91 33 182 / 0.85) !important;
}

.border-l-violet-800\/90 {
  border-left-color: rgb(91 33 182 / 0.9) !important;
}

.border-l-violet-800\/95 {
  border-left-color: rgb(91 33 182 / 0.95) !important;
}

.border-l-violet-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-900\/0 {
  border-left-color: rgb(76 29 149 / 0) !important;
}

.border-l-violet-900\/10 {
  border-left-color: rgb(76 29 149 / 0.1) !important;
}

.border-l-violet-900\/100 {
  border-left-color: rgb(76 29 149 / 1) !important;
}

.border-l-violet-900\/15 {
  border-left-color: rgb(76 29 149 / 0.15) !important;
}

.border-l-violet-900\/20 {
  border-left-color: rgb(76 29 149 / 0.2) !important;
}

.border-l-violet-900\/25 {
  border-left-color: rgb(76 29 149 / 0.25) !important;
}

.border-l-violet-900\/30 {
  border-left-color: rgb(76 29 149 / 0.3) !important;
}

.border-l-violet-900\/35 {
  border-left-color: rgb(76 29 149 / 0.35) !important;
}

.border-l-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4) !important;
}

.border-l-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45) !important;
}

.border-l-violet-900\/5 {
  border-left-color: rgb(76 29 149 / 0.05) !important;
}

.border-l-violet-900\/50 {
  border-left-color: rgb(76 29 149 / 0.5) !important;
}

.border-l-violet-900\/55 {
  border-left-color: rgb(76 29 149 / 0.55) !important;
}

.border-l-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6) !important;
}

.border-l-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65) !important;
}

.border-l-violet-900\/70 {
  border-left-color: rgb(76 29 149 / 0.7) !important;
}

.border-l-violet-900\/75 {
  border-left-color: rgb(76 29 149 / 0.75) !important;
}

.border-l-violet-900\/80 {
  border-left-color: rgb(76 29 149 / 0.8) !important;
}

.border-l-violet-900\/85 {
  border-left-color: rgb(76 29 149 / 0.85) !important;
}

.border-l-violet-900\/90 {
  border-left-color: rgb(76 29 149 / 0.9) !important;
}

.border-l-violet-900\/95 {
  border-left-color: rgb(76 29 149 / 0.95) !important;
}

.border-l-violet-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-l-violet-950\/0 {
  border-left-color: rgb(46 16 101 / 0) !important;
}

.border-l-violet-950\/10 {
  border-left-color: rgb(46 16 101 / 0.1) !important;
}

.border-l-violet-950\/100 {
  border-left-color: rgb(46 16 101 / 1) !important;
}

.border-l-violet-950\/15 {
  border-left-color: rgb(46 16 101 / 0.15) !important;
}

.border-l-violet-950\/20 {
  border-left-color: rgb(46 16 101 / 0.2) !important;
}

.border-l-violet-950\/25 {
  border-left-color: rgb(46 16 101 / 0.25) !important;
}

.border-l-violet-950\/30 {
  border-left-color: rgb(46 16 101 / 0.3) !important;
}

.border-l-violet-950\/35 {
  border-left-color: rgb(46 16 101 / 0.35) !important;
}

.border-l-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4) !important;
}

.border-l-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45) !important;
}

.border-l-violet-950\/5 {
  border-left-color: rgb(46 16 101 / 0.05) !important;
}

.border-l-violet-950\/50 {
  border-left-color: rgb(46 16 101 / 0.5) !important;
}

.border-l-violet-950\/55 {
  border-left-color: rgb(46 16 101 / 0.55) !important;
}

.border-l-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6) !important;
}

.border-l-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65) !important;
}

.border-l-violet-950\/70 {
  border-left-color: rgb(46 16 101 / 0.7) !important;
}

.border-l-violet-950\/75 {
  border-left-color: rgb(46 16 101 / 0.75) !important;
}

.border-l-violet-950\/80 {
  border-left-color: rgb(46 16 101 / 0.8) !important;
}

.border-l-violet-950\/85 {
  border-left-color: rgb(46 16 101 / 0.85) !important;
}

.border-l-violet-950\/90 {
  border-left-color: rgb(46 16 101 / 0.9) !important;
}

.border-l-violet-950\/95 {
  border-left-color: rgb(46 16 101 / 0.95) !important;
}

.border-l-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0) !important;
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1) !important;
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1) !important;
}

.border-l-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15) !important;
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2) !important;
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25) !important;
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3) !important;
}

.border-l-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35) !important;
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4) !important;
}

.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45) !important;
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05) !important;
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5) !important;
}

.border-l-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55) !important;
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6) !important;
}

.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65) !important;
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7) !important;
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75) !important;
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8) !important;
}

.border-l-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85) !important;
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9) !important;
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95) !important;
}

.border-l-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
}

.border-l-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
}

.border-l-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0) !important;
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1) !important;
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1) !important;
}

.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15) !important;
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2) !important;
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25) !important;
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3) !important;
}

.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35) !important;
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4) !important;
}

.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45) !important;
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05) !important;
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5) !important;
}

.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55) !important;
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6) !important;
}

.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65) !important;
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7) !important;
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75) !important;
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8) !important;
}

.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85) !important;
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9) !important;
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95) !important;
}

.border-l-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
}

.border-l-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0) !important;
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1) !important;
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1) !important;
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15) !important;
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2) !important;
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25) !important;
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3) !important;
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35) !important;
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4) !important;
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45) !important;
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05) !important;
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5) !important;
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55) !important;
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6) !important;
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65) !important;
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7) !important;
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75) !important;
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8) !important;
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85) !important;
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9) !important;
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95) !important;
}

.border-l-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0) !important;
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1) !important;
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1) !important;
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15) !important;
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2) !important;
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25) !important;
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3) !important;
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35) !important;
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4) !important;
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45) !important;
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05) !important;
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5) !important;
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55) !important;
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6) !important;
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65) !important;
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7) !important;
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75) !important;
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8) !important;
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85) !important;
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9) !important;
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95) !important;
}

.border-l-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0) !important;
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1) !important;
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1) !important;
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15) !important;
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2) !important;
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25) !important;
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3) !important;
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35) !important;
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4) !important;
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45) !important;
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05) !important;
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5) !important;
}

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55) !important;
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6) !important;
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65) !important;
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7) !important;
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75) !important;
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8) !important;
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85) !important;
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9) !important;
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95) !important;
}

.border-l-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0) !important;
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1) !important;
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1) !important;
}

.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15) !important;
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2) !important;
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25) !important;
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3) !important;
}

.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35) !important;
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4) !important;
}

.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45) !important;
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05) !important;
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5) !important;
}

.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55) !important;
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6) !important;
}

.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65) !important;
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7) !important;
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75) !important;
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8) !important;
}

.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85) !important;
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9) !important;
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95) !important;
}

.border-l-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
}

.border-l-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0) !important;
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1) !important;
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1) !important;
}

.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15) !important;
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2) !important;
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25) !important;
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3) !important;
}

.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35) !important;
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4) !important;
}

.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45) !important;
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05) !important;
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5) !important;
}

.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55) !important;
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6) !important;
}

.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65) !important;
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7) !important;
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75) !important;
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8) !important;
}

.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85) !important;
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9) !important;
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95) !important;
}

.border-l-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0) !important;
}

.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1) !important;
}

.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1) !important;
}

.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15) !important;
}

.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2) !important;
}

.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25) !important;
}

.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3) !important;
}

.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35) !important;
}

.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4) !important;
}

.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45) !important;
}

.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05) !important;
}

.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5) !important;
}

.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55) !important;
}

.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6) !important;
}

.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65) !important;
}

.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7) !important;
}

.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75) !important;
}

.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8) !important;
}

.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85) !important;
}

.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9) !important;
}

.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95) !important;
}

.border-l-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-100\/0 {
  border-left-color: rgb(244 244 245 / 0) !important;
}

.border-l-zinc-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1) !important;
}

.border-l-zinc-100\/100 {
  border-left-color: rgb(244 244 245 / 1) !important;
}

.border-l-zinc-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15) !important;
}

.border-l-zinc-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2) !important;
}

.border-l-zinc-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25) !important;
}

.border-l-zinc-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3) !important;
}

.border-l-zinc-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35) !important;
}

.border-l-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4) !important;
}

.border-l-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45) !important;
}

.border-l-zinc-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05) !important;
}

.border-l-zinc-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5) !important;
}

.border-l-zinc-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55) !important;
}

.border-l-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6) !important;
}

.border-l-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65) !important;
}

.border-l-zinc-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7) !important;
}

.border-l-zinc-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75) !important;
}

.border-l-zinc-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8) !important;
}

.border-l-zinc-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85) !important;
}

.border-l-zinc-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9) !important;
}

.border-l-zinc-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95) !important;
}

.border-l-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-200\/0 {
  border-left-color: rgb(228 228 231 / 0) !important;
}

.border-l-zinc-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1) !important;
}

.border-l-zinc-200\/100 {
  border-left-color: rgb(228 228 231 / 1) !important;
}

.border-l-zinc-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15) !important;
}

.border-l-zinc-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2) !important;
}

.border-l-zinc-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25) !important;
}

.border-l-zinc-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3) !important;
}

.border-l-zinc-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35) !important;
}

.border-l-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4) !important;
}

.border-l-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45) !important;
}

.border-l-zinc-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05) !important;
}

.border-l-zinc-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5) !important;
}

.border-l-zinc-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55) !important;
}

.border-l-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6) !important;
}

.border-l-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65) !important;
}

.border-l-zinc-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7) !important;
}

.border-l-zinc-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75) !important;
}

.border-l-zinc-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8) !important;
}

.border-l-zinc-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85) !important;
}

.border-l-zinc-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9) !important;
}

.border-l-zinc-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95) !important;
}

.border-l-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-300\/0 {
  border-left-color: rgb(212 212 216 / 0) !important;
}

.border-l-zinc-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1) !important;
}

.border-l-zinc-300\/100 {
  border-left-color: rgb(212 212 216 / 1) !important;
}

.border-l-zinc-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15) !important;
}

.border-l-zinc-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2) !important;
}

.border-l-zinc-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25) !important;
}

.border-l-zinc-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3) !important;
}

.border-l-zinc-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35) !important;
}

.border-l-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4) !important;
}

.border-l-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45) !important;
}

.border-l-zinc-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05) !important;
}

.border-l-zinc-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5) !important;
}

.border-l-zinc-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55) !important;
}

.border-l-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6) !important;
}

.border-l-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65) !important;
}

.border-l-zinc-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7) !important;
}

.border-l-zinc-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75) !important;
}

.border-l-zinc-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8) !important;
}

.border-l-zinc-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85) !important;
}

.border-l-zinc-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9) !important;
}

.border-l-zinc-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95) !important;
}

.border-l-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-400\/0 {
  border-left-color: rgb(161 161 170 / 0) !important;
}

.border-l-zinc-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1) !important;
}

.border-l-zinc-400\/100 {
  border-left-color: rgb(161 161 170 / 1) !important;
}

.border-l-zinc-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15) !important;
}

.border-l-zinc-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2) !important;
}

.border-l-zinc-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25) !important;
}

.border-l-zinc-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3) !important;
}

.border-l-zinc-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35) !important;
}

.border-l-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4) !important;
}

.border-l-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45) !important;
}

.border-l-zinc-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05) !important;
}

.border-l-zinc-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5) !important;
}

.border-l-zinc-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55) !important;
}

.border-l-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6) !important;
}

.border-l-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65) !important;
}

.border-l-zinc-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7) !important;
}

.border-l-zinc-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75) !important;
}

.border-l-zinc-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8) !important;
}

.border-l-zinc-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85) !important;
}

.border-l-zinc-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9) !important;
}

.border-l-zinc-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95) !important;
}

.border-l-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-50\/0 {
  border-left-color: rgb(250 250 250 / 0) !important;
}

.border-l-zinc-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1) !important;
}

.border-l-zinc-50\/100 {
  border-left-color: rgb(250 250 250 / 1) !important;
}

.border-l-zinc-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15) !important;
}

.border-l-zinc-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2) !important;
}

.border-l-zinc-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25) !important;
}

.border-l-zinc-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3) !important;
}

.border-l-zinc-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35) !important;
}

.border-l-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4) !important;
}

.border-l-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45) !important;
}

.border-l-zinc-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05) !important;
}

.border-l-zinc-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5) !important;
}

.border-l-zinc-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55) !important;
}

.border-l-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6) !important;
}

.border-l-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65) !important;
}

.border-l-zinc-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7) !important;
}

.border-l-zinc-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75) !important;
}

.border-l-zinc-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8) !important;
}

.border-l-zinc-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85) !important;
}

.border-l-zinc-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9) !important;
}

.border-l-zinc-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95) !important;
}

.border-l-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-500\/0 {
  border-left-color: rgb(113 113 122 / 0) !important;
}

.border-l-zinc-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1) !important;
}

.border-l-zinc-500\/100 {
  border-left-color: rgb(113 113 122 / 1) !important;
}

.border-l-zinc-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15) !important;
}

.border-l-zinc-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2) !important;
}

.border-l-zinc-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25) !important;
}

.border-l-zinc-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3) !important;
}

.border-l-zinc-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35) !important;
}

.border-l-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4) !important;
}

.border-l-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45) !important;
}

.border-l-zinc-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05) !important;
}

.border-l-zinc-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5) !important;
}

.border-l-zinc-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55) !important;
}

.border-l-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6) !important;
}

.border-l-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65) !important;
}

.border-l-zinc-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7) !important;
}

.border-l-zinc-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75) !important;
}

.border-l-zinc-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8) !important;
}

.border-l-zinc-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85) !important;
}

.border-l-zinc-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9) !important;
}

.border-l-zinc-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95) !important;
}

.border-l-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-600\/0 {
  border-left-color: rgb(82 82 91 / 0) !important;
}

.border-l-zinc-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1) !important;
}

.border-l-zinc-600\/100 {
  border-left-color: rgb(82 82 91 / 1) !important;
}

.border-l-zinc-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15) !important;
}

.border-l-zinc-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2) !important;
}

.border-l-zinc-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25) !important;
}

.border-l-zinc-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3) !important;
}

.border-l-zinc-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35) !important;
}

.border-l-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4) !important;
}

.border-l-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45) !important;
}

.border-l-zinc-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05) !important;
}

.border-l-zinc-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5) !important;
}

.border-l-zinc-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55) !important;
}

.border-l-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6) !important;
}

.border-l-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65) !important;
}

.border-l-zinc-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7) !important;
}

.border-l-zinc-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75) !important;
}

.border-l-zinc-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8) !important;
}

.border-l-zinc-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85) !important;
}

.border-l-zinc-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9) !important;
}

.border-l-zinc-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95) !important;
}

.border-l-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-700\/0 {
  border-left-color: rgb(63 63 70 / 0) !important;
}

.border-l-zinc-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1) !important;
}

.border-l-zinc-700\/100 {
  border-left-color: rgb(63 63 70 / 1) !important;
}

.border-l-zinc-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15) !important;
}

.border-l-zinc-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2) !important;
}

.border-l-zinc-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25) !important;
}

.border-l-zinc-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3) !important;
}

.border-l-zinc-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35) !important;
}

.border-l-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4) !important;
}

.border-l-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45) !important;
}

.border-l-zinc-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05) !important;
}

.border-l-zinc-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5) !important;
}

.border-l-zinc-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55) !important;
}

.border-l-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6) !important;
}

.border-l-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65) !important;
}

.border-l-zinc-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7) !important;
}

.border-l-zinc-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75) !important;
}

.border-l-zinc-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8) !important;
}

.border-l-zinc-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85) !important;
}

.border-l-zinc-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9) !important;
}

.border-l-zinc-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95) !important;
}

.border-l-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-800\/0 {
  border-left-color: rgb(39 39 42 / 0) !important;
}

.border-l-zinc-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1) !important;
}

.border-l-zinc-800\/100 {
  border-left-color: rgb(39 39 42 / 1) !important;
}

.border-l-zinc-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15) !important;
}

.border-l-zinc-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2) !important;
}

.border-l-zinc-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25) !important;
}

.border-l-zinc-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3) !important;
}

.border-l-zinc-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35) !important;
}

.border-l-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4) !important;
}

.border-l-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45) !important;
}

.border-l-zinc-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05) !important;
}

.border-l-zinc-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5) !important;
}

.border-l-zinc-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55) !important;
}

.border-l-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6) !important;
}

.border-l-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65) !important;
}

.border-l-zinc-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7) !important;
}

.border-l-zinc-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75) !important;
}

.border-l-zinc-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8) !important;
}

.border-l-zinc-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85) !important;
}

.border-l-zinc-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9) !important;
}

.border-l-zinc-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95) !important;
}

.border-l-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-900\/0 {
  border-left-color: rgb(24 24 27 / 0) !important;
}

.border-l-zinc-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1) !important;
}

.border-l-zinc-900\/100 {
  border-left-color: rgb(24 24 27 / 1) !important;
}

.border-l-zinc-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15) !important;
}

.border-l-zinc-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2) !important;
}

.border-l-zinc-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25) !important;
}

.border-l-zinc-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3) !important;
}

.border-l-zinc-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35) !important;
}

.border-l-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4) !important;
}

.border-l-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45) !important;
}

.border-l-zinc-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05) !important;
}

.border-l-zinc-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5) !important;
}

.border-l-zinc-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55) !important;
}

.border-l-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6) !important;
}

.border-l-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65) !important;
}

.border-l-zinc-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7) !important;
}

.border-l-zinc-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75) !important;
}

.border-l-zinc-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8) !important;
}

.border-l-zinc-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85) !important;
}

.border-l-zinc-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9) !important;
}

.border-l-zinc-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95) !important;
}

.border-l-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-l-zinc-950\/0 {
  border-left-color: rgb(9 9 11 / 0) !important;
}

.border-l-zinc-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1) !important;
}

.border-l-zinc-950\/100 {
  border-left-color: rgb(9 9 11 / 1) !important;
}

.border-l-zinc-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15) !important;
}

.border-l-zinc-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2) !important;
}

.border-l-zinc-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25) !important;
}

.border-l-zinc-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3) !important;
}

.border-l-zinc-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35) !important;
}

.border-l-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4) !important;
}

.border-l-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45) !important;
}

.border-l-zinc-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05) !important;
}

.border-l-zinc-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5) !important;
}

.border-l-zinc-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55) !important;
}

.border-l-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6) !important;
}

.border-l-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65) !important;
}

.border-l-zinc-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7) !important;
}

.border-l-zinc-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75) !important;
}

.border-l-zinc-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8) !important;
}

.border-l-zinc-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85) !important;
}

.border-l-zinc-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9) !important;
}

.border-l-zinc-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95) !important;
}

.border-r-amber-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-100\/0 {
  border-right-color: rgb(254 243 199 / 0) !important;
}

.border-r-amber-100\/10 {
  border-right-color: rgb(254 243 199 / 0.1) !important;
}

.border-r-amber-100\/100 {
  border-right-color: rgb(254 243 199 / 1) !important;
}

.border-r-amber-100\/15 {
  border-right-color: rgb(254 243 199 / 0.15) !important;
}

.border-r-amber-100\/20 {
  border-right-color: rgb(254 243 199 / 0.2) !important;
}

.border-r-amber-100\/25 {
  border-right-color: rgb(254 243 199 / 0.25) !important;
}

.border-r-amber-100\/30 {
  border-right-color: rgb(254 243 199 / 0.3) !important;
}

.border-r-amber-100\/35 {
  border-right-color: rgb(254 243 199 / 0.35) !important;
}

.border-r-amber-100\/40 {
  border-right-color: rgb(254 243 199 / 0.4) !important;
}

.border-r-amber-100\/45 {
  border-right-color: rgb(254 243 199 / 0.45) !important;
}

.border-r-amber-100\/5 {
  border-right-color: rgb(254 243 199 / 0.05) !important;
}

.border-r-amber-100\/50 {
  border-right-color: rgb(254 243 199 / 0.5) !important;
}

.border-r-amber-100\/55 {
  border-right-color: rgb(254 243 199 / 0.55) !important;
}

.border-r-amber-100\/60 {
  border-right-color: rgb(254 243 199 / 0.6) !important;
}

.border-r-amber-100\/65 {
  border-right-color: rgb(254 243 199 / 0.65) !important;
}

.border-r-amber-100\/70 {
  border-right-color: rgb(254 243 199 / 0.7) !important;
}

.border-r-amber-100\/75 {
  border-right-color: rgb(254 243 199 / 0.75) !important;
}

.border-r-amber-100\/80 {
  border-right-color: rgb(254 243 199 / 0.8) !important;
}

.border-r-amber-100\/85 {
  border-right-color: rgb(254 243 199 / 0.85) !important;
}

.border-r-amber-100\/90 {
  border-right-color: rgb(254 243 199 / 0.9) !important;
}

.border-r-amber-100\/95 {
  border-right-color: rgb(254 243 199 / 0.95) !important;
}

.border-r-amber-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-200\/0 {
  border-right-color: rgb(253 230 138 / 0) !important;
}

.border-r-amber-200\/10 {
  border-right-color: rgb(253 230 138 / 0.1) !important;
}

.border-r-amber-200\/100 {
  border-right-color: rgb(253 230 138 / 1) !important;
}

.border-r-amber-200\/15 {
  border-right-color: rgb(253 230 138 / 0.15) !important;
}

.border-r-amber-200\/20 {
  border-right-color: rgb(253 230 138 / 0.2) !important;
}

.border-r-amber-200\/25 {
  border-right-color: rgb(253 230 138 / 0.25) !important;
}

.border-r-amber-200\/30 {
  border-right-color: rgb(253 230 138 / 0.3) !important;
}

.border-r-amber-200\/35 {
  border-right-color: rgb(253 230 138 / 0.35) !important;
}

.border-r-amber-200\/40 {
  border-right-color: rgb(253 230 138 / 0.4) !important;
}

.border-r-amber-200\/45 {
  border-right-color: rgb(253 230 138 / 0.45) !important;
}

.border-r-amber-200\/5 {
  border-right-color: rgb(253 230 138 / 0.05) !important;
}

.border-r-amber-200\/50 {
  border-right-color: rgb(253 230 138 / 0.5) !important;
}

.border-r-amber-200\/55 {
  border-right-color: rgb(253 230 138 / 0.55) !important;
}

.border-r-amber-200\/60 {
  border-right-color: rgb(253 230 138 / 0.6) !important;
}

.border-r-amber-200\/65 {
  border-right-color: rgb(253 230 138 / 0.65) !important;
}

.border-r-amber-200\/70 {
  border-right-color: rgb(253 230 138 / 0.7) !important;
}

.border-r-amber-200\/75 {
  border-right-color: rgb(253 230 138 / 0.75) !important;
}

.border-r-amber-200\/80 {
  border-right-color: rgb(253 230 138 / 0.8) !important;
}

.border-r-amber-200\/85 {
  border-right-color: rgb(253 230 138 / 0.85) !important;
}

.border-r-amber-200\/90 {
  border-right-color: rgb(253 230 138 / 0.9) !important;
}

.border-r-amber-200\/95 {
  border-right-color: rgb(253 230 138 / 0.95) !important;
}

.border-r-amber-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-300\/0 {
  border-right-color: rgb(252 211 77 / 0) !important;
}

.border-r-amber-300\/10 {
  border-right-color: rgb(252 211 77 / 0.1) !important;
}

.border-r-amber-300\/100 {
  border-right-color: rgb(252 211 77 / 1) !important;
}

.border-r-amber-300\/15 {
  border-right-color: rgb(252 211 77 / 0.15) !important;
}

.border-r-amber-300\/20 {
  border-right-color: rgb(252 211 77 / 0.2) !important;
}

.border-r-amber-300\/25 {
  border-right-color: rgb(252 211 77 / 0.25) !important;
}

.border-r-amber-300\/30 {
  border-right-color: rgb(252 211 77 / 0.3) !important;
}

.border-r-amber-300\/35 {
  border-right-color: rgb(252 211 77 / 0.35) !important;
}

.border-r-amber-300\/40 {
  border-right-color: rgb(252 211 77 / 0.4) !important;
}

.border-r-amber-300\/45 {
  border-right-color: rgb(252 211 77 / 0.45) !important;
}

.border-r-amber-300\/5 {
  border-right-color: rgb(252 211 77 / 0.05) !important;
}

.border-r-amber-300\/50 {
  border-right-color: rgb(252 211 77 / 0.5) !important;
}

.border-r-amber-300\/55 {
  border-right-color: rgb(252 211 77 / 0.55) !important;
}

.border-r-amber-300\/60 {
  border-right-color: rgb(252 211 77 / 0.6) !important;
}

.border-r-amber-300\/65 {
  border-right-color: rgb(252 211 77 / 0.65) !important;
}

.border-r-amber-300\/70 {
  border-right-color: rgb(252 211 77 / 0.7) !important;
}

.border-r-amber-300\/75 {
  border-right-color: rgb(252 211 77 / 0.75) !important;
}

.border-r-amber-300\/80 {
  border-right-color: rgb(252 211 77 / 0.8) !important;
}

.border-r-amber-300\/85 {
  border-right-color: rgb(252 211 77 / 0.85) !important;
}

.border-r-amber-300\/90 {
  border-right-color: rgb(252 211 77 / 0.9) !important;
}

.border-r-amber-300\/95 {
  border-right-color: rgb(252 211 77 / 0.95) !important;
}

.border-r-amber-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-400\/0 {
  border-right-color: rgb(251 191 36 / 0) !important;
}

.border-r-amber-400\/10 {
  border-right-color: rgb(251 191 36 / 0.1) !important;
}

.border-r-amber-400\/100 {
  border-right-color: rgb(251 191 36 / 1) !important;
}

.border-r-amber-400\/15 {
  border-right-color: rgb(251 191 36 / 0.15) !important;
}

.border-r-amber-400\/20 {
  border-right-color: rgb(251 191 36 / 0.2) !important;
}

.border-r-amber-400\/25 {
  border-right-color: rgb(251 191 36 / 0.25) !important;
}

.border-r-amber-400\/30 {
  border-right-color: rgb(251 191 36 / 0.3) !important;
}

.border-r-amber-400\/35 {
  border-right-color: rgb(251 191 36 / 0.35) !important;
}

.border-r-amber-400\/40 {
  border-right-color: rgb(251 191 36 / 0.4) !important;
}

.border-r-amber-400\/45 {
  border-right-color: rgb(251 191 36 / 0.45) !important;
}

.border-r-amber-400\/5 {
  border-right-color: rgb(251 191 36 / 0.05) !important;
}

.border-r-amber-400\/50 {
  border-right-color: rgb(251 191 36 / 0.5) !important;
}

.border-r-amber-400\/55 {
  border-right-color: rgb(251 191 36 / 0.55) !important;
}

.border-r-amber-400\/60 {
  border-right-color: rgb(251 191 36 / 0.6) !important;
}

.border-r-amber-400\/65 {
  border-right-color: rgb(251 191 36 / 0.65) !important;
}

.border-r-amber-400\/70 {
  border-right-color: rgb(251 191 36 / 0.7) !important;
}

.border-r-amber-400\/75 {
  border-right-color: rgb(251 191 36 / 0.75) !important;
}

.border-r-amber-400\/80 {
  border-right-color: rgb(251 191 36 / 0.8) !important;
}

.border-r-amber-400\/85 {
  border-right-color: rgb(251 191 36 / 0.85) !important;
}

.border-r-amber-400\/90 {
  border-right-color: rgb(251 191 36 / 0.9) !important;
}

.border-r-amber-400\/95 {
  border-right-color: rgb(251 191 36 / 0.95) !important;
}

.border-r-amber-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-50\/0 {
  border-right-color: rgb(255 251 235 / 0) !important;
}

.border-r-amber-50\/10 {
  border-right-color: rgb(255 251 235 / 0.1) !important;
}

.border-r-amber-50\/100 {
  border-right-color: rgb(255 251 235 / 1) !important;
}

.border-r-amber-50\/15 {
  border-right-color: rgb(255 251 235 / 0.15) !important;
}

.border-r-amber-50\/20 {
  border-right-color: rgb(255 251 235 / 0.2) !important;
}

.border-r-amber-50\/25 {
  border-right-color: rgb(255 251 235 / 0.25) !important;
}

.border-r-amber-50\/30 {
  border-right-color: rgb(255 251 235 / 0.3) !important;
}

.border-r-amber-50\/35 {
  border-right-color: rgb(255 251 235 / 0.35) !important;
}

.border-r-amber-50\/40 {
  border-right-color: rgb(255 251 235 / 0.4) !important;
}

.border-r-amber-50\/45 {
  border-right-color: rgb(255 251 235 / 0.45) !important;
}

.border-r-amber-50\/5 {
  border-right-color: rgb(255 251 235 / 0.05) !important;
}

.border-r-amber-50\/50 {
  border-right-color: rgb(255 251 235 / 0.5) !important;
}

.border-r-amber-50\/55 {
  border-right-color: rgb(255 251 235 / 0.55) !important;
}

.border-r-amber-50\/60 {
  border-right-color: rgb(255 251 235 / 0.6) !important;
}

.border-r-amber-50\/65 {
  border-right-color: rgb(255 251 235 / 0.65) !important;
}

.border-r-amber-50\/70 {
  border-right-color: rgb(255 251 235 / 0.7) !important;
}

.border-r-amber-50\/75 {
  border-right-color: rgb(255 251 235 / 0.75) !important;
}

.border-r-amber-50\/80 {
  border-right-color: rgb(255 251 235 / 0.8) !important;
}

.border-r-amber-50\/85 {
  border-right-color: rgb(255 251 235 / 0.85) !important;
}

.border-r-amber-50\/90 {
  border-right-color: rgb(255 251 235 / 0.9) !important;
}

.border-r-amber-50\/95 {
  border-right-color: rgb(255 251 235 / 0.95) !important;
}

.border-r-amber-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-500\/0 {
  border-right-color: rgb(245 158 11 / 0) !important;
}

.border-r-amber-500\/10 {
  border-right-color: rgb(245 158 11 / 0.1) !important;
}

.border-r-amber-500\/100 {
  border-right-color: rgb(245 158 11 / 1) !important;
}

.border-r-amber-500\/15 {
  border-right-color: rgb(245 158 11 / 0.15) !important;
}

.border-r-amber-500\/20 {
  border-right-color: rgb(245 158 11 / 0.2) !important;
}

.border-r-amber-500\/25 {
  border-right-color: rgb(245 158 11 / 0.25) !important;
}

.border-r-amber-500\/30 {
  border-right-color: rgb(245 158 11 / 0.3) !important;
}

.border-r-amber-500\/35 {
  border-right-color: rgb(245 158 11 / 0.35) !important;
}

.border-r-amber-500\/40 {
  border-right-color: rgb(245 158 11 / 0.4) !important;
}

.border-r-amber-500\/45 {
  border-right-color: rgb(245 158 11 / 0.45) !important;
}

.border-r-amber-500\/5 {
  border-right-color: rgb(245 158 11 / 0.05) !important;
}

.border-r-amber-500\/50 {
  border-right-color: rgb(245 158 11 / 0.5) !important;
}

.border-r-amber-500\/55 {
  border-right-color: rgb(245 158 11 / 0.55) !important;
}

.border-r-amber-500\/60 {
  border-right-color: rgb(245 158 11 / 0.6) !important;
}

.border-r-amber-500\/65 {
  border-right-color: rgb(245 158 11 / 0.65) !important;
}

.border-r-amber-500\/70 {
  border-right-color: rgb(245 158 11 / 0.7) !important;
}

.border-r-amber-500\/75 {
  border-right-color: rgb(245 158 11 / 0.75) !important;
}

.border-r-amber-500\/80 {
  border-right-color: rgb(245 158 11 / 0.8) !important;
}

.border-r-amber-500\/85 {
  border-right-color: rgb(245 158 11 / 0.85) !important;
}

.border-r-amber-500\/90 {
  border-right-color: rgb(245 158 11 / 0.9) !important;
}

.border-r-amber-500\/95 {
  border-right-color: rgb(245 158 11 / 0.95) !important;
}

.border-r-amber-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-600\/0 {
  border-right-color: rgb(217 119 6 / 0) !important;
}

.border-r-amber-600\/10 {
  border-right-color: rgb(217 119 6 / 0.1) !important;
}

.border-r-amber-600\/100 {
  border-right-color: rgb(217 119 6 / 1) !important;
}

.border-r-amber-600\/15 {
  border-right-color: rgb(217 119 6 / 0.15) !important;
}

.border-r-amber-600\/20 {
  border-right-color: rgb(217 119 6 / 0.2) !important;
}

.border-r-amber-600\/25 {
  border-right-color: rgb(217 119 6 / 0.25) !important;
}

.border-r-amber-600\/30 {
  border-right-color: rgb(217 119 6 / 0.3) !important;
}

.border-r-amber-600\/35 {
  border-right-color: rgb(217 119 6 / 0.35) !important;
}

.border-r-amber-600\/40 {
  border-right-color: rgb(217 119 6 / 0.4) !important;
}

.border-r-amber-600\/45 {
  border-right-color: rgb(217 119 6 / 0.45) !important;
}

.border-r-amber-600\/5 {
  border-right-color: rgb(217 119 6 / 0.05) !important;
}

.border-r-amber-600\/50 {
  border-right-color: rgb(217 119 6 / 0.5) !important;
}

.border-r-amber-600\/55 {
  border-right-color: rgb(217 119 6 / 0.55) !important;
}

.border-r-amber-600\/60 {
  border-right-color: rgb(217 119 6 / 0.6) !important;
}

.border-r-amber-600\/65 {
  border-right-color: rgb(217 119 6 / 0.65) !important;
}

.border-r-amber-600\/70 {
  border-right-color: rgb(217 119 6 / 0.7) !important;
}

.border-r-amber-600\/75 {
  border-right-color: rgb(217 119 6 / 0.75) !important;
}

.border-r-amber-600\/80 {
  border-right-color: rgb(217 119 6 / 0.8) !important;
}

.border-r-amber-600\/85 {
  border-right-color: rgb(217 119 6 / 0.85) !important;
}

.border-r-amber-600\/90 {
  border-right-color: rgb(217 119 6 / 0.9) !important;
}

.border-r-amber-600\/95 {
  border-right-color: rgb(217 119 6 / 0.95) !important;
}

.border-r-amber-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-700\/0 {
  border-right-color: rgb(180 83 9 / 0) !important;
}

.border-r-amber-700\/10 {
  border-right-color: rgb(180 83 9 / 0.1) !important;
}

.border-r-amber-700\/100 {
  border-right-color: rgb(180 83 9 / 1) !important;
}

.border-r-amber-700\/15 {
  border-right-color: rgb(180 83 9 / 0.15) !important;
}

.border-r-amber-700\/20 {
  border-right-color: rgb(180 83 9 / 0.2) !important;
}

.border-r-amber-700\/25 {
  border-right-color: rgb(180 83 9 / 0.25) !important;
}

.border-r-amber-700\/30 {
  border-right-color: rgb(180 83 9 / 0.3) !important;
}

.border-r-amber-700\/35 {
  border-right-color: rgb(180 83 9 / 0.35) !important;
}

.border-r-amber-700\/40 {
  border-right-color: rgb(180 83 9 / 0.4) !important;
}

.border-r-amber-700\/45 {
  border-right-color: rgb(180 83 9 / 0.45) !important;
}

.border-r-amber-700\/5 {
  border-right-color: rgb(180 83 9 / 0.05) !important;
}

.border-r-amber-700\/50 {
  border-right-color: rgb(180 83 9 / 0.5) !important;
}

.border-r-amber-700\/55 {
  border-right-color: rgb(180 83 9 / 0.55) !important;
}

.border-r-amber-700\/60 {
  border-right-color: rgb(180 83 9 / 0.6) !important;
}

.border-r-amber-700\/65 {
  border-right-color: rgb(180 83 9 / 0.65) !important;
}

.border-r-amber-700\/70 {
  border-right-color: rgb(180 83 9 / 0.7) !important;
}

.border-r-amber-700\/75 {
  border-right-color: rgb(180 83 9 / 0.75) !important;
}

.border-r-amber-700\/80 {
  border-right-color: rgb(180 83 9 / 0.8) !important;
}

.border-r-amber-700\/85 {
  border-right-color: rgb(180 83 9 / 0.85) !important;
}

.border-r-amber-700\/90 {
  border-right-color: rgb(180 83 9 / 0.9) !important;
}

.border-r-amber-700\/95 {
  border-right-color: rgb(180 83 9 / 0.95) !important;
}

.border-r-amber-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-800\/0 {
  border-right-color: rgb(146 64 14 / 0) !important;
}

.border-r-amber-800\/10 {
  border-right-color: rgb(146 64 14 / 0.1) !important;
}

.border-r-amber-800\/100 {
  border-right-color: rgb(146 64 14 / 1) !important;
}

.border-r-amber-800\/15 {
  border-right-color: rgb(146 64 14 / 0.15) !important;
}

.border-r-amber-800\/20 {
  border-right-color: rgb(146 64 14 / 0.2) !important;
}

.border-r-amber-800\/25 {
  border-right-color: rgb(146 64 14 / 0.25) !important;
}

.border-r-amber-800\/30 {
  border-right-color: rgb(146 64 14 / 0.3) !important;
}

.border-r-amber-800\/35 {
  border-right-color: rgb(146 64 14 / 0.35) !important;
}

.border-r-amber-800\/40 {
  border-right-color: rgb(146 64 14 / 0.4) !important;
}

.border-r-amber-800\/45 {
  border-right-color: rgb(146 64 14 / 0.45) !important;
}

.border-r-amber-800\/5 {
  border-right-color: rgb(146 64 14 / 0.05) !important;
}

.border-r-amber-800\/50 {
  border-right-color: rgb(146 64 14 / 0.5) !important;
}

.border-r-amber-800\/55 {
  border-right-color: rgb(146 64 14 / 0.55) !important;
}

.border-r-amber-800\/60 {
  border-right-color: rgb(146 64 14 / 0.6) !important;
}

.border-r-amber-800\/65 {
  border-right-color: rgb(146 64 14 / 0.65) !important;
}

.border-r-amber-800\/70 {
  border-right-color: rgb(146 64 14 / 0.7) !important;
}

.border-r-amber-800\/75 {
  border-right-color: rgb(146 64 14 / 0.75) !important;
}

.border-r-amber-800\/80 {
  border-right-color: rgb(146 64 14 / 0.8) !important;
}

.border-r-amber-800\/85 {
  border-right-color: rgb(146 64 14 / 0.85) !important;
}

.border-r-amber-800\/90 {
  border-right-color: rgb(146 64 14 / 0.9) !important;
}

.border-r-amber-800\/95 {
  border-right-color: rgb(146 64 14 / 0.95) !important;
}

.border-r-amber-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-900\/0 {
  border-right-color: rgb(120 53 15 / 0) !important;
}

.border-r-amber-900\/10 {
  border-right-color: rgb(120 53 15 / 0.1) !important;
}

.border-r-amber-900\/100 {
  border-right-color: rgb(120 53 15 / 1) !important;
}

.border-r-amber-900\/15 {
  border-right-color: rgb(120 53 15 / 0.15) !important;
}

.border-r-amber-900\/20 {
  border-right-color: rgb(120 53 15 / 0.2) !important;
}

.border-r-amber-900\/25 {
  border-right-color: rgb(120 53 15 / 0.25) !important;
}

.border-r-amber-900\/30 {
  border-right-color: rgb(120 53 15 / 0.3) !important;
}

.border-r-amber-900\/35 {
  border-right-color: rgb(120 53 15 / 0.35) !important;
}

.border-r-amber-900\/40 {
  border-right-color: rgb(120 53 15 / 0.4) !important;
}

.border-r-amber-900\/45 {
  border-right-color: rgb(120 53 15 / 0.45) !important;
}

.border-r-amber-900\/5 {
  border-right-color: rgb(120 53 15 / 0.05) !important;
}

.border-r-amber-900\/50 {
  border-right-color: rgb(120 53 15 / 0.5) !important;
}

.border-r-amber-900\/55 {
  border-right-color: rgb(120 53 15 / 0.55) !important;
}

.border-r-amber-900\/60 {
  border-right-color: rgb(120 53 15 / 0.6) !important;
}

.border-r-amber-900\/65 {
  border-right-color: rgb(120 53 15 / 0.65) !important;
}

.border-r-amber-900\/70 {
  border-right-color: rgb(120 53 15 / 0.7) !important;
}

.border-r-amber-900\/75 {
  border-right-color: rgb(120 53 15 / 0.75) !important;
}

.border-r-amber-900\/80 {
  border-right-color: rgb(120 53 15 / 0.8) !important;
}

.border-r-amber-900\/85 {
  border-right-color: rgb(120 53 15 / 0.85) !important;
}

.border-r-amber-900\/90 {
  border-right-color: rgb(120 53 15 / 0.9) !important;
}

.border-r-amber-900\/95 {
  border-right-color: rgb(120 53 15 / 0.95) !important;
}

.border-r-amber-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-r-amber-950\/0 {
  border-right-color: rgb(69 26 3 / 0) !important;
}

.border-r-amber-950\/10 {
  border-right-color: rgb(69 26 3 / 0.1) !important;
}

.border-r-amber-950\/100 {
  border-right-color: rgb(69 26 3 / 1) !important;
}

.border-r-amber-950\/15 {
  border-right-color: rgb(69 26 3 / 0.15) !important;
}

.border-r-amber-950\/20 {
  border-right-color: rgb(69 26 3 / 0.2) !important;
}

.border-r-amber-950\/25 {
  border-right-color: rgb(69 26 3 / 0.25) !important;
}

.border-r-amber-950\/30 {
  border-right-color: rgb(69 26 3 / 0.3) !important;
}

.border-r-amber-950\/35 {
  border-right-color: rgb(69 26 3 / 0.35) !important;
}

.border-r-amber-950\/40 {
  border-right-color: rgb(69 26 3 / 0.4) !important;
}

.border-r-amber-950\/45 {
  border-right-color: rgb(69 26 3 / 0.45) !important;
}

.border-r-amber-950\/5 {
  border-right-color: rgb(69 26 3 / 0.05) !important;
}

.border-r-amber-950\/50 {
  border-right-color: rgb(69 26 3 / 0.5) !important;
}

.border-r-amber-950\/55 {
  border-right-color: rgb(69 26 3 / 0.55) !important;
}

.border-r-amber-950\/60 {
  border-right-color: rgb(69 26 3 / 0.6) !important;
}

.border-r-amber-950\/65 {
  border-right-color: rgb(69 26 3 / 0.65) !important;
}

.border-r-amber-950\/70 {
  border-right-color: rgb(69 26 3 / 0.7) !important;
}

.border-r-amber-950\/75 {
  border-right-color: rgb(69 26 3 / 0.75) !important;
}

.border-r-amber-950\/80 {
  border-right-color: rgb(69 26 3 / 0.8) !important;
}

.border-r-amber-950\/85 {
  border-right-color: rgb(69 26 3 / 0.85) !important;
}

.border-r-amber-950\/90 {
  border-right-color: rgb(69 26 3 / 0.9) !important;
}

.border-r-amber-950\/95 {
  border-right-color: rgb(69 26 3 / 0.95) !important;
}

.border-r-black {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0) !important;
}

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

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

.border-r-black\/15 {
  border-right-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-r-black\/35 {
  border-right-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-r-black\/55 {
  border-right-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-r-black\/85 {
  border-right-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-r-blue-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-100\/0 {
  border-right-color: rgb(219 234 254 / 0) !important;
}

.border-r-blue-100\/10 {
  border-right-color: rgb(219 234 254 / 0.1) !important;
}

.border-r-blue-100\/100 {
  border-right-color: rgb(219 234 254 / 1) !important;
}

.border-r-blue-100\/15 {
  border-right-color: rgb(219 234 254 / 0.15) !important;
}

.border-r-blue-100\/20 {
  border-right-color: rgb(219 234 254 / 0.2) !important;
}

.border-r-blue-100\/25 {
  border-right-color: rgb(219 234 254 / 0.25) !important;
}

.border-r-blue-100\/30 {
  border-right-color: rgb(219 234 254 / 0.3) !important;
}

.border-r-blue-100\/35 {
  border-right-color: rgb(219 234 254 / 0.35) !important;
}

.border-r-blue-100\/40 {
  border-right-color: rgb(219 234 254 / 0.4) !important;
}

.border-r-blue-100\/45 {
  border-right-color: rgb(219 234 254 / 0.45) !important;
}

.border-r-blue-100\/5 {
  border-right-color: rgb(219 234 254 / 0.05) !important;
}

.border-r-blue-100\/50 {
  border-right-color: rgb(219 234 254 / 0.5) !important;
}

.border-r-blue-100\/55 {
  border-right-color: rgb(219 234 254 / 0.55) !important;
}

.border-r-blue-100\/60 {
  border-right-color: rgb(219 234 254 / 0.6) !important;
}

.border-r-blue-100\/65 {
  border-right-color: rgb(219 234 254 / 0.65) !important;
}

.border-r-blue-100\/70 {
  border-right-color: rgb(219 234 254 / 0.7) !important;
}

.border-r-blue-100\/75 {
  border-right-color: rgb(219 234 254 / 0.75) !important;
}

.border-r-blue-100\/80 {
  border-right-color: rgb(219 234 254 / 0.8) !important;
}

.border-r-blue-100\/85 {
  border-right-color: rgb(219 234 254 / 0.85) !important;
}

.border-r-blue-100\/90 {
  border-right-color: rgb(219 234 254 / 0.9) !important;
}

.border-r-blue-100\/95 {
  border-right-color: rgb(219 234 254 / 0.95) !important;
}

.border-r-blue-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-200\/0 {
  border-right-color: rgb(191 219 254 / 0) !important;
}

.border-r-blue-200\/10 {
  border-right-color: rgb(191 219 254 / 0.1) !important;
}

.border-r-blue-200\/100 {
  border-right-color: rgb(191 219 254 / 1) !important;
}

.border-r-blue-200\/15 {
  border-right-color: rgb(191 219 254 / 0.15) !important;
}

.border-r-blue-200\/20 {
  border-right-color: rgb(191 219 254 / 0.2) !important;
}

.border-r-blue-200\/25 {
  border-right-color: rgb(191 219 254 / 0.25) !important;
}

.border-r-blue-200\/30 {
  border-right-color: rgb(191 219 254 / 0.3) !important;
}

.border-r-blue-200\/35 {
  border-right-color: rgb(191 219 254 / 0.35) !important;
}

.border-r-blue-200\/40 {
  border-right-color: rgb(191 219 254 / 0.4) !important;
}

.border-r-blue-200\/45 {
  border-right-color: rgb(191 219 254 / 0.45) !important;
}

.border-r-blue-200\/5 {
  border-right-color: rgb(191 219 254 / 0.05) !important;
}

.border-r-blue-200\/50 {
  border-right-color: rgb(191 219 254 / 0.5) !important;
}

.border-r-blue-200\/55 {
  border-right-color: rgb(191 219 254 / 0.55) !important;
}

.border-r-blue-200\/60 {
  border-right-color: rgb(191 219 254 / 0.6) !important;
}

.border-r-blue-200\/65 {
  border-right-color: rgb(191 219 254 / 0.65) !important;
}

.border-r-blue-200\/70 {
  border-right-color: rgb(191 219 254 / 0.7) !important;
}

.border-r-blue-200\/75 {
  border-right-color: rgb(191 219 254 / 0.75) !important;
}

.border-r-blue-200\/80 {
  border-right-color: rgb(191 219 254 / 0.8) !important;
}

.border-r-blue-200\/85 {
  border-right-color: rgb(191 219 254 / 0.85) !important;
}

.border-r-blue-200\/90 {
  border-right-color: rgb(191 219 254 / 0.9) !important;
}

.border-r-blue-200\/95 {
  border-right-color: rgb(191 219 254 / 0.95) !important;
}

.border-r-blue-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-300\/0 {
  border-right-color: rgb(147 197 253 / 0) !important;
}

.border-r-blue-300\/10 {
  border-right-color: rgb(147 197 253 / 0.1) !important;
}

.border-r-blue-300\/100 {
  border-right-color: rgb(147 197 253 / 1) !important;
}

.border-r-blue-300\/15 {
  border-right-color: rgb(147 197 253 / 0.15) !important;
}

.border-r-blue-300\/20 {
  border-right-color: rgb(147 197 253 / 0.2) !important;
}

.border-r-blue-300\/25 {
  border-right-color: rgb(147 197 253 / 0.25) !important;
}

.border-r-blue-300\/30 {
  border-right-color: rgb(147 197 253 / 0.3) !important;
}

.border-r-blue-300\/35 {
  border-right-color: rgb(147 197 253 / 0.35) !important;
}

.border-r-blue-300\/40 {
  border-right-color: rgb(147 197 253 / 0.4) !important;
}

.border-r-blue-300\/45 {
  border-right-color: rgb(147 197 253 / 0.45) !important;
}

.border-r-blue-300\/5 {
  border-right-color: rgb(147 197 253 / 0.05) !important;
}

.border-r-blue-300\/50 {
  border-right-color: rgb(147 197 253 / 0.5) !important;
}

.border-r-blue-300\/55 {
  border-right-color: rgb(147 197 253 / 0.55) !important;
}

.border-r-blue-300\/60 {
  border-right-color: rgb(147 197 253 / 0.6) !important;
}

.border-r-blue-300\/65 {
  border-right-color: rgb(147 197 253 / 0.65) !important;
}

.border-r-blue-300\/70 {
  border-right-color: rgb(147 197 253 / 0.7) !important;
}

.border-r-blue-300\/75 {
  border-right-color: rgb(147 197 253 / 0.75) !important;
}

.border-r-blue-300\/80 {
  border-right-color: rgb(147 197 253 / 0.8) !important;
}

.border-r-blue-300\/85 {
  border-right-color: rgb(147 197 253 / 0.85) !important;
}

.border-r-blue-300\/90 {
  border-right-color: rgb(147 197 253 / 0.9) !important;
}

.border-r-blue-300\/95 {
  border-right-color: rgb(147 197 253 / 0.95) !important;
}

.border-r-blue-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-400\/0 {
  border-right-color: rgb(96 165 250 / 0) !important;
}

.border-r-blue-400\/10 {
  border-right-color: rgb(96 165 250 / 0.1) !important;
}

.border-r-blue-400\/100 {
  border-right-color: rgb(96 165 250 / 1) !important;
}

.border-r-blue-400\/15 {
  border-right-color: rgb(96 165 250 / 0.15) !important;
}

.border-r-blue-400\/20 {
  border-right-color: rgb(96 165 250 / 0.2) !important;
}

.border-r-blue-400\/25 {
  border-right-color: rgb(96 165 250 / 0.25) !important;
}

.border-r-blue-400\/30 {
  border-right-color: rgb(96 165 250 / 0.3) !important;
}

.border-r-blue-400\/35 {
  border-right-color: rgb(96 165 250 / 0.35) !important;
}

.border-r-blue-400\/40 {
  border-right-color: rgb(96 165 250 / 0.4) !important;
}

.border-r-blue-400\/45 {
  border-right-color: rgb(96 165 250 / 0.45) !important;
}

.border-r-blue-400\/5 {
  border-right-color: rgb(96 165 250 / 0.05) !important;
}

.border-r-blue-400\/50 {
  border-right-color: rgb(96 165 250 / 0.5) !important;
}

.border-r-blue-400\/55 {
  border-right-color: rgb(96 165 250 / 0.55) !important;
}

.border-r-blue-400\/60 {
  border-right-color: rgb(96 165 250 / 0.6) !important;
}

.border-r-blue-400\/65 {
  border-right-color: rgb(96 165 250 / 0.65) !important;
}

.border-r-blue-400\/70 {
  border-right-color: rgb(96 165 250 / 0.7) !important;
}

.border-r-blue-400\/75 {
  border-right-color: rgb(96 165 250 / 0.75) !important;
}

.border-r-blue-400\/80 {
  border-right-color: rgb(96 165 250 / 0.8) !important;
}

.border-r-blue-400\/85 {
  border-right-color: rgb(96 165 250 / 0.85) !important;
}

.border-r-blue-400\/90 {
  border-right-color: rgb(96 165 250 / 0.9) !important;
}

.border-r-blue-400\/95 {
  border-right-color: rgb(96 165 250 / 0.95) !important;
}

.border-r-blue-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-50\/0 {
  border-right-color: rgb(239 246 255 / 0) !important;
}

.border-r-blue-50\/10 {
  border-right-color: rgb(239 246 255 / 0.1) !important;
}

.border-r-blue-50\/100 {
  border-right-color: rgb(239 246 255 / 1) !important;
}

.border-r-blue-50\/15 {
  border-right-color: rgb(239 246 255 / 0.15) !important;
}

.border-r-blue-50\/20 {
  border-right-color: rgb(239 246 255 / 0.2) !important;
}

.border-r-blue-50\/25 {
  border-right-color: rgb(239 246 255 / 0.25) !important;
}

.border-r-blue-50\/30 {
  border-right-color: rgb(239 246 255 / 0.3) !important;
}

.border-r-blue-50\/35 {
  border-right-color: rgb(239 246 255 / 0.35) !important;
}

.border-r-blue-50\/40 {
  border-right-color: rgb(239 246 255 / 0.4) !important;
}

.border-r-blue-50\/45 {
  border-right-color: rgb(239 246 255 / 0.45) !important;
}

.border-r-blue-50\/5 {
  border-right-color: rgb(239 246 255 / 0.05) !important;
}

.border-r-blue-50\/50 {
  border-right-color: rgb(239 246 255 / 0.5) !important;
}

.border-r-blue-50\/55 {
  border-right-color: rgb(239 246 255 / 0.55) !important;
}

.border-r-blue-50\/60 {
  border-right-color: rgb(239 246 255 / 0.6) !important;
}

.border-r-blue-50\/65 {
  border-right-color: rgb(239 246 255 / 0.65) !important;
}

.border-r-blue-50\/70 {
  border-right-color: rgb(239 246 255 / 0.7) !important;
}

.border-r-blue-50\/75 {
  border-right-color: rgb(239 246 255 / 0.75) !important;
}

.border-r-blue-50\/80 {
  border-right-color: rgb(239 246 255 / 0.8) !important;
}

.border-r-blue-50\/85 {
  border-right-color: rgb(239 246 255 / 0.85) !important;
}

.border-r-blue-50\/90 {
  border-right-color: rgb(239 246 255 / 0.9) !important;
}

.border-r-blue-50\/95 {
  border-right-color: rgb(239 246 255 / 0.95) !important;
}

.border-r-blue-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-500\/0 {
  border-right-color: rgb(59 130 246 / 0) !important;
}

.border-r-blue-500\/10 {
  border-right-color: rgb(59 130 246 / 0.1) !important;
}

.border-r-blue-500\/100 {
  border-right-color: rgb(59 130 246 / 1) !important;
}

.border-r-blue-500\/15 {
  border-right-color: rgb(59 130 246 / 0.15) !important;
}

.border-r-blue-500\/20 {
  border-right-color: rgb(59 130 246 / 0.2) !important;
}

.border-r-blue-500\/25 {
  border-right-color: rgb(59 130 246 / 0.25) !important;
}

.border-r-blue-500\/30 {
  border-right-color: rgb(59 130 246 / 0.3) !important;
}

.border-r-blue-500\/35 {
  border-right-color: rgb(59 130 246 / 0.35) !important;
}

.border-r-blue-500\/40 {
  border-right-color: rgb(59 130 246 / 0.4) !important;
}

.border-r-blue-500\/45 {
  border-right-color: rgb(59 130 246 / 0.45) !important;
}

.border-r-blue-500\/5 {
  border-right-color: rgb(59 130 246 / 0.05) !important;
}

.border-r-blue-500\/50 {
  border-right-color: rgb(59 130 246 / 0.5) !important;
}

.border-r-blue-500\/55 {
  border-right-color: rgb(59 130 246 / 0.55) !important;
}

.border-r-blue-500\/60 {
  border-right-color: rgb(59 130 246 / 0.6) !important;
}

.border-r-blue-500\/65 {
  border-right-color: rgb(59 130 246 / 0.65) !important;
}

.border-r-blue-500\/70 {
  border-right-color: rgb(59 130 246 / 0.7) !important;
}

.border-r-blue-500\/75 {
  border-right-color: rgb(59 130 246 / 0.75) !important;
}

.border-r-blue-500\/80 {
  border-right-color: rgb(59 130 246 / 0.8) !important;
}

.border-r-blue-500\/85 {
  border-right-color: rgb(59 130 246 / 0.85) !important;
}

.border-r-blue-500\/90 {
  border-right-color: rgb(59 130 246 / 0.9) !important;
}

.border-r-blue-500\/95 {
  border-right-color: rgb(59 130 246 / 0.95) !important;
}

.border-r-blue-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-600\/0 {
  border-right-color: rgb(37 99 235 / 0) !important;
}

.border-r-blue-600\/10 {
  border-right-color: rgb(37 99 235 / 0.1) !important;
}

.border-r-blue-600\/100 {
  border-right-color: rgb(37 99 235 / 1) !important;
}

.border-r-blue-600\/15 {
  border-right-color: rgb(37 99 235 / 0.15) !important;
}

.border-r-blue-600\/20 {
  border-right-color: rgb(37 99 235 / 0.2) !important;
}

.border-r-blue-600\/25 {
  border-right-color: rgb(37 99 235 / 0.25) !important;
}

.border-r-blue-600\/30 {
  border-right-color: rgb(37 99 235 / 0.3) !important;
}

.border-r-blue-600\/35 {
  border-right-color: rgb(37 99 235 / 0.35) !important;
}

.border-r-blue-600\/40 {
  border-right-color: rgb(37 99 235 / 0.4) !important;
}

.border-r-blue-600\/45 {
  border-right-color: rgb(37 99 235 / 0.45) !important;
}

.border-r-blue-600\/5 {
  border-right-color: rgb(37 99 235 / 0.05) !important;
}

.border-r-blue-600\/50 {
  border-right-color: rgb(37 99 235 / 0.5) !important;
}

.border-r-blue-600\/55 {
  border-right-color: rgb(37 99 235 / 0.55) !important;
}

.border-r-blue-600\/60 {
  border-right-color: rgb(37 99 235 / 0.6) !important;
}

.border-r-blue-600\/65 {
  border-right-color: rgb(37 99 235 / 0.65) !important;
}

.border-r-blue-600\/70 {
  border-right-color: rgb(37 99 235 / 0.7) !important;
}

.border-r-blue-600\/75 {
  border-right-color: rgb(37 99 235 / 0.75) !important;
}

.border-r-blue-600\/80 {
  border-right-color: rgb(37 99 235 / 0.8) !important;
}

.border-r-blue-600\/85 {
  border-right-color: rgb(37 99 235 / 0.85) !important;
}

.border-r-blue-600\/90 {
  border-right-color: rgb(37 99 235 / 0.9) !important;
}

.border-r-blue-600\/95 {
  border-right-color: rgb(37 99 235 / 0.95) !important;
}

.border-r-blue-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-700\/0 {
  border-right-color: rgb(29 78 216 / 0) !important;
}

.border-r-blue-700\/10 {
  border-right-color: rgb(29 78 216 / 0.1) !important;
}

.border-r-blue-700\/100 {
  border-right-color: rgb(29 78 216 / 1) !important;
}

.border-r-blue-700\/15 {
  border-right-color: rgb(29 78 216 / 0.15) !important;
}

.border-r-blue-700\/20 {
  border-right-color: rgb(29 78 216 / 0.2) !important;
}

.border-r-blue-700\/25 {
  border-right-color: rgb(29 78 216 / 0.25) !important;
}

.border-r-blue-700\/30 {
  border-right-color: rgb(29 78 216 / 0.3) !important;
}

.border-r-blue-700\/35 {
  border-right-color: rgb(29 78 216 / 0.35) !important;
}

.border-r-blue-700\/40 {
  border-right-color: rgb(29 78 216 / 0.4) !important;
}

.border-r-blue-700\/45 {
  border-right-color: rgb(29 78 216 / 0.45) !important;
}

.border-r-blue-700\/5 {
  border-right-color: rgb(29 78 216 / 0.05) !important;
}

.border-r-blue-700\/50 {
  border-right-color: rgb(29 78 216 / 0.5) !important;
}

.border-r-blue-700\/55 {
  border-right-color: rgb(29 78 216 / 0.55) !important;
}

.border-r-blue-700\/60 {
  border-right-color: rgb(29 78 216 / 0.6) !important;
}

.border-r-blue-700\/65 {
  border-right-color: rgb(29 78 216 / 0.65) !important;
}

.border-r-blue-700\/70 {
  border-right-color: rgb(29 78 216 / 0.7) !important;
}

.border-r-blue-700\/75 {
  border-right-color: rgb(29 78 216 / 0.75) !important;
}

.border-r-blue-700\/80 {
  border-right-color: rgb(29 78 216 / 0.8) !important;
}

.border-r-blue-700\/85 {
  border-right-color: rgb(29 78 216 / 0.85) !important;
}

.border-r-blue-700\/90 {
  border-right-color: rgb(29 78 216 / 0.9) !important;
}

.border-r-blue-700\/95 {
  border-right-color: rgb(29 78 216 / 0.95) !important;
}

.border-r-blue-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-800\/0 {
  border-right-color: rgb(30 64 175 / 0) !important;
}

.border-r-blue-800\/10 {
  border-right-color: rgb(30 64 175 / 0.1) !important;
}

.border-r-blue-800\/100 {
  border-right-color: rgb(30 64 175 / 1) !important;
}

.border-r-blue-800\/15 {
  border-right-color: rgb(30 64 175 / 0.15) !important;
}

.border-r-blue-800\/20 {
  border-right-color: rgb(30 64 175 / 0.2) !important;
}

.border-r-blue-800\/25 {
  border-right-color: rgb(30 64 175 / 0.25) !important;
}

.border-r-blue-800\/30 {
  border-right-color: rgb(30 64 175 / 0.3) !important;
}

.border-r-blue-800\/35 {
  border-right-color: rgb(30 64 175 / 0.35) !important;
}

.border-r-blue-800\/40 {
  border-right-color: rgb(30 64 175 / 0.4) !important;
}

.border-r-blue-800\/45 {
  border-right-color: rgb(30 64 175 / 0.45) !important;
}

.border-r-blue-800\/5 {
  border-right-color: rgb(30 64 175 / 0.05) !important;
}

.border-r-blue-800\/50 {
  border-right-color: rgb(30 64 175 / 0.5) !important;
}

.border-r-blue-800\/55 {
  border-right-color: rgb(30 64 175 / 0.55) !important;
}

.border-r-blue-800\/60 {
  border-right-color: rgb(30 64 175 / 0.6) !important;
}

.border-r-blue-800\/65 {
  border-right-color: rgb(30 64 175 / 0.65) !important;
}

.border-r-blue-800\/70 {
  border-right-color: rgb(30 64 175 / 0.7) !important;
}

.border-r-blue-800\/75 {
  border-right-color: rgb(30 64 175 / 0.75) !important;
}

.border-r-blue-800\/80 {
  border-right-color: rgb(30 64 175 / 0.8) !important;
}

.border-r-blue-800\/85 {
  border-right-color: rgb(30 64 175 / 0.85) !important;
}

.border-r-blue-800\/90 {
  border-right-color: rgb(30 64 175 / 0.9) !important;
}

.border-r-blue-800\/95 {
  border-right-color: rgb(30 64 175 / 0.95) !important;
}

.border-r-blue-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-900\/0 {
  border-right-color: rgb(30 58 138 / 0) !important;
}

.border-r-blue-900\/10 {
  border-right-color: rgb(30 58 138 / 0.1) !important;
}

.border-r-blue-900\/100 {
  border-right-color: rgb(30 58 138 / 1) !important;
}

.border-r-blue-900\/15 {
  border-right-color: rgb(30 58 138 / 0.15) !important;
}

.border-r-blue-900\/20 {
  border-right-color: rgb(30 58 138 / 0.2) !important;
}

.border-r-blue-900\/25 {
  border-right-color: rgb(30 58 138 / 0.25) !important;
}

.border-r-blue-900\/30 {
  border-right-color: rgb(30 58 138 / 0.3) !important;
}

.border-r-blue-900\/35 {
  border-right-color: rgb(30 58 138 / 0.35) !important;
}

.border-r-blue-900\/40 {
  border-right-color: rgb(30 58 138 / 0.4) !important;
}

.border-r-blue-900\/45 {
  border-right-color: rgb(30 58 138 / 0.45) !important;
}

.border-r-blue-900\/5 {
  border-right-color: rgb(30 58 138 / 0.05) !important;
}

.border-r-blue-900\/50 {
  border-right-color: rgb(30 58 138 / 0.5) !important;
}

.border-r-blue-900\/55 {
  border-right-color: rgb(30 58 138 / 0.55) !important;
}

.border-r-blue-900\/60 {
  border-right-color: rgb(30 58 138 / 0.6) !important;
}

.border-r-blue-900\/65 {
  border-right-color: rgb(30 58 138 / 0.65) !important;
}

.border-r-blue-900\/70 {
  border-right-color: rgb(30 58 138 / 0.7) !important;
}

.border-r-blue-900\/75 {
  border-right-color: rgb(30 58 138 / 0.75) !important;
}

.border-r-blue-900\/80 {
  border-right-color: rgb(30 58 138 / 0.8) !important;
}

.border-r-blue-900\/85 {
  border-right-color: rgb(30 58 138 / 0.85) !important;
}

.border-r-blue-900\/90 {
  border-right-color: rgb(30 58 138 / 0.9) !important;
}

.border-r-blue-900\/95 {
  border-right-color: rgb(30 58 138 / 0.95) !important;
}

.border-r-blue-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-r-blue-950\/0 {
  border-right-color: rgb(23 37 84 / 0) !important;
}

.border-r-blue-950\/10 {
  border-right-color: rgb(23 37 84 / 0.1) !important;
}

.border-r-blue-950\/100 {
  border-right-color: rgb(23 37 84 / 1) !important;
}

.border-r-blue-950\/15 {
  border-right-color: rgb(23 37 84 / 0.15) !important;
}

.border-r-blue-950\/20 {
  border-right-color: rgb(23 37 84 / 0.2) !important;
}

.border-r-blue-950\/25 {
  border-right-color: rgb(23 37 84 / 0.25) !important;
}

.border-r-blue-950\/30 {
  border-right-color: rgb(23 37 84 / 0.3) !important;
}

.border-r-blue-950\/35 {
  border-right-color: rgb(23 37 84 / 0.35) !important;
}

.border-r-blue-950\/40 {
  border-right-color: rgb(23 37 84 / 0.4) !important;
}

.border-r-blue-950\/45 {
  border-right-color: rgb(23 37 84 / 0.45) !important;
}

.border-r-blue-950\/5 {
  border-right-color: rgb(23 37 84 / 0.05) !important;
}

.border-r-blue-950\/50 {
  border-right-color: rgb(23 37 84 / 0.5) !important;
}

.border-r-blue-950\/55 {
  border-right-color: rgb(23 37 84 / 0.55) !important;
}

.border-r-blue-950\/60 {
  border-right-color: rgb(23 37 84 / 0.6) !important;
}

.border-r-blue-950\/65 {
  border-right-color: rgb(23 37 84 / 0.65) !important;
}

.border-r-blue-950\/70 {
  border-right-color: rgb(23 37 84 / 0.7) !important;
}

.border-r-blue-950\/75 {
  border-right-color: rgb(23 37 84 / 0.75) !important;
}

.border-r-blue-950\/80 {
  border-right-color: rgb(23 37 84 / 0.8) !important;
}

.border-r-blue-950\/85 {
  border-right-color: rgb(23 37 84 / 0.85) !important;
}

.border-r-blue-950\/90 {
  border-right-color: rgb(23 37 84 / 0.9) !important;
}

.border-r-blue-950\/95 {
  border-right-color: rgb(23 37 84 / 0.95) !important;
}

.border-r-brand-brown {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brown\/0 {
  border-right-color: rgb(133 114 114 / 0) !important;
}

.border-r-brand-brown\/10 {
  border-right-color: rgb(133 114 114 / 0.1) !important;
}

.border-r-brand-brown\/100 {
  border-right-color: rgb(133 114 114 / 1) !important;
}

.border-r-brand-brown\/15 {
  border-right-color: rgb(133 114 114 / 0.15) !important;
}

.border-r-brand-brown\/20 {
  border-right-color: rgb(133 114 114 / 0.2) !important;
}

.border-r-brand-brown\/25 {
  border-right-color: rgb(133 114 114 / 0.25) !important;
}

.border-r-brand-brown\/30 {
  border-right-color: rgb(133 114 114 / 0.3) !important;
}

.border-r-brand-brown\/35 {
  border-right-color: rgb(133 114 114 / 0.35) !important;
}

.border-r-brand-brown\/40 {
  border-right-color: rgb(133 114 114 / 0.4) !important;
}

.border-r-brand-brown\/45 {
  border-right-color: rgb(133 114 114 / 0.45) !important;
}

.border-r-brand-brown\/5 {
  border-right-color: rgb(133 114 114 / 0.05) !important;
}

.border-r-brand-brown\/50 {
  border-right-color: rgb(133 114 114 / 0.5) !important;
}

.border-r-brand-brown\/55 {
  border-right-color: rgb(133 114 114 / 0.55) !important;
}

.border-r-brand-brown\/60 {
  border-right-color: rgb(133 114 114 / 0.6) !important;
}

.border-r-brand-brown\/65 {
  border-right-color: rgb(133 114 114 / 0.65) !important;
}

.border-r-brand-brown\/70 {
  border-right-color: rgb(133 114 114 / 0.7) !important;
}

.border-r-brand-brown\/75 {
  border-right-color: rgb(133 114 114 / 0.75) !important;
}

.border-r-brand-brown\/80 {
  border-right-color: rgb(133 114 114 / 0.8) !important;
}

.border-r-brand-brown\/85 {
  border-right-color: rgb(133 114 114 / 0.85) !important;
}

.border-r-brand-brown\/90 {
  border-right-color: rgb(133 114 114 / 0.9) !important;
}

.border-r-brand-brown\/95 {
  border-right-color: rgb(133 114 114 / 0.95) !important;
}

.border-r-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brownDark\/0 {
  border-right-color: rgb(73 71 78 / 0) !important;
}

.border-r-brand-brownDark\/10 {
  border-right-color: rgb(73 71 78 / 0.1) !important;
}

.border-r-brand-brownDark\/100 {
  border-right-color: rgb(73 71 78 / 1) !important;
}

.border-r-brand-brownDark\/15 {
  border-right-color: rgb(73 71 78 / 0.15) !important;
}

.border-r-brand-brownDark\/20 {
  border-right-color: rgb(73 71 78 / 0.2) !important;
}

.border-r-brand-brownDark\/25 {
  border-right-color: rgb(73 71 78 / 0.25) !important;
}

.border-r-brand-brownDark\/30 {
  border-right-color: rgb(73 71 78 / 0.3) !important;
}

.border-r-brand-brownDark\/35 {
  border-right-color: rgb(73 71 78 / 0.35) !important;
}

.border-r-brand-brownDark\/40 {
  border-right-color: rgb(73 71 78 / 0.4) !important;
}

.border-r-brand-brownDark\/45 {
  border-right-color: rgb(73 71 78 / 0.45) !important;
}

.border-r-brand-brownDark\/5 {
  border-right-color: rgb(73 71 78 / 0.05) !important;
}

.border-r-brand-brownDark\/50 {
  border-right-color: rgb(73 71 78 / 0.5) !important;
}

.border-r-brand-brownDark\/55 {
  border-right-color: rgb(73 71 78 / 0.55) !important;
}

.border-r-brand-brownDark\/60 {
  border-right-color: rgb(73 71 78 / 0.6) !important;
}

.border-r-brand-brownDark\/65 {
  border-right-color: rgb(73 71 78 / 0.65) !important;
}

.border-r-brand-brownDark\/70 {
  border-right-color: rgb(73 71 78 / 0.7) !important;
}

.border-r-brand-brownDark\/75 {
  border-right-color: rgb(73 71 78 / 0.75) !important;
}

.border-r-brand-brownDark\/80 {
  border-right-color: rgb(73 71 78 / 0.8) !important;
}

.border-r-brand-brownDark\/85 {
  border-right-color: rgb(73 71 78 / 0.85) !important;
}

.border-r-brand-brownDark\/90 {
  border-right-color: rgb(73 71 78 / 0.9) !important;
}

.border-r-brand-brownDark\/95 {
  border-right-color: rgb(73 71 78 / 0.95) !important;
}

.border-r-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brownDarker\/0 {
  border-right-color: rgb(36 34 42 / 0) !important;
}

.border-r-brand-brownDarker\/10 {
  border-right-color: rgb(36 34 42 / 0.1) !important;
}

.border-r-brand-brownDarker\/100 {
  border-right-color: rgb(36 34 42 / 1) !important;
}

.border-r-brand-brownDarker\/15 {
  border-right-color: rgb(36 34 42 / 0.15) !important;
}

.border-r-brand-brownDarker\/20 {
  border-right-color: rgb(36 34 42 / 0.2) !important;
}

.border-r-brand-brownDarker\/25 {
  border-right-color: rgb(36 34 42 / 0.25) !important;
}

.border-r-brand-brownDarker\/30 {
  border-right-color: rgb(36 34 42 / 0.3) !important;
}

.border-r-brand-brownDarker\/35 {
  border-right-color: rgb(36 34 42 / 0.35) !important;
}

.border-r-brand-brownDarker\/40 {
  border-right-color: rgb(36 34 42 / 0.4) !important;
}

.border-r-brand-brownDarker\/45 {
  border-right-color: rgb(36 34 42 / 0.45) !important;
}

.border-r-brand-brownDarker\/5 {
  border-right-color: rgb(36 34 42 / 0.05) !important;
}

.border-r-brand-brownDarker\/50 {
  border-right-color: rgb(36 34 42 / 0.5) !important;
}

.border-r-brand-brownDarker\/55 {
  border-right-color: rgb(36 34 42 / 0.55) !important;
}

.border-r-brand-brownDarker\/60 {
  border-right-color: rgb(36 34 42 / 0.6) !important;
}

.border-r-brand-brownDarker\/65 {
  border-right-color: rgb(36 34 42 / 0.65) !important;
}

.border-r-brand-brownDarker\/70 {
  border-right-color: rgb(36 34 42 / 0.7) !important;
}

.border-r-brand-brownDarker\/75 {
  border-right-color: rgb(36 34 42 / 0.75) !important;
}

.border-r-brand-brownDarker\/80 {
  border-right-color: rgb(36 34 42 / 0.8) !important;
}

.border-r-brand-brownDarker\/85 {
  border-right-color: rgb(36 34 42 / 0.85) !important;
}

.border-r-brand-brownDarker\/90 {
  border-right-color: rgb(36 34 42 / 0.9) !important;
}

.border-r-brand-brownDarker\/95 {
  border-right-color: rgb(36 34 42 / 0.95) !important;
}

.border-r-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brownDarkest\/0 {
  border-right-color: rgb(13 14 24 / 0) !important;
}

.border-r-brand-brownDarkest\/10 {
  border-right-color: rgb(13 14 24 / 0.1) !important;
}

.border-r-brand-brownDarkest\/100 {
  border-right-color: rgb(13 14 24 / 1) !important;
}

.border-r-brand-brownDarkest\/15 {
  border-right-color: rgb(13 14 24 / 0.15) !important;
}

.border-r-brand-brownDarkest\/20 {
  border-right-color: rgb(13 14 24 / 0.2) !important;
}

.border-r-brand-brownDarkest\/25 {
  border-right-color: rgb(13 14 24 / 0.25) !important;
}

.border-r-brand-brownDarkest\/30 {
  border-right-color: rgb(13 14 24 / 0.3) !important;
}

.border-r-brand-brownDarkest\/35 {
  border-right-color: rgb(13 14 24 / 0.35) !important;
}

.border-r-brand-brownDarkest\/40 {
  border-right-color: rgb(13 14 24 / 0.4) !important;
}

.border-r-brand-brownDarkest\/45 {
  border-right-color: rgb(13 14 24 / 0.45) !important;
}

.border-r-brand-brownDarkest\/5 {
  border-right-color: rgb(13 14 24 / 0.05) !important;
}

.border-r-brand-brownDarkest\/50 {
  border-right-color: rgb(13 14 24 / 0.5) !important;
}

.border-r-brand-brownDarkest\/55 {
  border-right-color: rgb(13 14 24 / 0.55) !important;
}

.border-r-brand-brownDarkest\/60 {
  border-right-color: rgb(13 14 24 / 0.6) !important;
}

.border-r-brand-brownDarkest\/65 {
  border-right-color: rgb(13 14 24 / 0.65) !important;
}

.border-r-brand-brownDarkest\/70 {
  border-right-color: rgb(13 14 24 / 0.7) !important;
}

.border-r-brand-brownDarkest\/75 {
  border-right-color: rgb(13 14 24 / 0.75) !important;
}

.border-r-brand-brownDarkest\/80 {
  border-right-color: rgb(13 14 24 / 0.8) !important;
}

.border-r-brand-brownDarkest\/85 {
  border-right-color: rgb(13 14 24 / 0.85) !important;
}

.border-r-brand-brownDarkest\/90 {
  border-right-color: rgb(13 14 24 / 0.9) !important;
}

.border-r-brand-brownDarkest\/95 {
  border-right-color: rgb(13 14 24 / 0.95) !important;
}

.border-r-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brownLighest\/0 {
  border-right-color: rgb(252 248 248 / 0) !important;
}

.border-r-brand-brownLighest\/10 {
  border-right-color: rgb(252 248 248 / 0.1) !important;
}

.border-r-brand-brownLighest\/100 {
  border-right-color: rgb(252 248 248 / 1) !important;
}

.border-r-brand-brownLighest\/15 {
  border-right-color: rgb(252 248 248 / 0.15) !important;
}

.border-r-brand-brownLighest\/20 {
  border-right-color: rgb(252 248 248 / 0.2) !important;
}

.border-r-brand-brownLighest\/25 {
  border-right-color: rgb(252 248 248 / 0.25) !important;
}

.border-r-brand-brownLighest\/30 {
  border-right-color: rgb(252 248 248 / 0.3) !important;
}

.border-r-brand-brownLighest\/35 {
  border-right-color: rgb(252 248 248 / 0.35) !important;
}

.border-r-brand-brownLighest\/40 {
  border-right-color: rgb(252 248 248 / 0.4) !important;
}

.border-r-brand-brownLighest\/45 {
  border-right-color: rgb(252 248 248 / 0.45) !important;
}

.border-r-brand-brownLighest\/5 {
  border-right-color: rgb(252 248 248 / 0.05) !important;
}

.border-r-brand-brownLighest\/50 {
  border-right-color: rgb(252 248 248 / 0.5) !important;
}

.border-r-brand-brownLighest\/55 {
  border-right-color: rgb(252 248 248 / 0.55) !important;
}

.border-r-brand-brownLighest\/60 {
  border-right-color: rgb(252 248 248 / 0.6) !important;
}

.border-r-brand-brownLighest\/65 {
  border-right-color: rgb(252 248 248 / 0.65) !important;
}

.border-r-brand-brownLighest\/70 {
  border-right-color: rgb(252 248 248 / 0.7) !important;
}

.border-r-brand-brownLighest\/75 {
  border-right-color: rgb(252 248 248 / 0.75) !important;
}

.border-r-brand-brownLighest\/80 {
  border-right-color: rgb(252 248 248 / 0.8) !important;
}

.border-r-brand-brownLighest\/85 {
  border-right-color: rgb(252 248 248 / 0.85) !important;
}

.border-r-brand-brownLighest\/90 {
  border-right-color: rgb(252 248 248 / 0.9) !important;
}

.border-r-brand-brownLighest\/95 {
  border-right-color: rgb(252 248 248 / 0.95) !important;
}

.border-r-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-brownLight\/0 {
  border-right-color: rgb(214 204 205 / 0) !important;
}

.border-r-brand-brownLight\/10 {
  border-right-color: rgb(214 204 205 / 0.1) !important;
}

.border-r-brand-brownLight\/100 {
  border-right-color: rgb(214 204 205 / 1) !important;
}

.border-r-brand-brownLight\/15 {
  border-right-color: rgb(214 204 205 / 0.15) !important;
}

.border-r-brand-brownLight\/20 {
  border-right-color: rgb(214 204 205 / 0.2) !important;
}

.border-r-brand-brownLight\/25 {
  border-right-color: rgb(214 204 205 / 0.25) !important;
}

.border-r-brand-brownLight\/30 {
  border-right-color: rgb(214 204 205 / 0.3) !important;
}

.border-r-brand-brownLight\/35 {
  border-right-color: rgb(214 204 205 / 0.35) !important;
}

.border-r-brand-brownLight\/40 {
  border-right-color: rgb(214 204 205 / 0.4) !important;
}

.border-r-brand-brownLight\/45 {
  border-right-color: rgb(214 204 205 / 0.45) !important;
}

.border-r-brand-brownLight\/5 {
  border-right-color: rgb(214 204 205 / 0.05) !important;
}

.border-r-brand-brownLight\/50 {
  border-right-color: rgb(214 204 205 / 0.5) !important;
}

.border-r-brand-brownLight\/55 {
  border-right-color: rgb(214 204 205 / 0.55) !important;
}

.border-r-brand-brownLight\/60 {
  border-right-color: rgb(214 204 205 / 0.6) !important;
}

.border-r-brand-brownLight\/65 {
  border-right-color: rgb(214 204 205 / 0.65) !important;
}

.border-r-brand-brownLight\/70 {
  border-right-color: rgb(214 204 205 / 0.7) !important;
}

.border-r-brand-brownLight\/75 {
  border-right-color: rgb(214 204 205 / 0.75) !important;
}

.border-r-brand-brownLight\/80 {
  border-right-color: rgb(214 204 205 / 0.8) !important;
}

.border-r-brand-brownLight\/85 {
  border-right-color: rgb(214 204 205 / 0.85) !important;
}

.border-r-brand-brownLight\/90 {
  border-right-color: rgb(214 204 205 / 0.9) !important;
}

.border-r-brand-brownLight\/95 {
  border-right-color: rgb(214 204 205 / 0.95) !important;
}

.border-r-brand-grey {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-grey\/0 {
  border-right-color: rgb(218 218 218 / 0) !important;
}

.border-r-brand-grey\/10 {
  border-right-color: rgb(218 218 218 / 0.1) !important;
}

.border-r-brand-grey\/100 {
  border-right-color: rgb(218 218 218 / 1) !important;
}

.border-r-brand-grey\/15 {
  border-right-color: rgb(218 218 218 / 0.15) !important;
}

.border-r-brand-grey\/20 {
  border-right-color: rgb(218 218 218 / 0.2) !important;
}

.border-r-brand-grey\/25 {
  border-right-color: rgb(218 218 218 / 0.25) !important;
}

.border-r-brand-grey\/30 {
  border-right-color: rgb(218 218 218 / 0.3) !important;
}

.border-r-brand-grey\/35 {
  border-right-color: rgb(218 218 218 / 0.35) !important;
}

.border-r-brand-grey\/40 {
  border-right-color: rgb(218 218 218 / 0.4) !important;
}

.border-r-brand-grey\/45 {
  border-right-color: rgb(218 218 218 / 0.45) !important;
}

.border-r-brand-grey\/5 {
  border-right-color: rgb(218 218 218 / 0.05) !important;
}

.border-r-brand-grey\/50 {
  border-right-color: rgb(218 218 218 / 0.5) !important;
}

.border-r-brand-grey\/55 {
  border-right-color: rgb(218 218 218 / 0.55) !important;
}

.border-r-brand-grey\/60 {
  border-right-color: rgb(218 218 218 / 0.6) !important;
}

.border-r-brand-grey\/65 {
  border-right-color: rgb(218 218 218 / 0.65) !important;
}

.border-r-brand-grey\/70 {
  border-right-color: rgb(218 218 218 / 0.7) !important;
}

.border-r-brand-grey\/75 {
  border-right-color: rgb(218 218 218 / 0.75) !important;
}

.border-r-brand-grey\/80 {
  border-right-color: rgb(218 218 218 / 0.8) !important;
}

.border-r-brand-grey\/85 {
  border-right-color: rgb(218 218 218 / 0.85) !important;
}

.border-r-brand-grey\/90 {
  border-right-color: rgb(218 218 218 / 0.9) !important;
}

.border-r-brand-grey\/95 {
  border-right-color: rgb(218 218 218 / 0.95) !important;
}

.border-r-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-greyDarkest\/0 {
  border-right-color: rgb(26 3 27 / 0) !important;
}

.border-r-brand-greyDarkest\/10 {
  border-right-color: rgb(26 3 27 / 0.1) !important;
}

.border-r-brand-greyDarkest\/100 {
  border-right-color: rgb(26 3 27 / 1) !important;
}

.border-r-brand-greyDarkest\/15 {
  border-right-color: rgb(26 3 27 / 0.15) !important;
}

.border-r-brand-greyDarkest\/20 {
  border-right-color: rgb(26 3 27 / 0.2) !important;
}

.border-r-brand-greyDarkest\/25 {
  border-right-color: rgb(26 3 27 / 0.25) !important;
}

.border-r-brand-greyDarkest\/30 {
  border-right-color: rgb(26 3 27 / 0.3) !important;
}

.border-r-brand-greyDarkest\/35 {
  border-right-color: rgb(26 3 27 / 0.35) !important;
}

.border-r-brand-greyDarkest\/40 {
  border-right-color: rgb(26 3 27 / 0.4) !important;
}

.border-r-brand-greyDarkest\/45 {
  border-right-color: rgb(26 3 27 / 0.45) !important;
}

.border-r-brand-greyDarkest\/5 {
  border-right-color: rgb(26 3 27 / 0.05) !important;
}

.border-r-brand-greyDarkest\/50 {
  border-right-color: rgb(26 3 27 / 0.5) !important;
}

.border-r-brand-greyDarkest\/55 {
  border-right-color: rgb(26 3 27 / 0.55) !important;
}

.border-r-brand-greyDarkest\/60 {
  border-right-color: rgb(26 3 27 / 0.6) !important;
}

.border-r-brand-greyDarkest\/65 {
  border-right-color: rgb(26 3 27 / 0.65) !important;
}

.border-r-brand-greyDarkest\/70 {
  border-right-color: rgb(26 3 27 / 0.7) !important;
}

.border-r-brand-greyDarkest\/75 {
  border-right-color: rgb(26 3 27 / 0.75) !important;
}

.border-r-brand-greyDarkest\/80 {
  border-right-color: rgb(26 3 27 / 0.8) !important;
}

.border-r-brand-greyDarkest\/85 {
  border-right-color: rgb(26 3 27 / 0.85) !important;
}

.border-r-brand-greyDarkest\/90 {
  border-right-color: rgb(26 3 27 / 0.9) !important;
}

.border-r-brand-greyDarkest\/95 {
  border-right-color: rgb(26 3 27 / 0.95) !important;
}

.border-r-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-greyLight\/0 {
  border-right-color: rgb(249 248 254 / 0) !important;
}

.border-r-brand-greyLight\/10 {
  border-right-color: rgb(249 248 254 / 0.1) !important;
}

.border-r-brand-greyLight\/100 {
  border-right-color: rgb(249 248 254 / 1) !important;
}

.border-r-brand-greyLight\/15 {
  border-right-color: rgb(249 248 254 / 0.15) !important;
}

.border-r-brand-greyLight\/20 {
  border-right-color: rgb(249 248 254 / 0.2) !important;
}

.border-r-brand-greyLight\/25 {
  border-right-color: rgb(249 248 254 / 0.25) !important;
}

.border-r-brand-greyLight\/30 {
  border-right-color: rgb(249 248 254 / 0.3) !important;
}

.border-r-brand-greyLight\/35 {
  border-right-color: rgb(249 248 254 / 0.35) !important;
}

.border-r-brand-greyLight\/40 {
  border-right-color: rgb(249 248 254 / 0.4) !important;
}

.border-r-brand-greyLight\/45 {
  border-right-color: rgb(249 248 254 / 0.45) !important;
}

.border-r-brand-greyLight\/5 {
  border-right-color: rgb(249 248 254 / 0.05) !important;
}

.border-r-brand-greyLight\/50 {
  border-right-color: rgb(249 248 254 / 0.5) !important;
}

.border-r-brand-greyLight\/55 {
  border-right-color: rgb(249 248 254 / 0.55) !important;
}

.border-r-brand-greyLight\/60 {
  border-right-color: rgb(249 248 254 / 0.6) !important;
}

.border-r-brand-greyLight\/65 {
  border-right-color: rgb(249 248 254 / 0.65) !important;
}

.border-r-brand-greyLight\/70 {
  border-right-color: rgb(249 248 254 / 0.7) !important;
}

.border-r-brand-greyLight\/75 {
  border-right-color: rgb(249 248 254 / 0.75) !important;
}

.border-r-brand-greyLight\/80 {
  border-right-color: rgb(249 248 254 / 0.8) !important;
}

.border-r-brand-greyLight\/85 {
  border-right-color: rgb(249 248 254 / 0.85) !important;
}

.border-r-brand-greyLight\/90 {
  border-right-color: rgb(249 248 254 / 0.9) !important;
}

.border-r-brand-greyLight\/95 {
  border-right-color: rgb(249 248 254 / 0.95) !important;
}

.border-r-brand-red {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-red\/0 {
  border-right-color: rgb(223 45 59 / 0) !important;
}

.border-r-brand-red\/10 {
  border-right-color: rgb(223 45 59 / 0.1) !important;
}

.border-r-brand-red\/100 {
  border-right-color: rgb(223 45 59 / 1) !important;
}

.border-r-brand-red\/15 {
  border-right-color: rgb(223 45 59 / 0.15) !important;
}

.border-r-brand-red\/20 {
  border-right-color: rgb(223 45 59 / 0.2) !important;
}

.border-r-brand-red\/25 {
  border-right-color: rgb(223 45 59 / 0.25) !important;
}

.border-r-brand-red\/30 {
  border-right-color: rgb(223 45 59 / 0.3) !important;
}

.border-r-brand-red\/35 {
  border-right-color: rgb(223 45 59 / 0.35) !important;
}

.border-r-brand-red\/40 {
  border-right-color: rgb(223 45 59 / 0.4) !important;
}

.border-r-brand-red\/45 {
  border-right-color: rgb(223 45 59 / 0.45) !important;
}

.border-r-brand-red\/5 {
  border-right-color: rgb(223 45 59 / 0.05) !important;
}

.border-r-brand-red\/50 {
  border-right-color: rgb(223 45 59 / 0.5) !important;
}

.border-r-brand-red\/55 {
  border-right-color: rgb(223 45 59 / 0.55) !important;
}

.border-r-brand-red\/60 {
  border-right-color: rgb(223 45 59 / 0.6) !important;
}

.border-r-brand-red\/65 {
  border-right-color: rgb(223 45 59 / 0.65) !important;
}

.border-r-brand-red\/70 {
  border-right-color: rgb(223 45 59 / 0.7) !important;
}

.border-r-brand-red\/75 {
  border-right-color: rgb(223 45 59 / 0.75) !important;
}

.border-r-brand-red\/80 {
  border-right-color: rgb(223 45 59 / 0.8) !important;
}

.border-r-brand-red\/85 {
  border-right-color: rgb(223 45 59 / 0.85) !important;
}

.border-r-brand-red\/90 {
  border-right-color: rgb(223 45 59 / 0.9) !important;
}

.border-r-brand-red\/95 {
  border-right-color: rgb(223 45 59 / 0.95) !important;
}

.border-r-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-redDark\/0 {
  border-right-color: rgb(190 22 35 / 0) !important;
}

.border-r-brand-redDark\/10 {
  border-right-color: rgb(190 22 35 / 0.1) !important;
}

.border-r-brand-redDark\/100 {
  border-right-color: rgb(190 22 35 / 1) !important;
}

.border-r-brand-redDark\/15 {
  border-right-color: rgb(190 22 35 / 0.15) !important;
}

.border-r-brand-redDark\/20 {
  border-right-color: rgb(190 22 35 / 0.2) !important;
}

.border-r-brand-redDark\/25 {
  border-right-color: rgb(190 22 35 / 0.25) !important;
}

.border-r-brand-redDark\/30 {
  border-right-color: rgb(190 22 35 / 0.3) !important;
}

.border-r-brand-redDark\/35 {
  border-right-color: rgb(190 22 35 / 0.35) !important;
}

.border-r-brand-redDark\/40 {
  border-right-color: rgb(190 22 35 / 0.4) !important;
}

.border-r-brand-redDark\/45 {
  border-right-color: rgb(190 22 35 / 0.45) !important;
}

.border-r-brand-redDark\/5 {
  border-right-color: rgb(190 22 35 / 0.05) !important;
}

.border-r-brand-redDark\/50 {
  border-right-color: rgb(190 22 35 / 0.5) !important;
}

.border-r-brand-redDark\/55 {
  border-right-color: rgb(190 22 35 / 0.55) !important;
}

.border-r-brand-redDark\/60 {
  border-right-color: rgb(190 22 35 / 0.6) !important;
}

.border-r-brand-redDark\/65 {
  border-right-color: rgb(190 22 35 / 0.65) !important;
}

.border-r-brand-redDark\/70 {
  border-right-color: rgb(190 22 35 / 0.7) !important;
}

.border-r-brand-redDark\/75 {
  border-right-color: rgb(190 22 35 / 0.75) !important;
}

.border-r-brand-redDark\/80 {
  border-right-color: rgb(190 22 35 / 0.8) !important;
}

.border-r-brand-redDark\/85 {
  border-right-color: rgb(190 22 35 / 0.85) !important;
}

.border-r-brand-redDark\/90 {
  border-right-color: rgb(190 22 35 / 0.9) !important;
}

.border-r-brand-redDark\/95 {
  border-right-color: rgb(190 22 35 / 0.95) !important;
}

.border-r-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-systemGreen\/0 {
  border-right-color: rgb(30 214 93 / 0) !important;
}

.border-r-brand-systemGreen\/10 {
  border-right-color: rgb(30 214 93 / 0.1) !important;
}

.border-r-brand-systemGreen\/100 {
  border-right-color: rgb(30 214 93 / 1) !important;
}

.border-r-brand-systemGreen\/15 {
  border-right-color: rgb(30 214 93 / 0.15) !important;
}

.border-r-brand-systemGreen\/20 {
  border-right-color: rgb(30 214 93 / 0.2) !important;
}

.border-r-brand-systemGreen\/25 {
  border-right-color: rgb(30 214 93 / 0.25) !important;
}

.border-r-brand-systemGreen\/30 {
  border-right-color: rgb(30 214 93 / 0.3) !important;
}

.border-r-brand-systemGreen\/35 {
  border-right-color: rgb(30 214 93 / 0.35) !important;
}

.border-r-brand-systemGreen\/40 {
  border-right-color: rgb(30 214 93 / 0.4) !important;
}

.border-r-brand-systemGreen\/45 {
  border-right-color: rgb(30 214 93 / 0.45) !important;
}

.border-r-brand-systemGreen\/5 {
  border-right-color: rgb(30 214 93 / 0.05) !important;
}

.border-r-brand-systemGreen\/50 {
  border-right-color: rgb(30 214 93 / 0.5) !important;
}

.border-r-brand-systemGreen\/55 {
  border-right-color: rgb(30 214 93 / 0.55) !important;
}

.border-r-brand-systemGreen\/60 {
  border-right-color: rgb(30 214 93 / 0.6) !important;
}

.border-r-brand-systemGreen\/65 {
  border-right-color: rgb(30 214 93 / 0.65) !important;
}

.border-r-brand-systemGreen\/70 {
  border-right-color: rgb(30 214 93 / 0.7) !important;
}

.border-r-brand-systemGreen\/75 {
  border-right-color: rgb(30 214 93 / 0.75) !important;
}

.border-r-brand-systemGreen\/80 {
  border-right-color: rgb(30 214 93 / 0.8) !important;
}

.border-r-brand-systemGreen\/85 {
  border-right-color: rgb(30 214 93 / 0.85) !important;
}

.border-r-brand-systemGreen\/90 {
  border-right-color: rgb(30 214 93 / 0.9) !important;
}

.border-r-brand-systemGreen\/95 {
  border-right-color: rgb(30 214 93 / 0.95) !important;
}

.border-r-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-systemOrange\/0 {
  border-right-color: rgb(216 125 19 / 0) !important;
}

.border-r-brand-systemOrange\/10 {
  border-right-color: rgb(216 125 19 / 0.1) !important;
}

.border-r-brand-systemOrange\/100 {
  border-right-color: rgb(216 125 19 / 1) !important;
}

.border-r-brand-systemOrange\/15 {
  border-right-color: rgb(216 125 19 / 0.15) !important;
}

.border-r-brand-systemOrange\/20 {
  border-right-color: rgb(216 125 19 / 0.2) !important;
}

.border-r-brand-systemOrange\/25 {
  border-right-color: rgb(216 125 19 / 0.25) !important;
}

.border-r-brand-systemOrange\/30 {
  border-right-color: rgb(216 125 19 / 0.3) !important;
}

.border-r-brand-systemOrange\/35 {
  border-right-color: rgb(216 125 19 / 0.35) !important;
}

.border-r-brand-systemOrange\/40 {
  border-right-color: rgb(216 125 19 / 0.4) !important;
}

.border-r-brand-systemOrange\/45 {
  border-right-color: rgb(216 125 19 / 0.45) !important;
}

.border-r-brand-systemOrange\/5 {
  border-right-color: rgb(216 125 19 / 0.05) !important;
}

.border-r-brand-systemOrange\/50 {
  border-right-color: rgb(216 125 19 / 0.5) !important;
}

.border-r-brand-systemOrange\/55 {
  border-right-color: rgb(216 125 19 / 0.55) !important;
}

.border-r-brand-systemOrange\/60 {
  border-right-color: rgb(216 125 19 / 0.6) !important;
}

.border-r-brand-systemOrange\/65 {
  border-right-color: rgb(216 125 19 / 0.65) !important;
}

.border-r-brand-systemOrange\/70 {
  border-right-color: rgb(216 125 19 / 0.7) !important;
}

.border-r-brand-systemOrange\/75 {
  border-right-color: rgb(216 125 19 / 0.75) !important;
}

.border-r-brand-systemOrange\/80 {
  border-right-color: rgb(216 125 19 / 0.8) !important;
}

.border-r-brand-systemOrange\/85 {
  border-right-color: rgb(216 125 19 / 0.85) !important;
}

.border-r-brand-systemOrange\/90 {
  border-right-color: rgb(216 125 19 / 0.9) !important;
}

.border-r-brand-systemOrange\/95 {
  border-right-color: rgb(216 125 19 / 0.95) !important;
}

.border-r-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-systemRed\/0 {
  border-right-color: rgb(227 45 59 / 0) !important;
}

.border-r-brand-systemRed\/10 {
  border-right-color: rgb(227 45 59 / 0.1) !important;
}

.border-r-brand-systemRed\/100 {
  border-right-color: rgb(227 45 59 / 1) !important;
}

.border-r-brand-systemRed\/15 {
  border-right-color: rgb(227 45 59 / 0.15) !important;
}

.border-r-brand-systemRed\/20 {
  border-right-color: rgb(227 45 59 / 0.2) !important;
}

.border-r-brand-systemRed\/25 {
  border-right-color: rgb(227 45 59 / 0.25) !important;
}

.border-r-brand-systemRed\/30 {
  border-right-color: rgb(227 45 59 / 0.3) !important;
}

.border-r-brand-systemRed\/35 {
  border-right-color: rgb(227 45 59 / 0.35) !important;
}

.border-r-brand-systemRed\/40 {
  border-right-color: rgb(227 45 59 / 0.4) !important;
}

.border-r-brand-systemRed\/45 {
  border-right-color: rgb(227 45 59 / 0.45) !important;
}

.border-r-brand-systemRed\/5 {
  border-right-color: rgb(227 45 59 / 0.05) !important;
}

.border-r-brand-systemRed\/50 {
  border-right-color: rgb(227 45 59 / 0.5) !important;
}

.border-r-brand-systemRed\/55 {
  border-right-color: rgb(227 45 59 / 0.55) !important;
}

.border-r-brand-systemRed\/60 {
  border-right-color: rgb(227 45 59 / 0.6) !important;
}

.border-r-brand-systemRed\/65 {
  border-right-color: rgb(227 45 59 / 0.65) !important;
}

.border-r-brand-systemRed\/70 {
  border-right-color: rgb(227 45 59 / 0.7) !important;
}

.border-r-brand-systemRed\/75 {
  border-right-color: rgb(227 45 59 / 0.75) !important;
}

.border-r-brand-systemRed\/80 {
  border-right-color: rgb(227 45 59 / 0.8) !important;
}

.border-r-brand-systemRed\/85 {
  border-right-color: rgb(227 45 59 / 0.85) !important;
}

.border-r-brand-systemRed\/90 {
  border-right-color: rgb(227 45 59 / 0.9) !important;
}

.border-r-brand-systemRed\/95 {
  border-right-color: rgb(227 45 59 / 0.95) !important;
}

.border-r-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-systemYellow\/0 {
  border-right-color: rgb(227 203 15 / 0) !important;
}

.border-r-brand-systemYellow\/10 {
  border-right-color: rgb(227 203 15 / 0.1) !important;
}

.border-r-brand-systemYellow\/100 {
  border-right-color: rgb(227 203 15 / 1) !important;
}

.border-r-brand-systemYellow\/15 {
  border-right-color: rgb(227 203 15 / 0.15) !important;
}

.border-r-brand-systemYellow\/20 {
  border-right-color: rgb(227 203 15 / 0.2) !important;
}

.border-r-brand-systemYellow\/25 {
  border-right-color: rgb(227 203 15 / 0.25) !important;
}

.border-r-brand-systemYellow\/30 {
  border-right-color: rgb(227 203 15 / 0.3) !important;
}

.border-r-brand-systemYellow\/35 {
  border-right-color: rgb(227 203 15 / 0.35) !important;
}

.border-r-brand-systemYellow\/40 {
  border-right-color: rgb(227 203 15 / 0.4) !important;
}

.border-r-brand-systemYellow\/45 {
  border-right-color: rgb(227 203 15 / 0.45) !important;
}

.border-r-brand-systemYellow\/5 {
  border-right-color: rgb(227 203 15 / 0.05) !important;
}

.border-r-brand-systemYellow\/50 {
  border-right-color: rgb(227 203 15 / 0.5) !important;
}

.border-r-brand-systemYellow\/55 {
  border-right-color: rgb(227 203 15 / 0.55) !important;
}

.border-r-brand-systemYellow\/60 {
  border-right-color: rgb(227 203 15 / 0.6) !important;
}

.border-r-brand-systemYellow\/65 {
  border-right-color: rgb(227 203 15 / 0.65) !important;
}

.border-r-brand-systemYellow\/70 {
  border-right-color: rgb(227 203 15 / 0.7) !important;
}

.border-r-brand-systemYellow\/75 {
  border-right-color: rgb(227 203 15 / 0.75) !important;
}

.border-r-brand-systemYellow\/80 {
  border-right-color: rgb(227 203 15 / 0.8) !important;
}

.border-r-brand-systemYellow\/85 {
  border-right-color: rgb(227 203 15 / 0.85) !important;
}

.border-r-brand-systemYellow\/90 {
  border-right-color: rgb(227 203 15 / 0.9) !important;
}

.border-r-brand-systemYellow\/95 {
  border-right-color: rgb(227 203 15 / 0.95) !important;
}

.border-r-brand-text {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-text\/0 {
  border-right-color: rgb(18 2 28 / 0) !important;
}

.border-r-brand-text\/10 {
  border-right-color: rgb(18 2 28 / 0.1) !important;
}

.border-r-brand-text\/100 {
  border-right-color: rgb(18 2 28 / 1) !important;
}

.border-r-brand-text\/15 {
  border-right-color: rgb(18 2 28 / 0.15) !important;
}

.border-r-brand-text\/20 {
  border-right-color: rgb(18 2 28 / 0.2) !important;
}

.border-r-brand-text\/25 {
  border-right-color: rgb(18 2 28 / 0.25) !important;
}

.border-r-brand-text\/30 {
  border-right-color: rgb(18 2 28 / 0.3) !important;
}

.border-r-brand-text\/35 {
  border-right-color: rgb(18 2 28 / 0.35) !important;
}

.border-r-brand-text\/40 {
  border-right-color: rgb(18 2 28 / 0.4) !important;
}

.border-r-brand-text\/45 {
  border-right-color: rgb(18 2 28 / 0.45) !important;
}

.border-r-brand-text\/5 {
  border-right-color: rgb(18 2 28 / 0.05) !important;
}

.border-r-brand-text\/50 {
  border-right-color: rgb(18 2 28 / 0.5) !important;
}

.border-r-brand-text\/55 {
  border-right-color: rgb(18 2 28 / 0.55) !important;
}

.border-r-brand-text\/60 {
  border-right-color: rgb(18 2 28 / 0.6) !important;
}

.border-r-brand-text\/65 {
  border-right-color: rgb(18 2 28 / 0.65) !important;
}

.border-r-brand-text\/70 {
  border-right-color: rgb(18 2 28 / 0.7) !important;
}

.border-r-brand-text\/75 {
  border-right-color: rgb(18 2 28 / 0.75) !important;
}

.border-r-brand-text\/80 {
  border-right-color: rgb(18 2 28 / 0.8) !important;
}

.border-r-brand-text\/85 {
  border-right-color: rgb(18 2 28 / 0.85) !important;
}

.border-r-brand-text\/90 {
  border-right-color: rgb(18 2 28 / 0.9) !important;
}

.border-r-brand-text\/95 {
  border-right-color: rgb(18 2 28 / 0.95) !important;
}

.border-r-brand-white {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-brand-white\/0 {
  border-right-color: rgb(255 255 255 / 0) !important;
}

.border-r-brand-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1) !important;
}

.border-r-brand-white\/100 {
  border-right-color: rgb(255 255 255 / 1) !important;
}

.border-r-brand-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15) !important;
}

.border-r-brand-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2) !important;
}

.border-r-brand-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25) !important;
}

.border-r-brand-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3) !important;
}

.border-r-brand-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35) !important;
}

.border-r-brand-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4) !important;
}

.border-r-brand-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45) !important;
}

.border-r-brand-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05) !important;
}

.border-r-brand-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5) !important;
}

.border-r-brand-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55) !important;
}

.border-r-brand-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6) !important;
}

.border-r-brand-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65) !important;
}

.border-r-brand-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7) !important;
}

.border-r-brand-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75) !important;
}

.border-r-brand-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8) !important;
}

.border-r-brand-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85) !important;
}

.border-r-brand-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9) !important;
}

.border-r-brand-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95) !important;
}

.border-r-current {
  border-right-color: currentColor !important;
}

.border-r-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-100\/0 {
  border-right-color: rgb(207 250 254 / 0) !important;
}

.border-r-cyan-100\/10 {
  border-right-color: rgb(207 250 254 / 0.1) !important;
}

.border-r-cyan-100\/100 {
  border-right-color: rgb(207 250 254 / 1) !important;
}

.border-r-cyan-100\/15 {
  border-right-color: rgb(207 250 254 / 0.15) !important;
}

.border-r-cyan-100\/20 {
  border-right-color: rgb(207 250 254 / 0.2) !important;
}

.border-r-cyan-100\/25 {
  border-right-color: rgb(207 250 254 / 0.25) !important;
}

.border-r-cyan-100\/30 {
  border-right-color: rgb(207 250 254 / 0.3) !important;
}

.border-r-cyan-100\/35 {
  border-right-color: rgb(207 250 254 / 0.35) !important;
}

.border-r-cyan-100\/40 {
  border-right-color: rgb(207 250 254 / 0.4) !important;
}

.border-r-cyan-100\/45 {
  border-right-color: rgb(207 250 254 / 0.45) !important;
}

.border-r-cyan-100\/5 {
  border-right-color: rgb(207 250 254 / 0.05) !important;
}

.border-r-cyan-100\/50 {
  border-right-color: rgb(207 250 254 / 0.5) !important;
}

.border-r-cyan-100\/55 {
  border-right-color: rgb(207 250 254 / 0.55) !important;
}

.border-r-cyan-100\/60 {
  border-right-color: rgb(207 250 254 / 0.6) !important;
}

.border-r-cyan-100\/65 {
  border-right-color: rgb(207 250 254 / 0.65) !important;
}

.border-r-cyan-100\/70 {
  border-right-color: rgb(207 250 254 / 0.7) !important;
}

.border-r-cyan-100\/75 {
  border-right-color: rgb(207 250 254 / 0.75) !important;
}

.border-r-cyan-100\/80 {
  border-right-color: rgb(207 250 254 / 0.8) !important;
}

.border-r-cyan-100\/85 {
  border-right-color: rgb(207 250 254 / 0.85) !important;
}

.border-r-cyan-100\/90 {
  border-right-color: rgb(207 250 254 / 0.9) !important;
}

.border-r-cyan-100\/95 {
  border-right-color: rgb(207 250 254 / 0.95) !important;
}

.border-r-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-200\/0 {
  border-right-color: rgb(165 243 252 / 0) !important;
}

.border-r-cyan-200\/10 {
  border-right-color: rgb(165 243 252 / 0.1) !important;
}

.border-r-cyan-200\/100 {
  border-right-color: rgb(165 243 252 / 1) !important;
}

.border-r-cyan-200\/15 {
  border-right-color: rgb(165 243 252 / 0.15) !important;
}

.border-r-cyan-200\/20 {
  border-right-color: rgb(165 243 252 / 0.2) !important;
}

.border-r-cyan-200\/25 {
  border-right-color: rgb(165 243 252 / 0.25) !important;
}

.border-r-cyan-200\/30 {
  border-right-color: rgb(165 243 252 / 0.3) !important;
}

.border-r-cyan-200\/35 {
  border-right-color: rgb(165 243 252 / 0.35) !important;
}

.border-r-cyan-200\/40 {
  border-right-color: rgb(165 243 252 / 0.4) !important;
}

.border-r-cyan-200\/45 {
  border-right-color: rgb(165 243 252 / 0.45) !important;
}

.border-r-cyan-200\/5 {
  border-right-color: rgb(165 243 252 / 0.05) !important;
}

.border-r-cyan-200\/50 {
  border-right-color: rgb(165 243 252 / 0.5) !important;
}

.border-r-cyan-200\/55 {
  border-right-color: rgb(165 243 252 / 0.55) !important;
}

.border-r-cyan-200\/60 {
  border-right-color: rgb(165 243 252 / 0.6) !important;
}

.border-r-cyan-200\/65 {
  border-right-color: rgb(165 243 252 / 0.65) !important;
}

.border-r-cyan-200\/70 {
  border-right-color: rgb(165 243 252 / 0.7) !important;
}

.border-r-cyan-200\/75 {
  border-right-color: rgb(165 243 252 / 0.75) !important;
}

.border-r-cyan-200\/80 {
  border-right-color: rgb(165 243 252 / 0.8) !important;
}

.border-r-cyan-200\/85 {
  border-right-color: rgb(165 243 252 / 0.85) !important;
}

.border-r-cyan-200\/90 {
  border-right-color: rgb(165 243 252 / 0.9) !important;
}

.border-r-cyan-200\/95 {
  border-right-color: rgb(165 243 252 / 0.95) !important;
}

.border-r-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-300\/0 {
  border-right-color: rgb(103 232 249 / 0) !important;
}

.border-r-cyan-300\/10 {
  border-right-color: rgb(103 232 249 / 0.1) !important;
}

.border-r-cyan-300\/100 {
  border-right-color: rgb(103 232 249 / 1) !important;
}

.border-r-cyan-300\/15 {
  border-right-color: rgb(103 232 249 / 0.15) !important;
}

.border-r-cyan-300\/20 {
  border-right-color: rgb(103 232 249 / 0.2) !important;
}

.border-r-cyan-300\/25 {
  border-right-color: rgb(103 232 249 / 0.25) !important;
}

.border-r-cyan-300\/30 {
  border-right-color: rgb(103 232 249 / 0.3) !important;
}

.border-r-cyan-300\/35 {
  border-right-color: rgb(103 232 249 / 0.35) !important;
}

.border-r-cyan-300\/40 {
  border-right-color: rgb(103 232 249 / 0.4) !important;
}

.border-r-cyan-300\/45 {
  border-right-color: rgb(103 232 249 / 0.45) !important;
}

.border-r-cyan-300\/5 {
  border-right-color: rgb(103 232 249 / 0.05) !important;
}

.border-r-cyan-300\/50 {
  border-right-color: rgb(103 232 249 / 0.5) !important;
}

.border-r-cyan-300\/55 {
  border-right-color: rgb(103 232 249 / 0.55) !important;
}

.border-r-cyan-300\/60 {
  border-right-color: rgb(103 232 249 / 0.6) !important;
}

.border-r-cyan-300\/65 {
  border-right-color: rgb(103 232 249 / 0.65) !important;
}

.border-r-cyan-300\/70 {
  border-right-color: rgb(103 232 249 / 0.7) !important;
}

.border-r-cyan-300\/75 {
  border-right-color: rgb(103 232 249 / 0.75) !important;
}

.border-r-cyan-300\/80 {
  border-right-color: rgb(103 232 249 / 0.8) !important;
}

.border-r-cyan-300\/85 {
  border-right-color: rgb(103 232 249 / 0.85) !important;
}

.border-r-cyan-300\/90 {
  border-right-color: rgb(103 232 249 / 0.9) !important;
}

.border-r-cyan-300\/95 {
  border-right-color: rgb(103 232 249 / 0.95) !important;
}

.border-r-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-400\/0 {
  border-right-color: rgb(34 211 238 / 0) !important;
}

.border-r-cyan-400\/10 {
  border-right-color: rgb(34 211 238 / 0.1) !important;
}

.border-r-cyan-400\/100 {
  border-right-color: rgb(34 211 238 / 1) !important;
}

.border-r-cyan-400\/15 {
  border-right-color: rgb(34 211 238 / 0.15) !important;
}

.border-r-cyan-400\/20 {
  border-right-color: rgb(34 211 238 / 0.2) !important;
}

.border-r-cyan-400\/25 {
  border-right-color: rgb(34 211 238 / 0.25) !important;
}

.border-r-cyan-400\/30 {
  border-right-color: rgb(34 211 238 / 0.3) !important;
}

.border-r-cyan-400\/35 {
  border-right-color: rgb(34 211 238 / 0.35) !important;
}

.border-r-cyan-400\/40 {
  border-right-color: rgb(34 211 238 / 0.4) !important;
}

.border-r-cyan-400\/45 {
  border-right-color: rgb(34 211 238 / 0.45) !important;
}

.border-r-cyan-400\/5 {
  border-right-color: rgb(34 211 238 / 0.05) !important;
}

.border-r-cyan-400\/50 {
  border-right-color: rgb(34 211 238 / 0.5) !important;
}

.border-r-cyan-400\/55 {
  border-right-color: rgb(34 211 238 / 0.55) !important;
}

.border-r-cyan-400\/60 {
  border-right-color: rgb(34 211 238 / 0.6) !important;
}

.border-r-cyan-400\/65 {
  border-right-color: rgb(34 211 238 / 0.65) !important;
}

.border-r-cyan-400\/70 {
  border-right-color: rgb(34 211 238 / 0.7) !important;
}

.border-r-cyan-400\/75 {
  border-right-color: rgb(34 211 238 / 0.75) !important;
}

.border-r-cyan-400\/80 {
  border-right-color: rgb(34 211 238 / 0.8) !important;
}

.border-r-cyan-400\/85 {
  border-right-color: rgb(34 211 238 / 0.85) !important;
}

.border-r-cyan-400\/90 {
  border-right-color: rgb(34 211 238 / 0.9) !important;
}

.border-r-cyan-400\/95 {
  border-right-color: rgb(34 211 238 / 0.95) !important;
}

.border-r-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-50\/0 {
  border-right-color: rgb(236 254 255 / 0) !important;
}

.border-r-cyan-50\/10 {
  border-right-color: rgb(236 254 255 / 0.1) !important;
}

.border-r-cyan-50\/100 {
  border-right-color: rgb(236 254 255 / 1) !important;
}

.border-r-cyan-50\/15 {
  border-right-color: rgb(236 254 255 / 0.15) !important;
}

.border-r-cyan-50\/20 {
  border-right-color: rgb(236 254 255 / 0.2) !important;
}

.border-r-cyan-50\/25 {
  border-right-color: rgb(236 254 255 / 0.25) !important;
}

.border-r-cyan-50\/30 {
  border-right-color: rgb(236 254 255 / 0.3) !important;
}

.border-r-cyan-50\/35 {
  border-right-color: rgb(236 254 255 / 0.35) !important;
}

.border-r-cyan-50\/40 {
  border-right-color: rgb(236 254 255 / 0.4) !important;
}

.border-r-cyan-50\/45 {
  border-right-color: rgb(236 254 255 / 0.45) !important;
}

.border-r-cyan-50\/5 {
  border-right-color: rgb(236 254 255 / 0.05) !important;
}

.border-r-cyan-50\/50 {
  border-right-color: rgb(236 254 255 / 0.5) !important;
}

.border-r-cyan-50\/55 {
  border-right-color: rgb(236 254 255 / 0.55) !important;
}

.border-r-cyan-50\/60 {
  border-right-color: rgb(236 254 255 / 0.6) !important;
}

.border-r-cyan-50\/65 {
  border-right-color: rgb(236 254 255 / 0.65) !important;
}

.border-r-cyan-50\/70 {
  border-right-color: rgb(236 254 255 / 0.7) !important;
}

.border-r-cyan-50\/75 {
  border-right-color: rgb(236 254 255 / 0.75) !important;
}

.border-r-cyan-50\/80 {
  border-right-color: rgb(236 254 255 / 0.8) !important;
}

.border-r-cyan-50\/85 {
  border-right-color: rgb(236 254 255 / 0.85) !important;
}

.border-r-cyan-50\/90 {
  border-right-color: rgb(236 254 255 / 0.9) !important;
}

.border-r-cyan-50\/95 {
  border-right-color: rgb(236 254 255 / 0.95) !important;
}

.border-r-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-500\/0 {
  border-right-color: rgb(6 182 212 / 0) !important;
}

.border-r-cyan-500\/10 {
  border-right-color: rgb(6 182 212 / 0.1) !important;
}

.border-r-cyan-500\/100 {
  border-right-color: rgb(6 182 212 / 1) !important;
}

.border-r-cyan-500\/15 {
  border-right-color: rgb(6 182 212 / 0.15) !important;
}

.border-r-cyan-500\/20 {
  border-right-color: rgb(6 182 212 / 0.2) !important;
}

.border-r-cyan-500\/25 {
  border-right-color: rgb(6 182 212 / 0.25) !important;
}

.border-r-cyan-500\/30 {
  border-right-color: rgb(6 182 212 / 0.3) !important;
}

.border-r-cyan-500\/35 {
  border-right-color: rgb(6 182 212 / 0.35) !important;
}

.border-r-cyan-500\/40 {
  border-right-color: rgb(6 182 212 / 0.4) !important;
}

.border-r-cyan-500\/45 {
  border-right-color: rgb(6 182 212 / 0.45) !important;
}

.border-r-cyan-500\/5 {
  border-right-color: rgb(6 182 212 / 0.05) !important;
}

.border-r-cyan-500\/50 {
  border-right-color: rgb(6 182 212 / 0.5) !important;
}

.border-r-cyan-500\/55 {
  border-right-color: rgb(6 182 212 / 0.55) !important;
}

.border-r-cyan-500\/60 {
  border-right-color: rgb(6 182 212 / 0.6) !important;
}

.border-r-cyan-500\/65 {
  border-right-color: rgb(6 182 212 / 0.65) !important;
}

.border-r-cyan-500\/70 {
  border-right-color: rgb(6 182 212 / 0.7) !important;
}

.border-r-cyan-500\/75 {
  border-right-color: rgb(6 182 212 / 0.75) !important;
}

.border-r-cyan-500\/80 {
  border-right-color: rgb(6 182 212 / 0.8) !important;
}

.border-r-cyan-500\/85 {
  border-right-color: rgb(6 182 212 / 0.85) !important;
}

.border-r-cyan-500\/90 {
  border-right-color: rgb(6 182 212 / 0.9) !important;
}

.border-r-cyan-500\/95 {
  border-right-color: rgb(6 182 212 / 0.95) !important;
}

.border-r-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-600\/0 {
  border-right-color: rgb(8 145 178 / 0) !important;
}

.border-r-cyan-600\/10 {
  border-right-color: rgb(8 145 178 / 0.1) !important;
}

.border-r-cyan-600\/100 {
  border-right-color: rgb(8 145 178 / 1) !important;
}

.border-r-cyan-600\/15 {
  border-right-color: rgb(8 145 178 / 0.15) !important;
}

.border-r-cyan-600\/20 {
  border-right-color: rgb(8 145 178 / 0.2) !important;
}

.border-r-cyan-600\/25 {
  border-right-color: rgb(8 145 178 / 0.25) !important;
}

.border-r-cyan-600\/30 {
  border-right-color: rgb(8 145 178 / 0.3) !important;
}

.border-r-cyan-600\/35 {
  border-right-color: rgb(8 145 178 / 0.35) !important;
}

.border-r-cyan-600\/40 {
  border-right-color: rgb(8 145 178 / 0.4) !important;
}

.border-r-cyan-600\/45 {
  border-right-color: rgb(8 145 178 / 0.45) !important;
}

.border-r-cyan-600\/5 {
  border-right-color: rgb(8 145 178 / 0.05) !important;
}

.border-r-cyan-600\/50 {
  border-right-color: rgb(8 145 178 / 0.5) !important;
}

.border-r-cyan-600\/55 {
  border-right-color: rgb(8 145 178 / 0.55) !important;
}

.border-r-cyan-600\/60 {
  border-right-color: rgb(8 145 178 / 0.6) !important;
}

.border-r-cyan-600\/65 {
  border-right-color: rgb(8 145 178 / 0.65) !important;
}

.border-r-cyan-600\/70 {
  border-right-color: rgb(8 145 178 / 0.7) !important;
}

.border-r-cyan-600\/75 {
  border-right-color: rgb(8 145 178 / 0.75) !important;
}

.border-r-cyan-600\/80 {
  border-right-color: rgb(8 145 178 / 0.8) !important;
}

.border-r-cyan-600\/85 {
  border-right-color: rgb(8 145 178 / 0.85) !important;
}

.border-r-cyan-600\/90 {
  border-right-color: rgb(8 145 178 / 0.9) !important;
}

.border-r-cyan-600\/95 {
  border-right-color: rgb(8 145 178 / 0.95) !important;
}

.border-r-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-700\/0 {
  border-right-color: rgb(14 116 144 / 0) !important;
}

.border-r-cyan-700\/10 {
  border-right-color: rgb(14 116 144 / 0.1) !important;
}

.border-r-cyan-700\/100 {
  border-right-color: rgb(14 116 144 / 1) !important;
}

.border-r-cyan-700\/15 {
  border-right-color: rgb(14 116 144 / 0.15) !important;
}

.border-r-cyan-700\/20 {
  border-right-color: rgb(14 116 144 / 0.2) !important;
}

.border-r-cyan-700\/25 {
  border-right-color: rgb(14 116 144 / 0.25) !important;
}

.border-r-cyan-700\/30 {
  border-right-color: rgb(14 116 144 / 0.3) !important;
}

.border-r-cyan-700\/35 {
  border-right-color: rgb(14 116 144 / 0.35) !important;
}

.border-r-cyan-700\/40 {
  border-right-color: rgb(14 116 144 / 0.4) !important;
}

.border-r-cyan-700\/45 {
  border-right-color: rgb(14 116 144 / 0.45) !important;
}

.border-r-cyan-700\/5 {
  border-right-color: rgb(14 116 144 / 0.05) !important;
}

.border-r-cyan-700\/50 {
  border-right-color: rgb(14 116 144 / 0.5) !important;
}

.border-r-cyan-700\/55 {
  border-right-color: rgb(14 116 144 / 0.55) !important;
}

.border-r-cyan-700\/60 {
  border-right-color: rgb(14 116 144 / 0.6) !important;
}

.border-r-cyan-700\/65 {
  border-right-color: rgb(14 116 144 / 0.65) !important;
}

.border-r-cyan-700\/70 {
  border-right-color: rgb(14 116 144 / 0.7) !important;
}

.border-r-cyan-700\/75 {
  border-right-color: rgb(14 116 144 / 0.75) !important;
}

.border-r-cyan-700\/80 {
  border-right-color: rgb(14 116 144 / 0.8) !important;
}

.border-r-cyan-700\/85 {
  border-right-color: rgb(14 116 144 / 0.85) !important;
}

.border-r-cyan-700\/90 {
  border-right-color: rgb(14 116 144 / 0.9) !important;
}

.border-r-cyan-700\/95 {
  border-right-color: rgb(14 116 144 / 0.95) !important;
}

.border-r-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-800\/0 {
  border-right-color: rgb(21 94 117 / 0) !important;
}

.border-r-cyan-800\/10 {
  border-right-color: rgb(21 94 117 / 0.1) !important;
}

.border-r-cyan-800\/100 {
  border-right-color: rgb(21 94 117 / 1) !important;
}

.border-r-cyan-800\/15 {
  border-right-color: rgb(21 94 117 / 0.15) !important;
}

.border-r-cyan-800\/20 {
  border-right-color: rgb(21 94 117 / 0.2) !important;
}

.border-r-cyan-800\/25 {
  border-right-color: rgb(21 94 117 / 0.25) !important;
}

.border-r-cyan-800\/30 {
  border-right-color: rgb(21 94 117 / 0.3) !important;
}

.border-r-cyan-800\/35 {
  border-right-color: rgb(21 94 117 / 0.35) !important;
}

.border-r-cyan-800\/40 {
  border-right-color: rgb(21 94 117 / 0.4) !important;
}

.border-r-cyan-800\/45 {
  border-right-color: rgb(21 94 117 / 0.45) !important;
}

.border-r-cyan-800\/5 {
  border-right-color: rgb(21 94 117 / 0.05) !important;
}

.border-r-cyan-800\/50 {
  border-right-color: rgb(21 94 117 / 0.5) !important;
}

.border-r-cyan-800\/55 {
  border-right-color: rgb(21 94 117 / 0.55) !important;
}

.border-r-cyan-800\/60 {
  border-right-color: rgb(21 94 117 / 0.6) !important;
}

.border-r-cyan-800\/65 {
  border-right-color: rgb(21 94 117 / 0.65) !important;
}

.border-r-cyan-800\/70 {
  border-right-color: rgb(21 94 117 / 0.7) !important;
}

.border-r-cyan-800\/75 {
  border-right-color: rgb(21 94 117 / 0.75) !important;
}

.border-r-cyan-800\/80 {
  border-right-color: rgb(21 94 117 / 0.8) !important;
}

.border-r-cyan-800\/85 {
  border-right-color: rgb(21 94 117 / 0.85) !important;
}

.border-r-cyan-800\/90 {
  border-right-color: rgb(21 94 117 / 0.9) !important;
}

.border-r-cyan-800\/95 {
  border-right-color: rgb(21 94 117 / 0.95) !important;
}

.border-r-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-900\/0 {
  border-right-color: rgb(22 78 99 / 0) !important;
}

.border-r-cyan-900\/10 {
  border-right-color: rgb(22 78 99 / 0.1) !important;
}

.border-r-cyan-900\/100 {
  border-right-color: rgb(22 78 99 / 1) !important;
}

.border-r-cyan-900\/15 {
  border-right-color: rgb(22 78 99 / 0.15) !important;
}

.border-r-cyan-900\/20 {
  border-right-color: rgb(22 78 99 / 0.2) !important;
}

.border-r-cyan-900\/25 {
  border-right-color: rgb(22 78 99 / 0.25) !important;
}

.border-r-cyan-900\/30 {
  border-right-color: rgb(22 78 99 / 0.3) !important;
}

.border-r-cyan-900\/35 {
  border-right-color: rgb(22 78 99 / 0.35) !important;
}

.border-r-cyan-900\/40 {
  border-right-color: rgb(22 78 99 / 0.4) !important;
}

.border-r-cyan-900\/45 {
  border-right-color: rgb(22 78 99 / 0.45) !important;
}

.border-r-cyan-900\/5 {
  border-right-color: rgb(22 78 99 / 0.05) !important;
}

.border-r-cyan-900\/50 {
  border-right-color: rgb(22 78 99 / 0.5) !important;
}

.border-r-cyan-900\/55 {
  border-right-color: rgb(22 78 99 / 0.55) !important;
}

.border-r-cyan-900\/60 {
  border-right-color: rgb(22 78 99 / 0.6) !important;
}

.border-r-cyan-900\/65 {
  border-right-color: rgb(22 78 99 / 0.65) !important;
}

.border-r-cyan-900\/70 {
  border-right-color: rgb(22 78 99 / 0.7) !important;
}

.border-r-cyan-900\/75 {
  border-right-color: rgb(22 78 99 / 0.75) !important;
}

.border-r-cyan-900\/80 {
  border-right-color: rgb(22 78 99 / 0.8) !important;
}

.border-r-cyan-900\/85 {
  border-right-color: rgb(22 78 99 / 0.85) !important;
}

.border-r-cyan-900\/90 {
  border-right-color: rgb(22 78 99 / 0.9) !important;
}

.border-r-cyan-900\/95 {
  border-right-color: rgb(22 78 99 / 0.95) !important;
}

.border-r-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-r-cyan-950\/0 {
  border-right-color: rgb(8 51 68 / 0) !important;
}

.border-r-cyan-950\/10 {
  border-right-color: rgb(8 51 68 / 0.1) !important;
}

.border-r-cyan-950\/100 {
  border-right-color: rgb(8 51 68 / 1) !important;
}

.border-r-cyan-950\/15 {
  border-right-color: rgb(8 51 68 / 0.15) !important;
}

.border-r-cyan-950\/20 {
  border-right-color: rgb(8 51 68 / 0.2) !important;
}

.border-r-cyan-950\/25 {
  border-right-color: rgb(8 51 68 / 0.25) !important;
}

.border-r-cyan-950\/30 {
  border-right-color: rgb(8 51 68 / 0.3) !important;
}

.border-r-cyan-950\/35 {
  border-right-color: rgb(8 51 68 / 0.35) !important;
}

.border-r-cyan-950\/40 {
  border-right-color: rgb(8 51 68 / 0.4) !important;
}

.border-r-cyan-950\/45 {
  border-right-color: rgb(8 51 68 / 0.45) !important;
}

.border-r-cyan-950\/5 {
  border-right-color: rgb(8 51 68 / 0.05) !important;
}

.border-r-cyan-950\/50 {
  border-right-color: rgb(8 51 68 / 0.5) !important;
}

.border-r-cyan-950\/55 {
  border-right-color: rgb(8 51 68 / 0.55) !important;
}

.border-r-cyan-950\/60 {
  border-right-color: rgb(8 51 68 / 0.6) !important;
}

.border-r-cyan-950\/65 {
  border-right-color: rgb(8 51 68 / 0.65) !important;
}

.border-r-cyan-950\/70 {
  border-right-color: rgb(8 51 68 / 0.7) !important;
}

.border-r-cyan-950\/75 {
  border-right-color: rgb(8 51 68 / 0.75) !important;
}

.border-r-cyan-950\/80 {
  border-right-color: rgb(8 51 68 / 0.8) !important;
}

.border-r-cyan-950\/85 {
  border-right-color: rgb(8 51 68 / 0.85) !important;
}

.border-r-cyan-950\/90 {
  border-right-color: rgb(8 51 68 / 0.9) !important;
}

.border-r-cyan-950\/95 {
  border-right-color: rgb(8 51 68 / 0.95) !important;
}

.border-r-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-100\/0 {
  border-right-color: rgb(209 250 229 / 0) !important;
}

.border-r-emerald-100\/10 {
  border-right-color: rgb(209 250 229 / 0.1) !important;
}

.border-r-emerald-100\/100 {
  border-right-color: rgb(209 250 229 / 1) !important;
}

.border-r-emerald-100\/15 {
  border-right-color: rgb(209 250 229 / 0.15) !important;
}

.border-r-emerald-100\/20 {
  border-right-color: rgb(209 250 229 / 0.2) !important;
}

.border-r-emerald-100\/25 {
  border-right-color: rgb(209 250 229 / 0.25) !important;
}

.border-r-emerald-100\/30 {
  border-right-color: rgb(209 250 229 / 0.3) !important;
}

.border-r-emerald-100\/35 {
  border-right-color: rgb(209 250 229 / 0.35) !important;
}

.border-r-emerald-100\/40 {
  border-right-color: rgb(209 250 229 / 0.4) !important;
}

.border-r-emerald-100\/45 {
  border-right-color: rgb(209 250 229 / 0.45) !important;
}

.border-r-emerald-100\/5 {
  border-right-color: rgb(209 250 229 / 0.05) !important;
}

.border-r-emerald-100\/50 {
  border-right-color: rgb(209 250 229 / 0.5) !important;
}

.border-r-emerald-100\/55 {
  border-right-color: rgb(209 250 229 / 0.55) !important;
}

.border-r-emerald-100\/60 {
  border-right-color: rgb(209 250 229 / 0.6) !important;
}

.border-r-emerald-100\/65 {
  border-right-color: rgb(209 250 229 / 0.65) !important;
}

.border-r-emerald-100\/70 {
  border-right-color: rgb(209 250 229 / 0.7) !important;
}

.border-r-emerald-100\/75 {
  border-right-color: rgb(209 250 229 / 0.75) !important;
}

.border-r-emerald-100\/80 {
  border-right-color: rgb(209 250 229 / 0.8) !important;
}

.border-r-emerald-100\/85 {
  border-right-color: rgb(209 250 229 / 0.85) !important;
}

.border-r-emerald-100\/90 {
  border-right-color: rgb(209 250 229 / 0.9) !important;
}

.border-r-emerald-100\/95 {
  border-right-color: rgb(209 250 229 / 0.95) !important;
}

.border-r-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-200\/0 {
  border-right-color: rgb(167 243 208 / 0) !important;
}

.border-r-emerald-200\/10 {
  border-right-color: rgb(167 243 208 / 0.1) !important;
}

.border-r-emerald-200\/100 {
  border-right-color: rgb(167 243 208 / 1) !important;
}

.border-r-emerald-200\/15 {
  border-right-color: rgb(167 243 208 / 0.15) !important;
}

.border-r-emerald-200\/20 {
  border-right-color: rgb(167 243 208 / 0.2) !important;
}

.border-r-emerald-200\/25 {
  border-right-color: rgb(167 243 208 / 0.25) !important;
}

.border-r-emerald-200\/30 {
  border-right-color: rgb(167 243 208 / 0.3) !important;
}

.border-r-emerald-200\/35 {
  border-right-color: rgb(167 243 208 / 0.35) !important;
}

.border-r-emerald-200\/40 {
  border-right-color: rgb(167 243 208 / 0.4) !important;
}

.border-r-emerald-200\/45 {
  border-right-color: rgb(167 243 208 / 0.45) !important;
}

.border-r-emerald-200\/5 {
  border-right-color: rgb(167 243 208 / 0.05) !important;
}

.border-r-emerald-200\/50 {
  border-right-color: rgb(167 243 208 / 0.5) !important;
}

.border-r-emerald-200\/55 {
  border-right-color: rgb(167 243 208 / 0.55) !important;
}

.border-r-emerald-200\/60 {
  border-right-color: rgb(167 243 208 / 0.6) !important;
}

.border-r-emerald-200\/65 {
  border-right-color: rgb(167 243 208 / 0.65) !important;
}

.border-r-emerald-200\/70 {
  border-right-color: rgb(167 243 208 / 0.7) !important;
}

.border-r-emerald-200\/75 {
  border-right-color: rgb(167 243 208 / 0.75) !important;
}

.border-r-emerald-200\/80 {
  border-right-color: rgb(167 243 208 / 0.8) !important;
}

.border-r-emerald-200\/85 {
  border-right-color: rgb(167 243 208 / 0.85) !important;
}

.border-r-emerald-200\/90 {
  border-right-color: rgb(167 243 208 / 0.9) !important;
}

.border-r-emerald-200\/95 {
  border-right-color: rgb(167 243 208 / 0.95) !important;
}

.border-r-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-300\/0 {
  border-right-color: rgb(110 231 183 / 0) !important;
}

.border-r-emerald-300\/10 {
  border-right-color: rgb(110 231 183 / 0.1) !important;
}

.border-r-emerald-300\/100 {
  border-right-color: rgb(110 231 183 / 1) !important;
}

.border-r-emerald-300\/15 {
  border-right-color: rgb(110 231 183 / 0.15) !important;
}

.border-r-emerald-300\/20 {
  border-right-color: rgb(110 231 183 / 0.2) !important;
}

.border-r-emerald-300\/25 {
  border-right-color: rgb(110 231 183 / 0.25) !important;
}

.border-r-emerald-300\/30 {
  border-right-color: rgb(110 231 183 / 0.3) !important;
}

.border-r-emerald-300\/35 {
  border-right-color: rgb(110 231 183 / 0.35) !important;
}

.border-r-emerald-300\/40 {
  border-right-color: rgb(110 231 183 / 0.4) !important;
}

.border-r-emerald-300\/45 {
  border-right-color: rgb(110 231 183 / 0.45) !important;
}

.border-r-emerald-300\/5 {
  border-right-color: rgb(110 231 183 / 0.05) !important;
}

.border-r-emerald-300\/50 {
  border-right-color: rgb(110 231 183 / 0.5) !important;
}

.border-r-emerald-300\/55 {
  border-right-color: rgb(110 231 183 / 0.55) !important;
}

.border-r-emerald-300\/60 {
  border-right-color: rgb(110 231 183 / 0.6) !important;
}

.border-r-emerald-300\/65 {
  border-right-color: rgb(110 231 183 / 0.65) !important;
}

.border-r-emerald-300\/70 {
  border-right-color: rgb(110 231 183 / 0.7) !important;
}

.border-r-emerald-300\/75 {
  border-right-color: rgb(110 231 183 / 0.75) !important;
}

.border-r-emerald-300\/80 {
  border-right-color: rgb(110 231 183 / 0.8) !important;
}

.border-r-emerald-300\/85 {
  border-right-color: rgb(110 231 183 / 0.85) !important;
}

.border-r-emerald-300\/90 {
  border-right-color: rgb(110 231 183 / 0.9) !important;
}

.border-r-emerald-300\/95 {
  border-right-color: rgb(110 231 183 / 0.95) !important;
}

.border-r-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-400\/0 {
  border-right-color: rgb(52 211 153 / 0) !important;
}

.border-r-emerald-400\/10 {
  border-right-color: rgb(52 211 153 / 0.1) !important;
}

.border-r-emerald-400\/100 {
  border-right-color: rgb(52 211 153 / 1) !important;
}

.border-r-emerald-400\/15 {
  border-right-color: rgb(52 211 153 / 0.15) !important;
}

.border-r-emerald-400\/20 {
  border-right-color: rgb(52 211 153 / 0.2) !important;
}

.border-r-emerald-400\/25 {
  border-right-color: rgb(52 211 153 / 0.25) !important;
}

.border-r-emerald-400\/30 {
  border-right-color: rgb(52 211 153 / 0.3) !important;
}

.border-r-emerald-400\/35 {
  border-right-color: rgb(52 211 153 / 0.35) !important;
}

.border-r-emerald-400\/40 {
  border-right-color: rgb(52 211 153 / 0.4) !important;
}

.border-r-emerald-400\/45 {
  border-right-color: rgb(52 211 153 / 0.45) !important;
}

.border-r-emerald-400\/5 {
  border-right-color: rgb(52 211 153 / 0.05) !important;
}

.border-r-emerald-400\/50 {
  border-right-color: rgb(52 211 153 / 0.5) !important;
}

.border-r-emerald-400\/55 {
  border-right-color: rgb(52 211 153 / 0.55) !important;
}

.border-r-emerald-400\/60 {
  border-right-color: rgb(52 211 153 / 0.6) !important;
}

.border-r-emerald-400\/65 {
  border-right-color: rgb(52 211 153 / 0.65) !important;
}

.border-r-emerald-400\/70 {
  border-right-color: rgb(52 211 153 / 0.7) !important;
}

.border-r-emerald-400\/75 {
  border-right-color: rgb(52 211 153 / 0.75) !important;
}

.border-r-emerald-400\/80 {
  border-right-color: rgb(52 211 153 / 0.8) !important;
}

.border-r-emerald-400\/85 {
  border-right-color: rgb(52 211 153 / 0.85) !important;
}

.border-r-emerald-400\/90 {
  border-right-color: rgb(52 211 153 / 0.9) !important;
}

.border-r-emerald-400\/95 {
  border-right-color: rgb(52 211 153 / 0.95) !important;
}

.border-r-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-50\/0 {
  border-right-color: rgb(236 253 245 / 0) !important;
}

.border-r-emerald-50\/10 {
  border-right-color: rgb(236 253 245 / 0.1) !important;
}

.border-r-emerald-50\/100 {
  border-right-color: rgb(236 253 245 / 1) !important;
}

.border-r-emerald-50\/15 {
  border-right-color: rgb(236 253 245 / 0.15) !important;
}

.border-r-emerald-50\/20 {
  border-right-color: rgb(236 253 245 / 0.2) !important;
}

.border-r-emerald-50\/25 {
  border-right-color: rgb(236 253 245 / 0.25) !important;
}

.border-r-emerald-50\/30 {
  border-right-color: rgb(236 253 245 / 0.3) !important;
}

.border-r-emerald-50\/35 {
  border-right-color: rgb(236 253 245 / 0.35) !important;
}

.border-r-emerald-50\/40 {
  border-right-color: rgb(236 253 245 / 0.4) !important;
}

.border-r-emerald-50\/45 {
  border-right-color: rgb(236 253 245 / 0.45) !important;
}

.border-r-emerald-50\/5 {
  border-right-color: rgb(236 253 245 / 0.05) !important;
}

.border-r-emerald-50\/50 {
  border-right-color: rgb(236 253 245 / 0.5) !important;
}

.border-r-emerald-50\/55 {
  border-right-color: rgb(236 253 245 / 0.55) !important;
}

.border-r-emerald-50\/60 {
  border-right-color: rgb(236 253 245 / 0.6) !important;
}

.border-r-emerald-50\/65 {
  border-right-color: rgb(236 253 245 / 0.65) !important;
}

.border-r-emerald-50\/70 {
  border-right-color: rgb(236 253 245 / 0.7) !important;
}

.border-r-emerald-50\/75 {
  border-right-color: rgb(236 253 245 / 0.75) !important;
}

.border-r-emerald-50\/80 {
  border-right-color: rgb(236 253 245 / 0.8) !important;
}

.border-r-emerald-50\/85 {
  border-right-color: rgb(236 253 245 / 0.85) !important;
}

.border-r-emerald-50\/90 {
  border-right-color: rgb(236 253 245 / 0.9) !important;
}

.border-r-emerald-50\/95 {
  border-right-color: rgb(236 253 245 / 0.95) !important;
}

.border-r-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-500\/0 {
  border-right-color: rgb(16 185 129 / 0) !important;
}

.border-r-emerald-500\/10 {
  border-right-color: rgb(16 185 129 / 0.1) !important;
}

.border-r-emerald-500\/100 {
  border-right-color: rgb(16 185 129 / 1) !important;
}

.border-r-emerald-500\/15 {
  border-right-color: rgb(16 185 129 / 0.15) !important;
}

.border-r-emerald-500\/20 {
  border-right-color: rgb(16 185 129 / 0.2) !important;
}

.border-r-emerald-500\/25 {
  border-right-color: rgb(16 185 129 / 0.25) !important;
}

.border-r-emerald-500\/30 {
  border-right-color: rgb(16 185 129 / 0.3) !important;
}

.border-r-emerald-500\/35 {
  border-right-color: rgb(16 185 129 / 0.35) !important;
}

.border-r-emerald-500\/40 {
  border-right-color: rgb(16 185 129 / 0.4) !important;
}

.border-r-emerald-500\/45 {
  border-right-color: rgb(16 185 129 / 0.45) !important;
}

.border-r-emerald-500\/5 {
  border-right-color: rgb(16 185 129 / 0.05) !important;
}

.border-r-emerald-500\/50 {
  border-right-color: rgb(16 185 129 / 0.5) !important;
}

.border-r-emerald-500\/55 {
  border-right-color: rgb(16 185 129 / 0.55) !important;
}

.border-r-emerald-500\/60 {
  border-right-color: rgb(16 185 129 / 0.6) !important;
}

.border-r-emerald-500\/65 {
  border-right-color: rgb(16 185 129 / 0.65) !important;
}

.border-r-emerald-500\/70 {
  border-right-color: rgb(16 185 129 / 0.7) !important;
}

.border-r-emerald-500\/75 {
  border-right-color: rgb(16 185 129 / 0.75) !important;
}

.border-r-emerald-500\/80 {
  border-right-color: rgb(16 185 129 / 0.8) !important;
}

.border-r-emerald-500\/85 {
  border-right-color: rgb(16 185 129 / 0.85) !important;
}

.border-r-emerald-500\/90 {
  border-right-color: rgb(16 185 129 / 0.9) !important;
}

.border-r-emerald-500\/95 {
  border-right-color: rgb(16 185 129 / 0.95) !important;
}

.border-r-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-600\/0 {
  border-right-color: rgb(5 150 105 / 0) !important;
}

.border-r-emerald-600\/10 {
  border-right-color: rgb(5 150 105 / 0.1) !important;
}

.border-r-emerald-600\/100 {
  border-right-color: rgb(5 150 105 / 1) !important;
}

.border-r-emerald-600\/15 {
  border-right-color: rgb(5 150 105 / 0.15) !important;
}

.border-r-emerald-600\/20 {
  border-right-color: rgb(5 150 105 / 0.2) !important;
}

.border-r-emerald-600\/25 {
  border-right-color: rgb(5 150 105 / 0.25) !important;
}

.border-r-emerald-600\/30 {
  border-right-color: rgb(5 150 105 / 0.3) !important;
}

.border-r-emerald-600\/35 {
  border-right-color: rgb(5 150 105 / 0.35) !important;
}

.border-r-emerald-600\/40 {
  border-right-color: rgb(5 150 105 / 0.4) !important;
}

.border-r-emerald-600\/45 {
  border-right-color: rgb(5 150 105 / 0.45) !important;
}

.border-r-emerald-600\/5 {
  border-right-color: rgb(5 150 105 / 0.05) !important;
}

.border-r-emerald-600\/50 {
  border-right-color: rgb(5 150 105 / 0.5) !important;
}

.border-r-emerald-600\/55 {
  border-right-color: rgb(5 150 105 / 0.55) !important;
}

.border-r-emerald-600\/60 {
  border-right-color: rgb(5 150 105 / 0.6) !important;
}

.border-r-emerald-600\/65 {
  border-right-color: rgb(5 150 105 / 0.65) !important;
}

.border-r-emerald-600\/70 {
  border-right-color: rgb(5 150 105 / 0.7) !important;
}

.border-r-emerald-600\/75 {
  border-right-color: rgb(5 150 105 / 0.75) !important;
}

.border-r-emerald-600\/80 {
  border-right-color: rgb(5 150 105 / 0.8) !important;
}

.border-r-emerald-600\/85 {
  border-right-color: rgb(5 150 105 / 0.85) !important;
}

.border-r-emerald-600\/90 {
  border-right-color: rgb(5 150 105 / 0.9) !important;
}

.border-r-emerald-600\/95 {
  border-right-color: rgb(5 150 105 / 0.95) !important;
}

.border-r-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-700\/0 {
  border-right-color: rgb(4 120 87 / 0) !important;
}

.border-r-emerald-700\/10 {
  border-right-color: rgb(4 120 87 / 0.1) !important;
}

.border-r-emerald-700\/100 {
  border-right-color: rgb(4 120 87 / 1) !important;
}

.border-r-emerald-700\/15 {
  border-right-color: rgb(4 120 87 / 0.15) !important;
}

.border-r-emerald-700\/20 {
  border-right-color: rgb(4 120 87 / 0.2) !important;
}

.border-r-emerald-700\/25 {
  border-right-color: rgb(4 120 87 / 0.25) !important;
}

.border-r-emerald-700\/30 {
  border-right-color: rgb(4 120 87 / 0.3) !important;
}

.border-r-emerald-700\/35 {
  border-right-color: rgb(4 120 87 / 0.35) !important;
}

.border-r-emerald-700\/40 {
  border-right-color: rgb(4 120 87 / 0.4) !important;
}

.border-r-emerald-700\/45 {
  border-right-color: rgb(4 120 87 / 0.45) !important;
}

.border-r-emerald-700\/5 {
  border-right-color: rgb(4 120 87 / 0.05) !important;
}

.border-r-emerald-700\/50 {
  border-right-color: rgb(4 120 87 / 0.5) !important;
}

.border-r-emerald-700\/55 {
  border-right-color: rgb(4 120 87 / 0.55) !important;
}

.border-r-emerald-700\/60 {
  border-right-color: rgb(4 120 87 / 0.6) !important;
}

.border-r-emerald-700\/65 {
  border-right-color: rgb(4 120 87 / 0.65) !important;
}

.border-r-emerald-700\/70 {
  border-right-color: rgb(4 120 87 / 0.7) !important;
}

.border-r-emerald-700\/75 {
  border-right-color: rgb(4 120 87 / 0.75) !important;
}

.border-r-emerald-700\/80 {
  border-right-color: rgb(4 120 87 / 0.8) !important;
}

.border-r-emerald-700\/85 {
  border-right-color: rgb(4 120 87 / 0.85) !important;
}

.border-r-emerald-700\/90 {
  border-right-color: rgb(4 120 87 / 0.9) !important;
}

.border-r-emerald-700\/95 {
  border-right-color: rgb(4 120 87 / 0.95) !important;
}

.border-r-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-800\/0 {
  border-right-color: rgb(6 95 70 / 0) !important;
}

.border-r-emerald-800\/10 {
  border-right-color: rgb(6 95 70 / 0.1) !important;
}

.border-r-emerald-800\/100 {
  border-right-color: rgb(6 95 70 / 1) !important;
}

.border-r-emerald-800\/15 {
  border-right-color: rgb(6 95 70 / 0.15) !important;
}

.border-r-emerald-800\/20 {
  border-right-color: rgb(6 95 70 / 0.2) !important;
}

.border-r-emerald-800\/25 {
  border-right-color: rgb(6 95 70 / 0.25) !important;
}

.border-r-emerald-800\/30 {
  border-right-color: rgb(6 95 70 / 0.3) !important;
}

.border-r-emerald-800\/35 {
  border-right-color: rgb(6 95 70 / 0.35) !important;
}

.border-r-emerald-800\/40 {
  border-right-color: rgb(6 95 70 / 0.4) !important;
}

.border-r-emerald-800\/45 {
  border-right-color: rgb(6 95 70 / 0.45) !important;
}

.border-r-emerald-800\/5 {
  border-right-color: rgb(6 95 70 / 0.05) !important;
}

.border-r-emerald-800\/50 {
  border-right-color: rgb(6 95 70 / 0.5) !important;
}

.border-r-emerald-800\/55 {
  border-right-color: rgb(6 95 70 / 0.55) !important;
}

.border-r-emerald-800\/60 {
  border-right-color: rgb(6 95 70 / 0.6) !important;
}

.border-r-emerald-800\/65 {
  border-right-color: rgb(6 95 70 / 0.65) !important;
}

.border-r-emerald-800\/70 {
  border-right-color: rgb(6 95 70 / 0.7) !important;
}

.border-r-emerald-800\/75 {
  border-right-color: rgb(6 95 70 / 0.75) !important;
}

.border-r-emerald-800\/80 {
  border-right-color: rgb(6 95 70 / 0.8) !important;
}

.border-r-emerald-800\/85 {
  border-right-color: rgb(6 95 70 / 0.85) !important;
}

.border-r-emerald-800\/90 {
  border-right-color: rgb(6 95 70 / 0.9) !important;
}

.border-r-emerald-800\/95 {
  border-right-color: rgb(6 95 70 / 0.95) !important;
}

.border-r-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-900\/0 {
  border-right-color: rgb(6 78 59 / 0) !important;
}

.border-r-emerald-900\/10 {
  border-right-color: rgb(6 78 59 / 0.1) !important;
}

.border-r-emerald-900\/100 {
  border-right-color: rgb(6 78 59 / 1) !important;
}

.border-r-emerald-900\/15 {
  border-right-color: rgb(6 78 59 / 0.15) !important;
}

.border-r-emerald-900\/20 {
  border-right-color: rgb(6 78 59 / 0.2) !important;
}

.border-r-emerald-900\/25 {
  border-right-color: rgb(6 78 59 / 0.25) !important;
}

.border-r-emerald-900\/30 {
  border-right-color: rgb(6 78 59 / 0.3) !important;
}

.border-r-emerald-900\/35 {
  border-right-color: rgb(6 78 59 / 0.35) !important;
}

.border-r-emerald-900\/40 {
  border-right-color: rgb(6 78 59 / 0.4) !important;
}

.border-r-emerald-900\/45 {
  border-right-color: rgb(6 78 59 / 0.45) !important;
}

.border-r-emerald-900\/5 {
  border-right-color: rgb(6 78 59 / 0.05) !important;
}

.border-r-emerald-900\/50 {
  border-right-color: rgb(6 78 59 / 0.5) !important;
}

.border-r-emerald-900\/55 {
  border-right-color: rgb(6 78 59 / 0.55) !important;
}

.border-r-emerald-900\/60 {
  border-right-color: rgb(6 78 59 / 0.6) !important;
}

.border-r-emerald-900\/65 {
  border-right-color: rgb(6 78 59 / 0.65) !important;
}

.border-r-emerald-900\/70 {
  border-right-color: rgb(6 78 59 / 0.7) !important;
}

.border-r-emerald-900\/75 {
  border-right-color: rgb(6 78 59 / 0.75) !important;
}

.border-r-emerald-900\/80 {
  border-right-color: rgb(6 78 59 / 0.8) !important;
}

.border-r-emerald-900\/85 {
  border-right-color: rgb(6 78 59 / 0.85) !important;
}

.border-r-emerald-900\/90 {
  border-right-color: rgb(6 78 59 / 0.9) !important;
}

.border-r-emerald-900\/95 {
  border-right-color: rgb(6 78 59 / 0.95) !important;
}

.border-r-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-r-emerald-950\/0 {
  border-right-color: rgb(2 44 34 / 0) !important;
}

.border-r-emerald-950\/10 {
  border-right-color: rgb(2 44 34 / 0.1) !important;
}

.border-r-emerald-950\/100 {
  border-right-color: rgb(2 44 34 / 1) !important;
}

.border-r-emerald-950\/15 {
  border-right-color: rgb(2 44 34 / 0.15) !important;
}

.border-r-emerald-950\/20 {
  border-right-color: rgb(2 44 34 / 0.2) !important;
}

.border-r-emerald-950\/25 {
  border-right-color: rgb(2 44 34 / 0.25) !important;
}

.border-r-emerald-950\/30 {
  border-right-color: rgb(2 44 34 / 0.3) !important;
}

.border-r-emerald-950\/35 {
  border-right-color: rgb(2 44 34 / 0.35) !important;
}

.border-r-emerald-950\/40 {
  border-right-color: rgb(2 44 34 / 0.4) !important;
}

.border-r-emerald-950\/45 {
  border-right-color: rgb(2 44 34 / 0.45) !important;
}

.border-r-emerald-950\/5 {
  border-right-color: rgb(2 44 34 / 0.05) !important;
}

.border-r-emerald-950\/50 {
  border-right-color: rgb(2 44 34 / 0.5) !important;
}

.border-r-emerald-950\/55 {
  border-right-color: rgb(2 44 34 / 0.55) !important;
}

.border-r-emerald-950\/60 {
  border-right-color: rgb(2 44 34 / 0.6) !important;
}

.border-r-emerald-950\/65 {
  border-right-color: rgb(2 44 34 / 0.65) !important;
}

.border-r-emerald-950\/70 {
  border-right-color: rgb(2 44 34 / 0.7) !important;
}

.border-r-emerald-950\/75 {
  border-right-color: rgb(2 44 34 / 0.75) !important;
}

.border-r-emerald-950\/80 {
  border-right-color: rgb(2 44 34 / 0.8) !important;
}

.border-r-emerald-950\/85 {
  border-right-color: rgb(2 44 34 / 0.85) !important;
}

.border-r-emerald-950\/90 {
  border-right-color: rgb(2 44 34 / 0.9) !important;
}

.border-r-emerald-950\/95 {
  border-right-color: rgb(2 44 34 / 0.95) !important;
}

.border-r-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-100\/0 {
  border-right-color: rgb(250 232 255 / 0) !important;
}

.border-r-fuchsia-100\/10 {
  border-right-color: rgb(250 232 255 / 0.1) !important;
}

.border-r-fuchsia-100\/100 {
  border-right-color: rgb(250 232 255 / 1) !important;
}

.border-r-fuchsia-100\/15 {
  border-right-color: rgb(250 232 255 / 0.15) !important;
}

.border-r-fuchsia-100\/20 {
  border-right-color: rgb(250 232 255 / 0.2) !important;
}

.border-r-fuchsia-100\/25 {
  border-right-color: rgb(250 232 255 / 0.25) !important;
}

.border-r-fuchsia-100\/30 {
  border-right-color: rgb(250 232 255 / 0.3) !important;
}

.border-r-fuchsia-100\/35 {
  border-right-color: rgb(250 232 255 / 0.35) !important;
}

.border-r-fuchsia-100\/40 {
  border-right-color: rgb(250 232 255 / 0.4) !important;
}

.border-r-fuchsia-100\/45 {
  border-right-color: rgb(250 232 255 / 0.45) !important;
}

.border-r-fuchsia-100\/5 {
  border-right-color: rgb(250 232 255 / 0.05) !important;
}

.border-r-fuchsia-100\/50 {
  border-right-color: rgb(250 232 255 / 0.5) !important;
}

.border-r-fuchsia-100\/55 {
  border-right-color: rgb(250 232 255 / 0.55) !important;
}

.border-r-fuchsia-100\/60 {
  border-right-color: rgb(250 232 255 / 0.6) !important;
}

.border-r-fuchsia-100\/65 {
  border-right-color: rgb(250 232 255 / 0.65) !important;
}

.border-r-fuchsia-100\/70 {
  border-right-color: rgb(250 232 255 / 0.7) !important;
}

.border-r-fuchsia-100\/75 {
  border-right-color: rgb(250 232 255 / 0.75) !important;
}

.border-r-fuchsia-100\/80 {
  border-right-color: rgb(250 232 255 / 0.8) !important;
}

.border-r-fuchsia-100\/85 {
  border-right-color: rgb(250 232 255 / 0.85) !important;
}

.border-r-fuchsia-100\/90 {
  border-right-color: rgb(250 232 255 / 0.9) !important;
}

.border-r-fuchsia-100\/95 {
  border-right-color: rgb(250 232 255 / 0.95) !important;
}

.border-r-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-200\/0 {
  border-right-color: rgb(245 208 254 / 0) !important;
}

.border-r-fuchsia-200\/10 {
  border-right-color: rgb(245 208 254 / 0.1) !important;
}

.border-r-fuchsia-200\/100 {
  border-right-color: rgb(245 208 254 / 1) !important;
}

.border-r-fuchsia-200\/15 {
  border-right-color: rgb(245 208 254 / 0.15) !important;
}

.border-r-fuchsia-200\/20 {
  border-right-color: rgb(245 208 254 / 0.2) !important;
}

.border-r-fuchsia-200\/25 {
  border-right-color: rgb(245 208 254 / 0.25) !important;
}

.border-r-fuchsia-200\/30 {
  border-right-color: rgb(245 208 254 / 0.3) !important;
}

.border-r-fuchsia-200\/35 {
  border-right-color: rgb(245 208 254 / 0.35) !important;
}

.border-r-fuchsia-200\/40 {
  border-right-color: rgb(245 208 254 / 0.4) !important;
}

.border-r-fuchsia-200\/45 {
  border-right-color: rgb(245 208 254 / 0.45) !important;
}

.border-r-fuchsia-200\/5 {
  border-right-color: rgb(245 208 254 / 0.05) !important;
}

.border-r-fuchsia-200\/50 {
  border-right-color: rgb(245 208 254 / 0.5) !important;
}

.border-r-fuchsia-200\/55 {
  border-right-color: rgb(245 208 254 / 0.55) !important;
}

.border-r-fuchsia-200\/60 {
  border-right-color: rgb(245 208 254 / 0.6) !important;
}

.border-r-fuchsia-200\/65 {
  border-right-color: rgb(245 208 254 / 0.65) !important;
}

.border-r-fuchsia-200\/70 {
  border-right-color: rgb(245 208 254 / 0.7) !important;
}

.border-r-fuchsia-200\/75 {
  border-right-color: rgb(245 208 254 / 0.75) !important;
}

.border-r-fuchsia-200\/80 {
  border-right-color: rgb(245 208 254 / 0.8) !important;
}

.border-r-fuchsia-200\/85 {
  border-right-color: rgb(245 208 254 / 0.85) !important;
}

.border-r-fuchsia-200\/90 {
  border-right-color: rgb(245 208 254 / 0.9) !important;
}

.border-r-fuchsia-200\/95 {
  border-right-color: rgb(245 208 254 / 0.95) !important;
}

.border-r-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-300\/0 {
  border-right-color: rgb(240 171 252 / 0) !important;
}

.border-r-fuchsia-300\/10 {
  border-right-color: rgb(240 171 252 / 0.1) !important;
}

.border-r-fuchsia-300\/100 {
  border-right-color: rgb(240 171 252 / 1) !important;
}

.border-r-fuchsia-300\/15 {
  border-right-color: rgb(240 171 252 / 0.15) !important;
}

.border-r-fuchsia-300\/20 {
  border-right-color: rgb(240 171 252 / 0.2) !important;
}

.border-r-fuchsia-300\/25 {
  border-right-color: rgb(240 171 252 / 0.25) !important;
}

.border-r-fuchsia-300\/30 {
  border-right-color: rgb(240 171 252 / 0.3) !important;
}

.border-r-fuchsia-300\/35 {
  border-right-color: rgb(240 171 252 / 0.35) !important;
}

.border-r-fuchsia-300\/40 {
  border-right-color: rgb(240 171 252 / 0.4) !important;
}

.border-r-fuchsia-300\/45 {
  border-right-color: rgb(240 171 252 / 0.45) !important;
}

.border-r-fuchsia-300\/5 {
  border-right-color: rgb(240 171 252 / 0.05) !important;
}

.border-r-fuchsia-300\/50 {
  border-right-color: rgb(240 171 252 / 0.5) !important;
}

.border-r-fuchsia-300\/55 {
  border-right-color: rgb(240 171 252 / 0.55) !important;
}

.border-r-fuchsia-300\/60 {
  border-right-color: rgb(240 171 252 / 0.6) !important;
}

.border-r-fuchsia-300\/65 {
  border-right-color: rgb(240 171 252 / 0.65) !important;
}

.border-r-fuchsia-300\/70 {
  border-right-color: rgb(240 171 252 / 0.7) !important;
}

.border-r-fuchsia-300\/75 {
  border-right-color: rgb(240 171 252 / 0.75) !important;
}

.border-r-fuchsia-300\/80 {
  border-right-color: rgb(240 171 252 / 0.8) !important;
}

.border-r-fuchsia-300\/85 {
  border-right-color: rgb(240 171 252 / 0.85) !important;
}

.border-r-fuchsia-300\/90 {
  border-right-color: rgb(240 171 252 / 0.9) !important;
}

.border-r-fuchsia-300\/95 {
  border-right-color: rgb(240 171 252 / 0.95) !important;
}

.border-r-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-400\/0 {
  border-right-color: rgb(232 121 249 / 0) !important;
}

.border-r-fuchsia-400\/10 {
  border-right-color: rgb(232 121 249 / 0.1) !important;
}

.border-r-fuchsia-400\/100 {
  border-right-color: rgb(232 121 249 / 1) !important;
}

.border-r-fuchsia-400\/15 {
  border-right-color: rgb(232 121 249 / 0.15) !important;
}

.border-r-fuchsia-400\/20 {
  border-right-color: rgb(232 121 249 / 0.2) !important;
}

.border-r-fuchsia-400\/25 {
  border-right-color: rgb(232 121 249 / 0.25) !important;
}

.border-r-fuchsia-400\/30 {
  border-right-color: rgb(232 121 249 / 0.3) !important;
}

.border-r-fuchsia-400\/35 {
  border-right-color: rgb(232 121 249 / 0.35) !important;
}

.border-r-fuchsia-400\/40 {
  border-right-color: rgb(232 121 249 / 0.4) !important;
}

.border-r-fuchsia-400\/45 {
  border-right-color: rgb(232 121 249 / 0.45) !important;
}

.border-r-fuchsia-400\/5 {
  border-right-color: rgb(232 121 249 / 0.05) !important;
}

.border-r-fuchsia-400\/50 {
  border-right-color: rgb(232 121 249 / 0.5) !important;
}

.border-r-fuchsia-400\/55 {
  border-right-color: rgb(232 121 249 / 0.55) !important;
}

.border-r-fuchsia-400\/60 {
  border-right-color: rgb(232 121 249 / 0.6) !important;
}

.border-r-fuchsia-400\/65 {
  border-right-color: rgb(232 121 249 / 0.65) !important;
}

.border-r-fuchsia-400\/70 {
  border-right-color: rgb(232 121 249 / 0.7) !important;
}

.border-r-fuchsia-400\/75 {
  border-right-color: rgb(232 121 249 / 0.75) !important;
}

.border-r-fuchsia-400\/80 {
  border-right-color: rgb(232 121 249 / 0.8) !important;
}

.border-r-fuchsia-400\/85 {
  border-right-color: rgb(232 121 249 / 0.85) !important;
}

.border-r-fuchsia-400\/90 {
  border-right-color: rgb(232 121 249 / 0.9) !important;
}

.border-r-fuchsia-400\/95 {
  border-right-color: rgb(232 121 249 / 0.95) !important;
}

.border-r-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-50\/0 {
  border-right-color: rgb(253 244 255 / 0) !important;
}

.border-r-fuchsia-50\/10 {
  border-right-color: rgb(253 244 255 / 0.1) !important;
}

.border-r-fuchsia-50\/100 {
  border-right-color: rgb(253 244 255 / 1) !important;
}

.border-r-fuchsia-50\/15 {
  border-right-color: rgb(253 244 255 / 0.15) !important;
}

.border-r-fuchsia-50\/20 {
  border-right-color: rgb(253 244 255 / 0.2) !important;
}

.border-r-fuchsia-50\/25 {
  border-right-color: rgb(253 244 255 / 0.25) !important;
}

.border-r-fuchsia-50\/30 {
  border-right-color: rgb(253 244 255 / 0.3) !important;
}

.border-r-fuchsia-50\/35 {
  border-right-color: rgb(253 244 255 / 0.35) !important;
}

.border-r-fuchsia-50\/40 {
  border-right-color: rgb(253 244 255 / 0.4) !important;
}

.border-r-fuchsia-50\/45 {
  border-right-color: rgb(253 244 255 / 0.45) !important;
}

.border-r-fuchsia-50\/5 {
  border-right-color: rgb(253 244 255 / 0.05) !important;
}

.border-r-fuchsia-50\/50 {
  border-right-color: rgb(253 244 255 / 0.5) !important;
}

.border-r-fuchsia-50\/55 {
  border-right-color: rgb(253 244 255 / 0.55) !important;
}

.border-r-fuchsia-50\/60 {
  border-right-color: rgb(253 244 255 / 0.6) !important;
}

.border-r-fuchsia-50\/65 {
  border-right-color: rgb(253 244 255 / 0.65) !important;
}

.border-r-fuchsia-50\/70 {
  border-right-color: rgb(253 244 255 / 0.7) !important;
}

.border-r-fuchsia-50\/75 {
  border-right-color: rgb(253 244 255 / 0.75) !important;
}

.border-r-fuchsia-50\/80 {
  border-right-color: rgb(253 244 255 / 0.8) !important;
}

.border-r-fuchsia-50\/85 {
  border-right-color: rgb(253 244 255 / 0.85) !important;
}

.border-r-fuchsia-50\/90 {
  border-right-color: rgb(253 244 255 / 0.9) !important;
}

.border-r-fuchsia-50\/95 {
  border-right-color: rgb(253 244 255 / 0.95) !important;
}

.border-r-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-500\/0 {
  border-right-color: rgb(217 70 239 / 0) !important;
}

.border-r-fuchsia-500\/10 {
  border-right-color: rgb(217 70 239 / 0.1) !important;
}

.border-r-fuchsia-500\/100 {
  border-right-color: rgb(217 70 239 / 1) !important;
}

.border-r-fuchsia-500\/15 {
  border-right-color: rgb(217 70 239 / 0.15) !important;
}

.border-r-fuchsia-500\/20 {
  border-right-color: rgb(217 70 239 / 0.2) !important;
}

.border-r-fuchsia-500\/25 {
  border-right-color: rgb(217 70 239 / 0.25) !important;
}

.border-r-fuchsia-500\/30 {
  border-right-color: rgb(217 70 239 / 0.3) !important;
}

.border-r-fuchsia-500\/35 {
  border-right-color: rgb(217 70 239 / 0.35) !important;
}

.border-r-fuchsia-500\/40 {
  border-right-color: rgb(217 70 239 / 0.4) !important;
}

.border-r-fuchsia-500\/45 {
  border-right-color: rgb(217 70 239 / 0.45) !important;
}

.border-r-fuchsia-500\/5 {
  border-right-color: rgb(217 70 239 / 0.05) !important;
}

.border-r-fuchsia-500\/50 {
  border-right-color: rgb(217 70 239 / 0.5) !important;
}

.border-r-fuchsia-500\/55 {
  border-right-color: rgb(217 70 239 / 0.55) !important;
}

.border-r-fuchsia-500\/60 {
  border-right-color: rgb(217 70 239 / 0.6) !important;
}

.border-r-fuchsia-500\/65 {
  border-right-color: rgb(217 70 239 / 0.65) !important;
}

.border-r-fuchsia-500\/70 {
  border-right-color: rgb(217 70 239 / 0.7) !important;
}

.border-r-fuchsia-500\/75 {
  border-right-color: rgb(217 70 239 / 0.75) !important;
}

.border-r-fuchsia-500\/80 {
  border-right-color: rgb(217 70 239 / 0.8) !important;
}

.border-r-fuchsia-500\/85 {
  border-right-color: rgb(217 70 239 / 0.85) !important;
}

.border-r-fuchsia-500\/90 {
  border-right-color: rgb(217 70 239 / 0.9) !important;
}

.border-r-fuchsia-500\/95 {
  border-right-color: rgb(217 70 239 / 0.95) !important;
}

.border-r-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-600\/0 {
  border-right-color: rgb(192 38 211 / 0) !important;
}

.border-r-fuchsia-600\/10 {
  border-right-color: rgb(192 38 211 / 0.1) !important;
}

.border-r-fuchsia-600\/100 {
  border-right-color: rgb(192 38 211 / 1) !important;
}

.border-r-fuchsia-600\/15 {
  border-right-color: rgb(192 38 211 / 0.15) !important;
}

.border-r-fuchsia-600\/20 {
  border-right-color: rgb(192 38 211 / 0.2) !important;
}

.border-r-fuchsia-600\/25 {
  border-right-color: rgb(192 38 211 / 0.25) !important;
}

.border-r-fuchsia-600\/30 {
  border-right-color: rgb(192 38 211 / 0.3) !important;
}

.border-r-fuchsia-600\/35 {
  border-right-color: rgb(192 38 211 / 0.35) !important;
}

.border-r-fuchsia-600\/40 {
  border-right-color: rgb(192 38 211 / 0.4) !important;
}

.border-r-fuchsia-600\/45 {
  border-right-color: rgb(192 38 211 / 0.45) !important;
}

.border-r-fuchsia-600\/5 {
  border-right-color: rgb(192 38 211 / 0.05) !important;
}

.border-r-fuchsia-600\/50 {
  border-right-color: rgb(192 38 211 / 0.5) !important;
}

.border-r-fuchsia-600\/55 {
  border-right-color: rgb(192 38 211 / 0.55) !important;
}

.border-r-fuchsia-600\/60 {
  border-right-color: rgb(192 38 211 / 0.6) !important;
}

.border-r-fuchsia-600\/65 {
  border-right-color: rgb(192 38 211 / 0.65) !important;
}

.border-r-fuchsia-600\/70 {
  border-right-color: rgb(192 38 211 / 0.7) !important;
}

.border-r-fuchsia-600\/75 {
  border-right-color: rgb(192 38 211 / 0.75) !important;
}

.border-r-fuchsia-600\/80 {
  border-right-color: rgb(192 38 211 / 0.8) !important;
}

.border-r-fuchsia-600\/85 {
  border-right-color: rgb(192 38 211 / 0.85) !important;
}

.border-r-fuchsia-600\/90 {
  border-right-color: rgb(192 38 211 / 0.9) !important;
}

.border-r-fuchsia-600\/95 {
  border-right-color: rgb(192 38 211 / 0.95) !important;
}

.border-r-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-700\/0 {
  border-right-color: rgb(162 28 175 / 0) !important;
}

.border-r-fuchsia-700\/10 {
  border-right-color: rgb(162 28 175 / 0.1) !important;
}

.border-r-fuchsia-700\/100 {
  border-right-color: rgb(162 28 175 / 1) !important;
}

.border-r-fuchsia-700\/15 {
  border-right-color: rgb(162 28 175 / 0.15) !important;
}

.border-r-fuchsia-700\/20 {
  border-right-color: rgb(162 28 175 / 0.2) !important;
}

.border-r-fuchsia-700\/25 {
  border-right-color: rgb(162 28 175 / 0.25) !important;
}

.border-r-fuchsia-700\/30 {
  border-right-color: rgb(162 28 175 / 0.3) !important;
}

.border-r-fuchsia-700\/35 {
  border-right-color: rgb(162 28 175 / 0.35) !important;
}

.border-r-fuchsia-700\/40 {
  border-right-color: rgb(162 28 175 / 0.4) !important;
}

.border-r-fuchsia-700\/45 {
  border-right-color: rgb(162 28 175 / 0.45) !important;
}

.border-r-fuchsia-700\/5 {
  border-right-color: rgb(162 28 175 / 0.05) !important;
}

.border-r-fuchsia-700\/50 {
  border-right-color: rgb(162 28 175 / 0.5) !important;
}

.border-r-fuchsia-700\/55 {
  border-right-color: rgb(162 28 175 / 0.55) !important;
}

.border-r-fuchsia-700\/60 {
  border-right-color: rgb(162 28 175 / 0.6) !important;
}

.border-r-fuchsia-700\/65 {
  border-right-color: rgb(162 28 175 / 0.65) !important;
}

.border-r-fuchsia-700\/70 {
  border-right-color: rgb(162 28 175 / 0.7) !important;
}

.border-r-fuchsia-700\/75 {
  border-right-color: rgb(162 28 175 / 0.75) !important;
}

.border-r-fuchsia-700\/80 {
  border-right-color: rgb(162 28 175 / 0.8) !important;
}

.border-r-fuchsia-700\/85 {
  border-right-color: rgb(162 28 175 / 0.85) !important;
}

.border-r-fuchsia-700\/90 {
  border-right-color: rgb(162 28 175 / 0.9) !important;
}

.border-r-fuchsia-700\/95 {
  border-right-color: rgb(162 28 175 / 0.95) !important;
}

.border-r-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-800\/0 {
  border-right-color: rgb(134 25 143 / 0) !important;
}

.border-r-fuchsia-800\/10 {
  border-right-color: rgb(134 25 143 / 0.1) !important;
}

.border-r-fuchsia-800\/100 {
  border-right-color: rgb(134 25 143 / 1) !important;
}

.border-r-fuchsia-800\/15 {
  border-right-color: rgb(134 25 143 / 0.15) !important;
}

.border-r-fuchsia-800\/20 {
  border-right-color: rgb(134 25 143 / 0.2) !important;
}

.border-r-fuchsia-800\/25 {
  border-right-color: rgb(134 25 143 / 0.25) !important;
}

.border-r-fuchsia-800\/30 {
  border-right-color: rgb(134 25 143 / 0.3) !important;
}

.border-r-fuchsia-800\/35 {
  border-right-color: rgb(134 25 143 / 0.35) !important;
}

.border-r-fuchsia-800\/40 {
  border-right-color: rgb(134 25 143 / 0.4) !important;
}

.border-r-fuchsia-800\/45 {
  border-right-color: rgb(134 25 143 / 0.45) !important;
}

.border-r-fuchsia-800\/5 {
  border-right-color: rgb(134 25 143 / 0.05) !important;
}

.border-r-fuchsia-800\/50 {
  border-right-color: rgb(134 25 143 / 0.5) !important;
}

.border-r-fuchsia-800\/55 {
  border-right-color: rgb(134 25 143 / 0.55) !important;
}

.border-r-fuchsia-800\/60 {
  border-right-color: rgb(134 25 143 / 0.6) !important;
}

.border-r-fuchsia-800\/65 {
  border-right-color: rgb(134 25 143 / 0.65) !important;
}

.border-r-fuchsia-800\/70 {
  border-right-color: rgb(134 25 143 / 0.7) !important;
}

.border-r-fuchsia-800\/75 {
  border-right-color: rgb(134 25 143 / 0.75) !important;
}

.border-r-fuchsia-800\/80 {
  border-right-color: rgb(134 25 143 / 0.8) !important;
}

.border-r-fuchsia-800\/85 {
  border-right-color: rgb(134 25 143 / 0.85) !important;
}

.border-r-fuchsia-800\/90 {
  border-right-color: rgb(134 25 143 / 0.9) !important;
}

.border-r-fuchsia-800\/95 {
  border-right-color: rgb(134 25 143 / 0.95) !important;
}

.border-r-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-900\/0 {
  border-right-color: rgb(112 26 117 / 0) !important;
}

.border-r-fuchsia-900\/10 {
  border-right-color: rgb(112 26 117 / 0.1) !important;
}

.border-r-fuchsia-900\/100 {
  border-right-color: rgb(112 26 117 / 1) !important;
}

.border-r-fuchsia-900\/15 {
  border-right-color: rgb(112 26 117 / 0.15) !important;
}

.border-r-fuchsia-900\/20 {
  border-right-color: rgb(112 26 117 / 0.2) !important;
}

.border-r-fuchsia-900\/25 {
  border-right-color: rgb(112 26 117 / 0.25) !important;
}

.border-r-fuchsia-900\/30 {
  border-right-color: rgb(112 26 117 / 0.3) !important;
}

.border-r-fuchsia-900\/35 {
  border-right-color: rgb(112 26 117 / 0.35) !important;
}

.border-r-fuchsia-900\/40 {
  border-right-color: rgb(112 26 117 / 0.4) !important;
}

.border-r-fuchsia-900\/45 {
  border-right-color: rgb(112 26 117 / 0.45) !important;
}

.border-r-fuchsia-900\/5 {
  border-right-color: rgb(112 26 117 / 0.05) !important;
}

.border-r-fuchsia-900\/50 {
  border-right-color: rgb(112 26 117 / 0.5) !important;
}

.border-r-fuchsia-900\/55 {
  border-right-color: rgb(112 26 117 / 0.55) !important;
}

.border-r-fuchsia-900\/60 {
  border-right-color: rgb(112 26 117 / 0.6) !important;
}

.border-r-fuchsia-900\/65 {
  border-right-color: rgb(112 26 117 / 0.65) !important;
}

.border-r-fuchsia-900\/70 {
  border-right-color: rgb(112 26 117 / 0.7) !important;
}

.border-r-fuchsia-900\/75 {
  border-right-color: rgb(112 26 117 / 0.75) !important;
}

.border-r-fuchsia-900\/80 {
  border-right-color: rgb(112 26 117 / 0.8) !important;
}

.border-r-fuchsia-900\/85 {
  border-right-color: rgb(112 26 117 / 0.85) !important;
}

.border-r-fuchsia-900\/90 {
  border-right-color: rgb(112 26 117 / 0.9) !important;
}

.border-r-fuchsia-900\/95 {
  border-right-color: rgb(112 26 117 / 0.95) !important;
}

.border-r-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-r-fuchsia-950\/0 {
  border-right-color: rgb(74 4 78 / 0) !important;
}

.border-r-fuchsia-950\/10 {
  border-right-color: rgb(74 4 78 / 0.1) !important;
}

.border-r-fuchsia-950\/100 {
  border-right-color: rgb(74 4 78 / 1) !important;
}

.border-r-fuchsia-950\/15 {
  border-right-color: rgb(74 4 78 / 0.15) !important;
}

.border-r-fuchsia-950\/20 {
  border-right-color: rgb(74 4 78 / 0.2) !important;
}

.border-r-fuchsia-950\/25 {
  border-right-color: rgb(74 4 78 / 0.25) !important;
}

.border-r-fuchsia-950\/30 {
  border-right-color: rgb(74 4 78 / 0.3) !important;
}

.border-r-fuchsia-950\/35 {
  border-right-color: rgb(74 4 78 / 0.35) !important;
}

.border-r-fuchsia-950\/40 {
  border-right-color: rgb(74 4 78 / 0.4) !important;
}

.border-r-fuchsia-950\/45 {
  border-right-color: rgb(74 4 78 / 0.45) !important;
}

.border-r-fuchsia-950\/5 {
  border-right-color: rgb(74 4 78 / 0.05) !important;
}

.border-r-fuchsia-950\/50 {
  border-right-color: rgb(74 4 78 / 0.5) !important;
}

.border-r-fuchsia-950\/55 {
  border-right-color: rgb(74 4 78 / 0.55) !important;
}

.border-r-fuchsia-950\/60 {
  border-right-color: rgb(74 4 78 / 0.6) !important;
}

.border-r-fuchsia-950\/65 {
  border-right-color: rgb(74 4 78 / 0.65) !important;
}

.border-r-fuchsia-950\/70 {
  border-right-color: rgb(74 4 78 / 0.7) !important;
}

.border-r-fuchsia-950\/75 {
  border-right-color: rgb(74 4 78 / 0.75) !important;
}

.border-r-fuchsia-950\/80 {
  border-right-color: rgb(74 4 78 / 0.8) !important;
}

.border-r-fuchsia-950\/85 {
  border-right-color: rgb(74 4 78 / 0.85) !important;
}

.border-r-fuchsia-950\/90 {
  border-right-color: rgb(74 4 78 / 0.9) !important;
}

.border-r-fuchsia-950\/95 {
  border-right-color: rgb(74 4 78 / 0.95) !important;
}

.border-r-gray-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-100\/0 {
  border-right-color: rgb(243 244 246 / 0) !important;
}

.border-r-gray-100\/10 {
  border-right-color: rgb(243 244 246 / 0.1) !important;
}

.border-r-gray-100\/100 {
  border-right-color: rgb(243 244 246 / 1) !important;
}

.border-r-gray-100\/15 {
  border-right-color: rgb(243 244 246 / 0.15) !important;
}

.border-r-gray-100\/20 {
  border-right-color: rgb(243 244 246 / 0.2) !important;
}

.border-r-gray-100\/25 {
  border-right-color: rgb(243 244 246 / 0.25) !important;
}

.border-r-gray-100\/30 {
  border-right-color: rgb(243 244 246 / 0.3) !important;
}

.border-r-gray-100\/35 {
  border-right-color: rgb(243 244 246 / 0.35) !important;
}

.border-r-gray-100\/40 {
  border-right-color: rgb(243 244 246 / 0.4) !important;
}

.border-r-gray-100\/45 {
  border-right-color: rgb(243 244 246 / 0.45) !important;
}

.border-r-gray-100\/5 {
  border-right-color: rgb(243 244 246 / 0.05) !important;
}

.border-r-gray-100\/50 {
  border-right-color: rgb(243 244 246 / 0.5) !important;
}

.border-r-gray-100\/55 {
  border-right-color: rgb(243 244 246 / 0.55) !important;
}

.border-r-gray-100\/60 {
  border-right-color: rgb(243 244 246 / 0.6) !important;
}

.border-r-gray-100\/65 {
  border-right-color: rgb(243 244 246 / 0.65) !important;
}

.border-r-gray-100\/70 {
  border-right-color: rgb(243 244 246 / 0.7) !important;
}

.border-r-gray-100\/75 {
  border-right-color: rgb(243 244 246 / 0.75) !important;
}

.border-r-gray-100\/80 {
  border-right-color: rgb(243 244 246 / 0.8) !important;
}

.border-r-gray-100\/85 {
  border-right-color: rgb(243 244 246 / 0.85) !important;
}

.border-r-gray-100\/90 {
  border-right-color: rgb(243 244 246 / 0.9) !important;
}

.border-r-gray-100\/95 {
  border-right-color: rgb(243 244 246 / 0.95) !important;
}

.border-r-gray-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-200\/0 {
  border-right-color: rgb(229 231 235 / 0) !important;
}

.border-r-gray-200\/10 {
  border-right-color: rgb(229 231 235 / 0.1) !important;
}

.border-r-gray-200\/100 {
  border-right-color: rgb(229 231 235 / 1) !important;
}

.border-r-gray-200\/15 {
  border-right-color: rgb(229 231 235 / 0.15) !important;
}

.border-r-gray-200\/20 {
  border-right-color: rgb(229 231 235 / 0.2) !important;
}

.border-r-gray-200\/25 {
  border-right-color: rgb(229 231 235 / 0.25) !important;
}

.border-r-gray-200\/30 {
  border-right-color: rgb(229 231 235 / 0.3) !important;
}

.border-r-gray-200\/35 {
  border-right-color: rgb(229 231 235 / 0.35) !important;
}

.border-r-gray-200\/40 {
  border-right-color: rgb(229 231 235 / 0.4) !important;
}

.border-r-gray-200\/45 {
  border-right-color: rgb(229 231 235 / 0.45) !important;
}

.border-r-gray-200\/5 {
  border-right-color: rgb(229 231 235 / 0.05) !important;
}

.border-r-gray-200\/50 {
  border-right-color: rgb(229 231 235 / 0.5) !important;
}

.border-r-gray-200\/55 {
  border-right-color: rgb(229 231 235 / 0.55) !important;
}

.border-r-gray-200\/60 {
  border-right-color: rgb(229 231 235 / 0.6) !important;
}

.border-r-gray-200\/65 {
  border-right-color: rgb(229 231 235 / 0.65) !important;
}

.border-r-gray-200\/70 {
  border-right-color: rgb(229 231 235 / 0.7) !important;
}

.border-r-gray-200\/75 {
  border-right-color: rgb(229 231 235 / 0.75) !important;
}

.border-r-gray-200\/80 {
  border-right-color: rgb(229 231 235 / 0.8) !important;
}

.border-r-gray-200\/85 {
  border-right-color: rgb(229 231 235 / 0.85) !important;
}

.border-r-gray-200\/90 {
  border-right-color: rgb(229 231 235 / 0.9) !important;
}

.border-r-gray-200\/95 {
  border-right-color: rgb(229 231 235 / 0.95) !important;
}

.border-r-gray-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-300\/0 {
  border-right-color: rgb(209 213 219 / 0) !important;
}

.border-r-gray-300\/10 {
  border-right-color: rgb(209 213 219 / 0.1) !important;
}

.border-r-gray-300\/100 {
  border-right-color: rgb(209 213 219 / 1) !important;
}

.border-r-gray-300\/15 {
  border-right-color: rgb(209 213 219 / 0.15) !important;
}

.border-r-gray-300\/20 {
  border-right-color: rgb(209 213 219 / 0.2) !important;
}

.border-r-gray-300\/25 {
  border-right-color: rgb(209 213 219 / 0.25) !important;
}

.border-r-gray-300\/30 {
  border-right-color: rgb(209 213 219 / 0.3) !important;
}

.border-r-gray-300\/35 {
  border-right-color: rgb(209 213 219 / 0.35) !important;
}

.border-r-gray-300\/40 {
  border-right-color: rgb(209 213 219 / 0.4) !important;
}

.border-r-gray-300\/45 {
  border-right-color: rgb(209 213 219 / 0.45) !important;
}

.border-r-gray-300\/5 {
  border-right-color: rgb(209 213 219 / 0.05) !important;
}

.border-r-gray-300\/50 {
  border-right-color: rgb(209 213 219 / 0.5) !important;
}

.border-r-gray-300\/55 {
  border-right-color: rgb(209 213 219 / 0.55) !important;
}

.border-r-gray-300\/60 {
  border-right-color: rgb(209 213 219 / 0.6) !important;
}

.border-r-gray-300\/65 {
  border-right-color: rgb(209 213 219 / 0.65) !important;
}

.border-r-gray-300\/70 {
  border-right-color: rgb(209 213 219 / 0.7) !important;
}

.border-r-gray-300\/75 {
  border-right-color: rgb(209 213 219 / 0.75) !important;
}

.border-r-gray-300\/80 {
  border-right-color: rgb(209 213 219 / 0.8) !important;
}

.border-r-gray-300\/85 {
  border-right-color: rgb(209 213 219 / 0.85) !important;
}

.border-r-gray-300\/90 {
  border-right-color: rgb(209 213 219 / 0.9) !important;
}

.border-r-gray-300\/95 {
  border-right-color: rgb(209 213 219 / 0.95) !important;
}

.border-r-gray-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-400\/0 {
  border-right-color: rgb(156 163 175 / 0) !important;
}

.border-r-gray-400\/10 {
  border-right-color: rgb(156 163 175 / 0.1) !important;
}

.border-r-gray-400\/100 {
  border-right-color: rgb(156 163 175 / 1) !important;
}

.border-r-gray-400\/15 {
  border-right-color: rgb(156 163 175 / 0.15) !important;
}

.border-r-gray-400\/20 {
  border-right-color: rgb(156 163 175 / 0.2) !important;
}

.border-r-gray-400\/25 {
  border-right-color: rgb(156 163 175 / 0.25) !important;
}

.border-r-gray-400\/30 {
  border-right-color: rgb(156 163 175 / 0.3) !important;
}

.border-r-gray-400\/35 {
  border-right-color: rgb(156 163 175 / 0.35) !important;
}

.border-r-gray-400\/40 {
  border-right-color: rgb(156 163 175 / 0.4) !important;
}

.border-r-gray-400\/45 {
  border-right-color: rgb(156 163 175 / 0.45) !important;
}

.border-r-gray-400\/5 {
  border-right-color: rgb(156 163 175 / 0.05) !important;
}

.border-r-gray-400\/50 {
  border-right-color: rgb(156 163 175 / 0.5) !important;
}

.border-r-gray-400\/55 {
  border-right-color: rgb(156 163 175 / 0.55) !important;
}

.border-r-gray-400\/60 {
  border-right-color: rgb(156 163 175 / 0.6) !important;
}

.border-r-gray-400\/65 {
  border-right-color: rgb(156 163 175 / 0.65) !important;
}

.border-r-gray-400\/70 {
  border-right-color: rgb(156 163 175 / 0.7) !important;
}

.border-r-gray-400\/75 {
  border-right-color: rgb(156 163 175 / 0.75) !important;
}

.border-r-gray-400\/80 {
  border-right-color: rgb(156 163 175 / 0.8) !important;
}

.border-r-gray-400\/85 {
  border-right-color: rgb(156 163 175 / 0.85) !important;
}

.border-r-gray-400\/90 {
  border-right-color: rgb(156 163 175 / 0.9) !important;
}

.border-r-gray-400\/95 {
  border-right-color: rgb(156 163 175 / 0.95) !important;
}

.border-r-gray-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-50\/0 {
  border-right-color: rgb(249 250 251 / 0) !important;
}

.border-r-gray-50\/10 {
  border-right-color: rgb(249 250 251 / 0.1) !important;
}

.border-r-gray-50\/100 {
  border-right-color: rgb(249 250 251 / 1) !important;
}

.border-r-gray-50\/15 {
  border-right-color: rgb(249 250 251 / 0.15) !important;
}

.border-r-gray-50\/20 {
  border-right-color: rgb(249 250 251 / 0.2) !important;
}

.border-r-gray-50\/25 {
  border-right-color: rgb(249 250 251 / 0.25) !important;
}

.border-r-gray-50\/30 {
  border-right-color: rgb(249 250 251 / 0.3) !important;
}

.border-r-gray-50\/35 {
  border-right-color: rgb(249 250 251 / 0.35) !important;
}

.border-r-gray-50\/40 {
  border-right-color: rgb(249 250 251 / 0.4) !important;
}

.border-r-gray-50\/45 {
  border-right-color: rgb(249 250 251 / 0.45) !important;
}

.border-r-gray-50\/5 {
  border-right-color: rgb(249 250 251 / 0.05) !important;
}

.border-r-gray-50\/50 {
  border-right-color: rgb(249 250 251 / 0.5) !important;
}

.border-r-gray-50\/55 {
  border-right-color: rgb(249 250 251 / 0.55) !important;
}

.border-r-gray-50\/60 {
  border-right-color: rgb(249 250 251 / 0.6) !important;
}

.border-r-gray-50\/65 {
  border-right-color: rgb(249 250 251 / 0.65) !important;
}

.border-r-gray-50\/70 {
  border-right-color: rgb(249 250 251 / 0.7) !important;
}

.border-r-gray-50\/75 {
  border-right-color: rgb(249 250 251 / 0.75) !important;
}

.border-r-gray-50\/80 {
  border-right-color: rgb(249 250 251 / 0.8) !important;
}

.border-r-gray-50\/85 {
  border-right-color: rgb(249 250 251 / 0.85) !important;
}

.border-r-gray-50\/90 {
  border-right-color: rgb(249 250 251 / 0.9) !important;
}

.border-r-gray-50\/95 {
  border-right-color: rgb(249 250 251 / 0.95) !important;
}

.border-r-gray-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-500\/0 {
  border-right-color: rgb(107 114 128 / 0) !important;
}

.border-r-gray-500\/10 {
  border-right-color: rgb(107 114 128 / 0.1) !important;
}

.border-r-gray-500\/100 {
  border-right-color: rgb(107 114 128 / 1) !important;
}

.border-r-gray-500\/15 {
  border-right-color: rgb(107 114 128 / 0.15) !important;
}

.border-r-gray-500\/20 {
  border-right-color: rgb(107 114 128 / 0.2) !important;
}

.border-r-gray-500\/25 {
  border-right-color: rgb(107 114 128 / 0.25) !important;
}

.border-r-gray-500\/30 {
  border-right-color: rgb(107 114 128 / 0.3) !important;
}

.border-r-gray-500\/35 {
  border-right-color: rgb(107 114 128 / 0.35) !important;
}

.border-r-gray-500\/40 {
  border-right-color: rgb(107 114 128 / 0.4) !important;
}

.border-r-gray-500\/45 {
  border-right-color: rgb(107 114 128 / 0.45) !important;
}

.border-r-gray-500\/5 {
  border-right-color: rgb(107 114 128 / 0.05) !important;
}

.border-r-gray-500\/50 {
  border-right-color: rgb(107 114 128 / 0.5) !important;
}

.border-r-gray-500\/55 {
  border-right-color: rgb(107 114 128 / 0.55) !important;
}

.border-r-gray-500\/60 {
  border-right-color: rgb(107 114 128 / 0.6) !important;
}

.border-r-gray-500\/65 {
  border-right-color: rgb(107 114 128 / 0.65) !important;
}

.border-r-gray-500\/70 {
  border-right-color: rgb(107 114 128 / 0.7) !important;
}

.border-r-gray-500\/75 {
  border-right-color: rgb(107 114 128 / 0.75) !important;
}

.border-r-gray-500\/80 {
  border-right-color: rgb(107 114 128 / 0.8) !important;
}

.border-r-gray-500\/85 {
  border-right-color: rgb(107 114 128 / 0.85) !important;
}

.border-r-gray-500\/90 {
  border-right-color: rgb(107 114 128 / 0.9) !important;
}

.border-r-gray-500\/95 {
  border-right-color: rgb(107 114 128 / 0.95) !important;
}

.border-r-gray-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-600\/0 {
  border-right-color: rgb(75 85 99 / 0) !important;
}

.border-r-gray-600\/10 {
  border-right-color: rgb(75 85 99 / 0.1) !important;
}

.border-r-gray-600\/100 {
  border-right-color: rgb(75 85 99 / 1) !important;
}

.border-r-gray-600\/15 {
  border-right-color: rgb(75 85 99 / 0.15) !important;
}

.border-r-gray-600\/20 {
  border-right-color: rgb(75 85 99 / 0.2) !important;
}

.border-r-gray-600\/25 {
  border-right-color: rgb(75 85 99 / 0.25) !important;
}

.border-r-gray-600\/30 {
  border-right-color: rgb(75 85 99 / 0.3) !important;
}

.border-r-gray-600\/35 {
  border-right-color: rgb(75 85 99 / 0.35) !important;
}

.border-r-gray-600\/40 {
  border-right-color: rgb(75 85 99 / 0.4) !important;
}

.border-r-gray-600\/45 {
  border-right-color: rgb(75 85 99 / 0.45) !important;
}

.border-r-gray-600\/5 {
  border-right-color: rgb(75 85 99 / 0.05) !important;
}

.border-r-gray-600\/50 {
  border-right-color: rgb(75 85 99 / 0.5) !important;
}

.border-r-gray-600\/55 {
  border-right-color: rgb(75 85 99 / 0.55) !important;
}

.border-r-gray-600\/60 {
  border-right-color: rgb(75 85 99 / 0.6) !important;
}

.border-r-gray-600\/65 {
  border-right-color: rgb(75 85 99 / 0.65) !important;
}

.border-r-gray-600\/70 {
  border-right-color: rgb(75 85 99 / 0.7) !important;
}

.border-r-gray-600\/75 {
  border-right-color: rgb(75 85 99 / 0.75) !important;
}

.border-r-gray-600\/80 {
  border-right-color: rgb(75 85 99 / 0.8) !important;
}

.border-r-gray-600\/85 {
  border-right-color: rgb(75 85 99 / 0.85) !important;
}

.border-r-gray-600\/90 {
  border-right-color: rgb(75 85 99 / 0.9) !important;
}

.border-r-gray-600\/95 {
  border-right-color: rgb(75 85 99 / 0.95) !important;
}

.border-r-gray-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-700\/0 {
  border-right-color: rgb(55 65 81 / 0) !important;
}

.border-r-gray-700\/10 {
  border-right-color: rgb(55 65 81 / 0.1) !important;
}

.border-r-gray-700\/100 {
  border-right-color: rgb(55 65 81 / 1) !important;
}

.border-r-gray-700\/15 {
  border-right-color: rgb(55 65 81 / 0.15) !important;
}

.border-r-gray-700\/20 {
  border-right-color: rgb(55 65 81 / 0.2) !important;
}

.border-r-gray-700\/25 {
  border-right-color: rgb(55 65 81 / 0.25) !important;
}

.border-r-gray-700\/30 {
  border-right-color: rgb(55 65 81 / 0.3) !important;
}

.border-r-gray-700\/35 {
  border-right-color: rgb(55 65 81 / 0.35) !important;
}

.border-r-gray-700\/40 {
  border-right-color: rgb(55 65 81 / 0.4) !important;
}

.border-r-gray-700\/45 {
  border-right-color: rgb(55 65 81 / 0.45) !important;
}

.border-r-gray-700\/5 {
  border-right-color: rgb(55 65 81 / 0.05) !important;
}

.border-r-gray-700\/50 {
  border-right-color: rgb(55 65 81 / 0.5) !important;
}

.border-r-gray-700\/55 {
  border-right-color: rgb(55 65 81 / 0.55) !important;
}

.border-r-gray-700\/60 {
  border-right-color: rgb(55 65 81 / 0.6) !important;
}

.border-r-gray-700\/65 {
  border-right-color: rgb(55 65 81 / 0.65) !important;
}

.border-r-gray-700\/70 {
  border-right-color: rgb(55 65 81 / 0.7) !important;
}

.border-r-gray-700\/75 {
  border-right-color: rgb(55 65 81 / 0.75) !important;
}

.border-r-gray-700\/80 {
  border-right-color: rgb(55 65 81 / 0.8) !important;
}

.border-r-gray-700\/85 {
  border-right-color: rgb(55 65 81 / 0.85) !important;
}

.border-r-gray-700\/90 {
  border-right-color: rgb(55 65 81 / 0.9) !important;
}

.border-r-gray-700\/95 {
  border-right-color: rgb(55 65 81 / 0.95) !important;
}

.border-r-gray-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-800\/0 {
  border-right-color: rgb(31 41 55 / 0) !important;
}

.border-r-gray-800\/10 {
  border-right-color: rgb(31 41 55 / 0.1) !important;
}

.border-r-gray-800\/100 {
  border-right-color: rgb(31 41 55 / 1) !important;
}

.border-r-gray-800\/15 {
  border-right-color: rgb(31 41 55 / 0.15) !important;
}

.border-r-gray-800\/20 {
  border-right-color: rgb(31 41 55 / 0.2) !important;
}

.border-r-gray-800\/25 {
  border-right-color: rgb(31 41 55 / 0.25) !important;
}

.border-r-gray-800\/30 {
  border-right-color: rgb(31 41 55 / 0.3) !important;
}

.border-r-gray-800\/35 {
  border-right-color: rgb(31 41 55 / 0.35) !important;
}

.border-r-gray-800\/40 {
  border-right-color: rgb(31 41 55 / 0.4) !important;
}

.border-r-gray-800\/45 {
  border-right-color: rgb(31 41 55 / 0.45) !important;
}

.border-r-gray-800\/5 {
  border-right-color: rgb(31 41 55 / 0.05) !important;
}

.border-r-gray-800\/50 {
  border-right-color: rgb(31 41 55 / 0.5) !important;
}

.border-r-gray-800\/55 {
  border-right-color: rgb(31 41 55 / 0.55) !important;
}

.border-r-gray-800\/60 {
  border-right-color: rgb(31 41 55 / 0.6) !important;
}

.border-r-gray-800\/65 {
  border-right-color: rgb(31 41 55 / 0.65) !important;
}

.border-r-gray-800\/70 {
  border-right-color: rgb(31 41 55 / 0.7) !important;
}

.border-r-gray-800\/75 {
  border-right-color: rgb(31 41 55 / 0.75) !important;
}

.border-r-gray-800\/80 {
  border-right-color: rgb(31 41 55 / 0.8) !important;
}

.border-r-gray-800\/85 {
  border-right-color: rgb(31 41 55 / 0.85) !important;
}

.border-r-gray-800\/90 {
  border-right-color: rgb(31 41 55 / 0.9) !important;
}

.border-r-gray-800\/95 {
  border-right-color: rgb(31 41 55 / 0.95) !important;
}

.border-r-gray-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-900\/0 {
  border-right-color: rgb(17 24 39 / 0) !important;
}

.border-r-gray-900\/10 {
  border-right-color: rgb(17 24 39 / 0.1) !important;
}

.border-r-gray-900\/100 {
  border-right-color: rgb(17 24 39 / 1) !important;
}

.border-r-gray-900\/15 {
  border-right-color: rgb(17 24 39 / 0.15) !important;
}

.border-r-gray-900\/20 {
  border-right-color: rgb(17 24 39 / 0.2) !important;
}

.border-r-gray-900\/25 {
  border-right-color: rgb(17 24 39 / 0.25) !important;
}

.border-r-gray-900\/30 {
  border-right-color: rgb(17 24 39 / 0.3) !important;
}

.border-r-gray-900\/35 {
  border-right-color: rgb(17 24 39 / 0.35) !important;
}

.border-r-gray-900\/40 {
  border-right-color: rgb(17 24 39 / 0.4) !important;
}

.border-r-gray-900\/45 {
  border-right-color: rgb(17 24 39 / 0.45) !important;
}

.border-r-gray-900\/5 {
  border-right-color: rgb(17 24 39 / 0.05) !important;
}

.border-r-gray-900\/50 {
  border-right-color: rgb(17 24 39 / 0.5) !important;
}

.border-r-gray-900\/55 {
  border-right-color: rgb(17 24 39 / 0.55) !important;
}

.border-r-gray-900\/60 {
  border-right-color: rgb(17 24 39 / 0.6) !important;
}

.border-r-gray-900\/65 {
  border-right-color: rgb(17 24 39 / 0.65) !important;
}

.border-r-gray-900\/70 {
  border-right-color: rgb(17 24 39 / 0.7) !important;
}

.border-r-gray-900\/75 {
  border-right-color: rgb(17 24 39 / 0.75) !important;
}

.border-r-gray-900\/80 {
  border-right-color: rgb(17 24 39 / 0.8) !important;
}

.border-r-gray-900\/85 {
  border-right-color: rgb(17 24 39 / 0.85) !important;
}

.border-r-gray-900\/90 {
  border-right-color: rgb(17 24 39 / 0.9) !important;
}

.border-r-gray-900\/95 {
  border-right-color: rgb(17 24 39 / 0.95) !important;
}

.border-r-gray-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-r-gray-950\/0 {
  border-right-color: rgb(3 7 18 / 0) !important;
}

.border-r-gray-950\/10 {
  border-right-color: rgb(3 7 18 / 0.1) !important;
}

.border-r-gray-950\/100 {
  border-right-color: rgb(3 7 18 / 1) !important;
}

.border-r-gray-950\/15 {
  border-right-color: rgb(3 7 18 / 0.15) !important;
}

.border-r-gray-950\/20 {
  border-right-color: rgb(3 7 18 / 0.2) !important;
}

.border-r-gray-950\/25 {
  border-right-color: rgb(3 7 18 / 0.25) !important;
}

.border-r-gray-950\/30 {
  border-right-color: rgb(3 7 18 / 0.3) !important;
}

.border-r-gray-950\/35 {
  border-right-color: rgb(3 7 18 / 0.35) !important;
}

.border-r-gray-950\/40 {
  border-right-color: rgb(3 7 18 / 0.4) !important;
}

.border-r-gray-950\/45 {
  border-right-color: rgb(3 7 18 / 0.45) !important;
}

.border-r-gray-950\/5 {
  border-right-color: rgb(3 7 18 / 0.05) !important;
}

.border-r-gray-950\/50 {
  border-right-color: rgb(3 7 18 / 0.5) !important;
}

.border-r-gray-950\/55 {
  border-right-color: rgb(3 7 18 / 0.55) !important;
}

.border-r-gray-950\/60 {
  border-right-color: rgb(3 7 18 / 0.6) !important;
}

.border-r-gray-950\/65 {
  border-right-color: rgb(3 7 18 / 0.65) !important;
}

.border-r-gray-950\/70 {
  border-right-color: rgb(3 7 18 / 0.7) !important;
}

.border-r-gray-950\/75 {
  border-right-color: rgb(3 7 18 / 0.75) !important;
}

.border-r-gray-950\/80 {
  border-right-color: rgb(3 7 18 / 0.8) !important;
}

.border-r-gray-950\/85 {
  border-right-color: rgb(3 7 18 / 0.85) !important;
}

.border-r-gray-950\/90 {
  border-right-color: rgb(3 7 18 / 0.9) !important;
}

.border-r-gray-950\/95 {
  border-right-color: rgb(3 7 18 / 0.95) !important;
}

.border-r-green-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-100\/0 {
  border-right-color: rgb(220 252 231 / 0) !important;
}

.border-r-green-100\/10 {
  border-right-color: rgb(220 252 231 / 0.1) !important;
}

.border-r-green-100\/100 {
  border-right-color: rgb(220 252 231 / 1) !important;
}

.border-r-green-100\/15 {
  border-right-color: rgb(220 252 231 / 0.15) !important;
}

.border-r-green-100\/20 {
  border-right-color: rgb(220 252 231 / 0.2) !important;
}

.border-r-green-100\/25 {
  border-right-color: rgb(220 252 231 / 0.25) !important;
}

.border-r-green-100\/30 {
  border-right-color: rgb(220 252 231 / 0.3) !important;
}

.border-r-green-100\/35 {
  border-right-color: rgb(220 252 231 / 0.35) !important;
}

.border-r-green-100\/40 {
  border-right-color: rgb(220 252 231 / 0.4) !important;
}

.border-r-green-100\/45 {
  border-right-color: rgb(220 252 231 / 0.45) !important;
}

.border-r-green-100\/5 {
  border-right-color: rgb(220 252 231 / 0.05) !important;
}

.border-r-green-100\/50 {
  border-right-color: rgb(220 252 231 / 0.5) !important;
}

.border-r-green-100\/55 {
  border-right-color: rgb(220 252 231 / 0.55) !important;
}

.border-r-green-100\/60 {
  border-right-color: rgb(220 252 231 / 0.6) !important;
}

.border-r-green-100\/65 {
  border-right-color: rgb(220 252 231 / 0.65) !important;
}

.border-r-green-100\/70 {
  border-right-color: rgb(220 252 231 / 0.7) !important;
}

.border-r-green-100\/75 {
  border-right-color: rgb(220 252 231 / 0.75) !important;
}

.border-r-green-100\/80 {
  border-right-color: rgb(220 252 231 / 0.8) !important;
}

.border-r-green-100\/85 {
  border-right-color: rgb(220 252 231 / 0.85) !important;
}

.border-r-green-100\/90 {
  border-right-color: rgb(220 252 231 / 0.9) !important;
}

.border-r-green-100\/95 {
  border-right-color: rgb(220 252 231 / 0.95) !important;
}

.border-r-green-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-200\/0 {
  border-right-color: rgb(187 247 208 / 0) !important;
}

.border-r-green-200\/10 {
  border-right-color: rgb(187 247 208 / 0.1) !important;
}

.border-r-green-200\/100 {
  border-right-color: rgb(187 247 208 / 1) !important;
}

.border-r-green-200\/15 {
  border-right-color: rgb(187 247 208 / 0.15) !important;
}

.border-r-green-200\/20 {
  border-right-color: rgb(187 247 208 / 0.2) !important;
}

.border-r-green-200\/25 {
  border-right-color: rgb(187 247 208 / 0.25) !important;
}

.border-r-green-200\/30 {
  border-right-color: rgb(187 247 208 / 0.3) !important;
}

.border-r-green-200\/35 {
  border-right-color: rgb(187 247 208 / 0.35) !important;
}

.border-r-green-200\/40 {
  border-right-color: rgb(187 247 208 / 0.4) !important;
}

.border-r-green-200\/45 {
  border-right-color: rgb(187 247 208 / 0.45) !important;
}

.border-r-green-200\/5 {
  border-right-color: rgb(187 247 208 / 0.05) !important;
}

.border-r-green-200\/50 {
  border-right-color: rgb(187 247 208 / 0.5) !important;
}

.border-r-green-200\/55 {
  border-right-color: rgb(187 247 208 / 0.55) !important;
}

.border-r-green-200\/60 {
  border-right-color: rgb(187 247 208 / 0.6) !important;
}

.border-r-green-200\/65 {
  border-right-color: rgb(187 247 208 / 0.65) !important;
}

.border-r-green-200\/70 {
  border-right-color: rgb(187 247 208 / 0.7) !important;
}

.border-r-green-200\/75 {
  border-right-color: rgb(187 247 208 / 0.75) !important;
}

.border-r-green-200\/80 {
  border-right-color: rgb(187 247 208 / 0.8) !important;
}

.border-r-green-200\/85 {
  border-right-color: rgb(187 247 208 / 0.85) !important;
}

.border-r-green-200\/90 {
  border-right-color: rgb(187 247 208 / 0.9) !important;
}

.border-r-green-200\/95 {
  border-right-color: rgb(187 247 208 / 0.95) !important;
}

.border-r-green-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-300\/0 {
  border-right-color: rgb(134 239 172 / 0) !important;
}

.border-r-green-300\/10 {
  border-right-color: rgb(134 239 172 / 0.1) !important;
}

.border-r-green-300\/100 {
  border-right-color: rgb(134 239 172 / 1) !important;
}

.border-r-green-300\/15 {
  border-right-color: rgb(134 239 172 / 0.15) !important;
}

.border-r-green-300\/20 {
  border-right-color: rgb(134 239 172 / 0.2) !important;
}

.border-r-green-300\/25 {
  border-right-color: rgb(134 239 172 / 0.25) !important;
}

.border-r-green-300\/30 {
  border-right-color: rgb(134 239 172 / 0.3) !important;
}

.border-r-green-300\/35 {
  border-right-color: rgb(134 239 172 / 0.35) !important;
}

.border-r-green-300\/40 {
  border-right-color: rgb(134 239 172 / 0.4) !important;
}

.border-r-green-300\/45 {
  border-right-color: rgb(134 239 172 / 0.45) !important;
}

.border-r-green-300\/5 {
  border-right-color: rgb(134 239 172 / 0.05) !important;
}

.border-r-green-300\/50 {
  border-right-color: rgb(134 239 172 / 0.5) !important;
}

.border-r-green-300\/55 {
  border-right-color: rgb(134 239 172 / 0.55) !important;
}

.border-r-green-300\/60 {
  border-right-color: rgb(134 239 172 / 0.6) !important;
}

.border-r-green-300\/65 {
  border-right-color: rgb(134 239 172 / 0.65) !important;
}

.border-r-green-300\/70 {
  border-right-color: rgb(134 239 172 / 0.7) !important;
}

.border-r-green-300\/75 {
  border-right-color: rgb(134 239 172 / 0.75) !important;
}

.border-r-green-300\/80 {
  border-right-color: rgb(134 239 172 / 0.8) !important;
}

.border-r-green-300\/85 {
  border-right-color: rgb(134 239 172 / 0.85) !important;
}

.border-r-green-300\/90 {
  border-right-color: rgb(134 239 172 / 0.9) !important;
}

.border-r-green-300\/95 {
  border-right-color: rgb(134 239 172 / 0.95) !important;
}

.border-r-green-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-400\/0 {
  border-right-color: rgb(74 222 128 / 0) !important;
}

.border-r-green-400\/10 {
  border-right-color: rgb(74 222 128 / 0.1) !important;
}

.border-r-green-400\/100 {
  border-right-color: rgb(74 222 128 / 1) !important;
}

.border-r-green-400\/15 {
  border-right-color: rgb(74 222 128 / 0.15) !important;
}

.border-r-green-400\/20 {
  border-right-color: rgb(74 222 128 / 0.2) !important;
}

.border-r-green-400\/25 {
  border-right-color: rgb(74 222 128 / 0.25) !important;
}

.border-r-green-400\/30 {
  border-right-color: rgb(74 222 128 / 0.3) !important;
}

.border-r-green-400\/35 {
  border-right-color: rgb(74 222 128 / 0.35) !important;
}

.border-r-green-400\/40 {
  border-right-color: rgb(74 222 128 / 0.4) !important;
}

.border-r-green-400\/45 {
  border-right-color: rgb(74 222 128 / 0.45) !important;
}

.border-r-green-400\/5 {
  border-right-color: rgb(74 222 128 / 0.05) !important;
}

.border-r-green-400\/50 {
  border-right-color: rgb(74 222 128 / 0.5) !important;
}

.border-r-green-400\/55 {
  border-right-color: rgb(74 222 128 / 0.55) !important;
}

.border-r-green-400\/60 {
  border-right-color: rgb(74 222 128 / 0.6) !important;
}

.border-r-green-400\/65 {
  border-right-color: rgb(74 222 128 / 0.65) !important;
}

.border-r-green-400\/70 {
  border-right-color: rgb(74 222 128 / 0.7) !important;
}

.border-r-green-400\/75 {
  border-right-color: rgb(74 222 128 / 0.75) !important;
}

.border-r-green-400\/80 {
  border-right-color: rgb(74 222 128 / 0.8) !important;
}

.border-r-green-400\/85 {
  border-right-color: rgb(74 222 128 / 0.85) !important;
}

.border-r-green-400\/90 {
  border-right-color: rgb(74 222 128 / 0.9) !important;
}

.border-r-green-400\/95 {
  border-right-color: rgb(74 222 128 / 0.95) !important;
}

.border-r-green-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-50\/0 {
  border-right-color: rgb(240 253 244 / 0) !important;
}

.border-r-green-50\/10 {
  border-right-color: rgb(240 253 244 / 0.1) !important;
}

.border-r-green-50\/100 {
  border-right-color: rgb(240 253 244 / 1) !important;
}

.border-r-green-50\/15 {
  border-right-color: rgb(240 253 244 / 0.15) !important;
}

.border-r-green-50\/20 {
  border-right-color: rgb(240 253 244 / 0.2) !important;
}

.border-r-green-50\/25 {
  border-right-color: rgb(240 253 244 / 0.25) !important;
}

.border-r-green-50\/30 {
  border-right-color: rgb(240 253 244 / 0.3) !important;
}

.border-r-green-50\/35 {
  border-right-color: rgb(240 253 244 / 0.35) !important;
}

.border-r-green-50\/40 {
  border-right-color: rgb(240 253 244 / 0.4) !important;
}

.border-r-green-50\/45 {
  border-right-color: rgb(240 253 244 / 0.45) !important;
}

.border-r-green-50\/5 {
  border-right-color: rgb(240 253 244 / 0.05) !important;
}

.border-r-green-50\/50 {
  border-right-color: rgb(240 253 244 / 0.5) !important;
}

.border-r-green-50\/55 {
  border-right-color: rgb(240 253 244 / 0.55) !important;
}

.border-r-green-50\/60 {
  border-right-color: rgb(240 253 244 / 0.6) !important;
}

.border-r-green-50\/65 {
  border-right-color: rgb(240 253 244 / 0.65) !important;
}

.border-r-green-50\/70 {
  border-right-color: rgb(240 253 244 / 0.7) !important;
}

.border-r-green-50\/75 {
  border-right-color: rgb(240 253 244 / 0.75) !important;
}

.border-r-green-50\/80 {
  border-right-color: rgb(240 253 244 / 0.8) !important;
}

.border-r-green-50\/85 {
  border-right-color: rgb(240 253 244 / 0.85) !important;
}

.border-r-green-50\/90 {
  border-right-color: rgb(240 253 244 / 0.9) !important;
}

.border-r-green-50\/95 {
  border-right-color: rgb(240 253 244 / 0.95) !important;
}

.border-r-green-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-500\/0 {
  border-right-color: rgb(34 197 94 / 0) !important;
}

.border-r-green-500\/10 {
  border-right-color: rgb(34 197 94 / 0.1) !important;
}

.border-r-green-500\/100 {
  border-right-color: rgb(34 197 94 / 1) !important;
}

.border-r-green-500\/15 {
  border-right-color: rgb(34 197 94 / 0.15) !important;
}

.border-r-green-500\/20 {
  border-right-color: rgb(34 197 94 / 0.2) !important;
}

.border-r-green-500\/25 {
  border-right-color: rgb(34 197 94 / 0.25) !important;
}

.border-r-green-500\/30 {
  border-right-color: rgb(34 197 94 / 0.3) !important;
}

.border-r-green-500\/35 {
  border-right-color: rgb(34 197 94 / 0.35) !important;
}

.border-r-green-500\/40 {
  border-right-color: rgb(34 197 94 / 0.4) !important;
}

.border-r-green-500\/45 {
  border-right-color: rgb(34 197 94 / 0.45) !important;
}

.border-r-green-500\/5 {
  border-right-color: rgb(34 197 94 / 0.05) !important;
}

.border-r-green-500\/50 {
  border-right-color: rgb(34 197 94 / 0.5) !important;
}

.border-r-green-500\/55 {
  border-right-color: rgb(34 197 94 / 0.55) !important;
}

.border-r-green-500\/60 {
  border-right-color: rgb(34 197 94 / 0.6) !important;
}

.border-r-green-500\/65 {
  border-right-color: rgb(34 197 94 / 0.65) !important;
}

.border-r-green-500\/70 {
  border-right-color: rgb(34 197 94 / 0.7) !important;
}

.border-r-green-500\/75 {
  border-right-color: rgb(34 197 94 / 0.75) !important;
}

.border-r-green-500\/80 {
  border-right-color: rgb(34 197 94 / 0.8) !important;
}

.border-r-green-500\/85 {
  border-right-color: rgb(34 197 94 / 0.85) !important;
}

.border-r-green-500\/90 {
  border-right-color: rgb(34 197 94 / 0.9) !important;
}

.border-r-green-500\/95 {
  border-right-color: rgb(34 197 94 / 0.95) !important;
}

.border-r-green-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-600\/0 {
  border-right-color: rgb(22 163 74 / 0) !important;
}

.border-r-green-600\/10 {
  border-right-color: rgb(22 163 74 / 0.1) !important;
}

.border-r-green-600\/100 {
  border-right-color: rgb(22 163 74 / 1) !important;
}

.border-r-green-600\/15 {
  border-right-color: rgb(22 163 74 / 0.15) !important;
}

.border-r-green-600\/20 {
  border-right-color: rgb(22 163 74 / 0.2) !important;
}

.border-r-green-600\/25 {
  border-right-color: rgb(22 163 74 / 0.25) !important;
}

.border-r-green-600\/30 {
  border-right-color: rgb(22 163 74 / 0.3) !important;
}

.border-r-green-600\/35 {
  border-right-color: rgb(22 163 74 / 0.35) !important;
}

.border-r-green-600\/40 {
  border-right-color: rgb(22 163 74 / 0.4) !important;
}

.border-r-green-600\/45 {
  border-right-color: rgb(22 163 74 / 0.45) !important;
}

.border-r-green-600\/5 {
  border-right-color: rgb(22 163 74 / 0.05) !important;
}

.border-r-green-600\/50 {
  border-right-color: rgb(22 163 74 / 0.5) !important;
}

.border-r-green-600\/55 {
  border-right-color: rgb(22 163 74 / 0.55) !important;
}

.border-r-green-600\/60 {
  border-right-color: rgb(22 163 74 / 0.6) !important;
}

.border-r-green-600\/65 {
  border-right-color: rgb(22 163 74 / 0.65) !important;
}

.border-r-green-600\/70 {
  border-right-color: rgb(22 163 74 / 0.7) !important;
}

.border-r-green-600\/75 {
  border-right-color: rgb(22 163 74 / 0.75) !important;
}

.border-r-green-600\/80 {
  border-right-color: rgb(22 163 74 / 0.8) !important;
}

.border-r-green-600\/85 {
  border-right-color: rgb(22 163 74 / 0.85) !important;
}

.border-r-green-600\/90 {
  border-right-color: rgb(22 163 74 / 0.9) !important;
}

.border-r-green-600\/95 {
  border-right-color: rgb(22 163 74 / 0.95) !important;
}

.border-r-green-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-700\/0 {
  border-right-color: rgb(21 128 61 / 0) !important;
}

.border-r-green-700\/10 {
  border-right-color: rgb(21 128 61 / 0.1) !important;
}

.border-r-green-700\/100 {
  border-right-color: rgb(21 128 61 / 1) !important;
}

.border-r-green-700\/15 {
  border-right-color: rgb(21 128 61 / 0.15) !important;
}

.border-r-green-700\/20 {
  border-right-color: rgb(21 128 61 / 0.2) !important;
}

.border-r-green-700\/25 {
  border-right-color: rgb(21 128 61 / 0.25) !important;
}

.border-r-green-700\/30 {
  border-right-color: rgb(21 128 61 / 0.3) !important;
}

.border-r-green-700\/35 {
  border-right-color: rgb(21 128 61 / 0.35) !important;
}

.border-r-green-700\/40 {
  border-right-color: rgb(21 128 61 / 0.4) !important;
}

.border-r-green-700\/45 {
  border-right-color: rgb(21 128 61 / 0.45) !important;
}

.border-r-green-700\/5 {
  border-right-color: rgb(21 128 61 / 0.05) !important;
}

.border-r-green-700\/50 {
  border-right-color: rgb(21 128 61 / 0.5) !important;
}

.border-r-green-700\/55 {
  border-right-color: rgb(21 128 61 / 0.55) !important;
}

.border-r-green-700\/60 {
  border-right-color: rgb(21 128 61 / 0.6) !important;
}

.border-r-green-700\/65 {
  border-right-color: rgb(21 128 61 / 0.65) !important;
}

.border-r-green-700\/70 {
  border-right-color: rgb(21 128 61 / 0.7) !important;
}

.border-r-green-700\/75 {
  border-right-color: rgb(21 128 61 / 0.75) !important;
}

.border-r-green-700\/80 {
  border-right-color: rgb(21 128 61 / 0.8) !important;
}

.border-r-green-700\/85 {
  border-right-color: rgb(21 128 61 / 0.85) !important;
}

.border-r-green-700\/90 {
  border-right-color: rgb(21 128 61 / 0.9) !important;
}

.border-r-green-700\/95 {
  border-right-color: rgb(21 128 61 / 0.95) !important;
}

.border-r-green-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-800\/0 {
  border-right-color: rgb(22 101 52 / 0) !important;
}

.border-r-green-800\/10 {
  border-right-color: rgb(22 101 52 / 0.1) !important;
}

.border-r-green-800\/100 {
  border-right-color: rgb(22 101 52 / 1) !important;
}

.border-r-green-800\/15 {
  border-right-color: rgb(22 101 52 / 0.15) !important;
}

.border-r-green-800\/20 {
  border-right-color: rgb(22 101 52 / 0.2) !important;
}

.border-r-green-800\/25 {
  border-right-color: rgb(22 101 52 / 0.25) !important;
}

.border-r-green-800\/30 {
  border-right-color: rgb(22 101 52 / 0.3) !important;
}

.border-r-green-800\/35 {
  border-right-color: rgb(22 101 52 / 0.35) !important;
}

.border-r-green-800\/40 {
  border-right-color: rgb(22 101 52 / 0.4) !important;
}

.border-r-green-800\/45 {
  border-right-color: rgb(22 101 52 / 0.45) !important;
}

.border-r-green-800\/5 {
  border-right-color: rgb(22 101 52 / 0.05) !important;
}

.border-r-green-800\/50 {
  border-right-color: rgb(22 101 52 / 0.5) !important;
}

.border-r-green-800\/55 {
  border-right-color: rgb(22 101 52 / 0.55) !important;
}

.border-r-green-800\/60 {
  border-right-color: rgb(22 101 52 / 0.6) !important;
}

.border-r-green-800\/65 {
  border-right-color: rgb(22 101 52 / 0.65) !important;
}

.border-r-green-800\/70 {
  border-right-color: rgb(22 101 52 / 0.7) !important;
}

.border-r-green-800\/75 {
  border-right-color: rgb(22 101 52 / 0.75) !important;
}

.border-r-green-800\/80 {
  border-right-color: rgb(22 101 52 / 0.8) !important;
}

.border-r-green-800\/85 {
  border-right-color: rgb(22 101 52 / 0.85) !important;
}

.border-r-green-800\/90 {
  border-right-color: rgb(22 101 52 / 0.9) !important;
}

.border-r-green-800\/95 {
  border-right-color: rgb(22 101 52 / 0.95) !important;
}

.border-r-green-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-900\/0 {
  border-right-color: rgb(20 83 45 / 0) !important;
}

.border-r-green-900\/10 {
  border-right-color: rgb(20 83 45 / 0.1) !important;
}

.border-r-green-900\/100 {
  border-right-color: rgb(20 83 45 / 1) !important;
}

.border-r-green-900\/15 {
  border-right-color: rgb(20 83 45 / 0.15) !important;
}

.border-r-green-900\/20 {
  border-right-color: rgb(20 83 45 / 0.2) !important;
}

.border-r-green-900\/25 {
  border-right-color: rgb(20 83 45 / 0.25) !important;
}

.border-r-green-900\/30 {
  border-right-color: rgb(20 83 45 / 0.3) !important;
}

.border-r-green-900\/35 {
  border-right-color: rgb(20 83 45 / 0.35) !important;
}

.border-r-green-900\/40 {
  border-right-color: rgb(20 83 45 / 0.4) !important;
}

.border-r-green-900\/45 {
  border-right-color: rgb(20 83 45 / 0.45) !important;
}

.border-r-green-900\/5 {
  border-right-color: rgb(20 83 45 / 0.05) !important;
}

.border-r-green-900\/50 {
  border-right-color: rgb(20 83 45 / 0.5) !important;
}

.border-r-green-900\/55 {
  border-right-color: rgb(20 83 45 / 0.55) !important;
}

.border-r-green-900\/60 {
  border-right-color: rgb(20 83 45 / 0.6) !important;
}

.border-r-green-900\/65 {
  border-right-color: rgb(20 83 45 / 0.65) !important;
}

.border-r-green-900\/70 {
  border-right-color: rgb(20 83 45 / 0.7) !important;
}

.border-r-green-900\/75 {
  border-right-color: rgb(20 83 45 / 0.75) !important;
}

.border-r-green-900\/80 {
  border-right-color: rgb(20 83 45 / 0.8) !important;
}

.border-r-green-900\/85 {
  border-right-color: rgb(20 83 45 / 0.85) !important;
}

.border-r-green-900\/90 {
  border-right-color: rgb(20 83 45 / 0.9) !important;
}

.border-r-green-900\/95 {
  border-right-color: rgb(20 83 45 / 0.95) !important;
}

.border-r-green-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-r-green-950\/0 {
  border-right-color: rgb(5 46 22 / 0) !important;
}

.border-r-green-950\/10 {
  border-right-color: rgb(5 46 22 / 0.1) !important;
}

.border-r-green-950\/100 {
  border-right-color: rgb(5 46 22 / 1) !important;
}

.border-r-green-950\/15 {
  border-right-color: rgb(5 46 22 / 0.15) !important;
}

.border-r-green-950\/20 {
  border-right-color: rgb(5 46 22 / 0.2) !important;
}

.border-r-green-950\/25 {
  border-right-color: rgb(5 46 22 / 0.25) !important;
}

.border-r-green-950\/30 {
  border-right-color: rgb(5 46 22 / 0.3) !important;
}

.border-r-green-950\/35 {
  border-right-color: rgb(5 46 22 / 0.35) !important;
}

.border-r-green-950\/40 {
  border-right-color: rgb(5 46 22 / 0.4) !important;
}

.border-r-green-950\/45 {
  border-right-color: rgb(5 46 22 / 0.45) !important;
}

.border-r-green-950\/5 {
  border-right-color: rgb(5 46 22 / 0.05) !important;
}

.border-r-green-950\/50 {
  border-right-color: rgb(5 46 22 / 0.5) !important;
}

.border-r-green-950\/55 {
  border-right-color: rgb(5 46 22 / 0.55) !important;
}

.border-r-green-950\/60 {
  border-right-color: rgb(5 46 22 / 0.6) !important;
}

.border-r-green-950\/65 {
  border-right-color: rgb(5 46 22 / 0.65) !important;
}

.border-r-green-950\/70 {
  border-right-color: rgb(5 46 22 / 0.7) !important;
}

.border-r-green-950\/75 {
  border-right-color: rgb(5 46 22 / 0.75) !important;
}

.border-r-green-950\/80 {
  border-right-color: rgb(5 46 22 / 0.8) !important;
}

.border-r-green-950\/85 {
  border-right-color: rgb(5 46 22 / 0.85) !important;
}

.border-r-green-950\/90 {
  border-right-color: rgb(5 46 22 / 0.9) !important;
}

.border-r-green-950\/95 {
  border-right-color: rgb(5 46 22 / 0.95) !important;
}

.border-r-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-100\/0 {
  border-right-color: rgb(224 231 255 / 0) !important;
}

.border-r-indigo-100\/10 {
  border-right-color: rgb(224 231 255 / 0.1) !important;
}

.border-r-indigo-100\/100 {
  border-right-color: rgb(224 231 255 / 1) !important;
}

.border-r-indigo-100\/15 {
  border-right-color: rgb(224 231 255 / 0.15) !important;
}

.border-r-indigo-100\/20 {
  border-right-color: rgb(224 231 255 / 0.2) !important;
}

.border-r-indigo-100\/25 {
  border-right-color: rgb(224 231 255 / 0.25) !important;
}

.border-r-indigo-100\/30 {
  border-right-color: rgb(224 231 255 / 0.3) !important;
}

.border-r-indigo-100\/35 {
  border-right-color: rgb(224 231 255 / 0.35) !important;
}

.border-r-indigo-100\/40 {
  border-right-color: rgb(224 231 255 / 0.4) !important;
}

.border-r-indigo-100\/45 {
  border-right-color: rgb(224 231 255 / 0.45) !important;
}

.border-r-indigo-100\/5 {
  border-right-color: rgb(224 231 255 / 0.05) !important;
}

.border-r-indigo-100\/50 {
  border-right-color: rgb(224 231 255 / 0.5) !important;
}

.border-r-indigo-100\/55 {
  border-right-color: rgb(224 231 255 / 0.55) !important;
}

.border-r-indigo-100\/60 {
  border-right-color: rgb(224 231 255 / 0.6) !important;
}

.border-r-indigo-100\/65 {
  border-right-color: rgb(224 231 255 / 0.65) !important;
}

.border-r-indigo-100\/70 {
  border-right-color: rgb(224 231 255 / 0.7) !important;
}

.border-r-indigo-100\/75 {
  border-right-color: rgb(224 231 255 / 0.75) !important;
}

.border-r-indigo-100\/80 {
  border-right-color: rgb(224 231 255 / 0.8) !important;
}

.border-r-indigo-100\/85 {
  border-right-color: rgb(224 231 255 / 0.85) !important;
}

.border-r-indigo-100\/90 {
  border-right-color: rgb(224 231 255 / 0.9) !important;
}

.border-r-indigo-100\/95 {
  border-right-color: rgb(224 231 255 / 0.95) !important;
}

.border-r-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-200\/0 {
  border-right-color: rgb(199 210 254 / 0) !important;
}

.border-r-indigo-200\/10 {
  border-right-color: rgb(199 210 254 / 0.1) !important;
}

.border-r-indigo-200\/100 {
  border-right-color: rgb(199 210 254 / 1) !important;
}

.border-r-indigo-200\/15 {
  border-right-color: rgb(199 210 254 / 0.15) !important;
}

.border-r-indigo-200\/20 {
  border-right-color: rgb(199 210 254 / 0.2) !important;
}

.border-r-indigo-200\/25 {
  border-right-color: rgb(199 210 254 / 0.25) !important;
}

.border-r-indigo-200\/30 {
  border-right-color: rgb(199 210 254 / 0.3) !important;
}

.border-r-indigo-200\/35 {
  border-right-color: rgb(199 210 254 / 0.35) !important;
}

.border-r-indigo-200\/40 {
  border-right-color: rgb(199 210 254 / 0.4) !important;
}

.border-r-indigo-200\/45 {
  border-right-color: rgb(199 210 254 / 0.45) !important;
}

.border-r-indigo-200\/5 {
  border-right-color: rgb(199 210 254 / 0.05) !important;
}

.border-r-indigo-200\/50 {
  border-right-color: rgb(199 210 254 / 0.5) !important;
}

.border-r-indigo-200\/55 {
  border-right-color: rgb(199 210 254 / 0.55) !important;
}

.border-r-indigo-200\/60 {
  border-right-color: rgb(199 210 254 / 0.6) !important;
}

.border-r-indigo-200\/65 {
  border-right-color: rgb(199 210 254 / 0.65) !important;
}

.border-r-indigo-200\/70 {
  border-right-color: rgb(199 210 254 / 0.7) !important;
}

.border-r-indigo-200\/75 {
  border-right-color: rgb(199 210 254 / 0.75) !important;
}

.border-r-indigo-200\/80 {
  border-right-color: rgb(199 210 254 / 0.8) !important;
}

.border-r-indigo-200\/85 {
  border-right-color: rgb(199 210 254 / 0.85) !important;
}

.border-r-indigo-200\/90 {
  border-right-color: rgb(199 210 254 / 0.9) !important;
}

.border-r-indigo-200\/95 {
  border-right-color: rgb(199 210 254 / 0.95) !important;
}

.border-r-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-300\/0 {
  border-right-color: rgb(165 180 252 / 0) !important;
}

.border-r-indigo-300\/10 {
  border-right-color: rgb(165 180 252 / 0.1) !important;
}

.border-r-indigo-300\/100 {
  border-right-color: rgb(165 180 252 / 1) !important;
}

.border-r-indigo-300\/15 {
  border-right-color: rgb(165 180 252 / 0.15) !important;
}

.border-r-indigo-300\/20 {
  border-right-color: rgb(165 180 252 / 0.2) !important;
}

.border-r-indigo-300\/25 {
  border-right-color: rgb(165 180 252 / 0.25) !important;
}

.border-r-indigo-300\/30 {
  border-right-color: rgb(165 180 252 / 0.3) !important;
}

.border-r-indigo-300\/35 {
  border-right-color: rgb(165 180 252 / 0.35) !important;
}

.border-r-indigo-300\/40 {
  border-right-color: rgb(165 180 252 / 0.4) !important;
}

.border-r-indigo-300\/45 {
  border-right-color: rgb(165 180 252 / 0.45) !important;
}

.border-r-indigo-300\/5 {
  border-right-color: rgb(165 180 252 / 0.05) !important;
}

.border-r-indigo-300\/50 {
  border-right-color: rgb(165 180 252 / 0.5) !important;
}

.border-r-indigo-300\/55 {
  border-right-color: rgb(165 180 252 / 0.55) !important;
}

.border-r-indigo-300\/60 {
  border-right-color: rgb(165 180 252 / 0.6) !important;
}

.border-r-indigo-300\/65 {
  border-right-color: rgb(165 180 252 / 0.65) !important;
}

.border-r-indigo-300\/70 {
  border-right-color: rgb(165 180 252 / 0.7) !important;
}

.border-r-indigo-300\/75 {
  border-right-color: rgb(165 180 252 / 0.75) !important;
}

.border-r-indigo-300\/80 {
  border-right-color: rgb(165 180 252 / 0.8) !important;
}

.border-r-indigo-300\/85 {
  border-right-color: rgb(165 180 252 / 0.85) !important;
}

.border-r-indigo-300\/90 {
  border-right-color: rgb(165 180 252 / 0.9) !important;
}

.border-r-indigo-300\/95 {
  border-right-color: rgb(165 180 252 / 0.95) !important;
}

.border-r-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-400\/0 {
  border-right-color: rgb(129 140 248 / 0) !important;
}

.border-r-indigo-400\/10 {
  border-right-color: rgb(129 140 248 / 0.1) !important;
}

.border-r-indigo-400\/100 {
  border-right-color: rgb(129 140 248 / 1) !important;
}

.border-r-indigo-400\/15 {
  border-right-color: rgb(129 140 248 / 0.15) !important;
}

.border-r-indigo-400\/20 {
  border-right-color: rgb(129 140 248 / 0.2) !important;
}

.border-r-indigo-400\/25 {
  border-right-color: rgb(129 140 248 / 0.25) !important;
}

.border-r-indigo-400\/30 {
  border-right-color: rgb(129 140 248 / 0.3) !important;
}

.border-r-indigo-400\/35 {
  border-right-color: rgb(129 140 248 / 0.35) !important;
}

.border-r-indigo-400\/40 {
  border-right-color: rgb(129 140 248 / 0.4) !important;
}

.border-r-indigo-400\/45 {
  border-right-color: rgb(129 140 248 / 0.45) !important;
}

.border-r-indigo-400\/5 {
  border-right-color: rgb(129 140 248 / 0.05) !important;
}

.border-r-indigo-400\/50 {
  border-right-color: rgb(129 140 248 / 0.5) !important;
}

.border-r-indigo-400\/55 {
  border-right-color: rgb(129 140 248 / 0.55) !important;
}

.border-r-indigo-400\/60 {
  border-right-color: rgb(129 140 248 / 0.6) !important;
}

.border-r-indigo-400\/65 {
  border-right-color: rgb(129 140 248 / 0.65) !important;
}

.border-r-indigo-400\/70 {
  border-right-color: rgb(129 140 248 / 0.7) !important;
}

.border-r-indigo-400\/75 {
  border-right-color: rgb(129 140 248 / 0.75) !important;
}

.border-r-indigo-400\/80 {
  border-right-color: rgb(129 140 248 / 0.8) !important;
}

.border-r-indigo-400\/85 {
  border-right-color: rgb(129 140 248 / 0.85) !important;
}

.border-r-indigo-400\/90 {
  border-right-color: rgb(129 140 248 / 0.9) !important;
}

.border-r-indigo-400\/95 {
  border-right-color: rgb(129 140 248 / 0.95) !important;
}

.border-r-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-50\/0 {
  border-right-color: rgb(238 242 255 / 0) !important;
}

.border-r-indigo-50\/10 {
  border-right-color: rgb(238 242 255 / 0.1) !important;
}

.border-r-indigo-50\/100 {
  border-right-color: rgb(238 242 255 / 1) !important;
}

.border-r-indigo-50\/15 {
  border-right-color: rgb(238 242 255 / 0.15) !important;
}

.border-r-indigo-50\/20 {
  border-right-color: rgb(238 242 255 / 0.2) !important;
}

.border-r-indigo-50\/25 {
  border-right-color: rgb(238 242 255 / 0.25) !important;
}

.border-r-indigo-50\/30 {
  border-right-color: rgb(238 242 255 / 0.3) !important;
}

.border-r-indigo-50\/35 {
  border-right-color: rgb(238 242 255 / 0.35) !important;
}

.border-r-indigo-50\/40 {
  border-right-color: rgb(238 242 255 / 0.4) !important;
}

.border-r-indigo-50\/45 {
  border-right-color: rgb(238 242 255 / 0.45) !important;
}

.border-r-indigo-50\/5 {
  border-right-color: rgb(238 242 255 / 0.05) !important;
}

.border-r-indigo-50\/50 {
  border-right-color: rgb(238 242 255 / 0.5) !important;
}

.border-r-indigo-50\/55 {
  border-right-color: rgb(238 242 255 / 0.55) !important;
}

.border-r-indigo-50\/60 {
  border-right-color: rgb(238 242 255 / 0.6) !important;
}

.border-r-indigo-50\/65 {
  border-right-color: rgb(238 242 255 / 0.65) !important;
}

.border-r-indigo-50\/70 {
  border-right-color: rgb(238 242 255 / 0.7) !important;
}

.border-r-indigo-50\/75 {
  border-right-color: rgb(238 242 255 / 0.75) !important;
}

.border-r-indigo-50\/80 {
  border-right-color: rgb(238 242 255 / 0.8) !important;
}

.border-r-indigo-50\/85 {
  border-right-color: rgb(238 242 255 / 0.85) !important;
}

.border-r-indigo-50\/90 {
  border-right-color: rgb(238 242 255 / 0.9) !important;
}

.border-r-indigo-50\/95 {
  border-right-color: rgb(238 242 255 / 0.95) !important;
}

.border-r-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-500\/0 {
  border-right-color: rgb(99 102 241 / 0) !important;
}

.border-r-indigo-500\/10 {
  border-right-color: rgb(99 102 241 / 0.1) !important;
}

.border-r-indigo-500\/100 {
  border-right-color: rgb(99 102 241 / 1) !important;
}

.border-r-indigo-500\/15 {
  border-right-color: rgb(99 102 241 / 0.15) !important;
}

.border-r-indigo-500\/20 {
  border-right-color: rgb(99 102 241 / 0.2) !important;
}

.border-r-indigo-500\/25 {
  border-right-color: rgb(99 102 241 / 0.25) !important;
}

.border-r-indigo-500\/30 {
  border-right-color: rgb(99 102 241 / 0.3) !important;
}

.border-r-indigo-500\/35 {
  border-right-color: rgb(99 102 241 / 0.35) !important;
}

.border-r-indigo-500\/40 {
  border-right-color: rgb(99 102 241 / 0.4) !important;
}

.border-r-indigo-500\/45 {
  border-right-color: rgb(99 102 241 / 0.45) !important;
}

.border-r-indigo-500\/5 {
  border-right-color: rgb(99 102 241 / 0.05) !important;
}

.border-r-indigo-500\/50 {
  border-right-color: rgb(99 102 241 / 0.5) !important;
}

.border-r-indigo-500\/55 {
  border-right-color: rgb(99 102 241 / 0.55) !important;
}

.border-r-indigo-500\/60 {
  border-right-color: rgb(99 102 241 / 0.6) !important;
}

.border-r-indigo-500\/65 {
  border-right-color: rgb(99 102 241 / 0.65) !important;
}

.border-r-indigo-500\/70 {
  border-right-color: rgb(99 102 241 / 0.7) !important;
}

.border-r-indigo-500\/75 {
  border-right-color: rgb(99 102 241 / 0.75) !important;
}

.border-r-indigo-500\/80 {
  border-right-color: rgb(99 102 241 / 0.8) !important;
}

.border-r-indigo-500\/85 {
  border-right-color: rgb(99 102 241 / 0.85) !important;
}

.border-r-indigo-500\/90 {
  border-right-color: rgb(99 102 241 / 0.9) !important;
}

.border-r-indigo-500\/95 {
  border-right-color: rgb(99 102 241 / 0.95) !important;
}

.border-r-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-600\/0 {
  border-right-color: rgb(79 70 229 / 0) !important;
}

.border-r-indigo-600\/10 {
  border-right-color: rgb(79 70 229 / 0.1) !important;
}

.border-r-indigo-600\/100 {
  border-right-color: rgb(79 70 229 / 1) !important;
}

.border-r-indigo-600\/15 {
  border-right-color: rgb(79 70 229 / 0.15) !important;
}

.border-r-indigo-600\/20 {
  border-right-color: rgb(79 70 229 / 0.2) !important;
}

.border-r-indigo-600\/25 {
  border-right-color: rgb(79 70 229 / 0.25) !important;
}

.border-r-indigo-600\/30 {
  border-right-color: rgb(79 70 229 / 0.3) !important;
}

.border-r-indigo-600\/35 {
  border-right-color: rgb(79 70 229 / 0.35) !important;
}

.border-r-indigo-600\/40 {
  border-right-color: rgb(79 70 229 / 0.4) !important;
}

.border-r-indigo-600\/45 {
  border-right-color: rgb(79 70 229 / 0.45) !important;
}

.border-r-indigo-600\/5 {
  border-right-color: rgb(79 70 229 / 0.05) !important;
}

.border-r-indigo-600\/50 {
  border-right-color: rgb(79 70 229 / 0.5) !important;
}

.border-r-indigo-600\/55 {
  border-right-color: rgb(79 70 229 / 0.55) !important;
}

.border-r-indigo-600\/60 {
  border-right-color: rgb(79 70 229 / 0.6) !important;
}

.border-r-indigo-600\/65 {
  border-right-color: rgb(79 70 229 / 0.65) !important;
}

.border-r-indigo-600\/70 {
  border-right-color: rgb(79 70 229 / 0.7) !important;
}

.border-r-indigo-600\/75 {
  border-right-color: rgb(79 70 229 / 0.75) !important;
}

.border-r-indigo-600\/80 {
  border-right-color: rgb(79 70 229 / 0.8) !important;
}

.border-r-indigo-600\/85 {
  border-right-color: rgb(79 70 229 / 0.85) !important;
}

.border-r-indigo-600\/90 {
  border-right-color: rgb(79 70 229 / 0.9) !important;
}

.border-r-indigo-600\/95 {
  border-right-color: rgb(79 70 229 / 0.95) !important;
}

.border-r-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-700\/0 {
  border-right-color: rgb(67 56 202 / 0) !important;
}

.border-r-indigo-700\/10 {
  border-right-color: rgb(67 56 202 / 0.1) !important;
}

.border-r-indigo-700\/100 {
  border-right-color: rgb(67 56 202 / 1) !important;
}

.border-r-indigo-700\/15 {
  border-right-color: rgb(67 56 202 / 0.15) !important;
}

.border-r-indigo-700\/20 {
  border-right-color: rgb(67 56 202 / 0.2) !important;
}

.border-r-indigo-700\/25 {
  border-right-color: rgb(67 56 202 / 0.25) !important;
}

.border-r-indigo-700\/30 {
  border-right-color: rgb(67 56 202 / 0.3) !important;
}

.border-r-indigo-700\/35 {
  border-right-color: rgb(67 56 202 / 0.35) !important;
}

.border-r-indigo-700\/40 {
  border-right-color: rgb(67 56 202 / 0.4) !important;
}

.border-r-indigo-700\/45 {
  border-right-color: rgb(67 56 202 / 0.45) !important;
}

.border-r-indigo-700\/5 {
  border-right-color: rgb(67 56 202 / 0.05) !important;
}

.border-r-indigo-700\/50 {
  border-right-color: rgb(67 56 202 / 0.5) !important;
}

.border-r-indigo-700\/55 {
  border-right-color: rgb(67 56 202 / 0.55) !important;
}

.border-r-indigo-700\/60 {
  border-right-color: rgb(67 56 202 / 0.6) !important;
}

.border-r-indigo-700\/65 {
  border-right-color: rgb(67 56 202 / 0.65) !important;
}

.border-r-indigo-700\/70 {
  border-right-color: rgb(67 56 202 / 0.7) !important;
}

.border-r-indigo-700\/75 {
  border-right-color: rgb(67 56 202 / 0.75) !important;
}

.border-r-indigo-700\/80 {
  border-right-color: rgb(67 56 202 / 0.8) !important;
}

.border-r-indigo-700\/85 {
  border-right-color: rgb(67 56 202 / 0.85) !important;
}

.border-r-indigo-700\/90 {
  border-right-color: rgb(67 56 202 / 0.9) !important;
}

.border-r-indigo-700\/95 {
  border-right-color: rgb(67 56 202 / 0.95) !important;
}

.border-r-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-800\/0 {
  border-right-color: rgb(55 48 163 / 0) !important;
}

.border-r-indigo-800\/10 {
  border-right-color: rgb(55 48 163 / 0.1) !important;
}

.border-r-indigo-800\/100 {
  border-right-color: rgb(55 48 163 / 1) !important;
}

.border-r-indigo-800\/15 {
  border-right-color: rgb(55 48 163 / 0.15) !important;
}

.border-r-indigo-800\/20 {
  border-right-color: rgb(55 48 163 / 0.2) !important;
}

.border-r-indigo-800\/25 {
  border-right-color: rgb(55 48 163 / 0.25) !important;
}

.border-r-indigo-800\/30 {
  border-right-color: rgb(55 48 163 / 0.3) !important;
}

.border-r-indigo-800\/35 {
  border-right-color: rgb(55 48 163 / 0.35) !important;
}

.border-r-indigo-800\/40 {
  border-right-color: rgb(55 48 163 / 0.4) !important;
}

.border-r-indigo-800\/45 {
  border-right-color: rgb(55 48 163 / 0.45) !important;
}

.border-r-indigo-800\/5 {
  border-right-color: rgb(55 48 163 / 0.05) !important;
}

.border-r-indigo-800\/50 {
  border-right-color: rgb(55 48 163 / 0.5) !important;
}

.border-r-indigo-800\/55 {
  border-right-color: rgb(55 48 163 / 0.55) !important;
}

.border-r-indigo-800\/60 {
  border-right-color: rgb(55 48 163 / 0.6) !important;
}

.border-r-indigo-800\/65 {
  border-right-color: rgb(55 48 163 / 0.65) !important;
}

.border-r-indigo-800\/70 {
  border-right-color: rgb(55 48 163 / 0.7) !important;
}

.border-r-indigo-800\/75 {
  border-right-color: rgb(55 48 163 / 0.75) !important;
}

.border-r-indigo-800\/80 {
  border-right-color: rgb(55 48 163 / 0.8) !important;
}

.border-r-indigo-800\/85 {
  border-right-color: rgb(55 48 163 / 0.85) !important;
}

.border-r-indigo-800\/90 {
  border-right-color: rgb(55 48 163 / 0.9) !important;
}

.border-r-indigo-800\/95 {
  border-right-color: rgb(55 48 163 / 0.95) !important;
}

.border-r-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-900\/0 {
  border-right-color: rgb(49 46 129 / 0) !important;
}

.border-r-indigo-900\/10 {
  border-right-color: rgb(49 46 129 / 0.1) !important;
}

.border-r-indigo-900\/100 {
  border-right-color: rgb(49 46 129 / 1) !important;
}

.border-r-indigo-900\/15 {
  border-right-color: rgb(49 46 129 / 0.15) !important;
}

.border-r-indigo-900\/20 {
  border-right-color: rgb(49 46 129 / 0.2) !important;
}

.border-r-indigo-900\/25 {
  border-right-color: rgb(49 46 129 / 0.25) !important;
}

.border-r-indigo-900\/30 {
  border-right-color: rgb(49 46 129 / 0.3) !important;
}

.border-r-indigo-900\/35 {
  border-right-color: rgb(49 46 129 / 0.35) !important;
}

.border-r-indigo-900\/40 {
  border-right-color: rgb(49 46 129 / 0.4) !important;
}

.border-r-indigo-900\/45 {
  border-right-color: rgb(49 46 129 / 0.45) !important;
}

.border-r-indigo-900\/5 {
  border-right-color: rgb(49 46 129 / 0.05) !important;
}

.border-r-indigo-900\/50 {
  border-right-color: rgb(49 46 129 / 0.5) !important;
}

.border-r-indigo-900\/55 {
  border-right-color: rgb(49 46 129 / 0.55) !important;
}

.border-r-indigo-900\/60 {
  border-right-color: rgb(49 46 129 / 0.6) !important;
}

.border-r-indigo-900\/65 {
  border-right-color: rgb(49 46 129 / 0.65) !important;
}

.border-r-indigo-900\/70 {
  border-right-color: rgb(49 46 129 / 0.7) !important;
}

.border-r-indigo-900\/75 {
  border-right-color: rgb(49 46 129 / 0.75) !important;
}

.border-r-indigo-900\/80 {
  border-right-color: rgb(49 46 129 / 0.8) !important;
}

.border-r-indigo-900\/85 {
  border-right-color: rgb(49 46 129 / 0.85) !important;
}

.border-r-indigo-900\/90 {
  border-right-color: rgb(49 46 129 / 0.9) !important;
}

.border-r-indigo-900\/95 {
  border-right-color: rgb(49 46 129 / 0.95) !important;
}

.border-r-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-r-indigo-950\/0 {
  border-right-color: rgb(30 27 75 / 0) !important;
}

.border-r-indigo-950\/10 {
  border-right-color: rgb(30 27 75 / 0.1) !important;
}

.border-r-indigo-950\/100 {
  border-right-color: rgb(30 27 75 / 1) !important;
}

.border-r-indigo-950\/15 {
  border-right-color: rgb(30 27 75 / 0.15) !important;
}

.border-r-indigo-950\/20 {
  border-right-color: rgb(30 27 75 / 0.2) !important;
}

.border-r-indigo-950\/25 {
  border-right-color: rgb(30 27 75 / 0.25) !important;
}

.border-r-indigo-950\/30 {
  border-right-color: rgb(30 27 75 / 0.3) !important;
}

.border-r-indigo-950\/35 {
  border-right-color: rgb(30 27 75 / 0.35) !important;
}

.border-r-indigo-950\/40 {
  border-right-color: rgb(30 27 75 / 0.4) !important;
}

.border-r-indigo-950\/45 {
  border-right-color: rgb(30 27 75 / 0.45) !important;
}

.border-r-indigo-950\/5 {
  border-right-color: rgb(30 27 75 / 0.05) !important;
}

.border-r-indigo-950\/50 {
  border-right-color: rgb(30 27 75 / 0.5) !important;
}

.border-r-indigo-950\/55 {
  border-right-color: rgb(30 27 75 / 0.55) !important;
}

.border-r-indigo-950\/60 {
  border-right-color: rgb(30 27 75 / 0.6) !important;
}

.border-r-indigo-950\/65 {
  border-right-color: rgb(30 27 75 / 0.65) !important;
}

.border-r-indigo-950\/70 {
  border-right-color: rgb(30 27 75 / 0.7) !important;
}

.border-r-indigo-950\/75 {
  border-right-color: rgb(30 27 75 / 0.75) !important;
}

.border-r-indigo-950\/80 {
  border-right-color: rgb(30 27 75 / 0.8) !important;
}

.border-r-indigo-950\/85 {
  border-right-color: rgb(30 27 75 / 0.85) !important;
}

.border-r-indigo-950\/90 {
  border-right-color: rgb(30 27 75 / 0.9) !important;
}

.border-r-indigo-950\/95 {
  border-right-color: rgb(30 27 75 / 0.95) !important;
}

.border-r-inherit {
  border-right-color: inherit !important;
}

.border-r-lime-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-100\/0 {
  border-right-color: rgb(236 252 203 / 0) !important;
}

.border-r-lime-100\/10 {
  border-right-color: rgb(236 252 203 / 0.1) !important;
}

.border-r-lime-100\/100 {
  border-right-color: rgb(236 252 203 / 1) !important;
}

.border-r-lime-100\/15 {
  border-right-color: rgb(236 252 203 / 0.15) !important;
}

.border-r-lime-100\/20 {
  border-right-color: rgb(236 252 203 / 0.2) !important;
}

.border-r-lime-100\/25 {
  border-right-color: rgb(236 252 203 / 0.25) !important;
}

.border-r-lime-100\/30 {
  border-right-color: rgb(236 252 203 / 0.3) !important;
}

.border-r-lime-100\/35 {
  border-right-color: rgb(236 252 203 / 0.35) !important;
}

.border-r-lime-100\/40 {
  border-right-color: rgb(236 252 203 / 0.4) !important;
}

.border-r-lime-100\/45 {
  border-right-color: rgb(236 252 203 / 0.45) !important;
}

.border-r-lime-100\/5 {
  border-right-color: rgb(236 252 203 / 0.05) !important;
}

.border-r-lime-100\/50 {
  border-right-color: rgb(236 252 203 / 0.5) !important;
}

.border-r-lime-100\/55 {
  border-right-color: rgb(236 252 203 / 0.55) !important;
}

.border-r-lime-100\/60 {
  border-right-color: rgb(236 252 203 / 0.6) !important;
}

.border-r-lime-100\/65 {
  border-right-color: rgb(236 252 203 / 0.65) !important;
}

.border-r-lime-100\/70 {
  border-right-color: rgb(236 252 203 / 0.7) !important;
}

.border-r-lime-100\/75 {
  border-right-color: rgb(236 252 203 / 0.75) !important;
}

.border-r-lime-100\/80 {
  border-right-color: rgb(236 252 203 / 0.8) !important;
}

.border-r-lime-100\/85 {
  border-right-color: rgb(236 252 203 / 0.85) !important;
}

.border-r-lime-100\/90 {
  border-right-color: rgb(236 252 203 / 0.9) !important;
}

.border-r-lime-100\/95 {
  border-right-color: rgb(236 252 203 / 0.95) !important;
}

.border-r-lime-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-200\/0 {
  border-right-color: rgb(217 249 157 / 0) !important;
}

.border-r-lime-200\/10 {
  border-right-color: rgb(217 249 157 / 0.1) !important;
}

.border-r-lime-200\/100 {
  border-right-color: rgb(217 249 157 / 1) !important;
}

.border-r-lime-200\/15 {
  border-right-color: rgb(217 249 157 / 0.15) !important;
}

.border-r-lime-200\/20 {
  border-right-color: rgb(217 249 157 / 0.2) !important;
}

.border-r-lime-200\/25 {
  border-right-color: rgb(217 249 157 / 0.25) !important;
}

.border-r-lime-200\/30 {
  border-right-color: rgb(217 249 157 / 0.3) !important;
}

.border-r-lime-200\/35 {
  border-right-color: rgb(217 249 157 / 0.35) !important;
}

.border-r-lime-200\/40 {
  border-right-color: rgb(217 249 157 / 0.4) !important;
}

.border-r-lime-200\/45 {
  border-right-color: rgb(217 249 157 / 0.45) !important;
}

.border-r-lime-200\/5 {
  border-right-color: rgb(217 249 157 / 0.05) !important;
}

.border-r-lime-200\/50 {
  border-right-color: rgb(217 249 157 / 0.5) !important;
}

.border-r-lime-200\/55 {
  border-right-color: rgb(217 249 157 / 0.55) !important;
}

.border-r-lime-200\/60 {
  border-right-color: rgb(217 249 157 / 0.6) !important;
}

.border-r-lime-200\/65 {
  border-right-color: rgb(217 249 157 / 0.65) !important;
}

.border-r-lime-200\/70 {
  border-right-color: rgb(217 249 157 / 0.7) !important;
}

.border-r-lime-200\/75 {
  border-right-color: rgb(217 249 157 / 0.75) !important;
}

.border-r-lime-200\/80 {
  border-right-color: rgb(217 249 157 / 0.8) !important;
}

.border-r-lime-200\/85 {
  border-right-color: rgb(217 249 157 / 0.85) !important;
}

.border-r-lime-200\/90 {
  border-right-color: rgb(217 249 157 / 0.9) !important;
}

.border-r-lime-200\/95 {
  border-right-color: rgb(217 249 157 / 0.95) !important;
}

.border-r-lime-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-300\/0 {
  border-right-color: rgb(190 242 100 / 0) !important;
}

.border-r-lime-300\/10 {
  border-right-color: rgb(190 242 100 / 0.1) !important;
}

.border-r-lime-300\/100 {
  border-right-color: rgb(190 242 100 / 1) !important;
}

.border-r-lime-300\/15 {
  border-right-color: rgb(190 242 100 / 0.15) !important;
}

.border-r-lime-300\/20 {
  border-right-color: rgb(190 242 100 / 0.2) !important;
}

.border-r-lime-300\/25 {
  border-right-color: rgb(190 242 100 / 0.25) !important;
}

.border-r-lime-300\/30 {
  border-right-color: rgb(190 242 100 / 0.3) !important;
}

.border-r-lime-300\/35 {
  border-right-color: rgb(190 242 100 / 0.35) !important;
}

.border-r-lime-300\/40 {
  border-right-color: rgb(190 242 100 / 0.4) !important;
}

.border-r-lime-300\/45 {
  border-right-color: rgb(190 242 100 / 0.45) !important;
}

.border-r-lime-300\/5 {
  border-right-color: rgb(190 242 100 / 0.05) !important;
}

.border-r-lime-300\/50 {
  border-right-color: rgb(190 242 100 / 0.5) !important;
}

.border-r-lime-300\/55 {
  border-right-color: rgb(190 242 100 / 0.55) !important;
}

.border-r-lime-300\/60 {
  border-right-color: rgb(190 242 100 / 0.6) !important;
}

.border-r-lime-300\/65 {
  border-right-color: rgb(190 242 100 / 0.65) !important;
}

.border-r-lime-300\/70 {
  border-right-color: rgb(190 242 100 / 0.7) !important;
}

.border-r-lime-300\/75 {
  border-right-color: rgb(190 242 100 / 0.75) !important;
}

.border-r-lime-300\/80 {
  border-right-color: rgb(190 242 100 / 0.8) !important;
}

.border-r-lime-300\/85 {
  border-right-color: rgb(190 242 100 / 0.85) !important;
}

.border-r-lime-300\/90 {
  border-right-color: rgb(190 242 100 / 0.9) !important;
}

.border-r-lime-300\/95 {
  border-right-color: rgb(190 242 100 / 0.95) !important;
}

.border-r-lime-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-400\/0 {
  border-right-color: rgb(163 230 53 / 0) !important;
}

.border-r-lime-400\/10 {
  border-right-color: rgb(163 230 53 / 0.1) !important;
}

.border-r-lime-400\/100 {
  border-right-color: rgb(163 230 53 / 1) !important;
}

.border-r-lime-400\/15 {
  border-right-color: rgb(163 230 53 / 0.15) !important;
}

.border-r-lime-400\/20 {
  border-right-color: rgb(163 230 53 / 0.2) !important;
}

.border-r-lime-400\/25 {
  border-right-color: rgb(163 230 53 / 0.25) !important;
}

.border-r-lime-400\/30 {
  border-right-color: rgb(163 230 53 / 0.3) !important;
}

.border-r-lime-400\/35 {
  border-right-color: rgb(163 230 53 / 0.35) !important;
}

.border-r-lime-400\/40 {
  border-right-color: rgb(163 230 53 / 0.4) !important;
}

.border-r-lime-400\/45 {
  border-right-color: rgb(163 230 53 / 0.45) !important;
}

.border-r-lime-400\/5 {
  border-right-color: rgb(163 230 53 / 0.05) !important;
}

.border-r-lime-400\/50 {
  border-right-color: rgb(163 230 53 / 0.5) !important;
}

.border-r-lime-400\/55 {
  border-right-color: rgb(163 230 53 / 0.55) !important;
}

.border-r-lime-400\/60 {
  border-right-color: rgb(163 230 53 / 0.6) !important;
}

.border-r-lime-400\/65 {
  border-right-color: rgb(163 230 53 / 0.65) !important;
}

.border-r-lime-400\/70 {
  border-right-color: rgb(163 230 53 / 0.7) !important;
}

.border-r-lime-400\/75 {
  border-right-color: rgb(163 230 53 / 0.75) !important;
}

.border-r-lime-400\/80 {
  border-right-color: rgb(163 230 53 / 0.8) !important;
}

.border-r-lime-400\/85 {
  border-right-color: rgb(163 230 53 / 0.85) !important;
}

.border-r-lime-400\/90 {
  border-right-color: rgb(163 230 53 / 0.9) !important;
}

.border-r-lime-400\/95 {
  border-right-color: rgb(163 230 53 / 0.95) !important;
}

.border-r-lime-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-50\/0 {
  border-right-color: rgb(247 254 231 / 0) !important;
}

.border-r-lime-50\/10 {
  border-right-color: rgb(247 254 231 / 0.1) !important;
}

.border-r-lime-50\/100 {
  border-right-color: rgb(247 254 231 / 1) !important;
}

.border-r-lime-50\/15 {
  border-right-color: rgb(247 254 231 / 0.15) !important;
}

.border-r-lime-50\/20 {
  border-right-color: rgb(247 254 231 / 0.2) !important;
}

.border-r-lime-50\/25 {
  border-right-color: rgb(247 254 231 / 0.25) !important;
}

.border-r-lime-50\/30 {
  border-right-color: rgb(247 254 231 / 0.3) !important;
}

.border-r-lime-50\/35 {
  border-right-color: rgb(247 254 231 / 0.35) !important;
}

.border-r-lime-50\/40 {
  border-right-color: rgb(247 254 231 / 0.4) !important;
}

.border-r-lime-50\/45 {
  border-right-color: rgb(247 254 231 / 0.45) !important;
}

.border-r-lime-50\/5 {
  border-right-color: rgb(247 254 231 / 0.05) !important;
}

.border-r-lime-50\/50 {
  border-right-color: rgb(247 254 231 / 0.5) !important;
}

.border-r-lime-50\/55 {
  border-right-color: rgb(247 254 231 / 0.55) !important;
}

.border-r-lime-50\/60 {
  border-right-color: rgb(247 254 231 / 0.6) !important;
}

.border-r-lime-50\/65 {
  border-right-color: rgb(247 254 231 / 0.65) !important;
}

.border-r-lime-50\/70 {
  border-right-color: rgb(247 254 231 / 0.7) !important;
}

.border-r-lime-50\/75 {
  border-right-color: rgb(247 254 231 / 0.75) !important;
}

.border-r-lime-50\/80 {
  border-right-color: rgb(247 254 231 / 0.8) !important;
}

.border-r-lime-50\/85 {
  border-right-color: rgb(247 254 231 / 0.85) !important;
}

.border-r-lime-50\/90 {
  border-right-color: rgb(247 254 231 / 0.9) !important;
}

.border-r-lime-50\/95 {
  border-right-color: rgb(247 254 231 / 0.95) !important;
}

.border-r-lime-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-500\/0 {
  border-right-color: rgb(132 204 22 / 0) !important;
}

.border-r-lime-500\/10 {
  border-right-color: rgb(132 204 22 / 0.1) !important;
}

.border-r-lime-500\/100 {
  border-right-color: rgb(132 204 22 / 1) !important;
}

.border-r-lime-500\/15 {
  border-right-color: rgb(132 204 22 / 0.15) !important;
}

.border-r-lime-500\/20 {
  border-right-color: rgb(132 204 22 / 0.2) !important;
}

.border-r-lime-500\/25 {
  border-right-color: rgb(132 204 22 / 0.25) !important;
}

.border-r-lime-500\/30 {
  border-right-color: rgb(132 204 22 / 0.3) !important;
}

.border-r-lime-500\/35 {
  border-right-color: rgb(132 204 22 / 0.35) !important;
}

.border-r-lime-500\/40 {
  border-right-color: rgb(132 204 22 / 0.4) !important;
}

.border-r-lime-500\/45 {
  border-right-color: rgb(132 204 22 / 0.45) !important;
}

.border-r-lime-500\/5 {
  border-right-color: rgb(132 204 22 / 0.05) !important;
}

.border-r-lime-500\/50 {
  border-right-color: rgb(132 204 22 / 0.5) !important;
}

.border-r-lime-500\/55 {
  border-right-color: rgb(132 204 22 / 0.55) !important;
}

.border-r-lime-500\/60 {
  border-right-color: rgb(132 204 22 / 0.6) !important;
}

.border-r-lime-500\/65 {
  border-right-color: rgb(132 204 22 / 0.65) !important;
}

.border-r-lime-500\/70 {
  border-right-color: rgb(132 204 22 / 0.7) !important;
}

.border-r-lime-500\/75 {
  border-right-color: rgb(132 204 22 / 0.75) !important;
}

.border-r-lime-500\/80 {
  border-right-color: rgb(132 204 22 / 0.8) !important;
}

.border-r-lime-500\/85 {
  border-right-color: rgb(132 204 22 / 0.85) !important;
}

.border-r-lime-500\/90 {
  border-right-color: rgb(132 204 22 / 0.9) !important;
}

.border-r-lime-500\/95 {
  border-right-color: rgb(132 204 22 / 0.95) !important;
}

.border-r-lime-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-600\/0 {
  border-right-color: rgb(101 163 13 / 0) !important;
}

.border-r-lime-600\/10 {
  border-right-color: rgb(101 163 13 / 0.1) !important;
}

.border-r-lime-600\/100 {
  border-right-color: rgb(101 163 13 / 1) !important;
}

.border-r-lime-600\/15 {
  border-right-color: rgb(101 163 13 / 0.15) !important;
}

.border-r-lime-600\/20 {
  border-right-color: rgb(101 163 13 / 0.2) !important;
}

.border-r-lime-600\/25 {
  border-right-color: rgb(101 163 13 / 0.25) !important;
}

.border-r-lime-600\/30 {
  border-right-color: rgb(101 163 13 / 0.3) !important;
}

.border-r-lime-600\/35 {
  border-right-color: rgb(101 163 13 / 0.35) !important;
}

.border-r-lime-600\/40 {
  border-right-color: rgb(101 163 13 / 0.4) !important;
}

.border-r-lime-600\/45 {
  border-right-color: rgb(101 163 13 / 0.45) !important;
}

.border-r-lime-600\/5 {
  border-right-color: rgb(101 163 13 / 0.05) !important;
}

.border-r-lime-600\/50 {
  border-right-color: rgb(101 163 13 / 0.5) !important;
}

.border-r-lime-600\/55 {
  border-right-color: rgb(101 163 13 / 0.55) !important;
}

.border-r-lime-600\/60 {
  border-right-color: rgb(101 163 13 / 0.6) !important;
}

.border-r-lime-600\/65 {
  border-right-color: rgb(101 163 13 / 0.65) !important;
}

.border-r-lime-600\/70 {
  border-right-color: rgb(101 163 13 / 0.7) !important;
}

.border-r-lime-600\/75 {
  border-right-color: rgb(101 163 13 / 0.75) !important;
}

.border-r-lime-600\/80 {
  border-right-color: rgb(101 163 13 / 0.8) !important;
}

.border-r-lime-600\/85 {
  border-right-color: rgb(101 163 13 / 0.85) !important;
}

.border-r-lime-600\/90 {
  border-right-color: rgb(101 163 13 / 0.9) !important;
}

.border-r-lime-600\/95 {
  border-right-color: rgb(101 163 13 / 0.95) !important;
}

.border-r-lime-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-700\/0 {
  border-right-color: rgb(77 124 15 / 0) !important;
}

.border-r-lime-700\/10 {
  border-right-color: rgb(77 124 15 / 0.1) !important;
}

.border-r-lime-700\/100 {
  border-right-color: rgb(77 124 15 / 1) !important;
}

.border-r-lime-700\/15 {
  border-right-color: rgb(77 124 15 / 0.15) !important;
}

.border-r-lime-700\/20 {
  border-right-color: rgb(77 124 15 / 0.2) !important;
}

.border-r-lime-700\/25 {
  border-right-color: rgb(77 124 15 / 0.25) !important;
}

.border-r-lime-700\/30 {
  border-right-color: rgb(77 124 15 / 0.3) !important;
}

.border-r-lime-700\/35 {
  border-right-color: rgb(77 124 15 / 0.35) !important;
}

.border-r-lime-700\/40 {
  border-right-color: rgb(77 124 15 / 0.4) !important;
}

.border-r-lime-700\/45 {
  border-right-color: rgb(77 124 15 / 0.45) !important;
}

.border-r-lime-700\/5 {
  border-right-color: rgb(77 124 15 / 0.05) !important;
}

.border-r-lime-700\/50 {
  border-right-color: rgb(77 124 15 / 0.5) !important;
}

.border-r-lime-700\/55 {
  border-right-color: rgb(77 124 15 / 0.55) !important;
}

.border-r-lime-700\/60 {
  border-right-color: rgb(77 124 15 / 0.6) !important;
}

.border-r-lime-700\/65 {
  border-right-color: rgb(77 124 15 / 0.65) !important;
}

.border-r-lime-700\/70 {
  border-right-color: rgb(77 124 15 / 0.7) !important;
}

.border-r-lime-700\/75 {
  border-right-color: rgb(77 124 15 / 0.75) !important;
}

.border-r-lime-700\/80 {
  border-right-color: rgb(77 124 15 / 0.8) !important;
}

.border-r-lime-700\/85 {
  border-right-color: rgb(77 124 15 / 0.85) !important;
}

.border-r-lime-700\/90 {
  border-right-color: rgb(77 124 15 / 0.9) !important;
}

.border-r-lime-700\/95 {
  border-right-color: rgb(77 124 15 / 0.95) !important;
}

.border-r-lime-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-800\/0 {
  border-right-color: rgb(63 98 18 / 0) !important;
}

.border-r-lime-800\/10 {
  border-right-color: rgb(63 98 18 / 0.1) !important;
}

.border-r-lime-800\/100 {
  border-right-color: rgb(63 98 18 / 1) !important;
}

.border-r-lime-800\/15 {
  border-right-color: rgb(63 98 18 / 0.15) !important;
}

.border-r-lime-800\/20 {
  border-right-color: rgb(63 98 18 / 0.2) !important;
}

.border-r-lime-800\/25 {
  border-right-color: rgb(63 98 18 / 0.25) !important;
}

.border-r-lime-800\/30 {
  border-right-color: rgb(63 98 18 / 0.3) !important;
}

.border-r-lime-800\/35 {
  border-right-color: rgb(63 98 18 / 0.35) !important;
}

.border-r-lime-800\/40 {
  border-right-color: rgb(63 98 18 / 0.4) !important;
}

.border-r-lime-800\/45 {
  border-right-color: rgb(63 98 18 / 0.45) !important;
}

.border-r-lime-800\/5 {
  border-right-color: rgb(63 98 18 / 0.05) !important;
}

.border-r-lime-800\/50 {
  border-right-color: rgb(63 98 18 / 0.5) !important;
}

.border-r-lime-800\/55 {
  border-right-color: rgb(63 98 18 / 0.55) !important;
}

.border-r-lime-800\/60 {
  border-right-color: rgb(63 98 18 / 0.6) !important;
}

.border-r-lime-800\/65 {
  border-right-color: rgb(63 98 18 / 0.65) !important;
}

.border-r-lime-800\/70 {
  border-right-color: rgb(63 98 18 / 0.7) !important;
}

.border-r-lime-800\/75 {
  border-right-color: rgb(63 98 18 / 0.75) !important;
}

.border-r-lime-800\/80 {
  border-right-color: rgb(63 98 18 / 0.8) !important;
}

.border-r-lime-800\/85 {
  border-right-color: rgb(63 98 18 / 0.85) !important;
}

.border-r-lime-800\/90 {
  border-right-color: rgb(63 98 18 / 0.9) !important;
}

.border-r-lime-800\/95 {
  border-right-color: rgb(63 98 18 / 0.95) !important;
}

.border-r-lime-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-900\/0 {
  border-right-color: rgb(54 83 20 / 0) !important;
}

.border-r-lime-900\/10 {
  border-right-color: rgb(54 83 20 / 0.1) !important;
}

.border-r-lime-900\/100 {
  border-right-color: rgb(54 83 20 / 1) !important;
}

.border-r-lime-900\/15 {
  border-right-color: rgb(54 83 20 / 0.15) !important;
}

.border-r-lime-900\/20 {
  border-right-color: rgb(54 83 20 / 0.2) !important;
}

.border-r-lime-900\/25 {
  border-right-color: rgb(54 83 20 / 0.25) !important;
}

.border-r-lime-900\/30 {
  border-right-color: rgb(54 83 20 / 0.3) !important;
}

.border-r-lime-900\/35 {
  border-right-color: rgb(54 83 20 / 0.35) !important;
}

.border-r-lime-900\/40 {
  border-right-color: rgb(54 83 20 / 0.4) !important;
}

.border-r-lime-900\/45 {
  border-right-color: rgb(54 83 20 / 0.45) !important;
}

.border-r-lime-900\/5 {
  border-right-color: rgb(54 83 20 / 0.05) !important;
}

.border-r-lime-900\/50 {
  border-right-color: rgb(54 83 20 / 0.5) !important;
}

.border-r-lime-900\/55 {
  border-right-color: rgb(54 83 20 / 0.55) !important;
}

.border-r-lime-900\/60 {
  border-right-color: rgb(54 83 20 / 0.6) !important;
}

.border-r-lime-900\/65 {
  border-right-color: rgb(54 83 20 / 0.65) !important;
}

.border-r-lime-900\/70 {
  border-right-color: rgb(54 83 20 / 0.7) !important;
}

.border-r-lime-900\/75 {
  border-right-color: rgb(54 83 20 / 0.75) !important;
}

.border-r-lime-900\/80 {
  border-right-color: rgb(54 83 20 / 0.8) !important;
}

.border-r-lime-900\/85 {
  border-right-color: rgb(54 83 20 / 0.85) !important;
}

.border-r-lime-900\/90 {
  border-right-color: rgb(54 83 20 / 0.9) !important;
}

.border-r-lime-900\/95 {
  border-right-color: rgb(54 83 20 / 0.95) !important;
}

.border-r-lime-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-r-lime-950\/0 {
  border-right-color: rgb(26 46 5 / 0) !important;
}

.border-r-lime-950\/10 {
  border-right-color: rgb(26 46 5 / 0.1) !important;
}

.border-r-lime-950\/100 {
  border-right-color: rgb(26 46 5 / 1) !important;
}

.border-r-lime-950\/15 {
  border-right-color: rgb(26 46 5 / 0.15) !important;
}

.border-r-lime-950\/20 {
  border-right-color: rgb(26 46 5 / 0.2) !important;
}

.border-r-lime-950\/25 {
  border-right-color: rgb(26 46 5 / 0.25) !important;
}

.border-r-lime-950\/30 {
  border-right-color: rgb(26 46 5 / 0.3) !important;
}

.border-r-lime-950\/35 {
  border-right-color: rgb(26 46 5 / 0.35) !important;
}

.border-r-lime-950\/40 {
  border-right-color: rgb(26 46 5 / 0.4) !important;
}

.border-r-lime-950\/45 {
  border-right-color: rgb(26 46 5 / 0.45) !important;
}

.border-r-lime-950\/5 {
  border-right-color: rgb(26 46 5 / 0.05) !important;
}

.border-r-lime-950\/50 {
  border-right-color: rgb(26 46 5 / 0.5) !important;
}

.border-r-lime-950\/55 {
  border-right-color: rgb(26 46 5 / 0.55) !important;
}

.border-r-lime-950\/60 {
  border-right-color: rgb(26 46 5 / 0.6) !important;
}

.border-r-lime-950\/65 {
  border-right-color: rgb(26 46 5 / 0.65) !important;
}

.border-r-lime-950\/70 {
  border-right-color: rgb(26 46 5 / 0.7) !important;
}

.border-r-lime-950\/75 {
  border-right-color: rgb(26 46 5 / 0.75) !important;
}

.border-r-lime-950\/80 {
  border-right-color: rgb(26 46 5 / 0.8) !important;
}

.border-r-lime-950\/85 {
  border-right-color: rgb(26 46 5 / 0.85) !important;
}

.border-r-lime-950\/90 {
  border-right-color: rgb(26 46 5 / 0.9) !important;
}

.border-r-lime-950\/95 {
  border-right-color: rgb(26 46 5 / 0.95) !important;
}

.border-r-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-100\/0 {
  border-right-color: rgb(245 245 245 / 0) !important;
}

.border-r-neutral-100\/10 {
  border-right-color: rgb(245 245 245 / 0.1) !important;
}

.border-r-neutral-100\/100 {
  border-right-color: rgb(245 245 245 / 1) !important;
}

.border-r-neutral-100\/15 {
  border-right-color: rgb(245 245 245 / 0.15) !important;
}

.border-r-neutral-100\/20 {
  border-right-color: rgb(245 245 245 / 0.2) !important;
}

.border-r-neutral-100\/25 {
  border-right-color: rgb(245 245 245 / 0.25) !important;
}

.border-r-neutral-100\/30 {
  border-right-color: rgb(245 245 245 / 0.3) !important;
}

.border-r-neutral-100\/35 {
  border-right-color: rgb(245 245 245 / 0.35) !important;
}

.border-r-neutral-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4) !important;
}

.border-r-neutral-100\/45 {
  border-right-color: rgb(245 245 245 / 0.45) !important;
}

.border-r-neutral-100\/5 {
  border-right-color: rgb(245 245 245 / 0.05) !important;
}

.border-r-neutral-100\/50 {
  border-right-color: rgb(245 245 245 / 0.5) !important;
}

.border-r-neutral-100\/55 {
  border-right-color: rgb(245 245 245 / 0.55) !important;
}

.border-r-neutral-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6) !important;
}

.border-r-neutral-100\/65 {
  border-right-color: rgb(245 245 245 / 0.65) !important;
}

.border-r-neutral-100\/70 {
  border-right-color: rgb(245 245 245 / 0.7) !important;
}

.border-r-neutral-100\/75 {
  border-right-color: rgb(245 245 245 / 0.75) !important;
}

.border-r-neutral-100\/80 {
  border-right-color: rgb(245 245 245 / 0.8) !important;
}

.border-r-neutral-100\/85 {
  border-right-color: rgb(245 245 245 / 0.85) !important;
}

.border-r-neutral-100\/90 {
  border-right-color: rgb(245 245 245 / 0.9) !important;
}

.border-r-neutral-100\/95 {
  border-right-color: rgb(245 245 245 / 0.95) !important;
}

.border-r-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-200\/0 {
  border-right-color: rgb(229 229 229 / 0) !important;
}

.border-r-neutral-200\/10 {
  border-right-color: rgb(229 229 229 / 0.1) !important;
}

.border-r-neutral-200\/100 {
  border-right-color: rgb(229 229 229 / 1) !important;
}

.border-r-neutral-200\/15 {
  border-right-color: rgb(229 229 229 / 0.15) !important;
}

.border-r-neutral-200\/20 {
  border-right-color: rgb(229 229 229 / 0.2) !important;
}

.border-r-neutral-200\/25 {
  border-right-color: rgb(229 229 229 / 0.25) !important;
}

.border-r-neutral-200\/30 {
  border-right-color: rgb(229 229 229 / 0.3) !important;
}

.border-r-neutral-200\/35 {
  border-right-color: rgb(229 229 229 / 0.35) !important;
}

.border-r-neutral-200\/40 {
  border-right-color: rgb(229 229 229 / 0.4) !important;
}

.border-r-neutral-200\/45 {
  border-right-color: rgb(229 229 229 / 0.45) !important;
}

.border-r-neutral-200\/5 {
  border-right-color: rgb(229 229 229 / 0.05) !important;
}

.border-r-neutral-200\/50 {
  border-right-color: rgb(229 229 229 / 0.5) !important;
}

.border-r-neutral-200\/55 {
  border-right-color: rgb(229 229 229 / 0.55) !important;
}

.border-r-neutral-200\/60 {
  border-right-color: rgb(229 229 229 / 0.6) !important;
}

.border-r-neutral-200\/65 {
  border-right-color: rgb(229 229 229 / 0.65) !important;
}

.border-r-neutral-200\/70 {
  border-right-color: rgb(229 229 229 / 0.7) !important;
}

.border-r-neutral-200\/75 {
  border-right-color: rgb(229 229 229 / 0.75) !important;
}

.border-r-neutral-200\/80 {
  border-right-color: rgb(229 229 229 / 0.8) !important;
}

.border-r-neutral-200\/85 {
  border-right-color: rgb(229 229 229 / 0.85) !important;
}

.border-r-neutral-200\/90 {
  border-right-color: rgb(229 229 229 / 0.9) !important;
}

.border-r-neutral-200\/95 {
  border-right-color: rgb(229 229 229 / 0.95) !important;
}

.border-r-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-300\/0 {
  border-right-color: rgb(212 212 212 / 0) !important;
}

.border-r-neutral-300\/10 {
  border-right-color: rgb(212 212 212 / 0.1) !important;
}

.border-r-neutral-300\/100 {
  border-right-color: rgb(212 212 212 / 1) !important;
}

.border-r-neutral-300\/15 {
  border-right-color: rgb(212 212 212 / 0.15) !important;
}

.border-r-neutral-300\/20 {
  border-right-color: rgb(212 212 212 / 0.2) !important;
}

.border-r-neutral-300\/25 {
  border-right-color: rgb(212 212 212 / 0.25) !important;
}

.border-r-neutral-300\/30 {
  border-right-color: rgb(212 212 212 / 0.3) !important;
}

.border-r-neutral-300\/35 {
  border-right-color: rgb(212 212 212 / 0.35) !important;
}

.border-r-neutral-300\/40 {
  border-right-color: rgb(212 212 212 / 0.4) !important;
}

.border-r-neutral-300\/45 {
  border-right-color: rgb(212 212 212 / 0.45) !important;
}

.border-r-neutral-300\/5 {
  border-right-color: rgb(212 212 212 / 0.05) !important;
}

.border-r-neutral-300\/50 {
  border-right-color: rgb(212 212 212 / 0.5) !important;
}

.border-r-neutral-300\/55 {
  border-right-color: rgb(212 212 212 / 0.55) !important;
}

.border-r-neutral-300\/60 {
  border-right-color: rgb(212 212 212 / 0.6) !important;
}

.border-r-neutral-300\/65 {
  border-right-color: rgb(212 212 212 / 0.65) !important;
}

.border-r-neutral-300\/70 {
  border-right-color: rgb(212 212 212 / 0.7) !important;
}

.border-r-neutral-300\/75 {
  border-right-color: rgb(212 212 212 / 0.75) !important;
}

.border-r-neutral-300\/80 {
  border-right-color: rgb(212 212 212 / 0.8) !important;
}

.border-r-neutral-300\/85 {
  border-right-color: rgb(212 212 212 / 0.85) !important;
}

.border-r-neutral-300\/90 {
  border-right-color: rgb(212 212 212 / 0.9) !important;
}

.border-r-neutral-300\/95 {
  border-right-color: rgb(212 212 212 / 0.95) !important;
}

.border-r-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-400\/0 {
  border-right-color: rgb(163 163 163 / 0) !important;
}

.border-r-neutral-400\/10 {
  border-right-color: rgb(163 163 163 / 0.1) !important;
}

.border-r-neutral-400\/100 {
  border-right-color: rgb(163 163 163 / 1) !important;
}

.border-r-neutral-400\/15 {
  border-right-color: rgb(163 163 163 / 0.15) !important;
}

.border-r-neutral-400\/20 {
  border-right-color: rgb(163 163 163 / 0.2) !important;
}

.border-r-neutral-400\/25 {
  border-right-color: rgb(163 163 163 / 0.25) !important;
}

.border-r-neutral-400\/30 {
  border-right-color: rgb(163 163 163 / 0.3) !important;
}

.border-r-neutral-400\/35 {
  border-right-color: rgb(163 163 163 / 0.35) !important;
}

.border-r-neutral-400\/40 {
  border-right-color: rgb(163 163 163 / 0.4) !important;
}

.border-r-neutral-400\/45 {
  border-right-color: rgb(163 163 163 / 0.45) !important;
}

.border-r-neutral-400\/5 {
  border-right-color: rgb(163 163 163 / 0.05) !important;
}

.border-r-neutral-400\/50 {
  border-right-color: rgb(163 163 163 / 0.5) !important;
}

.border-r-neutral-400\/55 {
  border-right-color: rgb(163 163 163 / 0.55) !important;
}

.border-r-neutral-400\/60 {
  border-right-color: rgb(163 163 163 / 0.6) !important;
}

.border-r-neutral-400\/65 {
  border-right-color: rgb(163 163 163 / 0.65) !important;
}

.border-r-neutral-400\/70 {
  border-right-color: rgb(163 163 163 / 0.7) !important;
}

.border-r-neutral-400\/75 {
  border-right-color: rgb(163 163 163 / 0.75) !important;
}

.border-r-neutral-400\/80 {
  border-right-color: rgb(163 163 163 / 0.8) !important;
}

.border-r-neutral-400\/85 {
  border-right-color: rgb(163 163 163 / 0.85) !important;
}

.border-r-neutral-400\/90 {
  border-right-color: rgb(163 163 163 / 0.9) !important;
}

.border-r-neutral-400\/95 {
  border-right-color: rgb(163 163 163 / 0.95) !important;
}

.border-r-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-50\/0 {
  border-right-color: rgb(250 250 250 / 0) !important;
}

.border-r-neutral-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1) !important;
}

.border-r-neutral-50\/100 {
  border-right-color: rgb(250 250 250 / 1) !important;
}

.border-r-neutral-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15) !important;
}

.border-r-neutral-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2) !important;
}

.border-r-neutral-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25) !important;
}

.border-r-neutral-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3) !important;
}

.border-r-neutral-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35) !important;
}

.border-r-neutral-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4) !important;
}

.border-r-neutral-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45) !important;
}

.border-r-neutral-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05) !important;
}

.border-r-neutral-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5) !important;
}

.border-r-neutral-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55) !important;
}

.border-r-neutral-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6) !important;
}

.border-r-neutral-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65) !important;
}

.border-r-neutral-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7) !important;
}

.border-r-neutral-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75) !important;
}

.border-r-neutral-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8) !important;
}

.border-r-neutral-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85) !important;
}

.border-r-neutral-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9) !important;
}

.border-r-neutral-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95) !important;
}

.border-r-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-500\/0 {
  border-right-color: rgb(115 115 115 / 0) !important;
}

.border-r-neutral-500\/10 {
  border-right-color: rgb(115 115 115 / 0.1) !important;
}

.border-r-neutral-500\/100 {
  border-right-color: rgb(115 115 115 / 1) !important;
}

.border-r-neutral-500\/15 {
  border-right-color: rgb(115 115 115 / 0.15) !important;
}

.border-r-neutral-500\/20 {
  border-right-color: rgb(115 115 115 / 0.2) !important;
}

.border-r-neutral-500\/25 {
  border-right-color: rgb(115 115 115 / 0.25) !important;
}

.border-r-neutral-500\/30 {
  border-right-color: rgb(115 115 115 / 0.3) !important;
}

.border-r-neutral-500\/35 {
  border-right-color: rgb(115 115 115 / 0.35) !important;
}

.border-r-neutral-500\/40 {
  border-right-color: rgb(115 115 115 / 0.4) !important;
}

.border-r-neutral-500\/45 {
  border-right-color: rgb(115 115 115 / 0.45) !important;
}

.border-r-neutral-500\/5 {
  border-right-color: rgb(115 115 115 / 0.05) !important;
}

.border-r-neutral-500\/50 {
  border-right-color: rgb(115 115 115 / 0.5) !important;
}

.border-r-neutral-500\/55 {
  border-right-color: rgb(115 115 115 / 0.55) !important;
}

.border-r-neutral-500\/60 {
  border-right-color: rgb(115 115 115 / 0.6) !important;
}

.border-r-neutral-500\/65 {
  border-right-color: rgb(115 115 115 / 0.65) !important;
}

.border-r-neutral-500\/70 {
  border-right-color: rgb(115 115 115 / 0.7) !important;
}

.border-r-neutral-500\/75 {
  border-right-color: rgb(115 115 115 / 0.75) !important;
}

.border-r-neutral-500\/80 {
  border-right-color: rgb(115 115 115 / 0.8) !important;
}

.border-r-neutral-500\/85 {
  border-right-color: rgb(115 115 115 / 0.85) !important;
}

.border-r-neutral-500\/90 {
  border-right-color: rgb(115 115 115 / 0.9) !important;
}

.border-r-neutral-500\/95 {
  border-right-color: rgb(115 115 115 / 0.95) !important;
}

.border-r-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-600\/0 {
  border-right-color: rgb(82 82 82 / 0) !important;
}

.border-r-neutral-600\/10 {
  border-right-color: rgb(82 82 82 / 0.1) !important;
}

.border-r-neutral-600\/100 {
  border-right-color: rgb(82 82 82 / 1) !important;
}

.border-r-neutral-600\/15 {
  border-right-color: rgb(82 82 82 / 0.15) !important;
}

.border-r-neutral-600\/20 {
  border-right-color: rgb(82 82 82 / 0.2) !important;
}

.border-r-neutral-600\/25 {
  border-right-color: rgb(82 82 82 / 0.25) !important;
}

.border-r-neutral-600\/30 {
  border-right-color: rgb(82 82 82 / 0.3) !important;
}

.border-r-neutral-600\/35 {
  border-right-color: rgb(82 82 82 / 0.35) !important;
}

.border-r-neutral-600\/40 {
  border-right-color: rgb(82 82 82 / 0.4) !important;
}

.border-r-neutral-600\/45 {
  border-right-color: rgb(82 82 82 / 0.45) !important;
}

.border-r-neutral-600\/5 {
  border-right-color: rgb(82 82 82 / 0.05) !important;
}

.border-r-neutral-600\/50 {
  border-right-color: rgb(82 82 82 / 0.5) !important;
}

.border-r-neutral-600\/55 {
  border-right-color: rgb(82 82 82 / 0.55) !important;
}

.border-r-neutral-600\/60 {
  border-right-color: rgb(82 82 82 / 0.6) !important;
}

.border-r-neutral-600\/65 {
  border-right-color: rgb(82 82 82 / 0.65) !important;
}

.border-r-neutral-600\/70 {
  border-right-color: rgb(82 82 82 / 0.7) !important;
}

.border-r-neutral-600\/75 {
  border-right-color: rgb(82 82 82 / 0.75) !important;
}

.border-r-neutral-600\/80 {
  border-right-color: rgb(82 82 82 / 0.8) !important;
}

.border-r-neutral-600\/85 {
  border-right-color: rgb(82 82 82 / 0.85) !important;
}

.border-r-neutral-600\/90 {
  border-right-color: rgb(82 82 82 / 0.9) !important;
}

.border-r-neutral-600\/95 {
  border-right-color: rgb(82 82 82 / 0.95) !important;
}

.border-r-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-700\/0 {
  border-right-color: rgb(64 64 64 / 0) !important;
}

.border-r-neutral-700\/10 {
  border-right-color: rgb(64 64 64 / 0.1) !important;
}

.border-r-neutral-700\/100 {
  border-right-color: rgb(64 64 64 / 1) !important;
}

.border-r-neutral-700\/15 {
  border-right-color: rgb(64 64 64 / 0.15) !important;
}

.border-r-neutral-700\/20 {
  border-right-color: rgb(64 64 64 / 0.2) !important;
}

.border-r-neutral-700\/25 {
  border-right-color: rgb(64 64 64 / 0.25) !important;
}

.border-r-neutral-700\/30 {
  border-right-color: rgb(64 64 64 / 0.3) !important;
}

.border-r-neutral-700\/35 {
  border-right-color: rgb(64 64 64 / 0.35) !important;
}

.border-r-neutral-700\/40 {
  border-right-color: rgb(64 64 64 / 0.4) !important;
}

.border-r-neutral-700\/45 {
  border-right-color: rgb(64 64 64 / 0.45) !important;
}

.border-r-neutral-700\/5 {
  border-right-color: rgb(64 64 64 / 0.05) !important;
}

.border-r-neutral-700\/50 {
  border-right-color: rgb(64 64 64 / 0.5) !important;
}

.border-r-neutral-700\/55 {
  border-right-color: rgb(64 64 64 / 0.55) !important;
}

.border-r-neutral-700\/60 {
  border-right-color: rgb(64 64 64 / 0.6) !important;
}

.border-r-neutral-700\/65 {
  border-right-color: rgb(64 64 64 / 0.65) !important;
}

.border-r-neutral-700\/70 {
  border-right-color: rgb(64 64 64 / 0.7) !important;
}

.border-r-neutral-700\/75 {
  border-right-color: rgb(64 64 64 / 0.75) !important;
}

.border-r-neutral-700\/80 {
  border-right-color: rgb(64 64 64 / 0.8) !important;
}

.border-r-neutral-700\/85 {
  border-right-color: rgb(64 64 64 / 0.85) !important;
}

.border-r-neutral-700\/90 {
  border-right-color: rgb(64 64 64 / 0.9) !important;
}

.border-r-neutral-700\/95 {
  border-right-color: rgb(64 64 64 / 0.95) !important;
}

.border-r-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-800\/0 {
  border-right-color: rgb(38 38 38 / 0) !important;
}

.border-r-neutral-800\/10 {
  border-right-color: rgb(38 38 38 / 0.1) !important;
}

.border-r-neutral-800\/100 {
  border-right-color: rgb(38 38 38 / 1) !important;
}

.border-r-neutral-800\/15 {
  border-right-color: rgb(38 38 38 / 0.15) !important;
}

.border-r-neutral-800\/20 {
  border-right-color: rgb(38 38 38 / 0.2) !important;
}

.border-r-neutral-800\/25 {
  border-right-color: rgb(38 38 38 / 0.25) !important;
}

.border-r-neutral-800\/30 {
  border-right-color: rgb(38 38 38 / 0.3) !important;
}

.border-r-neutral-800\/35 {
  border-right-color: rgb(38 38 38 / 0.35) !important;
}

.border-r-neutral-800\/40 {
  border-right-color: rgb(38 38 38 / 0.4) !important;
}

.border-r-neutral-800\/45 {
  border-right-color: rgb(38 38 38 / 0.45) !important;
}

.border-r-neutral-800\/5 {
  border-right-color: rgb(38 38 38 / 0.05) !important;
}

.border-r-neutral-800\/50 {
  border-right-color: rgb(38 38 38 / 0.5) !important;
}

.border-r-neutral-800\/55 {
  border-right-color: rgb(38 38 38 / 0.55) !important;
}

.border-r-neutral-800\/60 {
  border-right-color: rgb(38 38 38 / 0.6) !important;
}

.border-r-neutral-800\/65 {
  border-right-color: rgb(38 38 38 / 0.65) !important;
}

.border-r-neutral-800\/70 {
  border-right-color: rgb(38 38 38 / 0.7) !important;
}

.border-r-neutral-800\/75 {
  border-right-color: rgb(38 38 38 / 0.75) !important;
}

.border-r-neutral-800\/80 {
  border-right-color: rgb(38 38 38 / 0.8) !important;
}

.border-r-neutral-800\/85 {
  border-right-color: rgb(38 38 38 / 0.85) !important;
}

.border-r-neutral-800\/90 {
  border-right-color: rgb(38 38 38 / 0.9) !important;
}

.border-r-neutral-800\/95 {
  border-right-color: rgb(38 38 38 / 0.95) !important;
}

.border-r-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-900\/0 {
  border-right-color: rgb(23 23 23 / 0) !important;
}

.border-r-neutral-900\/10 {
  border-right-color: rgb(23 23 23 / 0.1) !important;
}

.border-r-neutral-900\/100 {
  border-right-color: rgb(23 23 23 / 1) !important;
}

.border-r-neutral-900\/15 {
  border-right-color: rgb(23 23 23 / 0.15) !important;
}

.border-r-neutral-900\/20 {
  border-right-color: rgb(23 23 23 / 0.2) !important;
}

.border-r-neutral-900\/25 {
  border-right-color: rgb(23 23 23 / 0.25) !important;
}

.border-r-neutral-900\/30 {
  border-right-color: rgb(23 23 23 / 0.3) !important;
}

.border-r-neutral-900\/35 {
  border-right-color: rgb(23 23 23 / 0.35) !important;
}

.border-r-neutral-900\/40 {
  border-right-color: rgb(23 23 23 / 0.4) !important;
}

.border-r-neutral-900\/45 {
  border-right-color: rgb(23 23 23 / 0.45) !important;
}

.border-r-neutral-900\/5 {
  border-right-color: rgb(23 23 23 / 0.05) !important;
}

.border-r-neutral-900\/50 {
  border-right-color: rgb(23 23 23 / 0.5) !important;
}

.border-r-neutral-900\/55 {
  border-right-color: rgb(23 23 23 / 0.55) !important;
}

.border-r-neutral-900\/60 {
  border-right-color: rgb(23 23 23 / 0.6) !important;
}

.border-r-neutral-900\/65 {
  border-right-color: rgb(23 23 23 / 0.65) !important;
}

.border-r-neutral-900\/70 {
  border-right-color: rgb(23 23 23 / 0.7) !important;
}

.border-r-neutral-900\/75 {
  border-right-color: rgb(23 23 23 / 0.75) !important;
}

.border-r-neutral-900\/80 {
  border-right-color: rgb(23 23 23 / 0.8) !important;
}

.border-r-neutral-900\/85 {
  border-right-color: rgb(23 23 23 / 0.85) !important;
}

.border-r-neutral-900\/90 {
  border-right-color: rgb(23 23 23 / 0.9) !important;
}

.border-r-neutral-900\/95 {
  border-right-color: rgb(23 23 23 / 0.95) !important;
}

.border-r-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-r-neutral-950\/0 {
  border-right-color: rgb(10 10 10 / 0) !important;
}

.border-r-neutral-950\/10 {
  border-right-color: rgb(10 10 10 / 0.1) !important;
}

.border-r-neutral-950\/100 {
  border-right-color: rgb(10 10 10 / 1) !important;
}

.border-r-neutral-950\/15 {
  border-right-color: rgb(10 10 10 / 0.15) !important;
}

.border-r-neutral-950\/20 {
  border-right-color: rgb(10 10 10 / 0.2) !important;
}

.border-r-neutral-950\/25 {
  border-right-color: rgb(10 10 10 / 0.25) !important;
}

.border-r-neutral-950\/30 {
  border-right-color: rgb(10 10 10 / 0.3) !important;
}

.border-r-neutral-950\/35 {
  border-right-color: rgb(10 10 10 / 0.35) !important;
}

.border-r-neutral-950\/40 {
  border-right-color: rgb(10 10 10 / 0.4) !important;
}

.border-r-neutral-950\/45 {
  border-right-color: rgb(10 10 10 / 0.45) !important;
}

.border-r-neutral-950\/5 {
  border-right-color: rgb(10 10 10 / 0.05) !important;
}

.border-r-neutral-950\/50 {
  border-right-color: rgb(10 10 10 / 0.5) !important;
}

.border-r-neutral-950\/55 {
  border-right-color: rgb(10 10 10 / 0.55) !important;
}

.border-r-neutral-950\/60 {
  border-right-color: rgb(10 10 10 / 0.6) !important;
}

.border-r-neutral-950\/65 {
  border-right-color: rgb(10 10 10 / 0.65) !important;
}

.border-r-neutral-950\/70 {
  border-right-color: rgb(10 10 10 / 0.7) !important;
}

.border-r-neutral-950\/75 {
  border-right-color: rgb(10 10 10 / 0.75) !important;
}

.border-r-neutral-950\/80 {
  border-right-color: rgb(10 10 10 / 0.8) !important;
}

.border-r-neutral-950\/85 {
  border-right-color: rgb(10 10 10 / 0.85) !important;
}

.border-r-neutral-950\/90 {
  border-right-color: rgb(10 10 10 / 0.9) !important;
}

.border-r-neutral-950\/95 {
  border-right-color: rgb(10 10 10 / 0.95) !important;
}

.border-r-orange-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-100\/0 {
  border-right-color: rgb(255 237 213 / 0) !important;
}

.border-r-orange-100\/10 {
  border-right-color: rgb(255 237 213 / 0.1) !important;
}

.border-r-orange-100\/100 {
  border-right-color: rgb(255 237 213 / 1) !important;
}

.border-r-orange-100\/15 {
  border-right-color: rgb(255 237 213 / 0.15) !important;
}

.border-r-orange-100\/20 {
  border-right-color: rgb(255 237 213 / 0.2) !important;
}

.border-r-orange-100\/25 {
  border-right-color: rgb(255 237 213 / 0.25) !important;
}

.border-r-orange-100\/30 {
  border-right-color: rgb(255 237 213 / 0.3) !important;
}

.border-r-orange-100\/35 {
  border-right-color: rgb(255 237 213 / 0.35) !important;
}

.border-r-orange-100\/40 {
  border-right-color: rgb(255 237 213 / 0.4) !important;
}

.border-r-orange-100\/45 {
  border-right-color: rgb(255 237 213 / 0.45) !important;
}

.border-r-orange-100\/5 {
  border-right-color: rgb(255 237 213 / 0.05) !important;
}

.border-r-orange-100\/50 {
  border-right-color: rgb(255 237 213 / 0.5) !important;
}

.border-r-orange-100\/55 {
  border-right-color: rgb(255 237 213 / 0.55) !important;
}

.border-r-orange-100\/60 {
  border-right-color: rgb(255 237 213 / 0.6) !important;
}

.border-r-orange-100\/65 {
  border-right-color: rgb(255 237 213 / 0.65) !important;
}

.border-r-orange-100\/70 {
  border-right-color: rgb(255 237 213 / 0.7) !important;
}

.border-r-orange-100\/75 {
  border-right-color: rgb(255 237 213 / 0.75) !important;
}

.border-r-orange-100\/80 {
  border-right-color: rgb(255 237 213 / 0.8) !important;
}

.border-r-orange-100\/85 {
  border-right-color: rgb(255 237 213 / 0.85) !important;
}

.border-r-orange-100\/90 {
  border-right-color: rgb(255 237 213 / 0.9) !important;
}

.border-r-orange-100\/95 {
  border-right-color: rgb(255 237 213 / 0.95) !important;
}

.border-r-orange-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-200\/0 {
  border-right-color: rgb(254 215 170 / 0) !important;
}

.border-r-orange-200\/10 {
  border-right-color: rgb(254 215 170 / 0.1) !important;
}

.border-r-orange-200\/100 {
  border-right-color: rgb(254 215 170 / 1) !important;
}

.border-r-orange-200\/15 {
  border-right-color: rgb(254 215 170 / 0.15) !important;
}

.border-r-orange-200\/20 {
  border-right-color: rgb(254 215 170 / 0.2) !important;
}

.border-r-orange-200\/25 {
  border-right-color: rgb(254 215 170 / 0.25) !important;
}

.border-r-orange-200\/30 {
  border-right-color: rgb(254 215 170 / 0.3) !important;
}

.border-r-orange-200\/35 {
  border-right-color: rgb(254 215 170 / 0.35) !important;
}

.border-r-orange-200\/40 {
  border-right-color: rgb(254 215 170 / 0.4) !important;
}

.border-r-orange-200\/45 {
  border-right-color: rgb(254 215 170 / 0.45) !important;
}

.border-r-orange-200\/5 {
  border-right-color: rgb(254 215 170 / 0.05) !important;
}

.border-r-orange-200\/50 {
  border-right-color: rgb(254 215 170 / 0.5) !important;
}

.border-r-orange-200\/55 {
  border-right-color: rgb(254 215 170 / 0.55) !important;
}

.border-r-orange-200\/60 {
  border-right-color: rgb(254 215 170 / 0.6) !important;
}

.border-r-orange-200\/65 {
  border-right-color: rgb(254 215 170 / 0.65) !important;
}

.border-r-orange-200\/70 {
  border-right-color: rgb(254 215 170 / 0.7) !important;
}

.border-r-orange-200\/75 {
  border-right-color: rgb(254 215 170 / 0.75) !important;
}

.border-r-orange-200\/80 {
  border-right-color: rgb(254 215 170 / 0.8) !important;
}

.border-r-orange-200\/85 {
  border-right-color: rgb(254 215 170 / 0.85) !important;
}

.border-r-orange-200\/90 {
  border-right-color: rgb(254 215 170 / 0.9) !important;
}

.border-r-orange-200\/95 {
  border-right-color: rgb(254 215 170 / 0.95) !important;
}

.border-r-orange-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-300\/0 {
  border-right-color: rgb(253 186 116 / 0) !important;
}

.border-r-orange-300\/10 {
  border-right-color: rgb(253 186 116 / 0.1) !important;
}

.border-r-orange-300\/100 {
  border-right-color: rgb(253 186 116 / 1) !important;
}

.border-r-orange-300\/15 {
  border-right-color: rgb(253 186 116 / 0.15) !important;
}

.border-r-orange-300\/20 {
  border-right-color: rgb(253 186 116 / 0.2) !important;
}

.border-r-orange-300\/25 {
  border-right-color: rgb(253 186 116 / 0.25) !important;
}

.border-r-orange-300\/30 {
  border-right-color: rgb(253 186 116 / 0.3) !important;
}

.border-r-orange-300\/35 {
  border-right-color: rgb(253 186 116 / 0.35) !important;
}

.border-r-orange-300\/40 {
  border-right-color: rgb(253 186 116 / 0.4) !important;
}

.border-r-orange-300\/45 {
  border-right-color: rgb(253 186 116 / 0.45) !important;
}

.border-r-orange-300\/5 {
  border-right-color: rgb(253 186 116 / 0.05) !important;
}

.border-r-orange-300\/50 {
  border-right-color: rgb(253 186 116 / 0.5) !important;
}

.border-r-orange-300\/55 {
  border-right-color: rgb(253 186 116 / 0.55) !important;
}

.border-r-orange-300\/60 {
  border-right-color: rgb(253 186 116 / 0.6) !important;
}

.border-r-orange-300\/65 {
  border-right-color: rgb(253 186 116 / 0.65) !important;
}

.border-r-orange-300\/70 {
  border-right-color: rgb(253 186 116 / 0.7) !important;
}

.border-r-orange-300\/75 {
  border-right-color: rgb(253 186 116 / 0.75) !important;
}

.border-r-orange-300\/80 {
  border-right-color: rgb(253 186 116 / 0.8) !important;
}

.border-r-orange-300\/85 {
  border-right-color: rgb(253 186 116 / 0.85) !important;
}

.border-r-orange-300\/90 {
  border-right-color: rgb(253 186 116 / 0.9) !important;
}

.border-r-orange-300\/95 {
  border-right-color: rgb(253 186 116 / 0.95) !important;
}

.border-r-orange-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-400\/0 {
  border-right-color: rgb(251 146 60 / 0) !important;
}

.border-r-orange-400\/10 {
  border-right-color: rgb(251 146 60 / 0.1) !important;
}

.border-r-orange-400\/100 {
  border-right-color: rgb(251 146 60 / 1) !important;
}

.border-r-orange-400\/15 {
  border-right-color: rgb(251 146 60 / 0.15) !important;
}

.border-r-orange-400\/20 {
  border-right-color: rgb(251 146 60 / 0.2) !important;
}

.border-r-orange-400\/25 {
  border-right-color: rgb(251 146 60 / 0.25) !important;
}

.border-r-orange-400\/30 {
  border-right-color: rgb(251 146 60 / 0.3) !important;
}

.border-r-orange-400\/35 {
  border-right-color: rgb(251 146 60 / 0.35) !important;
}

.border-r-orange-400\/40 {
  border-right-color: rgb(251 146 60 / 0.4) !important;
}

.border-r-orange-400\/45 {
  border-right-color: rgb(251 146 60 / 0.45) !important;
}

.border-r-orange-400\/5 {
  border-right-color: rgb(251 146 60 / 0.05) !important;
}

.border-r-orange-400\/50 {
  border-right-color: rgb(251 146 60 / 0.5) !important;
}

.border-r-orange-400\/55 {
  border-right-color: rgb(251 146 60 / 0.55) !important;
}

.border-r-orange-400\/60 {
  border-right-color: rgb(251 146 60 / 0.6) !important;
}

.border-r-orange-400\/65 {
  border-right-color: rgb(251 146 60 / 0.65) !important;
}

.border-r-orange-400\/70 {
  border-right-color: rgb(251 146 60 / 0.7) !important;
}

.border-r-orange-400\/75 {
  border-right-color: rgb(251 146 60 / 0.75) !important;
}

.border-r-orange-400\/80 {
  border-right-color: rgb(251 146 60 / 0.8) !important;
}

.border-r-orange-400\/85 {
  border-right-color: rgb(251 146 60 / 0.85) !important;
}

.border-r-orange-400\/90 {
  border-right-color: rgb(251 146 60 / 0.9) !important;
}

.border-r-orange-400\/95 {
  border-right-color: rgb(251 146 60 / 0.95) !important;
}

.border-r-orange-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-50\/0 {
  border-right-color: rgb(255 247 237 / 0) !important;
}

.border-r-orange-50\/10 {
  border-right-color: rgb(255 247 237 / 0.1) !important;
}

.border-r-orange-50\/100 {
  border-right-color: rgb(255 247 237 / 1) !important;
}

.border-r-orange-50\/15 {
  border-right-color: rgb(255 247 237 / 0.15) !important;
}

.border-r-orange-50\/20 {
  border-right-color: rgb(255 247 237 / 0.2) !important;
}

.border-r-orange-50\/25 {
  border-right-color: rgb(255 247 237 / 0.25) !important;
}

.border-r-orange-50\/30 {
  border-right-color: rgb(255 247 237 / 0.3) !important;
}

.border-r-orange-50\/35 {
  border-right-color: rgb(255 247 237 / 0.35) !important;
}

.border-r-orange-50\/40 {
  border-right-color: rgb(255 247 237 / 0.4) !important;
}

.border-r-orange-50\/45 {
  border-right-color: rgb(255 247 237 / 0.45) !important;
}

.border-r-orange-50\/5 {
  border-right-color: rgb(255 247 237 / 0.05) !important;
}

.border-r-orange-50\/50 {
  border-right-color: rgb(255 247 237 / 0.5) !important;
}

.border-r-orange-50\/55 {
  border-right-color: rgb(255 247 237 / 0.55) !important;
}

.border-r-orange-50\/60 {
  border-right-color: rgb(255 247 237 / 0.6) !important;
}

.border-r-orange-50\/65 {
  border-right-color: rgb(255 247 237 / 0.65) !important;
}

.border-r-orange-50\/70 {
  border-right-color: rgb(255 247 237 / 0.7) !important;
}

.border-r-orange-50\/75 {
  border-right-color: rgb(255 247 237 / 0.75) !important;
}

.border-r-orange-50\/80 {
  border-right-color: rgb(255 247 237 / 0.8) !important;
}

.border-r-orange-50\/85 {
  border-right-color: rgb(255 247 237 / 0.85) !important;
}

.border-r-orange-50\/90 {
  border-right-color: rgb(255 247 237 / 0.9) !important;
}

.border-r-orange-50\/95 {
  border-right-color: rgb(255 247 237 / 0.95) !important;
}

.border-r-orange-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-500\/0 {
  border-right-color: rgb(249 115 22 / 0) !important;
}

.border-r-orange-500\/10 {
  border-right-color: rgb(249 115 22 / 0.1) !important;
}

.border-r-orange-500\/100 {
  border-right-color: rgb(249 115 22 / 1) !important;
}

.border-r-orange-500\/15 {
  border-right-color: rgb(249 115 22 / 0.15) !important;
}

.border-r-orange-500\/20 {
  border-right-color: rgb(249 115 22 / 0.2) !important;
}

.border-r-orange-500\/25 {
  border-right-color: rgb(249 115 22 / 0.25) !important;
}

.border-r-orange-500\/30 {
  border-right-color: rgb(249 115 22 / 0.3) !important;
}

.border-r-orange-500\/35 {
  border-right-color: rgb(249 115 22 / 0.35) !important;
}

.border-r-orange-500\/40 {
  border-right-color: rgb(249 115 22 / 0.4) !important;
}

.border-r-orange-500\/45 {
  border-right-color: rgb(249 115 22 / 0.45) !important;
}

.border-r-orange-500\/5 {
  border-right-color: rgb(249 115 22 / 0.05) !important;
}

.border-r-orange-500\/50 {
  border-right-color: rgb(249 115 22 / 0.5) !important;
}

.border-r-orange-500\/55 {
  border-right-color: rgb(249 115 22 / 0.55) !important;
}

.border-r-orange-500\/60 {
  border-right-color: rgb(249 115 22 / 0.6) !important;
}

.border-r-orange-500\/65 {
  border-right-color: rgb(249 115 22 / 0.65) !important;
}

.border-r-orange-500\/70 {
  border-right-color: rgb(249 115 22 / 0.7) !important;
}

.border-r-orange-500\/75 {
  border-right-color: rgb(249 115 22 / 0.75) !important;
}

.border-r-orange-500\/80 {
  border-right-color: rgb(249 115 22 / 0.8) !important;
}

.border-r-orange-500\/85 {
  border-right-color: rgb(249 115 22 / 0.85) !important;
}

.border-r-orange-500\/90 {
  border-right-color: rgb(249 115 22 / 0.9) !important;
}

.border-r-orange-500\/95 {
  border-right-color: rgb(249 115 22 / 0.95) !important;
}

.border-r-orange-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-600\/0 {
  border-right-color: rgb(234 88 12 / 0) !important;
}

.border-r-orange-600\/10 {
  border-right-color: rgb(234 88 12 / 0.1) !important;
}

.border-r-orange-600\/100 {
  border-right-color: rgb(234 88 12 / 1) !important;
}

.border-r-orange-600\/15 {
  border-right-color: rgb(234 88 12 / 0.15) !important;
}

.border-r-orange-600\/20 {
  border-right-color: rgb(234 88 12 / 0.2) !important;
}

.border-r-orange-600\/25 {
  border-right-color: rgb(234 88 12 / 0.25) !important;
}

.border-r-orange-600\/30 {
  border-right-color: rgb(234 88 12 / 0.3) !important;
}

.border-r-orange-600\/35 {
  border-right-color: rgb(234 88 12 / 0.35) !important;
}

.border-r-orange-600\/40 {
  border-right-color: rgb(234 88 12 / 0.4) !important;
}

.border-r-orange-600\/45 {
  border-right-color: rgb(234 88 12 / 0.45) !important;
}

.border-r-orange-600\/5 {
  border-right-color: rgb(234 88 12 / 0.05) !important;
}

.border-r-orange-600\/50 {
  border-right-color: rgb(234 88 12 / 0.5) !important;
}

.border-r-orange-600\/55 {
  border-right-color: rgb(234 88 12 / 0.55) !important;
}

.border-r-orange-600\/60 {
  border-right-color: rgb(234 88 12 / 0.6) !important;
}

.border-r-orange-600\/65 {
  border-right-color: rgb(234 88 12 / 0.65) !important;
}

.border-r-orange-600\/70 {
  border-right-color: rgb(234 88 12 / 0.7) !important;
}

.border-r-orange-600\/75 {
  border-right-color: rgb(234 88 12 / 0.75) !important;
}

.border-r-orange-600\/80 {
  border-right-color: rgb(234 88 12 / 0.8) !important;
}

.border-r-orange-600\/85 {
  border-right-color: rgb(234 88 12 / 0.85) !important;
}

.border-r-orange-600\/90 {
  border-right-color: rgb(234 88 12 / 0.9) !important;
}

.border-r-orange-600\/95 {
  border-right-color: rgb(234 88 12 / 0.95) !important;
}

.border-r-orange-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-700\/0 {
  border-right-color: rgb(194 65 12 / 0) !important;
}

.border-r-orange-700\/10 {
  border-right-color: rgb(194 65 12 / 0.1) !important;
}

.border-r-orange-700\/100 {
  border-right-color: rgb(194 65 12 / 1) !important;
}

.border-r-orange-700\/15 {
  border-right-color: rgb(194 65 12 / 0.15) !important;
}

.border-r-orange-700\/20 {
  border-right-color: rgb(194 65 12 / 0.2) !important;
}

.border-r-orange-700\/25 {
  border-right-color: rgb(194 65 12 / 0.25) !important;
}

.border-r-orange-700\/30 {
  border-right-color: rgb(194 65 12 / 0.3) !important;
}

.border-r-orange-700\/35 {
  border-right-color: rgb(194 65 12 / 0.35) !important;
}

.border-r-orange-700\/40 {
  border-right-color: rgb(194 65 12 / 0.4) !important;
}

.border-r-orange-700\/45 {
  border-right-color: rgb(194 65 12 / 0.45) !important;
}

.border-r-orange-700\/5 {
  border-right-color: rgb(194 65 12 / 0.05) !important;
}

.border-r-orange-700\/50 {
  border-right-color: rgb(194 65 12 / 0.5) !important;
}

.border-r-orange-700\/55 {
  border-right-color: rgb(194 65 12 / 0.55) !important;
}

.border-r-orange-700\/60 {
  border-right-color: rgb(194 65 12 / 0.6) !important;
}

.border-r-orange-700\/65 {
  border-right-color: rgb(194 65 12 / 0.65) !important;
}

.border-r-orange-700\/70 {
  border-right-color: rgb(194 65 12 / 0.7) !important;
}

.border-r-orange-700\/75 {
  border-right-color: rgb(194 65 12 / 0.75) !important;
}

.border-r-orange-700\/80 {
  border-right-color: rgb(194 65 12 / 0.8) !important;
}

.border-r-orange-700\/85 {
  border-right-color: rgb(194 65 12 / 0.85) !important;
}

.border-r-orange-700\/90 {
  border-right-color: rgb(194 65 12 / 0.9) !important;
}

.border-r-orange-700\/95 {
  border-right-color: rgb(194 65 12 / 0.95) !important;
}

.border-r-orange-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-800\/0 {
  border-right-color: rgb(154 52 18 / 0) !important;
}

.border-r-orange-800\/10 {
  border-right-color: rgb(154 52 18 / 0.1) !important;
}

.border-r-orange-800\/100 {
  border-right-color: rgb(154 52 18 / 1) !important;
}

.border-r-orange-800\/15 {
  border-right-color: rgb(154 52 18 / 0.15) !important;
}

.border-r-orange-800\/20 {
  border-right-color: rgb(154 52 18 / 0.2) !important;
}

.border-r-orange-800\/25 {
  border-right-color: rgb(154 52 18 / 0.25) !important;
}

.border-r-orange-800\/30 {
  border-right-color: rgb(154 52 18 / 0.3) !important;
}

.border-r-orange-800\/35 {
  border-right-color: rgb(154 52 18 / 0.35) !important;
}

.border-r-orange-800\/40 {
  border-right-color: rgb(154 52 18 / 0.4) !important;
}

.border-r-orange-800\/45 {
  border-right-color: rgb(154 52 18 / 0.45) !important;
}

.border-r-orange-800\/5 {
  border-right-color: rgb(154 52 18 / 0.05) !important;
}

.border-r-orange-800\/50 {
  border-right-color: rgb(154 52 18 / 0.5) !important;
}

.border-r-orange-800\/55 {
  border-right-color: rgb(154 52 18 / 0.55) !important;
}

.border-r-orange-800\/60 {
  border-right-color: rgb(154 52 18 / 0.6) !important;
}

.border-r-orange-800\/65 {
  border-right-color: rgb(154 52 18 / 0.65) !important;
}

.border-r-orange-800\/70 {
  border-right-color: rgb(154 52 18 / 0.7) !important;
}

.border-r-orange-800\/75 {
  border-right-color: rgb(154 52 18 / 0.75) !important;
}

.border-r-orange-800\/80 {
  border-right-color: rgb(154 52 18 / 0.8) !important;
}

.border-r-orange-800\/85 {
  border-right-color: rgb(154 52 18 / 0.85) !important;
}

.border-r-orange-800\/90 {
  border-right-color: rgb(154 52 18 / 0.9) !important;
}

.border-r-orange-800\/95 {
  border-right-color: rgb(154 52 18 / 0.95) !important;
}

.border-r-orange-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-900\/0 {
  border-right-color: rgb(124 45 18 / 0) !important;
}

.border-r-orange-900\/10 {
  border-right-color: rgb(124 45 18 / 0.1) !important;
}

.border-r-orange-900\/100 {
  border-right-color: rgb(124 45 18 / 1) !important;
}

.border-r-orange-900\/15 {
  border-right-color: rgb(124 45 18 / 0.15) !important;
}

.border-r-orange-900\/20 {
  border-right-color: rgb(124 45 18 / 0.2) !important;
}

.border-r-orange-900\/25 {
  border-right-color: rgb(124 45 18 / 0.25) !important;
}

.border-r-orange-900\/30 {
  border-right-color: rgb(124 45 18 / 0.3) !important;
}

.border-r-orange-900\/35 {
  border-right-color: rgb(124 45 18 / 0.35) !important;
}

.border-r-orange-900\/40 {
  border-right-color: rgb(124 45 18 / 0.4) !important;
}

.border-r-orange-900\/45 {
  border-right-color: rgb(124 45 18 / 0.45) !important;
}

.border-r-orange-900\/5 {
  border-right-color: rgb(124 45 18 / 0.05) !important;
}

.border-r-orange-900\/50 {
  border-right-color: rgb(124 45 18 / 0.5) !important;
}

.border-r-orange-900\/55 {
  border-right-color: rgb(124 45 18 / 0.55) !important;
}

.border-r-orange-900\/60 {
  border-right-color: rgb(124 45 18 / 0.6) !important;
}

.border-r-orange-900\/65 {
  border-right-color: rgb(124 45 18 / 0.65) !important;
}

.border-r-orange-900\/70 {
  border-right-color: rgb(124 45 18 / 0.7) !important;
}

.border-r-orange-900\/75 {
  border-right-color: rgb(124 45 18 / 0.75) !important;
}

.border-r-orange-900\/80 {
  border-right-color: rgb(124 45 18 / 0.8) !important;
}

.border-r-orange-900\/85 {
  border-right-color: rgb(124 45 18 / 0.85) !important;
}

.border-r-orange-900\/90 {
  border-right-color: rgb(124 45 18 / 0.9) !important;
}

.border-r-orange-900\/95 {
  border-right-color: rgb(124 45 18 / 0.95) !important;
}

.border-r-orange-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-r-orange-950\/0 {
  border-right-color: rgb(67 20 7 / 0) !important;
}

.border-r-orange-950\/10 {
  border-right-color: rgb(67 20 7 / 0.1) !important;
}

.border-r-orange-950\/100 {
  border-right-color: rgb(67 20 7 / 1) !important;
}

.border-r-orange-950\/15 {
  border-right-color: rgb(67 20 7 / 0.15) !important;
}

.border-r-orange-950\/20 {
  border-right-color: rgb(67 20 7 / 0.2) !important;
}

.border-r-orange-950\/25 {
  border-right-color: rgb(67 20 7 / 0.25) !important;
}

.border-r-orange-950\/30 {
  border-right-color: rgb(67 20 7 / 0.3) !important;
}

.border-r-orange-950\/35 {
  border-right-color: rgb(67 20 7 / 0.35) !important;
}

.border-r-orange-950\/40 {
  border-right-color: rgb(67 20 7 / 0.4) !important;
}

.border-r-orange-950\/45 {
  border-right-color: rgb(67 20 7 / 0.45) !important;
}

.border-r-orange-950\/5 {
  border-right-color: rgb(67 20 7 / 0.05) !important;
}

.border-r-orange-950\/50 {
  border-right-color: rgb(67 20 7 / 0.5) !important;
}

.border-r-orange-950\/55 {
  border-right-color: rgb(67 20 7 / 0.55) !important;
}

.border-r-orange-950\/60 {
  border-right-color: rgb(67 20 7 / 0.6) !important;
}

.border-r-orange-950\/65 {
  border-right-color: rgb(67 20 7 / 0.65) !important;
}

.border-r-orange-950\/70 {
  border-right-color: rgb(67 20 7 / 0.7) !important;
}

.border-r-orange-950\/75 {
  border-right-color: rgb(67 20 7 / 0.75) !important;
}

.border-r-orange-950\/80 {
  border-right-color: rgb(67 20 7 / 0.8) !important;
}

.border-r-orange-950\/85 {
  border-right-color: rgb(67 20 7 / 0.85) !important;
}

.border-r-orange-950\/90 {
  border-right-color: rgb(67 20 7 / 0.9) !important;
}

.border-r-orange-950\/95 {
  border-right-color: rgb(67 20 7 / 0.95) !important;
}

.border-r-pink-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-100\/0 {
  border-right-color: rgb(252 231 243 / 0) !important;
}

.border-r-pink-100\/10 {
  border-right-color: rgb(252 231 243 / 0.1) !important;
}

.border-r-pink-100\/100 {
  border-right-color: rgb(252 231 243 / 1) !important;
}

.border-r-pink-100\/15 {
  border-right-color: rgb(252 231 243 / 0.15) !important;
}

.border-r-pink-100\/20 {
  border-right-color: rgb(252 231 243 / 0.2) !important;
}

.border-r-pink-100\/25 {
  border-right-color: rgb(252 231 243 / 0.25) !important;
}

.border-r-pink-100\/30 {
  border-right-color: rgb(252 231 243 / 0.3) !important;
}

.border-r-pink-100\/35 {
  border-right-color: rgb(252 231 243 / 0.35) !important;
}

.border-r-pink-100\/40 {
  border-right-color: rgb(252 231 243 / 0.4) !important;
}

.border-r-pink-100\/45 {
  border-right-color: rgb(252 231 243 / 0.45) !important;
}

.border-r-pink-100\/5 {
  border-right-color: rgb(252 231 243 / 0.05) !important;
}

.border-r-pink-100\/50 {
  border-right-color: rgb(252 231 243 / 0.5) !important;
}

.border-r-pink-100\/55 {
  border-right-color: rgb(252 231 243 / 0.55) !important;
}

.border-r-pink-100\/60 {
  border-right-color: rgb(252 231 243 / 0.6) !important;
}

.border-r-pink-100\/65 {
  border-right-color: rgb(252 231 243 / 0.65) !important;
}

.border-r-pink-100\/70 {
  border-right-color: rgb(252 231 243 / 0.7) !important;
}

.border-r-pink-100\/75 {
  border-right-color: rgb(252 231 243 / 0.75) !important;
}

.border-r-pink-100\/80 {
  border-right-color: rgb(252 231 243 / 0.8) !important;
}

.border-r-pink-100\/85 {
  border-right-color: rgb(252 231 243 / 0.85) !important;
}

.border-r-pink-100\/90 {
  border-right-color: rgb(252 231 243 / 0.9) !important;
}

.border-r-pink-100\/95 {
  border-right-color: rgb(252 231 243 / 0.95) !important;
}

.border-r-pink-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-200\/0 {
  border-right-color: rgb(251 207 232 / 0) !important;
}

.border-r-pink-200\/10 {
  border-right-color: rgb(251 207 232 / 0.1) !important;
}

.border-r-pink-200\/100 {
  border-right-color: rgb(251 207 232 / 1) !important;
}

.border-r-pink-200\/15 {
  border-right-color: rgb(251 207 232 / 0.15) !important;
}

.border-r-pink-200\/20 {
  border-right-color: rgb(251 207 232 / 0.2) !important;
}

.border-r-pink-200\/25 {
  border-right-color: rgb(251 207 232 / 0.25) !important;
}

.border-r-pink-200\/30 {
  border-right-color: rgb(251 207 232 / 0.3) !important;
}

.border-r-pink-200\/35 {
  border-right-color: rgb(251 207 232 / 0.35) !important;
}

.border-r-pink-200\/40 {
  border-right-color: rgb(251 207 232 / 0.4) !important;
}

.border-r-pink-200\/45 {
  border-right-color: rgb(251 207 232 / 0.45) !important;
}

.border-r-pink-200\/5 {
  border-right-color: rgb(251 207 232 / 0.05) !important;
}

.border-r-pink-200\/50 {
  border-right-color: rgb(251 207 232 / 0.5) !important;
}

.border-r-pink-200\/55 {
  border-right-color: rgb(251 207 232 / 0.55) !important;
}

.border-r-pink-200\/60 {
  border-right-color: rgb(251 207 232 / 0.6) !important;
}

.border-r-pink-200\/65 {
  border-right-color: rgb(251 207 232 / 0.65) !important;
}

.border-r-pink-200\/70 {
  border-right-color: rgb(251 207 232 / 0.7) !important;
}

.border-r-pink-200\/75 {
  border-right-color: rgb(251 207 232 / 0.75) !important;
}

.border-r-pink-200\/80 {
  border-right-color: rgb(251 207 232 / 0.8) !important;
}

.border-r-pink-200\/85 {
  border-right-color: rgb(251 207 232 / 0.85) !important;
}

.border-r-pink-200\/90 {
  border-right-color: rgb(251 207 232 / 0.9) !important;
}

.border-r-pink-200\/95 {
  border-right-color: rgb(251 207 232 / 0.95) !important;
}

.border-r-pink-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-300\/0 {
  border-right-color: rgb(249 168 212 / 0) !important;
}

.border-r-pink-300\/10 {
  border-right-color: rgb(249 168 212 / 0.1) !important;
}

.border-r-pink-300\/100 {
  border-right-color: rgb(249 168 212 / 1) !important;
}

.border-r-pink-300\/15 {
  border-right-color: rgb(249 168 212 / 0.15) !important;
}

.border-r-pink-300\/20 {
  border-right-color: rgb(249 168 212 / 0.2) !important;
}

.border-r-pink-300\/25 {
  border-right-color: rgb(249 168 212 / 0.25) !important;
}

.border-r-pink-300\/30 {
  border-right-color: rgb(249 168 212 / 0.3) !important;
}

.border-r-pink-300\/35 {
  border-right-color: rgb(249 168 212 / 0.35) !important;
}

.border-r-pink-300\/40 {
  border-right-color: rgb(249 168 212 / 0.4) !important;
}

.border-r-pink-300\/45 {
  border-right-color: rgb(249 168 212 / 0.45) !important;
}

.border-r-pink-300\/5 {
  border-right-color: rgb(249 168 212 / 0.05) !important;
}

.border-r-pink-300\/50 {
  border-right-color: rgb(249 168 212 / 0.5) !important;
}

.border-r-pink-300\/55 {
  border-right-color: rgb(249 168 212 / 0.55) !important;
}

.border-r-pink-300\/60 {
  border-right-color: rgb(249 168 212 / 0.6) !important;
}

.border-r-pink-300\/65 {
  border-right-color: rgb(249 168 212 / 0.65) !important;
}

.border-r-pink-300\/70 {
  border-right-color: rgb(249 168 212 / 0.7) !important;
}

.border-r-pink-300\/75 {
  border-right-color: rgb(249 168 212 / 0.75) !important;
}

.border-r-pink-300\/80 {
  border-right-color: rgb(249 168 212 / 0.8) !important;
}

.border-r-pink-300\/85 {
  border-right-color: rgb(249 168 212 / 0.85) !important;
}

.border-r-pink-300\/90 {
  border-right-color: rgb(249 168 212 / 0.9) !important;
}

.border-r-pink-300\/95 {
  border-right-color: rgb(249 168 212 / 0.95) !important;
}

.border-r-pink-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-400\/0 {
  border-right-color: rgb(244 114 182 / 0) !important;
}

.border-r-pink-400\/10 {
  border-right-color: rgb(244 114 182 / 0.1) !important;
}

.border-r-pink-400\/100 {
  border-right-color: rgb(244 114 182 / 1) !important;
}

.border-r-pink-400\/15 {
  border-right-color: rgb(244 114 182 / 0.15) !important;
}

.border-r-pink-400\/20 {
  border-right-color: rgb(244 114 182 / 0.2) !important;
}

.border-r-pink-400\/25 {
  border-right-color: rgb(244 114 182 / 0.25) !important;
}

.border-r-pink-400\/30 {
  border-right-color: rgb(244 114 182 / 0.3) !important;
}

.border-r-pink-400\/35 {
  border-right-color: rgb(244 114 182 / 0.35) !important;
}

.border-r-pink-400\/40 {
  border-right-color: rgb(244 114 182 / 0.4) !important;
}

.border-r-pink-400\/45 {
  border-right-color: rgb(244 114 182 / 0.45) !important;
}

.border-r-pink-400\/5 {
  border-right-color: rgb(244 114 182 / 0.05) !important;
}

.border-r-pink-400\/50 {
  border-right-color: rgb(244 114 182 / 0.5) !important;
}

.border-r-pink-400\/55 {
  border-right-color: rgb(244 114 182 / 0.55) !important;
}

.border-r-pink-400\/60 {
  border-right-color: rgb(244 114 182 / 0.6) !important;
}

.border-r-pink-400\/65 {
  border-right-color: rgb(244 114 182 / 0.65) !important;
}

.border-r-pink-400\/70 {
  border-right-color: rgb(244 114 182 / 0.7) !important;
}

.border-r-pink-400\/75 {
  border-right-color: rgb(244 114 182 / 0.75) !important;
}

.border-r-pink-400\/80 {
  border-right-color: rgb(244 114 182 / 0.8) !important;
}

.border-r-pink-400\/85 {
  border-right-color: rgb(244 114 182 / 0.85) !important;
}

.border-r-pink-400\/90 {
  border-right-color: rgb(244 114 182 / 0.9) !important;
}

.border-r-pink-400\/95 {
  border-right-color: rgb(244 114 182 / 0.95) !important;
}

.border-r-pink-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-50\/0 {
  border-right-color: rgb(253 242 248 / 0) !important;
}

.border-r-pink-50\/10 {
  border-right-color: rgb(253 242 248 / 0.1) !important;
}

.border-r-pink-50\/100 {
  border-right-color: rgb(253 242 248 / 1) !important;
}

.border-r-pink-50\/15 {
  border-right-color: rgb(253 242 248 / 0.15) !important;
}

.border-r-pink-50\/20 {
  border-right-color: rgb(253 242 248 / 0.2) !important;
}

.border-r-pink-50\/25 {
  border-right-color: rgb(253 242 248 / 0.25) !important;
}

.border-r-pink-50\/30 {
  border-right-color: rgb(253 242 248 / 0.3) !important;
}

.border-r-pink-50\/35 {
  border-right-color: rgb(253 242 248 / 0.35) !important;
}

.border-r-pink-50\/40 {
  border-right-color: rgb(253 242 248 / 0.4) !important;
}

.border-r-pink-50\/45 {
  border-right-color: rgb(253 242 248 / 0.45) !important;
}

.border-r-pink-50\/5 {
  border-right-color: rgb(253 242 248 / 0.05) !important;
}

.border-r-pink-50\/50 {
  border-right-color: rgb(253 242 248 / 0.5) !important;
}

.border-r-pink-50\/55 {
  border-right-color: rgb(253 242 248 / 0.55) !important;
}

.border-r-pink-50\/60 {
  border-right-color: rgb(253 242 248 / 0.6) !important;
}

.border-r-pink-50\/65 {
  border-right-color: rgb(253 242 248 / 0.65) !important;
}

.border-r-pink-50\/70 {
  border-right-color: rgb(253 242 248 / 0.7) !important;
}

.border-r-pink-50\/75 {
  border-right-color: rgb(253 242 248 / 0.75) !important;
}

.border-r-pink-50\/80 {
  border-right-color: rgb(253 242 248 / 0.8) !important;
}

.border-r-pink-50\/85 {
  border-right-color: rgb(253 242 248 / 0.85) !important;
}

.border-r-pink-50\/90 {
  border-right-color: rgb(253 242 248 / 0.9) !important;
}

.border-r-pink-50\/95 {
  border-right-color: rgb(253 242 248 / 0.95) !important;
}

.border-r-pink-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-500\/0 {
  border-right-color: rgb(236 72 153 / 0) !important;
}

.border-r-pink-500\/10 {
  border-right-color: rgb(236 72 153 / 0.1) !important;
}

.border-r-pink-500\/100 {
  border-right-color: rgb(236 72 153 / 1) !important;
}

.border-r-pink-500\/15 {
  border-right-color: rgb(236 72 153 / 0.15) !important;
}

.border-r-pink-500\/20 {
  border-right-color: rgb(236 72 153 / 0.2) !important;
}

.border-r-pink-500\/25 {
  border-right-color: rgb(236 72 153 / 0.25) !important;
}

.border-r-pink-500\/30 {
  border-right-color: rgb(236 72 153 / 0.3) !important;
}

.border-r-pink-500\/35 {
  border-right-color: rgb(236 72 153 / 0.35) !important;
}

.border-r-pink-500\/40 {
  border-right-color: rgb(236 72 153 / 0.4) !important;
}

.border-r-pink-500\/45 {
  border-right-color: rgb(236 72 153 / 0.45) !important;
}

.border-r-pink-500\/5 {
  border-right-color: rgb(236 72 153 / 0.05) !important;
}

.border-r-pink-500\/50 {
  border-right-color: rgb(236 72 153 / 0.5) !important;
}

.border-r-pink-500\/55 {
  border-right-color: rgb(236 72 153 / 0.55) !important;
}

.border-r-pink-500\/60 {
  border-right-color: rgb(236 72 153 / 0.6) !important;
}

.border-r-pink-500\/65 {
  border-right-color: rgb(236 72 153 / 0.65) !important;
}

.border-r-pink-500\/70 {
  border-right-color: rgb(236 72 153 / 0.7) !important;
}

.border-r-pink-500\/75 {
  border-right-color: rgb(236 72 153 / 0.75) !important;
}

.border-r-pink-500\/80 {
  border-right-color: rgb(236 72 153 / 0.8) !important;
}

.border-r-pink-500\/85 {
  border-right-color: rgb(236 72 153 / 0.85) !important;
}

.border-r-pink-500\/90 {
  border-right-color: rgb(236 72 153 / 0.9) !important;
}

.border-r-pink-500\/95 {
  border-right-color: rgb(236 72 153 / 0.95) !important;
}

.border-r-pink-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-600\/0 {
  border-right-color: rgb(219 39 119 / 0) !important;
}

.border-r-pink-600\/10 {
  border-right-color: rgb(219 39 119 / 0.1) !important;
}

.border-r-pink-600\/100 {
  border-right-color: rgb(219 39 119 / 1) !important;
}

.border-r-pink-600\/15 {
  border-right-color: rgb(219 39 119 / 0.15) !important;
}

.border-r-pink-600\/20 {
  border-right-color: rgb(219 39 119 / 0.2) !important;
}

.border-r-pink-600\/25 {
  border-right-color: rgb(219 39 119 / 0.25) !important;
}

.border-r-pink-600\/30 {
  border-right-color: rgb(219 39 119 / 0.3) !important;
}

.border-r-pink-600\/35 {
  border-right-color: rgb(219 39 119 / 0.35) !important;
}

.border-r-pink-600\/40 {
  border-right-color: rgb(219 39 119 / 0.4) !important;
}

.border-r-pink-600\/45 {
  border-right-color: rgb(219 39 119 / 0.45) !important;
}

.border-r-pink-600\/5 {
  border-right-color: rgb(219 39 119 / 0.05) !important;
}

.border-r-pink-600\/50 {
  border-right-color: rgb(219 39 119 / 0.5) !important;
}

.border-r-pink-600\/55 {
  border-right-color: rgb(219 39 119 / 0.55) !important;
}

.border-r-pink-600\/60 {
  border-right-color: rgb(219 39 119 / 0.6) !important;
}

.border-r-pink-600\/65 {
  border-right-color: rgb(219 39 119 / 0.65) !important;
}

.border-r-pink-600\/70 {
  border-right-color: rgb(219 39 119 / 0.7) !important;
}

.border-r-pink-600\/75 {
  border-right-color: rgb(219 39 119 / 0.75) !important;
}

.border-r-pink-600\/80 {
  border-right-color: rgb(219 39 119 / 0.8) !important;
}

.border-r-pink-600\/85 {
  border-right-color: rgb(219 39 119 / 0.85) !important;
}

.border-r-pink-600\/90 {
  border-right-color: rgb(219 39 119 / 0.9) !important;
}

.border-r-pink-600\/95 {
  border-right-color: rgb(219 39 119 / 0.95) !important;
}

.border-r-pink-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-700\/0 {
  border-right-color: rgb(190 24 93 / 0) !important;
}

.border-r-pink-700\/10 {
  border-right-color: rgb(190 24 93 / 0.1) !important;
}

.border-r-pink-700\/100 {
  border-right-color: rgb(190 24 93 / 1) !important;
}

.border-r-pink-700\/15 {
  border-right-color: rgb(190 24 93 / 0.15) !important;
}

.border-r-pink-700\/20 {
  border-right-color: rgb(190 24 93 / 0.2) !important;
}

.border-r-pink-700\/25 {
  border-right-color: rgb(190 24 93 / 0.25) !important;
}

.border-r-pink-700\/30 {
  border-right-color: rgb(190 24 93 / 0.3) !important;
}

.border-r-pink-700\/35 {
  border-right-color: rgb(190 24 93 / 0.35) !important;
}

.border-r-pink-700\/40 {
  border-right-color: rgb(190 24 93 / 0.4) !important;
}

.border-r-pink-700\/45 {
  border-right-color: rgb(190 24 93 / 0.45) !important;
}

.border-r-pink-700\/5 {
  border-right-color: rgb(190 24 93 / 0.05) !important;
}

.border-r-pink-700\/50 {
  border-right-color: rgb(190 24 93 / 0.5) !important;
}

.border-r-pink-700\/55 {
  border-right-color: rgb(190 24 93 / 0.55) !important;
}

.border-r-pink-700\/60 {
  border-right-color: rgb(190 24 93 / 0.6) !important;
}

.border-r-pink-700\/65 {
  border-right-color: rgb(190 24 93 / 0.65) !important;
}

.border-r-pink-700\/70 {
  border-right-color: rgb(190 24 93 / 0.7) !important;
}

.border-r-pink-700\/75 {
  border-right-color: rgb(190 24 93 / 0.75) !important;
}

.border-r-pink-700\/80 {
  border-right-color: rgb(190 24 93 / 0.8) !important;
}

.border-r-pink-700\/85 {
  border-right-color: rgb(190 24 93 / 0.85) !important;
}

.border-r-pink-700\/90 {
  border-right-color: rgb(190 24 93 / 0.9) !important;
}

.border-r-pink-700\/95 {
  border-right-color: rgb(190 24 93 / 0.95) !important;
}

.border-r-pink-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-800\/0 {
  border-right-color: rgb(157 23 77 / 0) !important;
}

.border-r-pink-800\/10 {
  border-right-color: rgb(157 23 77 / 0.1) !important;
}

.border-r-pink-800\/100 {
  border-right-color: rgb(157 23 77 / 1) !important;
}

.border-r-pink-800\/15 {
  border-right-color: rgb(157 23 77 / 0.15) !important;
}

.border-r-pink-800\/20 {
  border-right-color: rgb(157 23 77 / 0.2) !important;
}

.border-r-pink-800\/25 {
  border-right-color: rgb(157 23 77 / 0.25) !important;
}

.border-r-pink-800\/30 {
  border-right-color: rgb(157 23 77 / 0.3) !important;
}

.border-r-pink-800\/35 {
  border-right-color: rgb(157 23 77 / 0.35) !important;
}

.border-r-pink-800\/40 {
  border-right-color: rgb(157 23 77 / 0.4) !important;
}

.border-r-pink-800\/45 {
  border-right-color: rgb(157 23 77 / 0.45) !important;
}

.border-r-pink-800\/5 {
  border-right-color: rgb(157 23 77 / 0.05) !important;
}

.border-r-pink-800\/50 {
  border-right-color: rgb(157 23 77 / 0.5) !important;
}

.border-r-pink-800\/55 {
  border-right-color: rgb(157 23 77 / 0.55) !important;
}

.border-r-pink-800\/60 {
  border-right-color: rgb(157 23 77 / 0.6) !important;
}

.border-r-pink-800\/65 {
  border-right-color: rgb(157 23 77 / 0.65) !important;
}

.border-r-pink-800\/70 {
  border-right-color: rgb(157 23 77 / 0.7) !important;
}

.border-r-pink-800\/75 {
  border-right-color: rgb(157 23 77 / 0.75) !important;
}

.border-r-pink-800\/80 {
  border-right-color: rgb(157 23 77 / 0.8) !important;
}

.border-r-pink-800\/85 {
  border-right-color: rgb(157 23 77 / 0.85) !important;
}

.border-r-pink-800\/90 {
  border-right-color: rgb(157 23 77 / 0.9) !important;
}

.border-r-pink-800\/95 {
  border-right-color: rgb(157 23 77 / 0.95) !important;
}

.border-r-pink-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-900\/0 {
  border-right-color: rgb(131 24 67 / 0) !important;
}

.border-r-pink-900\/10 {
  border-right-color: rgb(131 24 67 / 0.1) !important;
}

.border-r-pink-900\/100 {
  border-right-color: rgb(131 24 67 / 1) !important;
}

.border-r-pink-900\/15 {
  border-right-color: rgb(131 24 67 / 0.15) !important;
}

.border-r-pink-900\/20 {
  border-right-color: rgb(131 24 67 / 0.2) !important;
}

.border-r-pink-900\/25 {
  border-right-color: rgb(131 24 67 / 0.25) !important;
}

.border-r-pink-900\/30 {
  border-right-color: rgb(131 24 67 / 0.3) !important;
}

.border-r-pink-900\/35 {
  border-right-color: rgb(131 24 67 / 0.35) !important;
}

.border-r-pink-900\/40 {
  border-right-color: rgb(131 24 67 / 0.4) !important;
}

.border-r-pink-900\/45 {
  border-right-color: rgb(131 24 67 / 0.45) !important;
}

.border-r-pink-900\/5 {
  border-right-color: rgb(131 24 67 / 0.05) !important;
}

.border-r-pink-900\/50 {
  border-right-color: rgb(131 24 67 / 0.5) !important;
}

.border-r-pink-900\/55 {
  border-right-color: rgb(131 24 67 / 0.55) !important;
}

.border-r-pink-900\/60 {
  border-right-color: rgb(131 24 67 / 0.6) !important;
}

.border-r-pink-900\/65 {
  border-right-color: rgb(131 24 67 / 0.65) !important;
}

.border-r-pink-900\/70 {
  border-right-color: rgb(131 24 67 / 0.7) !important;
}

.border-r-pink-900\/75 {
  border-right-color: rgb(131 24 67 / 0.75) !important;
}

.border-r-pink-900\/80 {
  border-right-color: rgb(131 24 67 / 0.8) !important;
}

.border-r-pink-900\/85 {
  border-right-color: rgb(131 24 67 / 0.85) !important;
}

.border-r-pink-900\/90 {
  border-right-color: rgb(131 24 67 / 0.9) !important;
}

.border-r-pink-900\/95 {
  border-right-color: rgb(131 24 67 / 0.95) !important;
}

.border-r-pink-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-r-pink-950\/0 {
  border-right-color: rgb(80 7 36 / 0) !important;
}

.border-r-pink-950\/10 {
  border-right-color: rgb(80 7 36 / 0.1) !important;
}

.border-r-pink-950\/100 {
  border-right-color: rgb(80 7 36 / 1) !important;
}

.border-r-pink-950\/15 {
  border-right-color: rgb(80 7 36 / 0.15) !important;
}

.border-r-pink-950\/20 {
  border-right-color: rgb(80 7 36 / 0.2) !important;
}

.border-r-pink-950\/25 {
  border-right-color: rgb(80 7 36 / 0.25) !important;
}

.border-r-pink-950\/30 {
  border-right-color: rgb(80 7 36 / 0.3) !important;
}

.border-r-pink-950\/35 {
  border-right-color: rgb(80 7 36 / 0.35) !important;
}

.border-r-pink-950\/40 {
  border-right-color: rgb(80 7 36 / 0.4) !important;
}

.border-r-pink-950\/45 {
  border-right-color: rgb(80 7 36 / 0.45) !important;
}

.border-r-pink-950\/5 {
  border-right-color: rgb(80 7 36 / 0.05) !important;
}

.border-r-pink-950\/50 {
  border-right-color: rgb(80 7 36 / 0.5) !important;
}

.border-r-pink-950\/55 {
  border-right-color: rgb(80 7 36 / 0.55) !important;
}

.border-r-pink-950\/60 {
  border-right-color: rgb(80 7 36 / 0.6) !important;
}

.border-r-pink-950\/65 {
  border-right-color: rgb(80 7 36 / 0.65) !important;
}

.border-r-pink-950\/70 {
  border-right-color: rgb(80 7 36 / 0.7) !important;
}

.border-r-pink-950\/75 {
  border-right-color: rgb(80 7 36 / 0.75) !important;
}

.border-r-pink-950\/80 {
  border-right-color: rgb(80 7 36 / 0.8) !important;
}

.border-r-pink-950\/85 {
  border-right-color: rgb(80 7 36 / 0.85) !important;
}

.border-r-pink-950\/90 {
  border-right-color: rgb(80 7 36 / 0.9) !important;
}

.border-r-pink-950\/95 {
  border-right-color: rgb(80 7 36 / 0.95) !important;
}

.border-r-purple-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-100\/0 {
  border-right-color: rgb(243 232 255 / 0) !important;
}

.border-r-purple-100\/10 {
  border-right-color: rgb(243 232 255 / 0.1) !important;
}

.border-r-purple-100\/100 {
  border-right-color: rgb(243 232 255 / 1) !important;
}

.border-r-purple-100\/15 {
  border-right-color: rgb(243 232 255 / 0.15) !important;
}

.border-r-purple-100\/20 {
  border-right-color: rgb(243 232 255 / 0.2) !important;
}

.border-r-purple-100\/25 {
  border-right-color: rgb(243 232 255 / 0.25) !important;
}

.border-r-purple-100\/30 {
  border-right-color: rgb(243 232 255 / 0.3) !important;
}

.border-r-purple-100\/35 {
  border-right-color: rgb(243 232 255 / 0.35) !important;
}

.border-r-purple-100\/40 {
  border-right-color: rgb(243 232 255 / 0.4) !important;
}

.border-r-purple-100\/45 {
  border-right-color: rgb(243 232 255 / 0.45) !important;
}

.border-r-purple-100\/5 {
  border-right-color: rgb(243 232 255 / 0.05) !important;
}

.border-r-purple-100\/50 {
  border-right-color: rgb(243 232 255 / 0.5) !important;
}

.border-r-purple-100\/55 {
  border-right-color: rgb(243 232 255 / 0.55) !important;
}

.border-r-purple-100\/60 {
  border-right-color: rgb(243 232 255 / 0.6) !important;
}

.border-r-purple-100\/65 {
  border-right-color: rgb(243 232 255 / 0.65) !important;
}

.border-r-purple-100\/70 {
  border-right-color: rgb(243 232 255 / 0.7) !important;
}

.border-r-purple-100\/75 {
  border-right-color: rgb(243 232 255 / 0.75) !important;
}

.border-r-purple-100\/80 {
  border-right-color: rgb(243 232 255 / 0.8) !important;
}

.border-r-purple-100\/85 {
  border-right-color: rgb(243 232 255 / 0.85) !important;
}

.border-r-purple-100\/90 {
  border-right-color: rgb(243 232 255 / 0.9) !important;
}

.border-r-purple-100\/95 {
  border-right-color: rgb(243 232 255 / 0.95) !important;
}

.border-r-purple-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-200\/0 {
  border-right-color: rgb(233 213 255 / 0) !important;
}

.border-r-purple-200\/10 {
  border-right-color: rgb(233 213 255 / 0.1) !important;
}

.border-r-purple-200\/100 {
  border-right-color: rgb(233 213 255 / 1) !important;
}

.border-r-purple-200\/15 {
  border-right-color: rgb(233 213 255 / 0.15) !important;
}

.border-r-purple-200\/20 {
  border-right-color: rgb(233 213 255 / 0.2) !important;
}

.border-r-purple-200\/25 {
  border-right-color: rgb(233 213 255 / 0.25) !important;
}

.border-r-purple-200\/30 {
  border-right-color: rgb(233 213 255 / 0.3) !important;
}

.border-r-purple-200\/35 {
  border-right-color: rgb(233 213 255 / 0.35) !important;
}

.border-r-purple-200\/40 {
  border-right-color: rgb(233 213 255 / 0.4) !important;
}

.border-r-purple-200\/45 {
  border-right-color: rgb(233 213 255 / 0.45) !important;
}

.border-r-purple-200\/5 {
  border-right-color: rgb(233 213 255 / 0.05) !important;
}

.border-r-purple-200\/50 {
  border-right-color: rgb(233 213 255 / 0.5) !important;
}

.border-r-purple-200\/55 {
  border-right-color: rgb(233 213 255 / 0.55) !important;
}

.border-r-purple-200\/60 {
  border-right-color: rgb(233 213 255 / 0.6) !important;
}

.border-r-purple-200\/65 {
  border-right-color: rgb(233 213 255 / 0.65) !important;
}

.border-r-purple-200\/70 {
  border-right-color: rgb(233 213 255 / 0.7) !important;
}

.border-r-purple-200\/75 {
  border-right-color: rgb(233 213 255 / 0.75) !important;
}

.border-r-purple-200\/80 {
  border-right-color: rgb(233 213 255 / 0.8) !important;
}

.border-r-purple-200\/85 {
  border-right-color: rgb(233 213 255 / 0.85) !important;
}

.border-r-purple-200\/90 {
  border-right-color: rgb(233 213 255 / 0.9) !important;
}

.border-r-purple-200\/95 {
  border-right-color: rgb(233 213 255 / 0.95) !important;
}

.border-r-purple-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-300\/0 {
  border-right-color: rgb(216 180 254 / 0) !important;
}

.border-r-purple-300\/10 {
  border-right-color: rgb(216 180 254 / 0.1) !important;
}

.border-r-purple-300\/100 {
  border-right-color: rgb(216 180 254 / 1) !important;
}

.border-r-purple-300\/15 {
  border-right-color: rgb(216 180 254 / 0.15) !important;
}

.border-r-purple-300\/20 {
  border-right-color: rgb(216 180 254 / 0.2) !important;
}

.border-r-purple-300\/25 {
  border-right-color: rgb(216 180 254 / 0.25) !important;
}

.border-r-purple-300\/30 {
  border-right-color: rgb(216 180 254 / 0.3) !important;
}

.border-r-purple-300\/35 {
  border-right-color: rgb(216 180 254 / 0.35) !important;
}

.border-r-purple-300\/40 {
  border-right-color: rgb(216 180 254 / 0.4) !important;
}

.border-r-purple-300\/45 {
  border-right-color: rgb(216 180 254 / 0.45) !important;
}

.border-r-purple-300\/5 {
  border-right-color: rgb(216 180 254 / 0.05) !important;
}

.border-r-purple-300\/50 {
  border-right-color: rgb(216 180 254 / 0.5) !important;
}

.border-r-purple-300\/55 {
  border-right-color: rgb(216 180 254 / 0.55) !important;
}

.border-r-purple-300\/60 {
  border-right-color: rgb(216 180 254 / 0.6) !important;
}

.border-r-purple-300\/65 {
  border-right-color: rgb(216 180 254 / 0.65) !important;
}

.border-r-purple-300\/70 {
  border-right-color: rgb(216 180 254 / 0.7) !important;
}

.border-r-purple-300\/75 {
  border-right-color: rgb(216 180 254 / 0.75) !important;
}

.border-r-purple-300\/80 {
  border-right-color: rgb(216 180 254 / 0.8) !important;
}

.border-r-purple-300\/85 {
  border-right-color: rgb(216 180 254 / 0.85) !important;
}

.border-r-purple-300\/90 {
  border-right-color: rgb(216 180 254 / 0.9) !important;
}

.border-r-purple-300\/95 {
  border-right-color: rgb(216 180 254 / 0.95) !important;
}

.border-r-purple-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-400\/0 {
  border-right-color: rgb(192 132 252 / 0) !important;
}

.border-r-purple-400\/10 {
  border-right-color: rgb(192 132 252 / 0.1) !important;
}

.border-r-purple-400\/100 {
  border-right-color: rgb(192 132 252 / 1) !important;
}

.border-r-purple-400\/15 {
  border-right-color: rgb(192 132 252 / 0.15) !important;
}

.border-r-purple-400\/20 {
  border-right-color: rgb(192 132 252 / 0.2) !important;
}

.border-r-purple-400\/25 {
  border-right-color: rgb(192 132 252 / 0.25) !important;
}

.border-r-purple-400\/30 {
  border-right-color: rgb(192 132 252 / 0.3) !important;
}

.border-r-purple-400\/35 {
  border-right-color: rgb(192 132 252 / 0.35) !important;
}

.border-r-purple-400\/40 {
  border-right-color: rgb(192 132 252 / 0.4) !important;
}

.border-r-purple-400\/45 {
  border-right-color: rgb(192 132 252 / 0.45) !important;
}

.border-r-purple-400\/5 {
  border-right-color: rgb(192 132 252 / 0.05) !important;
}

.border-r-purple-400\/50 {
  border-right-color: rgb(192 132 252 / 0.5) !important;
}

.border-r-purple-400\/55 {
  border-right-color: rgb(192 132 252 / 0.55) !important;
}

.border-r-purple-400\/60 {
  border-right-color: rgb(192 132 252 / 0.6) !important;
}

.border-r-purple-400\/65 {
  border-right-color: rgb(192 132 252 / 0.65) !important;
}

.border-r-purple-400\/70 {
  border-right-color: rgb(192 132 252 / 0.7) !important;
}

.border-r-purple-400\/75 {
  border-right-color: rgb(192 132 252 / 0.75) !important;
}

.border-r-purple-400\/80 {
  border-right-color: rgb(192 132 252 / 0.8) !important;
}

.border-r-purple-400\/85 {
  border-right-color: rgb(192 132 252 / 0.85) !important;
}

.border-r-purple-400\/90 {
  border-right-color: rgb(192 132 252 / 0.9) !important;
}

.border-r-purple-400\/95 {
  border-right-color: rgb(192 132 252 / 0.95) !important;
}

.border-r-purple-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-50\/0 {
  border-right-color: rgb(250 245 255 / 0) !important;
}

.border-r-purple-50\/10 {
  border-right-color: rgb(250 245 255 / 0.1) !important;
}

.border-r-purple-50\/100 {
  border-right-color: rgb(250 245 255 / 1) !important;
}

.border-r-purple-50\/15 {
  border-right-color: rgb(250 245 255 / 0.15) !important;
}

.border-r-purple-50\/20 {
  border-right-color: rgb(250 245 255 / 0.2) !important;
}

.border-r-purple-50\/25 {
  border-right-color: rgb(250 245 255 / 0.25) !important;
}

.border-r-purple-50\/30 {
  border-right-color: rgb(250 245 255 / 0.3) !important;
}

.border-r-purple-50\/35 {
  border-right-color: rgb(250 245 255 / 0.35) !important;
}

.border-r-purple-50\/40 {
  border-right-color: rgb(250 245 255 / 0.4) !important;
}

.border-r-purple-50\/45 {
  border-right-color: rgb(250 245 255 / 0.45) !important;
}

.border-r-purple-50\/5 {
  border-right-color: rgb(250 245 255 / 0.05) !important;
}

.border-r-purple-50\/50 {
  border-right-color: rgb(250 245 255 / 0.5) !important;
}

.border-r-purple-50\/55 {
  border-right-color: rgb(250 245 255 / 0.55) !important;
}

.border-r-purple-50\/60 {
  border-right-color: rgb(250 245 255 / 0.6) !important;
}

.border-r-purple-50\/65 {
  border-right-color: rgb(250 245 255 / 0.65) !important;
}

.border-r-purple-50\/70 {
  border-right-color: rgb(250 245 255 / 0.7) !important;
}

.border-r-purple-50\/75 {
  border-right-color: rgb(250 245 255 / 0.75) !important;
}

.border-r-purple-50\/80 {
  border-right-color: rgb(250 245 255 / 0.8) !important;
}

.border-r-purple-50\/85 {
  border-right-color: rgb(250 245 255 / 0.85) !important;
}

.border-r-purple-50\/90 {
  border-right-color: rgb(250 245 255 / 0.9) !important;
}

.border-r-purple-50\/95 {
  border-right-color: rgb(250 245 255 / 0.95) !important;
}

.border-r-purple-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-500\/0 {
  border-right-color: rgb(168 85 247 / 0) !important;
}

.border-r-purple-500\/10 {
  border-right-color: rgb(168 85 247 / 0.1) !important;
}

.border-r-purple-500\/100 {
  border-right-color: rgb(168 85 247 / 1) !important;
}

.border-r-purple-500\/15 {
  border-right-color: rgb(168 85 247 / 0.15) !important;
}

.border-r-purple-500\/20 {
  border-right-color: rgb(168 85 247 / 0.2) !important;
}

.border-r-purple-500\/25 {
  border-right-color: rgb(168 85 247 / 0.25) !important;
}

.border-r-purple-500\/30 {
  border-right-color: rgb(168 85 247 / 0.3) !important;
}

.border-r-purple-500\/35 {
  border-right-color: rgb(168 85 247 / 0.35) !important;
}

.border-r-purple-500\/40 {
  border-right-color: rgb(168 85 247 / 0.4) !important;
}

.border-r-purple-500\/45 {
  border-right-color: rgb(168 85 247 / 0.45) !important;
}

.border-r-purple-500\/5 {
  border-right-color: rgb(168 85 247 / 0.05) !important;
}

.border-r-purple-500\/50 {
  border-right-color: rgb(168 85 247 / 0.5) !important;
}

.border-r-purple-500\/55 {
  border-right-color: rgb(168 85 247 / 0.55) !important;
}

.border-r-purple-500\/60 {
  border-right-color: rgb(168 85 247 / 0.6) !important;
}

.border-r-purple-500\/65 {
  border-right-color: rgb(168 85 247 / 0.65) !important;
}

.border-r-purple-500\/70 {
  border-right-color: rgb(168 85 247 / 0.7) !important;
}

.border-r-purple-500\/75 {
  border-right-color: rgb(168 85 247 / 0.75) !important;
}

.border-r-purple-500\/80 {
  border-right-color: rgb(168 85 247 / 0.8) !important;
}

.border-r-purple-500\/85 {
  border-right-color: rgb(168 85 247 / 0.85) !important;
}

.border-r-purple-500\/90 {
  border-right-color: rgb(168 85 247 / 0.9) !important;
}

.border-r-purple-500\/95 {
  border-right-color: rgb(168 85 247 / 0.95) !important;
}

.border-r-purple-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-600\/0 {
  border-right-color: rgb(147 51 234 / 0) !important;
}

.border-r-purple-600\/10 {
  border-right-color: rgb(147 51 234 / 0.1) !important;
}

.border-r-purple-600\/100 {
  border-right-color: rgb(147 51 234 / 1) !important;
}

.border-r-purple-600\/15 {
  border-right-color: rgb(147 51 234 / 0.15) !important;
}

.border-r-purple-600\/20 {
  border-right-color: rgb(147 51 234 / 0.2) !important;
}

.border-r-purple-600\/25 {
  border-right-color: rgb(147 51 234 / 0.25) !important;
}

.border-r-purple-600\/30 {
  border-right-color: rgb(147 51 234 / 0.3) !important;
}

.border-r-purple-600\/35 {
  border-right-color: rgb(147 51 234 / 0.35) !important;
}

.border-r-purple-600\/40 {
  border-right-color: rgb(147 51 234 / 0.4) !important;
}

.border-r-purple-600\/45 {
  border-right-color: rgb(147 51 234 / 0.45) !important;
}

.border-r-purple-600\/5 {
  border-right-color: rgb(147 51 234 / 0.05) !important;
}

.border-r-purple-600\/50 {
  border-right-color: rgb(147 51 234 / 0.5) !important;
}

.border-r-purple-600\/55 {
  border-right-color: rgb(147 51 234 / 0.55) !important;
}

.border-r-purple-600\/60 {
  border-right-color: rgb(147 51 234 / 0.6) !important;
}

.border-r-purple-600\/65 {
  border-right-color: rgb(147 51 234 / 0.65) !important;
}

.border-r-purple-600\/70 {
  border-right-color: rgb(147 51 234 / 0.7) !important;
}

.border-r-purple-600\/75 {
  border-right-color: rgb(147 51 234 / 0.75) !important;
}

.border-r-purple-600\/80 {
  border-right-color: rgb(147 51 234 / 0.8) !important;
}

.border-r-purple-600\/85 {
  border-right-color: rgb(147 51 234 / 0.85) !important;
}

.border-r-purple-600\/90 {
  border-right-color: rgb(147 51 234 / 0.9) !important;
}

.border-r-purple-600\/95 {
  border-right-color: rgb(147 51 234 / 0.95) !important;
}

.border-r-purple-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-700\/0 {
  border-right-color: rgb(126 34 206 / 0) !important;
}

.border-r-purple-700\/10 {
  border-right-color: rgb(126 34 206 / 0.1) !important;
}

.border-r-purple-700\/100 {
  border-right-color: rgb(126 34 206 / 1) !important;
}

.border-r-purple-700\/15 {
  border-right-color: rgb(126 34 206 / 0.15) !important;
}

.border-r-purple-700\/20 {
  border-right-color: rgb(126 34 206 / 0.2) !important;
}

.border-r-purple-700\/25 {
  border-right-color: rgb(126 34 206 / 0.25) !important;
}

.border-r-purple-700\/30 {
  border-right-color: rgb(126 34 206 / 0.3) !important;
}

.border-r-purple-700\/35 {
  border-right-color: rgb(126 34 206 / 0.35) !important;
}

.border-r-purple-700\/40 {
  border-right-color: rgb(126 34 206 / 0.4) !important;
}

.border-r-purple-700\/45 {
  border-right-color: rgb(126 34 206 / 0.45) !important;
}

.border-r-purple-700\/5 {
  border-right-color: rgb(126 34 206 / 0.05) !important;
}

.border-r-purple-700\/50 {
  border-right-color: rgb(126 34 206 / 0.5) !important;
}

.border-r-purple-700\/55 {
  border-right-color: rgb(126 34 206 / 0.55) !important;
}

.border-r-purple-700\/60 {
  border-right-color: rgb(126 34 206 / 0.6) !important;
}

.border-r-purple-700\/65 {
  border-right-color: rgb(126 34 206 / 0.65) !important;
}

.border-r-purple-700\/70 {
  border-right-color: rgb(126 34 206 / 0.7) !important;
}

.border-r-purple-700\/75 {
  border-right-color: rgb(126 34 206 / 0.75) !important;
}

.border-r-purple-700\/80 {
  border-right-color: rgb(126 34 206 / 0.8) !important;
}

.border-r-purple-700\/85 {
  border-right-color: rgb(126 34 206 / 0.85) !important;
}

.border-r-purple-700\/90 {
  border-right-color: rgb(126 34 206 / 0.9) !important;
}

.border-r-purple-700\/95 {
  border-right-color: rgb(126 34 206 / 0.95) !important;
}

.border-r-purple-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-800\/0 {
  border-right-color: rgb(107 33 168 / 0) !important;
}

.border-r-purple-800\/10 {
  border-right-color: rgb(107 33 168 / 0.1) !important;
}

.border-r-purple-800\/100 {
  border-right-color: rgb(107 33 168 / 1) !important;
}

.border-r-purple-800\/15 {
  border-right-color: rgb(107 33 168 / 0.15) !important;
}

.border-r-purple-800\/20 {
  border-right-color: rgb(107 33 168 / 0.2) !important;
}

.border-r-purple-800\/25 {
  border-right-color: rgb(107 33 168 / 0.25) !important;
}

.border-r-purple-800\/30 {
  border-right-color: rgb(107 33 168 / 0.3) !important;
}

.border-r-purple-800\/35 {
  border-right-color: rgb(107 33 168 / 0.35) !important;
}

.border-r-purple-800\/40 {
  border-right-color: rgb(107 33 168 / 0.4) !important;
}

.border-r-purple-800\/45 {
  border-right-color: rgb(107 33 168 / 0.45) !important;
}

.border-r-purple-800\/5 {
  border-right-color: rgb(107 33 168 / 0.05) !important;
}

.border-r-purple-800\/50 {
  border-right-color: rgb(107 33 168 / 0.5) !important;
}

.border-r-purple-800\/55 {
  border-right-color: rgb(107 33 168 / 0.55) !important;
}

.border-r-purple-800\/60 {
  border-right-color: rgb(107 33 168 / 0.6) !important;
}

.border-r-purple-800\/65 {
  border-right-color: rgb(107 33 168 / 0.65) !important;
}

.border-r-purple-800\/70 {
  border-right-color: rgb(107 33 168 / 0.7) !important;
}

.border-r-purple-800\/75 {
  border-right-color: rgb(107 33 168 / 0.75) !important;
}

.border-r-purple-800\/80 {
  border-right-color: rgb(107 33 168 / 0.8) !important;
}

.border-r-purple-800\/85 {
  border-right-color: rgb(107 33 168 / 0.85) !important;
}

.border-r-purple-800\/90 {
  border-right-color: rgb(107 33 168 / 0.9) !important;
}

.border-r-purple-800\/95 {
  border-right-color: rgb(107 33 168 / 0.95) !important;
}

.border-r-purple-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-900\/0 {
  border-right-color: rgb(88 28 135 / 0) !important;
}

.border-r-purple-900\/10 {
  border-right-color: rgb(88 28 135 / 0.1) !important;
}

.border-r-purple-900\/100 {
  border-right-color: rgb(88 28 135 / 1) !important;
}

.border-r-purple-900\/15 {
  border-right-color: rgb(88 28 135 / 0.15) !important;
}

.border-r-purple-900\/20 {
  border-right-color: rgb(88 28 135 / 0.2) !important;
}

.border-r-purple-900\/25 {
  border-right-color: rgb(88 28 135 / 0.25) !important;
}

.border-r-purple-900\/30 {
  border-right-color: rgb(88 28 135 / 0.3) !important;
}

.border-r-purple-900\/35 {
  border-right-color: rgb(88 28 135 / 0.35) !important;
}

.border-r-purple-900\/40 {
  border-right-color: rgb(88 28 135 / 0.4) !important;
}

.border-r-purple-900\/45 {
  border-right-color: rgb(88 28 135 / 0.45) !important;
}

.border-r-purple-900\/5 {
  border-right-color: rgb(88 28 135 / 0.05) !important;
}

.border-r-purple-900\/50 {
  border-right-color: rgb(88 28 135 / 0.5) !important;
}

.border-r-purple-900\/55 {
  border-right-color: rgb(88 28 135 / 0.55) !important;
}

.border-r-purple-900\/60 {
  border-right-color: rgb(88 28 135 / 0.6) !important;
}

.border-r-purple-900\/65 {
  border-right-color: rgb(88 28 135 / 0.65) !important;
}

.border-r-purple-900\/70 {
  border-right-color: rgb(88 28 135 / 0.7) !important;
}

.border-r-purple-900\/75 {
  border-right-color: rgb(88 28 135 / 0.75) !important;
}

.border-r-purple-900\/80 {
  border-right-color: rgb(88 28 135 / 0.8) !important;
}

.border-r-purple-900\/85 {
  border-right-color: rgb(88 28 135 / 0.85) !important;
}

.border-r-purple-900\/90 {
  border-right-color: rgb(88 28 135 / 0.9) !important;
}

.border-r-purple-900\/95 {
  border-right-color: rgb(88 28 135 / 0.95) !important;
}

.border-r-purple-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-r-purple-950\/0 {
  border-right-color: rgb(59 7 100 / 0) !important;
}

.border-r-purple-950\/10 {
  border-right-color: rgb(59 7 100 / 0.1) !important;
}

.border-r-purple-950\/100 {
  border-right-color: rgb(59 7 100 / 1) !important;
}

.border-r-purple-950\/15 {
  border-right-color: rgb(59 7 100 / 0.15) !important;
}

.border-r-purple-950\/20 {
  border-right-color: rgb(59 7 100 / 0.2) !important;
}

.border-r-purple-950\/25 {
  border-right-color: rgb(59 7 100 / 0.25) !important;
}

.border-r-purple-950\/30 {
  border-right-color: rgb(59 7 100 / 0.3) !important;
}

.border-r-purple-950\/35 {
  border-right-color: rgb(59 7 100 / 0.35) !important;
}

.border-r-purple-950\/40 {
  border-right-color: rgb(59 7 100 / 0.4) !important;
}

.border-r-purple-950\/45 {
  border-right-color: rgb(59 7 100 / 0.45) !important;
}

.border-r-purple-950\/5 {
  border-right-color: rgb(59 7 100 / 0.05) !important;
}

.border-r-purple-950\/50 {
  border-right-color: rgb(59 7 100 / 0.5) !important;
}

.border-r-purple-950\/55 {
  border-right-color: rgb(59 7 100 / 0.55) !important;
}

.border-r-purple-950\/60 {
  border-right-color: rgb(59 7 100 / 0.6) !important;
}

.border-r-purple-950\/65 {
  border-right-color: rgb(59 7 100 / 0.65) !important;
}

.border-r-purple-950\/70 {
  border-right-color: rgb(59 7 100 / 0.7) !important;
}

.border-r-purple-950\/75 {
  border-right-color: rgb(59 7 100 / 0.75) !important;
}

.border-r-purple-950\/80 {
  border-right-color: rgb(59 7 100 / 0.8) !important;
}

.border-r-purple-950\/85 {
  border-right-color: rgb(59 7 100 / 0.85) !important;
}

.border-r-purple-950\/90 {
  border-right-color: rgb(59 7 100 / 0.9) !important;
}

.border-r-purple-950\/95 {
  border-right-color: rgb(59 7 100 / 0.95) !important;
}

.border-r-red-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-100\/0 {
  border-right-color: rgb(254 226 226 / 0) !important;
}

.border-r-red-100\/10 {
  border-right-color: rgb(254 226 226 / 0.1) !important;
}

.border-r-red-100\/100 {
  border-right-color: rgb(254 226 226 / 1) !important;
}

.border-r-red-100\/15 {
  border-right-color: rgb(254 226 226 / 0.15) !important;
}

.border-r-red-100\/20 {
  border-right-color: rgb(254 226 226 / 0.2) !important;
}

.border-r-red-100\/25 {
  border-right-color: rgb(254 226 226 / 0.25) !important;
}

.border-r-red-100\/30 {
  border-right-color: rgb(254 226 226 / 0.3) !important;
}

.border-r-red-100\/35 {
  border-right-color: rgb(254 226 226 / 0.35) !important;
}

.border-r-red-100\/40 {
  border-right-color: rgb(254 226 226 / 0.4) !important;
}

.border-r-red-100\/45 {
  border-right-color: rgb(254 226 226 / 0.45) !important;
}

.border-r-red-100\/5 {
  border-right-color: rgb(254 226 226 / 0.05) !important;
}

.border-r-red-100\/50 {
  border-right-color: rgb(254 226 226 / 0.5) !important;
}

.border-r-red-100\/55 {
  border-right-color: rgb(254 226 226 / 0.55) !important;
}

.border-r-red-100\/60 {
  border-right-color: rgb(254 226 226 / 0.6) !important;
}

.border-r-red-100\/65 {
  border-right-color: rgb(254 226 226 / 0.65) !important;
}

.border-r-red-100\/70 {
  border-right-color: rgb(254 226 226 / 0.7) !important;
}

.border-r-red-100\/75 {
  border-right-color: rgb(254 226 226 / 0.75) !important;
}

.border-r-red-100\/80 {
  border-right-color: rgb(254 226 226 / 0.8) !important;
}

.border-r-red-100\/85 {
  border-right-color: rgb(254 226 226 / 0.85) !important;
}

.border-r-red-100\/90 {
  border-right-color: rgb(254 226 226 / 0.9) !important;
}

.border-r-red-100\/95 {
  border-right-color: rgb(254 226 226 / 0.95) !important;
}

.border-r-red-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-200\/0 {
  border-right-color: rgb(254 202 202 / 0) !important;
}

.border-r-red-200\/10 {
  border-right-color: rgb(254 202 202 / 0.1) !important;
}

.border-r-red-200\/100 {
  border-right-color: rgb(254 202 202 / 1) !important;
}

.border-r-red-200\/15 {
  border-right-color: rgb(254 202 202 / 0.15) !important;
}

.border-r-red-200\/20 {
  border-right-color: rgb(254 202 202 / 0.2) !important;
}

.border-r-red-200\/25 {
  border-right-color: rgb(254 202 202 / 0.25) !important;
}

.border-r-red-200\/30 {
  border-right-color: rgb(254 202 202 / 0.3) !important;
}

.border-r-red-200\/35 {
  border-right-color: rgb(254 202 202 / 0.35) !important;
}

.border-r-red-200\/40 {
  border-right-color: rgb(254 202 202 / 0.4) !important;
}

.border-r-red-200\/45 {
  border-right-color: rgb(254 202 202 / 0.45) !important;
}

.border-r-red-200\/5 {
  border-right-color: rgb(254 202 202 / 0.05) !important;
}

.border-r-red-200\/50 {
  border-right-color: rgb(254 202 202 / 0.5) !important;
}

.border-r-red-200\/55 {
  border-right-color: rgb(254 202 202 / 0.55) !important;
}

.border-r-red-200\/60 {
  border-right-color: rgb(254 202 202 / 0.6) !important;
}

.border-r-red-200\/65 {
  border-right-color: rgb(254 202 202 / 0.65) !important;
}

.border-r-red-200\/70 {
  border-right-color: rgb(254 202 202 / 0.7) !important;
}

.border-r-red-200\/75 {
  border-right-color: rgb(254 202 202 / 0.75) !important;
}

.border-r-red-200\/80 {
  border-right-color: rgb(254 202 202 / 0.8) !important;
}

.border-r-red-200\/85 {
  border-right-color: rgb(254 202 202 / 0.85) !important;
}

.border-r-red-200\/90 {
  border-right-color: rgb(254 202 202 / 0.9) !important;
}

.border-r-red-200\/95 {
  border-right-color: rgb(254 202 202 / 0.95) !important;
}

.border-r-red-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-300\/0 {
  border-right-color: rgb(252 165 165 / 0) !important;
}

.border-r-red-300\/10 {
  border-right-color: rgb(252 165 165 / 0.1) !important;
}

.border-r-red-300\/100 {
  border-right-color: rgb(252 165 165 / 1) !important;
}

.border-r-red-300\/15 {
  border-right-color: rgb(252 165 165 / 0.15) !important;
}

.border-r-red-300\/20 {
  border-right-color: rgb(252 165 165 / 0.2) !important;
}

.border-r-red-300\/25 {
  border-right-color: rgb(252 165 165 / 0.25) !important;
}

.border-r-red-300\/30 {
  border-right-color: rgb(252 165 165 / 0.3) !important;
}

.border-r-red-300\/35 {
  border-right-color: rgb(252 165 165 / 0.35) !important;
}

.border-r-red-300\/40 {
  border-right-color: rgb(252 165 165 / 0.4) !important;
}

.border-r-red-300\/45 {
  border-right-color: rgb(252 165 165 / 0.45) !important;
}

.border-r-red-300\/5 {
  border-right-color: rgb(252 165 165 / 0.05) !important;
}

.border-r-red-300\/50 {
  border-right-color: rgb(252 165 165 / 0.5) !important;
}

.border-r-red-300\/55 {
  border-right-color: rgb(252 165 165 / 0.55) !important;
}

.border-r-red-300\/60 {
  border-right-color: rgb(252 165 165 / 0.6) !important;
}

.border-r-red-300\/65 {
  border-right-color: rgb(252 165 165 / 0.65) !important;
}

.border-r-red-300\/70 {
  border-right-color: rgb(252 165 165 / 0.7) !important;
}

.border-r-red-300\/75 {
  border-right-color: rgb(252 165 165 / 0.75) !important;
}

.border-r-red-300\/80 {
  border-right-color: rgb(252 165 165 / 0.8) !important;
}

.border-r-red-300\/85 {
  border-right-color: rgb(252 165 165 / 0.85) !important;
}

.border-r-red-300\/90 {
  border-right-color: rgb(252 165 165 / 0.9) !important;
}

.border-r-red-300\/95 {
  border-right-color: rgb(252 165 165 / 0.95) !important;
}

.border-r-red-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-400\/0 {
  border-right-color: rgb(248 113 113 / 0) !important;
}

.border-r-red-400\/10 {
  border-right-color: rgb(248 113 113 / 0.1) !important;
}

.border-r-red-400\/100 {
  border-right-color: rgb(248 113 113 / 1) !important;
}

.border-r-red-400\/15 {
  border-right-color: rgb(248 113 113 / 0.15) !important;
}

.border-r-red-400\/20 {
  border-right-color: rgb(248 113 113 / 0.2) !important;
}

.border-r-red-400\/25 {
  border-right-color: rgb(248 113 113 / 0.25) !important;
}

.border-r-red-400\/30 {
  border-right-color: rgb(248 113 113 / 0.3) !important;
}

.border-r-red-400\/35 {
  border-right-color: rgb(248 113 113 / 0.35) !important;
}

.border-r-red-400\/40 {
  border-right-color: rgb(248 113 113 / 0.4) !important;
}

.border-r-red-400\/45 {
  border-right-color: rgb(248 113 113 / 0.45) !important;
}

.border-r-red-400\/5 {
  border-right-color: rgb(248 113 113 / 0.05) !important;
}

.border-r-red-400\/50 {
  border-right-color: rgb(248 113 113 / 0.5) !important;
}

.border-r-red-400\/55 {
  border-right-color: rgb(248 113 113 / 0.55) !important;
}

.border-r-red-400\/60 {
  border-right-color: rgb(248 113 113 / 0.6) !important;
}

.border-r-red-400\/65 {
  border-right-color: rgb(248 113 113 / 0.65) !important;
}

.border-r-red-400\/70 {
  border-right-color: rgb(248 113 113 / 0.7) !important;
}

.border-r-red-400\/75 {
  border-right-color: rgb(248 113 113 / 0.75) !important;
}

.border-r-red-400\/80 {
  border-right-color: rgb(248 113 113 / 0.8) !important;
}

.border-r-red-400\/85 {
  border-right-color: rgb(248 113 113 / 0.85) !important;
}

.border-r-red-400\/90 {
  border-right-color: rgb(248 113 113 / 0.9) !important;
}

.border-r-red-400\/95 {
  border-right-color: rgb(248 113 113 / 0.95) !important;
}

.border-r-red-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-50\/0 {
  border-right-color: rgb(254 242 242 / 0) !important;
}

.border-r-red-50\/10 {
  border-right-color: rgb(254 242 242 / 0.1) !important;
}

.border-r-red-50\/100 {
  border-right-color: rgb(254 242 242 / 1) !important;
}

.border-r-red-50\/15 {
  border-right-color: rgb(254 242 242 / 0.15) !important;
}

.border-r-red-50\/20 {
  border-right-color: rgb(254 242 242 / 0.2) !important;
}

.border-r-red-50\/25 {
  border-right-color: rgb(254 242 242 / 0.25) !important;
}

.border-r-red-50\/30 {
  border-right-color: rgb(254 242 242 / 0.3) !important;
}

.border-r-red-50\/35 {
  border-right-color: rgb(254 242 242 / 0.35) !important;
}

.border-r-red-50\/40 {
  border-right-color: rgb(254 242 242 / 0.4) !important;
}

.border-r-red-50\/45 {
  border-right-color: rgb(254 242 242 / 0.45) !important;
}

.border-r-red-50\/5 {
  border-right-color: rgb(254 242 242 / 0.05) !important;
}

.border-r-red-50\/50 {
  border-right-color: rgb(254 242 242 / 0.5) !important;
}

.border-r-red-50\/55 {
  border-right-color: rgb(254 242 242 / 0.55) !important;
}

.border-r-red-50\/60 {
  border-right-color: rgb(254 242 242 / 0.6) !important;
}

.border-r-red-50\/65 {
  border-right-color: rgb(254 242 242 / 0.65) !important;
}

.border-r-red-50\/70 {
  border-right-color: rgb(254 242 242 / 0.7) !important;
}

.border-r-red-50\/75 {
  border-right-color: rgb(254 242 242 / 0.75) !important;
}

.border-r-red-50\/80 {
  border-right-color: rgb(254 242 242 / 0.8) !important;
}

.border-r-red-50\/85 {
  border-right-color: rgb(254 242 242 / 0.85) !important;
}

.border-r-red-50\/90 {
  border-right-color: rgb(254 242 242 / 0.9) !important;
}

.border-r-red-50\/95 {
  border-right-color: rgb(254 242 242 / 0.95) !important;
}

.border-r-red-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-500\/0 {
  border-right-color: rgb(239 68 68 / 0) !important;
}

.border-r-red-500\/10 {
  border-right-color: rgb(239 68 68 / 0.1) !important;
}

.border-r-red-500\/100 {
  border-right-color: rgb(239 68 68 / 1) !important;
}

.border-r-red-500\/15 {
  border-right-color: rgb(239 68 68 / 0.15) !important;
}

.border-r-red-500\/20 {
  border-right-color: rgb(239 68 68 / 0.2) !important;
}

.border-r-red-500\/25 {
  border-right-color: rgb(239 68 68 / 0.25) !important;
}

.border-r-red-500\/30 {
  border-right-color: rgb(239 68 68 / 0.3) !important;
}

.border-r-red-500\/35 {
  border-right-color: rgb(239 68 68 / 0.35) !important;
}

.border-r-red-500\/40 {
  border-right-color: rgb(239 68 68 / 0.4) !important;
}

.border-r-red-500\/45 {
  border-right-color: rgb(239 68 68 / 0.45) !important;
}

.border-r-red-500\/5 {
  border-right-color: rgb(239 68 68 / 0.05) !important;
}

.border-r-red-500\/50 {
  border-right-color: rgb(239 68 68 / 0.5) !important;
}

.border-r-red-500\/55 {
  border-right-color: rgb(239 68 68 / 0.55) !important;
}

.border-r-red-500\/60 {
  border-right-color: rgb(239 68 68 / 0.6) !important;
}

.border-r-red-500\/65 {
  border-right-color: rgb(239 68 68 / 0.65) !important;
}

.border-r-red-500\/70 {
  border-right-color: rgb(239 68 68 / 0.7) !important;
}

.border-r-red-500\/75 {
  border-right-color: rgb(239 68 68 / 0.75) !important;
}

.border-r-red-500\/80 {
  border-right-color: rgb(239 68 68 / 0.8) !important;
}

.border-r-red-500\/85 {
  border-right-color: rgb(239 68 68 / 0.85) !important;
}

.border-r-red-500\/90 {
  border-right-color: rgb(239 68 68 / 0.9) !important;
}

.border-r-red-500\/95 {
  border-right-color: rgb(239 68 68 / 0.95) !important;
}

.border-r-red-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-600\/0 {
  border-right-color: rgb(220 38 38 / 0) !important;
}

.border-r-red-600\/10 {
  border-right-color: rgb(220 38 38 / 0.1) !important;
}

.border-r-red-600\/100 {
  border-right-color: rgb(220 38 38 / 1) !important;
}

.border-r-red-600\/15 {
  border-right-color: rgb(220 38 38 / 0.15) !important;
}

.border-r-red-600\/20 {
  border-right-color: rgb(220 38 38 / 0.2) !important;
}

.border-r-red-600\/25 {
  border-right-color: rgb(220 38 38 / 0.25) !important;
}

.border-r-red-600\/30 {
  border-right-color: rgb(220 38 38 / 0.3) !important;
}

.border-r-red-600\/35 {
  border-right-color: rgb(220 38 38 / 0.35) !important;
}

.border-r-red-600\/40 {
  border-right-color: rgb(220 38 38 / 0.4) !important;
}

.border-r-red-600\/45 {
  border-right-color: rgb(220 38 38 / 0.45) !important;
}

.border-r-red-600\/5 {
  border-right-color: rgb(220 38 38 / 0.05) !important;
}

.border-r-red-600\/50 {
  border-right-color: rgb(220 38 38 / 0.5) !important;
}

.border-r-red-600\/55 {
  border-right-color: rgb(220 38 38 / 0.55) !important;
}

.border-r-red-600\/60 {
  border-right-color: rgb(220 38 38 / 0.6) !important;
}

.border-r-red-600\/65 {
  border-right-color: rgb(220 38 38 / 0.65) !important;
}

.border-r-red-600\/70 {
  border-right-color: rgb(220 38 38 / 0.7) !important;
}

.border-r-red-600\/75 {
  border-right-color: rgb(220 38 38 / 0.75) !important;
}

.border-r-red-600\/80 {
  border-right-color: rgb(220 38 38 / 0.8) !important;
}

.border-r-red-600\/85 {
  border-right-color: rgb(220 38 38 / 0.85) !important;
}

.border-r-red-600\/90 {
  border-right-color: rgb(220 38 38 / 0.9) !important;
}

.border-r-red-600\/95 {
  border-right-color: rgb(220 38 38 / 0.95) !important;
}

.border-r-red-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-700\/0 {
  border-right-color: rgb(185 28 28 / 0) !important;
}

.border-r-red-700\/10 {
  border-right-color: rgb(185 28 28 / 0.1) !important;
}

.border-r-red-700\/100 {
  border-right-color: rgb(185 28 28 / 1) !important;
}

.border-r-red-700\/15 {
  border-right-color: rgb(185 28 28 / 0.15) !important;
}

.border-r-red-700\/20 {
  border-right-color: rgb(185 28 28 / 0.2) !important;
}

.border-r-red-700\/25 {
  border-right-color: rgb(185 28 28 / 0.25) !important;
}

.border-r-red-700\/30 {
  border-right-color: rgb(185 28 28 / 0.3) !important;
}

.border-r-red-700\/35 {
  border-right-color: rgb(185 28 28 / 0.35) !important;
}

.border-r-red-700\/40 {
  border-right-color: rgb(185 28 28 / 0.4) !important;
}

.border-r-red-700\/45 {
  border-right-color: rgb(185 28 28 / 0.45) !important;
}

.border-r-red-700\/5 {
  border-right-color: rgb(185 28 28 / 0.05) !important;
}

.border-r-red-700\/50 {
  border-right-color: rgb(185 28 28 / 0.5) !important;
}

.border-r-red-700\/55 {
  border-right-color: rgb(185 28 28 / 0.55) !important;
}

.border-r-red-700\/60 {
  border-right-color: rgb(185 28 28 / 0.6) !important;
}

.border-r-red-700\/65 {
  border-right-color: rgb(185 28 28 / 0.65) !important;
}

.border-r-red-700\/70 {
  border-right-color: rgb(185 28 28 / 0.7) !important;
}

.border-r-red-700\/75 {
  border-right-color: rgb(185 28 28 / 0.75) !important;
}

.border-r-red-700\/80 {
  border-right-color: rgb(185 28 28 / 0.8) !important;
}

.border-r-red-700\/85 {
  border-right-color: rgb(185 28 28 / 0.85) !important;
}

.border-r-red-700\/90 {
  border-right-color: rgb(185 28 28 / 0.9) !important;
}

.border-r-red-700\/95 {
  border-right-color: rgb(185 28 28 / 0.95) !important;
}

.border-r-red-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-800\/0 {
  border-right-color: rgb(153 27 27 / 0) !important;
}

.border-r-red-800\/10 {
  border-right-color: rgb(153 27 27 / 0.1) !important;
}

.border-r-red-800\/100 {
  border-right-color: rgb(153 27 27 / 1) !important;
}

.border-r-red-800\/15 {
  border-right-color: rgb(153 27 27 / 0.15) !important;
}

.border-r-red-800\/20 {
  border-right-color: rgb(153 27 27 / 0.2) !important;
}

.border-r-red-800\/25 {
  border-right-color: rgb(153 27 27 / 0.25) !important;
}

.border-r-red-800\/30 {
  border-right-color: rgb(153 27 27 / 0.3) !important;
}

.border-r-red-800\/35 {
  border-right-color: rgb(153 27 27 / 0.35) !important;
}

.border-r-red-800\/40 {
  border-right-color: rgb(153 27 27 / 0.4) !important;
}

.border-r-red-800\/45 {
  border-right-color: rgb(153 27 27 / 0.45) !important;
}

.border-r-red-800\/5 {
  border-right-color: rgb(153 27 27 / 0.05) !important;
}

.border-r-red-800\/50 {
  border-right-color: rgb(153 27 27 / 0.5) !important;
}

.border-r-red-800\/55 {
  border-right-color: rgb(153 27 27 / 0.55) !important;
}

.border-r-red-800\/60 {
  border-right-color: rgb(153 27 27 / 0.6) !important;
}

.border-r-red-800\/65 {
  border-right-color: rgb(153 27 27 / 0.65) !important;
}

.border-r-red-800\/70 {
  border-right-color: rgb(153 27 27 / 0.7) !important;
}

.border-r-red-800\/75 {
  border-right-color: rgb(153 27 27 / 0.75) !important;
}

.border-r-red-800\/80 {
  border-right-color: rgb(153 27 27 / 0.8) !important;
}

.border-r-red-800\/85 {
  border-right-color: rgb(153 27 27 / 0.85) !important;
}

.border-r-red-800\/90 {
  border-right-color: rgb(153 27 27 / 0.9) !important;
}

.border-r-red-800\/95 {
  border-right-color: rgb(153 27 27 / 0.95) !important;
}

.border-r-red-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-900\/0 {
  border-right-color: rgb(127 29 29 / 0) !important;
}

.border-r-red-900\/10 {
  border-right-color: rgb(127 29 29 / 0.1) !important;
}

.border-r-red-900\/100 {
  border-right-color: rgb(127 29 29 / 1) !important;
}

.border-r-red-900\/15 {
  border-right-color: rgb(127 29 29 / 0.15) !important;
}

.border-r-red-900\/20 {
  border-right-color: rgb(127 29 29 / 0.2) !important;
}

.border-r-red-900\/25 {
  border-right-color: rgb(127 29 29 / 0.25) !important;
}

.border-r-red-900\/30 {
  border-right-color: rgb(127 29 29 / 0.3) !important;
}

.border-r-red-900\/35 {
  border-right-color: rgb(127 29 29 / 0.35) !important;
}

.border-r-red-900\/40 {
  border-right-color: rgb(127 29 29 / 0.4) !important;
}

.border-r-red-900\/45 {
  border-right-color: rgb(127 29 29 / 0.45) !important;
}

.border-r-red-900\/5 {
  border-right-color: rgb(127 29 29 / 0.05) !important;
}

.border-r-red-900\/50 {
  border-right-color: rgb(127 29 29 / 0.5) !important;
}

.border-r-red-900\/55 {
  border-right-color: rgb(127 29 29 / 0.55) !important;
}

.border-r-red-900\/60 {
  border-right-color: rgb(127 29 29 / 0.6) !important;
}

.border-r-red-900\/65 {
  border-right-color: rgb(127 29 29 / 0.65) !important;
}

.border-r-red-900\/70 {
  border-right-color: rgb(127 29 29 / 0.7) !important;
}

.border-r-red-900\/75 {
  border-right-color: rgb(127 29 29 / 0.75) !important;
}

.border-r-red-900\/80 {
  border-right-color: rgb(127 29 29 / 0.8) !important;
}

.border-r-red-900\/85 {
  border-right-color: rgb(127 29 29 / 0.85) !important;
}

.border-r-red-900\/90 {
  border-right-color: rgb(127 29 29 / 0.9) !important;
}

.border-r-red-900\/95 {
  border-right-color: rgb(127 29 29 / 0.95) !important;
}

.border-r-red-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-r-red-950\/0 {
  border-right-color: rgb(69 10 10 / 0) !important;
}

.border-r-red-950\/10 {
  border-right-color: rgb(69 10 10 / 0.1) !important;
}

.border-r-red-950\/100 {
  border-right-color: rgb(69 10 10 / 1) !important;
}

.border-r-red-950\/15 {
  border-right-color: rgb(69 10 10 / 0.15) !important;
}

.border-r-red-950\/20 {
  border-right-color: rgb(69 10 10 / 0.2) !important;
}

.border-r-red-950\/25 {
  border-right-color: rgb(69 10 10 / 0.25) !important;
}

.border-r-red-950\/30 {
  border-right-color: rgb(69 10 10 / 0.3) !important;
}

.border-r-red-950\/35 {
  border-right-color: rgb(69 10 10 / 0.35) !important;
}

.border-r-red-950\/40 {
  border-right-color: rgb(69 10 10 / 0.4) !important;
}

.border-r-red-950\/45 {
  border-right-color: rgb(69 10 10 / 0.45) !important;
}

.border-r-red-950\/5 {
  border-right-color: rgb(69 10 10 / 0.05) !important;
}

.border-r-red-950\/50 {
  border-right-color: rgb(69 10 10 / 0.5) !important;
}

.border-r-red-950\/55 {
  border-right-color: rgb(69 10 10 / 0.55) !important;
}

.border-r-red-950\/60 {
  border-right-color: rgb(69 10 10 / 0.6) !important;
}

.border-r-red-950\/65 {
  border-right-color: rgb(69 10 10 / 0.65) !important;
}

.border-r-red-950\/70 {
  border-right-color: rgb(69 10 10 / 0.7) !important;
}

.border-r-red-950\/75 {
  border-right-color: rgb(69 10 10 / 0.75) !important;
}

.border-r-red-950\/80 {
  border-right-color: rgb(69 10 10 / 0.8) !important;
}

.border-r-red-950\/85 {
  border-right-color: rgb(69 10 10 / 0.85) !important;
}

.border-r-red-950\/90 {
  border-right-color: rgb(69 10 10 / 0.9) !important;
}

.border-r-red-950\/95 {
  border-right-color: rgb(69 10 10 / 0.95) !important;
}

.border-r-rose-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-100\/0 {
  border-right-color: rgb(255 228 230 / 0) !important;
}

.border-r-rose-100\/10 {
  border-right-color: rgb(255 228 230 / 0.1) !important;
}

.border-r-rose-100\/100 {
  border-right-color: rgb(255 228 230 / 1) !important;
}

.border-r-rose-100\/15 {
  border-right-color: rgb(255 228 230 / 0.15) !important;
}

.border-r-rose-100\/20 {
  border-right-color: rgb(255 228 230 / 0.2) !important;
}

.border-r-rose-100\/25 {
  border-right-color: rgb(255 228 230 / 0.25) !important;
}

.border-r-rose-100\/30 {
  border-right-color: rgb(255 228 230 / 0.3) !important;
}

.border-r-rose-100\/35 {
  border-right-color: rgb(255 228 230 / 0.35) !important;
}

.border-r-rose-100\/40 {
  border-right-color: rgb(255 228 230 / 0.4) !important;
}

.border-r-rose-100\/45 {
  border-right-color: rgb(255 228 230 / 0.45) !important;
}

.border-r-rose-100\/5 {
  border-right-color: rgb(255 228 230 / 0.05) !important;
}

.border-r-rose-100\/50 {
  border-right-color: rgb(255 228 230 / 0.5) !important;
}

.border-r-rose-100\/55 {
  border-right-color: rgb(255 228 230 / 0.55) !important;
}

.border-r-rose-100\/60 {
  border-right-color: rgb(255 228 230 / 0.6) !important;
}

.border-r-rose-100\/65 {
  border-right-color: rgb(255 228 230 / 0.65) !important;
}

.border-r-rose-100\/70 {
  border-right-color: rgb(255 228 230 / 0.7) !important;
}

.border-r-rose-100\/75 {
  border-right-color: rgb(255 228 230 / 0.75) !important;
}

.border-r-rose-100\/80 {
  border-right-color: rgb(255 228 230 / 0.8) !important;
}

.border-r-rose-100\/85 {
  border-right-color: rgb(255 228 230 / 0.85) !important;
}

.border-r-rose-100\/90 {
  border-right-color: rgb(255 228 230 / 0.9) !important;
}

.border-r-rose-100\/95 {
  border-right-color: rgb(255 228 230 / 0.95) !important;
}

.border-r-rose-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-200\/0 {
  border-right-color: rgb(254 205 211 / 0) !important;
}

.border-r-rose-200\/10 {
  border-right-color: rgb(254 205 211 / 0.1) !important;
}

.border-r-rose-200\/100 {
  border-right-color: rgb(254 205 211 / 1) !important;
}

.border-r-rose-200\/15 {
  border-right-color: rgb(254 205 211 / 0.15) !important;
}

.border-r-rose-200\/20 {
  border-right-color: rgb(254 205 211 / 0.2) !important;
}

.border-r-rose-200\/25 {
  border-right-color: rgb(254 205 211 / 0.25) !important;
}

.border-r-rose-200\/30 {
  border-right-color: rgb(254 205 211 / 0.3) !important;
}

.border-r-rose-200\/35 {
  border-right-color: rgb(254 205 211 / 0.35) !important;
}

.border-r-rose-200\/40 {
  border-right-color: rgb(254 205 211 / 0.4) !important;
}

.border-r-rose-200\/45 {
  border-right-color: rgb(254 205 211 / 0.45) !important;
}

.border-r-rose-200\/5 {
  border-right-color: rgb(254 205 211 / 0.05) !important;
}

.border-r-rose-200\/50 {
  border-right-color: rgb(254 205 211 / 0.5) !important;
}

.border-r-rose-200\/55 {
  border-right-color: rgb(254 205 211 / 0.55) !important;
}

.border-r-rose-200\/60 {
  border-right-color: rgb(254 205 211 / 0.6) !important;
}

.border-r-rose-200\/65 {
  border-right-color: rgb(254 205 211 / 0.65) !important;
}

.border-r-rose-200\/70 {
  border-right-color: rgb(254 205 211 / 0.7) !important;
}

.border-r-rose-200\/75 {
  border-right-color: rgb(254 205 211 / 0.75) !important;
}

.border-r-rose-200\/80 {
  border-right-color: rgb(254 205 211 / 0.8) !important;
}

.border-r-rose-200\/85 {
  border-right-color: rgb(254 205 211 / 0.85) !important;
}

.border-r-rose-200\/90 {
  border-right-color: rgb(254 205 211 / 0.9) !important;
}

.border-r-rose-200\/95 {
  border-right-color: rgb(254 205 211 / 0.95) !important;
}

.border-r-rose-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-300\/0 {
  border-right-color: rgb(253 164 175 / 0) !important;
}

.border-r-rose-300\/10 {
  border-right-color: rgb(253 164 175 / 0.1) !important;
}

.border-r-rose-300\/100 {
  border-right-color: rgb(253 164 175 / 1) !important;
}

.border-r-rose-300\/15 {
  border-right-color: rgb(253 164 175 / 0.15) !important;
}

.border-r-rose-300\/20 {
  border-right-color: rgb(253 164 175 / 0.2) !important;
}

.border-r-rose-300\/25 {
  border-right-color: rgb(253 164 175 / 0.25) !important;
}

.border-r-rose-300\/30 {
  border-right-color: rgb(253 164 175 / 0.3) !important;
}

.border-r-rose-300\/35 {
  border-right-color: rgb(253 164 175 / 0.35) !important;
}

.border-r-rose-300\/40 {
  border-right-color: rgb(253 164 175 / 0.4) !important;
}

.border-r-rose-300\/45 {
  border-right-color: rgb(253 164 175 / 0.45) !important;
}

.border-r-rose-300\/5 {
  border-right-color: rgb(253 164 175 / 0.05) !important;
}

.border-r-rose-300\/50 {
  border-right-color: rgb(253 164 175 / 0.5) !important;
}

.border-r-rose-300\/55 {
  border-right-color: rgb(253 164 175 / 0.55) !important;
}

.border-r-rose-300\/60 {
  border-right-color: rgb(253 164 175 / 0.6) !important;
}

.border-r-rose-300\/65 {
  border-right-color: rgb(253 164 175 / 0.65) !important;
}

.border-r-rose-300\/70 {
  border-right-color: rgb(253 164 175 / 0.7) !important;
}

.border-r-rose-300\/75 {
  border-right-color: rgb(253 164 175 / 0.75) !important;
}

.border-r-rose-300\/80 {
  border-right-color: rgb(253 164 175 / 0.8) !important;
}

.border-r-rose-300\/85 {
  border-right-color: rgb(253 164 175 / 0.85) !important;
}

.border-r-rose-300\/90 {
  border-right-color: rgb(253 164 175 / 0.9) !important;
}

.border-r-rose-300\/95 {
  border-right-color: rgb(253 164 175 / 0.95) !important;
}

.border-r-rose-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-400\/0 {
  border-right-color: rgb(251 113 133 / 0) !important;
}

.border-r-rose-400\/10 {
  border-right-color: rgb(251 113 133 / 0.1) !important;
}

.border-r-rose-400\/100 {
  border-right-color: rgb(251 113 133 / 1) !important;
}

.border-r-rose-400\/15 {
  border-right-color: rgb(251 113 133 / 0.15) !important;
}

.border-r-rose-400\/20 {
  border-right-color: rgb(251 113 133 / 0.2) !important;
}

.border-r-rose-400\/25 {
  border-right-color: rgb(251 113 133 / 0.25) !important;
}

.border-r-rose-400\/30 {
  border-right-color: rgb(251 113 133 / 0.3) !important;
}

.border-r-rose-400\/35 {
  border-right-color: rgb(251 113 133 / 0.35) !important;
}

.border-r-rose-400\/40 {
  border-right-color: rgb(251 113 133 / 0.4) !important;
}

.border-r-rose-400\/45 {
  border-right-color: rgb(251 113 133 / 0.45) !important;
}

.border-r-rose-400\/5 {
  border-right-color: rgb(251 113 133 / 0.05) !important;
}

.border-r-rose-400\/50 {
  border-right-color: rgb(251 113 133 / 0.5) !important;
}

.border-r-rose-400\/55 {
  border-right-color: rgb(251 113 133 / 0.55) !important;
}

.border-r-rose-400\/60 {
  border-right-color: rgb(251 113 133 / 0.6) !important;
}

.border-r-rose-400\/65 {
  border-right-color: rgb(251 113 133 / 0.65) !important;
}

.border-r-rose-400\/70 {
  border-right-color: rgb(251 113 133 / 0.7) !important;
}

.border-r-rose-400\/75 {
  border-right-color: rgb(251 113 133 / 0.75) !important;
}

.border-r-rose-400\/80 {
  border-right-color: rgb(251 113 133 / 0.8) !important;
}

.border-r-rose-400\/85 {
  border-right-color: rgb(251 113 133 / 0.85) !important;
}

.border-r-rose-400\/90 {
  border-right-color: rgb(251 113 133 / 0.9) !important;
}

.border-r-rose-400\/95 {
  border-right-color: rgb(251 113 133 / 0.95) !important;
}

.border-r-rose-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-50\/0 {
  border-right-color: rgb(255 241 242 / 0) !important;
}

.border-r-rose-50\/10 {
  border-right-color: rgb(255 241 242 / 0.1) !important;
}

.border-r-rose-50\/100 {
  border-right-color: rgb(255 241 242 / 1) !important;
}

.border-r-rose-50\/15 {
  border-right-color: rgb(255 241 242 / 0.15) !important;
}

.border-r-rose-50\/20 {
  border-right-color: rgb(255 241 242 / 0.2) !important;
}

.border-r-rose-50\/25 {
  border-right-color: rgb(255 241 242 / 0.25) !important;
}

.border-r-rose-50\/30 {
  border-right-color: rgb(255 241 242 / 0.3) !important;
}

.border-r-rose-50\/35 {
  border-right-color: rgb(255 241 242 / 0.35) !important;
}

.border-r-rose-50\/40 {
  border-right-color: rgb(255 241 242 / 0.4) !important;
}

.border-r-rose-50\/45 {
  border-right-color: rgb(255 241 242 / 0.45) !important;
}

.border-r-rose-50\/5 {
  border-right-color: rgb(255 241 242 / 0.05) !important;
}

.border-r-rose-50\/50 {
  border-right-color: rgb(255 241 242 / 0.5) !important;
}

.border-r-rose-50\/55 {
  border-right-color: rgb(255 241 242 / 0.55) !important;
}

.border-r-rose-50\/60 {
  border-right-color: rgb(255 241 242 / 0.6) !important;
}

.border-r-rose-50\/65 {
  border-right-color: rgb(255 241 242 / 0.65) !important;
}

.border-r-rose-50\/70 {
  border-right-color: rgb(255 241 242 / 0.7) !important;
}

.border-r-rose-50\/75 {
  border-right-color: rgb(255 241 242 / 0.75) !important;
}

.border-r-rose-50\/80 {
  border-right-color: rgb(255 241 242 / 0.8) !important;
}

.border-r-rose-50\/85 {
  border-right-color: rgb(255 241 242 / 0.85) !important;
}

.border-r-rose-50\/90 {
  border-right-color: rgb(255 241 242 / 0.9) !important;
}

.border-r-rose-50\/95 {
  border-right-color: rgb(255 241 242 / 0.95) !important;
}

.border-r-rose-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-500\/0 {
  border-right-color: rgb(244 63 94 / 0) !important;
}

.border-r-rose-500\/10 {
  border-right-color: rgb(244 63 94 / 0.1) !important;
}

.border-r-rose-500\/100 {
  border-right-color: rgb(244 63 94 / 1) !important;
}

.border-r-rose-500\/15 {
  border-right-color: rgb(244 63 94 / 0.15) !important;
}

.border-r-rose-500\/20 {
  border-right-color: rgb(244 63 94 / 0.2) !important;
}

.border-r-rose-500\/25 {
  border-right-color: rgb(244 63 94 / 0.25) !important;
}

.border-r-rose-500\/30 {
  border-right-color: rgb(244 63 94 / 0.3) !important;
}

.border-r-rose-500\/35 {
  border-right-color: rgb(244 63 94 / 0.35) !important;
}

.border-r-rose-500\/40 {
  border-right-color: rgb(244 63 94 / 0.4) !important;
}

.border-r-rose-500\/45 {
  border-right-color: rgb(244 63 94 / 0.45) !important;
}

.border-r-rose-500\/5 {
  border-right-color: rgb(244 63 94 / 0.05) !important;
}

.border-r-rose-500\/50 {
  border-right-color: rgb(244 63 94 / 0.5) !important;
}

.border-r-rose-500\/55 {
  border-right-color: rgb(244 63 94 / 0.55) !important;
}

.border-r-rose-500\/60 {
  border-right-color: rgb(244 63 94 / 0.6) !important;
}

.border-r-rose-500\/65 {
  border-right-color: rgb(244 63 94 / 0.65) !important;
}

.border-r-rose-500\/70 {
  border-right-color: rgb(244 63 94 / 0.7) !important;
}

.border-r-rose-500\/75 {
  border-right-color: rgb(244 63 94 / 0.75) !important;
}

.border-r-rose-500\/80 {
  border-right-color: rgb(244 63 94 / 0.8) !important;
}

.border-r-rose-500\/85 {
  border-right-color: rgb(244 63 94 / 0.85) !important;
}

.border-r-rose-500\/90 {
  border-right-color: rgb(244 63 94 / 0.9) !important;
}

.border-r-rose-500\/95 {
  border-right-color: rgb(244 63 94 / 0.95) !important;
}

.border-r-rose-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-600\/0 {
  border-right-color: rgb(225 29 72 / 0) !important;
}

.border-r-rose-600\/10 {
  border-right-color: rgb(225 29 72 / 0.1) !important;
}

.border-r-rose-600\/100 {
  border-right-color: rgb(225 29 72 / 1) !important;
}

.border-r-rose-600\/15 {
  border-right-color: rgb(225 29 72 / 0.15) !important;
}

.border-r-rose-600\/20 {
  border-right-color: rgb(225 29 72 / 0.2) !important;
}

.border-r-rose-600\/25 {
  border-right-color: rgb(225 29 72 / 0.25) !important;
}

.border-r-rose-600\/30 {
  border-right-color: rgb(225 29 72 / 0.3) !important;
}

.border-r-rose-600\/35 {
  border-right-color: rgb(225 29 72 / 0.35) !important;
}

.border-r-rose-600\/40 {
  border-right-color: rgb(225 29 72 / 0.4) !important;
}

.border-r-rose-600\/45 {
  border-right-color: rgb(225 29 72 / 0.45) !important;
}

.border-r-rose-600\/5 {
  border-right-color: rgb(225 29 72 / 0.05) !important;
}

.border-r-rose-600\/50 {
  border-right-color: rgb(225 29 72 / 0.5) !important;
}

.border-r-rose-600\/55 {
  border-right-color: rgb(225 29 72 / 0.55) !important;
}

.border-r-rose-600\/60 {
  border-right-color: rgb(225 29 72 / 0.6) !important;
}

.border-r-rose-600\/65 {
  border-right-color: rgb(225 29 72 / 0.65) !important;
}

.border-r-rose-600\/70 {
  border-right-color: rgb(225 29 72 / 0.7) !important;
}

.border-r-rose-600\/75 {
  border-right-color: rgb(225 29 72 / 0.75) !important;
}

.border-r-rose-600\/80 {
  border-right-color: rgb(225 29 72 / 0.8) !important;
}

.border-r-rose-600\/85 {
  border-right-color: rgb(225 29 72 / 0.85) !important;
}

.border-r-rose-600\/90 {
  border-right-color: rgb(225 29 72 / 0.9) !important;
}

.border-r-rose-600\/95 {
  border-right-color: rgb(225 29 72 / 0.95) !important;
}

.border-r-rose-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-700\/0 {
  border-right-color: rgb(190 18 60 / 0) !important;
}

.border-r-rose-700\/10 {
  border-right-color: rgb(190 18 60 / 0.1) !important;
}

.border-r-rose-700\/100 {
  border-right-color: rgb(190 18 60 / 1) !important;
}

.border-r-rose-700\/15 {
  border-right-color: rgb(190 18 60 / 0.15) !important;
}

.border-r-rose-700\/20 {
  border-right-color: rgb(190 18 60 / 0.2) !important;
}

.border-r-rose-700\/25 {
  border-right-color: rgb(190 18 60 / 0.25) !important;
}

.border-r-rose-700\/30 {
  border-right-color: rgb(190 18 60 / 0.3) !important;
}

.border-r-rose-700\/35 {
  border-right-color: rgb(190 18 60 / 0.35) !important;
}

.border-r-rose-700\/40 {
  border-right-color: rgb(190 18 60 / 0.4) !important;
}

.border-r-rose-700\/45 {
  border-right-color: rgb(190 18 60 / 0.45) !important;
}

.border-r-rose-700\/5 {
  border-right-color: rgb(190 18 60 / 0.05) !important;
}

.border-r-rose-700\/50 {
  border-right-color: rgb(190 18 60 / 0.5) !important;
}

.border-r-rose-700\/55 {
  border-right-color: rgb(190 18 60 / 0.55) !important;
}

.border-r-rose-700\/60 {
  border-right-color: rgb(190 18 60 / 0.6) !important;
}

.border-r-rose-700\/65 {
  border-right-color: rgb(190 18 60 / 0.65) !important;
}

.border-r-rose-700\/70 {
  border-right-color: rgb(190 18 60 / 0.7) !important;
}

.border-r-rose-700\/75 {
  border-right-color: rgb(190 18 60 / 0.75) !important;
}

.border-r-rose-700\/80 {
  border-right-color: rgb(190 18 60 / 0.8) !important;
}

.border-r-rose-700\/85 {
  border-right-color: rgb(190 18 60 / 0.85) !important;
}

.border-r-rose-700\/90 {
  border-right-color: rgb(190 18 60 / 0.9) !important;
}

.border-r-rose-700\/95 {
  border-right-color: rgb(190 18 60 / 0.95) !important;
}

.border-r-rose-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-800\/0 {
  border-right-color: rgb(159 18 57 / 0) !important;
}

.border-r-rose-800\/10 {
  border-right-color: rgb(159 18 57 / 0.1) !important;
}

.border-r-rose-800\/100 {
  border-right-color: rgb(159 18 57 / 1) !important;
}

.border-r-rose-800\/15 {
  border-right-color: rgb(159 18 57 / 0.15) !important;
}

.border-r-rose-800\/20 {
  border-right-color: rgb(159 18 57 / 0.2) !important;
}

.border-r-rose-800\/25 {
  border-right-color: rgb(159 18 57 / 0.25) !important;
}

.border-r-rose-800\/30 {
  border-right-color: rgb(159 18 57 / 0.3) !important;
}

.border-r-rose-800\/35 {
  border-right-color: rgb(159 18 57 / 0.35) !important;
}

.border-r-rose-800\/40 {
  border-right-color: rgb(159 18 57 / 0.4) !important;
}

.border-r-rose-800\/45 {
  border-right-color: rgb(159 18 57 / 0.45) !important;
}

.border-r-rose-800\/5 {
  border-right-color: rgb(159 18 57 / 0.05) !important;
}

.border-r-rose-800\/50 {
  border-right-color: rgb(159 18 57 / 0.5) !important;
}

.border-r-rose-800\/55 {
  border-right-color: rgb(159 18 57 / 0.55) !important;
}

.border-r-rose-800\/60 {
  border-right-color: rgb(159 18 57 / 0.6) !important;
}

.border-r-rose-800\/65 {
  border-right-color: rgb(159 18 57 / 0.65) !important;
}

.border-r-rose-800\/70 {
  border-right-color: rgb(159 18 57 / 0.7) !important;
}

.border-r-rose-800\/75 {
  border-right-color: rgb(159 18 57 / 0.75) !important;
}

.border-r-rose-800\/80 {
  border-right-color: rgb(159 18 57 / 0.8) !important;
}

.border-r-rose-800\/85 {
  border-right-color: rgb(159 18 57 / 0.85) !important;
}

.border-r-rose-800\/90 {
  border-right-color: rgb(159 18 57 / 0.9) !important;
}

.border-r-rose-800\/95 {
  border-right-color: rgb(159 18 57 / 0.95) !important;
}

.border-r-rose-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-900\/0 {
  border-right-color: rgb(136 19 55 / 0) !important;
}

.border-r-rose-900\/10 {
  border-right-color: rgb(136 19 55 / 0.1) !important;
}

.border-r-rose-900\/100 {
  border-right-color: rgb(136 19 55 / 1) !important;
}

.border-r-rose-900\/15 {
  border-right-color: rgb(136 19 55 / 0.15) !important;
}

.border-r-rose-900\/20 {
  border-right-color: rgb(136 19 55 / 0.2) !important;
}

.border-r-rose-900\/25 {
  border-right-color: rgb(136 19 55 / 0.25) !important;
}

.border-r-rose-900\/30 {
  border-right-color: rgb(136 19 55 / 0.3) !important;
}

.border-r-rose-900\/35 {
  border-right-color: rgb(136 19 55 / 0.35) !important;
}

.border-r-rose-900\/40 {
  border-right-color: rgb(136 19 55 / 0.4) !important;
}

.border-r-rose-900\/45 {
  border-right-color: rgb(136 19 55 / 0.45) !important;
}

.border-r-rose-900\/5 {
  border-right-color: rgb(136 19 55 / 0.05) !important;
}

.border-r-rose-900\/50 {
  border-right-color: rgb(136 19 55 / 0.5) !important;
}

.border-r-rose-900\/55 {
  border-right-color: rgb(136 19 55 / 0.55) !important;
}

.border-r-rose-900\/60 {
  border-right-color: rgb(136 19 55 / 0.6) !important;
}

.border-r-rose-900\/65 {
  border-right-color: rgb(136 19 55 / 0.65) !important;
}

.border-r-rose-900\/70 {
  border-right-color: rgb(136 19 55 / 0.7) !important;
}

.border-r-rose-900\/75 {
  border-right-color: rgb(136 19 55 / 0.75) !important;
}

.border-r-rose-900\/80 {
  border-right-color: rgb(136 19 55 / 0.8) !important;
}

.border-r-rose-900\/85 {
  border-right-color: rgb(136 19 55 / 0.85) !important;
}

.border-r-rose-900\/90 {
  border-right-color: rgb(136 19 55 / 0.9) !important;
}

.border-r-rose-900\/95 {
  border-right-color: rgb(136 19 55 / 0.95) !important;
}

.border-r-rose-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-r-rose-950\/0 {
  border-right-color: rgb(76 5 25 / 0) !important;
}

.border-r-rose-950\/10 {
  border-right-color: rgb(76 5 25 / 0.1) !important;
}

.border-r-rose-950\/100 {
  border-right-color: rgb(76 5 25 / 1) !important;
}

.border-r-rose-950\/15 {
  border-right-color: rgb(76 5 25 / 0.15) !important;
}

.border-r-rose-950\/20 {
  border-right-color: rgb(76 5 25 / 0.2) !important;
}

.border-r-rose-950\/25 {
  border-right-color: rgb(76 5 25 / 0.25) !important;
}

.border-r-rose-950\/30 {
  border-right-color: rgb(76 5 25 / 0.3) !important;
}

.border-r-rose-950\/35 {
  border-right-color: rgb(76 5 25 / 0.35) !important;
}

.border-r-rose-950\/40 {
  border-right-color: rgb(76 5 25 / 0.4) !important;
}

.border-r-rose-950\/45 {
  border-right-color: rgb(76 5 25 / 0.45) !important;
}

.border-r-rose-950\/5 {
  border-right-color: rgb(76 5 25 / 0.05) !important;
}

.border-r-rose-950\/50 {
  border-right-color: rgb(76 5 25 / 0.5) !important;
}

.border-r-rose-950\/55 {
  border-right-color: rgb(76 5 25 / 0.55) !important;
}

.border-r-rose-950\/60 {
  border-right-color: rgb(76 5 25 / 0.6) !important;
}

.border-r-rose-950\/65 {
  border-right-color: rgb(76 5 25 / 0.65) !important;
}

.border-r-rose-950\/70 {
  border-right-color: rgb(76 5 25 / 0.7) !important;
}

.border-r-rose-950\/75 {
  border-right-color: rgb(76 5 25 / 0.75) !important;
}

.border-r-rose-950\/80 {
  border-right-color: rgb(76 5 25 / 0.8) !important;
}

.border-r-rose-950\/85 {
  border-right-color: rgb(76 5 25 / 0.85) !important;
}

.border-r-rose-950\/90 {
  border-right-color: rgb(76 5 25 / 0.9) !important;
}

.border-r-rose-950\/95 {
  border-right-color: rgb(76 5 25 / 0.95) !important;
}

.border-r-sky-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-100\/0 {
  border-right-color: rgb(224 242 254 / 0) !important;
}

.border-r-sky-100\/10 {
  border-right-color: rgb(224 242 254 / 0.1) !important;
}

.border-r-sky-100\/100 {
  border-right-color: rgb(224 242 254 / 1) !important;
}

.border-r-sky-100\/15 {
  border-right-color: rgb(224 242 254 / 0.15) !important;
}

.border-r-sky-100\/20 {
  border-right-color: rgb(224 242 254 / 0.2) !important;
}

.border-r-sky-100\/25 {
  border-right-color: rgb(224 242 254 / 0.25) !important;
}

.border-r-sky-100\/30 {
  border-right-color: rgb(224 242 254 / 0.3) !important;
}

.border-r-sky-100\/35 {
  border-right-color: rgb(224 242 254 / 0.35) !important;
}

.border-r-sky-100\/40 {
  border-right-color: rgb(224 242 254 / 0.4) !important;
}

.border-r-sky-100\/45 {
  border-right-color: rgb(224 242 254 / 0.45) !important;
}

.border-r-sky-100\/5 {
  border-right-color: rgb(224 242 254 / 0.05) !important;
}

.border-r-sky-100\/50 {
  border-right-color: rgb(224 242 254 / 0.5) !important;
}

.border-r-sky-100\/55 {
  border-right-color: rgb(224 242 254 / 0.55) !important;
}

.border-r-sky-100\/60 {
  border-right-color: rgb(224 242 254 / 0.6) !important;
}

.border-r-sky-100\/65 {
  border-right-color: rgb(224 242 254 / 0.65) !important;
}

.border-r-sky-100\/70 {
  border-right-color: rgb(224 242 254 / 0.7) !important;
}

.border-r-sky-100\/75 {
  border-right-color: rgb(224 242 254 / 0.75) !important;
}

.border-r-sky-100\/80 {
  border-right-color: rgb(224 242 254 / 0.8) !important;
}

.border-r-sky-100\/85 {
  border-right-color: rgb(224 242 254 / 0.85) !important;
}

.border-r-sky-100\/90 {
  border-right-color: rgb(224 242 254 / 0.9) !important;
}

.border-r-sky-100\/95 {
  border-right-color: rgb(224 242 254 / 0.95) !important;
}

.border-r-sky-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-200\/0 {
  border-right-color: rgb(186 230 253 / 0) !important;
}

.border-r-sky-200\/10 {
  border-right-color: rgb(186 230 253 / 0.1) !important;
}

.border-r-sky-200\/100 {
  border-right-color: rgb(186 230 253 / 1) !important;
}

.border-r-sky-200\/15 {
  border-right-color: rgb(186 230 253 / 0.15) !important;
}

.border-r-sky-200\/20 {
  border-right-color: rgb(186 230 253 / 0.2) !important;
}

.border-r-sky-200\/25 {
  border-right-color: rgb(186 230 253 / 0.25) !important;
}

.border-r-sky-200\/30 {
  border-right-color: rgb(186 230 253 / 0.3) !important;
}

.border-r-sky-200\/35 {
  border-right-color: rgb(186 230 253 / 0.35) !important;
}

.border-r-sky-200\/40 {
  border-right-color: rgb(186 230 253 / 0.4) !important;
}

.border-r-sky-200\/45 {
  border-right-color: rgb(186 230 253 / 0.45) !important;
}

.border-r-sky-200\/5 {
  border-right-color: rgb(186 230 253 / 0.05) !important;
}

.border-r-sky-200\/50 {
  border-right-color: rgb(186 230 253 / 0.5) !important;
}

.border-r-sky-200\/55 {
  border-right-color: rgb(186 230 253 / 0.55) !important;
}

.border-r-sky-200\/60 {
  border-right-color: rgb(186 230 253 / 0.6) !important;
}

.border-r-sky-200\/65 {
  border-right-color: rgb(186 230 253 / 0.65) !important;
}

.border-r-sky-200\/70 {
  border-right-color: rgb(186 230 253 / 0.7) !important;
}

.border-r-sky-200\/75 {
  border-right-color: rgb(186 230 253 / 0.75) !important;
}

.border-r-sky-200\/80 {
  border-right-color: rgb(186 230 253 / 0.8) !important;
}

.border-r-sky-200\/85 {
  border-right-color: rgb(186 230 253 / 0.85) !important;
}

.border-r-sky-200\/90 {
  border-right-color: rgb(186 230 253 / 0.9) !important;
}

.border-r-sky-200\/95 {
  border-right-color: rgb(186 230 253 / 0.95) !important;
}

.border-r-sky-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-300\/0 {
  border-right-color: rgb(125 211 252 / 0) !important;
}

.border-r-sky-300\/10 {
  border-right-color: rgb(125 211 252 / 0.1) !important;
}

.border-r-sky-300\/100 {
  border-right-color: rgb(125 211 252 / 1) !important;
}

.border-r-sky-300\/15 {
  border-right-color: rgb(125 211 252 / 0.15) !important;
}

.border-r-sky-300\/20 {
  border-right-color: rgb(125 211 252 / 0.2) !important;
}

.border-r-sky-300\/25 {
  border-right-color: rgb(125 211 252 / 0.25) !important;
}

.border-r-sky-300\/30 {
  border-right-color: rgb(125 211 252 / 0.3) !important;
}

.border-r-sky-300\/35 {
  border-right-color: rgb(125 211 252 / 0.35) !important;
}

.border-r-sky-300\/40 {
  border-right-color: rgb(125 211 252 / 0.4) !important;
}

.border-r-sky-300\/45 {
  border-right-color: rgb(125 211 252 / 0.45) !important;
}

.border-r-sky-300\/5 {
  border-right-color: rgb(125 211 252 / 0.05) !important;
}

.border-r-sky-300\/50 {
  border-right-color: rgb(125 211 252 / 0.5) !important;
}

.border-r-sky-300\/55 {
  border-right-color: rgb(125 211 252 / 0.55) !important;
}

.border-r-sky-300\/60 {
  border-right-color: rgb(125 211 252 / 0.6) !important;
}

.border-r-sky-300\/65 {
  border-right-color: rgb(125 211 252 / 0.65) !important;
}

.border-r-sky-300\/70 {
  border-right-color: rgb(125 211 252 / 0.7) !important;
}

.border-r-sky-300\/75 {
  border-right-color: rgb(125 211 252 / 0.75) !important;
}

.border-r-sky-300\/80 {
  border-right-color: rgb(125 211 252 / 0.8) !important;
}

.border-r-sky-300\/85 {
  border-right-color: rgb(125 211 252 / 0.85) !important;
}

.border-r-sky-300\/90 {
  border-right-color: rgb(125 211 252 / 0.9) !important;
}

.border-r-sky-300\/95 {
  border-right-color: rgb(125 211 252 / 0.95) !important;
}

.border-r-sky-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-400\/0 {
  border-right-color: rgb(56 189 248 / 0) !important;
}

.border-r-sky-400\/10 {
  border-right-color: rgb(56 189 248 / 0.1) !important;
}

.border-r-sky-400\/100 {
  border-right-color: rgb(56 189 248 / 1) !important;
}

.border-r-sky-400\/15 {
  border-right-color: rgb(56 189 248 / 0.15) !important;
}

.border-r-sky-400\/20 {
  border-right-color: rgb(56 189 248 / 0.2) !important;
}

.border-r-sky-400\/25 {
  border-right-color: rgb(56 189 248 / 0.25) !important;
}

.border-r-sky-400\/30 {
  border-right-color: rgb(56 189 248 / 0.3) !important;
}

.border-r-sky-400\/35 {
  border-right-color: rgb(56 189 248 / 0.35) !important;
}

.border-r-sky-400\/40 {
  border-right-color: rgb(56 189 248 / 0.4) !important;
}

.border-r-sky-400\/45 {
  border-right-color: rgb(56 189 248 / 0.45) !important;
}

.border-r-sky-400\/5 {
  border-right-color: rgb(56 189 248 / 0.05) !important;
}

.border-r-sky-400\/50 {
  border-right-color: rgb(56 189 248 / 0.5) !important;
}

.border-r-sky-400\/55 {
  border-right-color: rgb(56 189 248 / 0.55) !important;
}

.border-r-sky-400\/60 {
  border-right-color: rgb(56 189 248 / 0.6) !important;
}

.border-r-sky-400\/65 {
  border-right-color: rgb(56 189 248 / 0.65) !important;
}

.border-r-sky-400\/70 {
  border-right-color: rgb(56 189 248 / 0.7) !important;
}

.border-r-sky-400\/75 {
  border-right-color: rgb(56 189 248 / 0.75) !important;
}

.border-r-sky-400\/80 {
  border-right-color: rgb(56 189 248 / 0.8) !important;
}

.border-r-sky-400\/85 {
  border-right-color: rgb(56 189 248 / 0.85) !important;
}

.border-r-sky-400\/90 {
  border-right-color: rgb(56 189 248 / 0.9) !important;
}

.border-r-sky-400\/95 {
  border-right-color: rgb(56 189 248 / 0.95) !important;
}

.border-r-sky-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-50\/0 {
  border-right-color: rgb(240 249 255 / 0) !important;
}

.border-r-sky-50\/10 {
  border-right-color: rgb(240 249 255 / 0.1) !important;
}

.border-r-sky-50\/100 {
  border-right-color: rgb(240 249 255 / 1) !important;
}

.border-r-sky-50\/15 {
  border-right-color: rgb(240 249 255 / 0.15) !important;
}

.border-r-sky-50\/20 {
  border-right-color: rgb(240 249 255 / 0.2) !important;
}

.border-r-sky-50\/25 {
  border-right-color: rgb(240 249 255 / 0.25) !important;
}

.border-r-sky-50\/30 {
  border-right-color: rgb(240 249 255 / 0.3) !important;
}

.border-r-sky-50\/35 {
  border-right-color: rgb(240 249 255 / 0.35) !important;
}

.border-r-sky-50\/40 {
  border-right-color: rgb(240 249 255 / 0.4) !important;
}

.border-r-sky-50\/45 {
  border-right-color: rgb(240 249 255 / 0.45) !important;
}

.border-r-sky-50\/5 {
  border-right-color: rgb(240 249 255 / 0.05) !important;
}

.border-r-sky-50\/50 {
  border-right-color: rgb(240 249 255 / 0.5) !important;
}

.border-r-sky-50\/55 {
  border-right-color: rgb(240 249 255 / 0.55) !important;
}

.border-r-sky-50\/60 {
  border-right-color: rgb(240 249 255 / 0.6) !important;
}

.border-r-sky-50\/65 {
  border-right-color: rgb(240 249 255 / 0.65) !important;
}

.border-r-sky-50\/70 {
  border-right-color: rgb(240 249 255 / 0.7) !important;
}

.border-r-sky-50\/75 {
  border-right-color: rgb(240 249 255 / 0.75) !important;
}

.border-r-sky-50\/80 {
  border-right-color: rgb(240 249 255 / 0.8) !important;
}

.border-r-sky-50\/85 {
  border-right-color: rgb(240 249 255 / 0.85) !important;
}

.border-r-sky-50\/90 {
  border-right-color: rgb(240 249 255 / 0.9) !important;
}

.border-r-sky-50\/95 {
  border-right-color: rgb(240 249 255 / 0.95) !important;
}

.border-r-sky-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-500\/0 {
  border-right-color: rgb(14 165 233 / 0) !important;
}

.border-r-sky-500\/10 {
  border-right-color: rgb(14 165 233 / 0.1) !important;
}

.border-r-sky-500\/100 {
  border-right-color: rgb(14 165 233 / 1) !important;
}

.border-r-sky-500\/15 {
  border-right-color: rgb(14 165 233 / 0.15) !important;
}

.border-r-sky-500\/20 {
  border-right-color: rgb(14 165 233 / 0.2) !important;
}

.border-r-sky-500\/25 {
  border-right-color: rgb(14 165 233 / 0.25) !important;
}

.border-r-sky-500\/30 {
  border-right-color: rgb(14 165 233 / 0.3) !important;
}

.border-r-sky-500\/35 {
  border-right-color: rgb(14 165 233 / 0.35) !important;
}

.border-r-sky-500\/40 {
  border-right-color: rgb(14 165 233 / 0.4) !important;
}

.border-r-sky-500\/45 {
  border-right-color: rgb(14 165 233 / 0.45) !important;
}

.border-r-sky-500\/5 {
  border-right-color: rgb(14 165 233 / 0.05) !important;
}

.border-r-sky-500\/50 {
  border-right-color: rgb(14 165 233 / 0.5) !important;
}

.border-r-sky-500\/55 {
  border-right-color: rgb(14 165 233 / 0.55) !important;
}

.border-r-sky-500\/60 {
  border-right-color: rgb(14 165 233 / 0.6) !important;
}

.border-r-sky-500\/65 {
  border-right-color: rgb(14 165 233 / 0.65) !important;
}

.border-r-sky-500\/70 {
  border-right-color: rgb(14 165 233 / 0.7) !important;
}

.border-r-sky-500\/75 {
  border-right-color: rgb(14 165 233 / 0.75) !important;
}

.border-r-sky-500\/80 {
  border-right-color: rgb(14 165 233 / 0.8) !important;
}

.border-r-sky-500\/85 {
  border-right-color: rgb(14 165 233 / 0.85) !important;
}

.border-r-sky-500\/90 {
  border-right-color: rgb(14 165 233 / 0.9) !important;
}

.border-r-sky-500\/95 {
  border-right-color: rgb(14 165 233 / 0.95) !important;
}

.border-r-sky-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-600\/0 {
  border-right-color: rgb(2 132 199 / 0) !important;
}

.border-r-sky-600\/10 {
  border-right-color: rgb(2 132 199 / 0.1) !important;
}

.border-r-sky-600\/100 {
  border-right-color: rgb(2 132 199 / 1) !important;
}

.border-r-sky-600\/15 {
  border-right-color: rgb(2 132 199 / 0.15) !important;
}

.border-r-sky-600\/20 {
  border-right-color: rgb(2 132 199 / 0.2) !important;
}

.border-r-sky-600\/25 {
  border-right-color: rgb(2 132 199 / 0.25) !important;
}

.border-r-sky-600\/30 {
  border-right-color: rgb(2 132 199 / 0.3) !important;
}

.border-r-sky-600\/35 {
  border-right-color: rgb(2 132 199 / 0.35) !important;
}

.border-r-sky-600\/40 {
  border-right-color: rgb(2 132 199 / 0.4) !important;
}

.border-r-sky-600\/45 {
  border-right-color: rgb(2 132 199 / 0.45) !important;
}

.border-r-sky-600\/5 {
  border-right-color: rgb(2 132 199 / 0.05) !important;
}

.border-r-sky-600\/50 {
  border-right-color: rgb(2 132 199 / 0.5) !important;
}

.border-r-sky-600\/55 {
  border-right-color: rgb(2 132 199 / 0.55) !important;
}

.border-r-sky-600\/60 {
  border-right-color: rgb(2 132 199 / 0.6) !important;
}

.border-r-sky-600\/65 {
  border-right-color: rgb(2 132 199 / 0.65) !important;
}

.border-r-sky-600\/70 {
  border-right-color: rgb(2 132 199 / 0.7) !important;
}

.border-r-sky-600\/75 {
  border-right-color: rgb(2 132 199 / 0.75) !important;
}

.border-r-sky-600\/80 {
  border-right-color: rgb(2 132 199 / 0.8) !important;
}

.border-r-sky-600\/85 {
  border-right-color: rgb(2 132 199 / 0.85) !important;
}

.border-r-sky-600\/90 {
  border-right-color: rgb(2 132 199 / 0.9) !important;
}

.border-r-sky-600\/95 {
  border-right-color: rgb(2 132 199 / 0.95) !important;
}

.border-r-sky-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-700\/0 {
  border-right-color: rgb(3 105 161 / 0) !important;
}

.border-r-sky-700\/10 {
  border-right-color: rgb(3 105 161 / 0.1) !important;
}

.border-r-sky-700\/100 {
  border-right-color: rgb(3 105 161 / 1) !important;
}

.border-r-sky-700\/15 {
  border-right-color: rgb(3 105 161 / 0.15) !important;
}

.border-r-sky-700\/20 {
  border-right-color: rgb(3 105 161 / 0.2) !important;
}

.border-r-sky-700\/25 {
  border-right-color: rgb(3 105 161 / 0.25) !important;
}

.border-r-sky-700\/30 {
  border-right-color: rgb(3 105 161 / 0.3) !important;
}

.border-r-sky-700\/35 {
  border-right-color: rgb(3 105 161 / 0.35) !important;
}

.border-r-sky-700\/40 {
  border-right-color: rgb(3 105 161 / 0.4) !important;
}

.border-r-sky-700\/45 {
  border-right-color: rgb(3 105 161 / 0.45) !important;
}

.border-r-sky-700\/5 {
  border-right-color: rgb(3 105 161 / 0.05) !important;
}

.border-r-sky-700\/50 {
  border-right-color: rgb(3 105 161 / 0.5) !important;
}

.border-r-sky-700\/55 {
  border-right-color: rgb(3 105 161 / 0.55) !important;
}

.border-r-sky-700\/60 {
  border-right-color: rgb(3 105 161 / 0.6) !important;
}

.border-r-sky-700\/65 {
  border-right-color: rgb(3 105 161 / 0.65) !important;
}

.border-r-sky-700\/70 {
  border-right-color: rgb(3 105 161 / 0.7) !important;
}

.border-r-sky-700\/75 {
  border-right-color: rgb(3 105 161 / 0.75) !important;
}

.border-r-sky-700\/80 {
  border-right-color: rgb(3 105 161 / 0.8) !important;
}

.border-r-sky-700\/85 {
  border-right-color: rgb(3 105 161 / 0.85) !important;
}

.border-r-sky-700\/90 {
  border-right-color: rgb(3 105 161 / 0.9) !important;
}

.border-r-sky-700\/95 {
  border-right-color: rgb(3 105 161 / 0.95) !important;
}

.border-r-sky-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-800\/0 {
  border-right-color: rgb(7 89 133 / 0) !important;
}

.border-r-sky-800\/10 {
  border-right-color: rgb(7 89 133 / 0.1) !important;
}

.border-r-sky-800\/100 {
  border-right-color: rgb(7 89 133 / 1) !important;
}

.border-r-sky-800\/15 {
  border-right-color: rgb(7 89 133 / 0.15) !important;
}

.border-r-sky-800\/20 {
  border-right-color: rgb(7 89 133 / 0.2) !important;
}

.border-r-sky-800\/25 {
  border-right-color: rgb(7 89 133 / 0.25) !important;
}

.border-r-sky-800\/30 {
  border-right-color: rgb(7 89 133 / 0.3) !important;
}

.border-r-sky-800\/35 {
  border-right-color: rgb(7 89 133 / 0.35) !important;
}

.border-r-sky-800\/40 {
  border-right-color: rgb(7 89 133 / 0.4) !important;
}

.border-r-sky-800\/45 {
  border-right-color: rgb(7 89 133 / 0.45) !important;
}

.border-r-sky-800\/5 {
  border-right-color: rgb(7 89 133 / 0.05) !important;
}

.border-r-sky-800\/50 {
  border-right-color: rgb(7 89 133 / 0.5) !important;
}

.border-r-sky-800\/55 {
  border-right-color: rgb(7 89 133 / 0.55) !important;
}

.border-r-sky-800\/60 {
  border-right-color: rgb(7 89 133 / 0.6) !important;
}

.border-r-sky-800\/65 {
  border-right-color: rgb(7 89 133 / 0.65) !important;
}

.border-r-sky-800\/70 {
  border-right-color: rgb(7 89 133 / 0.7) !important;
}

.border-r-sky-800\/75 {
  border-right-color: rgb(7 89 133 / 0.75) !important;
}

.border-r-sky-800\/80 {
  border-right-color: rgb(7 89 133 / 0.8) !important;
}

.border-r-sky-800\/85 {
  border-right-color: rgb(7 89 133 / 0.85) !important;
}

.border-r-sky-800\/90 {
  border-right-color: rgb(7 89 133 / 0.9) !important;
}

.border-r-sky-800\/95 {
  border-right-color: rgb(7 89 133 / 0.95) !important;
}

.border-r-sky-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-900\/0 {
  border-right-color: rgb(12 74 110 / 0) !important;
}

.border-r-sky-900\/10 {
  border-right-color: rgb(12 74 110 / 0.1) !important;
}

.border-r-sky-900\/100 {
  border-right-color: rgb(12 74 110 / 1) !important;
}

.border-r-sky-900\/15 {
  border-right-color: rgb(12 74 110 / 0.15) !important;
}

.border-r-sky-900\/20 {
  border-right-color: rgb(12 74 110 / 0.2) !important;
}

.border-r-sky-900\/25 {
  border-right-color: rgb(12 74 110 / 0.25) !important;
}

.border-r-sky-900\/30 {
  border-right-color: rgb(12 74 110 / 0.3) !important;
}

.border-r-sky-900\/35 {
  border-right-color: rgb(12 74 110 / 0.35) !important;
}

.border-r-sky-900\/40 {
  border-right-color: rgb(12 74 110 / 0.4) !important;
}

.border-r-sky-900\/45 {
  border-right-color: rgb(12 74 110 / 0.45) !important;
}

.border-r-sky-900\/5 {
  border-right-color: rgb(12 74 110 / 0.05) !important;
}

.border-r-sky-900\/50 {
  border-right-color: rgb(12 74 110 / 0.5) !important;
}

.border-r-sky-900\/55 {
  border-right-color: rgb(12 74 110 / 0.55) !important;
}

.border-r-sky-900\/60 {
  border-right-color: rgb(12 74 110 / 0.6) !important;
}

.border-r-sky-900\/65 {
  border-right-color: rgb(12 74 110 / 0.65) !important;
}

.border-r-sky-900\/70 {
  border-right-color: rgb(12 74 110 / 0.7) !important;
}

.border-r-sky-900\/75 {
  border-right-color: rgb(12 74 110 / 0.75) !important;
}

.border-r-sky-900\/80 {
  border-right-color: rgb(12 74 110 / 0.8) !important;
}

.border-r-sky-900\/85 {
  border-right-color: rgb(12 74 110 / 0.85) !important;
}

.border-r-sky-900\/90 {
  border-right-color: rgb(12 74 110 / 0.9) !important;
}

.border-r-sky-900\/95 {
  border-right-color: rgb(12 74 110 / 0.95) !important;
}

.border-r-sky-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-r-sky-950\/0 {
  border-right-color: rgb(8 47 73 / 0) !important;
}

.border-r-sky-950\/10 {
  border-right-color: rgb(8 47 73 / 0.1) !important;
}

.border-r-sky-950\/100 {
  border-right-color: rgb(8 47 73 / 1) !important;
}

.border-r-sky-950\/15 {
  border-right-color: rgb(8 47 73 / 0.15) !important;
}

.border-r-sky-950\/20 {
  border-right-color: rgb(8 47 73 / 0.2) !important;
}

.border-r-sky-950\/25 {
  border-right-color: rgb(8 47 73 / 0.25) !important;
}

.border-r-sky-950\/30 {
  border-right-color: rgb(8 47 73 / 0.3) !important;
}

.border-r-sky-950\/35 {
  border-right-color: rgb(8 47 73 / 0.35) !important;
}

.border-r-sky-950\/40 {
  border-right-color: rgb(8 47 73 / 0.4) !important;
}

.border-r-sky-950\/45 {
  border-right-color: rgb(8 47 73 / 0.45) !important;
}

.border-r-sky-950\/5 {
  border-right-color: rgb(8 47 73 / 0.05) !important;
}

.border-r-sky-950\/50 {
  border-right-color: rgb(8 47 73 / 0.5) !important;
}

.border-r-sky-950\/55 {
  border-right-color: rgb(8 47 73 / 0.55) !important;
}

.border-r-sky-950\/60 {
  border-right-color: rgb(8 47 73 / 0.6) !important;
}

.border-r-sky-950\/65 {
  border-right-color: rgb(8 47 73 / 0.65) !important;
}

.border-r-sky-950\/70 {
  border-right-color: rgb(8 47 73 / 0.7) !important;
}

.border-r-sky-950\/75 {
  border-right-color: rgb(8 47 73 / 0.75) !important;
}

.border-r-sky-950\/80 {
  border-right-color: rgb(8 47 73 / 0.8) !important;
}

.border-r-sky-950\/85 {
  border-right-color: rgb(8 47 73 / 0.85) !important;
}

.border-r-sky-950\/90 {
  border-right-color: rgb(8 47 73 / 0.9) !important;
}

.border-r-sky-950\/95 {
  border-right-color: rgb(8 47 73 / 0.95) !important;
}

.border-r-slate-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-100\/0 {
  border-right-color: rgb(241 245 249 / 0) !important;
}

.border-r-slate-100\/10 {
  border-right-color: rgb(241 245 249 / 0.1) !important;
}

.border-r-slate-100\/100 {
  border-right-color: rgb(241 245 249 / 1) !important;
}

.border-r-slate-100\/15 {
  border-right-color: rgb(241 245 249 / 0.15) !important;
}

.border-r-slate-100\/20 {
  border-right-color: rgb(241 245 249 / 0.2) !important;
}

.border-r-slate-100\/25 {
  border-right-color: rgb(241 245 249 / 0.25) !important;
}

.border-r-slate-100\/30 {
  border-right-color: rgb(241 245 249 / 0.3) !important;
}

.border-r-slate-100\/35 {
  border-right-color: rgb(241 245 249 / 0.35) !important;
}

.border-r-slate-100\/40 {
  border-right-color: rgb(241 245 249 / 0.4) !important;
}

.border-r-slate-100\/45 {
  border-right-color: rgb(241 245 249 / 0.45) !important;
}

.border-r-slate-100\/5 {
  border-right-color: rgb(241 245 249 / 0.05) !important;
}

.border-r-slate-100\/50 {
  border-right-color: rgb(241 245 249 / 0.5) !important;
}

.border-r-slate-100\/55 {
  border-right-color: rgb(241 245 249 / 0.55) !important;
}

.border-r-slate-100\/60 {
  border-right-color: rgb(241 245 249 / 0.6) !important;
}

.border-r-slate-100\/65 {
  border-right-color: rgb(241 245 249 / 0.65) !important;
}

.border-r-slate-100\/70 {
  border-right-color: rgb(241 245 249 / 0.7) !important;
}

.border-r-slate-100\/75 {
  border-right-color: rgb(241 245 249 / 0.75) !important;
}

.border-r-slate-100\/80 {
  border-right-color: rgb(241 245 249 / 0.8) !important;
}

.border-r-slate-100\/85 {
  border-right-color: rgb(241 245 249 / 0.85) !important;
}

.border-r-slate-100\/90 {
  border-right-color: rgb(241 245 249 / 0.9) !important;
}

.border-r-slate-100\/95 {
  border-right-color: rgb(241 245 249 / 0.95) !important;
}

.border-r-slate-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-200\/0 {
  border-right-color: rgb(226 232 240 / 0) !important;
}

.border-r-slate-200\/10 {
  border-right-color: rgb(226 232 240 / 0.1) !important;
}

.border-r-slate-200\/100 {
  border-right-color: rgb(226 232 240 / 1) !important;
}

.border-r-slate-200\/15 {
  border-right-color: rgb(226 232 240 / 0.15) !important;
}

.border-r-slate-200\/20 {
  border-right-color: rgb(226 232 240 / 0.2) !important;
}

.border-r-slate-200\/25 {
  border-right-color: rgb(226 232 240 / 0.25) !important;
}

.border-r-slate-200\/30 {
  border-right-color: rgb(226 232 240 / 0.3) !important;
}

.border-r-slate-200\/35 {
  border-right-color: rgb(226 232 240 / 0.35) !important;
}

.border-r-slate-200\/40 {
  border-right-color: rgb(226 232 240 / 0.4) !important;
}

.border-r-slate-200\/45 {
  border-right-color: rgb(226 232 240 / 0.45) !important;
}

.border-r-slate-200\/5 {
  border-right-color: rgb(226 232 240 / 0.05) !important;
}

.border-r-slate-200\/50 {
  border-right-color: rgb(226 232 240 / 0.5) !important;
}

.border-r-slate-200\/55 {
  border-right-color: rgb(226 232 240 / 0.55) !important;
}

.border-r-slate-200\/60 {
  border-right-color: rgb(226 232 240 / 0.6) !important;
}

.border-r-slate-200\/65 {
  border-right-color: rgb(226 232 240 / 0.65) !important;
}

.border-r-slate-200\/70 {
  border-right-color: rgb(226 232 240 / 0.7) !important;
}

.border-r-slate-200\/75 {
  border-right-color: rgb(226 232 240 / 0.75) !important;
}

.border-r-slate-200\/80 {
  border-right-color: rgb(226 232 240 / 0.8) !important;
}

.border-r-slate-200\/85 {
  border-right-color: rgb(226 232 240 / 0.85) !important;
}

.border-r-slate-200\/90 {
  border-right-color: rgb(226 232 240 / 0.9) !important;
}

.border-r-slate-200\/95 {
  border-right-color: rgb(226 232 240 / 0.95) !important;
}

.border-r-slate-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-300\/0 {
  border-right-color: rgb(203 213 225 / 0) !important;
}

.border-r-slate-300\/10 {
  border-right-color: rgb(203 213 225 / 0.1) !important;
}

.border-r-slate-300\/100 {
  border-right-color: rgb(203 213 225 / 1) !important;
}

.border-r-slate-300\/15 {
  border-right-color: rgb(203 213 225 / 0.15) !important;
}

.border-r-slate-300\/20 {
  border-right-color: rgb(203 213 225 / 0.2) !important;
}

.border-r-slate-300\/25 {
  border-right-color: rgb(203 213 225 / 0.25) !important;
}

.border-r-slate-300\/30 {
  border-right-color: rgb(203 213 225 / 0.3) !important;
}

.border-r-slate-300\/35 {
  border-right-color: rgb(203 213 225 / 0.35) !important;
}

.border-r-slate-300\/40 {
  border-right-color: rgb(203 213 225 / 0.4) !important;
}

.border-r-slate-300\/45 {
  border-right-color: rgb(203 213 225 / 0.45) !important;
}

.border-r-slate-300\/5 {
  border-right-color: rgb(203 213 225 / 0.05) !important;
}

.border-r-slate-300\/50 {
  border-right-color: rgb(203 213 225 / 0.5) !important;
}

.border-r-slate-300\/55 {
  border-right-color: rgb(203 213 225 / 0.55) !important;
}

.border-r-slate-300\/60 {
  border-right-color: rgb(203 213 225 / 0.6) !important;
}

.border-r-slate-300\/65 {
  border-right-color: rgb(203 213 225 / 0.65) !important;
}

.border-r-slate-300\/70 {
  border-right-color: rgb(203 213 225 / 0.7) !important;
}

.border-r-slate-300\/75 {
  border-right-color: rgb(203 213 225 / 0.75) !important;
}

.border-r-slate-300\/80 {
  border-right-color: rgb(203 213 225 / 0.8) !important;
}

.border-r-slate-300\/85 {
  border-right-color: rgb(203 213 225 / 0.85) !important;
}

.border-r-slate-300\/90 {
  border-right-color: rgb(203 213 225 / 0.9) !important;
}

.border-r-slate-300\/95 {
  border-right-color: rgb(203 213 225 / 0.95) !important;
}

.border-r-slate-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-400\/0 {
  border-right-color: rgb(148 163 184 / 0) !important;
}

.border-r-slate-400\/10 {
  border-right-color: rgb(148 163 184 / 0.1) !important;
}

.border-r-slate-400\/100 {
  border-right-color: rgb(148 163 184 / 1) !important;
}

.border-r-slate-400\/15 {
  border-right-color: rgb(148 163 184 / 0.15) !important;
}

.border-r-slate-400\/20 {
  border-right-color: rgb(148 163 184 / 0.2) !important;
}

.border-r-slate-400\/25 {
  border-right-color: rgb(148 163 184 / 0.25) !important;
}

.border-r-slate-400\/30 {
  border-right-color: rgb(148 163 184 / 0.3) !important;
}

.border-r-slate-400\/35 {
  border-right-color: rgb(148 163 184 / 0.35) !important;
}

.border-r-slate-400\/40 {
  border-right-color: rgb(148 163 184 / 0.4) !important;
}

.border-r-slate-400\/45 {
  border-right-color: rgb(148 163 184 / 0.45) !important;
}

.border-r-slate-400\/5 {
  border-right-color: rgb(148 163 184 / 0.05) !important;
}

.border-r-slate-400\/50 {
  border-right-color: rgb(148 163 184 / 0.5) !important;
}

.border-r-slate-400\/55 {
  border-right-color: rgb(148 163 184 / 0.55) !important;
}

.border-r-slate-400\/60 {
  border-right-color: rgb(148 163 184 / 0.6) !important;
}

.border-r-slate-400\/65 {
  border-right-color: rgb(148 163 184 / 0.65) !important;
}

.border-r-slate-400\/70 {
  border-right-color: rgb(148 163 184 / 0.7) !important;
}

.border-r-slate-400\/75 {
  border-right-color: rgb(148 163 184 / 0.75) !important;
}

.border-r-slate-400\/80 {
  border-right-color: rgb(148 163 184 / 0.8) !important;
}

.border-r-slate-400\/85 {
  border-right-color: rgb(148 163 184 / 0.85) !important;
}

.border-r-slate-400\/90 {
  border-right-color: rgb(148 163 184 / 0.9) !important;
}

.border-r-slate-400\/95 {
  border-right-color: rgb(148 163 184 / 0.95) !important;
}

.border-r-slate-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-50\/0 {
  border-right-color: rgb(248 250 252 / 0) !important;
}

.border-r-slate-50\/10 {
  border-right-color: rgb(248 250 252 / 0.1) !important;
}

.border-r-slate-50\/100 {
  border-right-color: rgb(248 250 252 / 1) !important;
}

.border-r-slate-50\/15 {
  border-right-color: rgb(248 250 252 / 0.15) !important;
}

.border-r-slate-50\/20 {
  border-right-color: rgb(248 250 252 / 0.2) !important;
}

.border-r-slate-50\/25 {
  border-right-color: rgb(248 250 252 / 0.25) !important;
}

.border-r-slate-50\/30 {
  border-right-color: rgb(248 250 252 / 0.3) !important;
}

.border-r-slate-50\/35 {
  border-right-color: rgb(248 250 252 / 0.35) !important;
}

.border-r-slate-50\/40 {
  border-right-color: rgb(248 250 252 / 0.4) !important;
}

.border-r-slate-50\/45 {
  border-right-color: rgb(248 250 252 / 0.45) !important;
}

.border-r-slate-50\/5 {
  border-right-color: rgb(248 250 252 / 0.05) !important;
}

.border-r-slate-50\/50 {
  border-right-color: rgb(248 250 252 / 0.5) !important;
}

.border-r-slate-50\/55 {
  border-right-color: rgb(248 250 252 / 0.55) !important;
}

.border-r-slate-50\/60 {
  border-right-color: rgb(248 250 252 / 0.6) !important;
}

.border-r-slate-50\/65 {
  border-right-color: rgb(248 250 252 / 0.65) !important;
}

.border-r-slate-50\/70 {
  border-right-color: rgb(248 250 252 / 0.7) !important;
}

.border-r-slate-50\/75 {
  border-right-color: rgb(248 250 252 / 0.75) !important;
}

.border-r-slate-50\/80 {
  border-right-color: rgb(248 250 252 / 0.8) !important;
}

.border-r-slate-50\/85 {
  border-right-color: rgb(248 250 252 / 0.85) !important;
}

.border-r-slate-50\/90 {
  border-right-color: rgb(248 250 252 / 0.9) !important;
}

.border-r-slate-50\/95 {
  border-right-color: rgb(248 250 252 / 0.95) !important;
}

.border-r-slate-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-500\/0 {
  border-right-color: rgb(100 116 139 / 0) !important;
}

.border-r-slate-500\/10 {
  border-right-color: rgb(100 116 139 / 0.1) !important;
}

.border-r-slate-500\/100 {
  border-right-color: rgb(100 116 139 / 1) !important;
}

.border-r-slate-500\/15 {
  border-right-color: rgb(100 116 139 / 0.15) !important;
}

.border-r-slate-500\/20 {
  border-right-color: rgb(100 116 139 / 0.2) !important;
}

.border-r-slate-500\/25 {
  border-right-color: rgb(100 116 139 / 0.25) !important;
}

.border-r-slate-500\/30 {
  border-right-color: rgb(100 116 139 / 0.3) !important;
}

.border-r-slate-500\/35 {
  border-right-color: rgb(100 116 139 / 0.35) !important;
}

.border-r-slate-500\/40 {
  border-right-color: rgb(100 116 139 / 0.4) !important;
}

.border-r-slate-500\/45 {
  border-right-color: rgb(100 116 139 / 0.45) !important;
}

.border-r-slate-500\/5 {
  border-right-color: rgb(100 116 139 / 0.05) !important;
}

.border-r-slate-500\/50 {
  border-right-color: rgb(100 116 139 / 0.5) !important;
}

.border-r-slate-500\/55 {
  border-right-color: rgb(100 116 139 / 0.55) !important;
}

.border-r-slate-500\/60 {
  border-right-color: rgb(100 116 139 / 0.6) !important;
}

.border-r-slate-500\/65 {
  border-right-color: rgb(100 116 139 / 0.65) !important;
}

.border-r-slate-500\/70 {
  border-right-color: rgb(100 116 139 / 0.7) !important;
}

.border-r-slate-500\/75 {
  border-right-color: rgb(100 116 139 / 0.75) !important;
}

.border-r-slate-500\/80 {
  border-right-color: rgb(100 116 139 / 0.8) !important;
}

.border-r-slate-500\/85 {
  border-right-color: rgb(100 116 139 / 0.85) !important;
}

.border-r-slate-500\/90 {
  border-right-color: rgb(100 116 139 / 0.9) !important;
}

.border-r-slate-500\/95 {
  border-right-color: rgb(100 116 139 / 0.95) !important;
}

.border-r-slate-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-600\/0 {
  border-right-color: rgb(71 85 105 / 0) !important;
}

.border-r-slate-600\/10 {
  border-right-color: rgb(71 85 105 / 0.1) !important;
}

.border-r-slate-600\/100 {
  border-right-color: rgb(71 85 105 / 1) !important;
}

.border-r-slate-600\/15 {
  border-right-color: rgb(71 85 105 / 0.15) !important;
}

.border-r-slate-600\/20 {
  border-right-color: rgb(71 85 105 / 0.2) !important;
}

.border-r-slate-600\/25 {
  border-right-color: rgb(71 85 105 / 0.25) !important;
}

.border-r-slate-600\/30 {
  border-right-color: rgb(71 85 105 / 0.3) !important;
}

.border-r-slate-600\/35 {
  border-right-color: rgb(71 85 105 / 0.35) !important;
}

.border-r-slate-600\/40 {
  border-right-color: rgb(71 85 105 / 0.4) !important;
}

.border-r-slate-600\/45 {
  border-right-color: rgb(71 85 105 / 0.45) !important;
}

.border-r-slate-600\/5 {
  border-right-color: rgb(71 85 105 / 0.05) !important;
}

.border-r-slate-600\/50 {
  border-right-color: rgb(71 85 105 / 0.5) !important;
}

.border-r-slate-600\/55 {
  border-right-color: rgb(71 85 105 / 0.55) !important;
}

.border-r-slate-600\/60 {
  border-right-color: rgb(71 85 105 / 0.6) !important;
}

.border-r-slate-600\/65 {
  border-right-color: rgb(71 85 105 / 0.65) !important;
}

.border-r-slate-600\/70 {
  border-right-color: rgb(71 85 105 / 0.7) !important;
}

.border-r-slate-600\/75 {
  border-right-color: rgb(71 85 105 / 0.75) !important;
}

.border-r-slate-600\/80 {
  border-right-color: rgb(71 85 105 / 0.8) !important;
}

.border-r-slate-600\/85 {
  border-right-color: rgb(71 85 105 / 0.85) !important;
}

.border-r-slate-600\/90 {
  border-right-color: rgb(71 85 105 / 0.9) !important;
}

.border-r-slate-600\/95 {
  border-right-color: rgb(71 85 105 / 0.95) !important;
}

.border-r-slate-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-700\/0 {
  border-right-color: rgb(51 65 85 / 0) !important;
}

.border-r-slate-700\/10 {
  border-right-color: rgb(51 65 85 / 0.1) !important;
}

.border-r-slate-700\/100 {
  border-right-color: rgb(51 65 85 / 1) !important;
}

.border-r-slate-700\/15 {
  border-right-color: rgb(51 65 85 / 0.15) !important;
}

.border-r-slate-700\/20 {
  border-right-color: rgb(51 65 85 / 0.2) !important;
}

.border-r-slate-700\/25 {
  border-right-color: rgb(51 65 85 / 0.25) !important;
}

.border-r-slate-700\/30 {
  border-right-color: rgb(51 65 85 / 0.3) !important;
}

.border-r-slate-700\/35 {
  border-right-color: rgb(51 65 85 / 0.35) !important;
}

.border-r-slate-700\/40 {
  border-right-color: rgb(51 65 85 / 0.4) !important;
}

.border-r-slate-700\/45 {
  border-right-color: rgb(51 65 85 / 0.45) !important;
}

.border-r-slate-700\/5 {
  border-right-color: rgb(51 65 85 / 0.05) !important;
}

.border-r-slate-700\/50 {
  border-right-color: rgb(51 65 85 / 0.5) !important;
}

.border-r-slate-700\/55 {
  border-right-color: rgb(51 65 85 / 0.55) !important;
}

.border-r-slate-700\/60 {
  border-right-color: rgb(51 65 85 / 0.6) !important;
}

.border-r-slate-700\/65 {
  border-right-color: rgb(51 65 85 / 0.65) !important;
}

.border-r-slate-700\/70 {
  border-right-color: rgb(51 65 85 / 0.7) !important;
}

.border-r-slate-700\/75 {
  border-right-color: rgb(51 65 85 / 0.75) !important;
}

.border-r-slate-700\/80 {
  border-right-color: rgb(51 65 85 / 0.8) !important;
}

.border-r-slate-700\/85 {
  border-right-color: rgb(51 65 85 / 0.85) !important;
}

.border-r-slate-700\/90 {
  border-right-color: rgb(51 65 85 / 0.9) !important;
}

.border-r-slate-700\/95 {
  border-right-color: rgb(51 65 85 / 0.95) !important;
}

.border-r-slate-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-800\/0 {
  border-right-color: rgb(30 41 59 / 0) !important;
}

.border-r-slate-800\/10 {
  border-right-color: rgb(30 41 59 / 0.1) !important;
}

.border-r-slate-800\/100 {
  border-right-color: rgb(30 41 59 / 1) !important;
}

.border-r-slate-800\/15 {
  border-right-color: rgb(30 41 59 / 0.15) !important;
}

.border-r-slate-800\/20 {
  border-right-color: rgb(30 41 59 / 0.2) !important;
}

.border-r-slate-800\/25 {
  border-right-color: rgb(30 41 59 / 0.25) !important;
}

.border-r-slate-800\/30 {
  border-right-color: rgb(30 41 59 / 0.3) !important;
}

.border-r-slate-800\/35 {
  border-right-color: rgb(30 41 59 / 0.35) !important;
}

.border-r-slate-800\/40 {
  border-right-color: rgb(30 41 59 / 0.4) !important;
}

.border-r-slate-800\/45 {
  border-right-color: rgb(30 41 59 / 0.45) !important;
}

.border-r-slate-800\/5 {
  border-right-color: rgb(30 41 59 / 0.05) !important;
}

.border-r-slate-800\/50 {
  border-right-color: rgb(30 41 59 / 0.5) !important;
}

.border-r-slate-800\/55 {
  border-right-color: rgb(30 41 59 / 0.55) !important;
}

.border-r-slate-800\/60 {
  border-right-color: rgb(30 41 59 / 0.6) !important;
}

.border-r-slate-800\/65 {
  border-right-color: rgb(30 41 59 / 0.65) !important;
}

.border-r-slate-800\/70 {
  border-right-color: rgb(30 41 59 / 0.7) !important;
}

.border-r-slate-800\/75 {
  border-right-color: rgb(30 41 59 / 0.75) !important;
}

.border-r-slate-800\/80 {
  border-right-color: rgb(30 41 59 / 0.8) !important;
}

.border-r-slate-800\/85 {
  border-right-color: rgb(30 41 59 / 0.85) !important;
}

.border-r-slate-800\/90 {
  border-right-color: rgb(30 41 59 / 0.9) !important;
}

.border-r-slate-800\/95 {
  border-right-color: rgb(30 41 59 / 0.95) !important;
}

.border-r-slate-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-900\/0 {
  border-right-color: rgb(15 23 42 / 0) !important;
}

.border-r-slate-900\/10 {
  border-right-color: rgb(15 23 42 / 0.1) !important;
}

.border-r-slate-900\/100 {
  border-right-color: rgb(15 23 42 / 1) !important;
}

.border-r-slate-900\/15 {
  border-right-color: rgb(15 23 42 / 0.15) !important;
}

.border-r-slate-900\/20 {
  border-right-color: rgb(15 23 42 / 0.2) !important;
}

.border-r-slate-900\/25 {
  border-right-color: rgb(15 23 42 / 0.25) !important;
}

.border-r-slate-900\/30 {
  border-right-color: rgb(15 23 42 / 0.3) !important;
}

.border-r-slate-900\/35 {
  border-right-color: rgb(15 23 42 / 0.35) !important;
}

.border-r-slate-900\/40 {
  border-right-color: rgb(15 23 42 / 0.4) !important;
}

.border-r-slate-900\/45 {
  border-right-color: rgb(15 23 42 / 0.45) !important;
}

.border-r-slate-900\/5 {
  border-right-color: rgb(15 23 42 / 0.05) !important;
}

.border-r-slate-900\/50 {
  border-right-color: rgb(15 23 42 / 0.5) !important;
}

.border-r-slate-900\/55 {
  border-right-color: rgb(15 23 42 / 0.55) !important;
}

.border-r-slate-900\/60 {
  border-right-color: rgb(15 23 42 / 0.6) !important;
}

.border-r-slate-900\/65 {
  border-right-color: rgb(15 23 42 / 0.65) !important;
}

.border-r-slate-900\/70 {
  border-right-color: rgb(15 23 42 / 0.7) !important;
}

.border-r-slate-900\/75 {
  border-right-color: rgb(15 23 42 / 0.75) !important;
}

.border-r-slate-900\/80 {
  border-right-color: rgb(15 23 42 / 0.8) !important;
}

.border-r-slate-900\/85 {
  border-right-color: rgb(15 23 42 / 0.85) !important;
}

.border-r-slate-900\/90 {
  border-right-color: rgb(15 23 42 / 0.9) !important;
}

.border-r-slate-900\/95 {
  border-right-color: rgb(15 23 42 / 0.95) !important;
}

.border-r-slate-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-r-slate-950\/0 {
  border-right-color: rgb(2 6 23 / 0) !important;
}

.border-r-slate-950\/10 {
  border-right-color: rgb(2 6 23 / 0.1) !important;
}

.border-r-slate-950\/100 {
  border-right-color: rgb(2 6 23 / 1) !important;
}

.border-r-slate-950\/15 {
  border-right-color: rgb(2 6 23 / 0.15) !important;
}

.border-r-slate-950\/20 {
  border-right-color: rgb(2 6 23 / 0.2) !important;
}

.border-r-slate-950\/25 {
  border-right-color: rgb(2 6 23 / 0.25) !important;
}

.border-r-slate-950\/30 {
  border-right-color: rgb(2 6 23 / 0.3) !important;
}

.border-r-slate-950\/35 {
  border-right-color: rgb(2 6 23 / 0.35) !important;
}

.border-r-slate-950\/40 {
  border-right-color: rgb(2 6 23 / 0.4) !important;
}

.border-r-slate-950\/45 {
  border-right-color: rgb(2 6 23 / 0.45) !important;
}

.border-r-slate-950\/5 {
  border-right-color: rgb(2 6 23 / 0.05) !important;
}

.border-r-slate-950\/50 {
  border-right-color: rgb(2 6 23 / 0.5) !important;
}

.border-r-slate-950\/55 {
  border-right-color: rgb(2 6 23 / 0.55) !important;
}

.border-r-slate-950\/60 {
  border-right-color: rgb(2 6 23 / 0.6) !important;
}

.border-r-slate-950\/65 {
  border-right-color: rgb(2 6 23 / 0.65) !important;
}

.border-r-slate-950\/70 {
  border-right-color: rgb(2 6 23 / 0.7) !important;
}

.border-r-slate-950\/75 {
  border-right-color: rgb(2 6 23 / 0.75) !important;
}

.border-r-slate-950\/80 {
  border-right-color: rgb(2 6 23 / 0.8) !important;
}

.border-r-slate-950\/85 {
  border-right-color: rgb(2 6 23 / 0.85) !important;
}

.border-r-slate-950\/90 {
  border-right-color: rgb(2 6 23 / 0.9) !important;
}

.border-r-slate-950\/95 {
  border-right-color: rgb(2 6 23 / 0.95) !important;
}

.border-r-stone-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-100\/0 {
  border-right-color: rgb(245 245 244 / 0) !important;
}

.border-r-stone-100\/10 {
  border-right-color: rgb(245 245 244 / 0.1) !important;
}

.border-r-stone-100\/100 {
  border-right-color: rgb(245 245 244 / 1) !important;
}

.border-r-stone-100\/15 {
  border-right-color: rgb(245 245 244 / 0.15) !important;
}

.border-r-stone-100\/20 {
  border-right-color: rgb(245 245 244 / 0.2) !important;
}

.border-r-stone-100\/25 {
  border-right-color: rgb(245 245 244 / 0.25) !important;
}

.border-r-stone-100\/30 {
  border-right-color: rgb(245 245 244 / 0.3) !important;
}

.border-r-stone-100\/35 {
  border-right-color: rgb(245 245 244 / 0.35) !important;
}

.border-r-stone-100\/40 {
  border-right-color: rgb(245 245 244 / 0.4) !important;
}

.border-r-stone-100\/45 {
  border-right-color: rgb(245 245 244 / 0.45) !important;
}

.border-r-stone-100\/5 {
  border-right-color: rgb(245 245 244 / 0.05) !important;
}

.border-r-stone-100\/50 {
  border-right-color: rgb(245 245 244 / 0.5) !important;
}

.border-r-stone-100\/55 {
  border-right-color: rgb(245 245 244 / 0.55) !important;
}

.border-r-stone-100\/60 {
  border-right-color: rgb(245 245 244 / 0.6) !important;
}

.border-r-stone-100\/65 {
  border-right-color: rgb(245 245 244 / 0.65) !important;
}

.border-r-stone-100\/70 {
  border-right-color: rgb(245 245 244 / 0.7) !important;
}

.border-r-stone-100\/75 {
  border-right-color: rgb(245 245 244 / 0.75) !important;
}

.border-r-stone-100\/80 {
  border-right-color: rgb(245 245 244 / 0.8) !important;
}

.border-r-stone-100\/85 {
  border-right-color: rgb(245 245 244 / 0.85) !important;
}

.border-r-stone-100\/90 {
  border-right-color: rgb(245 245 244 / 0.9) !important;
}

.border-r-stone-100\/95 {
  border-right-color: rgb(245 245 244 / 0.95) !important;
}

.border-r-stone-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-200\/0 {
  border-right-color: rgb(231 229 228 / 0) !important;
}

.border-r-stone-200\/10 {
  border-right-color: rgb(231 229 228 / 0.1) !important;
}

.border-r-stone-200\/100 {
  border-right-color: rgb(231 229 228 / 1) !important;
}

.border-r-stone-200\/15 {
  border-right-color: rgb(231 229 228 / 0.15) !important;
}

.border-r-stone-200\/20 {
  border-right-color: rgb(231 229 228 / 0.2) !important;
}

.border-r-stone-200\/25 {
  border-right-color: rgb(231 229 228 / 0.25) !important;
}

.border-r-stone-200\/30 {
  border-right-color: rgb(231 229 228 / 0.3) !important;
}

.border-r-stone-200\/35 {
  border-right-color: rgb(231 229 228 / 0.35) !important;
}

.border-r-stone-200\/40 {
  border-right-color: rgb(231 229 228 / 0.4) !important;
}

.border-r-stone-200\/45 {
  border-right-color: rgb(231 229 228 / 0.45) !important;
}

.border-r-stone-200\/5 {
  border-right-color: rgb(231 229 228 / 0.05) !important;
}

.border-r-stone-200\/50 {
  border-right-color: rgb(231 229 228 / 0.5) !important;
}

.border-r-stone-200\/55 {
  border-right-color: rgb(231 229 228 / 0.55) !important;
}

.border-r-stone-200\/60 {
  border-right-color: rgb(231 229 228 / 0.6) !important;
}

.border-r-stone-200\/65 {
  border-right-color: rgb(231 229 228 / 0.65) !important;
}

.border-r-stone-200\/70 {
  border-right-color: rgb(231 229 228 / 0.7) !important;
}

.border-r-stone-200\/75 {
  border-right-color: rgb(231 229 228 / 0.75) !important;
}

.border-r-stone-200\/80 {
  border-right-color: rgb(231 229 228 / 0.8) !important;
}

.border-r-stone-200\/85 {
  border-right-color: rgb(231 229 228 / 0.85) !important;
}

.border-r-stone-200\/90 {
  border-right-color: rgb(231 229 228 / 0.9) !important;
}

.border-r-stone-200\/95 {
  border-right-color: rgb(231 229 228 / 0.95) !important;
}

.border-r-stone-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-300\/0 {
  border-right-color: rgb(214 211 209 / 0) !important;
}

.border-r-stone-300\/10 {
  border-right-color: rgb(214 211 209 / 0.1) !important;
}

.border-r-stone-300\/100 {
  border-right-color: rgb(214 211 209 / 1) !important;
}

.border-r-stone-300\/15 {
  border-right-color: rgb(214 211 209 / 0.15) !important;
}

.border-r-stone-300\/20 {
  border-right-color: rgb(214 211 209 / 0.2) !important;
}

.border-r-stone-300\/25 {
  border-right-color: rgb(214 211 209 / 0.25) !important;
}

.border-r-stone-300\/30 {
  border-right-color: rgb(214 211 209 / 0.3) !important;
}

.border-r-stone-300\/35 {
  border-right-color: rgb(214 211 209 / 0.35) !important;
}

.border-r-stone-300\/40 {
  border-right-color: rgb(214 211 209 / 0.4) !important;
}

.border-r-stone-300\/45 {
  border-right-color: rgb(214 211 209 / 0.45) !important;
}

.border-r-stone-300\/5 {
  border-right-color: rgb(214 211 209 / 0.05) !important;
}

.border-r-stone-300\/50 {
  border-right-color: rgb(214 211 209 / 0.5) !important;
}

.border-r-stone-300\/55 {
  border-right-color: rgb(214 211 209 / 0.55) !important;
}

.border-r-stone-300\/60 {
  border-right-color: rgb(214 211 209 / 0.6) !important;
}

.border-r-stone-300\/65 {
  border-right-color: rgb(214 211 209 / 0.65) !important;
}

.border-r-stone-300\/70 {
  border-right-color: rgb(214 211 209 / 0.7) !important;
}

.border-r-stone-300\/75 {
  border-right-color: rgb(214 211 209 / 0.75) !important;
}

.border-r-stone-300\/80 {
  border-right-color: rgb(214 211 209 / 0.8) !important;
}

.border-r-stone-300\/85 {
  border-right-color: rgb(214 211 209 / 0.85) !important;
}

.border-r-stone-300\/90 {
  border-right-color: rgb(214 211 209 / 0.9) !important;
}

.border-r-stone-300\/95 {
  border-right-color: rgb(214 211 209 / 0.95) !important;
}

.border-r-stone-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-400\/0 {
  border-right-color: rgb(168 162 158 / 0) !important;
}

.border-r-stone-400\/10 {
  border-right-color: rgb(168 162 158 / 0.1) !important;
}

.border-r-stone-400\/100 {
  border-right-color: rgb(168 162 158 / 1) !important;
}

.border-r-stone-400\/15 {
  border-right-color: rgb(168 162 158 / 0.15) !important;
}

.border-r-stone-400\/20 {
  border-right-color: rgb(168 162 158 / 0.2) !important;
}

.border-r-stone-400\/25 {
  border-right-color: rgb(168 162 158 / 0.25) !important;
}

.border-r-stone-400\/30 {
  border-right-color: rgb(168 162 158 / 0.3) !important;
}

.border-r-stone-400\/35 {
  border-right-color: rgb(168 162 158 / 0.35) !important;
}

.border-r-stone-400\/40 {
  border-right-color: rgb(168 162 158 / 0.4) !important;
}

.border-r-stone-400\/45 {
  border-right-color: rgb(168 162 158 / 0.45) !important;
}

.border-r-stone-400\/5 {
  border-right-color: rgb(168 162 158 / 0.05) !important;
}

.border-r-stone-400\/50 {
  border-right-color: rgb(168 162 158 / 0.5) !important;
}

.border-r-stone-400\/55 {
  border-right-color: rgb(168 162 158 / 0.55) !important;
}

.border-r-stone-400\/60 {
  border-right-color: rgb(168 162 158 / 0.6) !important;
}

.border-r-stone-400\/65 {
  border-right-color: rgb(168 162 158 / 0.65) !important;
}

.border-r-stone-400\/70 {
  border-right-color: rgb(168 162 158 / 0.7) !important;
}

.border-r-stone-400\/75 {
  border-right-color: rgb(168 162 158 / 0.75) !important;
}

.border-r-stone-400\/80 {
  border-right-color: rgb(168 162 158 / 0.8) !important;
}

.border-r-stone-400\/85 {
  border-right-color: rgb(168 162 158 / 0.85) !important;
}

.border-r-stone-400\/90 {
  border-right-color: rgb(168 162 158 / 0.9) !important;
}

.border-r-stone-400\/95 {
  border-right-color: rgb(168 162 158 / 0.95) !important;
}

.border-r-stone-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-50\/0 {
  border-right-color: rgb(250 250 249 / 0) !important;
}

.border-r-stone-50\/10 {
  border-right-color: rgb(250 250 249 / 0.1) !important;
}

.border-r-stone-50\/100 {
  border-right-color: rgb(250 250 249 / 1) !important;
}

.border-r-stone-50\/15 {
  border-right-color: rgb(250 250 249 / 0.15) !important;
}

.border-r-stone-50\/20 {
  border-right-color: rgb(250 250 249 / 0.2) !important;
}

.border-r-stone-50\/25 {
  border-right-color: rgb(250 250 249 / 0.25) !important;
}

.border-r-stone-50\/30 {
  border-right-color: rgb(250 250 249 / 0.3) !important;
}

.border-r-stone-50\/35 {
  border-right-color: rgb(250 250 249 / 0.35) !important;
}

.border-r-stone-50\/40 {
  border-right-color: rgb(250 250 249 / 0.4) !important;
}

.border-r-stone-50\/45 {
  border-right-color: rgb(250 250 249 / 0.45) !important;
}

.border-r-stone-50\/5 {
  border-right-color: rgb(250 250 249 / 0.05) !important;
}

.border-r-stone-50\/50 {
  border-right-color: rgb(250 250 249 / 0.5) !important;
}

.border-r-stone-50\/55 {
  border-right-color: rgb(250 250 249 / 0.55) !important;
}

.border-r-stone-50\/60 {
  border-right-color: rgb(250 250 249 / 0.6) !important;
}

.border-r-stone-50\/65 {
  border-right-color: rgb(250 250 249 / 0.65) !important;
}

.border-r-stone-50\/70 {
  border-right-color: rgb(250 250 249 / 0.7) !important;
}

.border-r-stone-50\/75 {
  border-right-color: rgb(250 250 249 / 0.75) !important;
}

.border-r-stone-50\/80 {
  border-right-color: rgb(250 250 249 / 0.8) !important;
}

.border-r-stone-50\/85 {
  border-right-color: rgb(250 250 249 / 0.85) !important;
}

.border-r-stone-50\/90 {
  border-right-color: rgb(250 250 249 / 0.9) !important;
}

.border-r-stone-50\/95 {
  border-right-color: rgb(250 250 249 / 0.95) !important;
}

.border-r-stone-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-500\/0 {
  border-right-color: rgb(120 113 108 / 0) !important;
}

.border-r-stone-500\/10 {
  border-right-color: rgb(120 113 108 / 0.1) !important;
}

.border-r-stone-500\/100 {
  border-right-color: rgb(120 113 108 / 1) !important;
}

.border-r-stone-500\/15 {
  border-right-color: rgb(120 113 108 / 0.15) !important;
}

.border-r-stone-500\/20 {
  border-right-color: rgb(120 113 108 / 0.2) !important;
}

.border-r-stone-500\/25 {
  border-right-color: rgb(120 113 108 / 0.25) !important;
}

.border-r-stone-500\/30 {
  border-right-color: rgb(120 113 108 / 0.3) !important;
}

.border-r-stone-500\/35 {
  border-right-color: rgb(120 113 108 / 0.35) !important;
}

.border-r-stone-500\/40 {
  border-right-color: rgb(120 113 108 / 0.4) !important;
}

.border-r-stone-500\/45 {
  border-right-color: rgb(120 113 108 / 0.45) !important;
}

.border-r-stone-500\/5 {
  border-right-color: rgb(120 113 108 / 0.05) !important;
}

.border-r-stone-500\/50 {
  border-right-color: rgb(120 113 108 / 0.5) !important;
}

.border-r-stone-500\/55 {
  border-right-color: rgb(120 113 108 / 0.55) !important;
}

.border-r-stone-500\/60 {
  border-right-color: rgb(120 113 108 / 0.6) !important;
}

.border-r-stone-500\/65 {
  border-right-color: rgb(120 113 108 / 0.65) !important;
}

.border-r-stone-500\/70 {
  border-right-color: rgb(120 113 108 / 0.7) !important;
}

.border-r-stone-500\/75 {
  border-right-color: rgb(120 113 108 / 0.75) !important;
}

.border-r-stone-500\/80 {
  border-right-color: rgb(120 113 108 / 0.8) !important;
}

.border-r-stone-500\/85 {
  border-right-color: rgb(120 113 108 / 0.85) !important;
}

.border-r-stone-500\/90 {
  border-right-color: rgb(120 113 108 / 0.9) !important;
}

.border-r-stone-500\/95 {
  border-right-color: rgb(120 113 108 / 0.95) !important;
}

.border-r-stone-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-600\/0 {
  border-right-color: rgb(87 83 78 / 0) !important;
}

.border-r-stone-600\/10 {
  border-right-color: rgb(87 83 78 / 0.1) !important;
}

.border-r-stone-600\/100 {
  border-right-color: rgb(87 83 78 / 1) !important;
}

.border-r-stone-600\/15 {
  border-right-color: rgb(87 83 78 / 0.15) !important;
}

.border-r-stone-600\/20 {
  border-right-color: rgb(87 83 78 / 0.2) !important;
}

.border-r-stone-600\/25 {
  border-right-color: rgb(87 83 78 / 0.25) !important;
}

.border-r-stone-600\/30 {
  border-right-color: rgb(87 83 78 / 0.3) !important;
}

.border-r-stone-600\/35 {
  border-right-color: rgb(87 83 78 / 0.35) !important;
}

.border-r-stone-600\/40 {
  border-right-color: rgb(87 83 78 / 0.4) !important;
}

.border-r-stone-600\/45 {
  border-right-color: rgb(87 83 78 / 0.45) !important;
}

.border-r-stone-600\/5 {
  border-right-color: rgb(87 83 78 / 0.05) !important;
}

.border-r-stone-600\/50 {
  border-right-color: rgb(87 83 78 / 0.5) !important;
}

.border-r-stone-600\/55 {
  border-right-color: rgb(87 83 78 / 0.55) !important;
}

.border-r-stone-600\/60 {
  border-right-color: rgb(87 83 78 / 0.6) !important;
}

.border-r-stone-600\/65 {
  border-right-color: rgb(87 83 78 / 0.65) !important;
}

.border-r-stone-600\/70 {
  border-right-color: rgb(87 83 78 / 0.7) !important;
}

.border-r-stone-600\/75 {
  border-right-color: rgb(87 83 78 / 0.75) !important;
}

.border-r-stone-600\/80 {
  border-right-color: rgb(87 83 78 / 0.8) !important;
}

.border-r-stone-600\/85 {
  border-right-color: rgb(87 83 78 / 0.85) !important;
}

.border-r-stone-600\/90 {
  border-right-color: rgb(87 83 78 / 0.9) !important;
}

.border-r-stone-600\/95 {
  border-right-color: rgb(87 83 78 / 0.95) !important;
}

.border-r-stone-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-700\/0 {
  border-right-color: rgb(68 64 60 / 0) !important;
}

.border-r-stone-700\/10 {
  border-right-color: rgb(68 64 60 / 0.1) !important;
}

.border-r-stone-700\/100 {
  border-right-color: rgb(68 64 60 / 1) !important;
}

.border-r-stone-700\/15 {
  border-right-color: rgb(68 64 60 / 0.15) !important;
}

.border-r-stone-700\/20 {
  border-right-color: rgb(68 64 60 / 0.2) !important;
}

.border-r-stone-700\/25 {
  border-right-color: rgb(68 64 60 / 0.25) !important;
}

.border-r-stone-700\/30 {
  border-right-color: rgb(68 64 60 / 0.3) !important;
}

.border-r-stone-700\/35 {
  border-right-color: rgb(68 64 60 / 0.35) !important;
}

.border-r-stone-700\/40 {
  border-right-color: rgb(68 64 60 / 0.4) !important;
}

.border-r-stone-700\/45 {
  border-right-color: rgb(68 64 60 / 0.45) !important;
}

.border-r-stone-700\/5 {
  border-right-color: rgb(68 64 60 / 0.05) !important;
}

.border-r-stone-700\/50 {
  border-right-color: rgb(68 64 60 / 0.5) !important;
}

.border-r-stone-700\/55 {
  border-right-color: rgb(68 64 60 / 0.55) !important;
}

.border-r-stone-700\/60 {
  border-right-color: rgb(68 64 60 / 0.6) !important;
}

.border-r-stone-700\/65 {
  border-right-color: rgb(68 64 60 / 0.65) !important;
}

.border-r-stone-700\/70 {
  border-right-color: rgb(68 64 60 / 0.7) !important;
}

.border-r-stone-700\/75 {
  border-right-color: rgb(68 64 60 / 0.75) !important;
}

.border-r-stone-700\/80 {
  border-right-color: rgb(68 64 60 / 0.8) !important;
}

.border-r-stone-700\/85 {
  border-right-color: rgb(68 64 60 / 0.85) !important;
}

.border-r-stone-700\/90 {
  border-right-color: rgb(68 64 60 / 0.9) !important;
}

.border-r-stone-700\/95 {
  border-right-color: rgb(68 64 60 / 0.95) !important;
}

.border-r-stone-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-800\/0 {
  border-right-color: rgb(41 37 36 / 0) !important;
}

.border-r-stone-800\/10 {
  border-right-color: rgb(41 37 36 / 0.1) !important;
}

.border-r-stone-800\/100 {
  border-right-color: rgb(41 37 36 / 1) !important;
}

.border-r-stone-800\/15 {
  border-right-color: rgb(41 37 36 / 0.15) !important;
}

.border-r-stone-800\/20 {
  border-right-color: rgb(41 37 36 / 0.2) !important;
}

.border-r-stone-800\/25 {
  border-right-color: rgb(41 37 36 / 0.25) !important;
}

.border-r-stone-800\/30 {
  border-right-color: rgb(41 37 36 / 0.3) !important;
}

.border-r-stone-800\/35 {
  border-right-color: rgb(41 37 36 / 0.35) !important;
}

.border-r-stone-800\/40 {
  border-right-color: rgb(41 37 36 / 0.4) !important;
}

.border-r-stone-800\/45 {
  border-right-color: rgb(41 37 36 / 0.45) !important;
}

.border-r-stone-800\/5 {
  border-right-color: rgb(41 37 36 / 0.05) !important;
}

.border-r-stone-800\/50 {
  border-right-color: rgb(41 37 36 / 0.5) !important;
}

.border-r-stone-800\/55 {
  border-right-color: rgb(41 37 36 / 0.55) !important;
}

.border-r-stone-800\/60 {
  border-right-color: rgb(41 37 36 / 0.6) !important;
}

.border-r-stone-800\/65 {
  border-right-color: rgb(41 37 36 / 0.65) !important;
}

.border-r-stone-800\/70 {
  border-right-color: rgb(41 37 36 / 0.7) !important;
}

.border-r-stone-800\/75 {
  border-right-color: rgb(41 37 36 / 0.75) !important;
}

.border-r-stone-800\/80 {
  border-right-color: rgb(41 37 36 / 0.8) !important;
}

.border-r-stone-800\/85 {
  border-right-color: rgb(41 37 36 / 0.85) !important;
}

.border-r-stone-800\/90 {
  border-right-color: rgb(41 37 36 / 0.9) !important;
}

.border-r-stone-800\/95 {
  border-right-color: rgb(41 37 36 / 0.95) !important;
}

.border-r-stone-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-900\/0 {
  border-right-color: rgb(28 25 23 / 0) !important;
}

.border-r-stone-900\/10 {
  border-right-color: rgb(28 25 23 / 0.1) !important;
}

.border-r-stone-900\/100 {
  border-right-color: rgb(28 25 23 / 1) !important;
}

.border-r-stone-900\/15 {
  border-right-color: rgb(28 25 23 / 0.15) !important;
}

.border-r-stone-900\/20 {
  border-right-color: rgb(28 25 23 / 0.2) !important;
}

.border-r-stone-900\/25 {
  border-right-color: rgb(28 25 23 / 0.25) !important;
}

.border-r-stone-900\/30 {
  border-right-color: rgb(28 25 23 / 0.3) !important;
}

.border-r-stone-900\/35 {
  border-right-color: rgb(28 25 23 / 0.35) !important;
}

.border-r-stone-900\/40 {
  border-right-color: rgb(28 25 23 / 0.4) !important;
}

.border-r-stone-900\/45 {
  border-right-color: rgb(28 25 23 / 0.45) !important;
}

.border-r-stone-900\/5 {
  border-right-color: rgb(28 25 23 / 0.05) !important;
}

.border-r-stone-900\/50 {
  border-right-color: rgb(28 25 23 / 0.5) !important;
}

.border-r-stone-900\/55 {
  border-right-color: rgb(28 25 23 / 0.55) !important;
}

.border-r-stone-900\/60 {
  border-right-color: rgb(28 25 23 / 0.6) !important;
}

.border-r-stone-900\/65 {
  border-right-color: rgb(28 25 23 / 0.65) !important;
}

.border-r-stone-900\/70 {
  border-right-color: rgb(28 25 23 / 0.7) !important;
}

.border-r-stone-900\/75 {
  border-right-color: rgb(28 25 23 / 0.75) !important;
}

.border-r-stone-900\/80 {
  border-right-color: rgb(28 25 23 / 0.8) !important;
}

.border-r-stone-900\/85 {
  border-right-color: rgb(28 25 23 / 0.85) !important;
}

.border-r-stone-900\/90 {
  border-right-color: rgb(28 25 23 / 0.9) !important;
}

.border-r-stone-900\/95 {
  border-right-color: rgb(28 25 23 / 0.95) !important;
}

.border-r-stone-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-r-stone-950\/0 {
  border-right-color: rgb(12 10 9 / 0) !important;
}

.border-r-stone-950\/10 {
  border-right-color: rgb(12 10 9 / 0.1) !important;
}

.border-r-stone-950\/100 {
  border-right-color: rgb(12 10 9 / 1) !important;
}

.border-r-stone-950\/15 {
  border-right-color: rgb(12 10 9 / 0.15) !important;
}

.border-r-stone-950\/20 {
  border-right-color: rgb(12 10 9 / 0.2) !important;
}

.border-r-stone-950\/25 {
  border-right-color: rgb(12 10 9 / 0.25) !important;
}

.border-r-stone-950\/30 {
  border-right-color: rgb(12 10 9 / 0.3) !important;
}

.border-r-stone-950\/35 {
  border-right-color: rgb(12 10 9 / 0.35) !important;
}

.border-r-stone-950\/40 {
  border-right-color: rgb(12 10 9 / 0.4) !important;
}

.border-r-stone-950\/45 {
  border-right-color: rgb(12 10 9 / 0.45) !important;
}

.border-r-stone-950\/5 {
  border-right-color: rgb(12 10 9 / 0.05) !important;
}

.border-r-stone-950\/50 {
  border-right-color: rgb(12 10 9 / 0.5) !important;
}

.border-r-stone-950\/55 {
  border-right-color: rgb(12 10 9 / 0.55) !important;
}

.border-r-stone-950\/60 {
  border-right-color: rgb(12 10 9 / 0.6) !important;
}

.border-r-stone-950\/65 {
  border-right-color: rgb(12 10 9 / 0.65) !important;
}

.border-r-stone-950\/70 {
  border-right-color: rgb(12 10 9 / 0.7) !important;
}

.border-r-stone-950\/75 {
  border-right-color: rgb(12 10 9 / 0.75) !important;
}

.border-r-stone-950\/80 {
  border-right-color: rgb(12 10 9 / 0.8) !important;
}

.border-r-stone-950\/85 {
  border-right-color: rgb(12 10 9 / 0.85) !important;
}

.border-r-stone-950\/90 {
  border-right-color: rgb(12 10 9 / 0.9) !important;
}

.border-r-stone-950\/95 {
  border-right-color: rgb(12 10 9 / 0.95) !important;
}

.border-r-teal-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-100\/0 {
  border-right-color: rgb(204 251 241 / 0) !important;
}

.border-r-teal-100\/10 {
  border-right-color: rgb(204 251 241 / 0.1) !important;
}

.border-r-teal-100\/100 {
  border-right-color: rgb(204 251 241 / 1) !important;
}

.border-r-teal-100\/15 {
  border-right-color: rgb(204 251 241 / 0.15) !important;
}

.border-r-teal-100\/20 {
  border-right-color: rgb(204 251 241 / 0.2) !important;
}

.border-r-teal-100\/25 {
  border-right-color: rgb(204 251 241 / 0.25) !important;
}

.border-r-teal-100\/30 {
  border-right-color: rgb(204 251 241 / 0.3) !important;
}

.border-r-teal-100\/35 {
  border-right-color: rgb(204 251 241 / 0.35) !important;
}

.border-r-teal-100\/40 {
  border-right-color: rgb(204 251 241 / 0.4) !important;
}

.border-r-teal-100\/45 {
  border-right-color: rgb(204 251 241 / 0.45) !important;
}

.border-r-teal-100\/5 {
  border-right-color: rgb(204 251 241 / 0.05) !important;
}

.border-r-teal-100\/50 {
  border-right-color: rgb(204 251 241 / 0.5) !important;
}

.border-r-teal-100\/55 {
  border-right-color: rgb(204 251 241 / 0.55) !important;
}

.border-r-teal-100\/60 {
  border-right-color: rgb(204 251 241 / 0.6) !important;
}

.border-r-teal-100\/65 {
  border-right-color: rgb(204 251 241 / 0.65) !important;
}

.border-r-teal-100\/70 {
  border-right-color: rgb(204 251 241 / 0.7) !important;
}

.border-r-teal-100\/75 {
  border-right-color: rgb(204 251 241 / 0.75) !important;
}

.border-r-teal-100\/80 {
  border-right-color: rgb(204 251 241 / 0.8) !important;
}

.border-r-teal-100\/85 {
  border-right-color: rgb(204 251 241 / 0.85) !important;
}

.border-r-teal-100\/90 {
  border-right-color: rgb(204 251 241 / 0.9) !important;
}

.border-r-teal-100\/95 {
  border-right-color: rgb(204 251 241 / 0.95) !important;
}

.border-r-teal-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-200\/0 {
  border-right-color: rgb(153 246 228 / 0) !important;
}

.border-r-teal-200\/10 {
  border-right-color: rgb(153 246 228 / 0.1) !important;
}

.border-r-teal-200\/100 {
  border-right-color: rgb(153 246 228 / 1) !important;
}

.border-r-teal-200\/15 {
  border-right-color: rgb(153 246 228 / 0.15) !important;
}

.border-r-teal-200\/20 {
  border-right-color: rgb(153 246 228 / 0.2) !important;
}

.border-r-teal-200\/25 {
  border-right-color: rgb(153 246 228 / 0.25) !important;
}

.border-r-teal-200\/30 {
  border-right-color: rgb(153 246 228 / 0.3) !important;
}

.border-r-teal-200\/35 {
  border-right-color: rgb(153 246 228 / 0.35) !important;
}

.border-r-teal-200\/40 {
  border-right-color: rgb(153 246 228 / 0.4) !important;
}

.border-r-teal-200\/45 {
  border-right-color: rgb(153 246 228 / 0.45) !important;
}

.border-r-teal-200\/5 {
  border-right-color: rgb(153 246 228 / 0.05) !important;
}

.border-r-teal-200\/50 {
  border-right-color: rgb(153 246 228 / 0.5) !important;
}

.border-r-teal-200\/55 {
  border-right-color: rgb(153 246 228 / 0.55) !important;
}

.border-r-teal-200\/60 {
  border-right-color: rgb(153 246 228 / 0.6) !important;
}

.border-r-teal-200\/65 {
  border-right-color: rgb(153 246 228 / 0.65) !important;
}

.border-r-teal-200\/70 {
  border-right-color: rgb(153 246 228 / 0.7) !important;
}

.border-r-teal-200\/75 {
  border-right-color: rgb(153 246 228 / 0.75) !important;
}

.border-r-teal-200\/80 {
  border-right-color: rgb(153 246 228 / 0.8) !important;
}

.border-r-teal-200\/85 {
  border-right-color: rgb(153 246 228 / 0.85) !important;
}

.border-r-teal-200\/90 {
  border-right-color: rgb(153 246 228 / 0.9) !important;
}

.border-r-teal-200\/95 {
  border-right-color: rgb(153 246 228 / 0.95) !important;
}

.border-r-teal-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-300\/0 {
  border-right-color: rgb(94 234 212 / 0) !important;
}

.border-r-teal-300\/10 {
  border-right-color: rgb(94 234 212 / 0.1) !important;
}

.border-r-teal-300\/100 {
  border-right-color: rgb(94 234 212 / 1) !important;
}

.border-r-teal-300\/15 {
  border-right-color: rgb(94 234 212 / 0.15) !important;
}

.border-r-teal-300\/20 {
  border-right-color: rgb(94 234 212 / 0.2) !important;
}

.border-r-teal-300\/25 {
  border-right-color: rgb(94 234 212 / 0.25) !important;
}

.border-r-teal-300\/30 {
  border-right-color: rgb(94 234 212 / 0.3) !important;
}

.border-r-teal-300\/35 {
  border-right-color: rgb(94 234 212 / 0.35) !important;
}

.border-r-teal-300\/40 {
  border-right-color: rgb(94 234 212 / 0.4) !important;
}

.border-r-teal-300\/45 {
  border-right-color: rgb(94 234 212 / 0.45) !important;
}

.border-r-teal-300\/5 {
  border-right-color: rgb(94 234 212 / 0.05) !important;
}

.border-r-teal-300\/50 {
  border-right-color: rgb(94 234 212 / 0.5) !important;
}

.border-r-teal-300\/55 {
  border-right-color: rgb(94 234 212 / 0.55) !important;
}

.border-r-teal-300\/60 {
  border-right-color: rgb(94 234 212 / 0.6) !important;
}

.border-r-teal-300\/65 {
  border-right-color: rgb(94 234 212 / 0.65) !important;
}

.border-r-teal-300\/70 {
  border-right-color: rgb(94 234 212 / 0.7) !important;
}

.border-r-teal-300\/75 {
  border-right-color: rgb(94 234 212 / 0.75) !important;
}

.border-r-teal-300\/80 {
  border-right-color: rgb(94 234 212 / 0.8) !important;
}

.border-r-teal-300\/85 {
  border-right-color: rgb(94 234 212 / 0.85) !important;
}

.border-r-teal-300\/90 {
  border-right-color: rgb(94 234 212 / 0.9) !important;
}

.border-r-teal-300\/95 {
  border-right-color: rgb(94 234 212 / 0.95) !important;
}

.border-r-teal-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-400\/0 {
  border-right-color: rgb(45 212 191 / 0) !important;
}

.border-r-teal-400\/10 {
  border-right-color: rgb(45 212 191 / 0.1) !important;
}

.border-r-teal-400\/100 {
  border-right-color: rgb(45 212 191 / 1) !important;
}

.border-r-teal-400\/15 {
  border-right-color: rgb(45 212 191 / 0.15) !important;
}

.border-r-teal-400\/20 {
  border-right-color: rgb(45 212 191 / 0.2) !important;
}

.border-r-teal-400\/25 {
  border-right-color: rgb(45 212 191 / 0.25) !important;
}

.border-r-teal-400\/30 {
  border-right-color: rgb(45 212 191 / 0.3) !important;
}

.border-r-teal-400\/35 {
  border-right-color: rgb(45 212 191 / 0.35) !important;
}

.border-r-teal-400\/40 {
  border-right-color: rgb(45 212 191 / 0.4) !important;
}

.border-r-teal-400\/45 {
  border-right-color: rgb(45 212 191 / 0.45) !important;
}

.border-r-teal-400\/5 {
  border-right-color: rgb(45 212 191 / 0.05) !important;
}

.border-r-teal-400\/50 {
  border-right-color: rgb(45 212 191 / 0.5) !important;
}

.border-r-teal-400\/55 {
  border-right-color: rgb(45 212 191 / 0.55) !important;
}

.border-r-teal-400\/60 {
  border-right-color: rgb(45 212 191 / 0.6) !important;
}

.border-r-teal-400\/65 {
  border-right-color: rgb(45 212 191 / 0.65) !important;
}

.border-r-teal-400\/70 {
  border-right-color: rgb(45 212 191 / 0.7) !important;
}

.border-r-teal-400\/75 {
  border-right-color: rgb(45 212 191 / 0.75) !important;
}

.border-r-teal-400\/80 {
  border-right-color: rgb(45 212 191 / 0.8) !important;
}

.border-r-teal-400\/85 {
  border-right-color: rgb(45 212 191 / 0.85) !important;
}

.border-r-teal-400\/90 {
  border-right-color: rgb(45 212 191 / 0.9) !important;
}

.border-r-teal-400\/95 {
  border-right-color: rgb(45 212 191 / 0.95) !important;
}

.border-r-teal-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-50\/0 {
  border-right-color: rgb(240 253 250 / 0) !important;
}

.border-r-teal-50\/10 {
  border-right-color: rgb(240 253 250 / 0.1) !important;
}

.border-r-teal-50\/100 {
  border-right-color: rgb(240 253 250 / 1) !important;
}

.border-r-teal-50\/15 {
  border-right-color: rgb(240 253 250 / 0.15) !important;
}

.border-r-teal-50\/20 {
  border-right-color: rgb(240 253 250 / 0.2) !important;
}

.border-r-teal-50\/25 {
  border-right-color: rgb(240 253 250 / 0.25) !important;
}

.border-r-teal-50\/30 {
  border-right-color: rgb(240 253 250 / 0.3) !important;
}

.border-r-teal-50\/35 {
  border-right-color: rgb(240 253 250 / 0.35) !important;
}

.border-r-teal-50\/40 {
  border-right-color: rgb(240 253 250 / 0.4) !important;
}

.border-r-teal-50\/45 {
  border-right-color: rgb(240 253 250 / 0.45) !important;
}

.border-r-teal-50\/5 {
  border-right-color: rgb(240 253 250 / 0.05) !important;
}

.border-r-teal-50\/50 {
  border-right-color: rgb(240 253 250 / 0.5) !important;
}

.border-r-teal-50\/55 {
  border-right-color: rgb(240 253 250 / 0.55) !important;
}

.border-r-teal-50\/60 {
  border-right-color: rgb(240 253 250 / 0.6) !important;
}

.border-r-teal-50\/65 {
  border-right-color: rgb(240 253 250 / 0.65) !important;
}

.border-r-teal-50\/70 {
  border-right-color: rgb(240 253 250 / 0.7) !important;
}

.border-r-teal-50\/75 {
  border-right-color: rgb(240 253 250 / 0.75) !important;
}

.border-r-teal-50\/80 {
  border-right-color: rgb(240 253 250 / 0.8) !important;
}

.border-r-teal-50\/85 {
  border-right-color: rgb(240 253 250 / 0.85) !important;
}

.border-r-teal-50\/90 {
  border-right-color: rgb(240 253 250 / 0.9) !important;
}

.border-r-teal-50\/95 {
  border-right-color: rgb(240 253 250 / 0.95) !important;
}

.border-r-teal-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-500\/0 {
  border-right-color: rgb(20 184 166 / 0) !important;
}

.border-r-teal-500\/10 {
  border-right-color: rgb(20 184 166 / 0.1) !important;
}

.border-r-teal-500\/100 {
  border-right-color: rgb(20 184 166 / 1) !important;
}

.border-r-teal-500\/15 {
  border-right-color: rgb(20 184 166 / 0.15) !important;
}

.border-r-teal-500\/20 {
  border-right-color: rgb(20 184 166 / 0.2) !important;
}

.border-r-teal-500\/25 {
  border-right-color: rgb(20 184 166 / 0.25) !important;
}

.border-r-teal-500\/30 {
  border-right-color: rgb(20 184 166 / 0.3) !important;
}

.border-r-teal-500\/35 {
  border-right-color: rgb(20 184 166 / 0.35) !important;
}

.border-r-teal-500\/40 {
  border-right-color: rgb(20 184 166 / 0.4) !important;
}

.border-r-teal-500\/45 {
  border-right-color: rgb(20 184 166 / 0.45) !important;
}

.border-r-teal-500\/5 {
  border-right-color: rgb(20 184 166 / 0.05) !important;
}

.border-r-teal-500\/50 {
  border-right-color: rgb(20 184 166 / 0.5) !important;
}

.border-r-teal-500\/55 {
  border-right-color: rgb(20 184 166 / 0.55) !important;
}

.border-r-teal-500\/60 {
  border-right-color: rgb(20 184 166 / 0.6) !important;
}

.border-r-teal-500\/65 {
  border-right-color: rgb(20 184 166 / 0.65) !important;
}

.border-r-teal-500\/70 {
  border-right-color: rgb(20 184 166 / 0.7) !important;
}

.border-r-teal-500\/75 {
  border-right-color: rgb(20 184 166 / 0.75) !important;
}

.border-r-teal-500\/80 {
  border-right-color: rgb(20 184 166 / 0.8) !important;
}

.border-r-teal-500\/85 {
  border-right-color: rgb(20 184 166 / 0.85) !important;
}

.border-r-teal-500\/90 {
  border-right-color: rgb(20 184 166 / 0.9) !important;
}

.border-r-teal-500\/95 {
  border-right-color: rgb(20 184 166 / 0.95) !important;
}

.border-r-teal-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-600\/0 {
  border-right-color: rgb(13 148 136 / 0) !important;
}

.border-r-teal-600\/10 {
  border-right-color: rgb(13 148 136 / 0.1) !important;
}

.border-r-teal-600\/100 {
  border-right-color: rgb(13 148 136 / 1) !important;
}

.border-r-teal-600\/15 {
  border-right-color: rgb(13 148 136 / 0.15) !important;
}

.border-r-teal-600\/20 {
  border-right-color: rgb(13 148 136 / 0.2) !important;
}

.border-r-teal-600\/25 {
  border-right-color: rgb(13 148 136 / 0.25) !important;
}

.border-r-teal-600\/30 {
  border-right-color: rgb(13 148 136 / 0.3) !important;
}

.border-r-teal-600\/35 {
  border-right-color: rgb(13 148 136 / 0.35) !important;
}

.border-r-teal-600\/40 {
  border-right-color: rgb(13 148 136 / 0.4) !important;
}

.border-r-teal-600\/45 {
  border-right-color: rgb(13 148 136 / 0.45) !important;
}

.border-r-teal-600\/5 {
  border-right-color: rgb(13 148 136 / 0.05) !important;
}

.border-r-teal-600\/50 {
  border-right-color: rgb(13 148 136 / 0.5) !important;
}

.border-r-teal-600\/55 {
  border-right-color: rgb(13 148 136 / 0.55) !important;
}

.border-r-teal-600\/60 {
  border-right-color: rgb(13 148 136 / 0.6) !important;
}

.border-r-teal-600\/65 {
  border-right-color: rgb(13 148 136 / 0.65) !important;
}

.border-r-teal-600\/70 {
  border-right-color: rgb(13 148 136 / 0.7) !important;
}

.border-r-teal-600\/75 {
  border-right-color: rgb(13 148 136 / 0.75) !important;
}

.border-r-teal-600\/80 {
  border-right-color: rgb(13 148 136 / 0.8) !important;
}

.border-r-teal-600\/85 {
  border-right-color: rgb(13 148 136 / 0.85) !important;
}

.border-r-teal-600\/90 {
  border-right-color: rgb(13 148 136 / 0.9) !important;
}

.border-r-teal-600\/95 {
  border-right-color: rgb(13 148 136 / 0.95) !important;
}

.border-r-teal-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-700\/0 {
  border-right-color: rgb(15 118 110 / 0) !important;
}

.border-r-teal-700\/10 {
  border-right-color: rgb(15 118 110 / 0.1) !important;
}

.border-r-teal-700\/100 {
  border-right-color: rgb(15 118 110 / 1) !important;
}

.border-r-teal-700\/15 {
  border-right-color: rgb(15 118 110 / 0.15) !important;
}

.border-r-teal-700\/20 {
  border-right-color: rgb(15 118 110 / 0.2) !important;
}

.border-r-teal-700\/25 {
  border-right-color: rgb(15 118 110 / 0.25) !important;
}

.border-r-teal-700\/30 {
  border-right-color: rgb(15 118 110 / 0.3) !important;
}

.border-r-teal-700\/35 {
  border-right-color: rgb(15 118 110 / 0.35) !important;
}

.border-r-teal-700\/40 {
  border-right-color: rgb(15 118 110 / 0.4) !important;
}

.border-r-teal-700\/45 {
  border-right-color: rgb(15 118 110 / 0.45) !important;
}

.border-r-teal-700\/5 {
  border-right-color: rgb(15 118 110 / 0.05) !important;
}

.border-r-teal-700\/50 {
  border-right-color: rgb(15 118 110 / 0.5) !important;
}

.border-r-teal-700\/55 {
  border-right-color: rgb(15 118 110 / 0.55) !important;
}

.border-r-teal-700\/60 {
  border-right-color: rgb(15 118 110 / 0.6) !important;
}

.border-r-teal-700\/65 {
  border-right-color: rgb(15 118 110 / 0.65) !important;
}

.border-r-teal-700\/70 {
  border-right-color: rgb(15 118 110 / 0.7) !important;
}

.border-r-teal-700\/75 {
  border-right-color: rgb(15 118 110 / 0.75) !important;
}

.border-r-teal-700\/80 {
  border-right-color: rgb(15 118 110 / 0.8) !important;
}

.border-r-teal-700\/85 {
  border-right-color: rgb(15 118 110 / 0.85) !important;
}

.border-r-teal-700\/90 {
  border-right-color: rgb(15 118 110 / 0.9) !important;
}

.border-r-teal-700\/95 {
  border-right-color: rgb(15 118 110 / 0.95) !important;
}

.border-r-teal-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-800\/0 {
  border-right-color: rgb(17 94 89 / 0) !important;
}

.border-r-teal-800\/10 {
  border-right-color: rgb(17 94 89 / 0.1) !important;
}

.border-r-teal-800\/100 {
  border-right-color: rgb(17 94 89 / 1) !important;
}

.border-r-teal-800\/15 {
  border-right-color: rgb(17 94 89 / 0.15) !important;
}

.border-r-teal-800\/20 {
  border-right-color: rgb(17 94 89 / 0.2) !important;
}

.border-r-teal-800\/25 {
  border-right-color: rgb(17 94 89 / 0.25) !important;
}

.border-r-teal-800\/30 {
  border-right-color: rgb(17 94 89 / 0.3) !important;
}

.border-r-teal-800\/35 {
  border-right-color: rgb(17 94 89 / 0.35) !important;
}

.border-r-teal-800\/40 {
  border-right-color: rgb(17 94 89 / 0.4) !important;
}

.border-r-teal-800\/45 {
  border-right-color: rgb(17 94 89 / 0.45) !important;
}

.border-r-teal-800\/5 {
  border-right-color: rgb(17 94 89 / 0.05) !important;
}

.border-r-teal-800\/50 {
  border-right-color: rgb(17 94 89 / 0.5) !important;
}

.border-r-teal-800\/55 {
  border-right-color: rgb(17 94 89 / 0.55) !important;
}

.border-r-teal-800\/60 {
  border-right-color: rgb(17 94 89 / 0.6) !important;
}

.border-r-teal-800\/65 {
  border-right-color: rgb(17 94 89 / 0.65) !important;
}

.border-r-teal-800\/70 {
  border-right-color: rgb(17 94 89 / 0.7) !important;
}

.border-r-teal-800\/75 {
  border-right-color: rgb(17 94 89 / 0.75) !important;
}

.border-r-teal-800\/80 {
  border-right-color: rgb(17 94 89 / 0.8) !important;
}

.border-r-teal-800\/85 {
  border-right-color: rgb(17 94 89 / 0.85) !important;
}

.border-r-teal-800\/90 {
  border-right-color: rgb(17 94 89 / 0.9) !important;
}

.border-r-teal-800\/95 {
  border-right-color: rgb(17 94 89 / 0.95) !important;
}

.border-r-teal-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-900\/0 {
  border-right-color: rgb(19 78 74 / 0) !important;
}

.border-r-teal-900\/10 {
  border-right-color: rgb(19 78 74 / 0.1) !important;
}

.border-r-teal-900\/100 {
  border-right-color: rgb(19 78 74 / 1) !important;
}

.border-r-teal-900\/15 {
  border-right-color: rgb(19 78 74 / 0.15) !important;
}

.border-r-teal-900\/20 {
  border-right-color: rgb(19 78 74 / 0.2) !important;
}

.border-r-teal-900\/25 {
  border-right-color: rgb(19 78 74 / 0.25) !important;
}

.border-r-teal-900\/30 {
  border-right-color: rgb(19 78 74 / 0.3) !important;
}

.border-r-teal-900\/35 {
  border-right-color: rgb(19 78 74 / 0.35) !important;
}

.border-r-teal-900\/40 {
  border-right-color: rgb(19 78 74 / 0.4) !important;
}

.border-r-teal-900\/45 {
  border-right-color: rgb(19 78 74 / 0.45) !important;
}

.border-r-teal-900\/5 {
  border-right-color: rgb(19 78 74 / 0.05) !important;
}

.border-r-teal-900\/50 {
  border-right-color: rgb(19 78 74 / 0.5) !important;
}

.border-r-teal-900\/55 {
  border-right-color: rgb(19 78 74 / 0.55) !important;
}

.border-r-teal-900\/60 {
  border-right-color: rgb(19 78 74 / 0.6) !important;
}

.border-r-teal-900\/65 {
  border-right-color: rgb(19 78 74 / 0.65) !important;
}

.border-r-teal-900\/70 {
  border-right-color: rgb(19 78 74 / 0.7) !important;
}

.border-r-teal-900\/75 {
  border-right-color: rgb(19 78 74 / 0.75) !important;
}

.border-r-teal-900\/80 {
  border-right-color: rgb(19 78 74 / 0.8) !important;
}

.border-r-teal-900\/85 {
  border-right-color: rgb(19 78 74 / 0.85) !important;
}

.border-r-teal-900\/90 {
  border-right-color: rgb(19 78 74 / 0.9) !important;
}

.border-r-teal-900\/95 {
  border-right-color: rgb(19 78 74 / 0.95) !important;
}

.border-r-teal-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-r-teal-950\/0 {
  border-right-color: rgb(4 47 46 / 0) !important;
}

.border-r-teal-950\/10 {
  border-right-color: rgb(4 47 46 / 0.1) !important;
}

.border-r-teal-950\/100 {
  border-right-color: rgb(4 47 46 / 1) !important;
}

.border-r-teal-950\/15 {
  border-right-color: rgb(4 47 46 / 0.15) !important;
}

.border-r-teal-950\/20 {
  border-right-color: rgb(4 47 46 / 0.2) !important;
}

.border-r-teal-950\/25 {
  border-right-color: rgb(4 47 46 / 0.25) !important;
}

.border-r-teal-950\/30 {
  border-right-color: rgb(4 47 46 / 0.3) !important;
}

.border-r-teal-950\/35 {
  border-right-color: rgb(4 47 46 / 0.35) !important;
}

.border-r-teal-950\/40 {
  border-right-color: rgb(4 47 46 / 0.4) !important;
}

.border-r-teal-950\/45 {
  border-right-color: rgb(4 47 46 / 0.45) !important;
}

.border-r-teal-950\/5 {
  border-right-color: rgb(4 47 46 / 0.05) !important;
}

.border-r-teal-950\/50 {
  border-right-color: rgb(4 47 46 / 0.5) !important;
}

.border-r-teal-950\/55 {
  border-right-color: rgb(4 47 46 / 0.55) !important;
}

.border-r-teal-950\/60 {
  border-right-color: rgb(4 47 46 / 0.6) !important;
}

.border-r-teal-950\/65 {
  border-right-color: rgb(4 47 46 / 0.65) !important;
}

.border-r-teal-950\/70 {
  border-right-color: rgb(4 47 46 / 0.7) !important;
}

.border-r-teal-950\/75 {
  border-right-color: rgb(4 47 46 / 0.75) !important;
}

.border-r-teal-950\/80 {
  border-right-color: rgb(4 47 46 / 0.8) !important;
}

.border-r-teal-950\/85 {
  border-right-color: rgb(4 47 46 / 0.85) !important;
}

.border-r-teal-950\/90 {
  border-right-color: rgb(4 47 46 / 0.9) !important;
}

.border-r-teal-950\/95 {
  border-right-color: rgb(4 47 46 / 0.95) !important;
}

.border-r-transparent {
  border-right-color: transparent !important;
}

.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0) !important;
}

.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1) !important;
}

.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1) !important;
}

.border-r-transparent\/15 {
  border-right-color: rgb(0 0 0 / 0.15) !important;
}

.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2) !important;
}

.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25) !important;
}

.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3) !important;
}

.border-r-transparent\/35 {
  border-right-color: rgb(0 0 0 / 0.35) !important;
}

.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4) !important;
}

.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45) !important;
}

.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05) !important;
}

.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5) !important;
}

.border-r-transparent\/55 {
  border-right-color: rgb(0 0 0 / 0.55) !important;
}

.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6) !important;
}

.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65) !important;
}

.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7) !important;
}

.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75) !important;
}

.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8) !important;
}

.border-r-transparent\/85 {
  border-right-color: rgb(0 0 0 / 0.85) !important;
}

.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9) !important;
}

.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95) !important;
}

.border-r-violet-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-100\/0 {
  border-right-color: rgb(237 233 254 / 0) !important;
}

.border-r-violet-100\/10 {
  border-right-color: rgb(237 233 254 / 0.1) !important;
}

.border-r-violet-100\/100 {
  border-right-color: rgb(237 233 254 / 1) !important;
}

.border-r-violet-100\/15 {
  border-right-color: rgb(237 233 254 / 0.15) !important;
}

.border-r-violet-100\/20 {
  border-right-color: rgb(237 233 254 / 0.2) !important;
}

.border-r-violet-100\/25 {
  border-right-color: rgb(237 233 254 / 0.25) !important;
}

.border-r-violet-100\/30 {
  border-right-color: rgb(237 233 254 / 0.3) !important;
}

.border-r-violet-100\/35 {
  border-right-color: rgb(237 233 254 / 0.35) !important;
}

.border-r-violet-100\/40 {
  border-right-color: rgb(237 233 254 / 0.4) !important;
}

.border-r-violet-100\/45 {
  border-right-color: rgb(237 233 254 / 0.45) !important;
}

.border-r-violet-100\/5 {
  border-right-color: rgb(237 233 254 / 0.05) !important;
}

.border-r-violet-100\/50 {
  border-right-color: rgb(237 233 254 / 0.5) !important;
}

.border-r-violet-100\/55 {
  border-right-color: rgb(237 233 254 / 0.55) !important;
}

.border-r-violet-100\/60 {
  border-right-color: rgb(237 233 254 / 0.6) !important;
}

.border-r-violet-100\/65 {
  border-right-color: rgb(237 233 254 / 0.65) !important;
}

.border-r-violet-100\/70 {
  border-right-color: rgb(237 233 254 / 0.7) !important;
}

.border-r-violet-100\/75 {
  border-right-color: rgb(237 233 254 / 0.75) !important;
}

.border-r-violet-100\/80 {
  border-right-color: rgb(237 233 254 / 0.8) !important;
}

.border-r-violet-100\/85 {
  border-right-color: rgb(237 233 254 / 0.85) !important;
}

.border-r-violet-100\/90 {
  border-right-color: rgb(237 233 254 / 0.9) !important;
}

.border-r-violet-100\/95 {
  border-right-color: rgb(237 233 254 / 0.95) !important;
}

.border-r-violet-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-200\/0 {
  border-right-color: rgb(221 214 254 / 0) !important;
}

.border-r-violet-200\/10 {
  border-right-color: rgb(221 214 254 / 0.1) !important;
}

.border-r-violet-200\/100 {
  border-right-color: rgb(221 214 254 / 1) !important;
}

.border-r-violet-200\/15 {
  border-right-color: rgb(221 214 254 / 0.15) !important;
}

.border-r-violet-200\/20 {
  border-right-color: rgb(221 214 254 / 0.2) !important;
}

.border-r-violet-200\/25 {
  border-right-color: rgb(221 214 254 / 0.25) !important;
}

.border-r-violet-200\/30 {
  border-right-color: rgb(221 214 254 / 0.3) !important;
}

.border-r-violet-200\/35 {
  border-right-color: rgb(221 214 254 / 0.35) !important;
}

.border-r-violet-200\/40 {
  border-right-color: rgb(221 214 254 / 0.4) !important;
}

.border-r-violet-200\/45 {
  border-right-color: rgb(221 214 254 / 0.45) !important;
}

.border-r-violet-200\/5 {
  border-right-color: rgb(221 214 254 / 0.05) !important;
}

.border-r-violet-200\/50 {
  border-right-color: rgb(221 214 254 / 0.5) !important;
}

.border-r-violet-200\/55 {
  border-right-color: rgb(221 214 254 / 0.55) !important;
}

.border-r-violet-200\/60 {
  border-right-color: rgb(221 214 254 / 0.6) !important;
}

.border-r-violet-200\/65 {
  border-right-color: rgb(221 214 254 / 0.65) !important;
}

.border-r-violet-200\/70 {
  border-right-color: rgb(221 214 254 / 0.7) !important;
}

.border-r-violet-200\/75 {
  border-right-color: rgb(221 214 254 / 0.75) !important;
}

.border-r-violet-200\/80 {
  border-right-color: rgb(221 214 254 / 0.8) !important;
}

.border-r-violet-200\/85 {
  border-right-color: rgb(221 214 254 / 0.85) !important;
}

.border-r-violet-200\/90 {
  border-right-color: rgb(221 214 254 / 0.9) !important;
}

.border-r-violet-200\/95 {
  border-right-color: rgb(221 214 254 / 0.95) !important;
}

.border-r-violet-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-300\/0 {
  border-right-color: rgb(196 181 253 / 0) !important;
}

.border-r-violet-300\/10 {
  border-right-color: rgb(196 181 253 / 0.1) !important;
}

.border-r-violet-300\/100 {
  border-right-color: rgb(196 181 253 / 1) !important;
}

.border-r-violet-300\/15 {
  border-right-color: rgb(196 181 253 / 0.15) !important;
}

.border-r-violet-300\/20 {
  border-right-color: rgb(196 181 253 / 0.2) !important;
}

.border-r-violet-300\/25 {
  border-right-color: rgb(196 181 253 / 0.25) !important;
}

.border-r-violet-300\/30 {
  border-right-color: rgb(196 181 253 / 0.3) !important;
}

.border-r-violet-300\/35 {
  border-right-color: rgb(196 181 253 / 0.35) !important;
}

.border-r-violet-300\/40 {
  border-right-color: rgb(196 181 253 / 0.4) !important;
}

.border-r-violet-300\/45 {
  border-right-color: rgb(196 181 253 / 0.45) !important;
}

.border-r-violet-300\/5 {
  border-right-color: rgb(196 181 253 / 0.05) !important;
}

.border-r-violet-300\/50 {
  border-right-color: rgb(196 181 253 / 0.5) !important;
}

.border-r-violet-300\/55 {
  border-right-color: rgb(196 181 253 / 0.55) !important;
}

.border-r-violet-300\/60 {
  border-right-color: rgb(196 181 253 / 0.6) !important;
}

.border-r-violet-300\/65 {
  border-right-color: rgb(196 181 253 / 0.65) !important;
}

.border-r-violet-300\/70 {
  border-right-color: rgb(196 181 253 / 0.7) !important;
}

.border-r-violet-300\/75 {
  border-right-color: rgb(196 181 253 / 0.75) !important;
}

.border-r-violet-300\/80 {
  border-right-color: rgb(196 181 253 / 0.8) !important;
}

.border-r-violet-300\/85 {
  border-right-color: rgb(196 181 253 / 0.85) !important;
}

.border-r-violet-300\/90 {
  border-right-color: rgb(196 181 253 / 0.9) !important;
}

.border-r-violet-300\/95 {
  border-right-color: rgb(196 181 253 / 0.95) !important;
}

.border-r-violet-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-400\/0 {
  border-right-color: rgb(167 139 250 / 0) !important;
}

.border-r-violet-400\/10 {
  border-right-color: rgb(167 139 250 / 0.1) !important;
}

.border-r-violet-400\/100 {
  border-right-color: rgb(167 139 250 / 1) !important;
}

.border-r-violet-400\/15 {
  border-right-color: rgb(167 139 250 / 0.15) !important;
}

.border-r-violet-400\/20 {
  border-right-color: rgb(167 139 250 / 0.2) !important;
}

.border-r-violet-400\/25 {
  border-right-color: rgb(167 139 250 / 0.25) !important;
}

.border-r-violet-400\/30 {
  border-right-color: rgb(167 139 250 / 0.3) !important;
}

.border-r-violet-400\/35 {
  border-right-color: rgb(167 139 250 / 0.35) !important;
}

.border-r-violet-400\/40 {
  border-right-color: rgb(167 139 250 / 0.4) !important;
}

.border-r-violet-400\/45 {
  border-right-color: rgb(167 139 250 / 0.45) !important;
}

.border-r-violet-400\/5 {
  border-right-color: rgb(167 139 250 / 0.05) !important;
}

.border-r-violet-400\/50 {
  border-right-color: rgb(167 139 250 / 0.5) !important;
}

.border-r-violet-400\/55 {
  border-right-color: rgb(167 139 250 / 0.55) !important;
}

.border-r-violet-400\/60 {
  border-right-color: rgb(167 139 250 / 0.6) !important;
}

.border-r-violet-400\/65 {
  border-right-color: rgb(167 139 250 / 0.65) !important;
}

.border-r-violet-400\/70 {
  border-right-color: rgb(167 139 250 / 0.7) !important;
}

.border-r-violet-400\/75 {
  border-right-color: rgb(167 139 250 / 0.75) !important;
}

.border-r-violet-400\/80 {
  border-right-color: rgb(167 139 250 / 0.8) !important;
}

.border-r-violet-400\/85 {
  border-right-color: rgb(167 139 250 / 0.85) !important;
}

.border-r-violet-400\/90 {
  border-right-color: rgb(167 139 250 / 0.9) !important;
}

.border-r-violet-400\/95 {
  border-right-color: rgb(167 139 250 / 0.95) !important;
}

.border-r-violet-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-50\/0 {
  border-right-color: rgb(245 243 255 / 0) !important;
}

.border-r-violet-50\/10 {
  border-right-color: rgb(245 243 255 / 0.1) !important;
}

.border-r-violet-50\/100 {
  border-right-color: rgb(245 243 255 / 1) !important;
}

.border-r-violet-50\/15 {
  border-right-color: rgb(245 243 255 / 0.15) !important;
}

.border-r-violet-50\/20 {
  border-right-color: rgb(245 243 255 / 0.2) !important;
}

.border-r-violet-50\/25 {
  border-right-color: rgb(245 243 255 / 0.25) !important;
}

.border-r-violet-50\/30 {
  border-right-color: rgb(245 243 255 / 0.3) !important;
}

.border-r-violet-50\/35 {
  border-right-color: rgb(245 243 255 / 0.35) !important;
}

.border-r-violet-50\/40 {
  border-right-color: rgb(245 243 255 / 0.4) !important;
}

.border-r-violet-50\/45 {
  border-right-color: rgb(245 243 255 / 0.45) !important;
}

.border-r-violet-50\/5 {
  border-right-color: rgb(245 243 255 / 0.05) !important;
}

.border-r-violet-50\/50 {
  border-right-color: rgb(245 243 255 / 0.5) !important;
}

.border-r-violet-50\/55 {
  border-right-color: rgb(245 243 255 / 0.55) !important;
}

.border-r-violet-50\/60 {
  border-right-color: rgb(245 243 255 / 0.6) !important;
}

.border-r-violet-50\/65 {
  border-right-color: rgb(245 243 255 / 0.65) !important;
}

.border-r-violet-50\/70 {
  border-right-color: rgb(245 243 255 / 0.7) !important;
}

.border-r-violet-50\/75 {
  border-right-color: rgb(245 243 255 / 0.75) !important;
}

.border-r-violet-50\/80 {
  border-right-color: rgb(245 243 255 / 0.8) !important;
}

.border-r-violet-50\/85 {
  border-right-color: rgb(245 243 255 / 0.85) !important;
}

.border-r-violet-50\/90 {
  border-right-color: rgb(245 243 255 / 0.9) !important;
}

.border-r-violet-50\/95 {
  border-right-color: rgb(245 243 255 / 0.95) !important;
}

.border-r-violet-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-500\/0 {
  border-right-color: rgb(139 92 246 / 0) !important;
}

.border-r-violet-500\/10 {
  border-right-color: rgb(139 92 246 / 0.1) !important;
}

.border-r-violet-500\/100 {
  border-right-color: rgb(139 92 246 / 1) !important;
}

.border-r-violet-500\/15 {
  border-right-color: rgb(139 92 246 / 0.15) !important;
}

.border-r-violet-500\/20 {
  border-right-color: rgb(139 92 246 / 0.2) !important;
}

.border-r-violet-500\/25 {
  border-right-color: rgb(139 92 246 / 0.25) !important;
}

.border-r-violet-500\/30 {
  border-right-color: rgb(139 92 246 / 0.3) !important;
}

.border-r-violet-500\/35 {
  border-right-color: rgb(139 92 246 / 0.35) !important;
}

.border-r-violet-500\/40 {
  border-right-color: rgb(139 92 246 / 0.4) !important;
}

.border-r-violet-500\/45 {
  border-right-color: rgb(139 92 246 / 0.45) !important;
}

.border-r-violet-500\/5 {
  border-right-color: rgb(139 92 246 / 0.05) !important;
}

.border-r-violet-500\/50 {
  border-right-color: rgb(139 92 246 / 0.5) !important;
}

.border-r-violet-500\/55 {
  border-right-color: rgb(139 92 246 / 0.55) !important;
}

.border-r-violet-500\/60 {
  border-right-color: rgb(139 92 246 / 0.6) !important;
}

.border-r-violet-500\/65 {
  border-right-color: rgb(139 92 246 / 0.65) !important;
}

.border-r-violet-500\/70 {
  border-right-color: rgb(139 92 246 / 0.7) !important;
}

.border-r-violet-500\/75 {
  border-right-color: rgb(139 92 246 / 0.75) !important;
}

.border-r-violet-500\/80 {
  border-right-color: rgb(139 92 246 / 0.8) !important;
}

.border-r-violet-500\/85 {
  border-right-color: rgb(139 92 246 / 0.85) !important;
}

.border-r-violet-500\/90 {
  border-right-color: rgb(139 92 246 / 0.9) !important;
}

.border-r-violet-500\/95 {
  border-right-color: rgb(139 92 246 / 0.95) !important;
}

.border-r-violet-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-600\/0 {
  border-right-color: rgb(124 58 237 / 0) !important;
}

.border-r-violet-600\/10 {
  border-right-color: rgb(124 58 237 / 0.1) !important;
}

.border-r-violet-600\/100 {
  border-right-color: rgb(124 58 237 / 1) !important;
}

.border-r-violet-600\/15 {
  border-right-color: rgb(124 58 237 / 0.15) !important;
}

.border-r-violet-600\/20 {
  border-right-color: rgb(124 58 237 / 0.2) !important;
}

.border-r-violet-600\/25 {
  border-right-color: rgb(124 58 237 / 0.25) !important;
}

.border-r-violet-600\/30 {
  border-right-color: rgb(124 58 237 / 0.3) !important;
}

.border-r-violet-600\/35 {
  border-right-color: rgb(124 58 237 / 0.35) !important;
}

.border-r-violet-600\/40 {
  border-right-color: rgb(124 58 237 / 0.4) !important;
}

.border-r-violet-600\/45 {
  border-right-color: rgb(124 58 237 / 0.45) !important;
}

.border-r-violet-600\/5 {
  border-right-color: rgb(124 58 237 / 0.05) !important;
}

.border-r-violet-600\/50 {
  border-right-color: rgb(124 58 237 / 0.5) !important;
}

.border-r-violet-600\/55 {
  border-right-color: rgb(124 58 237 / 0.55) !important;
}

.border-r-violet-600\/60 {
  border-right-color: rgb(124 58 237 / 0.6) !important;
}

.border-r-violet-600\/65 {
  border-right-color: rgb(124 58 237 / 0.65) !important;
}

.border-r-violet-600\/70 {
  border-right-color: rgb(124 58 237 / 0.7) !important;
}

.border-r-violet-600\/75 {
  border-right-color: rgb(124 58 237 / 0.75) !important;
}

.border-r-violet-600\/80 {
  border-right-color: rgb(124 58 237 / 0.8) !important;
}

.border-r-violet-600\/85 {
  border-right-color: rgb(124 58 237 / 0.85) !important;
}

.border-r-violet-600\/90 {
  border-right-color: rgb(124 58 237 / 0.9) !important;
}

.border-r-violet-600\/95 {
  border-right-color: rgb(124 58 237 / 0.95) !important;
}

.border-r-violet-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-700\/0 {
  border-right-color: rgb(109 40 217 / 0) !important;
}

.border-r-violet-700\/10 {
  border-right-color: rgb(109 40 217 / 0.1) !important;
}

.border-r-violet-700\/100 {
  border-right-color: rgb(109 40 217 / 1) !important;
}

.border-r-violet-700\/15 {
  border-right-color: rgb(109 40 217 / 0.15) !important;
}

.border-r-violet-700\/20 {
  border-right-color: rgb(109 40 217 / 0.2) !important;
}

.border-r-violet-700\/25 {
  border-right-color: rgb(109 40 217 / 0.25) !important;
}

.border-r-violet-700\/30 {
  border-right-color: rgb(109 40 217 / 0.3) !important;
}

.border-r-violet-700\/35 {
  border-right-color: rgb(109 40 217 / 0.35) !important;
}

.border-r-violet-700\/40 {
  border-right-color: rgb(109 40 217 / 0.4) !important;
}

.border-r-violet-700\/45 {
  border-right-color: rgb(109 40 217 / 0.45) !important;
}

.border-r-violet-700\/5 {
  border-right-color: rgb(109 40 217 / 0.05) !important;
}

.border-r-violet-700\/50 {
  border-right-color: rgb(109 40 217 / 0.5) !important;
}

.border-r-violet-700\/55 {
  border-right-color: rgb(109 40 217 / 0.55) !important;
}

.border-r-violet-700\/60 {
  border-right-color: rgb(109 40 217 / 0.6) !important;
}

.border-r-violet-700\/65 {
  border-right-color: rgb(109 40 217 / 0.65) !important;
}

.border-r-violet-700\/70 {
  border-right-color: rgb(109 40 217 / 0.7) !important;
}

.border-r-violet-700\/75 {
  border-right-color: rgb(109 40 217 / 0.75) !important;
}

.border-r-violet-700\/80 {
  border-right-color: rgb(109 40 217 / 0.8) !important;
}

.border-r-violet-700\/85 {
  border-right-color: rgb(109 40 217 / 0.85) !important;
}

.border-r-violet-700\/90 {
  border-right-color: rgb(109 40 217 / 0.9) !important;
}

.border-r-violet-700\/95 {
  border-right-color: rgb(109 40 217 / 0.95) !important;
}

.border-r-violet-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-800\/0 {
  border-right-color: rgb(91 33 182 / 0) !important;
}

.border-r-violet-800\/10 {
  border-right-color: rgb(91 33 182 / 0.1) !important;
}

.border-r-violet-800\/100 {
  border-right-color: rgb(91 33 182 / 1) !important;
}

.border-r-violet-800\/15 {
  border-right-color: rgb(91 33 182 / 0.15) !important;
}

.border-r-violet-800\/20 {
  border-right-color: rgb(91 33 182 / 0.2) !important;
}

.border-r-violet-800\/25 {
  border-right-color: rgb(91 33 182 / 0.25) !important;
}

.border-r-violet-800\/30 {
  border-right-color: rgb(91 33 182 / 0.3) !important;
}

.border-r-violet-800\/35 {
  border-right-color: rgb(91 33 182 / 0.35) !important;
}

.border-r-violet-800\/40 {
  border-right-color: rgb(91 33 182 / 0.4) !important;
}

.border-r-violet-800\/45 {
  border-right-color: rgb(91 33 182 / 0.45) !important;
}

.border-r-violet-800\/5 {
  border-right-color: rgb(91 33 182 / 0.05) !important;
}

.border-r-violet-800\/50 {
  border-right-color: rgb(91 33 182 / 0.5) !important;
}

.border-r-violet-800\/55 {
  border-right-color: rgb(91 33 182 / 0.55) !important;
}

.border-r-violet-800\/60 {
  border-right-color: rgb(91 33 182 / 0.6) !important;
}

.border-r-violet-800\/65 {
  border-right-color: rgb(91 33 182 / 0.65) !important;
}

.border-r-violet-800\/70 {
  border-right-color: rgb(91 33 182 / 0.7) !important;
}

.border-r-violet-800\/75 {
  border-right-color: rgb(91 33 182 / 0.75) !important;
}

.border-r-violet-800\/80 {
  border-right-color: rgb(91 33 182 / 0.8) !important;
}

.border-r-violet-800\/85 {
  border-right-color: rgb(91 33 182 / 0.85) !important;
}

.border-r-violet-800\/90 {
  border-right-color: rgb(91 33 182 / 0.9) !important;
}

.border-r-violet-800\/95 {
  border-right-color: rgb(91 33 182 / 0.95) !important;
}

.border-r-violet-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-900\/0 {
  border-right-color: rgb(76 29 149 / 0) !important;
}

.border-r-violet-900\/10 {
  border-right-color: rgb(76 29 149 / 0.1) !important;
}

.border-r-violet-900\/100 {
  border-right-color: rgb(76 29 149 / 1) !important;
}

.border-r-violet-900\/15 {
  border-right-color: rgb(76 29 149 / 0.15) !important;
}

.border-r-violet-900\/20 {
  border-right-color: rgb(76 29 149 / 0.2) !important;
}

.border-r-violet-900\/25 {
  border-right-color: rgb(76 29 149 / 0.25) !important;
}

.border-r-violet-900\/30 {
  border-right-color: rgb(76 29 149 / 0.3) !important;
}

.border-r-violet-900\/35 {
  border-right-color: rgb(76 29 149 / 0.35) !important;
}

.border-r-violet-900\/40 {
  border-right-color: rgb(76 29 149 / 0.4) !important;
}

.border-r-violet-900\/45 {
  border-right-color: rgb(76 29 149 / 0.45) !important;
}

.border-r-violet-900\/5 {
  border-right-color: rgb(76 29 149 / 0.05) !important;
}

.border-r-violet-900\/50 {
  border-right-color: rgb(76 29 149 / 0.5) !important;
}

.border-r-violet-900\/55 {
  border-right-color: rgb(76 29 149 / 0.55) !important;
}

.border-r-violet-900\/60 {
  border-right-color: rgb(76 29 149 / 0.6) !important;
}

.border-r-violet-900\/65 {
  border-right-color: rgb(76 29 149 / 0.65) !important;
}

.border-r-violet-900\/70 {
  border-right-color: rgb(76 29 149 / 0.7) !important;
}

.border-r-violet-900\/75 {
  border-right-color: rgb(76 29 149 / 0.75) !important;
}

.border-r-violet-900\/80 {
  border-right-color: rgb(76 29 149 / 0.8) !important;
}

.border-r-violet-900\/85 {
  border-right-color: rgb(76 29 149 / 0.85) !important;
}

.border-r-violet-900\/90 {
  border-right-color: rgb(76 29 149 / 0.9) !important;
}

.border-r-violet-900\/95 {
  border-right-color: rgb(76 29 149 / 0.95) !important;
}

.border-r-violet-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-r-violet-950\/0 {
  border-right-color: rgb(46 16 101 / 0) !important;
}

.border-r-violet-950\/10 {
  border-right-color: rgb(46 16 101 / 0.1) !important;
}

.border-r-violet-950\/100 {
  border-right-color: rgb(46 16 101 / 1) !important;
}

.border-r-violet-950\/15 {
  border-right-color: rgb(46 16 101 / 0.15) !important;
}

.border-r-violet-950\/20 {
  border-right-color: rgb(46 16 101 / 0.2) !important;
}

.border-r-violet-950\/25 {
  border-right-color: rgb(46 16 101 / 0.25) !important;
}

.border-r-violet-950\/30 {
  border-right-color: rgb(46 16 101 / 0.3) !important;
}

.border-r-violet-950\/35 {
  border-right-color: rgb(46 16 101 / 0.35) !important;
}

.border-r-violet-950\/40 {
  border-right-color: rgb(46 16 101 / 0.4) !important;
}

.border-r-violet-950\/45 {
  border-right-color: rgb(46 16 101 / 0.45) !important;
}

.border-r-violet-950\/5 {
  border-right-color: rgb(46 16 101 / 0.05) !important;
}

.border-r-violet-950\/50 {
  border-right-color: rgb(46 16 101 / 0.5) !important;
}

.border-r-violet-950\/55 {
  border-right-color: rgb(46 16 101 / 0.55) !important;
}

.border-r-violet-950\/60 {
  border-right-color: rgb(46 16 101 / 0.6) !important;
}

.border-r-violet-950\/65 {
  border-right-color: rgb(46 16 101 / 0.65) !important;
}

.border-r-violet-950\/70 {
  border-right-color: rgb(46 16 101 / 0.7) !important;
}

.border-r-violet-950\/75 {
  border-right-color: rgb(46 16 101 / 0.75) !important;
}

.border-r-violet-950\/80 {
  border-right-color: rgb(46 16 101 / 0.8) !important;
}

.border-r-violet-950\/85 {
  border-right-color: rgb(46 16 101 / 0.85) !important;
}

.border-r-violet-950\/90 {
  border-right-color: rgb(46 16 101 / 0.9) !important;
}

.border-r-violet-950\/95 {
  border-right-color: rgb(46 16 101 / 0.95) !important;
}

.border-r-white {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0) !important;
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1) !important;
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1) !important;
}

.border-r-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15) !important;
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2) !important;
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25) !important;
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3) !important;
}

.border-r-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35) !important;
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4) !important;
}

.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45) !important;
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05) !important;
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5) !important;
}

.border-r-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55) !important;
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6) !important;
}

.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65) !important;
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7) !important;
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75) !important;
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8) !important;
}

.border-r-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85) !important;
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9) !important;
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95) !important;
}

.border-r-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0) !important;
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1) !important;
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1) !important;
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15) !important;
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2) !important;
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25) !important;
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3) !important;
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35) !important;
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4) !important;
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45) !important;
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05) !important;
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5) !important;
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55) !important;
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6) !important;
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65) !important;
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7) !important;
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75) !important;
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8) !important;
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85) !important;
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9) !important;
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95) !important;
}

.border-r-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0) !important;
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1) !important;
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1) !important;
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15) !important;
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2) !important;
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25) !important;
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3) !important;
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35) !important;
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4) !important;
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45) !important;
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05) !important;
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5) !important;
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55) !important;
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6) !important;
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65) !important;
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7) !important;
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75) !important;
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8) !important;
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85) !important;
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9) !important;
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95) !important;
}

.border-r-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0) !important;
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1) !important;
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1) !important;
}

.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15) !important;
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2) !important;
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25) !important;
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3) !important;
}

.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35) !important;
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4) !important;
}

.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45) !important;
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05) !important;
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5) !important;
}

.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55) !important;
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6) !important;
}

.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65) !important;
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7) !important;
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75) !important;
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8) !important;
}

.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85) !important;
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9) !important;
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95) !important;
}

.border-r-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0) !important;
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1) !important;
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1) !important;
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15) !important;
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2) !important;
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25) !important;
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3) !important;
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35) !important;
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4) !important;
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45) !important;
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05) !important;
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5) !important;
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55) !important;
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6) !important;
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65) !important;
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7) !important;
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75) !important;
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8) !important;
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85) !important;
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9) !important;
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95) !important;
}

.border-r-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0) !important;
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1) !important;
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1) !important;
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15) !important;
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2) !important;
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25) !important;
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3) !important;
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35) !important;
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4) !important;
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45) !important;
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05) !important;
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5) !important;
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55) !important;
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6) !important;
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65) !important;
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7) !important;
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75) !important;
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8) !important;
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85) !important;
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9) !important;
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95) !important;
}

.border-r-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0) !important;
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1) !important;
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1) !important;
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15) !important;
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2) !important;
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25) !important;
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3) !important;
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35) !important;
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4) !important;
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45) !important;
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05) !important;
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5) !important;
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55) !important;
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6) !important;
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65) !important;
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7) !important;
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75) !important;
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8) !important;
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85) !important;
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9) !important;
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95) !important;
}

.border-r-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0) !important;
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1) !important;
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1) !important;
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15) !important;
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2) !important;
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25) !important;
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3) !important;
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35) !important;
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4) !important;
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45) !important;
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05) !important;
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5) !important;
}

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55) !important;
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6) !important;
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65) !important;
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7) !important;
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75) !important;
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8) !important;
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85) !important;
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9) !important;
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95) !important;
}

.border-r-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0) !important;
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1) !important;
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1) !important;
}

.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15) !important;
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2) !important;
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25) !important;
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3) !important;
}

.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35) !important;
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4) !important;
}

.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45) !important;
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05) !important;
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5) !important;
}

.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55) !important;
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6) !important;
}

.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65) !important;
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7) !important;
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75) !important;
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8) !important;
}

.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85) !important;
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9) !important;
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95) !important;
}

.border-r-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0) !important;
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1) !important;
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1) !important;
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15) !important;
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2) !important;
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25) !important;
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3) !important;
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35) !important;
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4) !important;
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45) !important;
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05) !important;
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5) !important;
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55) !important;
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6) !important;
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65) !important;
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7) !important;
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75) !important;
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8) !important;
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85) !important;
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9) !important;
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95) !important;
}

.border-r-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0) !important;
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1) !important;
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1) !important;
}

.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15) !important;
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2) !important;
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25) !important;
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3) !important;
}

.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35) !important;
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4) !important;
}

.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45) !important;
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05) !important;
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5) !important;
}

.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55) !important;
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6) !important;
}

.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65) !important;
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7) !important;
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75) !important;
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8) !important;
}

.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85) !important;
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9) !important;
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95) !important;
}

.border-r-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0) !important;
}

.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1) !important;
}

.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1) !important;
}

.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15) !important;
}

.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2) !important;
}

.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25) !important;
}

.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3) !important;
}

.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35) !important;
}

.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4) !important;
}

.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45) !important;
}

.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05) !important;
}

.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5) !important;
}

.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55) !important;
}

.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6) !important;
}

.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65) !important;
}

.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7) !important;
}

.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75) !important;
}

.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8) !important;
}

.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85) !important;
}

.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9) !important;
}

.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95) !important;
}

.border-r-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-100\/0 {
  border-right-color: rgb(244 244 245 / 0) !important;
}

.border-r-zinc-100\/10 {
  border-right-color: rgb(244 244 245 / 0.1) !important;
}

.border-r-zinc-100\/100 {
  border-right-color: rgb(244 244 245 / 1) !important;
}

.border-r-zinc-100\/15 {
  border-right-color: rgb(244 244 245 / 0.15) !important;
}

.border-r-zinc-100\/20 {
  border-right-color: rgb(244 244 245 / 0.2) !important;
}

.border-r-zinc-100\/25 {
  border-right-color: rgb(244 244 245 / 0.25) !important;
}

.border-r-zinc-100\/30 {
  border-right-color: rgb(244 244 245 / 0.3) !important;
}

.border-r-zinc-100\/35 {
  border-right-color: rgb(244 244 245 / 0.35) !important;
}

.border-r-zinc-100\/40 {
  border-right-color: rgb(244 244 245 / 0.4) !important;
}

.border-r-zinc-100\/45 {
  border-right-color: rgb(244 244 245 / 0.45) !important;
}

.border-r-zinc-100\/5 {
  border-right-color: rgb(244 244 245 / 0.05) !important;
}

.border-r-zinc-100\/50 {
  border-right-color: rgb(244 244 245 / 0.5) !important;
}

.border-r-zinc-100\/55 {
  border-right-color: rgb(244 244 245 / 0.55) !important;
}

.border-r-zinc-100\/60 {
  border-right-color: rgb(244 244 245 / 0.6) !important;
}

.border-r-zinc-100\/65 {
  border-right-color: rgb(244 244 245 / 0.65) !important;
}

.border-r-zinc-100\/70 {
  border-right-color: rgb(244 244 245 / 0.7) !important;
}

.border-r-zinc-100\/75 {
  border-right-color: rgb(244 244 245 / 0.75) !important;
}

.border-r-zinc-100\/80 {
  border-right-color: rgb(244 244 245 / 0.8) !important;
}

.border-r-zinc-100\/85 {
  border-right-color: rgb(244 244 245 / 0.85) !important;
}

.border-r-zinc-100\/90 {
  border-right-color: rgb(244 244 245 / 0.9) !important;
}

.border-r-zinc-100\/95 {
  border-right-color: rgb(244 244 245 / 0.95) !important;
}

.border-r-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-200\/0 {
  border-right-color: rgb(228 228 231 / 0) !important;
}

.border-r-zinc-200\/10 {
  border-right-color: rgb(228 228 231 / 0.1) !important;
}

.border-r-zinc-200\/100 {
  border-right-color: rgb(228 228 231 / 1) !important;
}

.border-r-zinc-200\/15 {
  border-right-color: rgb(228 228 231 / 0.15) !important;
}

.border-r-zinc-200\/20 {
  border-right-color: rgb(228 228 231 / 0.2) !important;
}

.border-r-zinc-200\/25 {
  border-right-color: rgb(228 228 231 / 0.25) !important;
}

.border-r-zinc-200\/30 {
  border-right-color: rgb(228 228 231 / 0.3) !important;
}

.border-r-zinc-200\/35 {
  border-right-color: rgb(228 228 231 / 0.35) !important;
}

.border-r-zinc-200\/40 {
  border-right-color: rgb(228 228 231 / 0.4) !important;
}

.border-r-zinc-200\/45 {
  border-right-color: rgb(228 228 231 / 0.45) !important;
}

.border-r-zinc-200\/5 {
  border-right-color: rgb(228 228 231 / 0.05) !important;
}

.border-r-zinc-200\/50 {
  border-right-color: rgb(228 228 231 / 0.5) !important;
}

.border-r-zinc-200\/55 {
  border-right-color: rgb(228 228 231 / 0.55) !important;
}

.border-r-zinc-200\/60 {
  border-right-color: rgb(228 228 231 / 0.6) !important;
}

.border-r-zinc-200\/65 {
  border-right-color: rgb(228 228 231 / 0.65) !important;
}

.border-r-zinc-200\/70 {
  border-right-color: rgb(228 228 231 / 0.7) !important;
}

.border-r-zinc-200\/75 {
  border-right-color: rgb(228 228 231 / 0.75) !important;
}

.border-r-zinc-200\/80 {
  border-right-color: rgb(228 228 231 / 0.8) !important;
}

.border-r-zinc-200\/85 {
  border-right-color: rgb(228 228 231 / 0.85) !important;
}

.border-r-zinc-200\/90 {
  border-right-color: rgb(228 228 231 / 0.9) !important;
}

.border-r-zinc-200\/95 {
  border-right-color: rgb(228 228 231 / 0.95) !important;
}

.border-r-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-300\/0 {
  border-right-color: rgb(212 212 216 / 0) !important;
}

.border-r-zinc-300\/10 {
  border-right-color: rgb(212 212 216 / 0.1) !important;
}

.border-r-zinc-300\/100 {
  border-right-color: rgb(212 212 216 / 1) !important;
}

.border-r-zinc-300\/15 {
  border-right-color: rgb(212 212 216 / 0.15) !important;
}

.border-r-zinc-300\/20 {
  border-right-color: rgb(212 212 216 / 0.2) !important;
}

.border-r-zinc-300\/25 {
  border-right-color: rgb(212 212 216 / 0.25) !important;
}

.border-r-zinc-300\/30 {
  border-right-color: rgb(212 212 216 / 0.3) !important;
}

.border-r-zinc-300\/35 {
  border-right-color: rgb(212 212 216 / 0.35) !important;
}

.border-r-zinc-300\/40 {
  border-right-color: rgb(212 212 216 / 0.4) !important;
}

.border-r-zinc-300\/45 {
  border-right-color: rgb(212 212 216 / 0.45) !important;
}

.border-r-zinc-300\/5 {
  border-right-color: rgb(212 212 216 / 0.05) !important;
}

.border-r-zinc-300\/50 {
  border-right-color: rgb(212 212 216 / 0.5) !important;
}

.border-r-zinc-300\/55 {
  border-right-color: rgb(212 212 216 / 0.55) !important;
}

.border-r-zinc-300\/60 {
  border-right-color: rgb(212 212 216 / 0.6) !important;
}

.border-r-zinc-300\/65 {
  border-right-color: rgb(212 212 216 / 0.65) !important;
}

.border-r-zinc-300\/70 {
  border-right-color: rgb(212 212 216 / 0.7) !important;
}

.border-r-zinc-300\/75 {
  border-right-color: rgb(212 212 216 / 0.75) !important;
}

.border-r-zinc-300\/80 {
  border-right-color: rgb(212 212 216 / 0.8) !important;
}

.border-r-zinc-300\/85 {
  border-right-color: rgb(212 212 216 / 0.85) !important;
}

.border-r-zinc-300\/90 {
  border-right-color: rgb(212 212 216 / 0.9) !important;
}

.border-r-zinc-300\/95 {
  border-right-color: rgb(212 212 216 / 0.95) !important;
}

.border-r-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-400\/0 {
  border-right-color: rgb(161 161 170 / 0) !important;
}

.border-r-zinc-400\/10 {
  border-right-color: rgb(161 161 170 / 0.1) !important;
}

.border-r-zinc-400\/100 {
  border-right-color: rgb(161 161 170 / 1) !important;
}

.border-r-zinc-400\/15 {
  border-right-color: rgb(161 161 170 / 0.15) !important;
}

.border-r-zinc-400\/20 {
  border-right-color: rgb(161 161 170 / 0.2) !important;
}

.border-r-zinc-400\/25 {
  border-right-color: rgb(161 161 170 / 0.25) !important;
}

.border-r-zinc-400\/30 {
  border-right-color: rgb(161 161 170 / 0.3) !important;
}

.border-r-zinc-400\/35 {
  border-right-color: rgb(161 161 170 / 0.35) !important;
}

.border-r-zinc-400\/40 {
  border-right-color: rgb(161 161 170 / 0.4) !important;
}

.border-r-zinc-400\/45 {
  border-right-color: rgb(161 161 170 / 0.45) !important;
}

.border-r-zinc-400\/5 {
  border-right-color: rgb(161 161 170 / 0.05) !important;
}

.border-r-zinc-400\/50 {
  border-right-color: rgb(161 161 170 / 0.5) !important;
}

.border-r-zinc-400\/55 {
  border-right-color: rgb(161 161 170 / 0.55) !important;
}

.border-r-zinc-400\/60 {
  border-right-color: rgb(161 161 170 / 0.6) !important;
}

.border-r-zinc-400\/65 {
  border-right-color: rgb(161 161 170 / 0.65) !important;
}

.border-r-zinc-400\/70 {
  border-right-color: rgb(161 161 170 / 0.7) !important;
}

.border-r-zinc-400\/75 {
  border-right-color: rgb(161 161 170 / 0.75) !important;
}

.border-r-zinc-400\/80 {
  border-right-color: rgb(161 161 170 / 0.8) !important;
}

.border-r-zinc-400\/85 {
  border-right-color: rgb(161 161 170 / 0.85) !important;
}

.border-r-zinc-400\/90 {
  border-right-color: rgb(161 161 170 / 0.9) !important;
}

.border-r-zinc-400\/95 {
  border-right-color: rgb(161 161 170 / 0.95) !important;
}

.border-r-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-50\/0 {
  border-right-color: rgb(250 250 250 / 0) !important;
}

.border-r-zinc-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1) !important;
}

.border-r-zinc-50\/100 {
  border-right-color: rgb(250 250 250 / 1) !important;
}

.border-r-zinc-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15) !important;
}

.border-r-zinc-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2) !important;
}

.border-r-zinc-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25) !important;
}

.border-r-zinc-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3) !important;
}

.border-r-zinc-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35) !important;
}

.border-r-zinc-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4) !important;
}

.border-r-zinc-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45) !important;
}

.border-r-zinc-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05) !important;
}

.border-r-zinc-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5) !important;
}

.border-r-zinc-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55) !important;
}

.border-r-zinc-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6) !important;
}

.border-r-zinc-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65) !important;
}

.border-r-zinc-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7) !important;
}

.border-r-zinc-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75) !important;
}

.border-r-zinc-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8) !important;
}

.border-r-zinc-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85) !important;
}

.border-r-zinc-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9) !important;
}

.border-r-zinc-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95) !important;
}

.border-r-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-500\/0 {
  border-right-color: rgb(113 113 122 / 0) !important;
}

.border-r-zinc-500\/10 {
  border-right-color: rgb(113 113 122 / 0.1) !important;
}

.border-r-zinc-500\/100 {
  border-right-color: rgb(113 113 122 / 1) !important;
}

.border-r-zinc-500\/15 {
  border-right-color: rgb(113 113 122 / 0.15) !important;
}

.border-r-zinc-500\/20 {
  border-right-color: rgb(113 113 122 / 0.2) !important;
}

.border-r-zinc-500\/25 {
  border-right-color: rgb(113 113 122 / 0.25) !important;
}

.border-r-zinc-500\/30 {
  border-right-color: rgb(113 113 122 / 0.3) !important;
}

.border-r-zinc-500\/35 {
  border-right-color: rgb(113 113 122 / 0.35) !important;
}

.border-r-zinc-500\/40 {
  border-right-color: rgb(113 113 122 / 0.4) !important;
}

.border-r-zinc-500\/45 {
  border-right-color: rgb(113 113 122 / 0.45) !important;
}

.border-r-zinc-500\/5 {
  border-right-color: rgb(113 113 122 / 0.05) !important;
}

.border-r-zinc-500\/50 {
  border-right-color: rgb(113 113 122 / 0.5) !important;
}

.border-r-zinc-500\/55 {
  border-right-color: rgb(113 113 122 / 0.55) !important;
}

.border-r-zinc-500\/60 {
  border-right-color: rgb(113 113 122 / 0.6) !important;
}

.border-r-zinc-500\/65 {
  border-right-color: rgb(113 113 122 / 0.65) !important;
}

.border-r-zinc-500\/70 {
  border-right-color: rgb(113 113 122 / 0.7) !important;
}

.border-r-zinc-500\/75 {
  border-right-color: rgb(113 113 122 / 0.75) !important;
}

.border-r-zinc-500\/80 {
  border-right-color: rgb(113 113 122 / 0.8) !important;
}

.border-r-zinc-500\/85 {
  border-right-color: rgb(113 113 122 / 0.85) !important;
}

.border-r-zinc-500\/90 {
  border-right-color: rgb(113 113 122 / 0.9) !important;
}

.border-r-zinc-500\/95 {
  border-right-color: rgb(113 113 122 / 0.95) !important;
}

.border-r-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-600\/0 {
  border-right-color: rgb(82 82 91 / 0) !important;
}

.border-r-zinc-600\/10 {
  border-right-color: rgb(82 82 91 / 0.1) !important;
}

.border-r-zinc-600\/100 {
  border-right-color: rgb(82 82 91 / 1) !important;
}

.border-r-zinc-600\/15 {
  border-right-color: rgb(82 82 91 / 0.15) !important;
}

.border-r-zinc-600\/20 {
  border-right-color: rgb(82 82 91 / 0.2) !important;
}

.border-r-zinc-600\/25 {
  border-right-color: rgb(82 82 91 / 0.25) !important;
}

.border-r-zinc-600\/30 {
  border-right-color: rgb(82 82 91 / 0.3) !important;
}

.border-r-zinc-600\/35 {
  border-right-color: rgb(82 82 91 / 0.35) !important;
}

.border-r-zinc-600\/40 {
  border-right-color: rgb(82 82 91 / 0.4) !important;
}

.border-r-zinc-600\/45 {
  border-right-color: rgb(82 82 91 / 0.45) !important;
}

.border-r-zinc-600\/5 {
  border-right-color: rgb(82 82 91 / 0.05) !important;
}

.border-r-zinc-600\/50 {
  border-right-color: rgb(82 82 91 / 0.5) !important;
}

.border-r-zinc-600\/55 {
  border-right-color: rgb(82 82 91 / 0.55) !important;
}

.border-r-zinc-600\/60 {
  border-right-color: rgb(82 82 91 / 0.6) !important;
}

.border-r-zinc-600\/65 {
  border-right-color: rgb(82 82 91 / 0.65) !important;
}

.border-r-zinc-600\/70 {
  border-right-color: rgb(82 82 91 / 0.7) !important;
}

.border-r-zinc-600\/75 {
  border-right-color: rgb(82 82 91 / 0.75) !important;
}

.border-r-zinc-600\/80 {
  border-right-color: rgb(82 82 91 / 0.8) !important;
}

.border-r-zinc-600\/85 {
  border-right-color: rgb(82 82 91 / 0.85) !important;
}

.border-r-zinc-600\/90 {
  border-right-color: rgb(82 82 91 / 0.9) !important;
}

.border-r-zinc-600\/95 {
  border-right-color: rgb(82 82 91 / 0.95) !important;
}

.border-r-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-700\/0 {
  border-right-color: rgb(63 63 70 / 0) !important;
}

.border-r-zinc-700\/10 {
  border-right-color: rgb(63 63 70 / 0.1) !important;
}

.border-r-zinc-700\/100 {
  border-right-color: rgb(63 63 70 / 1) !important;
}

.border-r-zinc-700\/15 {
  border-right-color: rgb(63 63 70 / 0.15) !important;
}

.border-r-zinc-700\/20 {
  border-right-color: rgb(63 63 70 / 0.2) !important;
}

.border-r-zinc-700\/25 {
  border-right-color: rgb(63 63 70 / 0.25) !important;
}

.border-r-zinc-700\/30 {
  border-right-color: rgb(63 63 70 / 0.3) !important;
}

.border-r-zinc-700\/35 {
  border-right-color: rgb(63 63 70 / 0.35) !important;
}

.border-r-zinc-700\/40 {
  border-right-color: rgb(63 63 70 / 0.4) !important;
}

.border-r-zinc-700\/45 {
  border-right-color: rgb(63 63 70 / 0.45) !important;
}

.border-r-zinc-700\/5 {
  border-right-color: rgb(63 63 70 / 0.05) !important;
}

.border-r-zinc-700\/50 {
  border-right-color: rgb(63 63 70 / 0.5) !important;
}

.border-r-zinc-700\/55 {
  border-right-color: rgb(63 63 70 / 0.55) !important;
}

.border-r-zinc-700\/60 {
  border-right-color: rgb(63 63 70 / 0.6) !important;
}

.border-r-zinc-700\/65 {
  border-right-color: rgb(63 63 70 / 0.65) !important;
}

.border-r-zinc-700\/70 {
  border-right-color: rgb(63 63 70 / 0.7) !important;
}

.border-r-zinc-700\/75 {
  border-right-color: rgb(63 63 70 / 0.75) !important;
}

.border-r-zinc-700\/80 {
  border-right-color: rgb(63 63 70 / 0.8) !important;
}

.border-r-zinc-700\/85 {
  border-right-color: rgb(63 63 70 / 0.85) !important;
}

.border-r-zinc-700\/90 {
  border-right-color: rgb(63 63 70 / 0.9) !important;
}

.border-r-zinc-700\/95 {
  border-right-color: rgb(63 63 70 / 0.95) !important;
}

.border-r-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-800\/0 {
  border-right-color: rgb(39 39 42 / 0) !important;
}

.border-r-zinc-800\/10 {
  border-right-color: rgb(39 39 42 / 0.1) !important;
}

.border-r-zinc-800\/100 {
  border-right-color: rgb(39 39 42 / 1) !important;
}

.border-r-zinc-800\/15 {
  border-right-color: rgb(39 39 42 / 0.15) !important;
}

.border-r-zinc-800\/20 {
  border-right-color: rgb(39 39 42 / 0.2) !important;
}

.border-r-zinc-800\/25 {
  border-right-color: rgb(39 39 42 / 0.25) !important;
}

.border-r-zinc-800\/30 {
  border-right-color: rgb(39 39 42 / 0.3) !important;
}

.border-r-zinc-800\/35 {
  border-right-color: rgb(39 39 42 / 0.35) !important;
}

.border-r-zinc-800\/40 {
  border-right-color: rgb(39 39 42 / 0.4) !important;
}

.border-r-zinc-800\/45 {
  border-right-color: rgb(39 39 42 / 0.45) !important;
}

.border-r-zinc-800\/5 {
  border-right-color: rgb(39 39 42 / 0.05) !important;
}

.border-r-zinc-800\/50 {
  border-right-color: rgb(39 39 42 / 0.5) !important;
}

.border-r-zinc-800\/55 {
  border-right-color: rgb(39 39 42 / 0.55) !important;
}

.border-r-zinc-800\/60 {
  border-right-color: rgb(39 39 42 / 0.6) !important;
}

.border-r-zinc-800\/65 {
  border-right-color: rgb(39 39 42 / 0.65) !important;
}

.border-r-zinc-800\/70 {
  border-right-color: rgb(39 39 42 / 0.7) !important;
}

.border-r-zinc-800\/75 {
  border-right-color: rgb(39 39 42 / 0.75) !important;
}

.border-r-zinc-800\/80 {
  border-right-color: rgb(39 39 42 / 0.8) !important;
}

.border-r-zinc-800\/85 {
  border-right-color: rgb(39 39 42 / 0.85) !important;
}

.border-r-zinc-800\/90 {
  border-right-color: rgb(39 39 42 / 0.9) !important;
}

.border-r-zinc-800\/95 {
  border-right-color: rgb(39 39 42 / 0.95) !important;
}

.border-r-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-900\/0 {
  border-right-color: rgb(24 24 27 / 0) !important;
}

.border-r-zinc-900\/10 {
  border-right-color: rgb(24 24 27 / 0.1) !important;
}

.border-r-zinc-900\/100 {
  border-right-color: rgb(24 24 27 / 1) !important;
}

.border-r-zinc-900\/15 {
  border-right-color: rgb(24 24 27 / 0.15) !important;
}

.border-r-zinc-900\/20 {
  border-right-color: rgb(24 24 27 / 0.2) !important;
}

.border-r-zinc-900\/25 {
  border-right-color: rgb(24 24 27 / 0.25) !important;
}

.border-r-zinc-900\/30 {
  border-right-color: rgb(24 24 27 / 0.3) !important;
}

.border-r-zinc-900\/35 {
  border-right-color: rgb(24 24 27 / 0.35) !important;
}

.border-r-zinc-900\/40 {
  border-right-color: rgb(24 24 27 / 0.4) !important;
}

.border-r-zinc-900\/45 {
  border-right-color: rgb(24 24 27 / 0.45) !important;
}

.border-r-zinc-900\/5 {
  border-right-color: rgb(24 24 27 / 0.05) !important;
}

.border-r-zinc-900\/50 {
  border-right-color: rgb(24 24 27 / 0.5) !important;
}

.border-r-zinc-900\/55 {
  border-right-color: rgb(24 24 27 / 0.55) !important;
}

.border-r-zinc-900\/60 {
  border-right-color: rgb(24 24 27 / 0.6) !important;
}

.border-r-zinc-900\/65 {
  border-right-color: rgb(24 24 27 / 0.65) !important;
}

.border-r-zinc-900\/70 {
  border-right-color: rgb(24 24 27 / 0.7) !important;
}

.border-r-zinc-900\/75 {
  border-right-color: rgb(24 24 27 / 0.75) !important;
}

.border-r-zinc-900\/80 {
  border-right-color: rgb(24 24 27 / 0.8) !important;
}

.border-r-zinc-900\/85 {
  border-right-color: rgb(24 24 27 / 0.85) !important;
}

.border-r-zinc-900\/90 {
  border-right-color: rgb(24 24 27 / 0.9) !important;
}

.border-r-zinc-900\/95 {
  border-right-color: rgb(24 24 27 / 0.95) !important;
}

.border-r-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-r-zinc-950\/0 {
  border-right-color: rgb(9 9 11 / 0) !important;
}

.border-r-zinc-950\/10 {
  border-right-color: rgb(9 9 11 / 0.1) !important;
}

.border-r-zinc-950\/100 {
  border-right-color: rgb(9 9 11 / 1) !important;
}

.border-r-zinc-950\/15 {
  border-right-color: rgb(9 9 11 / 0.15) !important;
}

.border-r-zinc-950\/20 {
  border-right-color: rgb(9 9 11 / 0.2) !important;
}

.border-r-zinc-950\/25 {
  border-right-color: rgb(9 9 11 / 0.25) !important;
}

.border-r-zinc-950\/30 {
  border-right-color: rgb(9 9 11 / 0.3) !important;
}

.border-r-zinc-950\/35 {
  border-right-color: rgb(9 9 11 / 0.35) !important;
}

.border-r-zinc-950\/40 {
  border-right-color: rgb(9 9 11 / 0.4) !important;
}

.border-r-zinc-950\/45 {
  border-right-color: rgb(9 9 11 / 0.45) !important;
}

.border-r-zinc-950\/5 {
  border-right-color: rgb(9 9 11 / 0.05) !important;
}

.border-r-zinc-950\/50 {
  border-right-color: rgb(9 9 11 / 0.5) !important;
}

.border-r-zinc-950\/55 {
  border-right-color: rgb(9 9 11 / 0.55) !important;
}

.border-r-zinc-950\/60 {
  border-right-color: rgb(9 9 11 / 0.6) !important;
}

.border-r-zinc-950\/65 {
  border-right-color: rgb(9 9 11 / 0.65) !important;
}

.border-r-zinc-950\/70 {
  border-right-color: rgb(9 9 11 / 0.7) !important;
}

.border-r-zinc-950\/75 {
  border-right-color: rgb(9 9 11 / 0.75) !important;
}

.border-r-zinc-950\/80 {
  border-right-color: rgb(9 9 11 / 0.8) !important;
}

.border-r-zinc-950\/85 {
  border-right-color: rgb(9 9 11 / 0.85) !important;
}

.border-r-zinc-950\/90 {
  border-right-color: rgb(9 9 11 / 0.9) !important;
}

.border-r-zinc-950\/95 {
  border-right-color: rgb(9 9 11 / 0.95) !important;
}

.border-t-amber-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-100\/0 {
  border-top-color: rgb(254 243 199 / 0) !important;
}

.border-t-amber-100\/10 {
  border-top-color: rgb(254 243 199 / 0.1) !important;
}

.border-t-amber-100\/100 {
  border-top-color: rgb(254 243 199 / 1) !important;
}

.border-t-amber-100\/15 {
  border-top-color: rgb(254 243 199 / 0.15) !important;
}

.border-t-amber-100\/20 {
  border-top-color: rgb(254 243 199 / 0.2) !important;
}

.border-t-amber-100\/25 {
  border-top-color: rgb(254 243 199 / 0.25) !important;
}

.border-t-amber-100\/30 {
  border-top-color: rgb(254 243 199 / 0.3) !important;
}

.border-t-amber-100\/35 {
  border-top-color: rgb(254 243 199 / 0.35) !important;
}

.border-t-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4) !important;
}

.border-t-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45) !important;
}

.border-t-amber-100\/5 {
  border-top-color: rgb(254 243 199 / 0.05) !important;
}

.border-t-amber-100\/50 {
  border-top-color: rgb(254 243 199 / 0.5) !important;
}

.border-t-amber-100\/55 {
  border-top-color: rgb(254 243 199 / 0.55) !important;
}

.border-t-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6) !important;
}

.border-t-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65) !important;
}

.border-t-amber-100\/70 {
  border-top-color: rgb(254 243 199 / 0.7) !important;
}

.border-t-amber-100\/75 {
  border-top-color: rgb(254 243 199 / 0.75) !important;
}

.border-t-amber-100\/80 {
  border-top-color: rgb(254 243 199 / 0.8) !important;
}

.border-t-amber-100\/85 {
  border-top-color: rgb(254 243 199 / 0.85) !important;
}

.border-t-amber-100\/90 {
  border-top-color: rgb(254 243 199 / 0.9) !important;
}

.border-t-amber-100\/95 {
  border-top-color: rgb(254 243 199 / 0.95) !important;
}

.border-t-amber-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-200\/0 {
  border-top-color: rgb(253 230 138 / 0) !important;
}

.border-t-amber-200\/10 {
  border-top-color: rgb(253 230 138 / 0.1) !important;
}

.border-t-amber-200\/100 {
  border-top-color: rgb(253 230 138 / 1) !important;
}

.border-t-amber-200\/15 {
  border-top-color: rgb(253 230 138 / 0.15) !important;
}

.border-t-amber-200\/20 {
  border-top-color: rgb(253 230 138 / 0.2) !important;
}

.border-t-amber-200\/25 {
  border-top-color: rgb(253 230 138 / 0.25) !important;
}

.border-t-amber-200\/30 {
  border-top-color: rgb(253 230 138 / 0.3) !important;
}

.border-t-amber-200\/35 {
  border-top-color: rgb(253 230 138 / 0.35) !important;
}

.border-t-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4) !important;
}

.border-t-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45) !important;
}

.border-t-amber-200\/5 {
  border-top-color: rgb(253 230 138 / 0.05) !important;
}

.border-t-amber-200\/50 {
  border-top-color: rgb(253 230 138 / 0.5) !important;
}

.border-t-amber-200\/55 {
  border-top-color: rgb(253 230 138 / 0.55) !important;
}

.border-t-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6) !important;
}

.border-t-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65) !important;
}

.border-t-amber-200\/70 {
  border-top-color: rgb(253 230 138 / 0.7) !important;
}

.border-t-amber-200\/75 {
  border-top-color: rgb(253 230 138 / 0.75) !important;
}

.border-t-amber-200\/80 {
  border-top-color: rgb(253 230 138 / 0.8) !important;
}

.border-t-amber-200\/85 {
  border-top-color: rgb(253 230 138 / 0.85) !important;
}

.border-t-amber-200\/90 {
  border-top-color: rgb(253 230 138 / 0.9) !important;
}

.border-t-amber-200\/95 {
  border-top-color: rgb(253 230 138 / 0.95) !important;
}

.border-t-amber-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-300\/0 {
  border-top-color: rgb(252 211 77 / 0) !important;
}

.border-t-amber-300\/10 {
  border-top-color: rgb(252 211 77 / 0.1) !important;
}

.border-t-amber-300\/100 {
  border-top-color: rgb(252 211 77 / 1) !important;
}

.border-t-amber-300\/15 {
  border-top-color: rgb(252 211 77 / 0.15) !important;
}

.border-t-amber-300\/20 {
  border-top-color: rgb(252 211 77 / 0.2) !important;
}

.border-t-amber-300\/25 {
  border-top-color: rgb(252 211 77 / 0.25) !important;
}

.border-t-amber-300\/30 {
  border-top-color: rgb(252 211 77 / 0.3) !important;
}

.border-t-amber-300\/35 {
  border-top-color: rgb(252 211 77 / 0.35) !important;
}

.border-t-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4) !important;
}

.border-t-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45) !important;
}

.border-t-amber-300\/5 {
  border-top-color: rgb(252 211 77 / 0.05) !important;
}

.border-t-amber-300\/50 {
  border-top-color: rgb(252 211 77 / 0.5) !important;
}

.border-t-amber-300\/55 {
  border-top-color: rgb(252 211 77 / 0.55) !important;
}

.border-t-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6) !important;
}

.border-t-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65) !important;
}

.border-t-amber-300\/70 {
  border-top-color: rgb(252 211 77 / 0.7) !important;
}

.border-t-amber-300\/75 {
  border-top-color: rgb(252 211 77 / 0.75) !important;
}

.border-t-amber-300\/80 {
  border-top-color: rgb(252 211 77 / 0.8) !important;
}

.border-t-amber-300\/85 {
  border-top-color: rgb(252 211 77 / 0.85) !important;
}

.border-t-amber-300\/90 {
  border-top-color: rgb(252 211 77 / 0.9) !important;
}

.border-t-amber-300\/95 {
  border-top-color: rgb(252 211 77 / 0.95) !important;
}

.border-t-amber-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-400\/0 {
  border-top-color: rgb(251 191 36 / 0) !important;
}

.border-t-amber-400\/10 {
  border-top-color: rgb(251 191 36 / 0.1) !important;
}

.border-t-amber-400\/100 {
  border-top-color: rgb(251 191 36 / 1) !important;
}

.border-t-amber-400\/15 {
  border-top-color: rgb(251 191 36 / 0.15) !important;
}

.border-t-amber-400\/20 {
  border-top-color: rgb(251 191 36 / 0.2) !important;
}

.border-t-amber-400\/25 {
  border-top-color: rgb(251 191 36 / 0.25) !important;
}

.border-t-amber-400\/30 {
  border-top-color: rgb(251 191 36 / 0.3) !important;
}

.border-t-amber-400\/35 {
  border-top-color: rgb(251 191 36 / 0.35) !important;
}

.border-t-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4) !important;
}

.border-t-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45) !important;
}

.border-t-amber-400\/5 {
  border-top-color: rgb(251 191 36 / 0.05) !important;
}

.border-t-amber-400\/50 {
  border-top-color: rgb(251 191 36 / 0.5) !important;
}

.border-t-amber-400\/55 {
  border-top-color: rgb(251 191 36 / 0.55) !important;
}

.border-t-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6) !important;
}

.border-t-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65) !important;
}

.border-t-amber-400\/70 {
  border-top-color: rgb(251 191 36 / 0.7) !important;
}

.border-t-amber-400\/75 {
  border-top-color: rgb(251 191 36 / 0.75) !important;
}

.border-t-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8) !important;
}

.border-t-amber-400\/85 {
  border-top-color: rgb(251 191 36 / 0.85) !important;
}

.border-t-amber-400\/90 {
  border-top-color: rgb(251 191 36 / 0.9) !important;
}

.border-t-amber-400\/95 {
  border-top-color: rgb(251 191 36 / 0.95) !important;
}

.border-t-amber-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-50\/0 {
  border-top-color: rgb(255 251 235 / 0) !important;
}

.border-t-amber-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1) !important;
}

.border-t-amber-50\/100 {
  border-top-color: rgb(255 251 235 / 1) !important;
}

.border-t-amber-50\/15 {
  border-top-color: rgb(255 251 235 / 0.15) !important;
}

.border-t-amber-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2) !important;
}

.border-t-amber-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25) !important;
}

.border-t-amber-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3) !important;
}

.border-t-amber-50\/35 {
  border-top-color: rgb(255 251 235 / 0.35) !important;
}

.border-t-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4) !important;
}

.border-t-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45) !important;
}

.border-t-amber-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05) !important;
}

.border-t-amber-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5) !important;
}

.border-t-amber-50\/55 {
  border-top-color: rgb(255 251 235 / 0.55) !important;
}

.border-t-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6) !important;
}

.border-t-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65) !important;
}

.border-t-amber-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7) !important;
}

.border-t-amber-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75) !important;
}

.border-t-amber-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8) !important;
}

.border-t-amber-50\/85 {
  border-top-color: rgb(255 251 235 / 0.85) !important;
}

.border-t-amber-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9) !important;
}

.border-t-amber-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95) !important;
}

.border-t-amber-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-500\/0 {
  border-top-color: rgb(245 158 11 / 0) !important;
}

.border-t-amber-500\/10 {
  border-top-color: rgb(245 158 11 / 0.1) !important;
}

.border-t-amber-500\/100 {
  border-top-color: rgb(245 158 11 / 1) !important;
}

.border-t-amber-500\/15 {
  border-top-color: rgb(245 158 11 / 0.15) !important;
}

.border-t-amber-500\/20 {
  border-top-color: rgb(245 158 11 / 0.2) !important;
}

.border-t-amber-500\/25 {
  border-top-color: rgb(245 158 11 / 0.25) !important;
}

.border-t-amber-500\/30 {
  border-top-color: rgb(245 158 11 / 0.3) !important;
}

.border-t-amber-500\/35 {
  border-top-color: rgb(245 158 11 / 0.35) !important;
}

.border-t-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4) !important;
}

.border-t-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45) !important;
}

.border-t-amber-500\/5 {
  border-top-color: rgb(245 158 11 / 0.05) !important;
}

.border-t-amber-500\/50 {
  border-top-color: rgb(245 158 11 / 0.5) !important;
}

.border-t-amber-500\/55 {
  border-top-color: rgb(245 158 11 / 0.55) !important;
}

.border-t-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6) !important;
}

.border-t-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65) !important;
}

.border-t-amber-500\/70 {
  border-top-color: rgb(245 158 11 / 0.7) !important;
}

.border-t-amber-500\/75 {
  border-top-color: rgb(245 158 11 / 0.75) !important;
}

.border-t-amber-500\/80 {
  border-top-color: rgb(245 158 11 / 0.8) !important;
}

.border-t-amber-500\/85 {
  border-top-color: rgb(245 158 11 / 0.85) !important;
}

.border-t-amber-500\/90 {
  border-top-color: rgb(245 158 11 / 0.9) !important;
}

.border-t-amber-500\/95 {
  border-top-color: rgb(245 158 11 / 0.95) !important;
}

.border-t-amber-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-600\/0 {
  border-top-color: rgb(217 119 6 / 0) !important;
}

.border-t-amber-600\/10 {
  border-top-color: rgb(217 119 6 / 0.1) !important;
}

.border-t-amber-600\/100 {
  border-top-color: rgb(217 119 6 / 1) !important;
}

.border-t-amber-600\/15 {
  border-top-color: rgb(217 119 6 / 0.15) !important;
}

.border-t-amber-600\/20 {
  border-top-color: rgb(217 119 6 / 0.2) !important;
}

.border-t-amber-600\/25 {
  border-top-color: rgb(217 119 6 / 0.25) !important;
}

.border-t-amber-600\/30 {
  border-top-color: rgb(217 119 6 / 0.3) !important;
}

.border-t-amber-600\/35 {
  border-top-color: rgb(217 119 6 / 0.35) !important;
}

.border-t-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4) !important;
}

.border-t-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45) !important;
}

.border-t-amber-600\/5 {
  border-top-color: rgb(217 119 6 / 0.05) !important;
}

.border-t-amber-600\/50 {
  border-top-color: rgb(217 119 6 / 0.5) !important;
}

.border-t-amber-600\/55 {
  border-top-color: rgb(217 119 6 / 0.55) !important;
}

.border-t-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6) !important;
}

.border-t-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65) !important;
}

.border-t-amber-600\/70 {
  border-top-color: rgb(217 119 6 / 0.7) !important;
}

.border-t-amber-600\/75 {
  border-top-color: rgb(217 119 6 / 0.75) !important;
}

.border-t-amber-600\/80 {
  border-top-color: rgb(217 119 6 / 0.8) !important;
}

.border-t-amber-600\/85 {
  border-top-color: rgb(217 119 6 / 0.85) !important;
}

.border-t-amber-600\/90 {
  border-top-color: rgb(217 119 6 / 0.9) !important;
}

.border-t-amber-600\/95 {
  border-top-color: rgb(217 119 6 / 0.95) !important;
}

.border-t-amber-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-700\/0 {
  border-top-color: rgb(180 83 9 / 0) !important;
}

.border-t-amber-700\/10 {
  border-top-color: rgb(180 83 9 / 0.1) !important;
}

.border-t-amber-700\/100 {
  border-top-color: rgb(180 83 9 / 1) !important;
}

.border-t-amber-700\/15 {
  border-top-color: rgb(180 83 9 / 0.15) !important;
}

.border-t-amber-700\/20 {
  border-top-color: rgb(180 83 9 / 0.2) !important;
}

.border-t-amber-700\/25 {
  border-top-color: rgb(180 83 9 / 0.25) !important;
}

.border-t-amber-700\/30 {
  border-top-color: rgb(180 83 9 / 0.3) !important;
}

.border-t-amber-700\/35 {
  border-top-color: rgb(180 83 9 / 0.35) !important;
}

.border-t-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4) !important;
}

.border-t-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45) !important;
}

.border-t-amber-700\/5 {
  border-top-color: rgb(180 83 9 / 0.05) !important;
}

.border-t-amber-700\/50 {
  border-top-color: rgb(180 83 9 / 0.5) !important;
}

.border-t-amber-700\/55 {
  border-top-color: rgb(180 83 9 / 0.55) !important;
}

.border-t-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6) !important;
}

.border-t-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65) !important;
}

.border-t-amber-700\/70 {
  border-top-color: rgb(180 83 9 / 0.7) !important;
}

.border-t-amber-700\/75 {
  border-top-color: rgb(180 83 9 / 0.75) !important;
}

.border-t-amber-700\/80 {
  border-top-color: rgb(180 83 9 / 0.8) !important;
}

.border-t-amber-700\/85 {
  border-top-color: rgb(180 83 9 / 0.85) !important;
}

.border-t-amber-700\/90 {
  border-top-color: rgb(180 83 9 / 0.9) !important;
}

.border-t-amber-700\/95 {
  border-top-color: rgb(180 83 9 / 0.95) !important;
}

.border-t-amber-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-800\/0 {
  border-top-color: rgb(146 64 14 / 0) !important;
}

.border-t-amber-800\/10 {
  border-top-color: rgb(146 64 14 / 0.1) !important;
}

.border-t-amber-800\/100 {
  border-top-color: rgb(146 64 14 / 1) !important;
}

.border-t-amber-800\/15 {
  border-top-color: rgb(146 64 14 / 0.15) !important;
}

.border-t-amber-800\/20 {
  border-top-color: rgb(146 64 14 / 0.2) !important;
}

.border-t-amber-800\/25 {
  border-top-color: rgb(146 64 14 / 0.25) !important;
}

.border-t-amber-800\/30 {
  border-top-color: rgb(146 64 14 / 0.3) !important;
}

.border-t-amber-800\/35 {
  border-top-color: rgb(146 64 14 / 0.35) !important;
}

.border-t-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4) !important;
}

.border-t-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45) !important;
}

.border-t-amber-800\/5 {
  border-top-color: rgb(146 64 14 / 0.05) !important;
}

.border-t-amber-800\/50 {
  border-top-color: rgb(146 64 14 / 0.5) !important;
}

.border-t-amber-800\/55 {
  border-top-color: rgb(146 64 14 / 0.55) !important;
}

.border-t-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6) !important;
}

.border-t-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65) !important;
}

.border-t-amber-800\/70 {
  border-top-color: rgb(146 64 14 / 0.7) !important;
}

.border-t-amber-800\/75 {
  border-top-color: rgb(146 64 14 / 0.75) !important;
}

.border-t-amber-800\/80 {
  border-top-color: rgb(146 64 14 / 0.8) !important;
}

.border-t-amber-800\/85 {
  border-top-color: rgb(146 64 14 / 0.85) !important;
}

.border-t-amber-800\/90 {
  border-top-color: rgb(146 64 14 / 0.9) !important;
}

.border-t-amber-800\/95 {
  border-top-color: rgb(146 64 14 / 0.95) !important;
}

.border-t-amber-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-900\/0 {
  border-top-color: rgb(120 53 15 / 0) !important;
}

.border-t-amber-900\/10 {
  border-top-color: rgb(120 53 15 / 0.1) !important;
}

.border-t-amber-900\/100 {
  border-top-color: rgb(120 53 15 / 1) !important;
}

.border-t-amber-900\/15 {
  border-top-color: rgb(120 53 15 / 0.15) !important;
}

.border-t-amber-900\/20 {
  border-top-color: rgb(120 53 15 / 0.2) !important;
}

.border-t-amber-900\/25 {
  border-top-color: rgb(120 53 15 / 0.25) !important;
}

.border-t-amber-900\/30 {
  border-top-color: rgb(120 53 15 / 0.3) !important;
}

.border-t-amber-900\/35 {
  border-top-color: rgb(120 53 15 / 0.35) !important;
}

.border-t-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4) !important;
}

.border-t-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45) !important;
}

.border-t-amber-900\/5 {
  border-top-color: rgb(120 53 15 / 0.05) !important;
}

.border-t-amber-900\/50 {
  border-top-color: rgb(120 53 15 / 0.5) !important;
}

.border-t-amber-900\/55 {
  border-top-color: rgb(120 53 15 / 0.55) !important;
}

.border-t-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6) !important;
}

.border-t-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65) !important;
}

.border-t-amber-900\/70 {
  border-top-color: rgb(120 53 15 / 0.7) !important;
}

.border-t-amber-900\/75 {
  border-top-color: rgb(120 53 15 / 0.75) !important;
}

.border-t-amber-900\/80 {
  border-top-color: rgb(120 53 15 / 0.8) !important;
}

.border-t-amber-900\/85 {
  border-top-color: rgb(120 53 15 / 0.85) !important;
}

.border-t-amber-900\/90 {
  border-top-color: rgb(120 53 15 / 0.9) !important;
}

.border-t-amber-900\/95 {
  border-top-color: rgb(120 53 15 / 0.95) !important;
}

.border-t-amber-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
}

.border-t-amber-950\/0 {
  border-top-color: rgb(69 26 3 / 0) !important;
}

.border-t-amber-950\/10 {
  border-top-color: rgb(69 26 3 / 0.1) !important;
}

.border-t-amber-950\/100 {
  border-top-color: rgb(69 26 3 / 1) !important;
}

.border-t-amber-950\/15 {
  border-top-color: rgb(69 26 3 / 0.15) !important;
}

.border-t-amber-950\/20 {
  border-top-color: rgb(69 26 3 / 0.2) !important;
}

.border-t-amber-950\/25 {
  border-top-color: rgb(69 26 3 / 0.25) !important;
}

.border-t-amber-950\/30 {
  border-top-color: rgb(69 26 3 / 0.3) !important;
}

.border-t-amber-950\/35 {
  border-top-color: rgb(69 26 3 / 0.35) !important;
}

.border-t-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4) !important;
}

.border-t-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45) !important;
}

.border-t-amber-950\/5 {
  border-top-color: rgb(69 26 3 / 0.05) !important;
}

.border-t-amber-950\/50 {
  border-top-color: rgb(69 26 3 / 0.5) !important;
}

.border-t-amber-950\/55 {
  border-top-color: rgb(69 26 3 / 0.55) !important;
}

.border-t-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6) !important;
}

.border-t-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65) !important;
}

.border-t-amber-950\/70 {
  border-top-color: rgb(69 26 3 / 0.7) !important;
}

.border-t-amber-950\/75 {
  border-top-color: rgb(69 26 3 / 0.75) !important;
}

.border-t-amber-950\/80 {
  border-top-color: rgb(69 26 3 / 0.8) !important;
}

.border-t-amber-950\/85 {
  border-top-color: rgb(69 26 3 / 0.85) !important;
}

.border-t-amber-950\/90 {
  border-top-color: rgb(69 26 3 / 0.9) !important;
}

.border-t-amber-950\/95 {
  border-top-color: rgb(69 26 3 / 0.95) !important;
}

.border-t-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0) !important;
}

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

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

.border-t-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15) !important;
}

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

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

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

.border-t-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35) !important;
}

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

.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45) !important;
}

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

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

.border-t-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55) !important;
}

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

.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65) !important;
}

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

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

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

.border-t-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85) !important;
}

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

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

.border-t-blue-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-100\/0 {
  border-top-color: rgb(219 234 254 / 0) !important;
}

.border-t-blue-100\/10 {
  border-top-color: rgb(219 234 254 / 0.1) !important;
}

.border-t-blue-100\/100 {
  border-top-color: rgb(219 234 254 / 1) !important;
}

.border-t-blue-100\/15 {
  border-top-color: rgb(219 234 254 / 0.15) !important;
}

.border-t-blue-100\/20 {
  border-top-color: rgb(219 234 254 / 0.2) !important;
}

.border-t-blue-100\/25 {
  border-top-color: rgb(219 234 254 / 0.25) !important;
}

.border-t-blue-100\/30 {
  border-top-color: rgb(219 234 254 / 0.3) !important;
}

.border-t-blue-100\/35 {
  border-top-color: rgb(219 234 254 / 0.35) !important;
}

.border-t-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4) !important;
}

.border-t-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45) !important;
}

.border-t-blue-100\/5 {
  border-top-color: rgb(219 234 254 / 0.05) !important;
}

.border-t-blue-100\/50 {
  border-top-color: rgb(219 234 254 / 0.5) !important;
}

.border-t-blue-100\/55 {
  border-top-color: rgb(219 234 254 / 0.55) !important;
}

.border-t-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6) !important;
}

.border-t-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65) !important;
}

.border-t-blue-100\/70 {
  border-top-color: rgb(219 234 254 / 0.7) !important;
}

.border-t-blue-100\/75 {
  border-top-color: rgb(219 234 254 / 0.75) !important;
}

.border-t-blue-100\/80 {
  border-top-color: rgb(219 234 254 / 0.8) !important;
}

.border-t-blue-100\/85 {
  border-top-color: rgb(219 234 254 / 0.85) !important;
}

.border-t-blue-100\/90 {
  border-top-color: rgb(219 234 254 / 0.9) !important;
}

.border-t-blue-100\/95 {
  border-top-color: rgb(219 234 254 / 0.95) !important;
}

.border-t-blue-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-200\/0 {
  border-top-color: rgb(191 219 254 / 0) !important;
}

.border-t-blue-200\/10 {
  border-top-color: rgb(191 219 254 / 0.1) !important;
}

.border-t-blue-200\/100 {
  border-top-color: rgb(191 219 254 / 1) !important;
}

.border-t-blue-200\/15 {
  border-top-color: rgb(191 219 254 / 0.15) !important;
}

.border-t-blue-200\/20 {
  border-top-color: rgb(191 219 254 / 0.2) !important;
}

.border-t-blue-200\/25 {
  border-top-color: rgb(191 219 254 / 0.25) !important;
}

.border-t-blue-200\/30 {
  border-top-color: rgb(191 219 254 / 0.3) !important;
}

.border-t-blue-200\/35 {
  border-top-color: rgb(191 219 254 / 0.35) !important;
}

.border-t-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4) !important;
}

.border-t-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45) !important;
}

.border-t-blue-200\/5 {
  border-top-color: rgb(191 219 254 / 0.05) !important;
}

.border-t-blue-200\/50 {
  border-top-color: rgb(191 219 254 / 0.5) !important;
}

.border-t-blue-200\/55 {
  border-top-color: rgb(191 219 254 / 0.55) !important;
}

.border-t-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6) !important;
}

.border-t-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65) !important;
}

.border-t-blue-200\/70 {
  border-top-color: rgb(191 219 254 / 0.7) !important;
}

.border-t-blue-200\/75 {
  border-top-color: rgb(191 219 254 / 0.75) !important;
}

.border-t-blue-200\/80 {
  border-top-color: rgb(191 219 254 / 0.8) !important;
}

.border-t-blue-200\/85 {
  border-top-color: rgb(191 219 254 / 0.85) !important;
}

.border-t-blue-200\/90 {
  border-top-color: rgb(191 219 254 / 0.9) !important;
}

.border-t-blue-200\/95 {
  border-top-color: rgb(191 219 254 / 0.95) !important;
}

.border-t-blue-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-300\/0 {
  border-top-color: rgb(147 197 253 / 0) !important;
}

.border-t-blue-300\/10 {
  border-top-color: rgb(147 197 253 / 0.1) !important;
}

.border-t-blue-300\/100 {
  border-top-color: rgb(147 197 253 / 1) !important;
}

.border-t-blue-300\/15 {
  border-top-color: rgb(147 197 253 / 0.15) !important;
}

.border-t-blue-300\/20 {
  border-top-color: rgb(147 197 253 / 0.2) !important;
}

.border-t-blue-300\/25 {
  border-top-color: rgb(147 197 253 / 0.25) !important;
}

.border-t-blue-300\/30 {
  border-top-color: rgb(147 197 253 / 0.3) !important;
}

.border-t-blue-300\/35 {
  border-top-color: rgb(147 197 253 / 0.35) !important;
}

.border-t-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4) !important;
}

.border-t-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45) !important;
}

.border-t-blue-300\/5 {
  border-top-color: rgb(147 197 253 / 0.05) !important;
}

.border-t-blue-300\/50 {
  border-top-color: rgb(147 197 253 / 0.5) !important;
}

.border-t-blue-300\/55 {
  border-top-color: rgb(147 197 253 / 0.55) !important;
}

.border-t-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6) !important;
}

.border-t-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65) !important;
}

.border-t-blue-300\/70 {
  border-top-color: rgb(147 197 253 / 0.7) !important;
}

.border-t-blue-300\/75 {
  border-top-color: rgb(147 197 253 / 0.75) !important;
}

.border-t-blue-300\/80 {
  border-top-color: rgb(147 197 253 / 0.8) !important;
}

.border-t-blue-300\/85 {
  border-top-color: rgb(147 197 253 / 0.85) !important;
}

.border-t-blue-300\/90 {
  border-top-color: rgb(147 197 253 / 0.9) !important;
}

.border-t-blue-300\/95 {
  border-top-color: rgb(147 197 253 / 0.95) !important;
}

.border-t-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-400\/0 {
  border-top-color: rgb(96 165 250 / 0) !important;
}

.border-t-blue-400\/10 {
  border-top-color: rgb(96 165 250 / 0.1) !important;
}

.border-t-blue-400\/100 {
  border-top-color: rgb(96 165 250 / 1) !important;
}

.border-t-blue-400\/15 {
  border-top-color: rgb(96 165 250 / 0.15) !important;
}

.border-t-blue-400\/20 {
  border-top-color: rgb(96 165 250 / 0.2) !important;
}

.border-t-blue-400\/25 {
  border-top-color: rgb(96 165 250 / 0.25) !important;
}

.border-t-blue-400\/30 {
  border-top-color: rgb(96 165 250 / 0.3) !important;
}

.border-t-blue-400\/35 {
  border-top-color: rgb(96 165 250 / 0.35) !important;
}

.border-t-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4) !important;
}

.border-t-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45) !important;
}

.border-t-blue-400\/5 {
  border-top-color: rgb(96 165 250 / 0.05) !important;
}

.border-t-blue-400\/50 {
  border-top-color: rgb(96 165 250 / 0.5) !important;
}

.border-t-blue-400\/55 {
  border-top-color: rgb(96 165 250 / 0.55) !important;
}

.border-t-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6) !important;
}

.border-t-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65) !important;
}

.border-t-blue-400\/70 {
  border-top-color: rgb(96 165 250 / 0.7) !important;
}

.border-t-blue-400\/75 {
  border-top-color: rgb(96 165 250 / 0.75) !important;
}

.border-t-blue-400\/80 {
  border-top-color: rgb(96 165 250 / 0.8) !important;
}

.border-t-blue-400\/85 {
  border-top-color: rgb(96 165 250 / 0.85) !important;
}

.border-t-blue-400\/90 {
  border-top-color: rgb(96 165 250 / 0.9) !important;
}

.border-t-blue-400\/95 {
  border-top-color: rgb(96 165 250 / 0.95) !important;
}

.border-t-blue-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-50\/0 {
  border-top-color: rgb(239 246 255 / 0) !important;
}

.border-t-blue-50\/10 {
  border-top-color: rgb(239 246 255 / 0.1) !important;
}

.border-t-blue-50\/100 {
  border-top-color: rgb(239 246 255 / 1) !important;
}

.border-t-blue-50\/15 {
  border-top-color: rgb(239 246 255 / 0.15) !important;
}

.border-t-blue-50\/20 {
  border-top-color: rgb(239 246 255 / 0.2) !important;
}

.border-t-blue-50\/25 {
  border-top-color: rgb(239 246 255 / 0.25) !important;
}

.border-t-blue-50\/30 {
  border-top-color: rgb(239 246 255 / 0.3) !important;
}

.border-t-blue-50\/35 {
  border-top-color: rgb(239 246 255 / 0.35) !important;
}

.border-t-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4) !important;
}

.border-t-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45) !important;
}

.border-t-blue-50\/5 {
  border-top-color: rgb(239 246 255 / 0.05) !important;
}

.border-t-blue-50\/50 {
  border-top-color: rgb(239 246 255 / 0.5) !important;
}

.border-t-blue-50\/55 {
  border-top-color: rgb(239 246 255 / 0.55) !important;
}

.border-t-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6) !important;
}

.border-t-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65) !important;
}

.border-t-blue-50\/70 {
  border-top-color: rgb(239 246 255 / 0.7) !important;
}

.border-t-blue-50\/75 {
  border-top-color: rgb(239 246 255 / 0.75) !important;
}

.border-t-blue-50\/80 {
  border-top-color: rgb(239 246 255 / 0.8) !important;
}

.border-t-blue-50\/85 {
  border-top-color: rgb(239 246 255 / 0.85) !important;
}

.border-t-blue-50\/90 {
  border-top-color: rgb(239 246 255 / 0.9) !important;
}

.border-t-blue-50\/95 {
  border-top-color: rgb(239 246 255 / 0.95) !important;
}

.border-t-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-500\/0 {
  border-top-color: rgb(59 130 246 / 0) !important;
}

.border-t-blue-500\/10 {
  border-top-color: rgb(59 130 246 / 0.1) !important;
}

.border-t-blue-500\/100 {
  border-top-color: rgb(59 130 246 / 1) !important;
}

.border-t-blue-500\/15 {
  border-top-color: rgb(59 130 246 / 0.15) !important;
}

.border-t-blue-500\/20 {
  border-top-color: rgb(59 130 246 / 0.2) !important;
}

.border-t-blue-500\/25 {
  border-top-color: rgb(59 130 246 / 0.25) !important;
}

.border-t-blue-500\/30 {
  border-top-color: rgb(59 130 246 / 0.3) !important;
}

.border-t-blue-500\/35 {
  border-top-color: rgb(59 130 246 / 0.35) !important;
}

.border-t-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4) !important;
}

.border-t-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45) !important;
}

.border-t-blue-500\/5 {
  border-top-color: rgb(59 130 246 / 0.05) !important;
}

.border-t-blue-500\/50 {
  border-top-color: rgb(59 130 246 / 0.5) !important;
}

.border-t-blue-500\/55 {
  border-top-color: rgb(59 130 246 / 0.55) !important;
}

.border-t-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6) !important;
}

.border-t-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65) !important;
}

.border-t-blue-500\/70 {
  border-top-color: rgb(59 130 246 / 0.7) !important;
}

.border-t-blue-500\/75 {
  border-top-color: rgb(59 130 246 / 0.75) !important;
}

.border-t-blue-500\/80 {
  border-top-color: rgb(59 130 246 / 0.8) !important;
}

.border-t-blue-500\/85 {
  border-top-color: rgb(59 130 246 / 0.85) !important;
}

.border-t-blue-500\/90 {
  border-top-color: rgb(59 130 246 / 0.9) !important;
}

.border-t-blue-500\/95 {
  border-top-color: rgb(59 130 246 / 0.95) !important;
}

.border-t-blue-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-600\/0 {
  border-top-color: rgb(37 99 235 / 0) !important;
}

.border-t-blue-600\/10 {
  border-top-color: rgb(37 99 235 / 0.1) !important;
}

.border-t-blue-600\/100 {
  border-top-color: rgb(37 99 235 / 1) !important;
}

.border-t-blue-600\/15 {
  border-top-color: rgb(37 99 235 / 0.15) !important;
}

.border-t-blue-600\/20 {
  border-top-color: rgb(37 99 235 / 0.2) !important;
}

.border-t-blue-600\/25 {
  border-top-color: rgb(37 99 235 / 0.25) !important;
}

.border-t-blue-600\/30 {
  border-top-color: rgb(37 99 235 / 0.3) !important;
}

.border-t-blue-600\/35 {
  border-top-color: rgb(37 99 235 / 0.35) !important;
}

.border-t-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4) !important;
}

.border-t-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45) !important;
}

.border-t-blue-600\/5 {
  border-top-color: rgb(37 99 235 / 0.05) !important;
}

.border-t-blue-600\/50 {
  border-top-color: rgb(37 99 235 / 0.5) !important;
}

.border-t-blue-600\/55 {
  border-top-color: rgb(37 99 235 / 0.55) !important;
}

.border-t-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6) !important;
}

.border-t-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65) !important;
}

.border-t-blue-600\/70 {
  border-top-color: rgb(37 99 235 / 0.7) !important;
}

.border-t-blue-600\/75 {
  border-top-color: rgb(37 99 235 / 0.75) !important;
}

.border-t-blue-600\/80 {
  border-top-color: rgb(37 99 235 / 0.8) !important;
}

.border-t-blue-600\/85 {
  border-top-color: rgb(37 99 235 / 0.85) !important;
}

.border-t-blue-600\/90 {
  border-top-color: rgb(37 99 235 / 0.9) !important;
}

.border-t-blue-600\/95 {
  border-top-color: rgb(37 99 235 / 0.95) !important;
}

.border-t-blue-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-700\/0 {
  border-top-color: rgb(29 78 216 / 0) !important;
}

.border-t-blue-700\/10 {
  border-top-color: rgb(29 78 216 / 0.1) !important;
}

.border-t-blue-700\/100 {
  border-top-color: rgb(29 78 216 / 1) !important;
}

.border-t-blue-700\/15 {
  border-top-color: rgb(29 78 216 / 0.15) !important;
}

.border-t-blue-700\/20 {
  border-top-color: rgb(29 78 216 / 0.2) !important;
}

.border-t-blue-700\/25 {
  border-top-color: rgb(29 78 216 / 0.25) !important;
}

.border-t-blue-700\/30 {
  border-top-color: rgb(29 78 216 / 0.3) !important;
}

.border-t-blue-700\/35 {
  border-top-color: rgb(29 78 216 / 0.35) !important;
}

.border-t-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4) !important;
}

.border-t-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45) !important;
}

.border-t-blue-700\/5 {
  border-top-color: rgb(29 78 216 / 0.05) !important;
}

.border-t-blue-700\/50 {
  border-top-color: rgb(29 78 216 / 0.5) !important;
}

.border-t-blue-700\/55 {
  border-top-color: rgb(29 78 216 / 0.55) !important;
}

.border-t-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6) !important;
}

.border-t-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65) !important;
}

.border-t-blue-700\/70 {
  border-top-color: rgb(29 78 216 / 0.7) !important;
}

.border-t-blue-700\/75 {
  border-top-color: rgb(29 78 216 / 0.75) !important;
}

.border-t-blue-700\/80 {
  border-top-color: rgb(29 78 216 / 0.8) !important;
}

.border-t-blue-700\/85 {
  border-top-color: rgb(29 78 216 / 0.85) !important;
}

.border-t-blue-700\/90 {
  border-top-color: rgb(29 78 216 / 0.9) !important;
}

.border-t-blue-700\/95 {
  border-top-color: rgb(29 78 216 / 0.95) !important;
}

.border-t-blue-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-800\/0 {
  border-top-color: rgb(30 64 175 / 0) !important;
}

.border-t-blue-800\/10 {
  border-top-color: rgb(30 64 175 / 0.1) !important;
}

.border-t-blue-800\/100 {
  border-top-color: rgb(30 64 175 / 1) !important;
}

.border-t-blue-800\/15 {
  border-top-color: rgb(30 64 175 / 0.15) !important;
}

.border-t-blue-800\/20 {
  border-top-color: rgb(30 64 175 / 0.2) !important;
}

.border-t-blue-800\/25 {
  border-top-color: rgb(30 64 175 / 0.25) !important;
}

.border-t-blue-800\/30 {
  border-top-color: rgb(30 64 175 / 0.3) !important;
}

.border-t-blue-800\/35 {
  border-top-color: rgb(30 64 175 / 0.35) !important;
}

.border-t-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4) !important;
}

.border-t-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45) !important;
}

.border-t-blue-800\/5 {
  border-top-color: rgb(30 64 175 / 0.05) !important;
}

.border-t-blue-800\/50 {
  border-top-color: rgb(30 64 175 / 0.5) !important;
}

.border-t-blue-800\/55 {
  border-top-color: rgb(30 64 175 / 0.55) !important;
}

.border-t-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6) !important;
}

.border-t-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65) !important;
}

.border-t-blue-800\/70 {
  border-top-color: rgb(30 64 175 / 0.7) !important;
}

.border-t-blue-800\/75 {
  border-top-color: rgb(30 64 175 / 0.75) !important;
}

.border-t-blue-800\/80 {
  border-top-color: rgb(30 64 175 / 0.8) !important;
}

.border-t-blue-800\/85 {
  border-top-color: rgb(30 64 175 / 0.85) !important;
}

.border-t-blue-800\/90 {
  border-top-color: rgb(30 64 175 / 0.9) !important;
}

.border-t-blue-800\/95 {
  border-top-color: rgb(30 64 175 / 0.95) !important;
}

.border-t-blue-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-900\/0 {
  border-top-color: rgb(30 58 138 / 0) !important;
}

.border-t-blue-900\/10 {
  border-top-color: rgb(30 58 138 / 0.1) !important;
}

.border-t-blue-900\/100 {
  border-top-color: rgb(30 58 138 / 1) !important;
}

.border-t-blue-900\/15 {
  border-top-color: rgb(30 58 138 / 0.15) !important;
}

.border-t-blue-900\/20 {
  border-top-color: rgb(30 58 138 / 0.2) !important;
}

.border-t-blue-900\/25 {
  border-top-color: rgb(30 58 138 / 0.25) !important;
}

.border-t-blue-900\/30 {
  border-top-color: rgb(30 58 138 / 0.3) !important;
}

.border-t-blue-900\/35 {
  border-top-color: rgb(30 58 138 / 0.35) !important;
}

.border-t-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4) !important;
}

.border-t-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45) !important;
}

.border-t-blue-900\/5 {
  border-top-color: rgb(30 58 138 / 0.05) !important;
}

.border-t-blue-900\/50 {
  border-top-color: rgb(30 58 138 / 0.5) !important;
}

.border-t-blue-900\/55 {
  border-top-color: rgb(30 58 138 / 0.55) !important;
}

.border-t-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6) !important;
}

.border-t-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65) !important;
}

.border-t-blue-900\/70 {
  border-top-color: rgb(30 58 138 / 0.7) !important;
}

.border-t-blue-900\/75 {
  border-top-color: rgb(30 58 138 / 0.75) !important;
}

.border-t-blue-900\/80 {
  border-top-color: rgb(30 58 138 / 0.8) !important;
}

.border-t-blue-900\/85 {
  border-top-color: rgb(30 58 138 / 0.85) !important;
}

.border-t-blue-900\/90 {
  border-top-color: rgb(30 58 138 / 0.9) !important;
}

.border-t-blue-900\/95 {
  border-top-color: rgb(30 58 138 / 0.95) !important;
}

.border-t-blue-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-950\/0 {
  border-top-color: rgb(23 37 84 / 0) !important;
}

.border-t-blue-950\/10 {
  border-top-color: rgb(23 37 84 / 0.1) !important;
}

.border-t-blue-950\/100 {
  border-top-color: rgb(23 37 84 / 1) !important;
}

.border-t-blue-950\/15 {
  border-top-color: rgb(23 37 84 / 0.15) !important;
}

.border-t-blue-950\/20 {
  border-top-color: rgb(23 37 84 / 0.2) !important;
}

.border-t-blue-950\/25 {
  border-top-color: rgb(23 37 84 / 0.25) !important;
}

.border-t-blue-950\/30 {
  border-top-color: rgb(23 37 84 / 0.3) !important;
}

.border-t-blue-950\/35 {
  border-top-color: rgb(23 37 84 / 0.35) !important;
}

.border-t-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4) !important;
}

.border-t-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45) !important;
}

.border-t-blue-950\/5 {
  border-top-color: rgb(23 37 84 / 0.05) !important;
}

.border-t-blue-950\/50 {
  border-top-color: rgb(23 37 84 / 0.5) !important;
}

.border-t-blue-950\/55 {
  border-top-color: rgb(23 37 84 / 0.55) !important;
}

.border-t-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6) !important;
}

.border-t-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65) !important;
}

.border-t-blue-950\/70 {
  border-top-color: rgb(23 37 84 / 0.7) !important;
}

.border-t-blue-950\/75 {
  border-top-color: rgb(23 37 84 / 0.75) !important;
}

.border-t-blue-950\/80 {
  border-top-color: rgb(23 37 84 / 0.8) !important;
}

.border-t-blue-950\/85 {
  border-top-color: rgb(23 37 84 / 0.85) !important;
}

.border-t-blue-950\/90 {
  border-top-color: rgb(23 37 84 / 0.9) !important;
}

.border-t-blue-950\/95 {
  border-top-color: rgb(23 37 84 / 0.95) !important;
}

.border-t-brand-brown {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brown\/0 {
  border-top-color: rgb(133 114 114 / 0) !important;
}

.border-t-brand-brown\/10 {
  border-top-color: rgb(133 114 114 / 0.1) !important;
}

.border-t-brand-brown\/100 {
  border-top-color: rgb(133 114 114 / 1) !important;
}

.border-t-brand-brown\/15 {
  border-top-color: rgb(133 114 114 / 0.15) !important;
}

.border-t-brand-brown\/20 {
  border-top-color: rgb(133 114 114 / 0.2) !important;
}

.border-t-brand-brown\/25 {
  border-top-color: rgb(133 114 114 / 0.25) !important;
}

.border-t-brand-brown\/30 {
  border-top-color: rgb(133 114 114 / 0.3) !important;
}

.border-t-brand-brown\/35 {
  border-top-color: rgb(133 114 114 / 0.35) !important;
}

.border-t-brand-brown\/40 {
  border-top-color: rgb(133 114 114 / 0.4) !important;
}

.border-t-brand-brown\/45 {
  border-top-color: rgb(133 114 114 / 0.45) !important;
}

.border-t-brand-brown\/5 {
  border-top-color: rgb(133 114 114 / 0.05) !important;
}

.border-t-brand-brown\/50 {
  border-top-color: rgb(133 114 114 / 0.5) !important;
}

.border-t-brand-brown\/55 {
  border-top-color: rgb(133 114 114 / 0.55) !important;
}

.border-t-brand-brown\/60 {
  border-top-color: rgb(133 114 114 / 0.6) !important;
}

.border-t-brand-brown\/65 {
  border-top-color: rgb(133 114 114 / 0.65) !important;
}

.border-t-brand-brown\/70 {
  border-top-color: rgb(133 114 114 / 0.7) !important;
}

.border-t-brand-brown\/75 {
  border-top-color: rgb(133 114 114 / 0.75) !important;
}

.border-t-brand-brown\/80 {
  border-top-color: rgb(133 114 114 / 0.8) !important;
}

.border-t-brand-brown\/85 {
  border-top-color: rgb(133 114 114 / 0.85) !important;
}

.border-t-brand-brown\/90 {
  border-top-color: rgb(133 114 114 / 0.9) !important;
}

.border-t-brand-brown\/95 {
  border-top-color: rgb(133 114 114 / 0.95) !important;
}

.border-t-brand-brownDark {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brownDark\/0 {
  border-top-color: rgb(73 71 78 / 0) !important;
}

.border-t-brand-brownDark\/10 {
  border-top-color: rgb(73 71 78 / 0.1) !important;
}

.border-t-brand-brownDark\/100 {
  border-top-color: rgb(73 71 78 / 1) !important;
}

.border-t-brand-brownDark\/15 {
  border-top-color: rgb(73 71 78 / 0.15) !important;
}

.border-t-brand-brownDark\/20 {
  border-top-color: rgb(73 71 78 / 0.2) !important;
}

.border-t-brand-brownDark\/25 {
  border-top-color: rgb(73 71 78 / 0.25) !important;
}

.border-t-brand-brownDark\/30 {
  border-top-color: rgb(73 71 78 / 0.3) !important;
}

.border-t-brand-brownDark\/35 {
  border-top-color: rgb(73 71 78 / 0.35) !important;
}

.border-t-brand-brownDark\/40 {
  border-top-color: rgb(73 71 78 / 0.4) !important;
}

.border-t-brand-brownDark\/45 {
  border-top-color: rgb(73 71 78 / 0.45) !important;
}

.border-t-brand-brownDark\/5 {
  border-top-color: rgb(73 71 78 / 0.05) !important;
}

.border-t-brand-brownDark\/50 {
  border-top-color: rgb(73 71 78 / 0.5) !important;
}

.border-t-brand-brownDark\/55 {
  border-top-color: rgb(73 71 78 / 0.55) !important;
}

.border-t-brand-brownDark\/60 {
  border-top-color: rgb(73 71 78 / 0.6) !important;
}

.border-t-brand-brownDark\/65 {
  border-top-color: rgb(73 71 78 / 0.65) !important;
}

.border-t-brand-brownDark\/70 {
  border-top-color: rgb(73 71 78 / 0.7) !important;
}

.border-t-brand-brownDark\/75 {
  border-top-color: rgb(73 71 78 / 0.75) !important;
}

.border-t-brand-brownDark\/80 {
  border-top-color: rgb(73 71 78 / 0.8) !important;
}

.border-t-brand-brownDark\/85 {
  border-top-color: rgb(73 71 78 / 0.85) !important;
}

.border-t-brand-brownDark\/90 {
  border-top-color: rgb(73 71 78 / 0.9) !important;
}

.border-t-brand-brownDark\/95 {
  border-top-color: rgb(73 71 78 / 0.95) !important;
}

.border-t-brand-brownDarker {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brownDarker\/0 {
  border-top-color: rgb(36 34 42 / 0) !important;
}

.border-t-brand-brownDarker\/10 {
  border-top-color: rgb(36 34 42 / 0.1) !important;
}

.border-t-brand-brownDarker\/100 {
  border-top-color: rgb(36 34 42 / 1) !important;
}

.border-t-brand-brownDarker\/15 {
  border-top-color: rgb(36 34 42 / 0.15) !important;
}

.border-t-brand-brownDarker\/20 {
  border-top-color: rgb(36 34 42 / 0.2) !important;
}

.border-t-brand-brownDarker\/25 {
  border-top-color: rgb(36 34 42 / 0.25) !important;
}

.border-t-brand-brownDarker\/30 {
  border-top-color: rgb(36 34 42 / 0.3) !important;
}

.border-t-brand-brownDarker\/35 {
  border-top-color: rgb(36 34 42 / 0.35) !important;
}

.border-t-brand-brownDarker\/40 {
  border-top-color: rgb(36 34 42 / 0.4) !important;
}

.border-t-brand-brownDarker\/45 {
  border-top-color: rgb(36 34 42 / 0.45) !important;
}

.border-t-brand-brownDarker\/5 {
  border-top-color: rgb(36 34 42 / 0.05) !important;
}

.border-t-brand-brownDarker\/50 {
  border-top-color: rgb(36 34 42 / 0.5) !important;
}

.border-t-brand-brownDarker\/55 {
  border-top-color: rgb(36 34 42 / 0.55) !important;
}

.border-t-brand-brownDarker\/60 {
  border-top-color: rgb(36 34 42 / 0.6) !important;
}

.border-t-brand-brownDarker\/65 {
  border-top-color: rgb(36 34 42 / 0.65) !important;
}

.border-t-brand-brownDarker\/70 {
  border-top-color: rgb(36 34 42 / 0.7) !important;
}

.border-t-brand-brownDarker\/75 {
  border-top-color: rgb(36 34 42 / 0.75) !important;
}

.border-t-brand-brownDarker\/80 {
  border-top-color: rgb(36 34 42 / 0.8) !important;
}

.border-t-brand-brownDarker\/85 {
  border-top-color: rgb(36 34 42 / 0.85) !important;
}

.border-t-brand-brownDarker\/90 {
  border-top-color: rgb(36 34 42 / 0.9) !important;
}

.border-t-brand-brownDarker\/95 {
  border-top-color: rgb(36 34 42 / 0.95) !important;
}

.border-t-brand-brownDarkest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brownDarkest\/0 {
  border-top-color: rgb(13 14 24 / 0) !important;
}

.border-t-brand-brownDarkest\/10 {
  border-top-color: rgb(13 14 24 / 0.1) !important;
}

.border-t-brand-brownDarkest\/100 {
  border-top-color: rgb(13 14 24 / 1) !important;
}

.border-t-brand-brownDarkest\/15 {
  border-top-color: rgb(13 14 24 / 0.15) !important;
}

.border-t-brand-brownDarkest\/20 {
  border-top-color: rgb(13 14 24 / 0.2) !important;
}

.border-t-brand-brownDarkest\/25 {
  border-top-color: rgb(13 14 24 / 0.25) !important;
}

.border-t-brand-brownDarkest\/30 {
  border-top-color: rgb(13 14 24 / 0.3) !important;
}

.border-t-brand-brownDarkest\/35 {
  border-top-color: rgb(13 14 24 / 0.35) !important;
}

.border-t-brand-brownDarkest\/40 {
  border-top-color: rgb(13 14 24 / 0.4) !important;
}

.border-t-brand-brownDarkest\/45 {
  border-top-color: rgb(13 14 24 / 0.45) !important;
}

.border-t-brand-brownDarkest\/5 {
  border-top-color: rgb(13 14 24 / 0.05) !important;
}

.border-t-brand-brownDarkest\/50 {
  border-top-color: rgb(13 14 24 / 0.5) !important;
}

.border-t-brand-brownDarkest\/55 {
  border-top-color: rgb(13 14 24 / 0.55) !important;
}

.border-t-brand-brownDarkest\/60 {
  border-top-color: rgb(13 14 24 / 0.6) !important;
}

.border-t-brand-brownDarkest\/65 {
  border-top-color: rgb(13 14 24 / 0.65) !important;
}

.border-t-brand-brownDarkest\/70 {
  border-top-color: rgb(13 14 24 / 0.7) !important;
}

.border-t-brand-brownDarkest\/75 {
  border-top-color: rgb(13 14 24 / 0.75) !important;
}

.border-t-brand-brownDarkest\/80 {
  border-top-color: rgb(13 14 24 / 0.8) !important;
}

.border-t-brand-brownDarkest\/85 {
  border-top-color: rgb(13 14 24 / 0.85) !important;
}

.border-t-brand-brownDarkest\/90 {
  border-top-color: rgb(13 14 24 / 0.9) !important;
}

.border-t-brand-brownDarkest\/95 {
  border-top-color: rgb(13 14 24 / 0.95) !important;
}

.border-t-brand-brownLighest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brownLighest\/0 {
  border-top-color: rgb(252 248 248 / 0) !important;
}

.border-t-brand-brownLighest\/10 {
  border-top-color: rgb(252 248 248 / 0.1) !important;
}

.border-t-brand-brownLighest\/100 {
  border-top-color: rgb(252 248 248 / 1) !important;
}

.border-t-brand-brownLighest\/15 {
  border-top-color: rgb(252 248 248 / 0.15) !important;
}

.border-t-brand-brownLighest\/20 {
  border-top-color: rgb(252 248 248 / 0.2) !important;
}

.border-t-brand-brownLighest\/25 {
  border-top-color: rgb(252 248 248 / 0.25) !important;
}

.border-t-brand-brownLighest\/30 {
  border-top-color: rgb(252 248 248 / 0.3) !important;
}

.border-t-brand-brownLighest\/35 {
  border-top-color: rgb(252 248 248 / 0.35) !important;
}

.border-t-brand-brownLighest\/40 {
  border-top-color: rgb(252 248 248 / 0.4) !important;
}

.border-t-brand-brownLighest\/45 {
  border-top-color: rgb(252 248 248 / 0.45) !important;
}

.border-t-brand-brownLighest\/5 {
  border-top-color: rgb(252 248 248 / 0.05) !important;
}

.border-t-brand-brownLighest\/50 {
  border-top-color: rgb(252 248 248 / 0.5) !important;
}

.border-t-brand-brownLighest\/55 {
  border-top-color: rgb(252 248 248 / 0.55) !important;
}

.border-t-brand-brownLighest\/60 {
  border-top-color: rgb(252 248 248 / 0.6) !important;
}

.border-t-brand-brownLighest\/65 {
  border-top-color: rgb(252 248 248 / 0.65) !important;
}

.border-t-brand-brownLighest\/70 {
  border-top-color: rgb(252 248 248 / 0.7) !important;
}

.border-t-brand-brownLighest\/75 {
  border-top-color: rgb(252 248 248 / 0.75) !important;
}

.border-t-brand-brownLighest\/80 {
  border-top-color: rgb(252 248 248 / 0.8) !important;
}

.border-t-brand-brownLighest\/85 {
  border-top-color: rgb(252 248 248 / 0.85) !important;
}

.border-t-brand-brownLighest\/90 {
  border-top-color: rgb(252 248 248 / 0.9) !important;
}

.border-t-brand-brownLighest\/95 {
  border-top-color: rgb(252 248 248 / 0.95) !important;
}

.border-t-brand-brownLight {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-brownLight\/0 {
  border-top-color: rgb(214 204 205 / 0) !important;
}

.border-t-brand-brownLight\/10 {
  border-top-color: rgb(214 204 205 / 0.1) !important;
}

.border-t-brand-brownLight\/100 {
  border-top-color: rgb(214 204 205 / 1) !important;
}

.border-t-brand-brownLight\/15 {
  border-top-color: rgb(214 204 205 / 0.15) !important;
}

.border-t-brand-brownLight\/20 {
  border-top-color: rgb(214 204 205 / 0.2) !important;
}

.border-t-brand-brownLight\/25 {
  border-top-color: rgb(214 204 205 / 0.25) !important;
}

.border-t-brand-brownLight\/30 {
  border-top-color: rgb(214 204 205 / 0.3) !important;
}

.border-t-brand-brownLight\/35 {
  border-top-color: rgb(214 204 205 / 0.35) !important;
}

.border-t-brand-brownLight\/40 {
  border-top-color: rgb(214 204 205 / 0.4) !important;
}

.border-t-brand-brownLight\/45 {
  border-top-color: rgb(214 204 205 / 0.45) !important;
}

.border-t-brand-brownLight\/5 {
  border-top-color: rgb(214 204 205 / 0.05) !important;
}

.border-t-brand-brownLight\/50 {
  border-top-color: rgb(214 204 205 / 0.5) !important;
}

.border-t-brand-brownLight\/55 {
  border-top-color: rgb(214 204 205 / 0.55) !important;
}

.border-t-brand-brownLight\/60 {
  border-top-color: rgb(214 204 205 / 0.6) !important;
}

.border-t-brand-brownLight\/65 {
  border-top-color: rgb(214 204 205 / 0.65) !important;
}

.border-t-brand-brownLight\/70 {
  border-top-color: rgb(214 204 205 / 0.7) !important;
}

.border-t-brand-brownLight\/75 {
  border-top-color: rgb(214 204 205 / 0.75) !important;
}

.border-t-brand-brownLight\/80 {
  border-top-color: rgb(214 204 205 / 0.8) !important;
}

.border-t-brand-brownLight\/85 {
  border-top-color: rgb(214 204 205 / 0.85) !important;
}

.border-t-brand-brownLight\/90 {
  border-top-color: rgb(214 204 205 / 0.9) !important;
}

.border-t-brand-brownLight\/95 {
  border-top-color: rgb(214 204 205 / 0.95) !important;
}

.border-t-brand-grey {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-grey\/0 {
  border-top-color: rgb(218 218 218 / 0) !important;
}

.border-t-brand-grey\/10 {
  border-top-color: rgb(218 218 218 / 0.1) !important;
}

.border-t-brand-grey\/100 {
  border-top-color: rgb(218 218 218 / 1) !important;
}

.border-t-brand-grey\/15 {
  border-top-color: rgb(218 218 218 / 0.15) !important;
}

.border-t-brand-grey\/20 {
  border-top-color: rgb(218 218 218 / 0.2) !important;
}

.border-t-brand-grey\/25 {
  border-top-color: rgb(218 218 218 / 0.25) !important;
}

.border-t-brand-grey\/30 {
  border-top-color: rgb(218 218 218 / 0.3) !important;
}

.border-t-brand-grey\/35 {
  border-top-color: rgb(218 218 218 / 0.35) !important;
}

.border-t-brand-grey\/40 {
  border-top-color: rgb(218 218 218 / 0.4) !important;
}

.border-t-brand-grey\/45 {
  border-top-color: rgb(218 218 218 / 0.45) !important;
}

.border-t-brand-grey\/5 {
  border-top-color: rgb(218 218 218 / 0.05) !important;
}

.border-t-brand-grey\/50 {
  border-top-color: rgb(218 218 218 / 0.5) !important;
}

.border-t-brand-grey\/55 {
  border-top-color: rgb(218 218 218 / 0.55) !important;
}

.border-t-brand-grey\/60 {
  border-top-color: rgb(218 218 218 / 0.6) !important;
}

.border-t-brand-grey\/65 {
  border-top-color: rgb(218 218 218 / 0.65) !important;
}

.border-t-brand-grey\/70 {
  border-top-color: rgb(218 218 218 / 0.7) !important;
}

.border-t-brand-grey\/75 {
  border-top-color: rgb(218 218 218 / 0.75) !important;
}

.border-t-brand-grey\/80 {
  border-top-color: rgb(218 218 218 / 0.8) !important;
}

.border-t-brand-grey\/85 {
  border-top-color: rgb(218 218 218 / 0.85) !important;
}

.border-t-brand-grey\/90 {
  border-top-color: rgb(218 218 218 / 0.9) !important;
}

.border-t-brand-grey\/95 {
  border-top-color: rgb(218 218 218 / 0.95) !important;
}

.border-t-brand-greyDarkest {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-greyDarkest\/0 {
  border-top-color: rgb(26 3 27 / 0) !important;
}

.border-t-brand-greyDarkest\/10 {
  border-top-color: rgb(26 3 27 / 0.1) !important;
}

.border-t-brand-greyDarkest\/100 {
  border-top-color: rgb(26 3 27 / 1) !important;
}

.border-t-brand-greyDarkest\/15 {
  border-top-color: rgb(26 3 27 / 0.15) !important;
}

.border-t-brand-greyDarkest\/20 {
  border-top-color: rgb(26 3 27 / 0.2) !important;
}

.border-t-brand-greyDarkest\/25 {
  border-top-color: rgb(26 3 27 / 0.25) !important;
}

.border-t-brand-greyDarkest\/30 {
  border-top-color: rgb(26 3 27 / 0.3) !important;
}

.border-t-brand-greyDarkest\/35 {
  border-top-color: rgb(26 3 27 / 0.35) !important;
}

.border-t-brand-greyDarkest\/40 {
  border-top-color: rgb(26 3 27 / 0.4) !important;
}

.border-t-brand-greyDarkest\/45 {
  border-top-color: rgb(26 3 27 / 0.45) !important;
}

.border-t-brand-greyDarkest\/5 {
  border-top-color: rgb(26 3 27 / 0.05) !important;
}

.border-t-brand-greyDarkest\/50 {
  border-top-color: rgb(26 3 27 / 0.5) !important;
}

.border-t-brand-greyDarkest\/55 {
  border-top-color: rgb(26 3 27 / 0.55) !important;
}

.border-t-brand-greyDarkest\/60 {
  border-top-color: rgb(26 3 27 / 0.6) !important;
}

.border-t-brand-greyDarkest\/65 {
  border-top-color: rgb(26 3 27 / 0.65) !important;
}

.border-t-brand-greyDarkest\/70 {
  border-top-color: rgb(26 3 27 / 0.7) !important;
}

.border-t-brand-greyDarkest\/75 {
  border-top-color: rgb(26 3 27 / 0.75) !important;
}

.border-t-brand-greyDarkest\/80 {
  border-top-color: rgb(26 3 27 / 0.8) !important;
}

.border-t-brand-greyDarkest\/85 {
  border-top-color: rgb(26 3 27 / 0.85) !important;
}

.border-t-brand-greyDarkest\/90 {
  border-top-color: rgb(26 3 27 / 0.9) !important;
}

.border-t-brand-greyDarkest\/95 {
  border-top-color: rgb(26 3 27 / 0.95) !important;
}

.border-t-brand-greyLight {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-greyLight\/0 {
  border-top-color: rgb(249 248 254 / 0) !important;
}

.border-t-brand-greyLight\/10 {
  border-top-color: rgb(249 248 254 / 0.1) !important;
}

.border-t-brand-greyLight\/100 {
  border-top-color: rgb(249 248 254 / 1) !important;
}

.border-t-brand-greyLight\/15 {
  border-top-color: rgb(249 248 254 / 0.15) !important;
}

.border-t-brand-greyLight\/20 {
  border-top-color: rgb(249 248 254 / 0.2) !important;
}

.border-t-brand-greyLight\/25 {
  border-top-color: rgb(249 248 254 / 0.25) !important;
}

.border-t-brand-greyLight\/30 {
  border-top-color: rgb(249 248 254 / 0.3) !important;
}

.border-t-brand-greyLight\/35 {
  border-top-color: rgb(249 248 254 / 0.35) !important;
}

.border-t-brand-greyLight\/40 {
  border-top-color: rgb(249 248 254 / 0.4) !important;
}

.border-t-brand-greyLight\/45 {
  border-top-color: rgb(249 248 254 / 0.45) !important;
}

.border-t-brand-greyLight\/5 {
  border-top-color: rgb(249 248 254 / 0.05) !important;
}

.border-t-brand-greyLight\/50 {
  border-top-color: rgb(249 248 254 / 0.5) !important;
}

.border-t-brand-greyLight\/55 {
  border-top-color: rgb(249 248 254 / 0.55) !important;
}

.border-t-brand-greyLight\/60 {
  border-top-color: rgb(249 248 254 / 0.6) !important;
}

.border-t-brand-greyLight\/65 {
  border-top-color: rgb(249 248 254 / 0.65) !important;
}

.border-t-brand-greyLight\/70 {
  border-top-color: rgb(249 248 254 / 0.7) !important;
}

.border-t-brand-greyLight\/75 {
  border-top-color: rgb(249 248 254 / 0.75) !important;
}

.border-t-brand-greyLight\/80 {
  border-top-color: rgb(249 248 254 / 0.8) !important;
}

.border-t-brand-greyLight\/85 {
  border-top-color: rgb(249 248 254 / 0.85) !important;
}

.border-t-brand-greyLight\/90 {
  border-top-color: rgb(249 248 254 / 0.9) !important;
}

.border-t-brand-greyLight\/95 {
  border-top-color: rgb(249 248 254 / 0.95) !important;
}

.border-t-brand-red {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-red\/0 {
  border-top-color: rgb(223 45 59 / 0) !important;
}

.border-t-brand-red\/10 {
  border-top-color: rgb(223 45 59 / 0.1) !important;
}

.border-t-brand-red\/100 {
  border-top-color: rgb(223 45 59 / 1) !important;
}

.border-t-brand-red\/15 {
  border-top-color: rgb(223 45 59 / 0.15) !important;
}

.border-t-brand-red\/20 {
  border-top-color: rgb(223 45 59 / 0.2) !important;
}

.border-t-brand-red\/25 {
  border-top-color: rgb(223 45 59 / 0.25) !important;
}

.border-t-brand-red\/30 {
  border-top-color: rgb(223 45 59 / 0.3) !important;
}

.border-t-brand-red\/35 {
  border-top-color: rgb(223 45 59 / 0.35) !important;
}

.border-t-brand-red\/40 {
  border-top-color: rgb(223 45 59 / 0.4) !important;
}

.border-t-brand-red\/45 {
  border-top-color: rgb(223 45 59 / 0.45) !important;
}

.border-t-brand-red\/5 {
  border-top-color: rgb(223 45 59 / 0.05) !important;
}

.border-t-brand-red\/50 {
  border-top-color: rgb(223 45 59 / 0.5) !important;
}

.border-t-brand-red\/55 {
  border-top-color: rgb(223 45 59 / 0.55) !important;
}

.border-t-brand-red\/60 {
  border-top-color: rgb(223 45 59 / 0.6) !important;
}

.border-t-brand-red\/65 {
  border-top-color: rgb(223 45 59 / 0.65) !important;
}

.border-t-brand-red\/70 {
  border-top-color: rgb(223 45 59 / 0.7) !important;
}

.border-t-brand-red\/75 {
  border-top-color: rgb(223 45 59 / 0.75) !important;
}

.border-t-brand-red\/80 {
  border-top-color: rgb(223 45 59 / 0.8) !important;
}

.border-t-brand-red\/85 {
  border-top-color: rgb(223 45 59 / 0.85) !important;
}

.border-t-brand-red\/90 {
  border-top-color: rgb(223 45 59 / 0.9) !important;
}

.border-t-brand-red\/95 {
  border-top-color: rgb(223 45 59 / 0.95) !important;
}

.border-t-brand-redDark {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-redDark\/0 {
  border-top-color: rgb(190 22 35 / 0) !important;
}

.border-t-brand-redDark\/10 {
  border-top-color: rgb(190 22 35 / 0.1) !important;
}

.border-t-brand-redDark\/100 {
  border-top-color: rgb(190 22 35 / 1) !important;
}

.border-t-brand-redDark\/15 {
  border-top-color: rgb(190 22 35 / 0.15) !important;
}

.border-t-brand-redDark\/20 {
  border-top-color: rgb(190 22 35 / 0.2) !important;
}

.border-t-brand-redDark\/25 {
  border-top-color: rgb(190 22 35 / 0.25) !important;
}

.border-t-brand-redDark\/30 {
  border-top-color: rgb(190 22 35 / 0.3) !important;
}

.border-t-brand-redDark\/35 {
  border-top-color: rgb(190 22 35 / 0.35) !important;
}

.border-t-brand-redDark\/40 {
  border-top-color: rgb(190 22 35 / 0.4) !important;
}

.border-t-brand-redDark\/45 {
  border-top-color: rgb(190 22 35 / 0.45) !important;
}

.border-t-brand-redDark\/5 {
  border-top-color: rgb(190 22 35 / 0.05) !important;
}

.border-t-brand-redDark\/50 {
  border-top-color: rgb(190 22 35 / 0.5) !important;
}

.border-t-brand-redDark\/55 {
  border-top-color: rgb(190 22 35 / 0.55) !important;
}

.border-t-brand-redDark\/60 {
  border-top-color: rgb(190 22 35 / 0.6) !important;
}

.border-t-brand-redDark\/65 {
  border-top-color: rgb(190 22 35 / 0.65) !important;
}

.border-t-brand-redDark\/70 {
  border-top-color: rgb(190 22 35 / 0.7) !important;
}

.border-t-brand-redDark\/75 {
  border-top-color: rgb(190 22 35 / 0.75) !important;
}

.border-t-brand-redDark\/80 {
  border-top-color: rgb(190 22 35 / 0.8) !important;
}

.border-t-brand-redDark\/85 {
  border-top-color: rgb(190 22 35 / 0.85) !important;
}

.border-t-brand-redDark\/90 {
  border-top-color: rgb(190 22 35 / 0.9) !important;
}

.border-t-brand-redDark\/95 {
  border-top-color: rgb(190 22 35 / 0.95) !important;
}

.border-t-brand-systemGreen {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-systemGreen\/0 {
  border-top-color: rgb(30 214 93 / 0) !important;
}

.border-t-brand-systemGreen\/10 {
  border-top-color: rgb(30 214 93 / 0.1) !important;
}

.border-t-brand-systemGreen\/100 {
  border-top-color: rgb(30 214 93 / 1) !important;
}

.border-t-brand-systemGreen\/15 {
  border-top-color: rgb(30 214 93 / 0.15) !important;
}

.border-t-brand-systemGreen\/20 {
  border-top-color: rgb(30 214 93 / 0.2) !important;
}

.border-t-brand-systemGreen\/25 {
  border-top-color: rgb(30 214 93 / 0.25) !important;
}

.border-t-brand-systemGreen\/30 {
  border-top-color: rgb(30 214 93 / 0.3) !important;
}

.border-t-brand-systemGreen\/35 {
  border-top-color: rgb(30 214 93 / 0.35) !important;
}

.border-t-brand-systemGreen\/40 {
  border-top-color: rgb(30 214 93 / 0.4) !important;
}

.border-t-brand-systemGreen\/45 {
  border-top-color: rgb(30 214 93 / 0.45) !important;
}

.border-t-brand-systemGreen\/5 {
  border-top-color: rgb(30 214 93 / 0.05) !important;
}

.border-t-brand-systemGreen\/50 {
  border-top-color: rgb(30 214 93 / 0.5) !important;
}

.border-t-brand-systemGreen\/55 {
  border-top-color: rgb(30 214 93 / 0.55) !important;
}

.border-t-brand-systemGreen\/60 {
  border-top-color: rgb(30 214 93 / 0.6) !important;
}

.border-t-brand-systemGreen\/65 {
  border-top-color: rgb(30 214 93 / 0.65) !important;
}

.border-t-brand-systemGreen\/70 {
  border-top-color: rgb(30 214 93 / 0.7) !important;
}

.border-t-brand-systemGreen\/75 {
  border-top-color: rgb(30 214 93 / 0.75) !important;
}

.border-t-brand-systemGreen\/80 {
  border-top-color: rgb(30 214 93 / 0.8) !important;
}

.border-t-brand-systemGreen\/85 {
  border-top-color: rgb(30 214 93 / 0.85) !important;
}

.border-t-brand-systemGreen\/90 {
  border-top-color: rgb(30 214 93 / 0.9) !important;
}

.border-t-brand-systemGreen\/95 {
  border-top-color: rgb(30 214 93 / 0.95) !important;
}

.border-t-brand-systemOrange {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-systemOrange\/0 {
  border-top-color: rgb(216 125 19 / 0) !important;
}

.border-t-brand-systemOrange\/10 {
  border-top-color: rgb(216 125 19 / 0.1) !important;
}

.border-t-brand-systemOrange\/100 {
  border-top-color: rgb(216 125 19 / 1) !important;
}

.border-t-brand-systemOrange\/15 {
  border-top-color: rgb(216 125 19 / 0.15) !important;
}

.border-t-brand-systemOrange\/20 {
  border-top-color: rgb(216 125 19 / 0.2) !important;
}

.border-t-brand-systemOrange\/25 {
  border-top-color: rgb(216 125 19 / 0.25) !important;
}

.border-t-brand-systemOrange\/30 {
  border-top-color: rgb(216 125 19 / 0.3) !important;
}

.border-t-brand-systemOrange\/35 {
  border-top-color: rgb(216 125 19 / 0.35) !important;
}

.border-t-brand-systemOrange\/40 {
  border-top-color: rgb(216 125 19 / 0.4) !important;
}

.border-t-brand-systemOrange\/45 {
  border-top-color: rgb(216 125 19 / 0.45) !important;
}

.border-t-brand-systemOrange\/5 {
  border-top-color: rgb(216 125 19 / 0.05) !important;
}

.border-t-brand-systemOrange\/50 {
  border-top-color: rgb(216 125 19 / 0.5) !important;
}

.border-t-brand-systemOrange\/55 {
  border-top-color: rgb(216 125 19 / 0.55) !important;
}

.border-t-brand-systemOrange\/60 {
  border-top-color: rgb(216 125 19 / 0.6) !important;
}

.border-t-brand-systemOrange\/65 {
  border-top-color: rgb(216 125 19 / 0.65) !important;
}

.border-t-brand-systemOrange\/70 {
  border-top-color: rgb(216 125 19 / 0.7) !important;
}

.border-t-brand-systemOrange\/75 {
  border-top-color: rgb(216 125 19 / 0.75) !important;
}

.border-t-brand-systemOrange\/80 {
  border-top-color: rgb(216 125 19 / 0.8) !important;
}

.border-t-brand-systemOrange\/85 {
  border-top-color: rgb(216 125 19 / 0.85) !important;
}

.border-t-brand-systemOrange\/90 {
  border-top-color: rgb(216 125 19 / 0.9) !important;
}

.border-t-brand-systemOrange\/95 {
  border-top-color: rgb(216 125 19 / 0.95) !important;
}

.border-t-brand-systemRed {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-systemRed\/0 {
  border-top-color: rgb(227 45 59 / 0) !important;
}

.border-t-brand-systemRed\/10 {
  border-top-color: rgb(227 45 59 / 0.1) !important;
}

.border-t-brand-systemRed\/100 {
  border-top-color: rgb(227 45 59 / 1) !important;
}

.border-t-brand-systemRed\/15 {
  border-top-color: rgb(227 45 59 / 0.15) !important;
}

.border-t-brand-systemRed\/20 {
  border-top-color: rgb(227 45 59 / 0.2) !important;
}

.border-t-brand-systemRed\/25 {
  border-top-color: rgb(227 45 59 / 0.25) !important;
}

.border-t-brand-systemRed\/30 {
  border-top-color: rgb(227 45 59 / 0.3) !important;
}

.border-t-brand-systemRed\/35 {
  border-top-color: rgb(227 45 59 / 0.35) !important;
}

.border-t-brand-systemRed\/40 {
  border-top-color: rgb(227 45 59 / 0.4) !important;
}

.border-t-brand-systemRed\/45 {
  border-top-color: rgb(227 45 59 / 0.45) !important;
}

.border-t-brand-systemRed\/5 {
  border-top-color: rgb(227 45 59 / 0.05) !important;
}

.border-t-brand-systemRed\/50 {
  border-top-color: rgb(227 45 59 / 0.5) !important;
}

.border-t-brand-systemRed\/55 {
  border-top-color: rgb(227 45 59 / 0.55) !important;
}

.border-t-brand-systemRed\/60 {
  border-top-color: rgb(227 45 59 / 0.6) !important;
}

.border-t-brand-systemRed\/65 {
  border-top-color: rgb(227 45 59 / 0.65) !important;
}

.border-t-brand-systemRed\/70 {
  border-top-color: rgb(227 45 59 / 0.7) !important;
}

.border-t-brand-systemRed\/75 {
  border-top-color: rgb(227 45 59 / 0.75) !important;
}

.border-t-brand-systemRed\/80 {
  border-top-color: rgb(227 45 59 / 0.8) !important;
}

.border-t-brand-systemRed\/85 {
  border-top-color: rgb(227 45 59 / 0.85) !important;
}

.border-t-brand-systemRed\/90 {
  border-top-color: rgb(227 45 59 / 0.9) !important;
}

.border-t-brand-systemRed\/95 {
  border-top-color: rgb(227 45 59 / 0.95) !important;
}

.border-t-brand-systemYellow {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-systemYellow\/0 {
  border-top-color: rgb(227 203 15 / 0) !important;
}

.border-t-brand-systemYellow\/10 {
  border-top-color: rgb(227 203 15 / 0.1) !important;
}

.border-t-brand-systemYellow\/100 {
  border-top-color: rgb(227 203 15 / 1) !important;
}

.border-t-brand-systemYellow\/15 {
  border-top-color: rgb(227 203 15 / 0.15) !important;
}

.border-t-brand-systemYellow\/20 {
  border-top-color: rgb(227 203 15 / 0.2) !important;
}

.border-t-brand-systemYellow\/25 {
  border-top-color: rgb(227 203 15 / 0.25) !important;
}

.border-t-brand-systemYellow\/30 {
  border-top-color: rgb(227 203 15 / 0.3) !important;
}

.border-t-brand-systemYellow\/35 {
  border-top-color: rgb(227 203 15 / 0.35) !important;
}

.border-t-brand-systemYellow\/40 {
  border-top-color: rgb(227 203 15 / 0.4) !important;
}

.border-t-brand-systemYellow\/45 {
  border-top-color: rgb(227 203 15 / 0.45) !important;
}

.border-t-brand-systemYellow\/5 {
  border-top-color: rgb(227 203 15 / 0.05) !important;
}

.border-t-brand-systemYellow\/50 {
  border-top-color: rgb(227 203 15 / 0.5) !important;
}

.border-t-brand-systemYellow\/55 {
  border-top-color: rgb(227 203 15 / 0.55) !important;
}

.border-t-brand-systemYellow\/60 {
  border-top-color: rgb(227 203 15 / 0.6) !important;
}

.border-t-brand-systemYellow\/65 {
  border-top-color: rgb(227 203 15 / 0.65) !important;
}

.border-t-brand-systemYellow\/70 {
  border-top-color: rgb(227 203 15 / 0.7) !important;
}

.border-t-brand-systemYellow\/75 {
  border-top-color: rgb(227 203 15 / 0.75) !important;
}

.border-t-brand-systemYellow\/80 {
  border-top-color: rgb(227 203 15 / 0.8) !important;
}

.border-t-brand-systemYellow\/85 {
  border-top-color: rgb(227 203 15 / 0.85) !important;
}

.border-t-brand-systemYellow\/90 {
  border-top-color: rgb(227 203 15 / 0.9) !important;
}

.border-t-brand-systemYellow\/95 {
  border-top-color: rgb(227 203 15 / 0.95) !important;
}

.border-t-brand-text {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-text\/0 {
  border-top-color: rgb(18 2 28 / 0) !important;
}

.border-t-brand-text\/10 {
  border-top-color: rgb(18 2 28 / 0.1) !important;
}

.border-t-brand-text\/100 {
  border-top-color: rgb(18 2 28 / 1) !important;
}

.border-t-brand-text\/15 {
  border-top-color: rgb(18 2 28 / 0.15) !important;
}

.border-t-brand-text\/20 {
  border-top-color: rgb(18 2 28 / 0.2) !important;
}

.border-t-brand-text\/25 {
  border-top-color: rgb(18 2 28 / 0.25) !important;
}

.border-t-brand-text\/30 {
  border-top-color: rgb(18 2 28 / 0.3) !important;
}

.border-t-brand-text\/35 {
  border-top-color: rgb(18 2 28 / 0.35) !important;
}

.border-t-brand-text\/40 {
  border-top-color: rgb(18 2 28 / 0.4) !important;
}

.border-t-brand-text\/45 {
  border-top-color: rgb(18 2 28 / 0.45) !important;
}

.border-t-brand-text\/5 {
  border-top-color: rgb(18 2 28 / 0.05) !important;
}

.border-t-brand-text\/50 {
  border-top-color: rgb(18 2 28 / 0.5) !important;
}

.border-t-brand-text\/55 {
  border-top-color: rgb(18 2 28 / 0.55) !important;
}

.border-t-brand-text\/60 {
  border-top-color: rgb(18 2 28 / 0.6) !important;
}

.border-t-brand-text\/65 {
  border-top-color: rgb(18 2 28 / 0.65) !important;
}

.border-t-brand-text\/70 {
  border-top-color: rgb(18 2 28 / 0.7) !important;
}

.border-t-brand-text\/75 {
  border-top-color: rgb(18 2 28 / 0.75) !important;
}

.border-t-brand-text\/80 {
  border-top-color: rgb(18 2 28 / 0.8) !important;
}

.border-t-brand-text\/85 {
  border-top-color: rgb(18 2 28 / 0.85) !important;
}

.border-t-brand-text\/90 {
  border-top-color: rgb(18 2 28 / 0.9) !important;
}

.border-t-brand-text\/95 {
  border-top-color: rgb(18 2 28 / 0.95) !important;
}

.border-t-brand-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-brand-white\/0 {
  border-top-color: rgb(255 255 255 / 0) !important;
}

.border-t-brand-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1) !important;
}

.border-t-brand-white\/100 {
  border-top-color: rgb(255 255 255 / 1) !important;
}

.border-t-brand-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15) !important;
}

.border-t-brand-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2) !important;
}

.border-t-brand-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25) !important;
}

.border-t-brand-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3) !important;
}

.border-t-brand-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35) !important;
}

.border-t-brand-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4) !important;
}

.border-t-brand-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45) !important;
}

.border-t-brand-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05) !important;
}

.border-t-brand-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5) !important;
}

.border-t-brand-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55) !important;
}

.border-t-brand-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6) !important;
}

.border-t-brand-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65) !important;
}

.border-t-brand-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7) !important;
}

.border-t-brand-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75) !important;
}

.border-t-brand-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8) !important;
}

.border-t-brand-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85) !important;
}

.border-t-brand-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9) !important;
}

.border-t-brand-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95) !important;
}

.border-t-current {
  border-top-color: currentColor !important;
}

.border-t-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-100\/0 {
  border-top-color: rgb(207 250 254 / 0) !important;
}

.border-t-cyan-100\/10 {
  border-top-color: rgb(207 250 254 / 0.1) !important;
}

.border-t-cyan-100\/100 {
  border-top-color: rgb(207 250 254 / 1) !important;
}

.border-t-cyan-100\/15 {
  border-top-color: rgb(207 250 254 / 0.15) !important;
}

.border-t-cyan-100\/20 {
  border-top-color: rgb(207 250 254 / 0.2) !important;
}

.border-t-cyan-100\/25 {
  border-top-color: rgb(207 250 254 / 0.25) !important;
}

.border-t-cyan-100\/30 {
  border-top-color: rgb(207 250 254 / 0.3) !important;
}

.border-t-cyan-100\/35 {
  border-top-color: rgb(207 250 254 / 0.35) !important;
}

.border-t-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4) !important;
}

.border-t-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45) !important;
}

.border-t-cyan-100\/5 {
  border-top-color: rgb(207 250 254 / 0.05) !important;
}

.border-t-cyan-100\/50 {
  border-top-color: rgb(207 250 254 / 0.5) !important;
}

.border-t-cyan-100\/55 {
  border-top-color: rgb(207 250 254 / 0.55) !important;
}

.border-t-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6) !important;
}

.border-t-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65) !important;
}

.border-t-cyan-100\/70 {
  border-top-color: rgb(207 250 254 / 0.7) !important;
}

.border-t-cyan-100\/75 {
  border-top-color: rgb(207 250 254 / 0.75) !important;
}

.border-t-cyan-100\/80 {
  border-top-color: rgb(207 250 254 / 0.8) !important;
}

.border-t-cyan-100\/85 {
  border-top-color: rgb(207 250 254 / 0.85) !important;
}

.border-t-cyan-100\/90 {
  border-top-color: rgb(207 250 254 / 0.9) !important;
}

.border-t-cyan-100\/95 {
  border-top-color: rgb(207 250 254 / 0.95) !important;
}

.border-t-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-200\/0 {
  border-top-color: rgb(165 243 252 / 0) !important;
}

.border-t-cyan-200\/10 {
  border-top-color: rgb(165 243 252 / 0.1) !important;
}

.border-t-cyan-200\/100 {
  border-top-color: rgb(165 243 252 / 1) !important;
}

.border-t-cyan-200\/15 {
  border-top-color: rgb(165 243 252 / 0.15) !important;
}

.border-t-cyan-200\/20 {
  border-top-color: rgb(165 243 252 / 0.2) !important;
}

.border-t-cyan-200\/25 {
  border-top-color: rgb(165 243 252 / 0.25) !important;
}

.border-t-cyan-200\/30 {
  border-top-color: rgb(165 243 252 / 0.3) !important;
}

.border-t-cyan-200\/35 {
  border-top-color: rgb(165 243 252 / 0.35) !important;
}

.border-t-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4) !important;
}

.border-t-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45) !important;
}

.border-t-cyan-200\/5 {
  border-top-color: rgb(165 243 252 / 0.05) !important;
}

.border-t-cyan-200\/50 {
  border-top-color: rgb(165 243 252 / 0.5) !important;
}

.border-t-cyan-200\/55 {
  border-top-color: rgb(165 243 252 / 0.55) !important;
}

.border-t-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6) !important;
}

.border-t-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65) !important;
}

.border-t-cyan-200\/70 {
  border-top-color: rgb(165 243 252 / 0.7) !important;
}

.border-t-cyan-200\/75 {
  border-top-color: rgb(165 243 252 / 0.75) !important;
}

.border-t-cyan-200\/80 {
  border-top-color: rgb(165 243 252 / 0.8) !important;
}

.border-t-cyan-200\/85 {
  border-top-color: rgb(165 243 252 / 0.85) !important;
}

.border-t-cyan-200\/90 {
  border-top-color: rgb(165 243 252 / 0.9) !important;
}

.border-t-cyan-200\/95 {
  border-top-color: rgb(165 243 252 / 0.95) !important;
}

.border-t-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-300\/0 {
  border-top-color: rgb(103 232 249 / 0) !important;
}

.border-t-cyan-300\/10 {
  border-top-color: rgb(103 232 249 / 0.1) !important;
}

.border-t-cyan-300\/100 {
  border-top-color: rgb(103 232 249 / 1) !important;
}

.border-t-cyan-300\/15 {
  border-top-color: rgb(103 232 249 / 0.15) !important;
}

.border-t-cyan-300\/20 {
  border-top-color: rgb(103 232 249 / 0.2) !important;
}

.border-t-cyan-300\/25 {
  border-top-color: rgb(103 232 249 / 0.25) !important;
}

.border-t-cyan-300\/30 {
  border-top-color: rgb(103 232 249 / 0.3) !important;
}

.border-t-cyan-300\/35 {
  border-top-color: rgb(103 232 249 / 0.35) !important;
}

.border-t-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4) !important;
}

.border-t-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45) !important;
}

.border-t-cyan-300\/5 {
  border-top-color: rgb(103 232 249 / 0.05) !important;
}

.border-t-cyan-300\/50 {
  border-top-color: rgb(103 232 249 / 0.5) !important;
}

.border-t-cyan-300\/55 {
  border-top-color: rgb(103 232 249 / 0.55) !important;
}

.border-t-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6) !important;
}

.border-t-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65) !important;
}

.border-t-cyan-300\/70 {
  border-top-color: rgb(103 232 249 / 0.7) !important;
}

.border-t-cyan-300\/75 {
  border-top-color: rgb(103 232 249 / 0.75) !important;
}

.border-t-cyan-300\/80 {
  border-top-color: rgb(103 232 249 / 0.8) !important;
}

.border-t-cyan-300\/85 {
  border-top-color: rgb(103 232 249 / 0.85) !important;
}

.border-t-cyan-300\/90 {
  border-top-color: rgb(103 232 249 / 0.9) !important;
}

.border-t-cyan-300\/95 {
  border-top-color: rgb(103 232 249 / 0.95) !important;
}

.border-t-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-400\/0 {
  border-top-color: rgb(34 211 238 / 0) !important;
}

.border-t-cyan-400\/10 {
  border-top-color: rgb(34 211 238 / 0.1) !important;
}

.border-t-cyan-400\/100 {
  border-top-color: rgb(34 211 238 / 1) !important;
}

.border-t-cyan-400\/15 {
  border-top-color: rgb(34 211 238 / 0.15) !important;
}

.border-t-cyan-400\/20 {
  border-top-color: rgb(34 211 238 / 0.2) !important;
}

.border-t-cyan-400\/25 {
  border-top-color: rgb(34 211 238 / 0.25) !important;
}

.border-t-cyan-400\/30 {
  border-top-color: rgb(34 211 238 / 0.3) !important;
}

.border-t-cyan-400\/35 {
  border-top-color: rgb(34 211 238 / 0.35) !important;
}

.border-t-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4) !important;
}

.border-t-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45) !important;
}

.border-t-cyan-400\/5 {
  border-top-color: rgb(34 211 238 / 0.05) !important;
}

.border-t-cyan-400\/50 {
  border-top-color: rgb(34 211 238 / 0.5) !important;
}

.border-t-cyan-400\/55 {
  border-top-color: rgb(34 211 238 / 0.55) !important;
}

.border-t-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6) !important;
}

.border-t-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65) !important;
}

.border-t-cyan-400\/70 {
  border-top-color: rgb(34 211 238 / 0.7) !important;
}

.border-t-cyan-400\/75 {
  border-top-color: rgb(34 211 238 / 0.75) !important;
}

.border-t-cyan-400\/80 {
  border-top-color: rgb(34 211 238 / 0.8) !important;
}

.border-t-cyan-400\/85 {
  border-top-color: rgb(34 211 238 / 0.85) !important;
}

.border-t-cyan-400\/90 {
  border-top-color: rgb(34 211 238 / 0.9) !important;
}

.border-t-cyan-400\/95 {
  border-top-color: rgb(34 211 238 / 0.95) !important;
}

.border-t-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-50\/0 {
  border-top-color: rgb(236 254 255 / 0) !important;
}

.border-t-cyan-50\/10 {
  border-top-color: rgb(236 254 255 / 0.1) !important;
}

.border-t-cyan-50\/100 {
  border-top-color: rgb(236 254 255 / 1) !important;
}

.border-t-cyan-50\/15 {
  border-top-color: rgb(236 254 255 / 0.15) !important;
}

.border-t-cyan-50\/20 {
  border-top-color: rgb(236 254 255 / 0.2) !important;
}

.border-t-cyan-50\/25 {
  border-top-color: rgb(236 254 255 / 0.25) !important;
}

.border-t-cyan-50\/30 {
  border-top-color: rgb(236 254 255 / 0.3) !important;
}

.border-t-cyan-50\/35 {
  border-top-color: rgb(236 254 255 / 0.35) !important;
}

.border-t-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4) !important;
}

.border-t-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45) !important;
}

.border-t-cyan-50\/5 {
  border-top-color: rgb(236 254 255 / 0.05) !important;
}

.border-t-cyan-50\/50 {
  border-top-color: rgb(236 254 255 / 0.5) !important;
}

.border-t-cyan-50\/55 {
  border-top-color: rgb(236 254 255 / 0.55) !important;
}

.border-t-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6) !important;
}

.border-t-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65) !important;
}

.border-t-cyan-50\/70 {
  border-top-color: rgb(236 254 255 / 0.7) !important;
}

.border-t-cyan-50\/75 {
  border-top-color: rgb(236 254 255 / 0.75) !important;
}

.border-t-cyan-50\/80 {
  border-top-color: rgb(236 254 255 / 0.8) !important;
}

.border-t-cyan-50\/85 {
  border-top-color: rgb(236 254 255 / 0.85) !important;
}

.border-t-cyan-50\/90 {
  border-top-color: rgb(236 254 255 / 0.9) !important;
}

.border-t-cyan-50\/95 {
  border-top-color: rgb(236 254 255 / 0.95) !important;
}

.border-t-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-500\/0 {
  border-top-color: rgb(6 182 212 / 0) !important;
}

.border-t-cyan-500\/10 {
  border-top-color: rgb(6 182 212 / 0.1) !important;
}

.border-t-cyan-500\/100 {
  border-top-color: rgb(6 182 212 / 1) !important;
}

.border-t-cyan-500\/15 {
  border-top-color: rgb(6 182 212 / 0.15) !important;
}

.border-t-cyan-500\/20 {
  border-top-color: rgb(6 182 212 / 0.2) !important;
}

.border-t-cyan-500\/25 {
  border-top-color: rgb(6 182 212 / 0.25) !important;
}

.border-t-cyan-500\/30 {
  border-top-color: rgb(6 182 212 / 0.3) !important;
}

.border-t-cyan-500\/35 {
  border-top-color: rgb(6 182 212 / 0.35) !important;
}

.border-t-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4) !important;
}

.border-t-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45) !important;
}

.border-t-cyan-500\/5 {
  border-top-color: rgb(6 182 212 / 0.05) !important;
}

.border-t-cyan-500\/50 {
  border-top-color: rgb(6 182 212 / 0.5) !important;
}

.border-t-cyan-500\/55 {
  border-top-color: rgb(6 182 212 / 0.55) !important;
}

.border-t-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6) !important;
}

.border-t-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65) !important;
}

.border-t-cyan-500\/70 {
  border-top-color: rgb(6 182 212 / 0.7) !important;
}

.border-t-cyan-500\/75 {
  border-top-color: rgb(6 182 212 / 0.75) !important;
}

.border-t-cyan-500\/80 {
  border-top-color: rgb(6 182 212 / 0.8) !important;
}

.border-t-cyan-500\/85 {
  border-top-color: rgb(6 182 212 / 0.85) !important;
}

.border-t-cyan-500\/90 {
  border-top-color: rgb(6 182 212 / 0.9) !important;
}

.border-t-cyan-500\/95 {
  border-top-color: rgb(6 182 212 / 0.95) !important;
}

.border-t-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-600\/0 {
  border-top-color: rgb(8 145 178 / 0) !important;
}

.border-t-cyan-600\/10 {
  border-top-color: rgb(8 145 178 / 0.1) !important;
}

.border-t-cyan-600\/100 {
  border-top-color: rgb(8 145 178 / 1) !important;
}

.border-t-cyan-600\/15 {
  border-top-color: rgb(8 145 178 / 0.15) !important;
}

.border-t-cyan-600\/20 {
  border-top-color: rgb(8 145 178 / 0.2) !important;
}

.border-t-cyan-600\/25 {
  border-top-color: rgb(8 145 178 / 0.25) !important;
}

.border-t-cyan-600\/30 {
  border-top-color: rgb(8 145 178 / 0.3) !important;
}

.border-t-cyan-600\/35 {
  border-top-color: rgb(8 145 178 / 0.35) !important;
}

.border-t-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4) !important;
}

.border-t-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45) !important;
}

.border-t-cyan-600\/5 {
  border-top-color: rgb(8 145 178 / 0.05) !important;
}

.border-t-cyan-600\/50 {
  border-top-color: rgb(8 145 178 / 0.5) !important;
}

.border-t-cyan-600\/55 {
  border-top-color: rgb(8 145 178 / 0.55) !important;
}

.border-t-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6) !important;
}

.border-t-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65) !important;
}

.border-t-cyan-600\/70 {
  border-top-color: rgb(8 145 178 / 0.7) !important;
}

.border-t-cyan-600\/75 {
  border-top-color: rgb(8 145 178 / 0.75) !important;
}

.border-t-cyan-600\/80 {
  border-top-color: rgb(8 145 178 / 0.8) !important;
}

.border-t-cyan-600\/85 {
  border-top-color: rgb(8 145 178 / 0.85) !important;
}

.border-t-cyan-600\/90 {
  border-top-color: rgb(8 145 178 / 0.9) !important;
}

.border-t-cyan-600\/95 {
  border-top-color: rgb(8 145 178 / 0.95) !important;
}

.border-t-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-700\/0 {
  border-top-color: rgb(14 116 144 / 0) !important;
}

.border-t-cyan-700\/10 {
  border-top-color: rgb(14 116 144 / 0.1) !important;
}

.border-t-cyan-700\/100 {
  border-top-color: rgb(14 116 144 / 1) !important;
}

.border-t-cyan-700\/15 {
  border-top-color: rgb(14 116 144 / 0.15) !important;
}

.border-t-cyan-700\/20 {
  border-top-color: rgb(14 116 144 / 0.2) !important;
}

.border-t-cyan-700\/25 {
  border-top-color: rgb(14 116 144 / 0.25) !important;
}

.border-t-cyan-700\/30 {
  border-top-color: rgb(14 116 144 / 0.3) !important;
}

.border-t-cyan-700\/35 {
  border-top-color: rgb(14 116 144 / 0.35) !important;
}

.border-t-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4) !important;
}

.border-t-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45) !important;
}

.border-t-cyan-700\/5 {
  border-top-color: rgb(14 116 144 / 0.05) !important;
}

.border-t-cyan-700\/50 {
  border-top-color: rgb(14 116 144 / 0.5) !important;
}

.border-t-cyan-700\/55 {
  border-top-color: rgb(14 116 144 / 0.55) !important;
}

.border-t-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6) !important;
}

.border-t-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65) !important;
}

.border-t-cyan-700\/70 {
  border-top-color: rgb(14 116 144 / 0.7) !important;
}

.border-t-cyan-700\/75 {
  border-top-color: rgb(14 116 144 / 0.75) !important;
}

.border-t-cyan-700\/80 {
  border-top-color: rgb(14 116 144 / 0.8) !important;
}

.border-t-cyan-700\/85 {
  border-top-color: rgb(14 116 144 / 0.85) !important;
}

.border-t-cyan-700\/90 {
  border-top-color: rgb(14 116 144 / 0.9) !important;
}

.border-t-cyan-700\/95 {
  border-top-color: rgb(14 116 144 / 0.95) !important;
}

.border-t-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-800\/0 {
  border-top-color: rgb(21 94 117 / 0) !important;
}

.border-t-cyan-800\/10 {
  border-top-color: rgb(21 94 117 / 0.1) !important;
}

.border-t-cyan-800\/100 {
  border-top-color: rgb(21 94 117 / 1) !important;
}

.border-t-cyan-800\/15 {
  border-top-color: rgb(21 94 117 / 0.15) !important;
}

.border-t-cyan-800\/20 {
  border-top-color: rgb(21 94 117 / 0.2) !important;
}

.border-t-cyan-800\/25 {
  border-top-color: rgb(21 94 117 / 0.25) !important;
}

.border-t-cyan-800\/30 {
  border-top-color: rgb(21 94 117 / 0.3) !important;
}

.border-t-cyan-800\/35 {
  border-top-color: rgb(21 94 117 / 0.35) !important;
}

.border-t-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4) !important;
}

.border-t-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45) !important;
}

.border-t-cyan-800\/5 {
  border-top-color: rgb(21 94 117 / 0.05) !important;
}

.border-t-cyan-800\/50 {
  border-top-color: rgb(21 94 117 / 0.5) !important;
}

.border-t-cyan-800\/55 {
  border-top-color: rgb(21 94 117 / 0.55) !important;
}

.border-t-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6) !important;
}

.border-t-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65) !important;
}

.border-t-cyan-800\/70 {
  border-top-color: rgb(21 94 117 / 0.7) !important;
}

.border-t-cyan-800\/75 {
  border-top-color: rgb(21 94 117 / 0.75) !important;
}

.border-t-cyan-800\/80 {
  border-top-color: rgb(21 94 117 / 0.8) !important;
}

.border-t-cyan-800\/85 {
  border-top-color: rgb(21 94 117 / 0.85) !important;
}

.border-t-cyan-800\/90 {
  border-top-color: rgb(21 94 117 / 0.9) !important;
}

.border-t-cyan-800\/95 {
  border-top-color: rgb(21 94 117 / 0.95) !important;
}

.border-t-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-900\/0 {
  border-top-color: rgb(22 78 99 / 0) !important;
}

.border-t-cyan-900\/10 {
  border-top-color: rgb(22 78 99 / 0.1) !important;
}

.border-t-cyan-900\/100 {
  border-top-color: rgb(22 78 99 / 1) !important;
}

.border-t-cyan-900\/15 {
  border-top-color: rgb(22 78 99 / 0.15) !important;
}

.border-t-cyan-900\/20 {
  border-top-color: rgb(22 78 99 / 0.2) !important;
}

.border-t-cyan-900\/25 {
  border-top-color: rgb(22 78 99 / 0.25) !important;
}

.border-t-cyan-900\/30 {
  border-top-color: rgb(22 78 99 / 0.3) !important;
}

.border-t-cyan-900\/35 {
  border-top-color: rgb(22 78 99 / 0.35) !important;
}

.border-t-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4) !important;
}

.border-t-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45) !important;
}

.border-t-cyan-900\/5 {
  border-top-color: rgb(22 78 99 / 0.05) !important;
}

.border-t-cyan-900\/50 {
  border-top-color: rgb(22 78 99 / 0.5) !important;
}

.border-t-cyan-900\/55 {
  border-top-color: rgb(22 78 99 / 0.55) !important;
}

.border-t-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6) !important;
}

.border-t-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65) !important;
}

.border-t-cyan-900\/70 {
  border-top-color: rgb(22 78 99 / 0.7) !important;
}

.border-t-cyan-900\/75 {
  border-top-color: rgb(22 78 99 / 0.75) !important;
}

.border-t-cyan-900\/80 {
  border-top-color: rgb(22 78 99 / 0.8) !important;
}

.border-t-cyan-900\/85 {
  border-top-color: rgb(22 78 99 / 0.85) !important;
}

.border-t-cyan-900\/90 {
  border-top-color: rgb(22 78 99 / 0.9) !important;
}

.border-t-cyan-900\/95 {
  border-top-color: rgb(22 78 99 / 0.95) !important;
}

.border-t-cyan-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
}

.border-t-cyan-950\/0 {
  border-top-color: rgb(8 51 68 / 0) !important;
}

.border-t-cyan-950\/10 {
  border-top-color: rgb(8 51 68 / 0.1) !important;
}

.border-t-cyan-950\/100 {
  border-top-color: rgb(8 51 68 / 1) !important;
}

.border-t-cyan-950\/15 {
  border-top-color: rgb(8 51 68 / 0.15) !important;
}

.border-t-cyan-950\/20 {
  border-top-color: rgb(8 51 68 / 0.2) !important;
}

.border-t-cyan-950\/25 {
  border-top-color: rgb(8 51 68 / 0.25) !important;
}

.border-t-cyan-950\/30 {
  border-top-color: rgb(8 51 68 / 0.3) !important;
}

.border-t-cyan-950\/35 {
  border-top-color: rgb(8 51 68 / 0.35) !important;
}

.border-t-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4) !important;
}

.border-t-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45) !important;
}

.border-t-cyan-950\/5 {
  border-top-color: rgb(8 51 68 / 0.05) !important;
}

.border-t-cyan-950\/50 {
  border-top-color: rgb(8 51 68 / 0.5) !important;
}

.border-t-cyan-950\/55 {
  border-top-color: rgb(8 51 68 / 0.55) !important;
}

.border-t-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6) !important;
}

.border-t-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65) !important;
}

.border-t-cyan-950\/70 {
  border-top-color: rgb(8 51 68 / 0.7) !important;
}

.border-t-cyan-950\/75 {
  border-top-color: rgb(8 51 68 / 0.75) !important;
}

.border-t-cyan-950\/80 {
  border-top-color: rgb(8 51 68 / 0.8) !important;
}

.border-t-cyan-950\/85 {
  border-top-color: rgb(8 51 68 / 0.85) !important;
}

.border-t-cyan-950\/90 {
  border-top-color: rgb(8 51 68 / 0.9) !important;
}

.border-t-cyan-950\/95 {
  border-top-color: rgb(8 51 68 / 0.95) !important;
}

.border-t-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-100\/0 {
  border-top-color: rgb(209 250 229 / 0) !important;
}

.border-t-emerald-100\/10 {
  border-top-color: rgb(209 250 229 / 0.1) !important;
}

.border-t-emerald-100\/100 {
  border-top-color: rgb(209 250 229 / 1) !important;
}

.border-t-emerald-100\/15 {
  border-top-color: rgb(209 250 229 / 0.15) !important;
}

.border-t-emerald-100\/20 {
  border-top-color: rgb(209 250 229 / 0.2) !important;
}

.border-t-emerald-100\/25 {
  border-top-color: rgb(209 250 229 / 0.25) !important;
}

.border-t-emerald-100\/30 {
  border-top-color: rgb(209 250 229 / 0.3) !important;
}

.border-t-emerald-100\/35 {
  border-top-color: rgb(209 250 229 / 0.35) !important;
}

.border-t-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4) !important;
}

.border-t-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45) !important;
}

.border-t-emerald-100\/5 {
  border-top-color: rgb(209 250 229 / 0.05) !important;
}

.border-t-emerald-100\/50 {
  border-top-color: rgb(209 250 229 / 0.5) !important;
}

.border-t-emerald-100\/55 {
  border-top-color: rgb(209 250 229 / 0.55) !important;
}

.border-t-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6) !important;
}

.border-t-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65) !important;
}

.border-t-emerald-100\/70 {
  border-top-color: rgb(209 250 229 / 0.7) !important;
}

.border-t-emerald-100\/75 {
  border-top-color: rgb(209 250 229 / 0.75) !important;
}

.border-t-emerald-100\/80 {
  border-top-color: rgb(209 250 229 / 0.8) !important;
}

.border-t-emerald-100\/85 {
  border-top-color: rgb(209 250 229 / 0.85) !important;
}

.border-t-emerald-100\/90 {
  border-top-color: rgb(209 250 229 / 0.9) !important;
}

.border-t-emerald-100\/95 {
  border-top-color: rgb(209 250 229 / 0.95) !important;
}

.border-t-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-200\/0 {
  border-top-color: rgb(167 243 208 / 0) !important;
}

.border-t-emerald-200\/10 {
  border-top-color: rgb(167 243 208 / 0.1) !important;
}

.border-t-emerald-200\/100 {
  border-top-color: rgb(167 243 208 / 1) !important;
}

.border-t-emerald-200\/15 {
  border-top-color: rgb(167 243 208 / 0.15) !important;
}

.border-t-emerald-200\/20 {
  border-top-color: rgb(167 243 208 / 0.2) !important;
}

.border-t-emerald-200\/25 {
  border-top-color: rgb(167 243 208 / 0.25) !important;
}

.border-t-emerald-200\/30 {
  border-top-color: rgb(167 243 208 / 0.3) !important;
}

.border-t-emerald-200\/35 {
  border-top-color: rgb(167 243 208 / 0.35) !important;
}

.border-t-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4) !important;
}

.border-t-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45) !important;
}

.border-t-emerald-200\/5 {
  border-top-color: rgb(167 243 208 / 0.05) !important;
}

.border-t-emerald-200\/50 {
  border-top-color: rgb(167 243 208 / 0.5) !important;
}

.border-t-emerald-200\/55 {
  border-top-color: rgb(167 243 208 / 0.55) !important;
}

.border-t-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6) !important;
}

.border-t-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65) !important;
}

.border-t-emerald-200\/70 {
  border-top-color: rgb(167 243 208 / 0.7) !important;
}

.border-t-emerald-200\/75 {
  border-top-color: rgb(167 243 208 / 0.75) !important;
}

.border-t-emerald-200\/80 {
  border-top-color: rgb(167 243 208 / 0.8) !important;
}

.border-t-emerald-200\/85 {
  border-top-color: rgb(167 243 208 / 0.85) !important;
}

.border-t-emerald-200\/90 {
  border-top-color: rgb(167 243 208 / 0.9) !important;
}

.border-t-emerald-200\/95 {
  border-top-color: rgb(167 243 208 / 0.95) !important;
}

.border-t-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-300\/0 {
  border-top-color: rgb(110 231 183 / 0) !important;
}

.border-t-emerald-300\/10 {
  border-top-color: rgb(110 231 183 / 0.1) !important;
}

.border-t-emerald-300\/100 {
  border-top-color: rgb(110 231 183 / 1) !important;
}

.border-t-emerald-300\/15 {
  border-top-color: rgb(110 231 183 / 0.15) !important;
}

.border-t-emerald-300\/20 {
  border-top-color: rgb(110 231 183 / 0.2) !important;
}

.border-t-emerald-300\/25 {
  border-top-color: rgb(110 231 183 / 0.25) !important;
}

.border-t-emerald-300\/30 {
  border-top-color: rgb(110 231 183 / 0.3) !important;
}

.border-t-emerald-300\/35 {
  border-top-color: rgb(110 231 183 / 0.35) !important;
}

.border-t-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4) !important;
}

.border-t-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45) !important;
}

.border-t-emerald-300\/5 {
  border-top-color: rgb(110 231 183 / 0.05) !important;
}

.border-t-emerald-300\/50 {
  border-top-color: rgb(110 231 183 / 0.5) !important;
}

.border-t-emerald-300\/55 {
  border-top-color: rgb(110 231 183 / 0.55) !important;
}

.border-t-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6) !important;
}

.border-t-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65) !important;
}

.border-t-emerald-300\/70 {
  border-top-color: rgb(110 231 183 / 0.7) !important;
}

.border-t-emerald-300\/75 {
  border-top-color: rgb(110 231 183 / 0.75) !important;
}

.border-t-emerald-300\/80 {
  border-top-color: rgb(110 231 183 / 0.8) !important;
}

.border-t-emerald-300\/85 {
  border-top-color: rgb(110 231 183 / 0.85) !important;
}

.border-t-emerald-300\/90 {
  border-top-color: rgb(110 231 183 / 0.9) !important;
}

.border-t-emerald-300\/95 {
  border-top-color: rgb(110 231 183 / 0.95) !important;
}

.border-t-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-400\/0 {
  border-top-color: rgb(52 211 153 / 0) !important;
}

.border-t-emerald-400\/10 {
  border-top-color: rgb(52 211 153 / 0.1) !important;
}

.border-t-emerald-400\/100 {
  border-top-color: rgb(52 211 153 / 1) !important;
}

.border-t-emerald-400\/15 {
  border-top-color: rgb(52 211 153 / 0.15) !important;
}

.border-t-emerald-400\/20 {
  border-top-color: rgb(52 211 153 / 0.2) !important;
}

.border-t-emerald-400\/25 {
  border-top-color: rgb(52 211 153 / 0.25) !important;
}

.border-t-emerald-400\/30 {
  border-top-color: rgb(52 211 153 / 0.3) !important;
}

.border-t-emerald-400\/35 {
  border-top-color: rgb(52 211 153 / 0.35) !important;
}

.border-t-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4) !important;
}

.border-t-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45) !important;
}

.border-t-emerald-400\/5 {
  border-top-color: rgb(52 211 153 / 0.05) !important;
}

.border-t-emerald-400\/50 {
  border-top-color: rgb(52 211 153 / 0.5) !important;
}

.border-t-emerald-400\/55 {
  border-top-color: rgb(52 211 153 / 0.55) !important;
}

.border-t-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6) !important;
}

.border-t-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65) !important;
}

.border-t-emerald-400\/70 {
  border-top-color: rgb(52 211 153 / 0.7) !important;
}

.border-t-emerald-400\/75 {
  border-top-color: rgb(52 211 153 / 0.75) !important;
}

.border-t-emerald-400\/80 {
  border-top-color: rgb(52 211 153 / 0.8) !important;
}

.border-t-emerald-400\/85 {
  border-top-color: rgb(52 211 153 / 0.85) !important;
}

.border-t-emerald-400\/90 {
  border-top-color: rgb(52 211 153 / 0.9) !important;
}

.border-t-emerald-400\/95 {
  border-top-color: rgb(52 211 153 / 0.95) !important;
}

.border-t-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-50\/0 {
  border-top-color: rgb(236 253 245 / 0) !important;
}

.border-t-emerald-50\/10 {
  border-top-color: rgb(236 253 245 / 0.1) !important;
}

.border-t-emerald-50\/100 {
  border-top-color: rgb(236 253 245 / 1) !important;
}

.border-t-emerald-50\/15 {
  border-top-color: rgb(236 253 245 / 0.15) !important;
}

.border-t-emerald-50\/20 {
  border-top-color: rgb(236 253 245 / 0.2) !important;
}

.border-t-emerald-50\/25 {
  border-top-color: rgb(236 253 245 / 0.25) !important;
}

.border-t-emerald-50\/30 {
  border-top-color: rgb(236 253 245 / 0.3) !important;
}

.border-t-emerald-50\/35 {
  border-top-color: rgb(236 253 245 / 0.35) !important;
}

.border-t-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4) !important;
}

.border-t-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45) !important;
}

.border-t-emerald-50\/5 {
  border-top-color: rgb(236 253 245 / 0.05) !important;
}

.border-t-emerald-50\/50 {
  border-top-color: rgb(236 253 245 / 0.5) !important;
}

.border-t-emerald-50\/55 {
  border-top-color: rgb(236 253 245 / 0.55) !important;
}

.border-t-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6) !important;
}

.border-t-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65) !important;
}

.border-t-emerald-50\/70 {
  border-top-color: rgb(236 253 245 / 0.7) !important;
}

.border-t-emerald-50\/75 {
  border-top-color: rgb(236 253 245 / 0.75) !important;
}

.border-t-emerald-50\/80 {
  border-top-color: rgb(236 253 245 / 0.8) !important;
}

.border-t-emerald-50\/85 {
  border-top-color: rgb(236 253 245 / 0.85) !important;
}

.border-t-emerald-50\/90 {
  border-top-color: rgb(236 253 245 / 0.9) !important;
}

.border-t-emerald-50\/95 {
  border-top-color: rgb(236 253 245 / 0.95) !important;
}

.border-t-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-500\/0 {
  border-top-color: rgb(16 185 129 / 0) !important;
}

.border-t-emerald-500\/10 {
  border-top-color: rgb(16 185 129 / 0.1) !important;
}

.border-t-emerald-500\/100 {
  border-top-color: rgb(16 185 129 / 1) !important;
}

.border-t-emerald-500\/15 {
  border-top-color: rgb(16 185 129 / 0.15) !important;
}

.border-t-emerald-500\/20 {
  border-top-color: rgb(16 185 129 / 0.2) !important;
}

.border-t-emerald-500\/25 {
  border-top-color: rgb(16 185 129 / 0.25) !important;
}

.border-t-emerald-500\/30 {
  border-top-color: rgb(16 185 129 / 0.3) !important;
}

.border-t-emerald-500\/35 {
  border-top-color: rgb(16 185 129 / 0.35) !important;
}

.border-t-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4) !important;
}

.border-t-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45) !important;
}

.border-t-emerald-500\/5 {
  border-top-color: rgb(16 185 129 / 0.05) !important;
}

.border-t-emerald-500\/50 {
  border-top-color: rgb(16 185 129 / 0.5) !important;
}

.border-t-emerald-500\/55 {
  border-top-color: rgb(16 185 129 / 0.55) !important;
}

.border-t-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6) !important;
}

.border-t-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65) !important;
}

.border-t-emerald-500\/70 {
  border-top-color: rgb(16 185 129 / 0.7) !important;
}

.border-t-emerald-500\/75 {
  border-top-color: rgb(16 185 129 / 0.75) !important;
}

.border-t-emerald-500\/80 {
  border-top-color: rgb(16 185 129 / 0.8) !important;
}

.border-t-emerald-500\/85 {
  border-top-color: rgb(16 185 129 / 0.85) !important;
}

.border-t-emerald-500\/90 {
  border-top-color: rgb(16 185 129 / 0.9) !important;
}

.border-t-emerald-500\/95 {
  border-top-color: rgb(16 185 129 / 0.95) !important;
}

.border-t-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-600\/0 {
  border-top-color: rgb(5 150 105 / 0) !important;
}

.border-t-emerald-600\/10 {
  border-top-color: rgb(5 150 105 / 0.1) !important;
}

.border-t-emerald-600\/100 {
  border-top-color: rgb(5 150 105 / 1) !important;
}

.border-t-emerald-600\/15 {
  border-top-color: rgb(5 150 105 / 0.15) !important;
}

.border-t-emerald-600\/20 {
  border-top-color: rgb(5 150 105 / 0.2) !important;
}

.border-t-emerald-600\/25 {
  border-top-color: rgb(5 150 105 / 0.25) !important;
}

.border-t-emerald-600\/30 {
  border-top-color: rgb(5 150 105 / 0.3) !important;
}

.border-t-emerald-600\/35 {
  border-top-color: rgb(5 150 105 / 0.35) !important;
}

.border-t-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4) !important;
}

.border-t-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45) !important;
}

.border-t-emerald-600\/5 {
  border-top-color: rgb(5 150 105 / 0.05) !important;
}

.border-t-emerald-600\/50 {
  border-top-color: rgb(5 150 105 / 0.5) !important;
}

.border-t-emerald-600\/55 {
  border-top-color: rgb(5 150 105 / 0.55) !important;
}

.border-t-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6) !important;
}

.border-t-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65) !important;
}

.border-t-emerald-600\/70 {
  border-top-color: rgb(5 150 105 / 0.7) !important;
}

.border-t-emerald-600\/75 {
  border-top-color: rgb(5 150 105 / 0.75) !important;
}

.border-t-emerald-600\/80 {
  border-top-color: rgb(5 150 105 / 0.8) !important;
}

.border-t-emerald-600\/85 {
  border-top-color: rgb(5 150 105 / 0.85) !important;
}

.border-t-emerald-600\/90 {
  border-top-color: rgb(5 150 105 / 0.9) !important;
}

.border-t-emerald-600\/95 {
  border-top-color: rgb(5 150 105 / 0.95) !important;
}

.border-t-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-700\/0 {
  border-top-color: rgb(4 120 87 / 0) !important;
}

.border-t-emerald-700\/10 {
  border-top-color: rgb(4 120 87 / 0.1) !important;
}

.border-t-emerald-700\/100 {
  border-top-color: rgb(4 120 87 / 1) !important;
}

.border-t-emerald-700\/15 {
  border-top-color: rgb(4 120 87 / 0.15) !important;
}

.border-t-emerald-700\/20 {
  border-top-color: rgb(4 120 87 / 0.2) !important;
}

.border-t-emerald-700\/25 {
  border-top-color: rgb(4 120 87 / 0.25) !important;
}

.border-t-emerald-700\/30 {
  border-top-color: rgb(4 120 87 / 0.3) !important;
}

.border-t-emerald-700\/35 {
  border-top-color: rgb(4 120 87 / 0.35) !important;
}

.border-t-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4) !important;
}

.border-t-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45) !important;
}

.border-t-emerald-700\/5 {
  border-top-color: rgb(4 120 87 / 0.05) !important;
}

.border-t-emerald-700\/50 {
  border-top-color: rgb(4 120 87 / 0.5) !important;
}

.border-t-emerald-700\/55 {
  border-top-color: rgb(4 120 87 / 0.55) !important;
}

.border-t-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6) !important;
}

.border-t-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65) !important;
}

.border-t-emerald-700\/70 {
  border-top-color: rgb(4 120 87 / 0.7) !important;
}

.border-t-emerald-700\/75 {
  border-top-color: rgb(4 120 87 / 0.75) !important;
}

.border-t-emerald-700\/80 {
  border-top-color: rgb(4 120 87 / 0.8) !important;
}

.border-t-emerald-700\/85 {
  border-top-color: rgb(4 120 87 / 0.85) !important;
}

.border-t-emerald-700\/90 {
  border-top-color: rgb(4 120 87 / 0.9) !important;
}

.border-t-emerald-700\/95 {
  border-top-color: rgb(4 120 87 / 0.95) !important;
}

.border-t-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-800\/0 {
  border-top-color: rgb(6 95 70 / 0) !important;
}

.border-t-emerald-800\/10 {
  border-top-color: rgb(6 95 70 / 0.1) !important;
}

.border-t-emerald-800\/100 {
  border-top-color: rgb(6 95 70 / 1) !important;
}

.border-t-emerald-800\/15 {
  border-top-color: rgb(6 95 70 / 0.15) !important;
}

.border-t-emerald-800\/20 {
  border-top-color: rgb(6 95 70 / 0.2) !important;
}

.border-t-emerald-800\/25 {
  border-top-color: rgb(6 95 70 / 0.25) !important;
}

.border-t-emerald-800\/30 {
  border-top-color: rgb(6 95 70 / 0.3) !important;
}

.border-t-emerald-800\/35 {
  border-top-color: rgb(6 95 70 / 0.35) !important;
}

.border-t-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4) !important;
}

.border-t-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45) !important;
}

.border-t-emerald-800\/5 {
  border-top-color: rgb(6 95 70 / 0.05) !important;
}

.border-t-emerald-800\/50 {
  border-top-color: rgb(6 95 70 / 0.5) !important;
}

.border-t-emerald-800\/55 {
  border-top-color: rgb(6 95 70 / 0.55) !important;
}

.border-t-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6) !important;
}

.border-t-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65) !important;
}

.border-t-emerald-800\/70 {
  border-top-color: rgb(6 95 70 / 0.7) !important;
}

.border-t-emerald-800\/75 {
  border-top-color: rgb(6 95 70 / 0.75) !important;
}

.border-t-emerald-800\/80 {
  border-top-color: rgb(6 95 70 / 0.8) !important;
}

.border-t-emerald-800\/85 {
  border-top-color: rgb(6 95 70 / 0.85) !important;
}

.border-t-emerald-800\/90 {
  border-top-color: rgb(6 95 70 / 0.9) !important;
}

.border-t-emerald-800\/95 {
  border-top-color: rgb(6 95 70 / 0.95) !important;
}

.border-t-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-900\/0 {
  border-top-color: rgb(6 78 59 / 0) !important;
}

.border-t-emerald-900\/10 {
  border-top-color: rgb(6 78 59 / 0.1) !important;
}

.border-t-emerald-900\/100 {
  border-top-color: rgb(6 78 59 / 1) !important;
}

.border-t-emerald-900\/15 {
  border-top-color: rgb(6 78 59 / 0.15) !important;
}

.border-t-emerald-900\/20 {
  border-top-color: rgb(6 78 59 / 0.2) !important;
}

.border-t-emerald-900\/25 {
  border-top-color: rgb(6 78 59 / 0.25) !important;
}

.border-t-emerald-900\/30 {
  border-top-color: rgb(6 78 59 / 0.3) !important;
}

.border-t-emerald-900\/35 {
  border-top-color: rgb(6 78 59 / 0.35) !important;
}

.border-t-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4) !important;
}

.border-t-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45) !important;
}

.border-t-emerald-900\/5 {
  border-top-color: rgb(6 78 59 / 0.05) !important;
}

.border-t-emerald-900\/50 {
  border-top-color: rgb(6 78 59 / 0.5) !important;
}

.border-t-emerald-900\/55 {
  border-top-color: rgb(6 78 59 / 0.55) !important;
}

.border-t-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6) !important;
}

.border-t-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65) !important;
}

.border-t-emerald-900\/70 {
  border-top-color: rgb(6 78 59 / 0.7) !important;
}

.border-t-emerald-900\/75 {
  border-top-color: rgb(6 78 59 / 0.75) !important;
}

.border-t-emerald-900\/80 {
  border-top-color: rgb(6 78 59 / 0.8) !important;
}

.border-t-emerald-900\/85 {
  border-top-color: rgb(6 78 59 / 0.85) !important;
}

.border-t-emerald-900\/90 {
  border-top-color: rgb(6 78 59 / 0.9) !important;
}

.border-t-emerald-900\/95 {
  border-top-color: rgb(6 78 59 / 0.95) !important;
}

.border-t-emerald-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
}

.border-t-emerald-950\/0 {
  border-top-color: rgb(2 44 34 / 0) !important;
}

.border-t-emerald-950\/10 {
  border-top-color: rgb(2 44 34 / 0.1) !important;
}

.border-t-emerald-950\/100 {
  border-top-color: rgb(2 44 34 / 1) !important;
}

.border-t-emerald-950\/15 {
  border-top-color: rgb(2 44 34 / 0.15) !important;
}

.border-t-emerald-950\/20 {
  border-top-color: rgb(2 44 34 / 0.2) !important;
}

.border-t-emerald-950\/25 {
  border-top-color: rgb(2 44 34 / 0.25) !important;
}

.border-t-emerald-950\/30 {
  border-top-color: rgb(2 44 34 / 0.3) !important;
}

.border-t-emerald-950\/35 {
  border-top-color: rgb(2 44 34 / 0.35) !important;
}

.border-t-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4) !important;
}

.border-t-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45) !important;
}

.border-t-emerald-950\/5 {
  border-top-color: rgb(2 44 34 / 0.05) !important;
}

.border-t-emerald-950\/50 {
  border-top-color: rgb(2 44 34 / 0.5) !important;
}

.border-t-emerald-950\/55 {
  border-top-color: rgb(2 44 34 / 0.55) !important;
}

.border-t-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6) !important;
}

.border-t-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65) !important;
}

.border-t-emerald-950\/70 {
  border-top-color: rgb(2 44 34 / 0.7) !important;
}

.border-t-emerald-950\/75 {
  border-top-color: rgb(2 44 34 / 0.75) !important;
}

.border-t-emerald-950\/80 {
  border-top-color: rgb(2 44 34 / 0.8) !important;
}

.border-t-emerald-950\/85 {
  border-top-color: rgb(2 44 34 / 0.85) !important;
}

.border-t-emerald-950\/90 {
  border-top-color: rgb(2 44 34 / 0.9) !important;
}

.border-t-emerald-950\/95 {
  border-top-color: rgb(2 44 34 / 0.95) !important;
}

.border-t-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-100\/0 {
  border-top-color: rgb(250 232 255 / 0) !important;
}

.border-t-fuchsia-100\/10 {
  border-top-color: rgb(250 232 255 / 0.1) !important;
}

.border-t-fuchsia-100\/100 {
  border-top-color: rgb(250 232 255 / 1) !important;
}

.border-t-fuchsia-100\/15 {
  border-top-color: rgb(250 232 255 / 0.15) !important;
}

.border-t-fuchsia-100\/20 {
  border-top-color: rgb(250 232 255 / 0.2) !important;
}

.border-t-fuchsia-100\/25 {
  border-top-color: rgb(250 232 255 / 0.25) !important;
}

.border-t-fuchsia-100\/30 {
  border-top-color: rgb(250 232 255 / 0.3) !important;
}

.border-t-fuchsia-100\/35 {
  border-top-color: rgb(250 232 255 / 0.35) !important;
}

.border-t-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4) !important;
}

.border-t-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45) !important;
}

.border-t-fuchsia-100\/5 {
  border-top-color: rgb(250 232 255 / 0.05) !important;
}

.border-t-fuchsia-100\/50 {
  border-top-color: rgb(250 232 255 / 0.5) !important;
}

.border-t-fuchsia-100\/55 {
  border-top-color: rgb(250 232 255 / 0.55) !important;
}

.border-t-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6) !important;
}

.border-t-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65) !important;
}

.border-t-fuchsia-100\/70 {
  border-top-color: rgb(250 232 255 / 0.7) !important;
}

.border-t-fuchsia-100\/75 {
  border-top-color: rgb(250 232 255 / 0.75) !important;
}

.border-t-fuchsia-100\/80 {
  border-top-color: rgb(250 232 255 / 0.8) !important;
}

.border-t-fuchsia-100\/85 {
  border-top-color: rgb(250 232 255 / 0.85) !important;
}

.border-t-fuchsia-100\/90 {
  border-top-color: rgb(250 232 255 / 0.9) !important;
}

.border-t-fuchsia-100\/95 {
  border-top-color: rgb(250 232 255 / 0.95) !important;
}

.border-t-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-200\/0 {
  border-top-color: rgb(245 208 254 / 0) !important;
}

.border-t-fuchsia-200\/10 {
  border-top-color: rgb(245 208 254 / 0.1) !important;
}

.border-t-fuchsia-200\/100 {
  border-top-color: rgb(245 208 254 / 1) !important;
}

.border-t-fuchsia-200\/15 {
  border-top-color: rgb(245 208 254 / 0.15) !important;
}

.border-t-fuchsia-200\/20 {
  border-top-color: rgb(245 208 254 / 0.2) !important;
}

.border-t-fuchsia-200\/25 {
  border-top-color: rgb(245 208 254 / 0.25) !important;
}

.border-t-fuchsia-200\/30 {
  border-top-color: rgb(245 208 254 / 0.3) !important;
}

.border-t-fuchsia-200\/35 {
  border-top-color: rgb(245 208 254 / 0.35) !important;
}

.border-t-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4) !important;
}

.border-t-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45) !important;
}

.border-t-fuchsia-200\/5 {
  border-top-color: rgb(245 208 254 / 0.05) !important;
}

.border-t-fuchsia-200\/50 {
  border-top-color: rgb(245 208 254 / 0.5) !important;
}

.border-t-fuchsia-200\/55 {
  border-top-color: rgb(245 208 254 / 0.55) !important;
}

.border-t-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6) !important;
}

.border-t-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65) !important;
}

.border-t-fuchsia-200\/70 {
  border-top-color: rgb(245 208 254 / 0.7) !important;
}

.border-t-fuchsia-200\/75 {
  border-top-color: rgb(245 208 254 / 0.75) !important;
}

.border-t-fuchsia-200\/80 {
  border-top-color: rgb(245 208 254 / 0.8) !important;
}

.border-t-fuchsia-200\/85 {
  border-top-color: rgb(245 208 254 / 0.85) !important;
}

.border-t-fuchsia-200\/90 {
  border-top-color: rgb(245 208 254 / 0.9) !important;
}

.border-t-fuchsia-200\/95 {
  border-top-color: rgb(245 208 254 / 0.95) !important;
}

.border-t-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-300\/0 {
  border-top-color: rgb(240 171 252 / 0) !important;
}

.border-t-fuchsia-300\/10 {
  border-top-color: rgb(240 171 252 / 0.1) !important;
}

.border-t-fuchsia-300\/100 {
  border-top-color: rgb(240 171 252 / 1) !important;
}

.border-t-fuchsia-300\/15 {
  border-top-color: rgb(240 171 252 / 0.15) !important;
}

.border-t-fuchsia-300\/20 {
  border-top-color: rgb(240 171 252 / 0.2) !important;
}

.border-t-fuchsia-300\/25 {
  border-top-color: rgb(240 171 252 / 0.25) !important;
}

.border-t-fuchsia-300\/30 {
  border-top-color: rgb(240 171 252 / 0.3) !important;
}

.border-t-fuchsia-300\/35 {
  border-top-color: rgb(240 171 252 / 0.35) !important;
}

.border-t-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4) !important;
}

.border-t-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45) !important;
}

.border-t-fuchsia-300\/5 {
  border-top-color: rgb(240 171 252 / 0.05) !important;
}

.border-t-fuchsia-300\/50 {
  border-top-color: rgb(240 171 252 / 0.5) !important;
}

.border-t-fuchsia-300\/55 {
  border-top-color: rgb(240 171 252 / 0.55) !important;
}

.border-t-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6) !important;
}

.border-t-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65) !important;
}

.border-t-fuchsia-300\/70 {
  border-top-color: rgb(240 171 252 / 0.7) !important;
}

.border-t-fuchsia-300\/75 {
  border-top-color: rgb(240 171 252 / 0.75) !important;
}

.border-t-fuchsia-300\/80 {
  border-top-color: rgb(240 171 252 / 0.8) !important;
}

.border-t-fuchsia-300\/85 {
  border-top-color: rgb(240 171 252 / 0.85) !important;
}

.border-t-fuchsia-300\/90 {
  border-top-color: rgb(240 171 252 / 0.9) !important;
}

.border-t-fuchsia-300\/95 {
  border-top-color: rgb(240 171 252 / 0.95) !important;
}

.border-t-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-400\/0 {
  border-top-color: rgb(232 121 249 / 0) !important;
}

.border-t-fuchsia-400\/10 {
  border-top-color: rgb(232 121 249 / 0.1) !important;
}

.border-t-fuchsia-400\/100 {
  border-top-color: rgb(232 121 249 / 1) !important;
}

.border-t-fuchsia-400\/15 {
  border-top-color: rgb(232 121 249 / 0.15) !important;
}

.border-t-fuchsia-400\/20 {
  border-top-color: rgb(232 121 249 / 0.2) !important;
}

.border-t-fuchsia-400\/25 {
  border-top-color: rgb(232 121 249 / 0.25) !important;
}

.border-t-fuchsia-400\/30 {
  border-top-color: rgb(232 121 249 / 0.3) !important;
}

.border-t-fuchsia-400\/35 {
  border-top-color: rgb(232 121 249 / 0.35) !important;
}

.border-t-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4) !important;
}

.border-t-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45) !important;
}

.border-t-fuchsia-400\/5 {
  border-top-color: rgb(232 121 249 / 0.05) !important;
}

.border-t-fuchsia-400\/50 {
  border-top-color: rgb(232 121 249 / 0.5) !important;
}

.border-t-fuchsia-400\/55 {
  border-top-color: rgb(232 121 249 / 0.55) !important;
}

.border-t-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6) !important;
}

.border-t-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65) !important;
}

.border-t-fuchsia-400\/70 {
  border-top-color: rgb(232 121 249 / 0.7) !important;
}

.border-t-fuchsia-400\/75 {
  border-top-color: rgb(232 121 249 / 0.75) !important;
}

.border-t-fuchsia-400\/80 {
  border-top-color: rgb(232 121 249 / 0.8) !important;
}

.border-t-fuchsia-400\/85 {
  border-top-color: rgb(232 121 249 / 0.85) !important;
}

.border-t-fuchsia-400\/90 {
  border-top-color: rgb(232 121 249 / 0.9) !important;
}

.border-t-fuchsia-400\/95 {
  border-top-color: rgb(232 121 249 / 0.95) !important;
}

.border-t-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-50\/0 {
  border-top-color: rgb(253 244 255 / 0) !important;
}

.border-t-fuchsia-50\/10 {
  border-top-color: rgb(253 244 255 / 0.1) !important;
}

.border-t-fuchsia-50\/100 {
  border-top-color: rgb(253 244 255 / 1) !important;
}

.border-t-fuchsia-50\/15 {
  border-top-color: rgb(253 244 255 / 0.15) !important;
}

.border-t-fuchsia-50\/20 {
  border-top-color: rgb(253 244 255 / 0.2) !important;
}

.border-t-fuchsia-50\/25 {
  border-top-color: rgb(253 244 255 / 0.25) !important;
}

.border-t-fuchsia-50\/30 {
  border-top-color: rgb(253 244 255 / 0.3) !important;
}

.border-t-fuchsia-50\/35 {
  border-top-color: rgb(253 244 255 / 0.35) !important;
}

.border-t-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4) !important;
}

.border-t-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45) !important;
}

.border-t-fuchsia-50\/5 {
  border-top-color: rgb(253 244 255 / 0.05) !important;
}

.border-t-fuchsia-50\/50 {
  border-top-color: rgb(253 244 255 / 0.5) !important;
}

.border-t-fuchsia-50\/55 {
  border-top-color: rgb(253 244 255 / 0.55) !important;
}

.border-t-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6) !important;
}

.border-t-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65) !important;
}

.border-t-fuchsia-50\/70 {
  border-top-color: rgb(253 244 255 / 0.7) !important;
}

.border-t-fuchsia-50\/75 {
  border-top-color: rgb(253 244 255 / 0.75) !important;
}

.border-t-fuchsia-50\/80 {
  border-top-color: rgb(253 244 255 / 0.8) !important;
}

.border-t-fuchsia-50\/85 {
  border-top-color: rgb(253 244 255 / 0.85) !important;
}

.border-t-fuchsia-50\/90 {
  border-top-color: rgb(253 244 255 / 0.9) !important;
}

.border-t-fuchsia-50\/95 {
  border-top-color: rgb(253 244 255 / 0.95) !important;
}

.border-t-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-500\/0 {
  border-top-color: rgb(217 70 239 / 0) !important;
}

.border-t-fuchsia-500\/10 {
  border-top-color: rgb(217 70 239 / 0.1) !important;
}

.border-t-fuchsia-500\/100 {
  border-top-color: rgb(217 70 239 / 1) !important;
}

.border-t-fuchsia-500\/15 {
  border-top-color: rgb(217 70 239 / 0.15) !important;
}

.border-t-fuchsia-500\/20 {
  border-top-color: rgb(217 70 239 / 0.2) !important;
}

.border-t-fuchsia-500\/25 {
  border-top-color: rgb(217 70 239 / 0.25) !important;
}

.border-t-fuchsia-500\/30 {
  border-top-color: rgb(217 70 239 / 0.3) !important;
}

.border-t-fuchsia-500\/35 {
  border-top-color: rgb(217 70 239 / 0.35) !important;
}

.border-t-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4) !important;
}

.border-t-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45) !important;
}

.border-t-fuchsia-500\/5 {
  border-top-color: rgb(217 70 239 / 0.05) !important;
}

.border-t-fuchsia-500\/50 {
  border-top-color: rgb(217 70 239 / 0.5) !important;
}

.border-t-fuchsia-500\/55 {
  border-top-color: rgb(217 70 239 / 0.55) !important;
}

.border-t-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6) !important;
}

.border-t-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65) !important;
}

.border-t-fuchsia-500\/70 {
  border-top-color: rgb(217 70 239 / 0.7) !important;
}

.border-t-fuchsia-500\/75 {
  border-top-color: rgb(217 70 239 / 0.75) !important;
}

.border-t-fuchsia-500\/80 {
  border-top-color: rgb(217 70 239 / 0.8) !important;
}

.border-t-fuchsia-500\/85 {
  border-top-color: rgb(217 70 239 / 0.85) !important;
}

.border-t-fuchsia-500\/90 {
  border-top-color: rgb(217 70 239 / 0.9) !important;
}

.border-t-fuchsia-500\/95 {
  border-top-color: rgb(217 70 239 / 0.95) !important;
}

.border-t-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-600\/0 {
  border-top-color: rgb(192 38 211 / 0) !important;
}

.border-t-fuchsia-600\/10 {
  border-top-color: rgb(192 38 211 / 0.1) !important;
}

.border-t-fuchsia-600\/100 {
  border-top-color: rgb(192 38 211 / 1) !important;
}

.border-t-fuchsia-600\/15 {
  border-top-color: rgb(192 38 211 / 0.15) !important;
}

.border-t-fuchsia-600\/20 {
  border-top-color: rgb(192 38 211 / 0.2) !important;
}

.border-t-fuchsia-600\/25 {
  border-top-color: rgb(192 38 211 / 0.25) !important;
}

.border-t-fuchsia-600\/30 {
  border-top-color: rgb(192 38 211 / 0.3) !important;
}

.border-t-fuchsia-600\/35 {
  border-top-color: rgb(192 38 211 / 0.35) !important;
}

.border-t-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4) !important;
}

.border-t-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45) !important;
}

.border-t-fuchsia-600\/5 {
  border-top-color: rgb(192 38 211 / 0.05) !important;
}

.border-t-fuchsia-600\/50 {
  border-top-color: rgb(192 38 211 / 0.5) !important;
}

.border-t-fuchsia-600\/55 {
  border-top-color: rgb(192 38 211 / 0.55) !important;
}

.border-t-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6) !important;
}

.border-t-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65) !important;
}

.border-t-fuchsia-600\/70 {
  border-top-color: rgb(192 38 211 / 0.7) !important;
}

.border-t-fuchsia-600\/75 {
  border-top-color: rgb(192 38 211 / 0.75) !important;
}

.border-t-fuchsia-600\/80 {
  border-top-color: rgb(192 38 211 / 0.8) !important;
}

.border-t-fuchsia-600\/85 {
  border-top-color: rgb(192 38 211 / 0.85) !important;
}

.border-t-fuchsia-600\/90 {
  border-top-color: rgb(192 38 211 / 0.9) !important;
}

.border-t-fuchsia-600\/95 {
  border-top-color: rgb(192 38 211 / 0.95) !important;
}

.border-t-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-700\/0 {
  border-top-color: rgb(162 28 175 / 0) !important;
}

.border-t-fuchsia-700\/10 {
  border-top-color: rgb(162 28 175 / 0.1) !important;
}

.border-t-fuchsia-700\/100 {
  border-top-color: rgb(162 28 175 / 1) !important;
}

.border-t-fuchsia-700\/15 {
  border-top-color: rgb(162 28 175 / 0.15) !important;
}

.border-t-fuchsia-700\/20 {
  border-top-color: rgb(162 28 175 / 0.2) !important;
}

.border-t-fuchsia-700\/25 {
  border-top-color: rgb(162 28 175 / 0.25) !important;
}

.border-t-fuchsia-700\/30 {
  border-top-color: rgb(162 28 175 / 0.3) !important;
}

.border-t-fuchsia-700\/35 {
  border-top-color: rgb(162 28 175 / 0.35) !important;
}

.border-t-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4) !important;
}

.border-t-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45) !important;
}

.border-t-fuchsia-700\/5 {
  border-top-color: rgb(162 28 175 / 0.05) !important;
}

.border-t-fuchsia-700\/50 {
  border-top-color: rgb(162 28 175 / 0.5) !important;
}

.border-t-fuchsia-700\/55 {
  border-top-color: rgb(162 28 175 / 0.55) !important;
}

.border-t-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6) !important;
}

.border-t-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65) !important;
}

.border-t-fuchsia-700\/70 {
  border-top-color: rgb(162 28 175 / 0.7) !important;
}

.border-t-fuchsia-700\/75 {
  border-top-color: rgb(162 28 175 / 0.75) !important;
}

.border-t-fuchsia-700\/80 {
  border-top-color: rgb(162 28 175 / 0.8) !important;
}

.border-t-fuchsia-700\/85 {
  border-top-color: rgb(162 28 175 / 0.85) !important;
}

.border-t-fuchsia-700\/90 {
  border-top-color: rgb(162 28 175 / 0.9) !important;
}

.border-t-fuchsia-700\/95 {
  border-top-color: rgb(162 28 175 / 0.95) !important;
}

.border-t-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-800\/0 {
  border-top-color: rgb(134 25 143 / 0) !important;
}

.border-t-fuchsia-800\/10 {
  border-top-color: rgb(134 25 143 / 0.1) !important;
}

.border-t-fuchsia-800\/100 {
  border-top-color: rgb(134 25 143 / 1) !important;
}

.border-t-fuchsia-800\/15 {
  border-top-color: rgb(134 25 143 / 0.15) !important;
}

.border-t-fuchsia-800\/20 {
  border-top-color: rgb(134 25 143 / 0.2) !important;
}

.border-t-fuchsia-800\/25 {
  border-top-color: rgb(134 25 143 / 0.25) !important;
}

.border-t-fuchsia-800\/30 {
  border-top-color: rgb(134 25 143 / 0.3) !important;
}

.border-t-fuchsia-800\/35 {
  border-top-color: rgb(134 25 143 / 0.35) !important;
}

.border-t-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4) !important;
}

.border-t-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45) !important;
}

.border-t-fuchsia-800\/5 {
  border-top-color: rgb(134 25 143 / 0.05) !important;
}

.border-t-fuchsia-800\/50 {
  border-top-color: rgb(134 25 143 / 0.5) !important;
}

.border-t-fuchsia-800\/55 {
  border-top-color: rgb(134 25 143 / 0.55) !important;
}

.border-t-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6) !important;
}

.border-t-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65) !important;
}

.border-t-fuchsia-800\/70 {
  border-top-color: rgb(134 25 143 / 0.7) !important;
}

.border-t-fuchsia-800\/75 {
  border-top-color: rgb(134 25 143 / 0.75) !important;
}

.border-t-fuchsia-800\/80 {
  border-top-color: rgb(134 25 143 / 0.8) !important;
}

.border-t-fuchsia-800\/85 {
  border-top-color: rgb(134 25 143 / 0.85) !important;
}

.border-t-fuchsia-800\/90 {
  border-top-color: rgb(134 25 143 / 0.9) !important;
}

.border-t-fuchsia-800\/95 {
  border-top-color: rgb(134 25 143 / 0.95) !important;
}

.border-t-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-900\/0 {
  border-top-color: rgb(112 26 117 / 0) !important;
}

.border-t-fuchsia-900\/10 {
  border-top-color: rgb(112 26 117 / 0.1) !important;
}

.border-t-fuchsia-900\/100 {
  border-top-color: rgb(112 26 117 / 1) !important;
}

.border-t-fuchsia-900\/15 {
  border-top-color: rgb(112 26 117 / 0.15) !important;
}

.border-t-fuchsia-900\/20 {
  border-top-color: rgb(112 26 117 / 0.2) !important;
}

.border-t-fuchsia-900\/25 {
  border-top-color: rgb(112 26 117 / 0.25) !important;
}

.border-t-fuchsia-900\/30 {
  border-top-color: rgb(112 26 117 / 0.3) !important;
}

.border-t-fuchsia-900\/35 {
  border-top-color: rgb(112 26 117 / 0.35) !important;
}

.border-t-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4) !important;
}

.border-t-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45) !important;
}

.border-t-fuchsia-900\/5 {
  border-top-color: rgb(112 26 117 / 0.05) !important;
}

.border-t-fuchsia-900\/50 {
  border-top-color: rgb(112 26 117 / 0.5) !important;
}

.border-t-fuchsia-900\/55 {
  border-top-color: rgb(112 26 117 / 0.55) !important;
}

.border-t-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6) !important;
}

.border-t-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65) !important;
}

.border-t-fuchsia-900\/70 {
  border-top-color: rgb(112 26 117 / 0.7) !important;
}

.border-t-fuchsia-900\/75 {
  border-top-color: rgb(112 26 117 / 0.75) !important;
}

.border-t-fuchsia-900\/80 {
  border-top-color: rgb(112 26 117 / 0.8) !important;
}

.border-t-fuchsia-900\/85 {
  border-top-color: rgb(112 26 117 / 0.85) !important;
}

.border-t-fuchsia-900\/90 {
  border-top-color: rgb(112 26 117 / 0.9) !important;
}

.border-t-fuchsia-900\/95 {
  border-top-color: rgb(112 26 117 / 0.95) !important;
}

.border-t-fuchsia-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
}

.border-t-fuchsia-950\/0 {
  border-top-color: rgb(74 4 78 / 0) !important;
}

.border-t-fuchsia-950\/10 {
  border-top-color: rgb(74 4 78 / 0.1) !important;
}

.border-t-fuchsia-950\/100 {
  border-top-color: rgb(74 4 78 / 1) !important;
}

.border-t-fuchsia-950\/15 {
  border-top-color: rgb(74 4 78 / 0.15) !important;
}

.border-t-fuchsia-950\/20 {
  border-top-color: rgb(74 4 78 / 0.2) !important;
}

.border-t-fuchsia-950\/25 {
  border-top-color: rgb(74 4 78 / 0.25) !important;
}

.border-t-fuchsia-950\/30 {
  border-top-color: rgb(74 4 78 / 0.3) !important;
}

.border-t-fuchsia-950\/35 {
  border-top-color: rgb(74 4 78 / 0.35) !important;
}

.border-t-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4) !important;
}

.border-t-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45) !important;
}

.border-t-fuchsia-950\/5 {
  border-top-color: rgb(74 4 78 / 0.05) !important;
}

.border-t-fuchsia-950\/50 {
  border-top-color: rgb(74 4 78 / 0.5) !important;
}

.border-t-fuchsia-950\/55 {
  border-top-color: rgb(74 4 78 / 0.55) !important;
}

.border-t-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6) !important;
}

.border-t-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65) !important;
}

.border-t-fuchsia-950\/70 {
  border-top-color: rgb(74 4 78 / 0.7) !important;
}

.border-t-fuchsia-950\/75 {
  border-top-color: rgb(74 4 78 / 0.75) !important;
}

.border-t-fuchsia-950\/80 {
  border-top-color: rgb(74 4 78 / 0.8) !important;
}

.border-t-fuchsia-950\/85 {
  border-top-color: rgb(74 4 78 / 0.85) !important;
}

.border-t-fuchsia-950\/90 {
  border-top-color: rgb(74 4 78 / 0.9) !important;
}

.border-t-fuchsia-950\/95 {
  border-top-color: rgb(74 4 78 / 0.95) !important;
}

.border-t-gray-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-100\/0 {
  border-top-color: rgb(243 244 246 / 0) !important;
}

.border-t-gray-100\/10 {
  border-top-color: rgb(243 244 246 / 0.1) !important;
}

.border-t-gray-100\/100 {
  border-top-color: rgb(243 244 246 / 1) !important;
}

.border-t-gray-100\/15 {
  border-top-color: rgb(243 244 246 / 0.15) !important;
}

.border-t-gray-100\/20 {
  border-top-color: rgb(243 244 246 / 0.2) !important;
}

.border-t-gray-100\/25 {
  border-top-color: rgb(243 244 246 / 0.25) !important;
}

.border-t-gray-100\/30 {
  border-top-color: rgb(243 244 246 / 0.3) !important;
}

.border-t-gray-100\/35 {
  border-top-color: rgb(243 244 246 / 0.35) !important;
}

.border-t-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4) !important;
}

.border-t-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45) !important;
}

.border-t-gray-100\/5 {
  border-top-color: rgb(243 244 246 / 0.05) !important;
}

.border-t-gray-100\/50 {
  border-top-color: rgb(243 244 246 / 0.5) !important;
}

.border-t-gray-100\/55 {
  border-top-color: rgb(243 244 246 / 0.55) !important;
}

.border-t-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6) !important;
}

.border-t-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65) !important;
}

.border-t-gray-100\/70 {
  border-top-color: rgb(243 244 246 / 0.7) !important;
}

.border-t-gray-100\/75 {
  border-top-color: rgb(243 244 246 / 0.75) !important;
}

.border-t-gray-100\/80 {
  border-top-color: rgb(243 244 246 / 0.8) !important;
}

.border-t-gray-100\/85 {
  border-top-color: rgb(243 244 246 / 0.85) !important;
}

.border-t-gray-100\/90 {
  border-top-color: rgb(243 244 246 / 0.9) !important;
}

.border-t-gray-100\/95 {
  border-top-color: rgb(243 244 246 / 0.95) !important;
}

.border-t-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-200\/0 {
  border-top-color: rgb(229 231 235 / 0) !important;
}

.border-t-gray-200\/10 {
  border-top-color: rgb(229 231 235 / 0.1) !important;
}

.border-t-gray-200\/100 {
  border-top-color: rgb(229 231 235 / 1) !important;
}

.border-t-gray-200\/15 {
  border-top-color: rgb(229 231 235 / 0.15) !important;
}

.border-t-gray-200\/20 {
  border-top-color: rgb(229 231 235 / 0.2) !important;
}

.border-t-gray-200\/25 {
  border-top-color: rgb(229 231 235 / 0.25) !important;
}

.border-t-gray-200\/30 {
  border-top-color: rgb(229 231 235 / 0.3) !important;
}

.border-t-gray-200\/35 {
  border-top-color: rgb(229 231 235 / 0.35) !important;
}

.border-t-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4) !important;
}

.border-t-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45) !important;
}

.border-t-gray-200\/5 {
  border-top-color: rgb(229 231 235 / 0.05) !important;
}

.border-t-gray-200\/50 {
  border-top-color: rgb(229 231 235 / 0.5) !important;
}

.border-t-gray-200\/55 {
  border-top-color: rgb(229 231 235 / 0.55) !important;
}

.border-t-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6) !important;
}

.border-t-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65) !important;
}

.border-t-gray-200\/70 {
  border-top-color: rgb(229 231 235 / 0.7) !important;
}

.border-t-gray-200\/75 {
  border-top-color: rgb(229 231 235 / 0.75) !important;
}

.border-t-gray-200\/80 {
  border-top-color: rgb(229 231 235 / 0.8) !important;
}

.border-t-gray-200\/85 {
  border-top-color: rgb(229 231 235 / 0.85) !important;
}

.border-t-gray-200\/90 {
  border-top-color: rgb(229 231 235 / 0.9) !important;
}

.border-t-gray-200\/95 {
  border-top-color: rgb(229 231 235 / 0.95) !important;
}

.border-t-gray-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-300\/0 {
  border-top-color: rgb(209 213 219 / 0) !important;
}

.border-t-gray-300\/10 {
  border-top-color: rgb(209 213 219 / 0.1) !important;
}

.border-t-gray-300\/100 {
  border-top-color: rgb(209 213 219 / 1) !important;
}

.border-t-gray-300\/15 {
  border-top-color: rgb(209 213 219 / 0.15) !important;
}

.border-t-gray-300\/20 {
  border-top-color: rgb(209 213 219 / 0.2) !important;
}

.border-t-gray-300\/25 {
  border-top-color: rgb(209 213 219 / 0.25) !important;
}

.border-t-gray-300\/30 {
  border-top-color: rgb(209 213 219 / 0.3) !important;
}

.border-t-gray-300\/35 {
  border-top-color: rgb(209 213 219 / 0.35) !important;
}

.border-t-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4) !important;
}

.border-t-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45) !important;
}

.border-t-gray-300\/5 {
  border-top-color: rgb(209 213 219 / 0.05) !important;
}

.border-t-gray-300\/50 {
  border-top-color: rgb(209 213 219 / 0.5) !important;
}

.border-t-gray-300\/55 {
  border-top-color: rgb(209 213 219 / 0.55) !important;
}

.border-t-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6) !important;
}

.border-t-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65) !important;
}

.border-t-gray-300\/70 {
  border-top-color: rgb(209 213 219 / 0.7) !important;
}

.border-t-gray-300\/75 {
  border-top-color: rgb(209 213 219 / 0.75) !important;
}

.border-t-gray-300\/80 {
  border-top-color: rgb(209 213 219 / 0.8) !important;
}

.border-t-gray-300\/85 {
  border-top-color: rgb(209 213 219 / 0.85) !important;
}

.border-t-gray-300\/90 {
  border-top-color: rgb(209 213 219 / 0.9) !important;
}

.border-t-gray-300\/95 {
  border-top-color: rgb(209 213 219 / 0.95) !important;
}

.border-t-gray-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-400\/0 {
  border-top-color: rgb(156 163 175 / 0) !important;
}

.border-t-gray-400\/10 {
  border-top-color: rgb(156 163 175 / 0.1) !important;
}

.border-t-gray-400\/100 {
  border-top-color: rgb(156 163 175 / 1) !important;
}

.border-t-gray-400\/15 {
  border-top-color: rgb(156 163 175 / 0.15) !important;
}

.border-t-gray-400\/20 {
  border-top-color: rgb(156 163 175 / 0.2) !important;
}

.border-t-gray-400\/25 {
  border-top-color: rgb(156 163 175 / 0.25) !important;
}

.border-t-gray-400\/30 {
  border-top-color: rgb(156 163 175 / 0.3) !important;
}

.border-t-gray-400\/35 {
  border-top-color: rgb(156 163 175 / 0.35) !important;
}

.border-t-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4) !important;
}

.border-t-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45) !important;
}

.border-t-gray-400\/5 {
  border-top-color: rgb(156 163 175 / 0.05) !important;
}

.border-t-gray-400\/50 {
  border-top-color: rgb(156 163 175 / 0.5) !important;
}

.border-t-gray-400\/55 {
  border-top-color: rgb(156 163 175 / 0.55) !important;
}

.border-t-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6) !important;
}

.border-t-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65) !important;
}

.border-t-gray-400\/70 {
  border-top-color: rgb(156 163 175 / 0.7) !important;
}

.border-t-gray-400\/75 {
  border-top-color: rgb(156 163 175 / 0.75) !important;
}

.border-t-gray-400\/80 {
  border-top-color: rgb(156 163 175 / 0.8) !important;
}

.border-t-gray-400\/85 {
  border-top-color: rgb(156 163 175 / 0.85) !important;
}

.border-t-gray-400\/90 {
  border-top-color: rgb(156 163 175 / 0.9) !important;
}

.border-t-gray-400\/95 {
  border-top-color: rgb(156 163 175 / 0.95) !important;
}

.border-t-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-50\/0 {
  border-top-color: rgb(249 250 251 / 0) !important;
}

.border-t-gray-50\/10 {
  border-top-color: rgb(249 250 251 / 0.1) !important;
}

.border-t-gray-50\/100 {
  border-top-color: rgb(249 250 251 / 1) !important;
}

.border-t-gray-50\/15 {
  border-top-color: rgb(249 250 251 / 0.15) !important;
}

.border-t-gray-50\/20 {
  border-top-color: rgb(249 250 251 / 0.2) !important;
}

.border-t-gray-50\/25 {
  border-top-color: rgb(249 250 251 / 0.25) !important;
}

.border-t-gray-50\/30 {
  border-top-color: rgb(249 250 251 / 0.3) !important;
}

.border-t-gray-50\/35 {
  border-top-color: rgb(249 250 251 / 0.35) !important;
}

.border-t-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4) !important;
}

.border-t-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45) !important;
}

.border-t-gray-50\/5 {
  border-top-color: rgb(249 250 251 / 0.05) !important;
}

.border-t-gray-50\/50 {
  border-top-color: rgb(249 250 251 / 0.5) !important;
}

.border-t-gray-50\/55 {
  border-top-color: rgb(249 250 251 / 0.55) !important;
}

.border-t-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6) !important;
}

.border-t-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65) !important;
}

.border-t-gray-50\/70 {
  border-top-color: rgb(249 250 251 / 0.7) !important;
}

.border-t-gray-50\/75 {
  border-top-color: rgb(249 250 251 / 0.75) !important;
}

.border-t-gray-50\/80 {
  border-top-color: rgb(249 250 251 / 0.8) !important;
}

.border-t-gray-50\/85 {
  border-top-color: rgb(249 250 251 / 0.85) !important;
}

.border-t-gray-50\/90 {
  border-top-color: rgb(249 250 251 / 0.9) !important;
}

.border-t-gray-50\/95 {
  border-top-color: rgb(249 250 251 / 0.95) !important;
}

.border-t-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-500\/0 {
  border-top-color: rgb(107 114 128 / 0) !important;
}

.border-t-gray-500\/10 {
  border-top-color: rgb(107 114 128 / 0.1) !important;
}

.border-t-gray-500\/100 {
  border-top-color: rgb(107 114 128 / 1) !important;
}

.border-t-gray-500\/15 {
  border-top-color: rgb(107 114 128 / 0.15) !important;
}

.border-t-gray-500\/20 {
  border-top-color: rgb(107 114 128 / 0.2) !important;
}

.border-t-gray-500\/25 {
  border-top-color: rgb(107 114 128 / 0.25) !important;
}

.border-t-gray-500\/30 {
  border-top-color: rgb(107 114 128 / 0.3) !important;
}

.border-t-gray-500\/35 {
  border-top-color: rgb(107 114 128 / 0.35) !important;
}

.border-t-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4) !important;
}

.border-t-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45) !important;
}

.border-t-gray-500\/5 {
  border-top-color: rgb(107 114 128 / 0.05) !important;
}

.border-t-gray-500\/50 {
  border-top-color: rgb(107 114 128 / 0.5) !important;
}

.border-t-gray-500\/55 {
  border-top-color: rgb(107 114 128 / 0.55) !important;
}

.border-t-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6) !important;
}

.border-t-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65) !important;
}

.border-t-gray-500\/70 {
  border-top-color: rgb(107 114 128 / 0.7) !important;
}

.border-t-gray-500\/75 {
  border-top-color: rgb(107 114 128 / 0.75) !important;
}

.border-t-gray-500\/80 {
  border-top-color: rgb(107 114 128 / 0.8) !important;
}

.border-t-gray-500\/85 {
  border-top-color: rgb(107 114 128 / 0.85) !important;
}

.border-t-gray-500\/90 {
  border-top-color: rgb(107 114 128 / 0.9) !important;
}

.border-t-gray-500\/95 {
  border-top-color: rgb(107 114 128 / 0.95) !important;
}

.border-t-gray-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-600\/0 {
  border-top-color: rgb(75 85 99 / 0) !important;
}

.border-t-gray-600\/10 {
  border-top-color: rgb(75 85 99 / 0.1) !important;
}

.border-t-gray-600\/100 {
  border-top-color: rgb(75 85 99 / 1) !important;
}

.border-t-gray-600\/15 {
  border-top-color: rgb(75 85 99 / 0.15) !important;
}

.border-t-gray-600\/20 {
  border-top-color: rgb(75 85 99 / 0.2) !important;
}

.border-t-gray-600\/25 {
  border-top-color: rgb(75 85 99 / 0.25) !important;
}

.border-t-gray-600\/30 {
  border-top-color: rgb(75 85 99 / 0.3) !important;
}

.border-t-gray-600\/35 {
  border-top-color: rgb(75 85 99 / 0.35) !important;
}

.border-t-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4) !important;
}

.border-t-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45) !important;
}

.border-t-gray-600\/5 {
  border-top-color: rgb(75 85 99 / 0.05) !important;
}

.border-t-gray-600\/50 {
  border-top-color: rgb(75 85 99 / 0.5) !important;
}

.border-t-gray-600\/55 {
  border-top-color: rgb(75 85 99 / 0.55) !important;
}

.border-t-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6) !important;
}

.border-t-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65) !important;
}

.border-t-gray-600\/70 {
  border-top-color: rgb(75 85 99 / 0.7) !important;
}

.border-t-gray-600\/75 {
  border-top-color: rgb(75 85 99 / 0.75) !important;
}

.border-t-gray-600\/80 {
  border-top-color: rgb(75 85 99 / 0.8) !important;
}

.border-t-gray-600\/85 {
  border-top-color: rgb(75 85 99 / 0.85) !important;
}

.border-t-gray-600\/90 {
  border-top-color: rgb(75 85 99 / 0.9) !important;
}

.border-t-gray-600\/95 {
  border-top-color: rgb(75 85 99 / 0.95) !important;
}

.border-t-gray-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-700\/0 {
  border-top-color: rgb(55 65 81 / 0) !important;
}

.border-t-gray-700\/10 {
  border-top-color: rgb(55 65 81 / 0.1) !important;
}

.border-t-gray-700\/100 {
  border-top-color: rgb(55 65 81 / 1) !important;
}

.border-t-gray-700\/15 {
  border-top-color: rgb(55 65 81 / 0.15) !important;
}

.border-t-gray-700\/20 {
  border-top-color: rgb(55 65 81 / 0.2) !important;
}

.border-t-gray-700\/25 {
  border-top-color: rgb(55 65 81 / 0.25) !important;
}

.border-t-gray-700\/30 {
  border-top-color: rgb(55 65 81 / 0.3) !important;
}

.border-t-gray-700\/35 {
  border-top-color: rgb(55 65 81 / 0.35) !important;
}

.border-t-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4) !important;
}

.border-t-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45) !important;
}

.border-t-gray-700\/5 {
  border-top-color: rgb(55 65 81 / 0.05) !important;
}

.border-t-gray-700\/50 {
  border-top-color: rgb(55 65 81 / 0.5) !important;
}

.border-t-gray-700\/55 {
  border-top-color: rgb(55 65 81 / 0.55) !important;
}

.border-t-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6) !important;
}

.border-t-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65) !important;
}

.border-t-gray-700\/70 {
  border-top-color: rgb(55 65 81 / 0.7) !important;
}

.border-t-gray-700\/75 {
  border-top-color: rgb(55 65 81 / 0.75) !important;
}

.border-t-gray-700\/80 {
  border-top-color: rgb(55 65 81 / 0.8) !important;
}

.border-t-gray-700\/85 {
  border-top-color: rgb(55 65 81 / 0.85) !important;
}

.border-t-gray-700\/90 {
  border-top-color: rgb(55 65 81 / 0.9) !important;
}

.border-t-gray-700\/95 {
  border-top-color: rgb(55 65 81 / 0.95) !important;
}

.border-t-gray-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-800\/0 {
  border-top-color: rgb(31 41 55 / 0) !important;
}

.border-t-gray-800\/10 {
  border-top-color: rgb(31 41 55 / 0.1) !important;
}

.border-t-gray-800\/100 {
  border-top-color: rgb(31 41 55 / 1) !important;
}

.border-t-gray-800\/15 {
  border-top-color: rgb(31 41 55 / 0.15) !important;
}

.border-t-gray-800\/20 {
  border-top-color: rgb(31 41 55 / 0.2) !important;
}

.border-t-gray-800\/25 {
  border-top-color: rgb(31 41 55 / 0.25) !important;
}

.border-t-gray-800\/30 {
  border-top-color: rgb(31 41 55 / 0.3) !important;
}

.border-t-gray-800\/35 {
  border-top-color: rgb(31 41 55 / 0.35) !important;
}

.border-t-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4) !important;
}

.border-t-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45) !important;
}

.border-t-gray-800\/5 {
  border-top-color: rgb(31 41 55 / 0.05) !important;
}

.border-t-gray-800\/50 {
  border-top-color: rgb(31 41 55 / 0.5) !important;
}

.border-t-gray-800\/55 {
  border-top-color: rgb(31 41 55 / 0.55) !important;
}

.border-t-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6) !important;
}

.border-t-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65) !important;
}

.border-t-gray-800\/70 {
  border-top-color: rgb(31 41 55 / 0.7) !important;
}

.border-t-gray-800\/75 {
  border-top-color: rgb(31 41 55 / 0.75) !important;
}

.border-t-gray-800\/80 {
  border-top-color: rgb(31 41 55 / 0.8) !important;
}

.border-t-gray-800\/85 {
  border-top-color: rgb(31 41 55 / 0.85) !important;
}

.border-t-gray-800\/90 {
  border-top-color: rgb(31 41 55 / 0.9) !important;
}

.border-t-gray-800\/95 {
  border-top-color: rgb(31 41 55 / 0.95) !important;
}

.border-t-gray-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-900\/0 {
  border-top-color: rgb(17 24 39 / 0) !important;
}

.border-t-gray-900\/10 {
  border-top-color: rgb(17 24 39 / 0.1) !important;
}

.border-t-gray-900\/100 {
  border-top-color: rgb(17 24 39 / 1) !important;
}

.border-t-gray-900\/15 {
  border-top-color: rgb(17 24 39 / 0.15) !important;
}

.border-t-gray-900\/20 {
  border-top-color: rgb(17 24 39 / 0.2) !important;
}

.border-t-gray-900\/25 {
  border-top-color: rgb(17 24 39 / 0.25) !important;
}

.border-t-gray-900\/30 {
  border-top-color: rgb(17 24 39 / 0.3) !important;
}

.border-t-gray-900\/35 {
  border-top-color: rgb(17 24 39 / 0.35) !important;
}

.border-t-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4) !important;
}

.border-t-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45) !important;
}

.border-t-gray-900\/5 {
  border-top-color: rgb(17 24 39 / 0.05) !important;
}

.border-t-gray-900\/50 {
  border-top-color: rgb(17 24 39 / 0.5) !important;
}

.border-t-gray-900\/55 {
  border-top-color: rgb(17 24 39 / 0.55) !important;
}

.border-t-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6) !important;
}

.border-t-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65) !important;
}

.border-t-gray-900\/70 {
  border-top-color: rgb(17 24 39 / 0.7) !important;
}

.border-t-gray-900\/75 {
  border-top-color: rgb(17 24 39 / 0.75) !important;
}

.border-t-gray-900\/80 {
  border-top-color: rgb(17 24 39 / 0.8) !important;
}

.border-t-gray-900\/85 {
  border-top-color: rgb(17 24 39 / 0.85) !important;
}

.border-t-gray-900\/90 {
  border-top-color: rgb(17 24 39 / 0.9) !important;
}

.border-t-gray-900\/95 {
  border-top-color: rgb(17 24 39 / 0.95) !important;
}

.border-t-gray-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}

.border-t-gray-950\/0 {
  border-top-color: rgb(3 7 18 / 0) !important;
}

.border-t-gray-950\/10 {
  border-top-color: rgb(3 7 18 / 0.1) !important;
}

.border-t-gray-950\/100 {
  border-top-color: rgb(3 7 18 / 1) !important;
}

.border-t-gray-950\/15 {
  border-top-color: rgb(3 7 18 / 0.15) !important;
}

.border-t-gray-950\/20 {
  border-top-color: rgb(3 7 18 / 0.2) !important;
}

.border-t-gray-950\/25 {
  border-top-color: rgb(3 7 18 / 0.25) !important;
}

.border-t-gray-950\/30 {
  border-top-color: rgb(3 7 18 / 0.3) !important;
}

.border-t-gray-950\/35 {
  border-top-color: rgb(3 7 18 / 0.35) !important;
}

.border-t-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4) !important;
}

.border-t-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45) !important;
}

.border-t-gray-950\/5 {
  border-top-color: rgb(3 7 18 / 0.05) !important;
}

.border-t-gray-950\/50 {
  border-top-color: rgb(3 7 18 / 0.5) !important;
}

.border-t-gray-950\/55 {
  border-top-color: rgb(3 7 18 / 0.55) !important;
}

.border-t-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6) !important;
}

.border-t-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65) !important;
}

.border-t-gray-950\/70 {
  border-top-color: rgb(3 7 18 / 0.7) !important;
}

.border-t-gray-950\/75 {
  border-top-color: rgb(3 7 18 / 0.75) !important;
}

.border-t-gray-950\/80 {
  border-top-color: rgb(3 7 18 / 0.8) !important;
}

.border-t-gray-950\/85 {
  border-top-color: rgb(3 7 18 / 0.85) !important;
}

.border-t-gray-950\/90 {
  border-top-color: rgb(3 7 18 / 0.9) !important;
}

.border-t-gray-950\/95 {
  border-top-color: rgb(3 7 18 / 0.95) !important;
}

.border-t-green-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-100\/0 {
  border-top-color: rgb(220 252 231 / 0) !important;
}

.border-t-green-100\/10 {
  border-top-color: rgb(220 252 231 / 0.1) !important;
}

.border-t-green-100\/100 {
  border-top-color: rgb(220 252 231 / 1) !important;
}

.border-t-green-100\/15 {
  border-top-color: rgb(220 252 231 / 0.15) !important;
}

.border-t-green-100\/20 {
  border-top-color: rgb(220 252 231 / 0.2) !important;
}

.border-t-green-100\/25 {
  border-top-color: rgb(220 252 231 / 0.25) !important;
}

.border-t-green-100\/30 {
  border-top-color: rgb(220 252 231 / 0.3) !important;
}

.border-t-green-100\/35 {
  border-top-color: rgb(220 252 231 / 0.35) !important;
}

.border-t-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4) !important;
}

.border-t-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45) !important;
}

.border-t-green-100\/5 {
  border-top-color: rgb(220 252 231 / 0.05) !important;
}

.border-t-green-100\/50 {
  border-top-color: rgb(220 252 231 / 0.5) !important;
}

.border-t-green-100\/55 {
  border-top-color: rgb(220 252 231 / 0.55) !important;
}

.border-t-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6) !important;
}

.border-t-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65) !important;
}

.border-t-green-100\/70 {
  border-top-color: rgb(220 252 231 / 0.7) !important;
}

.border-t-green-100\/75 {
  border-top-color: rgb(220 252 231 / 0.75) !important;
}

.border-t-green-100\/80 {
  border-top-color: rgb(220 252 231 / 0.8) !important;
}

.border-t-green-100\/85 {
  border-top-color: rgb(220 252 231 / 0.85) !important;
}

.border-t-green-100\/90 {
  border-top-color: rgb(220 252 231 / 0.9) !important;
}

.border-t-green-100\/95 {
  border-top-color: rgb(220 252 231 / 0.95) !important;
}

.border-t-green-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-200\/0 {
  border-top-color: rgb(187 247 208 / 0) !important;
}

.border-t-green-200\/10 {
  border-top-color: rgb(187 247 208 / 0.1) !important;
}

.border-t-green-200\/100 {
  border-top-color: rgb(187 247 208 / 1) !important;
}

.border-t-green-200\/15 {
  border-top-color: rgb(187 247 208 / 0.15) !important;
}

.border-t-green-200\/20 {
  border-top-color: rgb(187 247 208 / 0.2) !important;
}

.border-t-green-200\/25 {
  border-top-color: rgb(187 247 208 / 0.25) !important;
}

.border-t-green-200\/30 {
  border-top-color: rgb(187 247 208 / 0.3) !important;
}

.border-t-green-200\/35 {
  border-top-color: rgb(187 247 208 / 0.35) !important;
}

.border-t-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4) !important;
}

.border-t-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45) !important;
}

.border-t-green-200\/5 {
  border-top-color: rgb(187 247 208 / 0.05) !important;
}

.border-t-green-200\/50 {
  border-top-color: rgb(187 247 208 / 0.5) !important;
}

.border-t-green-200\/55 {
  border-top-color: rgb(187 247 208 / 0.55) !important;
}

.border-t-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6) !important;
}

.border-t-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65) !important;
}

.border-t-green-200\/70 {
  border-top-color: rgb(187 247 208 / 0.7) !important;
}

.border-t-green-200\/75 {
  border-top-color: rgb(187 247 208 / 0.75) !important;
}

.border-t-green-200\/80 {
  border-top-color: rgb(187 247 208 / 0.8) !important;
}

.border-t-green-200\/85 {
  border-top-color: rgb(187 247 208 / 0.85) !important;
}

.border-t-green-200\/90 {
  border-top-color: rgb(187 247 208 / 0.9) !important;
}

.border-t-green-200\/95 {
  border-top-color: rgb(187 247 208 / 0.95) !important;
}

.border-t-green-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-300\/0 {
  border-top-color: rgb(134 239 172 / 0) !important;
}

.border-t-green-300\/10 {
  border-top-color: rgb(134 239 172 / 0.1) !important;
}

.border-t-green-300\/100 {
  border-top-color: rgb(134 239 172 / 1) !important;
}

.border-t-green-300\/15 {
  border-top-color: rgb(134 239 172 / 0.15) !important;
}

.border-t-green-300\/20 {
  border-top-color: rgb(134 239 172 / 0.2) !important;
}

.border-t-green-300\/25 {
  border-top-color: rgb(134 239 172 / 0.25) !important;
}

.border-t-green-300\/30 {
  border-top-color: rgb(134 239 172 / 0.3) !important;
}

.border-t-green-300\/35 {
  border-top-color: rgb(134 239 172 / 0.35) !important;
}

.border-t-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4) !important;
}

.border-t-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45) !important;
}

.border-t-green-300\/5 {
  border-top-color: rgb(134 239 172 / 0.05) !important;
}

.border-t-green-300\/50 {
  border-top-color: rgb(134 239 172 / 0.5) !important;
}

.border-t-green-300\/55 {
  border-top-color: rgb(134 239 172 / 0.55) !important;
}

.border-t-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6) !important;
}

.border-t-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65) !important;
}

.border-t-green-300\/70 {
  border-top-color: rgb(134 239 172 / 0.7) !important;
}

.border-t-green-300\/75 {
  border-top-color: rgb(134 239 172 / 0.75) !important;
}

.border-t-green-300\/80 {
  border-top-color: rgb(134 239 172 / 0.8) !important;
}

.border-t-green-300\/85 {
  border-top-color: rgb(134 239 172 / 0.85) !important;
}

.border-t-green-300\/90 {
  border-top-color: rgb(134 239 172 / 0.9) !important;
}

.border-t-green-300\/95 {
  border-top-color: rgb(134 239 172 / 0.95) !important;
}

.border-t-green-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-400\/0 {
  border-top-color: rgb(74 222 128 / 0) !important;
}

.border-t-green-400\/10 {
  border-top-color: rgb(74 222 128 / 0.1) !important;
}

.border-t-green-400\/100 {
  border-top-color: rgb(74 222 128 / 1) !important;
}

.border-t-green-400\/15 {
  border-top-color: rgb(74 222 128 / 0.15) !important;
}

.border-t-green-400\/20 {
  border-top-color: rgb(74 222 128 / 0.2) !important;
}

.border-t-green-400\/25 {
  border-top-color: rgb(74 222 128 / 0.25) !important;
}

.border-t-green-400\/30 {
  border-top-color: rgb(74 222 128 / 0.3) !important;
}

.border-t-green-400\/35 {
  border-top-color: rgb(74 222 128 / 0.35) !important;
}

.border-t-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4) !important;
}

.border-t-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45) !important;
}

.border-t-green-400\/5 {
  border-top-color: rgb(74 222 128 / 0.05) !important;
}

.border-t-green-400\/50 {
  border-top-color: rgb(74 222 128 / 0.5) !important;
}

.border-t-green-400\/55 {
  border-top-color: rgb(74 222 128 / 0.55) !important;
}

.border-t-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6) !important;
}

.border-t-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65) !important;
}

.border-t-green-400\/70 {
  border-top-color: rgb(74 222 128 / 0.7) !important;
}

.border-t-green-400\/75 {
  border-top-color: rgb(74 222 128 / 0.75) !important;
}

.border-t-green-400\/80 {
  border-top-color: rgb(74 222 128 / 0.8) !important;
}

.border-t-green-400\/85 {
  border-top-color: rgb(74 222 128 / 0.85) !important;
}

.border-t-green-400\/90 {
  border-top-color: rgb(74 222 128 / 0.9) !important;
}

.border-t-green-400\/95 {
  border-top-color: rgb(74 222 128 / 0.95) !important;
}

.border-t-green-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-50\/0 {
  border-top-color: rgb(240 253 244 / 0) !important;
}

.border-t-green-50\/10 {
  border-top-color: rgb(240 253 244 / 0.1) !important;
}

.border-t-green-50\/100 {
  border-top-color: rgb(240 253 244 / 1) !important;
}

.border-t-green-50\/15 {
  border-top-color: rgb(240 253 244 / 0.15) !important;
}

.border-t-green-50\/20 {
  border-top-color: rgb(240 253 244 / 0.2) !important;
}

.border-t-green-50\/25 {
  border-top-color: rgb(240 253 244 / 0.25) !important;
}

.border-t-green-50\/30 {
  border-top-color: rgb(240 253 244 / 0.3) !important;
}

.border-t-green-50\/35 {
  border-top-color: rgb(240 253 244 / 0.35) !important;
}

.border-t-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4) !important;
}

.border-t-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45) !important;
}

.border-t-green-50\/5 {
  border-top-color: rgb(240 253 244 / 0.05) !important;
}

.border-t-green-50\/50 {
  border-top-color: rgb(240 253 244 / 0.5) !important;
}

.border-t-green-50\/55 {
  border-top-color: rgb(240 253 244 / 0.55) !important;
}

.border-t-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6) !important;
}

.border-t-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65) !important;
}

.border-t-green-50\/70 {
  border-top-color: rgb(240 253 244 / 0.7) !important;
}

.border-t-green-50\/75 {
  border-top-color: rgb(240 253 244 / 0.75) !important;
}

.border-t-green-50\/80 {
  border-top-color: rgb(240 253 244 / 0.8) !important;
}

.border-t-green-50\/85 {
  border-top-color: rgb(240 253 244 / 0.85) !important;
}

.border-t-green-50\/90 {
  border-top-color: rgb(240 253 244 / 0.9) !important;
}

.border-t-green-50\/95 {
  border-top-color: rgb(240 253 244 / 0.95) !important;
}

.border-t-green-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-500\/0 {
  border-top-color: rgb(34 197 94 / 0) !important;
}

.border-t-green-500\/10 {
  border-top-color: rgb(34 197 94 / 0.1) !important;
}

.border-t-green-500\/100 {
  border-top-color: rgb(34 197 94 / 1) !important;
}

.border-t-green-500\/15 {
  border-top-color: rgb(34 197 94 / 0.15) !important;
}

.border-t-green-500\/20 {
  border-top-color: rgb(34 197 94 / 0.2) !important;
}

.border-t-green-500\/25 {
  border-top-color: rgb(34 197 94 / 0.25) !important;
}

.border-t-green-500\/30 {
  border-top-color: rgb(34 197 94 / 0.3) !important;
}

.border-t-green-500\/35 {
  border-top-color: rgb(34 197 94 / 0.35) !important;
}

.border-t-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4) !important;
}

.border-t-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45) !important;
}

.border-t-green-500\/5 {
  border-top-color: rgb(34 197 94 / 0.05) !important;
}

.border-t-green-500\/50 {
  border-top-color: rgb(34 197 94 / 0.5) !important;
}

.border-t-green-500\/55 {
  border-top-color: rgb(34 197 94 / 0.55) !important;
}

.border-t-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6) !important;
}

.border-t-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65) !important;
}

.border-t-green-500\/70 {
  border-top-color: rgb(34 197 94 / 0.7) !important;
}

.border-t-green-500\/75 {
  border-top-color: rgb(34 197 94 / 0.75) !important;
}

.border-t-green-500\/80 {
  border-top-color: rgb(34 197 94 / 0.8) !important;
}

.border-t-green-500\/85 {
  border-top-color: rgb(34 197 94 / 0.85) !important;
}

.border-t-green-500\/90 {
  border-top-color: rgb(34 197 94 / 0.9) !important;
}

.border-t-green-500\/95 {
  border-top-color: rgb(34 197 94 / 0.95) !important;
}

.border-t-green-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-600\/0 {
  border-top-color: rgb(22 163 74 / 0) !important;
}

.border-t-green-600\/10 {
  border-top-color: rgb(22 163 74 / 0.1) !important;
}

.border-t-green-600\/100 {
  border-top-color: rgb(22 163 74 / 1) !important;
}

.border-t-green-600\/15 {
  border-top-color: rgb(22 163 74 / 0.15) !important;
}

.border-t-green-600\/20 {
  border-top-color: rgb(22 163 74 / 0.2) !important;
}

.border-t-green-600\/25 {
  border-top-color: rgb(22 163 74 / 0.25) !important;
}

.border-t-green-600\/30 {
  border-top-color: rgb(22 163 74 / 0.3) !important;
}

.border-t-green-600\/35 {
  border-top-color: rgb(22 163 74 / 0.35) !important;
}

.border-t-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4) !important;
}

.border-t-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45) !important;
}

.border-t-green-600\/5 {
  border-top-color: rgb(22 163 74 / 0.05) !important;
}

.border-t-green-600\/50 {
  border-top-color: rgb(22 163 74 / 0.5) !important;
}

.border-t-green-600\/55 {
  border-top-color: rgb(22 163 74 / 0.55) !important;
}

.border-t-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6) !important;
}

.border-t-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65) !important;
}

.border-t-green-600\/70 {
  border-top-color: rgb(22 163 74 / 0.7) !important;
}

.border-t-green-600\/75 {
  border-top-color: rgb(22 163 74 / 0.75) !important;
}

.border-t-green-600\/80 {
  border-top-color: rgb(22 163 74 / 0.8) !important;
}

.border-t-green-600\/85 {
  border-top-color: rgb(22 163 74 / 0.85) !important;
}

.border-t-green-600\/90 {
  border-top-color: rgb(22 163 74 / 0.9) !important;
}

.border-t-green-600\/95 {
  border-top-color: rgb(22 163 74 / 0.95) !important;
}

.border-t-green-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-700\/0 {
  border-top-color: rgb(21 128 61 / 0) !important;
}

.border-t-green-700\/10 {
  border-top-color: rgb(21 128 61 / 0.1) !important;
}

.border-t-green-700\/100 {
  border-top-color: rgb(21 128 61 / 1) !important;
}

.border-t-green-700\/15 {
  border-top-color: rgb(21 128 61 / 0.15) !important;
}

.border-t-green-700\/20 {
  border-top-color: rgb(21 128 61 / 0.2) !important;
}

.border-t-green-700\/25 {
  border-top-color: rgb(21 128 61 / 0.25) !important;
}

.border-t-green-700\/30 {
  border-top-color: rgb(21 128 61 / 0.3) !important;
}

.border-t-green-700\/35 {
  border-top-color: rgb(21 128 61 / 0.35) !important;
}

.border-t-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4) !important;
}

.border-t-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45) !important;
}

.border-t-green-700\/5 {
  border-top-color: rgb(21 128 61 / 0.05) !important;
}

.border-t-green-700\/50 {
  border-top-color: rgb(21 128 61 / 0.5) !important;
}

.border-t-green-700\/55 {
  border-top-color: rgb(21 128 61 / 0.55) !important;
}

.border-t-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6) !important;
}

.border-t-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65) !important;
}

.border-t-green-700\/70 {
  border-top-color: rgb(21 128 61 / 0.7) !important;
}

.border-t-green-700\/75 {
  border-top-color: rgb(21 128 61 / 0.75) !important;
}

.border-t-green-700\/80 {
  border-top-color: rgb(21 128 61 / 0.8) !important;
}

.border-t-green-700\/85 {
  border-top-color: rgb(21 128 61 / 0.85) !important;
}

.border-t-green-700\/90 {
  border-top-color: rgb(21 128 61 / 0.9) !important;
}

.border-t-green-700\/95 {
  border-top-color: rgb(21 128 61 / 0.95) !important;
}

.border-t-green-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-800\/0 {
  border-top-color: rgb(22 101 52 / 0) !important;
}

.border-t-green-800\/10 {
  border-top-color: rgb(22 101 52 / 0.1) !important;
}

.border-t-green-800\/100 {
  border-top-color: rgb(22 101 52 / 1) !important;
}

.border-t-green-800\/15 {
  border-top-color: rgb(22 101 52 / 0.15) !important;
}

.border-t-green-800\/20 {
  border-top-color: rgb(22 101 52 / 0.2) !important;
}

.border-t-green-800\/25 {
  border-top-color: rgb(22 101 52 / 0.25) !important;
}

.border-t-green-800\/30 {
  border-top-color: rgb(22 101 52 / 0.3) !important;
}

.border-t-green-800\/35 {
  border-top-color: rgb(22 101 52 / 0.35) !important;
}

.border-t-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4) !important;
}

.border-t-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45) !important;
}

.border-t-green-800\/5 {
  border-top-color: rgb(22 101 52 / 0.05) !important;
}

.border-t-green-800\/50 {
  border-top-color: rgb(22 101 52 / 0.5) !important;
}

.border-t-green-800\/55 {
  border-top-color: rgb(22 101 52 / 0.55) !important;
}

.border-t-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6) !important;
}

.border-t-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65) !important;
}

.border-t-green-800\/70 {
  border-top-color: rgb(22 101 52 / 0.7) !important;
}

.border-t-green-800\/75 {
  border-top-color: rgb(22 101 52 / 0.75) !important;
}

.border-t-green-800\/80 {
  border-top-color: rgb(22 101 52 / 0.8) !important;
}

.border-t-green-800\/85 {
  border-top-color: rgb(22 101 52 / 0.85) !important;
}

.border-t-green-800\/90 {
  border-top-color: rgb(22 101 52 / 0.9) !important;
}

.border-t-green-800\/95 {
  border-top-color: rgb(22 101 52 / 0.95) !important;
}

.border-t-green-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-900\/0 {
  border-top-color: rgb(20 83 45 / 0) !important;
}

.border-t-green-900\/10 {
  border-top-color: rgb(20 83 45 / 0.1) !important;
}

.border-t-green-900\/100 {
  border-top-color: rgb(20 83 45 / 1) !important;
}

.border-t-green-900\/15 {
  border-top-color: rgb(20 83 45 / 0.15) !important;
}

.border-t-green-900\/20 {
  border-top-color: rgb(20 83 45 / 0.2) !important;
}

.border-t-green-900\/25 {
  border-top-color: rgb(20 83 45 / 0.25) !important;
}

.border-t-green-900\/30 {
  border-top-color: rgb(20 83 45 / 0.3) !important;
}

.border-t-green-900\/35 {
  border-top-color: rgb(20 83 45 / 0.35) !important;
}

.border-t-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4) !important;
}

.border-t-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45) !important;
}

.border-t-green-900\/5 {
  border-top-color: rgb(20 83 45 / 0.05) !important;
}

.border-t-green-900\/50 {
  border-top-color: rgb(20 83 45 / 0.5) !important;
}

.border-t-green-900\/55 {
  border-top-color: rgb(20 83 45 / 0.55) !important;
}

.border-t-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6) !important;
}

.border-t-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65) !important;
}

.border-t-green-900\/70 {
  border-top-color: rgb(20 83 45 / 0.7) !important;
}

.border-t-green-900\/75 {
  border-top-color: rgb(20 83 45 / 0.75) !important;
}

.border-t-green-900\/80 {
  border-top-color: rgb(20 83 45 / 0.8) !important;
}

.border-t-green-900\/85 {
  border-top-color: rgb(20 83 45 / 0.85) !important;
}

.border-t-green-900\/90 {
  border-top-color: rgb(20 83 45 / 0.9) !important;
}

.border-t-green-900\/95 {
  border-top-color: rgb(20 83 45 / 0.95) !important;
}

.border-t-green-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
}

.border-t-green-950\/0 {
  border-top-color: rgb(5 46 22 / 0) !important;
}

.border-t-green-950\/10 {
  border-top-color: rgb(5 46 22 / 0.1) !important;
}

.border-t-green-950\/100 {
  border-top-color: rgb(5 46 22 / 1) !important;
}

.border-t-green-950\/15 {
  border-top-color: rgb(5 46 22 / 0.15) !important;
}

.border-t-green-950\/20 {
  border-top-color: rgb(5 46 22 / 0.2) !important;
}

.border-t-green-950\/25 {
  border-top-color: rgb(5 46 22 / 0.25) !important;
}

.border-t-green-950\/30 {
  border-top-color: rgb(5 46 22 / 0.3) !important;
}

.border-t-green-950\/35 {
  border-top-color: rgb(5 46 22 / 0.35) !important;
}

.border-t-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4) !important;
}

.border-t-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45) !important;
}

.border-t-green-950\/5 {
  border-top-color: rgb(5 46 22 / 0.05) !important;
}

.border-t-green-950\/50 {
  border-top-color: rgb(5 46 22 / 0.5) !important;
}

.border-t-green-950\/55 {
  border-top-color: rgb(5 46 22 / 0.55) !important;
}

.border-t-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6) !important;
}

.border-t-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65) !important;
}

.border-t-green-950\/70 {
  border-top-color: rgb(5 46 22 / 0.7) !important;
}

.border-t-green-950\/75 {
  border-top-color: rgb(5 46 22 / 0.75) !important;
}

.border-t-green-950\/80 {
  border-top-color: rgb(5 46 22 / 0.8) !important;
}

.border-t-green-950\/85 {
  border-top-color: rgb(5 46 22 / 0.85) !important;
}

.border-t-green-950\/90 {
  border-top-color: rgb(5 46 22 / 0.9) !important;
}

.border-t-green-950\/95 {
  border-top-color: rgb(5 46 22 / 0.95) !important;
}

.border-t-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-100\/0 {
  border-top-color: rgb(224 231 255 / 0) !important;
}

.border-t-indigo-100\/10 {
  border-top-color: rgb(224 231 255 / 0.1) !important;
}

.border-t-indigo-100\/100 {
  border-top-color: rgb(224 231 255 / 1) !important;
}

.border-t-indigo-100\/15 {
  border-top-color: rgb(224 231 255 / 0.15) !important;
}

.border-t-indigo-100\/20 {
  border-top-color: rgb(224 231 255 / 0.2) !important;
}

.border-t-indigo-100\/25 {
  border-top-color: rgb(224 231 255 / 0.25) !important;
}

.border-t-indigo-100\/30 {
  border-top-color: rgb(224 231 255 / 0.3) !important;
}

.border-t-indigo-100\/35 {
  border-top-color: rgb(224 231 255 / 0.35) !important;
}

.border-t-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4) !important;
}

.border-t-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45) !important;
}

.border-t-indigo-100\/5 {
  border-top-color: rgb(224 231 255 / 0.05) !important;
}

.border-t-indigo-100\/50 {
  border-top-color: rgb(224 231 255 / 0.5) !important;
}

.border-t-indigo-100\/55 {
  border-top-color: rgb(224 231 255 / 0.55) !important;
}

.border-t-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6) !important;
}

.border-t-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65) !important;
}

.border-t-indigo-100\/70 {
  border-top-color: rgb(224 231 255 / 0.7) !important;
}

.border-t-indigo-100\/75 {
  border-top-color: rgb(224 231 255 / 0.75) !important;
}

.border-t-indigo-100\/80 {
  border-top-color: rgb(224 231 255 / 0.8) !important;
}

.border-t-indigo-100\/85 {
  border-top-color: rgb(224 231 255 / 0.85) !important;
}

.border-t-indigo-100\/90 {
  border-top-color: rgb(224 231 255 / 0.9) !important;
}

.border-t-indigo-100\/95 {
  border-top-color: rgb(224 231 255 / 0.95) !important;
}

.border-t-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-200\/0 {
  border-top-color: rgb(199 210 254 / 0) !important;
}

.border-t-indigo-200\/10 {
  border-top-color: rgb(199 210 254 / 0.1) !important;
}

.border-t-indigo-200\/100 {
  border-top-color: rgb(199 210 254 / 1) !important;
}

.border-t-indigo-200\/15 {
  border-top-color: rgb(199 210 254 / 0.15) !important;
}

.border-t-indigo-200\/20 {
  border-top-color: rgb(199 210 254 / 0.2) !important;
}

.border-t-indigo-200\/25 {
  border-top-color: rgb(199 210 254 / 0.25) !important;
}

.border-t-indigo-200\/30 {
  border-top-color: rgb(199 210 254 / 0.3) !important;
}

.border-t-indigo-200\/35 {
  border-top-color: rgb(199 210 254 / 0.35) !important;
}

.border-t-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4) !important;
}

.border-t-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45) !important;
}

.border-t-indigo-200\/5 {
  border-top-color: rgb(199 210 254 / 0.05) !important;
}

.border-t-indigo-200\/50 {
  border-top-color: rgb(199 210 254 / 0.5) !important;
}

.border-t-indigo-200\/55 {
  border-top-color: rgb(199 210 254 / 0.55) !important;
}

.border-t-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6) !important;
}

.border-t-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65) !important;
}

.border-t-indigo-200\/70 {
  border-top-color: rgb(199 210 254 / 0.7) !important;
}

.border-t-indigo-200\/75 {
  border-top-color: rgb(199 210 254 / 0.75) !important;
}

.border-t-indigo-200\/80 {
  border-top-color: rgb(199 210 254 / 0.8) !important;
}

.border-t-indigo-200\/85 {
  border-top-color: rgb(199 210 254 / 0.85) !important;
}

.border-t-indigo-200\/90 {
  border-top-color: rgb(199 210 254 / 0.9) !important;
}

.border-t-indigo-200\/95 {
  border-top-color: rgb(199 210 254 / 0.95) !important;
}

.border-t-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-300\/0 {
  border-top-color: rgb(165 180 252 / 0) !important;
}

.border-t-indigo-300\/10 {
  border-top-color: rgb(165 180 252 / 0.1) !important;
}

.border-t-indigo-300\/100 {
  border-top-color: rgb(165 180 252 / 1) !important;
}

.border-t-indigo-300\/15 {
  border-top-color: rgb(165 180 252 / 0.15) !important;
}

.border-t-indigo-300\/20 {
  border-top-color: rgb(165 180 252 / 0.2) !important;
}

.border-t-indigo-300\/25 {
  border-top-color: rgb(165 180 252 / 0.25) !important;
}

.border-t-indigo-300\/30 {
  border-top-color: rgb(165 180 252 / 0.3) !important;
}

.border-t-indigo-300\/35 {
  border-top-color: rgb(165 180 252 / 0.35) !important;
}

.border-t-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4) !important;
}

.border-t-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45) !important;
}

.border-t-indigo-300\/5 {
  border-top-color: rgb(165 180 252 / 0.05) !important;
}

.border-t-indigo-300\/50 {
  border-top-color: rgb(165 180 252 / 0.5) !important;
}

.border-t-indigo-300\/55 {
  border-top-color: rgb(165 180 252 / 0.55) !important;
}

.border-t-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6) !important;
}

.border-t-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65) !important;
}

.border-t-indigo-300\/70 {
  border-top-color: rgb(165 180 252 / 0.7) !important;
}

.border-t-indigo-300\/75 {
  border-top-color: rgb(165 180 252 / 0.75) !important;
}

.border-t-indigo-300\/80 {
  border-top-color: rgb(165 180 252 / 0.8) !important;
}

.border-t-indigo-300\/85 {
  border-top-color: rgb(165 180 252 / 0.85) !important;
}

.border-t-indigo-300\/90 {
  border-top-color: rgb(165 180 252 / 0.9) !important;
}

.border-t-indigo-300\/95 {
  border-top-color: rgb(165 180 252 / 0.95) !important;
}

.border-t-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-400\/0 {
  border-top-color: rgb(129 140 248 / 0) !important;
}

.border-t-indigo-400\/10 {
  border-top-color: rgb(129 140 248 / 0.1) !important;
}

.border-t-indigo-400\/100 {
  border-top-color: rgb(129 140 248 / 1) !important;
}

.border-t-indigo-400\/15 {
  border-top-color: rgb(129 140 248 / 0.15) !important;
}

.border-t-indigo-400\/20 {
  border-top-color: rgb(129 140 248 / 0.2) !important;
}

.border-t-indigo-400\/25 {
  border-top-color: rgb(129 140 248 / 0.25) !important;
}

.border-t-indigo-400\/30 {
  border-top-color: rgb(129 140 248 / 0.3) !important;
}

.border-t-indigo-400\/35 {
  border-top-color: rgb(129 140 248 / 0.35) !important;
}

.border-t-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4) !important;
}

.border-t-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45) !important;
}

.border-t-indigo-400\/5 {
  border-top-color: rgb(129 140 248 / 0.05) !important;
}

.border-t-indigo-400\/50 {
  border-top-color: rgb(129 140 248 / 0.5) !important;
}

.border-t-indigo-400\/55 {
  border-top-color: rgb(129 140 248 / 0.55) !important;
}

.border-t-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6) !important;
}

.border-t-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65) !important;
}

.border-t-indigo-400\/70 {
  border-top-color: rgb(129 140 248 / 0.7) !important;
}

.border-t-indigo-400\/75 {
  border-top-color: rgb(129 140 248 / 0.75) !important;
}

.border-t-indigo-400\/80 {
  border-top-color: rgb(129 140 248 / 0.8) !important;
}

.border-t-indigo-400\/85 {
  border-top-color: rgb(129 140 248 / 0.85) !important;
}

.border-t-indigo-400\/90 {
  border-top-color: rgb(129 140 248 / 0.9) !important;
}

.border-t-indigo-400\/95 {
  border-top-color: rgb(129 140 248 / 0.95) !important;
}

.border-t-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-50\/0 {
  border-top-color: rgb(238 242 255 / 0) !important;
}

.border-t-indigo-50\/10 {
  border-top-color: rgb(238 242 255 / 0.1) !important;
}

.border-t-indigo-50\/100 {
  border-top-color: rgb(238 242 255 / 1) !important;
}

.border-t-indigo-50\/15 {
  border-top-color: rgb(238 242 255 / 0.15) !important;
}

.border-t-indigo-50\/20 {
  border-top-color: rgb(238 242 255 / 0.2) !important;
}

.border-t-indigo-50\/25 {
  border-top-color: rgb(238 242 255 / 0.25) !important;
}

.border-t-indigo-50\/30 {
  border-top-color: rgb(238 242 255 / 0.3) !important;
}

.border-t-indigo-50\/35 {
  border-top-color: rgb(238 242 255 / 0.35) !important;
}

.border-t-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4) !important;
}

.border-t-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45) !important;
}

.border-t-indigo-50\/5 {
  border-top-color: rgb(238 242 255 / 0.05) !important;
}

.border-t-indigo-50\/50 {
  border-top-color: rgb(238 242 255 / 0.5) !important;
}

.border-t-indigo-50\/55 {
  border-top-color: rgb(238 242 255 / 0.55) !important;
}

.border-t-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6) !important;
}

.border-t-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65) !important;
}

.border-t-indigo-50\/70 {
  border-top-color: rgb(238 242 255 / 0.7) !important;
}

.border-t-indigo-50\/75 {
  border-top-color: rgb(238 242 255 / 0.75) !important;
}

.border-t-indigo-50\/80 {
  border-top-color: rgb(238 242 255 / 0.8) !important;
}

.border-t-indigo-50\/85 {
  border-top-color: rgb(238 242 255 / 0.85) !important;
}

.border-t-indigo-50\/90 {
  border-top-color: rgb(238 242 255 / 0.9) !important;
}

.border-t-indigo-50\/95 {
  border-top-color: rgb(238 242 255 / 0.95) !important;
}

.border-t-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-500\/0 {
  border-top-color: rgb(99 102 241 / 0) !important;
}

.border-t-indigo-500\/10 {
  border-top-color: rgb(99 102 241 / 0.1) !important;
}

.border-t-indigo-500\/100 {
  border-top-color: rgb(99 102 241 / 1) !important;
}

.border-t-indigo-500\/15 {
  border-top-color: rgb(99 102 241 / 0.15) !important;
}

.border-t-indigo-500\/20 {
  border-top-color: rgb(99 102 241 / 0.2) !important;
}

.border-t-indigo-500\/25 {
  border-top-color: rgb(99 102 241 / 0.25) !important;
}

.border-t-indigo-500\/30 {
  border-top-color: rgb(99 102 241 / 0.3) !important;
}

.border-t-indigo-500\/35 {
  border-top-color: rgb(99 102 241 / 0.35) !important;
}

.border-t-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4) !important;
}

.border-t-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45) !important;
}

.border-t-indigo-500\/5 {
  border-top-color: rgb(99 102 241 / 0.05) !important;
}

.border-t-indigo-500\/50 {
  border-top-color: rgb(99 102 241 / 0.5) !important;
}

.border-t-indigo-500\/55 {
  border-top-color: rgb(99 102 241 / 0.55) !important;
}

.border-t-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6) !important;
}

.border-t-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65) !important;
}

.border-t-indigo-500\/70 {
  border-top-color: rgb(99 102 241 / 0.7) !important;
}

.border-t-indigo-500\/75 {
  border-top-color: rgb(99 102 241 / 0.75) !important;
}

.border-t-indigo-500\/80 {
  border-top-color: rgb(99 102 241 / 0.8) !important;
}

.border-t-indigo-500\/85 {
  border-top-color: rgb(99 102 241 / 0.85) !important;
}

.border-t-indigo-500\/90 {
  border-top-color: rgb(99 102 241 / 0.9) !important;
}

.border-t-indigo-500\/95 {
  border-top-color: rgb(99 102 241 / 0.95) !important;
}

.border-t-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-600\/0 {
  border-top-color: rgb(79 70 229 / 0) !important;
}

.border-t-indigo-600\/10 {
  border-top-color: rgb(79 70 229 / 0.1) !important;
}

.border-t-indigo-600\/100 {
  border-top-color: rgb(79 70 229 / 1) !important;
}

.border-t-indigo-600\/15 {
  border-top-color: rgb(79 70 229 / 0.15) !important;
}

.border-t-indigo-600\/20 {
  border-top-color: rgb(79 70 229 / 0.2) !important;
}

.border-t-indigo-600\/25 {
  border-top-color: rgb(79 70 229 / 0.25) !important;
}

.border-t-indigo-600\/30 {
  border-top-color: rgb(79 70 229 / 0.3) !important;
}

.border-t-indigo-600\/35 {
  border-top-color: rgb(79 70 229 / 0.35) !important;
}

.border-t-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4) !important;
}

.border-t-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45) !important;
}

.border-t-indigo-600\/5 {
  border-top-color: rgb(79 70 229 / 0.05) !important;
}

.border-t-indigo-600\/50 {
  border-top-color: rgb(79 70 229 / 0.5) !important;
}

.border-t-indigo-600\/55 {
  border-top-color: rgb(79 70 229 / 0.55) !important;
}

.border-t-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6) !important;
}

.border-t-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65) !important;
}

.border-t-indigo-600\/70 {
  border-top-color: rgb(79 70 229 / 0.7) !important;
}

.border-t-indigo-600\/75 {
  border-top-color: rgb(79 70 229 / 0.75) !important;
}

.border-t-indigo-600\/80 {
  border-top-color: rgb(79 70 229 / 0.8) !important;
}

.border-t-indigo-600\/85 {
  border-top-color: rgb(79 70 229 / 0.85) !important;
}

.border-t-indigo-600\/90 {
  border-top-color: rgb(79 70 229 / 0.9) !important;
}

.border-t-indigo-600\/95 {
  border-top-color: rgb(79 70 229 / 0.95) !important;
}

.border-t-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-700\/0 {
  border-top-color: rgb(67 56 202 / 0) !important;
}

.border-t-indigo-700\/10 {
  border-top-color: rgb(67 56 202 / 0.1) !important;
}

.border-t-indigo-700\/100 {
  border-top-color: rgb(67 56 202 / 1) !important;
}

.border-t-indigo-700\/15 {
  border-top-color: rgb(67 56 202 / 0.15) !important;
}

.border-t-indigo-700\/20 {
  border-top-color: rgb(67 56 202 / 0.2) !important;
}

.border-t-indigo-700\/25 {
  border-top-color: rgb(67 56 202 / 0.25) !important;
}

.border-t-indigo-700\/30 {
  border-top-color: rgb(67 56 202 / 0.3) !important;
}

.border-t-indigo-700\/35 {
  border-top-color: rgb(67 56 202 / 0.35) !important;
}

.border-t-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4) !important;
}

.border-t-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45) !important;
}

.border-t-indigo-700\/5 {
  border-top-color: rgb(67 56 202 / 0.05) !important;
}

.border-t-indigo-700\/50 {
  border-top-color: rgb(67 56 202 / 0.5) !important;
}

.border-t-indigo-700\/55 {
  border-top-color: rgb(67 56 202 / 0.55) !important;
}

.border-t-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6) !important;
}

.border-t-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65) !important;
}

.border-t-indigo-700\/70 {
  border-top-color: rgb(67 56 202 / 0.7) !important;
}

.border-t-indigo-700\/75 {
  border-top-color: rgb(67 56 202 / 0.75) !important;
}

.border-t-indigo-700\/80 {
  border-top-color: rgb(67 56 202 / 0.8) !important;
}

.border-t-indigo-700\/85 {
  border-top-color: rgb(67 56 202 / 0.85) !important;
}

.border-t-indigo-700\/90 {
  border-top-color: rgb(67 56 202 / 0.9) !important;
}

.border-t-indigo-700\/95 {
  border-top-color: rgb(67 56 202 / 0.95) !important;
}

.border-t-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-800\/0 {
  border-top-color: rgb(55 48 163 / 0) !important;
}

.border-t-indigo-800\/10 {
  border-top-color: rgb(55 48 163 / 0.1) !important;
}

.border-t-indigo-800\/100 {
  border-top-color: rgb(55 48 163 / 1) !important;
}

.border-t-indigo-800\/15 {
  border-top-color: rgb(55 48 163 / 0.15) !important;
}

.border-t-indigo-800\/20 {
  border-top-color: rgb(55 48 163 / 0.2) !important;
}

.border-t-indigo-800\/25 {
  border-top-color: rgb(55 48 163 / 0.25) !important;
}

.border-t-indigo-800\/30 {
  border-top-color: rgb(55 48 163 / 0.3) !important;
}

.border-t-indigo-800\/35 {
  border-top-color: rgb(55 48 163 / 0.35) !important;
}

.border-t-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4) !important;
}

.border-t-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45) !important;
}

.border-t-indigo-800\/5 {
  border-top-color: rgb(55 48 163 / 0.05) !important;
}

.border-t-indigo-800\/50 {
  border-top-color: rgb(55 48 163 / 0.5) !important;
}

.border-t-indigo-800\/55 {
  border-top-color: rgb(55 48 163 / 0.55) !important;
}

.border-t-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6) !important;
}

.border-t-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65) !important;
}

.border-t-indigo-800\/70 {
  border-top-color: rgb(55 48 163 / 0.7) !important;
}

.border-t-indigo-800\/75 {
  border-top-color: rgb(55 48 163 / 0.75) !important;
}

.border-t-indigo-800\/80 {
  border-top-color: rgb(55 48 163 / 0.8) !important;
}

.border-t-indigo-800\/85 {
  border-top-color: rgb(55 48 163 / 0.85) !important;
}

.border-t-indigo-800\/90 {
  border-top-color: rgb(55 48 163 / 0.9) !important;
}

.border-t-indigo-800\/95 {
  border-top-color: rgb(55 48 163 / 0.95) !important;
}

.border-t-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-900\/0 {
  border-top-color: rgb(49 46 129 / 0) !important;
}

.border-t-indigo-900\/10 {
  border-top-color: rgb(49 46 129 / 0.1) !important;
}

.border-t-indigo-900\/100 {
  border-top-color: rgb(49 46 129 / 1) !important;
}

.border-t-indigo-900\/15 {
  border-top-color: rgb(49 46 129 / 0.15) !important;
}

.border-t-indigo-900\/20 {
  border-top-color: rgb(49 46 129 / 0.2) !important;
}

.border-t-indigo-900\/25 {
  border-top-color: rgb(49 46 129 / 0.25) !important;
}

.border-t-indigo-900\/30 {
  border-top-color: rgb(49 46 129 / 0.3) !important;
}

.border-t-indigo-900\/35 {
  border-top-color: rgb(49 46 129 / 0.35) !important;
}

.border-t-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4) !important;
}

.border-t-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45) !important;
}

.border-t-indigo-900\/5 {
  border-top-color: rgb(49 46 129 / 0.05) !important;
}

.border-t-indigo-900\/50 {
  border-top-color: rgb(49 46 129 / 0.5) !important;
}

.border-t-indigo-900\/55 {
  border-top-color: rgb(49 46 129 / 0.55) !important;
}

.border-t-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6) !important;
}

.border-t-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65) !important;
}

.border-t-indigo-900\/70 {
  border-top-color: rgb(49 46 129 / 0.7) !important;
}

.border-t-indigo-900\/75 {
  border-top-color: rgb(49 46 129 / 0.75) !important;
}

.border-t-indigo-900\/80 {
  border-top-color: rgb(49 46 129 / 0.8) !important;
}

.border-t-indigo-900\/85 {
  border-top-color: rgb(49 46 129 / 0.85) !important;
}

.border-t-indigo-900\/90 {
  border-top-color: rgb(49 46 129 / 0.9) !important;
}

.border-t-indigo-900\/95 {
  border-top-color: rgb(49 46 129 / 0.95) !important;
}

.border-t-indigo-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
}

.border-t-indigo-950\/0 {
  border-top-color: rgb(30 27 75 / 0) !important;
}

.border-t-indigo-950\/10 {
  border-top-color: rgb(30 27 75 / 0.1) !important;
}

.border-t-indigo-950\/100 {
  border-top-color: rgb(30 27 75 / 1) !important;
}

.border-t-indigo-950\/15 {
  border-top-color: rgb(30 27 75 / 0.15) !important;
}

.border-t-indigo-950\/20 {
  border-top-color: rgb(30 27 75 / 0.2) !important;
}

.border-t-indigo-950\/25 {
  border-top-color: rgb(30 27 75 / 0.25) !important;
}

.border-t-indigo-950\/30 {
  border-top-color: rgb(30 27 75 / 0.3) !important;
}

.border-t-indigo-950\/35 {
  border-top-color: rgb(30 27 75 / 0.35) !important;
}

.border-t-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4) !important;
}

.border-t-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45) !important;
}

.border-t-indigo-950\/5 {
  border-top-color: rgb(30 27 75 / 0.05) !important;
}

.border-t-indigo-950\/50 {
  border-top-color: rgb(30 27 75 / 0.5) !important;
}

.border-t-indigo-950\/55 {
  border-top-color: rgb(30 27 75 / 0.55) !important;
}

.border-t-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6) !important;
}

.border-t-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65) !important;
}

.border-t-indigo-950\/70 {
  border-top-color: rgb(30 27 75 / 0.7) !important;
}

.border-t-indigo-950\/75 {
  border-top-color: rgb(30 27 75 / 0.75) !important;
}

.border-t-indigo-950\/80 {
  border-top-color: rgb(30 27 75 / 0.8) !important;
}

.border-t-indigo-950\/85 {
  border-top-color: rgb(30 27 75 / 0.85) !important;
}

.border-t-indigo-950\/90 {
  border-top-color: rgb(30 27 75 / 0.9) !important;
}

.border-t-indigo-950\/95 {
  border-top-color: rgb(30 27 75 / 0.95) !important;
}

.border-t-inherit {
  border-top-color: inherit !important;
}

.border-t-lime-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-100\/0 {
  border-top-color: rgb(236 252 203 / 0) !important;
}

.border-t-lime-100\/10 {
  border-top-color: rgb(236 252 203 / 0.1) !important;
}

.border-t-lime-100\/100 {
  border-top-color: rgb(236 252 203 / 1) !important;
}

.border-t-lime-100\/15 {
  border-top-color: rgb(236 252 203 / 0.15) !important;
}

.border-t-lime-100\/20 {
  border-top-color: rgb(236 252 203 / 0.2) !important;
}

.border-t-lime-100\/25 {
  border-top-color: rgb(236 252 203 / 0.25) !important;
}

.border-t-lime-100\/30 {
  border-top-color: rgb(236 252 203 / 0.3) !important;
}

.border-t-lime-100\/35 {
  border-top-color: rgb(236 252 203 / 0.35) !important;
}

.border-t-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4) !important;
}

.border-t-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45) !important;
}

.border-t-lime-100\/5 {
  border-top-color: rgb(236 252 203 / 0.05) !important;
}

.border-t-lime-100\/50 {
  border-top-color: rgb(236 252 203 / 0.5) !important;
}

.border-t-lime-100\/55 {
  border-top-color: rgb(236 252 203 / 0.55) !important;
}

.border-t-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6) !important;
}

.border-t-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65) !important;
}

.border-t-lime-100\/70 {
  border-top-color: rgb(236 252 203 / 0.7) !important;
}

.border-t-lime-100\/75 {
  border-top-color: rgb(236 252 203 / 0.75) !important;
}

.border-t-lime-100\/80 {
  border-top-color: rgb(236 252 203 / 0.8) !important;
}

.border-t-lime-100\/85 {
  border-top-color: rgb(236 252 203 / 0.85) !important;
}

.border-t-lime-100\/90 {
  border-top-color: rgb(236 252 203 / 0.9) !important;
}

.border-t-lime-100\/95 {
  border-top-color: rgb(236 252 203 / 0.95) !important;
}

.border-t-lime-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-200\/0 {
  border-top-color: rgb(217 249 157 / 0) !important;
}

.border-t-lime-200\/10 {
  border-top-color: rgb(217 249 157 / 0.1) !important;
}

.border-t-lime-200\/100 {
  border-top-color: rgb(217 249 157 / 1) !important;
}

.border-t-lime-200\/15 {
  border-top-color: rgb(217 249 157 / 0.15) !important;
}

.border-t-lime-200\/20 {
  border-top-color: rgb(217 249 157 / 0.2) !important;
}

.border-t-lime-200\/25 {
  border-top-color: rgb(217 249 157 / 0.25) !important;
}

.border-t-lime-200\/30 {
  border-top-color: rgb(217 249 157 / 0.3) !important;
}

.border-t-lime-200\/35 {
  border-top-color: rgb(217 249 157 / 0.35) !important;
}

.border-t-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4) !important;
}

.border-t-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45) !important;
}

.border-t-lime-200\/5 {
  border-top-color: rgb(217 249 157 / 0.05) !important;
}

.border-t-lime-200\/50 {
  border-top-color: rgb(217 249 157 / 0.5) !important;
}

.border-t-lime-200\/55 {
  border-top-color: rgb(217 249 157 / 0.55) !important;
}

.border-t-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6) !important;
}

.border-t-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65) !important;
}

.border-t-lime-200\/70 {
  border-top-color: rgb(217 249 157 / 0.7) !important;
}

.border-t-lime-200\/75 {
  border-top-color: rgb(217 249 157 / 0.75) !important;
}

.border-t-lime-200\/80 {
  border-top-color: rgb(217 249 157 / 0.8) !important;
}

.border-t-lime-200\/85 {
  border-top-color: rgb(217 249 157 / 0.85) !important;
}

.border-t-lime-200\/90 {
  border-top-color: rgb(217 249 157 / 0.9) !important;
}

.border-t-lime-200\/95 {
  border-top-color: rgb(217 249 157 / 0.95) !important;
}

.border-t-lime-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-300\/0 {
  border-top-color: rgb(190 242 100 / 0) !important;
}

.border-t-lime-300\/10 {
  border-top-color: rgb(190 242 100 / 0.1) !important;
}

.border-t-lime-300\/100 {
  border-top-color: rgb(190 242 100 / 1) !important;
}

.border-t-lime-300\/15 {
  border-top-color: rgb(190 242 100 / 0.15) !important;
}

.border-t-lime-300\/20 {
  border-top-color: rgb(190 242 100 / 0.2) !important;
}

.border-t-lime-300\/25 {
  border-top-color: rgb(190 242 100 / 0.25) !important;
}

.border-t-lime-300\/30 {
  border-top-color: rgb(190 242 100 / 0.3) !important;
}

.border-t-lime-300\/35 {
  border-top-color: rgb(190 242 100 / 0.35) !important;
}

.border-t-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4) !important;
}

.border-t-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45) !important;
}

.border-t-lime-300\/5 {
  border-top-color: rgb(190 242 100 / 0.05) !important;
}

.border-t-lime-300\/50 {
  border-top-color: rgb(190 242 100 / 0.5) !important;
}

.border-t-lime-300\/55 {
  border-top-color: rgb(190 242 100 / 0.55) !important;
}

.border-t-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6) !important;
}

.border-t-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65) !important;
}

.border-t-lime-300\/70 {
  border-top-color: rgb(190 242 100 / 0.7) !important;
}

.border-t-lime-300\/75 {
  border-top-color: rgb(190 242 100 / 0.75) !important;
}

.border-t-lime-300\/80 {
  border-top-color: rgb(190 242 100 / 0.8) !important;
}

.border-t-lime-300\/85 {
  border-top-color: rgb(190 242 100 / 0.85) !important;
}

.border-t-lime-300\/90 {
  border-top-color: rgb(190 242 100 / 0.9) !important;
}

.border-t-lime-300\/95 {
  border-top-color: rgb(190 242 100 / 0.95) !important;
}

.border-t-lime-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-400\/0 {
  border-top-color: rgb(163 230 53 / 0) !important;
}

.border-t-lime-400\/10 {
  border-top-color: rgb(163 230 53 / 0.1) !important;
}

.border-t-lime-400\/100 {
  border-top-color: rgb(163 230 53 / 1) !important;
}

.border-t-lime-400\/15 {
  border-top-color: rgb(163 230 53 / 0.15) !important;
}

.border-t-lime-400\/20 {
  border-top-color: rgb(163 230 53 / 0.2) !important;
}

.border-t-lime-400\/25 {
  border-top-color: rgb(163 230 53 / 0.25) !important;
}

.border-t-lime-400\/30 {
  border-top-color: rgb(163 230 53 / 0.3) !important;
}

.border-t-lime-400\/35 {
  border-top-color: rgb(163 230 53 / 0.35) !important;
}

.border-t-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4) !important;
}

.border-t-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45) !important;
}

.border-t-lime-400\/5 {
  border-top-color: rgb(163 230 53 / 0.05) !important;
}

.border-t-lime-400\/50 {
  border-top-color: rgb(163 230 53 / 0.5) !important;
}

.border-t-lime-400\/55 {
  border-top-color: rgb(163 230 53 / 0.55) !important;
}

.border-t-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6) !important;
}

.border-t-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65) !important;
}

.border-t-lime-400\/70 {
  border-top-color: rgb(163 230 53 / 0.7) !important;
}

.border-t-lime-400\/75 {
  border-top-color: rgb(163 230 53 / 0.75) !important;
}

.border-t-lime-400\/80 {
  border-top-color: rgb(163 230 53 / 0.8) !important;
}

.border-t-lime-400\/85 {
  border-top-color: rgb(163 230 53 / 0.85) !important;
}

.border-t-lime-400\/90 {
  border-top-color: rgb(163 230 53 / 0.9) !important;
}

.border-t-lime-400\/95 {
  border-top-color: rgb(163 230 53 / 0.95) !important;
}

.border-t-lime-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-50\/0 {
  border-top-color: rgb(247 254 231 / 0) !important;
}

.border-t-lime-50\/10 {
  border-top-color: rgb(247 254 231 / 0.1) !important;
}

.border-t-lime-50\/100 {
  border-top-color: rgb(247 254 231 / 1) !important;
}

.border-t-lime-50\/15 {
  border-top-color: rgb(247 254 231 / 0.15) !important;
}

.border-t-lime-50\/20 {
  border-top-color: rgb(247 254 231 / 0.2) !important;
}

.border-t-lime-50\/25 {
  border-top-color: rgb(247 254 231 / 0.25) !important;
}

.border-t-lime-50\/30 {
  border-top-color: rgb(247 254 231 / 0.3) !important;
}

.border-t-lime-50\/35 {
  border-top-color: rgb(247 254 231 / 0.35) !important;
}

.border-t-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4) !important;
}

.border-t-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45) !important;
}

.border-t-lime-50\/5 {
  border-top-color: rgb(247 254 231 / 0.05) !important;
}

.border-t-lime-50\/50 {
  border-top-color: rgb(247 254 231 / 0.5) !important;
}

.border-t-lime-50\/55 {
  border-top-color: rgb(247 254 231 / 0.55) !important;
}

.border-t-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6) !important;
}

.border-t-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65) !important;
}

.border-t-lime-50\/70 {
  border-top-color: rgb(247 254 231 / 0.7) !important;
}

.border-t-lime-50\/75 {
  border-top-color: rgb(247 254 231 / 0.75) !important;
}

.border-t-lime-50\/80 {
  border-top-color: rgb(247 254 231 / 0.8) !important;
}

.border-t-lime-50\/85 {
  border-top-color: rgb(247 254 231 / 0.85) !important;
}

.border-t-lime-50\/90 {
  border-top-color: rgb(247 254 231 / 0.9) !important;
}

.border-t-lime-50\/95 {
  border-top-color: rgb(247 254 231 / 0.95) !important;
}

.border-t-lime-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-500\/0 {
  border-top-color: rgb(132 204 22 / 0) !important;
}

.border-t-lime-500\/10 {
  border-top-color: rgb(132 204 22 / 0.1) !important;
}

.border-t-lime-500\/100 {
  border-top-color: rgb(132 204 22 / 1) !important;
}

.border-t-lime-500\/15 {
  border-top-color: rgb(132 204 22 / 0.15) !important;
}

.border-t-lime-500\/20 {
  border-top-color: rgb(132 204 22 / 0.2) !important;
}

.border-t-lime-500\/25 {
  border-top-color: rgb(132 204 22 / 0.25) !important;
}

.border-t-lime-500\/30 {
  border-top-color: rgb(132 204 22 / 0.3) !important;
}

.border-t-lime-500\/35 {
  border-top-color: rgb(132 204 22 / 0.35) !important;
}

.border-t-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4) !important;
}

.border-t-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45) !important;
}

.border-t-lime-500\/5 {
  border-top-color: rgb(132 204 22 / 0.05) !important;
}

.border-t-lime-500\/50 {
  border-top-color: rgb(132 204 22 / 0.5) !important;
}

.border-t-lime-500\/55 {
  border-top-color: rgb(132 204 22 / 0.55) !important;
}

.border-t-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6) !important;
}

.border-t-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65) !important;
}

.border-t-lime-500\/70 {
  border-top-color: rgb(132 204 22 / 0.7) !important;
}

.border-t-lime-500\/75 {
  border-top-color: rgb(132 204 22 / 0.75) !important;
}

.border-t-lime-500\/80 {
  border-top-color: rgb(132 204 22 / 0.8) !important;
}

.border-t-lime-500\/85 {
  border-top-color: rgb(132 204 22 / 0.85) !important;
}

.border-t-lime-500\/90 {
  border-top-color: rgb(132 204 22 / 0.9) !important;
}

.border-t-lime-500\/95 {
  border-top-color: rgb(132 204 22 / 0.95) !important;
}

.border-t-lime-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-600\/0 {
  border-top-color: rgb(101 163 13 / 0) !important;
}

.border-t-lime-600\/10 {
  border-top-color: rgb(101 163 13 / 0.1) !important;
}

.border-t-lime-600\/100 {
  border-top-color: rgb(101 163 13 / 1) !important;
}

.border-t-lime-600\/15 {
  border-top-color: rgb(101 163 13 / 0.15) !important;
}

.border-t-lime-600\/20 {
  border-top-color: rgb(101 163 13 / 0.2) !important;
}

.border-t-lime-600\/25 {
  border-top-color: rgb(101 163 13 / 0.25) !important;
}

.border-t-lime-600\/30 {
  border-top-color: rgb(101 163 13 / 0.3) !important;
}

.border-t-lime-600\/35 {
  border-top-color: rgb(101 163 13 / 0.35) !important;
}

.border-t-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4) !important;
}

.border-t-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45) !important;
}

.border-t-lime-600\/5 {
  border-top-color: rgb(101 163 13 / 0.05) !important;
}

.border-t-lime-600\/50 {
  border-top-color: rgb(101 163 13 / 0.5) !important;
}

.border-t-lime-600\/55 {
  border-top-color: rgb(101 163 13 / 0.55) !important;
}

.border-t-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6) !important;
}

.border-t-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65) !important;
}

.border-t-lime-600\/70 {
  border-top-color: rgb(101 163 13 / 0.7) !important;
}

.border-t-lime-600\/75 {
  border-top-color: rgb(101 163 13 / 0.75) !important;
}

.border-t-lime-600\/80 {
  border-top-color: rgb(101 163 13 / 0.8) !important;
}

.border-t-lime-600\/85 {
  border-top-color: rgb(101 163 13 / 0.85) !important;
}

.border-t-lime-600\/90 {
  border-top-color: rgb(101 163 13 / 0.9) !important;
}

.border-t-lime-600\/95 {
  border-top-color: rgb(101 163 13 / 0.95) !important;
}

.border-t-lime-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-700\/0 {
  border-top-color: rgb(77 124 15 / 0) !important;
}

.border-t-lime-700\/10 {
  border-top-color: rgb(77 124 15 / 0.1) !important;
}

.border-t-lime-700\/100 {
  border-top-color: rgb(77 124 15 / 1) !important;
}

.border-t-lime-700\/15 {
  border-top-color: rgb(77 124 15 / 0.15) !important;
}

.border-t-lime-700\/20 {
  border-top-color: rgb(77 124 15 / 0.2) !important;
}

.border-t-lime-700\/25 {
  border-top-color: rgb(77 124 15 / 0.25) !important;
}

.border-t-lime-700\/30 {
  border-top-color: rgb(77 124 15 / 0.3) !important;
}

.border-t-lime-700\/35 {
  border-top-color: rgb(77 124 15 / 0.35) !important;
}

.border-t-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4) !important;
}

.border-t-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45) !important;
}

.border-t-lime-700\/5 {
  border-top-color: rgb(77 124 15 / 0.05) !important;
}

.border-t-lime-700\/50 {
  border-top-color: rgb(77 124 15 / 0.5) !important;
}

.border-t-lime-700\/55 {
  border-top-color: rgb(77 124 15 / 0.55) !important;
}

.border-t-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6) !important;
}

.border-t-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65) !important;
}

.border-t-lime-700\/70 {
  border-top-color: rgb(77 124 15 / 0.7) !important;
}

.border-t-lime-700\/75 {
  border-top-color: rgb(77 124 15 / 0.75) !important;
}

.border-t-lime-700\/80 {
  border-top-color: rgb(77 124 15 / 0.8) !important;
}

.border-t-lime-700\/85 {
  border-top-color: rgb(77 124 15 / 0.85) !important;
}

.border-t-lime-700\/90 {
  border-top-color: rgb(77 124 15 / 0.9) !important;
}

.border-t-lime-700\/95 {
  border-top-color: rgb(77 124 15 / 0.95) !important;
}

.border-t-lime-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-800\/0 {
  border-top-color: rgb(63 98 18 / 0) !important;
}

.border-t-lime-800\/10 {
  border-top-color: rgb(63 98 18 / 0.1) !important;
}

.border-t-lime-800\/100 {
  border-top-color: rgb(63 98 18 / 1) !important;
}

.border-t-lime-800\/15 {
  border-top-color: rgb(63 98 18 / 0.15) !important;
}

.border-t-lime-800\/20 {
  border-top-color: rgb(63 98 18 / 0.2) !important;
}

.border-t-lime-800\/25 {
  border-top-color: rgb(63 98 18 / 0.25) !important;
}

.border-t-lime-800\/30 {
  border-top-color: rgb(63 98 18 / 0.3) !important;
}

.border-t-lime-800\/35 {
  border-top-color: rgb(63 98 18 / 0.35) !important;
}

.border-t-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4) !important;
}

.border-t-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45) !important;
}

.border-t-lime-800\/5 {
  border-top-color: rgb(63 98 18 / 0.05) !important;
}

.border-t-lime-800\/50 {
  border-top-color: rgb(63 98 18 / 0.5) !important;
}

.border-t-lime-800\/55 {
  border-top-color: rgb(63 98 18 / 0.55) !important;
}

.border-t-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6) !important;
}

.border-t-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65) !important;
}

.border-t-lime-800\/70 {
  border-top-color: rgb(63 98 18 / 0.7) !important;
}

.border-t-lime-800\/75 {
  border-top-color: rgb(63 98 18 / 0.75) !important;
}

.border-t-lime-800\/80 {
  border-top-color: rgb(63 98 18 / 0.8) !important;
}

.border-t-lime-800\/85 {
  border-top-color: rgb(63 98 18 / 0.85) !important;
}

.border-t-lime-800\/90 {
  border-top-color: rgb(63 98 18 / 0.9) !important;
}

.border-t-lime-800\/95 {
  border-top-color: rgb(63 98 18 / 0.95) !important;
}

.border-t-lime-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-900\/0 {
  border-top-color: rgb(54 83 20 / 0) !important;
}

.border-t-lime-900\/10 {
  border-top-color: rgb(54 83 20 / 0.1) !important;
}

.border-t-lime-900\/100 {
  border-top-color: rgb(54 83 20 / 1) !important;
}

.border-t-lime-900\/15 {
  border-top-color: rgb(54 83 20 / 0.15) !important;
}

.border-t-lime-900\/20 {
  border-top-color: rgb(54 83 20 / 0.2) !important;
}

.border-t-lime-900\/25 {
  border-top-color: rgb(54 83 20 / 0.25) !important;
}

.border-t-lime-900\/30 {
  border-top-color: rgb(54 83 20 / 0.3) !important;
}

.border-t-lime-900\/35 {
  border-top-color: rgb(54 83 20 / 0.35) !important;
}

.border-t-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4) !important;
}

.border-t-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45) !important;
}

.border-t-lime-900\/5 {
  border-top-color: rgb(54 83 20 / 0.05) !important;
}

.border-t-lime-900\/50 {
  border-top-color: rgb(54 83 20 / 0.5) !important;
}

.border-t-lime-900\/55 {
  border-top-color: rgb(54 83 20 / 0.55) !important;
}

.border-t-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6) !important;
}

.border-t-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65) !important;
}

.border-t-lime-900\/70 {
  border-top-color: rgb(54 83 20 / 0.7) !important;
}

.border-t-lime-900\/75 {
  border-top-color: rgb(54 83 20 / 0.75) !important;
}

.border-t-lime-900\/80 {
  border-top-color: rgb(54 83 20 / 0.8) !important;
}

.border-t-lime-900\/85 {
  border-top-color: rgb(54 83 20 / 0.85) !important;
}

.border-t-lime-900\/90 {
  border-top-color: rgb(54 83 20 / 0.9) !important;
}

.border-t-lime-900\/95 {
  border-top-color: rgb(54 83 20 / 0.95) !important;
}

.border-t-lime-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
}

.border-t-lime-950\/0 {
  border-top-color: rgb(26 46 5 / 0) !important;
}

.border-t-lime-950\/10 {
  border-top-color: rgb(26 46 5 / 0.1) !important;
}

.border-t-lime-950\/100 {
  border-top-color: rgb(26 46 5 / 1) !important;
}

.border-t-lime-950\/15 {
  border-top-color: rgb(26 46 5 / 0.15) !important;
}

.border-t-lime-950\/20 {
  border-top-color: rgb(26 46 5 / 0.2) !important;
}

.border-t-lime-950\/25 {
  border-top-color: rgb(26 46 5 / 0.25) !important;
}

.border-t-lime-950\/30 {
  border-top-color: rgb(26 46 5 / 0.3) !important;
}

.border-t-lime-950\/35 {
  border-top-color: rgb(26 46 5 / 0.35) !important;
}

.border-t-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4) !important;
}

.border-t-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45) !important;
}

.border-t-lime-950\/5 {
  border-top-color: rgb(26 46 5 / 0.05) !important;
}

.border-t-lime-950\/50 {
  border-top-color: rgb(26 46 5 / 0.5) !important;
}

.border-t-lime-950\/55 {
  border-top-color: rgb(26 46 5 / 0.55) !important;
}

.border-t-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6) !important;
}

.border-t-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65) !important;
}

.border-t-lime-950\/70 {
  border-top-color: rgb(26 46 5 / 0.7) !important;
}

.border-t-lime-950\/75 {
  border-top-color: rgb(26 46 5 / 0.75) !important;
}

.border-t-lime-950\/80 {
  border-top-color: rgb(26 46 5 / 0.8) !important;
}

.border-t-lime-950\/85 {
  border-top-color: rgb(26 46 5 / 0.85) !important;
}

.border-t-lime-950\/90 {
  border-top-color: rgb(26 46 5 / 0.9) !important;
}

.border-t-lime-950\/95 {
  border-top-color: rgb(26 46 5 / 0.95) !important;
}

.border-t-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0) !important;
}

.border-t-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1) !important;
}

.border-t-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1) !important;
}

.border-t-neutral-100\/15 {
  border-top-color: rgb(245 245 245 / 0.15) !important;
}

.border-t-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2) !important;
}

.border-t-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25) !important;
}

.border-t-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3) !important;
}

.border-t-neutral-100\/35 {
  border-top-color: rgb(245 245 245 / 0.35) !important;
}

.border-t-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4) !important;
}

.border-t-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45) !important;
}

.border-t-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05) !important;
}

.border-t-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5) !important;
}

.border-t-neutral-100\/55 {
  border-top-color: rgb(245 245 245 / 0.55) !important;
}

.border-t-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6) !important;
}

.border-t-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65) !important;
}

.border-t-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7) !important;
}

.border-t-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75) !important;
}

.border-t-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8) !important;
}

.border-t-neutral-100\/85 {
  border-top-color: rgb(245 245 245 / 0.85) !important;
}

.border-t-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9) !important;
}

.border-t-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95) !important;
}

.border-t-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0) !important;
}

.border-t-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1) !important;
}

.border-t-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1) !important;
}

.border-t-neutral-200\/15 {
  border-top-color: rgb(229 229 229 / 0.15) !important;
}

.border-t-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2) !important;
}

.border-t-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25) !important;
}

.border-t-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3) !important;
}

.border-t-neutral-200\/35 {
  border-top-color: rgb(229 229 229 / 0.35) !important;
}

.border-t-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4) !important;
}

.border-t-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45) !important;
}

.border-t-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05) !important;
}

.border-t-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5) !important;
}

.border-t-neutral-200\/55 {
  border-top-color: rgb(229 229 229 / 0.55) !important;
}

.border-t-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6) !important;
}

.border-t-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65) !important;
}

.border-t-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7) !important;
}

.border-t-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75) !important;
}

.border-t-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8) !important;
}

.border-t-neutral-200\/85 {
  border-top-color: rgb(229 229 229 / 0.85) !important;
}

.border-t-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9) !important;
}

.border-t-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95) !important;
}

.border-t-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0) !important;
}

.border-t-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1) !important;
}

.border-t-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1) !important;
}

.border-t-neutral-300\/15 {
  border-top-color: rgb(212 212 212 / 0.15) !important;
}

.border-t-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2) !important;
}

.border-t-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25) !important;
}

.border-t-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3) !important;
}

.border-t-neutral-300\/35 {
  border-top-color: rgb(212 212 212 / 0.35) !important;
}

.border-t-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4) !important;
}

.border-t-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45) !important;
}

.border-t-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05) !important;
}

.border-t-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5) !important;
}

.border-t-neutral-300\/55 {
  border-top-color: rgb(212 212 212 / 0.55) !important;
}

.border-t-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6) !important;
}

.border-t-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65) !important;
}

.border-t-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7) !important;
}

.border-t-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75) !important;
}

.border-t-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8) !important;
}

.border-t-neutral-300\/85 {
  border-top-color: rgb(212 212 212 / 0.85) !important;
}

.border-t-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9) !important;
}

.border-t-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95) !important;
}

.border-t-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0) !important;
}

.border-t-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1) !important;
}

.border-t-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1) !important;
}

.border-t-neutral-400\/15 {
  border-top-color: rgb(163 163 163 / 0.15) !important;
}

.border-t-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2) !important;
}

.border-t-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25) !important;
}

.border-t-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3) !important;
}

.border-t-neutral-400\/35 {
  border-top-color: rgb(163 163 163 / 0.35) !important;
}

.border-t-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4) !important;
}

.border-t-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45) !important;
}

.border-t-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05) !important;
}

.border-t-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5) !important;
}

.border-t-neutral-400\/55 {
  border-top-color: rgb(163 163 163 / 0.55) !important;
}

.border-t-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6) !important;
}

.border-t-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65) !important;
}

.border-t-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7) !important;
}

.border-t-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75) !important;
}

.border-t-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8) !important;
}

.border-t-neutral-400\/85 {
  border-top-color: rgb(163 163 163 / 0.85) !important;
}

.border-t-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9) !important;
}

.border-t-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95) !important;
}

.border-t-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0) !important;
}

.border-t-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1) !important;
}

.border-t-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1) !important;
}

.border-t-neutral-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15) !important;
}

.border-t-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2) !important;
}

.border-t-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25) !important;
}

.border-t-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3) !important;
}

.border-t-neutral-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35) !important;
}

.border-t-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4) !important;
}

.border-t-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45) !important;
}

.border-t-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05) !important;
}

.border-t-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5) !important;
}

.border-t-neutral-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55) !important;
}

.border-t-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6) !important;
}

.border-t-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65) !important;
}

.border-t-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7) !important;
}

.border-t-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75) !important;
}

.border-t-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8) !important;
}

.border-t-neutral-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85) !important;
}

.border-t-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9) !important;
}

.border-t-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95) !important;
}

.border-t-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0) !important;
}

.border-t-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1) !important;
}

.border-t-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1) !important;
}

.border-t-neutral-500\/15 {
  border-top-color: rgb(115 115 115 / 0.15) !important;
}

.border-t-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2) !important;
}

.border-t-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25) !important;
}

.border-t-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3) !important;
}

.border-t-neutral-500\/35 {
  border-top-color: rgb(115 115 115 / 0.35) !important;
}

.border-t-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4) !important;
}

.border-t-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45) !important;
}

.border-t-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05) !important;
}

.border-t-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5) !important;
}

.border-t-neutral-500\/55 {
  border-top-color: rgb(115 115 115 / 0.55) !important;
}

.border-t-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6) !important;
}

.border-t-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65) !important;
}

.border-t-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7) !important;
}

.border-t-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75) !important;
}

.border-t-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8) !important;
}

.border-t-neutral-500\/85 {
  border-top-color: rgb(115 115 115 / 0.85) !important;
}

.border-t-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9) !important;
}

.border-t-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95) !important;
}

.border-t-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0) !important;
}

.border-t-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1) !important;
}

.border-t-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1) !important;
}

.border-t-neutral-600\/15 {
  border-top-color: rgb(82 82 82 / 0.15) !important;
}

.border-t-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2) !important;
}

.border-t-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25) !important;
}

.border-t-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3) !important;
}

.border-t-neutral-600\/35 {
  border-top-color: rgb(82 82 82 / 0.35) !important;
}

.border-t-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4) !important;
}

.border-t-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45) !important;
}

.border-t-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05) !important;
}

.border-t-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5) !important;
}

.border-t-neutral-600\/55 {
  border-top-color: rgb(82 82 82 / 0.55) !important;
}

.border-t-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6) !important;
}

.border-t-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65) !important;
}

.border-t-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7) !important;
}

.border-t-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75) !important;
}

.border-t-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8) !important;
}

.border-t-neutral-600\/85 {
  border-top-color: rgb(82 82 82 / 0.85) !important;
}

.border-t-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9) !important;
}

.border-t-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95) !important;
}

.border-t-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0) !important;
}

.border-t-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1) !important;
}

.border-t-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1) !important;
}

.border-t-neutral-700\/15 {
  border-top-color: rgb(64 64 64 / 0.15) !important;
}

.border-t-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2) !important;
}

.border-t-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25) !important;
}

.border-t-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3) !important;
}

.border-t-neutral-700\/35 {
  border-top-color: rgb(64 64 64 / 0.35) !important;
}

.border-t-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4) !important;
}

.border-t-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45) !important;
}

.border-t-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05) !important;
}

.border-t-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5) !important;
}

.border-t-neutral-700\/55 {
  border-top-color: rgb(64 64 64 / 0.55) !important;
}

.border-t-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6) !important;
}

.border-t-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65) !important;
}

.border-t-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7) !important;
}

.border-t-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75) !important;
}

.border-t-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8) !important;
}

.border-t-neutral-700\/85 {
  border-top-color: rgb(64 64 64 / 0.85) !important;
}

.border-t-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9) !important;
}

.border-t-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95) !important;
}

.border-t-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0) !important;
}

.border-t-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1) !important;
}

.border-t-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1) !important;
}

.border-t-neutral-800\/15 {
  border-top-color: rgb(38 38 38 / 0.15) !important;
}

.border-t-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2) !important;
}

.border-t-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25) !important;
}

.border-t-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3) !important;
}

.border-t-neutral-800\/35 {
  border-top-color: rgb(38 38 38 / 0.35) !important;
}

.border-t-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4) !important;
}

.border-t-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45) !important;
}

.border-t-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05) !important;
}

.border-t-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5) !important;
}

.border-t-neutral-800\/55 {
  border-top-color: rgb(38 38 38 / 0.55) !important;
}

.border-t-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6) !important;
}

.border-t-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65) !important;
}

.border-t-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7) !important;
}

.border-t-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75) !important;
}

.border-t-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8) !important;
}

.border-t-neutral-800\/85 {
  border-top-color: rgb(38 38 38 / 0.85) !important;
}

.border-t-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9) !important;
}

.border-t-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95) !important;
}

.border-t-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0) !important;
}

.border-t-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1) !important;
}

.border-t-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1) !important;
}

.border-t-neutral-900\/15 {
  border-top-color: rgb(23 23 23 / 0.15) !important;
}

.border-t-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2) !important;
}

.border-t-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25) !important;
}

.border-t-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3) !important;
}

.border-t-neutral-900\/35 {
  border-top-color: rgb(23 23 23 / 0.35) !important;
}

.border-t-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4) !important;
}

.border-t-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45) !important;
}

.border-t-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05) !important;
}

.border-t-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5) !important;
}

.border-t-neutral-900\/55 {
  border-top-color: rgb(23 23 23 / 0.55) !important;
}

.border-t-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6) !important;
}

.border-t-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65) !important;
}

.border-t-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7) !important;
}

.border-t-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75) !important;
}

.border-t-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8) !important;
}

.border-t-neutral-900\/85 {
  border-top-color: rgb(23 23 23 / 0.85) !important;
}

.border-t-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9) !important;
}

.border-t-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95) !important;
}

.border-t-neutral-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-t-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0) !important;
}

.border-t-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1) !important;
}

.border-t-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1) !important;
}

.border-t-neutral-950\/15 {
  border-top-color: rgb(10 10 10 / 0.15) !important;
}

.border-t-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2) !important;
}

.border-t-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25) !important;
}

.border-t-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3) !important;
}

.border-t-neutral-950\/35 {
  border-top-color: rgb(10 10 10 / 0.35) !important;
}

.border-t-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4) !important;
}

.border-t-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45) !important;
}

.border-t-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05) !important;
}

.border-t-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5) !important;
}

.border-t-neutral-950\/55 {
  border-top-color: rgb(10 10 10 / 0.55) !important;
}

.border-t-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6) !important;
}

.border-t-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65) !important;
}

.border-t-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7) !important;
}

.border-t-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75) !important;
}

.border-t-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8) !important;
}

.border-t-neutral-950\/85 {
  border-top-color: rgb(10 10 10 / 0.85) !important;
}

.border-t-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9) !important;
}

.border-t-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95) !important;
}

.border-t-orange-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-100\/0 {
  border-top-color: rgb(255 237 213 / 0) !important;
}

.border-t-orange-100\/10 {
  border-top-color: rgb(255 237 213 / 0.1) !important;
}

.border-t-orange-100\/100 {
  border-top-color: rgb(255 237 213 / 1) !important;
}

.border-t-orange-100\/15 {
  border-top-color: rgb(255 237 213 / 0.15) !important;
}

.border-t-orange-100\/20 {
  border-top-color: rgb(255 237 213 / 0.2) !important;
}

.border-t-orange-100\/25 {
  border-top-color: rgb(255 237 213 / 0.25) !important;
}

.border-t-orange-100\/30 {
  border-top-color: rgb(255 237 213 / 0.3) !important;
}

.border-t-orange-100\/35 {
  border-top-color: rgb(255 237 213 / 0.35) !important;
}

.border-t-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4) !important;
}

.border-t-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45) !important;
}

.border-t-orange-100\/5 {
  border-top-color: rgb(255 237 213 / 0.05) !important;
}

.border-t-orange-100\/50 {
  border-top-color: rgb(255 237 213 / 0.5) !important;
}

.border-t-orange-100\/55 {
  border-top-color: rgb(255 237 213 / 0.55) !important;
}

.border-t-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6) !important;
}

.border-t-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65) !important;
}

.border-t-orange-100\/70 {
  border-top-color: rgb(255 237 213 / 0.7) !important;
}

.border-t-orange-100\/75 {
  border-top-color: rgb(255 237 213 / 0.75) !important;
}

.border-t-orange-100\/80 {
  border-top-color: rgb(255 237 213 / 0.8) !important;
}

.border-t-orange-100\/85 {
  border-top-color: rgb(255 237 213 / 0.85) !important;
}

.border-t-orange-100\/90 {
  border-top-color: rgb(255 237 213 / 0.9) !important;
}

.border-t-orange-100\/95 {
  border-top-color: rgb(255 237 213 / 0.95) !important;
}

.border-t-orange-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-200\/0 {
  border-top-color: rgb(254 215 170 / 0) !important;
}

.border-t-orange-200\/10 {
  border-top-color: rgb(254 215 170 / 0.1) !important;
}

.border-t-orange-200\/100 {
  border-top-color: rgb(254 215 170 / 1) !important;
}

.border-t-orange-200\/15 {
  border-top-color: rgb(254 215 170 / 0.15) !important;
}

.border-t-orange-200\/20 {
  border-top-color: rgb(254 215 170 / 0.2) !important;
}

.border-t-orange-200\/25 {
  border-top-color: rgb(254 215 170 / 0.25) !important;
}

.border-t-orange-200\/30 {
  border-top-color: rgb(254 215 170 / 0.3) !important;
}

.border-t-orange-200\/35 {
  border-top-color: rgb(254 215 170 / 0.35) !important;
}

.border-t-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4) !important;
}

.border-t-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45) !important;
}

.border-t-orange-200\/5 {
  border-top-color: rgb(254 215 170 / 0.05) !important;
}

.border-t-orange-200\/50 {
  border-top-color: rgb(254 215 170 / 0.5) !important;
}

.border-t-orange-200\/55 {
  border-top-color: rgb(254 215 170 / 0.55) !important;
}

.border-t-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6) !important;
}

.border-t-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65) !important;
}

.border-t-orange-200\/70 {
  border-top-color: rgb(254 215 170 / 0.7) !important;
}

.border-t-orange-200\/75 {
  border-top-color: rgb(254 215 170 / 0.75) !important;
}

.border-t-orange-200\/80 {
  border-top-color: rgb(254 215 170 / 0.8) !important;
}

.border-t-orange-200\/85 {
  border-top-color: rgb(254 215 170 / 0.85) !important;
}

.border-t-orange-200\/90 {
  border-top-color: rgb(254 215 170 / 0.9) !important;
}

.border-t-orange-200\/95 {
  border-top-color: rgb(254 215 170 / 0.95) !important;
}

.border-t-orange-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-300\/0 {
  border-top-color: rgb(253 186 116 / 0) !important;
}

.border-t-orange-300\/10 {
  border-top-color: rgb(253 186 116 / 0.1) !important;
}

.border-t-orange-300\/100 {
  border-top-color: rgb(253 186 116 / 1) !important;
}

.border-t-orange-300\/15 {
  border-top-color: rgb(253 186 116 / 0.15) !important;
}

.border-t-orange-300\/20 {
  border-top-color: rgb(253 186 116 / 0.2) !important;
}

.border-t-orange-300\/25 {
  border-top-color: rgb(253 186 116 / 0.25) !important;
}

.border-t-orange-300\/30 {
  border-top-color: rgb(253 186 116 / 0.3) !important;
}

.border-t-orange-300\/35 {
  border-top-color: rgb(253 186 116 / 0.35) !important;
}

.border-t-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4) !important;
}

.border-t-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45) !important;
}

.border-t-orange-300\/5 {
  border-top-color: rgb(253 186 116 / 0.05) !important;
}

.border-t-orange-300\/50 {
  border-top-color: rgb(253 186 116 / 0.5) !important;
}

.border-t-orange-300\/55 {
  border-top-color: rgb(253 186 116 / 0.55) !important;
}

.border-t-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6) !important;
}

.border-t-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65) !important;
}

.border-t-orange-300\/70 {
  border-top-color: rgb(253 186 116 / 0.7) !important;
}

.border-t-orange-300\/75 {
  border-top-color: rgb(253 186 116 / 0.75) !important;
}

.border-t-orange-300\/80 {
  border-top-color: rgb(253 186 116 / 0.8) !important;
}

.border-t-orange-300\/85 {
  border-top-color: rgb(253 186 116 / 0.85) !important;
}

.border-t-orange-300\/90 {
  border-top-color: rgb(253 186 116 / 0.9) !important;
}

.border-t-orange-300\/95 {
  border-top-color: rgb(253 186 116 / 0.95) !important;
}

.border-t-orange-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-400\/0 {
  border-top-color: rgb(251 146 60 / 0) !important;
}

.border-t-orange-400\/10 {
  border-top-color: rgb(251 146 60 / 0.1) !important;
}

.border-t-orange-400\/100 {
  border-top-color: rgb(251 146 60 / 1) !important;
}

.border-t-orange-400\/15 {
  border-top-color: rgb(251 146 60 / 0.15) !important;
}

.border-t-orange-400\/20 {
  border-top-color: rgb(251 146 60 / 0.2) !important;
}

.border-t-orange-400\/25 {
  border-top-color: rgb(251 146 60 / 0.25) !important;
}

.border-t-orange-400\/30 {
  border-top-color: rgb(251 146 60 / 0.3) !important;
}

.border-t-orange-400\/35 {
  border-top-color: rgb(251 146 60 / 0.35) !important;
}

.border-t-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4) !important;
}

.border-t-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45) !important;
}

.border-t-orange-400\/5 {
  border-top-color: rgb(251 146 60 / 0.05) !important;
}

.border-t-orange-400\/50 {
  border-top-color: rgb(251 146 60 / 0.5) !important;
}

.border-t-orange-400\/55 {
  border-top-color: rgb(251 146 60 / 0.55) !important;
}

.border-t-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6) !important;
}

.border-t-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65) !important;
}

.border-t-orange-400\/70 {
  border-top-color: rgb(251 146 60 / 0.7) !important;
}

.border-t-orange-400\/75 {
  border-top-color: rgb(251 146 60 / 0.75) !important;
}

.border-t-orange-400\/80 {
  border-top-color: rgb(251 146 60 / 0.8) !important;
}

.border-t-orange-400\/85 {
  border-top-color: rgb(251 146 60 / 0.85) !important;
}

.border-t-orange-400\/90 {
  border-top-color: rgb(251 146 60 / 0.9) !important;
}

.border-t-orange-400\/95 {
  border-top-color: rgb(251 146 60 / 0.95) !important;
}

.border-t-orange-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-50\/0 {
  border-top-color: rgb(255 247 237 / 0) !important;
}

.border-t-orange-50\/10 {
  border-top-color: rgb(255 247 237 / 0.1) !important;
}

.border-t-orange-50\/100 {
  border-top-color: rgb(255 247 237 / 1) !important;
}

.border-t-orange-50\/15 {
  border-top-color: rgb(255 247 237 / 0.15) !important;
}

.border-t-orange-50\/20 {
  border-top-color: rgb(255 247 237 / 0.2) !important;
}

.border-t-orange-50\/25 {
  border-top-color: rgb(255 247 237 / 0.25) !important;
}

.border-t-orange-50\/30 {
  border-top-color: rgb(255 247 237 / 0.3) !important;
}

.border-t-orange-50\/35 {
  border-top-color: rgb(255 247 237 / 0.35) !important;
}

.border-t-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4) !important;
}

.border-t-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45) !important;
}

.border-t-orange-50\/5 {
  border-top-color: rgb(255 247 237 / 0.05) !important;
}

.border-t-orange-50\/50 {
  border-top-color: rgb(255 247 237 / 0.5) !important;
}

.border-t-orange-50\/55 {
  border-top-color: rgb(255 247 237 / 0.55) !important;
}

.border-t-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6) !important;
}

.border-t-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65) !important;
}

.border-t-orange-50\/70 {
  border-top-color: rgb(255 247 237 / 0.7) !important;
}

.border-t-orange-50\/75 {
  border-top-color: rgb(255 247 237 / 0.75) !important;
}

.border-t-orange-50\/80 {
  border-top-color: rgb(255 247 237 / 0.8) !important;
}

.border-t-orange-50\/85 {
  border-top-color: rgb(255 247 237 / 0.85) !important;
}

.border-t-orange-50\/90 {
  border-top-color: rgb(255 247 237 / 0.9) !important;
}

.border-t-orange-50\/95 {
  border-top-color: rgb(255 247 237 / 0.95) !important;
}

.border-t-orange-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-500\/0 {
  border-top-color: rgb(249 115 22 / 0) !important;
}

.border-t-orange-500\/10 {
  border-top-color: rgb(249 115 22 / 0.1) !important;
}

.border-t-orange-500\/100 {
  border-top-color: rgb(249 115 22 / 1) !important;
}

.border-t-orange-500\/15 {
  border-top-color: rgb(249 115 22 / 0.15) !important;
}

.border-t-orange-500\/20 {
  border-top-color: rgb(249 115 22 / 0.2) !important;
}

.border-t-orange-500\/25 {
  border-top-color: rgb(249 115 22 / 0.25) !important;
}

.border-t-orange-500\/30 {
  border-top-color: rgb(249 115 22 / 0.3) !important;
}

.border-t-orange-500\/35 {
  border-top-color: rgb(249 115 22 / 0.35) !important;
}

.border-t-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4) !important;
}

.border-t-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45) !important;
}

.border-t-orange-500\/5 {
  border-top-color: rgb(249 115 22 / 0.05) !important;
}

.border-t-orange-500\/50 {
  border-top-color: rgb(249 115 22 / 0.5) !important;
}

.border-t-orange-500\/55 {
  border-top-color: rgb(249 115 22 / 0.55) !important;
}

.border-t-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6) !important;
}

.border-t-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65) !important;
}

.border-t-orange-500\/70 {
  border-top-color: rgb(249 115 22 / 0.7) !important;
}

.border-t-orange-500\/75 {
  border-top-color: rgb(249 115 22 / 0.75) !important;
}

.border-t-orange-500\/80 {
  border-top-color: rgb(249 115 22 / 0.8) !important;
}

.border-t-orange-500\/85 {
  border-top-color: rgb(249 115 22 / 0.85) !important;
}

.border-t-orange-500\/90 {
  border-top-color: rgb(249 115 22 / 0.9) !important;
}

.border-t-orange-500\/95 {
  border-top-color: rgb(249 115 22 / 0.95) !important;
}

.border-t-orange-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-600\/0 {
  border-top-color: rgb(234 88 12 / 0) !important;
}

.border-t-orange-600\/10 {
  border-top-color: rgb(234 88 12 / 0.1) !important;
}

.border-t-orange-600\/100 {
  border-top-color: rgb(234 88 12 / 1) !important;
}

.border-t-orange-600\/15 {
  border-top-color: rgb(234 88 12 / 0.15) !important;
}

.border-t-orange-600\/20 {
  border-top-color: rgb(234 88 12 / 0.2) !important;
}

.border-t-orange-600\/25 {
  border-top-color: rgb(234 88 12 / 0.25) !important;
}

.border-t-orange-600\/30 {
  border-top-color: rgb(234 88 12 / 0.3) !important;
}

.border-t-orange-600\/35 {
  border-top-color: rgb(234 88 12 / 0.35) !important;
}

.border-t-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4) !important;
}

.border-t-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45) !important;
}

.border-t-orange-600\/5 {
  border-top-color: rgb(234 88 12 / 0.05) !important;
}

.border-t-orange-600\/50 {
  border-top-color: rgb(234 88 12 / 0.5) !important;
}

.border-t-orange-600\/55 {
  border-top-color: rgb(234 88 12 / 0.55) !important;
}

.border-t-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6) !important;
}

.border-t-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65) !important;
}

.border-t-orange-600\/70 {
  border-top-color: rgb(234 88 12 / 0.7) !important;
}

.border-t-orange-600\/75 {
  border-top-color: rgb(234 88 12 / 0.75) !important;
}

.border-t-orange-600\/80 {
  border-top-color: rgb(234 88 12 / 0.8) !important;
}

.border-t-orange-600\/85 {
  border-top-color: rgb(234 88 12 / 0.85) !important;
}

.border-t-orange-600\/90 {
  border-top-color: rgb(234 88 12 / 0.9) !important;
}

.border-t-orange-600\/95 {
  border-top-color: rgb(234 88 12 / 0.95) !important;
}

.border-t-orange-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-700\/0 {
  border-top-color: rgb(194 65 12 / 0) !important;
}

.border-t-orange-700\/10 {
  border-top-color: rgb(194 65 12 / 0.1) !important;
}

.border-t-orange-700\/100 {
  border-top-color: rgb(194 65 12 / 1) !important;
}

.border-t-orange-700\/15 {
  border-top-color: rgb(194 65 12 / 0.15) !important;
}

.border-t-orange-700\/20 {
  border-top-color: rgb(194 65 12 / 0.2) !important;
}

.border-t-orange-700\/25 {
  border-top-color: rgb(194 65 12 / 0.25) !important;
}

.border-t-orange-700\/30 {
  border-top-color: rgb(194 65 12 / 0.3) !important;
}

.border-t-orange-700\/35 {
  border-top-color: rgb(194 65 12 / 0.35) !important;
}

.border-t-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4) !important;
}

.border-t-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45) !important;
}

.border-t-orange-700\/5 {
  border-top-color: rgb(194 65 12 / 0.05) !important;
}

.border-t-orange-700\/50 {
  border-top-color: rgb(194 65 12 / 0.5) !important;
}

.border-t-orange-700\/55 {
  border-top-color: rgb(194 65 12 / 0.55) !important;
}

.border-t-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6) !important;
}

.border-t-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65) !important;
}

.border-t-orange-700\/70 {
  border-top-color: rgb(194 65 12 / 0.7) !important;
}

.border-t-orange-700\/75 {
  border-top-color: rgb(194 65 12 / 0.75) !important;
}

.border-t-orange-700\/80 {
  border-top-color: rgb(194 65 12 / 0.8) !important;
}

.border-t-orange-700\/85 {
  border-top-color: rgb(194 65 12 / 0.85) !important;
}

.border-t-orange-700\/90 {
  border-top-color: rgb(194 65 12 / 0.9) !important;
}

.border-t-orange-700\/95 {
  border-top-color: rgb(194 65 12 / 0.95) !important;
}

.border-t-orange-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-800\/0 {
  border-top-color: rgb(154 52 18 / 0) !important;
}

.border-t-orange-800\/10 {
  border-top-color: rgb(154 52 18 / 0.1) !important;
}

.border-t-orange-800\/100 {
  border-top-color: rgb(154 52 18 / 1) !important;
}

.border-t-orange-800\/15 {
  border-top-color: rgb(154 52 18 / 0.15) !important;
}

.border-t-orange-800\/20 {
  border-top-color: rgb(154 52 18 / 0.2) !important;
}

.border-t-orange-800\/25 {
  border-top-color: rgb(154 52 18 / 0.25) !important;
}

.border-t-orange-800\/30 {
  border-top-color: rgb(154 52 18 / 0.3) !important;
}

.border-t-orange-800\/35 {
  border-top-color: rgb(154 52 18 / 0.35) !important;
}

.border-t-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4) !important;
}

.border-t-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45) !important;
}

.border-t-orange-800\/5 {
  border-top-color: rgb(154 52 18 / 0.05) !important;
}

.border-t-orange-800\/50 {
  border-top-color: rgb(154 52 18 / 0.5) !important;
}

.border-t-orange-800\/55 {
  border-top-color: rgb(154 52 18 / 0.55) !important;
}

.border-t-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6) !important;
}

.border-t-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65) !important;
}

.border-t-orange-800\/70 {
  border-top-color: rgb(154 52 18 / 0.7) !important;
}

.border-t-orange-800\/75 {
  border-top-color: rgb(154 52 18 / 0.75) !important;
}

.border-t-orange-800\/80 {
  border-top-color: rgb(154 52 18 / 0.8) !important;
}

.border-t-orange-800\/85 {
  border-top-color: rgb(154 52 18 / 0.85) !important;
}

.border-t-orange-800\/90 {
  border-top-color: rgb(154 52 18 / 0.9) !important;
}

.border-t-orange-800\/95 {
  border-top-color: rgb(154 52 18 / 0.95) !important;
}

.border-t-orange-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-900\/0 {
  border-top-color: rgb(124 45 18 / 0) !important;
}

.border-t-orange-900\/10 {
  border-top-color: rgb(124 45 18 / 0.1) !important;
}

.border-t-orange-900\/100 {
  border-top-color: rgb(124 45 18 / 1) !important;
}

.border-t-orange-900\/15 {
  border-top-color: rgb(124 45 18 / 0.15) !important;
}

.border-t-orange-900\/20 {
  border-top-color: rgb(124 45 18 / 0.2) !important;
}

.border-t-orange-900\/25 {
  border-top-color: rgb(124 45 18 / 0.25) !important;
}

.border-t-orange-900\/30 {
  border-top-color: rgb(124 45 18 / 0.3) !important;
}

.border-t-orange-900\/35 {
  border-top-color: rgb(124 45 18 / 0.35) !important;
}

.border-t-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4) !important;
}

.border-t-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45) !important;
}

.border-t-orange-900\/5 {
  border-top-color: rgb(124 45 18 / 0.05) !important;
}

.border-t-orange-900\/50 {
  border-top-color: rgb(124 45 18 / 0.5) !important;
}

.border-t-orange-900\/55 {
  border-top-color: rgb(124 45 18 / 0.55) !important;
}

.border-t-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6) !important;
}

.border-t-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65) !important;
}

.border-t-orange-900\/70 {
  border-top-color: rgb(124 45 18 / 0.7) !important;
}

.border-t-orange-900\/75 {
  border-top-color: rgb(124 45 18 / 0.75) !important;
}

.border-t-orange-900\/80 {
  border-top-color: rgb(124 45 18 / 0.8) !important;
}

.border-t-orange-900\/85 {
  border-top-color: rgb(124 45 18 / 0.85) !important;
}

.border-t-orange-900\/90 {
  border-top-color: rgb(124 45 18 / 0.9) !important;
}

.border-t-orange-900\/95 {
  border-top-color: rgb(124 45 18 / 0.95) !important;
}

.border-t-orange-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
}

.border-t-orange-950\/0 {
  border-top-color: rgb(67 20 7 / 0) !important;
}

.border-t-orange-950\/10 {
  border-top-color: rgb(67 20 7 / 0.1) !important;
}

.border-t-orange-950\/100 {
  border-top-color: rgb(67 20 7 / 1) !important;
}

.border-t-orange-950\/15 {
  border-top-color: rgb(67 20 7 / 0.15) !important;
}

.border-t-orange-950\/20 {
  border-top-color: rgb(67 20 7 / 0.2) !important;
}

.border-t-orange-950\/25 {
  border-top-color: rgb(67 20 7 / 0.25) !important;
}

.border-t-orange-950\/30 {
  border-top-color: rgb(67 20 7 / 0.3) !important;
}

.border-t-orange-950\/35 {
  border-top-color: rgb(67 20 7 / 0.35) !important;
}

.border-t-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4) !important;
}

.border-t-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45) !important;
}

.border-t-orange-950\/5 {
  border-top-color: rgb(67 20 7 / 0.05) !important;
}

.border-t-orange-950\/50 {
  border-top-color: rgb(67 20 7 / 0.5) !important;
}

.border-t-orange-950\/55 {
  border-top-color: rgb(67 20 7 / 0.55) !important;
}

.border-t-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6) !important;
}

.border-t-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65) !important;
}

.border-t-orange-950\/70 {
  border-top-color: rgb(67 20 7 / 0.7) !important;
}

.border-t-orange-950\/75 {
  border-top-color: rgb(67 20 7 / 0.75) !important;
}

.border-t-orange-950\/80 {
  border-top-color: rgb(67 20 7 / 0.8) !important;
}

.border-t-orange-950\/85 {
  border-top-color: rgb(67 20 7 / 0.85) !important;
}

.border-t-orange-950\/90 {
  border-top-color: rgb(67 20 7 / 0.9) !important;
}

.border-t-orange-950\/95 {
  border-top-color: rgb(67 20 7 / 0.95) !important;
}

.border-t-pink-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-100\/0 {
  border-top-color: rgb(252 231 243 / 0) !important;
}

.border-t-pink-100\/10 {
  border-top-color: rgb(252 231 243 / 0.1) !important;
}

.border-t-pink-100\/100 {
  border-top-color: rgb(252 231 243 / 1) !important;
}

.border-t-pink-100\/15 {
  border-top-color: rgb(252 231 243 / 0.15) !important;
}

.border-t-pink-100\/20 {
  border-top-color: rgb(252 231 243 / 0.2) !important;
}

.border-t-pink-100\/25 {
  border-top-color: rgb(252 231 243 / 0.25) !important;
}

.border-t-pink-100\/30 {
  border-top-color: rgb(252 231 243 / 0.3) !important;
}

.border-t-pink-100\/35 {
  border-top-color: rgb(252 231 243 / 0.35) !important;
}

.border-t-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4) !important;
}

.border-t-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45) !important;
}

.border-t-pink-100\/5 {
  border-top-color: rgb(252 231 243 / 0.05) !important;
}

.border-t-pink-100\/50 {
  border-top-color: rgb(252 231 243 / 0.5) !important;
}

.border-t-pink-100\/55 {
  border-top-color: rgb(252 231 243 / 0.55) !important;
}

.border-t-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6) !important;
}

.border-t-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65) !important;
}

.border-t-pink-100\/70 {
  border-top-color: rgb(252 231 243 / 0.7) !important;
}

.border-t-pink-100\/75 {
  border-top-color: rgb(252 231 243 / 0.75) !important;
}

.border-t-pink-100\/80 {
  border-top-color: rgb(252 231 243 / 0.8) !important;
}

.border-t-pink-100\/85 {
  border-top-color: rgb(252 231 243 / 0.85) !important;
}

.border-t-pink-100\/90 {
  border-top-color: rgb(252 231 243 / 0.9) !important;
}

.border-t-pink-100\/95 {
  border-top-color: rgb(252 231 243 / 0.95) !important;
}

.border-t-pink-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-200\/0 {
  border-top-color: rgb(251 207 232 / 0) !important;
}

.border-t-pink-200\/10 {
  border-top-color: rgb(251 207 232 / 0.1) !important;
}

.border-t-pink-200\/100 {
  border-top-color: rgb(251 207 232 / 1) !important;
}

.border-t-pink-200\/15 {
  border-top-color: rgb(251 207 232 / 0.15) !important;
}

.border-t-pink-200\/20 {
  border-top-color: rgb(251 207 232 / 0.2) !important;
}

.border-t-pink-200\/25 {
  border-top-color: rgb(251 207 232 / 0.25) !important;
}

.border-t-pink-200\/30 {
  border-top-color: rgb(251 207 232 / 0.3) !important;
}

.border-t-pink-200\/35 {
  border-top-color: rgb(251 207 232 / 0.35) !important;
}

.border-t-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4) !important;
}

.border-t-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45) !important;
}

.border-t-pink-200\/5 {
  border-top-color: rgb(251 207 232 / 0.05) !important;
}

.border-t-pink-200\/50 {
  border-top-color: rgb(251 207 232 / 0.5) !important;
}

.border-t-pink-200\/55 {
  border-top-color: rgb(251 207 232 / 0.55) !important;
}

.border-t-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6) !important;
}

.border-t-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65) !important;
}

.border-t-pink-200\/70 {
  border-top-color: rgb(251 207 232 / 0.7) !important;
}

.border-t-pink-200\/75 {
  border-top-color: rgb(251 207 232 / 0.75) !important;
}

.border-t-pink-200\/80 {
  border-top-color: rgb(251 207 232 / 0.8) !important;
}

.border-t-pink-200\/85 {
  border-top-color: rgb(251 207 232 / 0.85) !important;
}

.border-t-pink-200\/90 {
  border-top-color: rgb(251 207 232 / 0.9) !important;
}

.border-t-pink-200\/95 {
  border-top-color: rgb(251 207 232 / 0.95) !important;
}

.border-t-pink-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-300\/0 {
  border-top-color: rgb(249 168 212 / 0) !important;
}

.border-t-pink-300\/10 {
  border-top-color: rgb(249 168 212 / 0.1) !important;
}

.border-t-pink-300\/100 {
  border-top-color: rgb(249 168 212 / 1) !important;
}

.border-t-pink-300\/15 {
  border-top-color: rgb(249 168 212 / 0.15) !important;
}

.border-t-pink-300\/20 {
  border-top-color: rgb(249 168 212 / 0.2) !important;
}

.border-t-pink-300\/25 {
  border-top-color: rgb(249 168 212 / 0.25) !important;
}

.border-t-pink-300\/30 {
  border-top-color: rgb(249 168 212 / 0.3) !important;
}

.border-t-pink-300\/35 {
  border-top-color: rgb(249 168 212 / 0.35) !important;
}

.border-t-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4) !important;
}

.border-t-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45) !important;
}

.border-t-pink-300\/5 {
  border-top-color: rgb(249 168 212 / 0.05) !important;
}

.border-t-pink-300\/50 {
  border-top-color: rgb(249 168 212 / 0.5) !important;
}

.border-t-pink-300\/55 {
  border-top-color: rgb(249 168 212 / 0.55) !important;
}

.border-t-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6) !important;
}

.border-t-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65) !important;
}

.border-t-pink-300\/70 {
  border-top-color: rgb(249 168 212 / 0.7) !important;
}

.border-t-pink-300\/75 {
  border-top-color: rgb(249 168 212 / 0.75) !important;
}

.border-t-pink-300\/80 {
  border-top-color: rgb(249 168 212 / 0.8) !important;
}

.border-t-pink-300\/85 {
  border-top-color: rgb(249 168 212 / 0.85) !important;
}

.border-t-pink-300\/90 {
  border-top-color: rgb(249 168 212 / 0.9) !important;
}

.border-t-pink-300\/95 {
  border-top-color: rgb(249 168 212 / 0.95) !important;
}

.border-t-pink-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-400\/0 {
  border-top-color: rgb(244 114 182 / 0) !important;
}

.border-t-pink-400\/10 {
  border-top-color: rgb(244 114 182 / 0.1) !important;
}

.border-t-pink-400\/100 {
  border-top-color: rgb(244 114 182 / 1) !important;
}

.border-t-pink-400\/15 {
  border-top-color: rgb(244 114 182 / 0.15) !important;
}

.border-t-pink-400\/20 {
  border-top-color: rgb(244 114 182 / 0.2) !important;
}

.border-t-pink-400\/25 {
  border-top-color: rgb(244 114 182 / 0.25) !important;
}

.border-t-pink-400\/30 {
  border-top-color: rgb(244 114 182 / 0.3) !important;
}

.border-t-pink-400\/35 {
  border-top-color: rgb(244 114 182 / 0.35) !important;
}

.border-t-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4) !important;
}

.border-t-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45) !important;
}

.border-t-pink-400\/5 {
  border-top-color: rgb(244 114 182 / 0.05) !important;
}

.border-t-pink-400\/50 {
  border-top-color: rgb(244 114 182 / 0.5) !important;
}

.border-t-pink-400\/55 {
  border-top-color: rgb(244 114 182 / 0.55) !important;
}

.border-t-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6) !important;
}

.border-t-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65) !important;
}

.border-t-pink-400\/70 {
  border-top-color: rgb(244 114 182 / 0.7) !important;
}

.border-t-pink-400\/75 {
  border-top-color: rgb(244 114 182 / 0.75) !important;
}

.border-t-pink-400\/80 {
  border-top-color: rgb(244 114 182 / 0.8) !important;
}

.border-t-pink-400\/85 {
  border-top-color: rgb(244 114 182 / 0.85) !important;
}

.border-t-pink-400\/90 {
  border-top-color: rgb(244 114 182 / 0.9) !important;
}

.border-t-pink-400\/95 {
  border-top-color: rgb(244 114 182 / 0.95) !important;
}

.border-t-pink-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-50\/0 {
  border-top-color: rgb(253 242 248 / 0) !important;
}

.border-t-pink-50\/10 {
  border-top-color: rgb(253 242 248 / 0.1) !important;
}

.border-t-pink-50\/100 {
  border-top-color: rgb(253 242 248 / 1) !important;
}

.border-t-pink-50\/15 {
  border-top-color: rgb(253 242 248 / 0.15) !important;
}

.border-t-pink-50\/20 {
  border-top-color: rgb(253 242 248 / 0.2) !important;
}

.border-t-pink-50\/25 {
  border-top-color: rgb(253 242 248 / 0.25) !important;
}

.border-t-pink-50\/30 {
  border-top-color: rgb(253 242 248 / 0.3) !important;
}

.border-t-pink-50\/35 {
  border-top-color: rgb(253 242 248 / 0.35) !important;
}

.border-t-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4) !important;
}

.border-t-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45) !important;
}

.border-t-pink-50\/5 {
  border-top-color: rgb(253 242 248 / 0.05) !important;
}

.border-t-pink-50\/50 {
  border-top-color: rgb(253 242 248 / 0.5) !important;
}

.border-t-pink-50\/55 {
  border-top-color: rgb(253 242 248 / 0.55) !important;
}

.border-t-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6) !important;
}

.border-t-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65) !important;
}

.border-t-pink-50\/70 {
  border-top-color: rgb(253 242 248 / 0.7) !important;
}

.border-t-pink-50\/75 {
  border-top-color: rgb(253 242 248 / 0.75) !important;
}

.border-t-pink-50\/80 {
  border-top-color: rgb(253 242 248 / 0.8) !important;
}

.border-t-pink-50\/85 {
  border-top-color: rgb(253 242 248 / 0.85) !important;
}

.border-t-pink-50\/90 {
  border-top-color: rgb(253 242 248 / 0.9) !important;
}

.border-t-pink-50\/95 {
  border-top-color: rgb(253 242 248 / 0.95) !important;
}

.border-t-pink-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-500\/0 {
  border-top-color: rgb(236 72 153 / 0) !important;
}

.border-t-pink-500\/10 {
  border-top-color: rgb(236 72 153 / 0.1) !important;
}

.border-t-pink-500\/100 {
  border-top-color: rgb(236 72 153 / 1) !important;
}

.border-t-pink-500\/15 {
  border-top-color: rgb(236 72 153 / 0.15) !important;
}

.border-t-pink-500\/20 {
  border-top-color: rgb(236 72 153 / 0.2) !important;
}

.border-t-pink-500\/25 {
  border-top-color: rgb(236 72 153 / 0.25) !important;
}

.border-t-pink-500\/30 {
  border-top-color: rgb(236 72 153 / 0.3) !important;
}

.border-t-pink-500\/35 {
  border-top-color: rgb(236 72 153 / 0.35) !important;
}

.border-t-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4) !important;
}

.border-t-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45) !important;
}

.border-t-pink-500\/5 {
  border-top-color: rgb(236 72 153 / 0.05) !important;
}

.border-t-pink-500\/50 {
  border-top-color: rgb(236 72 153 / 0.5) !important;
}

.border-t-pink-500\/55 {
  border-top-color: rgb(236 72 153 / 0.55) !important;
}

.border-t-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6) !important;
}

.border-t-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65) !important;
}

.border-t-pink-500\/70 {
  border-top-color: rgb(236 72 153 / 0.7) !important;
}

.border-t-pink-500\/75 {
  border-top-color: rgb(236 72 153 / 0.75) !important;
}

.border-t-pink-500\/80 {
  border-top-color: rgb(236 72 153 / 0.8) !important;
}

.border-t-pink-500\/85 {
  border-top-color: rgb(236 72 153 / 0.85) !important;
}

.border-t-pink-500\/90 {
  border-top-color: rgb(236 72 153 / 0.9) !important;
}

.border-t-pink-500\/95 {
  border-top-color: rgb(236 72 153 / 0.95) !important;
}

.border-t-pink-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-600\/0 {
  border-top-color: rgb(219 39 119 / 0) !important;
}

.border-t-pink-600\/10 {
  border-top-color: rgb(219 39 119 / 0.1) !important;
}

.border-t-pink-600\/100 {
  border-top-color: rgb(219 39 119 / 1) !important;
}

.border-t-pink-600\/15 {
  border-top-color: rgb(219 39 119 / 0.15) !important;
}

.border-t-pink-600\/20 {
  border-top-color: rgb(219 39 119 / 0.2) !important;
}

.border-t-pink-600\/25 {
  border-top-color: rgb(219 39 119 / 0.25) !important;
}

.border-t-pink-600\/30 {
  border-top-color: rgb(219 39 119 / 0.3) !important;
}

.border-t-pink-600\/35 {
  border-top-color: rgb(219 39 119 / 0.35) !important;
}

.border-t-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4) !important;
}

.border-t-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45) !important;
}

.border-t-pink-600\/5 {
  border-top-color: rgb(219 39 119 / 0.05) !important;
}

.border-t-pink-600\/50 {
  border-top-color: rgb(219 39 119 / 0.5) !important;
}

.border-t-pink-600\/55 {
  border-top-color: rgb(219 39 119 / 0.55) !important;
}

.border-t-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6) !important;
}

.border-t-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65) !important;
}

.border-t-pink-600\/70 {
  border-top-color: rgb(219 39 119 / 0.7) !important;
}

.border-t-pink-600\/75 {
  border-top-color: rgb(219 39 119 / 0.75) !important;
}

.border-t-pink-600\/80 {
  border-top-color: rgb(219 39 119 / 0.8) !important;
}

.border-t-pink-600\/85 {
  border-top-color: rgb(219 39 119 / 0.85) !important;
}

.border-t-pink-600\/90 {
  border-top-color: rgb(219 39 119 / 0.9) !important;
}

.border-t-pink-600\/95 {
  border-top-color: rgb(219 39 119 / 0.95) !important;
}

.border-t-pink-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-700\/0 {
  border-top-color: rgb(190 24 93 / 0) !important;
}

.border-t-pink-700\/10 {
  border-top-color: rgb(190 24 93 / 0.1) !important;
}

.border-t-pink-700\/100 {
  border-top-color: rgb(190 24 93 / 1) !important;
}

.border-t-pink-700\/15 {
  border-top-color: rgb(190 24 93 / 0.15) !important;
}

.border-t-pink-700\/20 {
  border-top-color: rgb(190 24 93 / 0.2) !important;
}

.border-t-pink-700\/25 {
  border-top-color: rgb(190 24 93 / 0.25) !important;
}

.border-t-pink-700\/30 {
  border-top-color: rgb(190 24 93 / 0.3) !important;
}

.border-t-pink-700\/35 {
  border-top-color: rgb(190 24 93 / 0.35) !important;
}

.border-t-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4) !important;
}

.border-t-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45) !important;
}

.border-t-pink-700\/5 {
  border-top-color: rgb(190 24 93 / 0.05) !important;
}

.border-t-pink-700\/50 {
  border-top-color: rgb(190 24 93 / 0.5) !important;
}

.border-t-pink-700\/55 {
  border-top-color: rgb(190 24 93 / 0.55) !important;
}

.border-t-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6) !important;
}

.border-t-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65) !important;
}

.border-t-pink-700\/70 {
  border-top-color: rgb(190 24 93 / 0.7) !important;
}

.border-t-pink-700\/75 {
  border-top-color: rgb(190 24 93 / 0.75) !important;
}

.border-t-pink-700\/80 {
  border-top-color: rgb(190 24 93 / 0.8) !important;
}

.border-t-pink-700\/85 {
  border-top-color: rgb(190 24 93 / 0.85) !important;
}

.border-t-pink-700\/90 {
  border-top-color: rgb(190 24 93 / 0.9) !important;
}

.border-t-pink-700\/95 {
  border-top-color: rgb(190 24 93 / 0.95) !important;
}

.border-t-pink-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-800\/0 {
  border-top-color: rgb(157 23 77 / 0) !important;
}

.border-t-pink-800\/10 {
  border-top-color: rgb(157 23 77 / 0.1) !important;
}

.border-t-pink-800\/100 {
  border-top-color: rgb(157 23 77 / 1) !important;
}

.border-t-pink-800\/15 {
  border-top-color: rgb(157 23 77 / 0.15) !important;
}

.border-t-pink-800\/20 {
  border-top-color: rgb(157 23 77 / 0.2) !important;
}

.border-t-pink-800\/25 {
  border-top-color: rgb(157 23 77 / 0.25) !important;
}

.border-t-pink-800\/30 {
  border-top-color: rgb(157 23 77 / 0.3) !important;
}

.border-t-pink-800\/35 {
  border-top-color: rgb(157 23 77 / 0.35) !important;
}

.border-t-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4) !important;
}

.border-t-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45) !important;
}

.border-t-pink-800\/5 {
  border-top-color: rgb(157 23 77 / 0.05) !important;
}

.border-t-pink-800\/50 {
  border-top-color: rgb(157 23 77 / 0.5) !important;
}

.border-t-pink-800\/55 {
  border-top-color: rgb(157 23 77 / 0.55) !important;
}

.border-t-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6) !important;
}

.border-t-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65) !important;
}

.border-t-pink-800\/70 {
  border-top-color: rgb(157 23 77 / 0.7) !important;
}

.border-t-pink-800\/75 {
  border-top-color: rgb(157 23 77 / 0.75) !important;
}

.border-t-pink-800\/80 {
  border-top-color: rgb(157 23 77 / 0.8) !important;
}

.border-t-pink-800\/85 {
  border-top-color: rgb(157 23 77 / 0.85) !important;
}

.border-t-pink-800\/90 {
  border-top-color: rgb(157 23 77 / 0.9) !important;
}

.border-t-pink-800\/95 {
  border-top-color: rgb(157 23 77 / 0.95) !important;
}

.border-t-pink-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-900\/0 {
  border-top-color: rgb(131 24 67 / 0) !important;
}

.border-t-pink-900\/10 {
  border-top-color: rgb(131 24 67 / 0.1) !important;
}

.border-t-pink-900\/100 {
  border-top-color: rgb(131 24 67 / 1) !important;
}

.border-t-pink-900\/15 {
  border-top-color: rgb(131 24 67 / 0.15) !important;
}

.border-t-pink-900\/20 {
  border-top-color: rgb(131 24 67 / 0.2) !important;
}

.border-t-pink-900\/25 {
  border-top-color: rgb(131 24 67 / 0.25) !important;
}

.border-t-pink-900\/30 {
  border-top-color: rgb(131 24 67 / 0.3) !important;
}

.border-t-pink-900\/35 {
  border-top-color: rgb(131 24 67 / 0.35) !important;
}

.border-t-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4) !important;
}

.border-t-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45) !important;
}

.border-t-pink-900\/5 {
  border-top-color: rgb(131 24 67 / 0.05) !important;
}

.border-t-pink-900\/50 {
  border-top-color: rgb(131 24 67 / 0.5) !important;
}

.border-t-pink-900\/55 {
  border-top-color: rgb(131 24 67 / 0.55) !important;
}

.border-t-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6) !important;
}

.border-t-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65) !important;
}

.border-t-pink-900\/70 {
  border-top-color: rgb(131 24 67 / 0.7) !important;
}

.border-t-pink-900\/75 {
  border-top-color: rgb(131 24 67 / 0.75) !important;
}

.border-t-pink-900\/80 {
  border-top-color: rgb(131 24 67 / 0.8) !important;
}

.border-t-pink-900\/85 {
  border-top-color: rgb(131 24 67 / 0.85) !important;
}

.border-t-pink-900\/90 {
  border-top-color: rgb(131 24 67 / 0.9) !important;
}

.border-t-pink-900\/95 {
  border-top-color: rgb(131 24 67 / 0.95) !important;
}

.border-t-pink-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
}

.border-t-pink-950\/0 {
  border-top-color: rgb(80 7 36 / 0) !important;
}

.border-t-pink-950\/10 {
  border-top-color: rgb(80 7 36 / 0.1) !important;
}

.border-t-pink-950\/100 {
  border-top-color: rgb(80 7 36 / 1) !important;
}

.border-t-pink-950\/15 {
  border-top-color: rgb(80 7 36 / 0.15) !important;
}

.border-t-pink-950\/20 {
  border-top-color: rgb(80 7 36 / 0.2) !important;
}

.border-t-pink-950\/25 {
  border-top-color: rgb(80 7 36 / 0.25) !important;
}

.border-t-pink-950\/30 {
  border-top-color: rgb(80 7 36 / 0.3) !important;
}

.border-t-pink-950\/35 {
  border-top-color: rgb(80 7 36 / 0.35) !important;
}

.border-t-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4) !important;
}

.border-t-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45) !important;
}

.border-t-pink-950\/5 {
  border-top-color: rgb(80 7 36 / 0.05) !important;
}

.border-t-pink-950\/50 {
  border-top-color: rgb(80 7 36 / 0.5) !important;
}

.border-t-pink-950\/55 {
  border-top-color: rgb(80 7 36 / 0.55) !important;
}

.border-t-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6) !important;
}

.border-t-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65) !important;
}

.border-t-pink-950\/70 {
  border-top-color: rgb(80 7 36 / 0.7) !important;
}

.border-t-pink-950\/75 {
  border-top-color: rgb(80 7 36 / 0.75) !important;
}

.border-t-pink-950\/80 {
  border-top-color: rgb(80 7 36 / 0.8) !important;
}

.border-t-pink-950\/85 {
  border-top-color: rgb(80 7 36 / 0.85) !important;
}

.border-t-pink-950\/90 {
  border-top-color: rgb(80 7 36 / 0.9) !important;
}

.border-t-pink-950\/95 {
  border-top-color: rgb(80 7 36 / 0.95) !important;
}

.border-t-purple-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-100\/0 {
  border-top-color: rgb(243 232 255 / 0) !important;
}

.border-t-purple-100\/10 {
  border-top-color: rgb(243 232 255 / 0.1) !important;
}

.border-t-purple-100\/100 {
  border-top-color: rgb(243 232 255 / 1) !important;
}

.border-t-purple-100\/15 {
  border-top-color: rgb(243 232 255 / 0.15) !important;
}

.border-t-purple-100\/20 {
  border-top-color: rgb(243 232 255 / 0.2) !important;
}

.border-t-purple-100\/25 {
  border-top-color: rgb(243 232 255 / 0.25) !important;
}

.border-t-purple-100\/30 {
  border-top-color: rgb(243 232 255 / 0.3) !important;
}

.border-t-purple-100\/35 {
  border-top-color: rgb(243 232 255 / 0.35) !important;
}

.border-t-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4) !important;
}

.border-t-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45) !important;
}

.border-t-purple-100\/5 {
  border-top-color: rgb(243 232 255 / 0.05) !important;
}

.border-t-purple-100\/50 {
  border-top-color: rgb(243 232 255 / 0.5) !important;
}

.border-t-purple-100\/55 {
  border-top-color: rgb(243 232 255 / 0.55) !important;
}

.border-t-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6) !important;
}

.border-t-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65) !important;
}

.border-t-purple-100\/70 {
  border-top-color: rgb(243 232 255 / 0.7) !important;
}

.border-t-purple-100\/75 {
  border-top-color: rgb(243 232 255 / 0.75) !important;
}

.border-t-purple-100\/80 {
  border-top-color: rgb(243 232 255 / 0.8) !important;
}

.border-t-purple-100\/85 {
  border-top-color: rgb(243 232 255 / 0.85) !important;
}

.border-t-purple-100\/90 {
  border-top-color: rgb(243 232 255 / 0.9) !important;
}

.border-t-purple-100\/95 {
  border-top-color: rgb(243 232 255 / 0.95) !important;
}

.border-t-purple-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-200\/0 {
  border-top-color: rgb(233 213 255 / 0) !important;
}

.border-t-purple-200\/10 {
  border-top-color: rgb(233 213 255 / 0.1) !important;
}

.border-t-purple-200\/100 {
  border-top-color: rgb(233 213 255 / 1) !important;
}

.border-t-purple-200\/15 {
  border-top-color: rgb(233 213 255 / 0.15) !important;
}

.border-t-purple-200\/20 {
  border-top-color: rgb(233 213 255 / 0.2) !important;
}

.border-t-purple-200\/25 {
  border-top-color: rgb(233 213 255 / 0.25) !important;
}

.border-t-purple-200\/30 {
  border-top-color: rgb(233 213 255 / 0.3) !important;
}

.border-t-purple-200\/35 {
  border-top-color: rgb(233 213 255 / 0.35) !important;
}

.border-t-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4) !important;
}

.border-t-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45) !important;
}

.border-t-purple-200\/5 {
  border-top-color: rgb(233 213 255 / 0.05) !important;
}

.border-t-purple-200\/50 {
  border-top-color: rgb(233 213 255 / 0.5) !important;
}

.border-t-purple-200\/55 {
  border-top-color: rgb(233 213 255 / 0.55) !important;
}

.border-t-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6) !important;
}

.border-t-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65) !important;
}

.border-t-purple-200\/70 {
  border-top-color: rgb(233 213 255 / 0.7) !important;
}

.border-t-purple-200\/75 {
  border-top-color: rgb(233 213 255 / 0.75) !important;
}

.border-t-purple-200\/80 {
  border-top-color: rgb(233 213 255 / 0.8) !important;
}

.border-t-purple-200\/85 {
  border-top-color: rgb(233 213 255 / 0.85) !important;
}

.border-t-purple-200\/90 {
  border-top-color: rgb(233 213 255 / 0.9) !important;
}

.border-t-purple-200\/95 {
  border-top-color: rgb(233 213 255 / 0.95) !important;
}

.border-t-purple-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-300\/0 {
  border-top-color: rgb(216 180 254 / 0) !important;
}

.border-t-purple-300\/10 {
  border-top-color: rgb(216 180 254 / 0.1) !important;
}

.border-t-purple-300\/100 {
  border-top-color: rgb(216 180 254 / 1) !important;
}

.border-t-purple-300\/15 {
  border-top-color: rgb(216 180 254 / 0.15) !important;
}

.border-t-purple-300\/20 {
  border-top-color: rgb(216 180 254 / 0.2) !important;
}

.border-t-purple-300\/25 {
  border-top-color: rgb(216 180 254 / 0.25) !important;
}

.border-t-purple-300\/30 {
  border-top-color: rgb(216 180 254 / 0.3) !important;
}

.border-t-purple-300\/35 {
  border-top-color: rgb(216 180 254 / 0.35) !important;
}

.border-t-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4) !important;
}

.border-t-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45) !important;
}

.border-t-purple-300\/5 {
  border-top-color: rgb(216 180 254 / 0.05) !important;
}

.border-t-purple-300\/50 {
  border-top-color: rgb(216 180 254 / 0.5) !important;
}

.border-t-purple-300\/55 {
  border-top-color: rgb(216 180 254 / 0.55) !important;
}

.border-t-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6) !important;
}

.border-t-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65) !important;
}

.border-t-purple-300\/70 {
  border-top-color: rgb(216 180 254 / 0.7) !important;
}

.border-t-purple-300\/75 {
  border-top-color: rgb(216 180 254 / 0.75) !important;
}

.border-t-purple-300\/80 {
  border-top-color: rgb(216 180 254 / 0.8) !important;
}

.border-t-purple-300\/85 {
  border-top-color: rgb(216 180 254 / 0.85) !important;
}

.border-t-purple-300\/90 {
  border-top-color: rgb(216 180 254 / 0.9) !important;
}

.border-t-purple-300\/95 {
  border-top-color: rgb(216 180 254 / 0.95) !important;
}

.border-t-purple-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-400\/0 {
  border-top-color: rgb(192 132 252 / 0) !important;
}

.border-t-purple-400\/10 {
  border-top-color: rgb(192 132 252 / 0.1) !important;
}

.border-t-purple-400\/100 {
  border-top-color: rgb(192 132 252 / 1) !important;
}

.border-t-purple-400\/15 {
  border-top-color: rgb(192 132 252 / 0.15) !important;
}

.border-t-purple-400\/20 {
  border-top-color: rgb(192 132 252 / 0.2) !important;
}

.border-t-purple-400\/25 {
  border-top-color: rgb(192 132 252 / 0.25) !important;
}

.border-t-purple-400\/30 {
  border-top-color: rgb(192 132 252 / 0.3) !important;
}

.border-t-purple-400\/35 {
  border-top-color: rgb(192 132 252 / 0.35) !important;
}

.border-t-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4) !important;
}

.border-t-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45) !important;
}

.border-t-purple-400\/5 {
  border-top-color: rgb(192 132 252 / 0.05) !important;
}

.border-t-purple-400\/50 {
  border-top-color: rgb(192 132 252 / 0.5) !important;
}

.border-t-purple-400\/55 {
  border-top-color: rgb(192 132 252 / 0.55) !important;
}

.border-t-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6) !important;
}

.border-t-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65) !important;
}

.border-t-purple-400\/70 {
  border-top-color: rgb(192 132 252 / 0.7) !important;
}

.border-t-purple-400\/75 {
  border-top-color: rgb(192 132 252 / 0.75) !important;
}

.border-t-purple-400\/80 {
  border-top-color: rgb(192 132 252 / 0.8) !important;
}

.border-t-purple-400\/85 {
  border-top-color: rgb(192 132 252 / 0.85) !important;
}

.border-t-purple-400\/90 {
  border-top-color: rgb(192 132 252 / 0.9) !important;
}

.border-t-purple-400\/95 {
  border-top-color: rgb(192 132 252 / 0.95) !important;
}

.border-t-purple-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-50\/0 {
  border-top-color: rgb(250 245 255 / 0) !important;
}

.border-t-purple-50\/10 {
  border-top-color: rgb(250 245 255 / 0.1) !important;
}

.border-t-purple-50\/100 {
  border-top-color: rgb(250 245 255 / 1) !important;
}

.border-t-purple-50\/15 {
  border-top-color: rgb(250 245 255 / 0.15) !important;
}

.border-t-purple-50\/20 {
  border-top-color: rgb(250 245 255 / 0.2) !important;
}

.border-t-purple-50\/25 {
  border-top-color: rgb(250 245 255 / 0.25) !important;
}

.border-t-purple-50\/30 {
  border-top-color: rgb(250 245 255 / 0.3) !important;
}

.border-t-purple-50\/35 {
  border-top-color: rgb(250 245 255 / 0.35) !important;
}

.border-t-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4) !important;
}

.border-t-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45) !important;
}

.border-t-purple-50\/5 {
  border-top-color: rgb(250 245 255 / 0.05) !important;
}

.border-t-purple-50\/50 {
  border-top-color: rgb(250 245 255 / 0.5) !important;
}

.border-t-purple-50\/55 {
  border-top-color: rgb(250 245 255 / 0.55) !important;
}

.border-t-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6) !important;
}

.border-t-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65) !important;
}

.border-t-purple-50\/70 {
  border-top-color: rgb(250 245 255 / 0.7) !important;
}

.border-t-purple-50\/75 {
  border-top-color: rgb(250 245 255 / 0.75) !important;
}

.border-t-purple-50\/80 {
  border-top-color: rgb(250 245 255 / 0.8) !important;
}

.border-t-purple-50\/85 {
  border-top-color: rgb(250 245 255 / 0.85) !important;
}

.border-t-purple-50\/90 {
  border-top-color: rgb(250 245 255 / 0.9) !important;
}

.border-t-purple-50\/95 {
  border-top-color: rgb(250 245 255 / 0.95) !important;
}

.border-t-purple-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-500\/0 {
  border-top-color: rgb(168 85 247 / 0) !important;
}

.border-t-purple-500\/10 {
  border-top-color: rgb(168 85 247 / 0.1) !important;
}

.border-t-purple-500\/100 {
  border-top-color: rgb(168 85 247 / 1) !important;
}

.border-t-purple-500\/15 {
  border-top-color: rgb(168 85 247 / 0.15) !important;
}

.border-t-purple-500\/20 {
  border-top-color: rgb(168 85 247 / 0.2) !important;
}

.border-t-purple-500\/25 {
  border-top-color: rgb(168 85 247 / 0.25) !important;
}

.border-t-purple-500\/30 {
  border-top-color: rgb(168 85 247 / 0.3) !important;
}

.border-t-purple-500\/35 {
  border-top-color: rgb(168 85 247 / 0.35) !important;
}

.border-t-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4) !important;
}

.border-t-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45) !important;
}

.border-t-purple-500\/5 {
  border-top-color: rgb(168 85 247 / 0.05) !important;
}

.border-t-purple-500\/50 {
  border-top-color: rgb(168 85 247 / 0.5) !important;
}

.border-t-purple-500\/55 {
  border-top-color: rgb(168 85 247 / 0.55) !important;
}

.border-t-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6) !important;
}

.border-t-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65) !important;
}

.border-t-purple-500\/70 {
  border-top-color: rgb(168 85 247 / 0.7) !important;
}

.border-t-purple-500\/75 {
  border-top-color: rgb(168 85 247 / 0.75) !important;
}

.border-t-purple-500\/80 {
  border-top-color: rgb(168 85 247 / 0.8) !important;
}

.border-t-purple-500\/85 {
  border-top-color: rgb(168 85 247 / 0.85) !important;
}

.border-t-purple-500\/90 {
  border-top-color: rgb(168 85 247 / 0.9) !important;
}

.border-t-purple-500\/95 {
  border-top-color: rgb(168 85 247 / 0.95) !important;
}

.border-t-purple-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-600\/0 {
  border-top-color: rgb(147 51 234 / 0) !important;
}

.border-t-purple-600\/10 {
  border-top-color: rgb(147 51 234 / 0.1) !important;
}

.border-t-purple-600\/100 {
  border-top-color: rgb(147 51 234 / 1) !important;
}

.border-t-purple-600\/15 {
  border-top-color: rgb(147 51 234 / 0.15) !important;
}

.border-t-purple-600\/20 {
  border-top-color: rgb(147 51 234 / 0.2) !important;
}

.border-t-purple-600\/25 {
  border-top-color: rgb(147 51 234 / 0.25) !important;
}

.border-t-purple-600\/30 {
  border-top-color: rgb(147 51 234 / 0.3) !important;
}

.border-t-purple-600\/35 {
  border-top-color: rgb(147 51 234 / 0.35) !important;
}

.border-t-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4) !important;
}

.border-t-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45) !important;
}

.border-t-purple-600\/5 {
  border-top-color: rgb(147 51 234 / 0.05) !important;
}

.border-t-purple-600\/50 {
  border-top-color: rgb(147 51 234 / 0.5) !important;
}

.border-t-purple-600\/55 {
  border-top-color: rgb(147 51 234 / 0.55) !important;
}

.border-t-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6) !important;
}

.border-t-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65) !important;
}

.border-t-purple-600\/70 {
  border-top-color: rgb(147 51 234 / 0.7) !important;
}

.border-t-purple-600\/75 {
  border-top-color: rgb(147 51 234 / 0.75) !important;
}

.border-t-purple-600\/80 {
  border-top-color: rgb(147 51 234 / 0.8) !important;
}

.border-t-purple-600\/85 {
  border-top-color: rgb(147 51 234 / 0.85) !important;
}

.border-t-purple-600\/90 {
  border-top-color: rgb(147 51 234 / 0.9) !important;
}

.border-t-purple-600\/95 {
  border-top-color: rgb(147 51 234 / 0.95) !important;
}

.border-t-purple-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-700\/0 {
  border-top-color: rgb(126 34 206 / 0) !important;
}

.border-t-purple-700\/10 {
  border-top-color: rgb(126 34 206 / 0.1) !important;
}

.border-t-purple-700\/100 {
  border-top-color: rgb(126 34 206 / 1) !important;
}

.border-t-purple-700\/15 {
  border-top-color: rgb(126 34 206 / 0.15) !important;
}

.border-t-purple-700\/20 {
  border-top-color: rgb(126 34 206 / 0.2) !important;
}

.border-t-purple-700\/25 {
  border-top-color: rgb(126 34 206 / 0.25) !important;
}

.border-t-purple-700\/30 {
  border-top-color: rgb(126 34 206 / 0.3) !important;
}

.border-t-purple-700\/35 {
  border-top-color: rgb(126 34 206 / 0.35) !important;
}

.border-t-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4) !important;
}

.border-t-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45) !important;
}

.border-t-purple-700\/5 {
  border-top-color: rgb(126 34 206 / 0.05) !important;
}

.border-t-purple-700\/50 {
  border-top-color: rgb(126 34 206 / 0.5) !important;
}

.border-t-purple-700\/55 {
  border-top-color: rgb(126 34 206 / 0.55) !important;
}

.border-t-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6) !important;
}

.border-t-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65) !important;
}

.border-t-purple-700\/70 {
  border-top-color: rgb(126 34 206 / 0.7) !important;
}

.border-t-purple-700\/75 {
  border-top-color: rgb(126 34 206 / 0.75) !important;
}

.border-t-purple-700\/80 {
  border-top-color: rgb(126 34 206 / 0.8) !important;
}

.border-t-purple-700\/85 {
  border-top-color: rgb(126 34 206 / 0.85) !important;
}

.border-t-purple-700\/90 {
  border-top-color: rgb(126 34 206 / 0.9) !important;
}

.border-t-purple-700\/95 {
  border-top-color: rgb(126 34 206 / 0.95) !important;
}

.border-t-purple-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-800\/0 {
  border-top-color: rgb(107 33 168 / 0) !important;
}

.border-t-purple-800\/10 {
  border-top-color: rgb(107 33 168 / 0.1) !important;
}

.border-t-purple-800\/100 {
  border-top-color: rgb(107 33 168 / 1) !important;
}

.border-t-purple-800\/15 {
  border-top-color: rgb(107 33 168 / 0.15) !important;
}

.border-t-purple-800\/20 {
  border-top-color: rgb(107 33 168 / 0.2) !important;
}

.border-t-purple-800\/25 {
  border-top-color: rgb(107 33 168 / 0.25) !important;
}

.border-t-purple-800\/30 {
  border-top-color: rgb(107 33 168 / 0.3) !important;
}

.border-t-purple-800\/35 {
  border-top-color: rgb(107 33 168 / 0.35) !important;
}

.border-t-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4) !important;
}

.border-t-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45) !important;
}

.border-t-purple-800\/5 {
  border-top-color: rgb(107 33 168 / 0.05) !important;
}

.border-t-purple-800\/50 {
  border-top-color: rgb(107 33 168 / 0.5) !important;
}

.border-t-purple-800\/55 {
  border-top-color: rgb(107 33 168 / 0.55) !important;
}

.border-t-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6) !important;
}

.border-t-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65) !important;
}

.border-t-purple-800\/70 {
  border-top-color: rgb(107 33 168 / 0.7) !important;
}

.border-t-purple-800\/75 {
  border-top-color: rgb(107 33 168 / 0.75) !important;
}

.border-t-purple-800\/80 {
  border-top-color: rgb(107 33 168 / 0.8) !important;
}

.border-t-purple-800\/85 {
  border-top-color: rgb(107 33 168 / 0.85) !important;
}

.border-t-purple-800\/90 {
  border-top-color: rgb(107 33 168 / 0.9) !important;
}

.border-t-purple-800\/95 {
  border-top-color: rgb(107 33 168 / 0.95) !important;
}

.border-t-purple-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-900\/0 {
  border-top-color: rgb(88 28 135 / 0) !important;
}

.border-t-purple-900\/10 {
  border-top-color: rgb(88 28 135 / 0.1) !important;
}

.border-t-purple-900\/100 {
  border-top-color: rgb(88 28 135 / 1) !important;
}

.border-t-purple-900\/15 {
  border-top-color: rgb(88 28 135 / 0.15) !important;
}

.border-t-purple-900\/20 {
  border-top-color: rgb(88 28 135 / 0.2) !important;
}

.border-t-purple-900\/25 {
  border-top-color: rgb(88 28 135 / 0.25) !important;
}

.border-t-purple-900\/30 {
  border-top-color: rgb(88 28 135 / 0.3) !important;
}

.border-t-purple-900\/35 {
  border-top-color: rgb(88 28 135 / 0.35) !important;
}

.border-t-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4) !important;
}

.border-t-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45) !important;
}

.border-t-purple-900\/5 {
  border-top-color: rgb(88 28 135 / 0.05) !important;
}

.border-t-purple-900\/50 {
  border-top-color: rgb(88 28 135 / 0.5) !important;
}

.border-t-purple-900\/55 {
  border-top-color: rgb(88 28 135 / 0.55) !important;
}

.border-t-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6) !important;
}

.border-t-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65) !important;
}

.border-t-purple-900\/70 {
  border-top-color: rgb(88 28 135 / 0.7) !important;
}

.border-t-purple-900\/75 {
  border-top-color: rgb(88 28 135 / 0.75) !important;
}

.border-t-purple-900\/80 {
  border-top-color: rgb(88 28 135 / 0.8) !important;
}

.border-t-purple-900\/85 {
  border-top-color: rgb(88 28 135 / 0.85) !important;
}

.border-t-purple-900\/90 {
  border-top-color: rgb(88 28 135 / 0.9) !important;
}

.border-t-purple-900\/95 {
  border-top-color: rgb(88 28 135 / 0.95) !important;
}

.border-t-purple-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
}

.border-t-purple-950\/0 {
  border-top-color: rgb(59 7 100 / 0) !important;
}

.border-t-purple-950\/10 {
  border-top-color: rgb(59 7 100 / 0.1) !important;
}

.border-t-purple-950\/100 {
  border-top-color: rgb(59 7 100 / 1) !important;
}

.border-t-purple-950\/15 {
  border-top-color: rgb(59 7 100 / 0.15) !important;
}

.border-t-purple-950\/20 {
  border-top-color: rgb(59 7 100 / 0.2) !important;
}

.border-t-purple-950\/25 {
  border-top-color: rgb(59 7 100 / 0.25) !important;
}

.border-t-purple-950\/30 {
  border-top-color: rgb(59 7 100 / 0.3) !important;
}

.border-t-purple-950\/35 {
  border-top-color: rgb(59 7 100 / 0.35) !important;
}

.border-t-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4) !important;
}

.border-t-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45) !important;
}

.border-t-purple-950\/5 {
  border-top-color: rgb(59 7 100 / 0.05) !important;
}

.border-t-purple-950\/50 {
  border-top-color: rgb(59 7 100 / 0.5) !important;
}

.border-t-purple-950\/55 {
  border-top-color: rgb(59 7 100 / 0.55) !important;
}

.border-t-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6) !important;
}

.border-t-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65) !important;
}

.border-t-purple-950\/70 {
  border-top-color: rgb(59 7 100 / 0.7) !important;
}

.border-t-purple-950\/75 {
  border-top-color: rgb(59 7 100 / 0.75) !important;
}

.border-t-purple-950\/80 {
  border-top-color: rgb(59 7 100 / 0.8) !important;
}

.border-t-purple-950\/85 {
  border-top-color: rgb(59 7 100 / 0.85) !important;
}

.border-t-purple-950\/90 {
  border-top-color: rgb(59 7 100 / 0.9) !important;
}

.border-t-purple-950\/95 {
  border-top-color: rgb(59 7 100 / 0.95) !important;
}

.border-t-red-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-100\/0 {
  border-top-color: rgb(254 226 226 / 0) !important;
}

.border-t-red-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1) !important;
}

.border-t-red-100\/100 {
  border-top-color: rgb(254 226 226 / 1) !important;
}

.border-t-red-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15) !important;
}

.border-t-red-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2) !important;
}

.border-t-red-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25) !important;
}

.border-t-red-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3) !important;
}

.border-t-red-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35) !important;
}

.border-t-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4) !important;
}

.border-t-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45) !important;
}

.border-t-red-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05) !important;
}

.border-t-red-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5) !important;
}

.border-t-red-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55) !important;
}

.border-t-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6) !important;
}

.border-t-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65) !important;
}

.border-t-red-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7) !important;
}

.border-t-red-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75) !important;
}

.border-t-red-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8) !important;
}

.border-t-red-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85) !important;
}

.border-t-red-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9) !important;
}

.border-t-red-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95) !important;
}

.border-t-red-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-200\/0 {
  border-top-color: rgb(254 202 202 / 0) !important;
}

.border-t-red-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1) !important;
}

.border-t-red-200\/100 {
  border-top-color: rgb(254 202 202 / 1) !important;
}

.border-t-red-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15) !important;
}

.border-t-red-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2) !important;
}

.border-t-red-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25) !important;
}

.border-t-red-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3) !important;
}

.border-t-red-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35) !important;
}

.border-t-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4) !important;
}

.border-t-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45) !important;
}

.border-t-red-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05) !important;
}

.border-t-red-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5) !important;
}

.border-t-red-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55) !important;
}

.border-t-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6) !important;
}

.border-t-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65) !important;
}

.border-t-red-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7) !important;
}

.border-t-red-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75) !important;
}

.border-t-red-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8) !important;
}

.border-t-red-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85) !important;
}

.border-t-red-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9) !important;
}

.border-t-red-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95) !important;
}

.border-t-red-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-300\/0 {
  border-top-color: rgb(252 165 165 / 0) !important;
}

.border-t-red-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1) !important;
}

.border-t-red-300\/100 {
  border-top-color: rgb(252 165 165 / 1) !important;
}

.border-t-red-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15) !important;
}

.border-t-red-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2) !important;
}

.border-t-red-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25) !important;
}

.border-t-red-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3) !important;
}

.border-t-red-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35) !important;
}

.border-t-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4) !important;
}

.border-t-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45) !important;
}

.border-t-red-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05) !important;
}

.border-t-red-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5) !important;
}

.border-t-red-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55) !important;
}

.border-t-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6) !important;
}

.border-t-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65) !important;
}

.border-t-red-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7) !important;
}

.border-t-red-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75) !important;
}

.border-t-red-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8) !important;
}

.border-t-red-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85) !important;
}

.border-t-red-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9) !important;
}

.border-t-red-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95) !important;
}

.border-t-red-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-400\/0 {
  border-top-color: rgb(248 113 113 / 0) !important;
}

.border-t-red-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1) !important;
}

.border-t-red-400\/100 {
  border-top-color: rgb(248 113 113 / 1) !important;
}

.border-t-red-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15) !important;
}

.border-t-red-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2) !important;
}

.border-t-red-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25) !important;
}

.border-t-red-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3) !important;
}

.border-t-red-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35) !important;
}

.border-t-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4) !important;
}

.border-t-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45) !important;
}

.border-t-red-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05) !important;
}

.border-t-red-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5) !important;
}

.border-t-red-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55) !important;
}

.border-t-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6) !important;
}

.border-t-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65) !important;
}

.border-t-red-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7) !important;
}

.border-t-red-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75) !important;
}

.border-t-red-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8) !important;
}

.border-t-red-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85) !important;
}

.border-t-red-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9) !important;
}

.border-t-red-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95) !important;
}

.border-t-red-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-50\/0 {
  border-top-color: rgb(254 242 242 / 0) !important;
}

.border-t-red-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1) !important;
}

.border-t-red-50\/100 {
  border-top-color: rgb(254 242 242 / 1) !important;
}

.border-t-red-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15) !important;
}

.border-t-red-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2) !important;
}

.border-t-red-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25) !important;
}

.border-t-red-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3) !important;
}

.border-t-red-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35) !important;
}

.border-t-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4) !important;
}

.border-t-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45) !important;
}

.border-t-red-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05) !important;
}

.border-t-red-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5) !important;
}

.border-t-red-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55) !important;
}

.border-t-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6) !important;
}

.border-t-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65) !important;
}

.border-t-red-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7) !important;
}

.border-t-red-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75) !important;
}

.border-t-red-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8) !important;
}

.border-t-red-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85) !important;
}

.border-t-red-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9) !important;
}

.border-t-red-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95) !important;
}

.border-t-red-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-500\/0 {
  border-top-color: rgb(239 68 68 / 0) !important;
}

.border-t-red-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1) !important;
}

.border-t-red-500\/100 {
  border-top-color: rgb(239 68 68 / 1) !important;
}

.border-t-red-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15) !important;
}

.border-t-red-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2) !important;
}

.border-t-red-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25) !important;
}

.border-t-red-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3) !important;
}

.border-t-red-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35) !important;
}

.border-t-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4) !important;
}

.border-t-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45) !important;
}

.border-t-red-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05) !important;
}

.border-t-red-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5) !important;
}

.border-t-red-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55) !important;
}

.border-t-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6) !important;
}

.border-t-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65) !important;
}

.border-t-red-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7) !important;
}

.border-t-red-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75) !important;
}

.border-t-red-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8) !important;
}

.border-t-red-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85) !important;
}

.border-t-red-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9) !important;
}

.border-t-red-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95) !important;
}

.border-t-red-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-600\/0 {
  border-top-color: rgb(220 38 38 / 0) !important;
}

.border-t-red-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1) !important;
}

.border-t-red-600\/100 {
  border-top-color: rgb(220 38 38 / 1) !important;
}

.border-t-red-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15) !important;
}

.border-t-red-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2) !important;
}

.border-t-red-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25) !important;
}

.border-t-red-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3) !important;
}

.border-t-red-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35) !important;
}

.border-t-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4) !important;
}

.border-t-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45) !important;
}

.border-t-red-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05) !important;
}

.border-t-red-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5) !important;
}

.border-t-red-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55) !important;
}

.border-t-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6) !important;
}

.border-t-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65) !important;
}

.border-t-red-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7) !important;
}

.border-t-red-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75) !important;
}

.border-t-red-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8) !important;
}

.border-t-red-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85) !important;
}

.border-t-red-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9) !important;
}

.border-t-red-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95) !important;
}

.border-t-red-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-700\/0 {
  border-top-color: rgb(185 28 28 / 0) !important;
}

.border-t-red-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1) !important;
}

.border-t-red-700\/100 {
  border-top-color: rgb(185 28 28 / 1) !important;
}

.border-t-red-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15) !important;
}

.border-t-red-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2) !important;
}

.border-t-red-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25) !important;
}

.border-t-red-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3) !important;
}

.border-t-red-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35) !important;
}

.border-t-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4) !important;
}

.border-t-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45) !important;
}

.border-t-red-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05) !important;
}

.border-t-red-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5) !important;
}

.border-t-red-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55) !important;
}

.border-t-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6) !important;
}

.border-t-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65) !important;
}

.border-t-red-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7) !important;
}

.border-t-red-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75) !important;
}

.border-t-red-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8) !important;
}

.border-t-red-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85) !important;
}

.border-t-red-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9) !important;
}

.border-t-red-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95) !important;
}

.border-t-red-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-800\/0 {
  border-top-color: rgb(153 27 27 / 0) !important;
}

.border-t-red-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1) !important;
}

.border-t-red-800\/100 {
  border-top-color: rgb(153 27 27 / 1) !important;
}

.border-t-red-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15) !important;
}

.border-t-red-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2) !important;
}

.border-t-red-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25) !important;
}

.border-t-red-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3) !important;
}

.border-t-red-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35) !important;
}

.border-t-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4) !important;
}

.border-t-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45) !important;
}

.border-t-red-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05) !important;
}

.border-t-red-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5) !important;
}

.border-t-red-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55) !important;
}

.border-t-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6) !important;
}

.border-t-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65) !important;
}

.border-t-red-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7) !important;
}

.border-t-red-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75) !important;
}

.border-t-red-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8) !important;
}

.border-t-red-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85) !important;
}

.border-t-red-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9) !important;
}

.border-t-red-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95) !important;
}

.border-t-red-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-900\/0 {
  border-top-color: rgb(127 29 29 / 0) !important;
}

.border-t-red-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1) !important;
}

.border-t-red-900\/100 {
  border-top-color: rgb(127 29 29 / 1) !important;
}

.border-t-red-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15) !important;
}

.border-t-red-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2) !important;
}

.border-t-red-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25) !important;
}

.border-t-red-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3) !important;
}

.border-t-red-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35) !important;
}

.border-t-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4) !important;
}

.border-t-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45) !important;
}

.border-t-red-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05) !important;
}

.border-t-red-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5) !important;
}

.border-t-red-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55) !important;
}

.border-t-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6) !important;
}

.border-t-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65) !important;
}

.border-t-red-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7) !important;
}

.border-t-red-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75) !important;
}

.border-t-red-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8) !important;
}

.border-t-red-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85) !important;
}

.border-t-red-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9) !important;
}

.border-t-red-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95) !important;
}

.border-t-red-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}

.border-t-red-950\/0 {
  border-top-color: rgb(69 10 10 / 0) !important;
}

.border-t-red-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1) !important;
}

.border-t-red-950\/100 {
  border-top-color: rgb(69 10 10 / 1) !important;
}

.border-t-red-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15) !important;
}

.border-t-red-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2) !important;
}

.border-t-red-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25) !important;
}

.border-t-red-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3) !important;
}

.border-t-red-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35) !important;
}

.border-t-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4) !important;
}

.border-t-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45) !important;
}

.border-t-red-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05) !important;
}

.border-t-red-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5) !important;
}

.border-t-red-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55) !important;
}

.border-t-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6) !important;
}

.border-t-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65) !important;
}

.border-t-red-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7) !important;
}

.border-t-red-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75) !important;
}

.border-t-red-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8) !important;
}

.border-t-red-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85) !important;
}

.border-t-red-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9) !important;
}

.border-t-red-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95) !important;
}

.border-t-rose-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-100\/0 {
  border-top-color: rgb(255 228 230 / 0) !important;
}

.border-t-rose-100\/10 {
  border-top-color: rgb(255 228 230 / 0.1) !important;
}

.border-t-rose-100\/100 {
  border-top-color: rgb(255 228 230 / 1) !important;
}

.border-t-rose-100\/15 {
  border-top-color: rgb(255 228 230 / 0.15) !important;
}

.border-t-rose-100\/20 {
  border-top-color: rgb(255 228 230 / 0.2) !important;
}

.border-t-rose-100\/25 {
  border-top-color: rgb(255 228 230 / 0.25) !important;
}

.border-t-rose-100\/30 {
  border-top-color: rgb(255 228 230 / 0.3) !important;
}

.border-t-rose-100\/35 {
  border-top-color: rgb(255 228 230 / 0.35) !important;
}

.border-t-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4) !important;
}

.border-t-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45) !important;
}

.border-t-rose-100\/5 {
  border-top-color: rgb(255 228 230 / 0.05) !important;
}

.border-t-rose-100\/50 {
  border-top-color: rgb(255 228 230 / 0.5) !important;
}

.border-t-rose-100\/55 {
  border-top-color: rgb(255 228 230 / 0.55) !important;
}

.border-t-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6) !important;
}

.border-t-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65) !important;
}

.border-t-rose-100\/70 {
  border-top-color: rgb(255 228 230 / 0.7) !important;
}

.border-t-rose-100\/75 {
  border-top-color: rgb(255 228 230 / 0.75) !important;
}

.border-t-rose-100\/80 {
  border-top-color: rgb(255 228 230 / 0.8) !important;
}

.border-t-rose-100\/85 {
  border-top-color: rgb(255 228 230 / 0.85) !important;
}

.border-t-rose-100\/90 {
  border-top-color: rgb(255 228 230 / 0.9) !important;
}

.border-t-rose-100\/95 {
  border-top-color: rgb(255 228 230 / 0.95) !important;
}

.border-t-rose-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-200\/0 {
  border-top-color: rgb(254 205 211 / 0) !important;
}

.border-t-rose-200\/10 {
  border-top-color: rgb(254 205 211 / 0.1) !important;
}

.border-t-rose-200\/100 {
  border-top-color: rgb(254 205 211 / 1) !important;
}

.border-t-rose-200\/15 {
  border-top-color: rgb(254 205 211 / 0.15) !important;
}

.border-t-rose-200\/20 {
  border-top-color: rgb(254 205 211 / 0.2) !important;
}

.border-t-rose-200\/25 {
  border-top-color: rgb(254 205 211 / 0.25) !important;
}

.border-t-rose-200\/30 {
  border-top-color: rgb(254 205 211 / 0.3) !important;
}

.border-t-rose-200\/35 {
  border-top-color: rgb(254 205 211 / 0.35) !important;
}

.border-t-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4) !important;
}

.border-t-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45) !important;
}

.border-t-rose-200\/5 {
  border-top-color: rgb(254 205 211 / 0.05) !important;
}

.border-t-rose-200\/50 {
  border-top-color: rgb(254 205 211 / 0.5) !important;
}

.border-t-rose-200\/55 {
  border-top-color: rgb(254 205 211 / 0.55) !important;
}

.border-t-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6) !important;
}

.border-t-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65) !important;
}

.border-t-rose-200\/70 {
  border-top-color: rgb(254 205 211 / 0.7) !important;
}

.border-t-rose-200\/75 {
  border-top-color: rgb(254 205 211 / 0.75) !important;
}

.border-t-rose-200\/80 {
  border-top-color: rgb(254 205 211 / 0.8) !important;
}

.border-t-rose-200\/85 {
  border-top-color: rgb(254 205 211 / 0.85) !important;
}

.border-t-rose-200\/90 {
  border-top-color: rgb(254 205 211 / 0.9) !important;
}

.border-t-rose-200\/95 {
  border-top-color: rgb(254 205 211 / 0.95) !important;
}

.border-t-rose-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-300\/0 {
  border-top-color: rgb(253 164 175 / 0) !important;
}

.border-t-rose-300\/10 {
  border-top-color: rgb(253 164 175 / 0.1) !important;
}

.border-t-rose-300\/100 {
  border-top-color: rgb(253 164 175 / 1) !important;
}

.border-t-rose-300\/15 {
  border-top-color: rgb(253 164 175 / 0.15) !important;
}

.border-t-rose-300\/20 {
  border-top-color: rgb(253 164 175 / 0.2) !important;
}

.border-t-rose-300\/25 {
  border-top-color: rgb(253 164 175 / 0.25) !important;
}

.border-t-rose-300\/30 {
  border-top-color: rgb(253 164 175 / 0.3) !important;
}

.border-t-rose-300\/35 {
  border-top-color: rgb(253 164 175 / 0.35) !important;
}

.border-t-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4) !important;
}

.border-t-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45) !important;
}

.border-t-rose-300\/5 {
  border-top-color: rgb(253 164 175 / 0.05) !important;
}

.border-t-rose-300\/50 {
  border-top-color: rgb(253 164 175 / 0.5) !important;
}

.border-t-rose-300\/55 {
  border-top-color: rgb(253 164 175 / 0.55) !important;
}

.border-t-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6) !important;
}

.border-t-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65) !important;
}

.border-t-rose-300\/70 {
  border-top-color: rgb(253 164 175 / 0.7) !important;
}

.border-t-rose-300\/75 {
  border-top-color: rgb(253 164 175 / 0.75) !important;
}

.border-t-rose-300\/80 {
  border-top-color: rgb(253 164 175 / 0.8) !important;
}

.border-t-rose-300\/85 {
  border-top-color: rgb(253 164 175 / 0.85) !important;
}

.border-t-rose-300\/90 {
  border-top-color: rgb(253 164 175 / 0.9) !important;
}

.border-t-rose-300\/95 {
  border-top-color: rgb(253 164 175 / 0.95) !important;
}

.border-t-rose-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-400\/0 {
  border-top-color: rgb(251 113 133 / 0) !important;
}

.border-t-rose-400\/10 {
  border-top-color: rgb(251 113 133 / 0.1) !important;
}

.border-t-rose-400\/100 {
  border-top-color: rgb(251 113 133 / 1) !important;
}

.border-t-rose-400\/15 {
  border-top-color: rgb(251 113 133 / 0.15) !important;
}

.border-t-rose-400\/20 {
  border-top-color: rgb(251 113 133 / 0.2) !important;
}

.border-t-rose-400\/25 {
  border-top-color: rgb(251 113 133 / 0.25) !important;
}

.border-t-rose-400\/30 {
  border-top-color: rgb(251 113 133 / 0.3) !important;
}

.border-t-rose-400\/35 {
  border-top-color: rgb(251 113 133 / 0.35) !important;
}

.border-t-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4) !important;
}

.border-t-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45) !important;
}

.border-t-rose-400\/5 {
  border-top-color: rgb(251 113 133 / 0.05) !important;
}

.border-t-rose-400\/50 {
  border-top-color: rgb(251 113 133 / 0.5) !important;
}

.border-t-rose-400\/55 {
  border-top-color: rgb(251 113 133 / 0.55) !important;
}

.border-t-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6) !important;
}

.border-t-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65) !important;
}

.border-t-rose-400\/70 {
  border-top-color: rgb(251 113 133 / 0.7) !important;
}

.border-t-rose-400\/75 {
  border-top-color: rgb(251 113 133 / 0.75) !important;
}

.border-t-rose-400\/80 {
  border-top-color: rgb(251 113 133 / 0.8) !important;
}

.border-t-rose-400\/85 {
  border-top-color: rgb(251 113 133 / 0.85) !important;
}

.border-t-rose-400\/90 {
  border-top-color: rgb(251 113 133 / 0.9) !important;
}

.border-t-rose-400\/95 {
  border-top-color: rgb(251 113 133 / 0.95) !important;
}

.border-t-rose-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-50\/0 {
  border-top-color: rgb(255 241 242 / 0) !important;
}

.border-t-rose-50\/10 {
  border-top-color: rgb(255 241 242 / 0.1) !important;
}

.border-t-rose-50\/100 {
  border-top-color: rgb(255 241 242 / 1) !important;
}

.border-t-rose-50\/15 {
  border-top-color: rgb(255 241 242 / 0.15) !important;
}

.border-t-rose-50\/20 {
  border-top-color: rgb(255 241 242 / 0.2) !important;
}

.border-t-rose-50\/25 {
  border-top-color: rgb(255 241 242 / 0.25) !important;
}

.border-t-rose-50\/30 {
  border-top-color: rgb(255 241 242 / 0.3) !important;
}

.border-t-rose-50\/35 {
  border-top-color: rgb(255 241 242 / 0.35) !important;
}

.border-t-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4) !important;
}

.border-t-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45) !important;
}

.border-t-rose-50\/5 {
  border-top-color: rgb(255 241 242 / 0.05) !important;
}

.border-t-rose-50\/50 {
  border-top-color: rgb(255 241 242 / 0.5) !important;
}

.border-t-rose-50\/55 {
  border-top-color: rgb(255 241 242 / 0.55) !important;
}

.border-t-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6) !important;
}

.border-t-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65) !important;
}

.border-t-rose-50\/70 {
  border-top-color: rgb(255 241 242 / 0.7) !important;
}

.border-t-rose-50\/75 {
  border-top-color: rgb(255 241 242 / 0.75) !important;
}

.border-t-rose-50\/80 {
  border-top-color: rgb(255 241 242 / 0.8) !important;
}

.border-t-rose-50\/85 {
  border-top-color: rgb(255 241 242 / 0.85) !important;
}

.border-t-rose-50\/90 {
  border-top-color: rgb(255 241 242 / 0.9) !important;
}

.border-t-rose-50\/95 {
  border-top-color: rgb(255 241 242 / 0.95) !important;
}

.border-t-rose-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-500\/0 {
  border-top-color: rgb(244 63 94 / 0) !important;
}

.border-t-rose-500\/10 {
  border-top-color: rgb(244 63 94 / 0.1) !important;
}

.border-t-rose-500\/100 {
  border-top-color: rgb(244 63 94 / 1) !important;
}

.border-t-rose-500\/15 {
  border-top-color: rgb(244 63 94 / 0.15) !important;
}

.border-t-rose-500\/20 {
  border-top-color: rgb(244 63 94 / 0.2) !important;
}

.border-t-rose-500\/25 {
  border-top-color: rgb(244 63 94 / 0.25) !important;
}

.border-t-rose-500\/30 {
  border-top-color: rgb(244 63 94 / 0.3) !important;
}

.border-t-rose-500\/35 {
  border-top-color: rgb(244 63 94 / 0.35) !important;
}

.border-t-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4) !important;
}

.border-t-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45) !important;
}

.border-t-rose-500\/5 {
  border-top-color: rgb(244 63 94 / 0.05) !important;
}

.border-t-rose-500\/50 {
  border-top-color: rgb(244 63 94 / 0.5) !important;
}

.border-t-rose-500\/55 {
  border-top-color: rgb(244 63 94 / 0.55) !important;
}

.border-t-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6) !important;
}

.border-t-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65) !important;
}

.border-t-rose-500\/70 {
  border-top-color: rgb(244 63 94 / 0.7) !important;
}

.border-t-rose-500\/75 {
  border-top-color: rgb(244 63 94 / 0.75) !important;
}

.border-t-rose-500\/80 {
  border-top-color: rgb(244 63 94 / 0.8) !important;
}

.border-t-rose-500\/85 {
  border-top-color: rgb(244 63 94 / 0.85) !important;
}

.border-t-rose-500\/90 {
  border-top-color: rgb(244 63 94 / 0.9) !important;
}

.border-t-rose-500\/95 {
  border-top-color: rgb(244 63 94 / 0.95) !important;
}

.border-t-rose-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-600\/0 {
  border-top-color: rgb(225 29 72 / 0) !important;
}

.border-t-rose-600\/10 {
  border-top-color: rgb(225 29 72 / 0.1) !important;
}

.border-t-rose-600\/100 {
  border-top-color: rgb(225 29 72 / 1) !important;
}

.border-t-rose-600\/15 {
  border-top-color: rgb(225 29 72 / 0.15) !important;
}

.border-t-rose-600\/20 {
  border-top-color: rgb(225 29 72 / 0.2) !important;
}

.border-t-rose-600\/25 {
  border-top-color: rgb(225 29 72 / 0.25) !important;
}

.border-t-rose-600\/30 {
  border-top-color: rgb(225 29 72 / 0.3) !important;
}

.border-t-rose-600\/35 {
  border-top-color: rgb(225 29 72 / 0.35) !important;
}

.border-t-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4) !important;
}

.border-t-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45) !important;
}

.border-t-rose-600\/5 {
  border-top-color: rgb(225 29 72 / 0.05) !important;
}

.border-t-rose-600\/50 {
  border-top-color: rgb(225 29 72 / 0.5) !important;
}

.border-t-rose-600\/55 {
  border-top-color: rgb(225 29 72 / 0.55) !important;
}

.border-t-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6) !important;
}

.border-t-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65) !important;
}

.border-t-rose-600\/70 {
  border-top-color: rgb(225 29 72 / 0.7) !important;
}

.border-t-rose-600\/75 {
  border-top-color: rgb(225 29 72 / 0.75) !important;
}

.border-t-rose-600\/80 {
  border-top-color: rgb(225 29 72 / 0.8) !important;
}

.border-t-rose-600\/85 {
  border-top-color: rgb(225 29 72 / 0.85) !important;
}

.border-t-rose-600\/90 {
  border-top-color: rgb(225 29 72 / 0.9) !important;
}

.border-t-rose-600\/95 {
  border-top-color: rgb(225 29 72 / 0.95) !important;
}

.border-t-rose-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-700\/0 {
  border-top-color: rgb(190 18 60 / 0) !important;
}

.border-t-rose-700\/10 {
  border-top-color: rgb(190 18 60 / 0.1) !important;
}

.border-t-rose-700\/100 {
  border-top-color: rgb(190 18 60 / 1) !important;
}

.border-t-rose-700\/15 {
  border-top-color: rgb(190 18 60 / 0.15) !important;
}

.border-t-rose-700\/20 {
  border-top-color: rgb(190 18 60 / 0.2) !important;
}

.border-t-rose-700\/25 {
  border-top-color: rgb(190 18 60 / 0.25) !important;
}

.border-t-rose-700\/30 {
  border-top-color: rgb(190 18 60 / 0.3) !important;
}

.border-t-rose-700\/35 {
  border-top-color: rgb(190 18 60 / 0.35) !important;
}

.border-t-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4) !important;
}

.border-t-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45) !important;
}

.border-t-rose-700\/5 {
  border-top-color: rgb(190 18 60 / 0.05) !important;
}

.border-t-rose-700\/50 {
  border-top-color: rgb(190 18 60 / 0.5) !important;
}

.border-t-rose-700\/55 {
  border-top-color: rgb(190 18 60 / 0.55) !important;
}

.border-t-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6) !important;
}

.border-t-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65) !important;
}

.border-t-rose-700\/70 {
  border-top-color: rgb(190 18 60 / 0.7) !important;
}

.border-t-rose-700\/75 {
  border-top-color: rgb(190 18 60 / 0.75) !important;
}

.border-t-rose-700\/80 {
  border-top-color: rgb(190 18 60 / 0.8) !important;
}

.border-t-rose-700\/85 {
  border-top-color: rgb(190 18 60 / 0.85) !important;
}

.border-t-rose-700\/90 {
  border-top-color: rgb(190 18 60 / 0.9) !important;
}

.border-t-rose-700\/95 {
  border-top-color: rgb(190 18 60 / 0.95) !important;
}

.border-t-rose-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-800\/0 {
  border-top-color: rgb(159 18 57 / 0) !important;
}

.border-t-rose-800\/10 {
  border-top-color: rgb(159 18 57 / 0.1) !important;
}

.border-t-rose-800\/100 {
  border-top-color: rgb(159 18 57 / 1) !important;
}

.border-t-rose-800\/15 {
  border-top-color: rgb(159 18 57 / 0.15) !important;
}

.border-t-rose-800\/20 {
  border-top-color: rgb(159 18 57 / 0.2) !important;
}

.border-t-rose-800\/25 {
  border-top-color: rgb(159 18 57 / 0.25) !important;
}

.border-t-rose-800\/30 {
  border-top-color: rgb(159 18 57 / 0.3) !important;
}

.border-t-rose-800\/35 {
  border-top-color: rgb(159 18 57 / 0.35) !important;
}

.border-t-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4) !important;
}

.border-t-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45) !important;
}

.border-t-rose-800\/5 {
  border-top-color: rgb(159 18 57 / 0.05) !important;
}

.border-t-rose-800\/50 {
  border-top-color: rgb(159 18 57 / 0.5) !important;
}

.border-t-rose-800\/55 {
  border-top-color: rgb(159 18 57 / 0.55) !important;
}

.border-t-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6) !important;
}

.border-t-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65) !important;
}

.border-t-rose-800\/70 {
  border-top-color: rgb(159 18 57 / 0.7) !important;
}

.border-t-rose-800\/75 {
  border-top-color: rgb(159 18 57 / 0.75) !important;
}

.border-t-rose-800\/80 {
  border-top-color: rgb(159 18 57 / 0.8) !important;
}

.border-t-rose-800\/85 {
  border-top-color: rgb(159 18 57 / 0.85) !important;
}

.border-t-rose-800\/90 {
  border-top-color: rgb(159 18 57 / 0.9) !important;
}

.border-t-rose-800\/95 {
  border-top-color: rgb(159 18 57 / 0.95) !important;
}

.border-t-rose-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-900\/0 {
  border-top-color: rgb(136 19 55 / 0) !important;
}

.border-t-rose-900\/10 {
  border-top-color: rgb(136 19 55 / 0.1) !important;
}

.border-t-rose-900\/100 {
  border-top-color: rgb(136 19 55 / 1) !important;
}

.border-t-rose-900\/15 {
  border-top-color: rgb(136 19 55 / 0.15) !important;
}

.border-t-rose-900\/20 {
  border-top-color: rgb(136 19 55 / 0.2) !important;
}

.border-t-rose-900\/25 {
  border-top-color: rgb(136 19 55 / 0.25) !important;
}

.border-t-rose-900\/30 {
  border-top-color: rgb(136 19 55 / 0.3) !important;
}

.border-t-rose-900\/35 {
  border-top-color: rgb(136 19 55 / 0.35) !important;
}

.border-t-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4) !important;
}

.border-t-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45) !important;
}

.border-t-rose-900\/5 {
  border-top-color: rgb(136 19 55 / 0.05) !important;
}

.border-t-rose-900\/50 {
  border-top-color: rgb(136 19 55 / 0.5) !important;
}

.border-t-rose-900\/55 {
  border-top-color: rgb(136 19 55 / 0.55) !important;
}

.border-t-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6) !important;
}

.border-t-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65) !important;
}

.border-t-rose-900\/70 {
  border-top-color: rgb(136 19 55 / 0.7) !important;
}

.border-t-rose-900\/75 {
  border-top-color: rgb(136 19 55 / 0.75) !important;
}

.border-t-rose-900\/80 {
  border-top-color: rgb(136 19 55 / 0.8) !important;
}

.border-t-rose-900\/85 {
  border-top-color: rgb(136 19 55 / 0.85) !important;
}

.border-t-rose-900\/90 {
  border-top-color: rgb(136 19 55 / 0.9) !important;
}

.border-t-rose-900\/95 {
  border-top-color: rgb(136 19 55 / 0.95) !important;
}

.border-t-rose-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
}

.border-t-rose-950\/0 {
  border-top-color: rgb(76 5 25 / 0) !important;
}

.border-t-rose-950\/10 {
  border-top-color: rgb(76 5 25 / 0.1) !important;
}

.border-t-rose-950\/100 {
  border-top-color: rgb(76 5 25 / 1) !important;
}

.border-t-rose-950\/15 {
  border-top-color: rgb(76 5 25 / 0.15) !important;
}

.border-t-rose-950\/20 {
  border-top-color: rgb(76 5 25 / 0.2) !important;
}

.border-t-rose-950\/25 {
  border-top-color: rgb(76 5 25 / 0.25) !important;
}

.border-t-rose-950\/30 {
  border-top-color: rgb(76 5 25 / 0.3) !important;
}

.border-t-rose-950\/35 {
  border-top-color: rgb(76 5 25 / 0.35) !important;
}

.border-t-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4) !important;
}

.border-t-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45) !important;
}

.border-t-rose-950\/5 {
  border-top-color: rgb(76 5 25 / 0.05) !important;
}

.border-t-rose-950\/50 {
  border-top-color: rgb(76 5 25 / 0.5) !important;
}

.border-t-rose-950\/55 {
  border-top-color: rgb(76 5 25 / 0.55) !important;
}

.border-t-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6) !important;
}

.border-t-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65) !important;
}

.border-t-rose-950\/70 {
  border-top-color: rgb(76 5 25 / 0.7) !important;
}

.border-t-rose-950\/75 {
  border-top-color: rgb(76 5 25 / 0.75) !important;
}

.border-t-rose-950\/80 {
  border-top-color: rgb(76 5 25 / 0.8) !important;
}

.border-t-rose-950\/85 {
  border-top-color: rgb(76 5 25 / 0.85) !important;
}

.border-t-rose-950\/90 {
  border-top-color: rgb(76 5 25 / 0.9) !important;
}

.border-t-rose-950\/95 {
  border-top-color: rgb(76 5 25 / 0.95) !important;
}

.border-t-sky-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-100\/0 {
  border-top-color: rgb(224 242 254 / 0) !important;
}

.border-t-sky-100\/10 {
  border-top-color: rgb(224 242 254 / 0.1) !important;
}

.border-t-sky-100\/100 {
  border-top-color: rgb(224 242 254 / 1) !important;
}

.border-t-sky-100\/15 {
  border-top-color: rgb(224 242 254 / 0.15) !important;
}

.border-t-sky-100\/20 {
  border-top-color: rgb(224 242 254 / 0.2) !important;
}

.border-t-sky-100\/25 {
  border-top-color: rgb(224 242 254 / 0.25) !important;
}

.border-t-sky-100\/30 {
  border-top-color: rgb(224 242 254 / 0.3) !important;
}

.border-t-sky-100\/35 {
  border-top-color: rgb(224 242 254 / 0.35) !important;
}

.border-t-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4) !important;
}

.border-t-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45) !important;
}

.border-t-sky-100\/5 {
  border-top-color: rgb(224 242 254 / 0.05) !important;
}

.border-t-sky-100\/50 {
  border-top-color: rgb(224 242 254 / 0.5) !important;
}

.border-t-sky-100\/55 {
  border-top-color: rgb(224 242 254 / 0.55) !important;
}

.border-t-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6) !important;
}

.border-t-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65) !important;
}

.border-t-sky-100\/70 {
  border-top-color: rgb(224 242 254 / 0.7) !important;
}

.border-t-sky-100\/75 {
  border-top-color: rgb(224 242 254 / 0.75) !important;
}

.border-t-sky-100\/80 {
  border-top-color: rgb(224 242 254 / 0.8) !important;
}

.border-t-sky-100\/85 {
  border-top-color: rgb(224 242 254 / 0.85) !important;
}

.border-t-sky-100\/90 {
  border-top-color: rgb(224 242 254 / 0.9) !important;
}

.border-t-sky-100\/95 {
  border-top-color: rgb(224 242 254 / 0.95) !important;
}

.border-t-sky-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-200\/0 {
  border-top-color: rgb(186 230 253 / 0) !important;
}

.border-t-sky-200\/10 {
  border-top-color: rgb(186 230 253 / 0.1) !important;
}

.border-t-sky-200\/100 {
  border-top-color: rgb(186 230 253 / 1) !important;
}

.border-t-sky-200\/15 {
  border-top-color: rgb(186 230 253 / 0.15) !important;
}

.border-t-sky-200\/20 {
  border-top-color: rgb(186 230 253 / 0.2) !important;
}

.border-t-sky-200\/25 {
  border-top-color: rgb(186 230 253 / 0.25) !important;
}

.border-t-sky-200\/30 {
  border-top-color: rgb(186 230 253 / 0.3) !important;
}

.border-t-sky-200\/35 {
  border-top-color: rgb(186 230 253 / 0.35) !important;
}

.border-t-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4) !important;
}

.border-t-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45) !important;
}

.border-t-sky-200\/5 {
  border-top-color: rgb(186 230 253 / 0.05) !important;
}

.border-t-sky-200\/50 {
  border-top-color: rgb(186 230 253 / 0.5) !important;
}

.border-t-sky-200\/55 {
  border-top-color: rgb(186 230 253 / 0.55) !important;
}

.border-t-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6) !important;
}

.border-t-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65) !important;
}

.border-t-sky-200\/70 {
  border-top-color: rgb(186 230 253 / 0.7) !important;
}

.border-t-sky-200\/75 {
  border-top-color: rgb(186 230 253 / 0.75) !important;
}

.border-t-sky-200\/80 {
  border-top-color: rgb(186 230 253 / 0.8) !important;
}

.border-t-sky-200\/85 {
  border-top-color: rgb(186 230 253 / 0.85) !important;
}

.border-t-sky-200\/90 {
  border-top-color: rgb(186 230 253 / 0.9) !important;
}

.border-t-sky-200\/95 {
  border-top-color: rgb(186 230 253 / 0.95) !important;
}

.border-t-sky-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-300\/0 {
  border-top-color: rgb(125 211 252 / 0) !important;
}

.border-t-sky-300\/10 {
  border-top-color: rgb(125 211 252 / 0.1) !important;
}

.border-t-sky-300\/100 {
  border-top-color: rgb(125 211 252 / 1) !important;
}

.border-t-sky-300\/15 {
  border-top-color: rgb(125 211 252 / 0.15) !important;
}

.border-t-sky-300\/20 {
  border-top-color: rgb(125 211 252 / 0.2) !important;
}

.border-t-sky-300\/25 {
  border-top-color: rgb(125 211 252 / 0.25) !important;
}

.border-t-sky-300\/30 {
  border-top-color: rgb(125 211 252 / 0.3) !important;
}

.border-t-sky-300\/35 {
  border-top-color: rgb(125 211 252 / 0.35) !important;
}

.border-t-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4) !important;
}

.border-t-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45) !important;
}

.border-t-sky-300\/5 {
  border-top-color: rgb(125 211 252 / 0.05) !important;
}

.border-t-sky-300\/50 {
  border-top-color: rgb(125 211 252 / 0.5) !important;
}

.border-t-sky-300\/55 {
  border-top-color: rgb(125 211 252 / 0.55) !important;
}

.border-t-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6) !important;
}

.border-t-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65) !important;
}

.border-t-sky-300\/70 {
  border-top-color: rgb(125 211 252 / 0.7) !important;
}

.border-t-sky-300\/75 {
  border-top-color: rgb(125 211 252 / 0.75) !important;
}

.border-t-sky-300\/80 {
  border-top-color: rgb(125 211 252 / 0.8) !important;
}

.border-t-sky-300\/85 {
  border-top-color: rgb(125 211 252 / 0.85) !important;
}

.border-t-sky-300\/90 {
  border-top-color: rgb(125 211 252 / 0.9) !important;
}

.border-t-sky-300\/95 {
  border-top-color: rgb(125 211 252 / 0.95) !important;
}

.border-t-sky-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-400\/0 {
  border-top-color: rgb(56 189 248 / 0) !important;
}

.border-t-sky-400\/10 {
  border-top-color: rgb(56 189 248 / 0.1) !important;
}

.border-t-sky-400\/100 {
  border-top-color: rgb(56 189 248 / 1) !important;
}

.border-t-sky-400\/15 {
  border-top-color: rgb(56 189 248 / 0.15) !important;
}

.border-t-sky-400\/20 {
  border-top-color: rgb(56 189 248 / 0.2) !important;
}

.border-t-sky-400\/25 {
  border-top-color: rgb(56 189 248 / 0.25) !important;
}

.border-t-sky-400\/30 {
  border-top-color: rgb(56 189 248 / 0.3) !important;
}

.border-t-sky-400\/35 {
  border-top-color: rgb(56 189 248 / 0.35) !important;
}

.border-t-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4) !important;
}

.border-t-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45) !important;
}

.border-t-sky-400\/5 {
  border-top-color: rgb(56 189 248 / 0.05) !important;
}

.border-t-sky-400\/50 {
  border-top-color: rgb(56 189 248 / 0.5) !important;
}

.border-t-sky-400\/55 {
  border-top-color: rgb(56 189 248 / 0.55) !important;
}

.border-t-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6) !important;
}

.border-t-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65) !important;
}

.border-t-sky-400\/70 {
  border-top-color: rgb(56 189 248 / 0.7) !important;
}

.border-t-sky-400\/75 {
  border-top-color: rgb(56 189 248 / 0.75) !important;
}

.border-t-sky-400\/80 {
  border-top-color: rgb(56 189 248 / 0.8) !important;
}

.border-t-sky-400\/85 {
  border-top-color: rgb(56 189 248 / 0.85) !important;
}

.border-t-sky-400\/90 {
  border-top-color: rgb(56 189 248 / 0.9) !important;
}

.border-t-sky-400\/95 {
  border-top-color: rgb(56 189 248 / 0.95) !important;
}

.border-t-sky-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-50\/0 {
  border-top-color: rgb(240 249 255 / 0) !important;
}

.border-t-sky-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1) !important;
}

.border-t-sky-50\/100 {
  border-top-color: rgb(240 249 255 / 1) !important;
}

.border-t-sky-50\/15 {
  border-top-color: rgb(240 249 255 / 0.15) !important;
}

.border-t-sky-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2) !important;
}

.border-t-sky-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25) !important;
}

.border-t-sky-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3) !important;
}

.border-t-sky-50\/35 {
  border-top-color: rgb(240 249 255 / 0.35) !important;
}

.border-t-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4) !important;
}

.border-t-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45) !important;
}

.border-t-sky-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05) !important;
}

.border-t-sky-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5) !important;
}

.border-t-sky-50\/55 {
  border-top-color: rgb(240 249 255 / 0.55) !important;
}

.border-t-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6) !important;
}

.border-t-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65) !important;
}

.border-t-sky-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7) !important;
}

.border-t-sky-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75) !important;
}

.border-t-sky-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8) !important;
}

.border-t-sky-50\/85 {
  border-top-color: rgb(240 249 255 / 0.85) !important;
}

.border-t-sky-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9) !important;
}

.border-t-sky-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95) !important;
}

.border-t-sky-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-500\/0 {
  border-top-color: rgb(14 165 233 / 0) !important;
}

.border-t-sky-500\/10 {
  border-top-color: rgb(14 165 233 / 0.1) !important;
}

.border-t-sky-500\/100 {
  border-top-color: rgb(14 165 233 / 1) !important;
}

.border-t-sky-500\/15 {
  border-top-color: rgb(14 165 233 / 0.15) !important;
}

.border-t-sky-500\/20 {
  border-top-color: rgb(14 165 233 / 0.2) !important;
}

.border-t-sky-500\/25 {
  border-top-color: rgb(14 165 233 / 0.25) !important;
}

.border-t-sky-500\/30 {
  border-top-color: rgb(14 165 233 / 0.3) !important;
}

.border-t-sky-500\/35 {
  border-top-color: rgb(14 165 233 / 0.35) !important;
}

.border-t-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4) !important;
}

.border-t-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45) !important;
}

.border-t-sky-500\/5 {
  border-top-color: rgb(14 165 233 / 0.05) !important;
}

.border-t-sky-500\/50 {
  border-top-color: rgb(14 165 233 / 0.5) !important;
}

.border-t-sky-500\/55 {
  border-top-color: rgb(14 165 233 / 0.55) !important;
}

.border-t-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6) !important;
}

.border-t-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65) !important;
}

.border-t-sky-500\/70 {
  border-top-color: rgb(14 165 233 / 0.7) !important;
}

.border-t-sky-500\/75 {
  border-top-color: rgb(14 165 233 / 0.75) !important;
}

.border-t-sky-500\/80 {
  border-top-color: rgb(14 165 233 / 0.8) !important;
}

.border-t-sky-500\/85 {
  border-top-color: rgb(14 165 233 / 0.85) !important;
}

.border-t-sky-500\/90 {
  border-top-color: rgb(14 165 233 / 0.9) !important;
}

.border-t-sky-500\/95 {
  border-top-color: rgb(14 165 233 / 0.95) !important;
}

.border-t-sky-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-600\/0 {
  border-top-color: rgb(2 132 199 / 0) !important;
}

.border-t-sky-600\/10 {
  border-top-color: rgb(2 132 199 / 0.1) !important;
}

.border-t-sky-600\/100 {
  border-top-color: rgb(2 132 199 / 1) !important;
}

.border-t-sky-600\/15 {
  border-top-color: rgb(2 132 199 / 0.15) !important;
}

.border-t-sky-600\/20 {
  border-top-color: rgb(2 132 199 / 0.2) !important;
}

.border-t-sky-600\/25 {
  border-top-color: rgb(2 132 199 / 0.25) !important;
}

.border-t-sky-600\/30 {
  border-top-color: rgb(2 132 199 / 0.3) !important;
}

.border-t-sky-600\/35 {
  border-top-color: rgb(2 132 199 / 0.35) !important;
}

.border-t-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4) !important;
}

.border-t-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45) !important;
}

.border-t-sky-600\/5 {
  border-top-color: rgb(2 132 199 / 0.05) !important;
}

.border-t-sky-600\/50 {
  border-top-color: rgb(2 132 199 / 0.5) !important;
}

.border-t-sky-600\/55 {
  border-top-color: rgb(2 132 199 / 0.55) !important;
}

.border-t-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6) !important;
}

.border-t-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65) !important;
}

.border-t-sky-600\/70 {
  border-top-color: rgb(2 132 199 / 0.7) !important;
}

.border-t-sky-600\/75 {
  border-top-color: rgb(2 132 199 / 0.75) !important;
}

.border-t-sky-600\/80 {
  border-top-color: rgb(2 132 199 / 0.8) !important;
}

.border-t-sky-600\/85 {
  border-top-color: rgb(2 132 199 / 0.85) !important;
}

.border-t-sky-600\/90 {
  border-top-color: rgb(2 132 199 / 0.9) !important;
}

.border-t-sky-600\/95 {
  border-top-color: rgb(2 132 199 / 0.95) !important;
}

.border-t-sky-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-700\/0 {
  border-top-color: rgb(3 105 161 / 0) !important;
}

.border-t-sky-700\/10 {
  border-top-color: rgb(3 105 161 / 0.1) !important;
}

.border-t-sky-700\/100 {
  border-top-color: rgb(3 105 161 / 1) !important;
}

.border-t-sky-700\/15 {
  border-top-color: rgb(3 105 161 / 0.15) !important;
}

.border-t-sky-700\/20 {
  border-top-color: rgb(3 105 161 / 0.2) !important;
}

.border-t-sky-700\/25 {
  border-top-color: rgb(3 105 161 / 0.25) !important;
}

.border-t-sky-700\/30 {
  border-top-color: rgb(3 105 161 / 0.3) !important;
}

.border-t-sky-700\/35 {
  border-top-color: rgb(3 105 161 / 0.35) !important;
}

.border-t-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4) !important;
}

.border-t-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45) !important;
}

.border-t-sky-700\/5 {
  border-top-color: rgb(3 105 161 / 0.05) !important;
}

.border-t-sky-700\/50 {
  border-top-color: rgb(3 105 161 / 0.5) !important;
}

.border-t-sky-700\/55 {
  border-top-color: rgb(3 105 161 / 0.55) !important;
}

.border-t-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6) !important;
}

.border-t-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65) !important;
}

.border-t-sky-700\/70 {
  border-top-color: rgb(3 105 161 / 0.7) !important;
}

.border-t-sky-700\/75 {
  border-top-color: rgb(3 105 161 / 0.75) !important;
}

.border-t-sky-700\/80 {
  border-top-color: rgb(3 105 161 / 0.8) !important;
}

.border-t-sky-700\/85 {
  border-top-color: rgb(3 105 161 / 0.85) !important;
}

.border-t-sky-700\/90 {
  border-top-color: rgb(3 105 161 / 0.9) !important;
}

.border-t-sky-700\/95 {
  border-top-color: rgb(3 105 161 / 0.95) !important;
}

.border-t-sky-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-800\/0 {
  border-top-color: rgb(7 89 133 / 0) !important;
}

.border-t-sky-800\/10 {
  border-top-color: rgb(7 89 133 / 0.1) !important;
}

.border-t-sky-800\/100 {
  border-top-color: rgb(7 89 133 / 1) !important;
}

.border-t-sky-800\/15 {
  border-top-color: rgb(7 89 133 / 0.15) !important;
}

.border-t-sky-800\/20 {
  border-top-color: rgb(7 89 133 / 0.2) !important;
}

.border-t-sky-800\/25 {
  border-top-color: rgb(7 89 133 / 0.25) !important;
}

.border-t-sky-800\/30 {
  border-top-color: rgb(7 89 133 / 0.3) !important;
}

.border-t-sky-800\/35 {
  border-top-color: rgb(7 89 133 / 0.35) !important;
}

.border-t-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4) !important;
}

.border-t-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45) !important;
}

.border-t-sky-800\/5 {
  border-top-color: rgb(7 89 133 / 0.05) !important;
}

.border-t-sky-800\/50 {
  border-top-color: rgb(7 89 133 / 0.5) !important;
}

.border-t-sky-800\/55 {
  border-top-color: rgb(7 89 133 / 0.55) !important;
}

.border-t-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6) !important;
}

.border-t-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65) !important;
}

.border-t-sky-800\/70 {
  border-top-color: rgb(7 89 133 / 0.7) !important;
}

.border-t-sky-800\/75 {
  border-top-color: rgb(7 89 133 / 0.75) !important;
}

.border-t-sky-800\/80 {
  border-top-color: rgb(7 89 133 / 0.8) !important;
}

.border-t-sky-800\/85 {
  border-top-color: rgb(7 89 133 / 0.85) !important;
}

.border-t-sky-800\/90 {
  border-top-color: rgb(7 89 133 / 0.9) !important;
}

.border-t-sky-800\/95 {
  border-top-color: rgb(7 89 133 / 0.95) !important;
}

.border-t-sky-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-900\/0 {
  border-top-color: rgb(12 74 110 / 0) !important;
}

.border-t-sky-900\/10 {
  border-top-color: rgb(12 74 110 / 0.1) !important;
}

.border-t-sky-900\/100 {
  border-top-color: rgb(12 74 110 / 1) !important;
}

.border-t-sky-900\/15 {
  border-top-color: rgb(12 74 110 / 0.15) !important;
}

.border-t-sky-900\/20 {
  border-top-color: rgb(12 74 110 / 0.2) !important;
}

.border-t-sky-900\/25 {
  border-top-color: rgb(12 74 110 / 0.25) !important;
}

.border-t-sky-900\/30 {
  border-top-color: rgb(12 74 110 / 0.3) !important;
}

.border-t-sky-900\/35 {
  border-top-color: rgb(12 74 110 / 0.35) !important;
}

.border-t-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4) !important;
}

.border-t-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45) !important;
}

.border-t-sky-900\/5 {
  border-top-color: rgb(12 74 110 / 0.05) !important;
}

.border-t-sky-900\/50 {
  border-top-color: rgb(12 74 110 / 0.5) !important;
}

.border-t-sky-900\/55 {
  border-top-color: rgb(12 74 110 / 0.55) !important;
}

.border-t-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6) !important;
}

.border-t-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65) !important;
}

.border-t-sky-900\/70 {
  border-top-color: rgb(12 74 110 / 0.7) !important;
}

.border-t-sky-900\/75 {
  border-top-color: rgb(12 74 110 / 0.75) !important;
}

.border-t-sky-900\/80 {
  border-top-color: rgb(12 74 110 / 0.8) !important;
}

.border-t-sky-900\/85 {
  border-top-color: rgb(12 74 110 / 0.85) !important;
}

.border-t-sky-900\/90 {
  border-top-color: rgb(12 74 110 / 0.9) !important;
}

.border-t-sky-900\/95 {
  border-top-color: rgb(12 74 110 / 0.95) !important;
}

.border-t-sky-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
}

.border-t-sky-950\/0 {
  border-top-color: rgb(8 47 73 / 0) !important;
}

.border-t-sky-950\/10 {
  border-top-color: rgb(8 47 73 / 0.1) !important;
}

.border-t-sky-950\/100 {
  border-top-color: rgb(8 47 73 / 1) !important;
}

.border-t-sky-950\/15 {
  border-top-color: rgb(8 47 73 / 0.15) !important;
}

.border-t-sky-950\/20 {
  border-top-color: rgb(8 47 73 / 0.2) !important;
}

.border-t-sky-950\/25 {
  border-top-color: rgb(8 47 73 / 0.25) !important;
}

.border-t-sky-950\/30 {
  border-top-color: rgb(8 47 73 / 0.3) !important;
}

.border-t-sky-950\/35 {
  border-top-color: rgb(8 47 73 / 0.35) !important;
}

.border-t-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4) !important;
}

.border-t-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45) !important;
}

.border-t-sky-950\/5 {
  border-top-color: rgb(8 47 73 / 0.05) !important;
}

.border-t-sky-950\/50 {
  border-top-color: rgb(8 47 73 / 0.5) !important;
}

.border-t-sky-950\/55 {
  border-top-color: rgb(8 47 73 / 0.55) !important;
}

.border-t-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6) !important;
}

.border-t-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65) !important;
}

.border-t-sky-950\/70 {
  border-top-color: rgb(8 47 73 / 0.7) !important;
}

.border-t-sky-950\/75 {
  border-top-color: rgb(8 47 73 / 0.75) !important;
}

.border-t-sky-950\/80 {
  border-top-color: rgb(8 47 73 / 0.8) !important;
}

.border-t-sky-950\/85 {
  border-top-color: rgb(8 47 73 / 0.85) !important;
}

.border-t-sky-950\/90 {
  border-top-color: rgb(8 47 73 / 0.9) !important;
}

.border-t-sky-950\/95 {
  border-top-color: rgb(8 47 73 / 0.95) !important;
}

.border-t-slate-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-100\/0 {
  border-top-color: rgb(241 245 249 / 0) !important;
}

.border-t-slate-100\/10 {
  border-top-color: rgb(241 245 249 / 0.1) !important;
}

.border-t-slate-100\/100 {
  border-top-color: rgb(241 245 249 / 1) !important;
}

.border-t-slate-100\/15 {
  border-top-color: rgb(241 245 249 / 0.15) !important;
}

.border-t-slate-100\/20 {
  border-top-color: rgb(241 245 249 / 0.2) !important;
}

.border-t-slate-100\/25 {
  border-top-color: rgb(241 245 249 / 0.25) !important;
}

.border-t-slate-100\/30 {
  border-top-color: rgb(241 245 249 / 0.3) !important;
}

.border-t-slate-100\/35 {
  border-top-color: rgb(241 245 249 / 0.35) !important;
}

.border-t-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4) !important;
}

.border-t-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45) !important;
}

.border-t-slate-100\/5 {
  border-top-color: rgb(241 245 249 / 0.05) !important;
}

.border-t-slate-100\/50 {
  border-top-color: rgb(241 245 249 / 0.5) !important;
}

.border-t-slate-100\/55 {
  border-top-color: rgb(241 245 249 / 0.55) !important;
}

.border-t-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6) !important;
}

.border-t-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65) !important;
}

.border-t-slate-100\/70 {
  border-top-color: rgb(241 245 249 / 0.7) !important;
}

.border-t-slate-100\/75 {
  border-top-color: rgb(241 245 249 / 0.75) !important;
}

.border-t-slate-100\/80 {
  border-top-color: rgb(241 245 249 / 0.8) !important;
}

.border-t-slate-100\/85 {
  border-top-color: rgb(241 245 249 / 0.85) !important;
}

.border-t-slate-100\/90 {
  border-top-color: rgb(241 245 249 / 0.9) !important;
}

.border-t-slate-100\/95 {
  border-top-color: rgb(241 245 249 / 0.95) !important;
}

.border-t-slate-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-200\/0 {
  border-top-color: rgb(226 232 240 / 0) !important;
}

.border-t-slate-200\/10 {
  border-top-color: rgb(226 232 240 / 0.1) !important;
}

.border-t-slate-200\/100 {
  border-top-color: rgb(226 232 240 / 1) !important;
}

.border-t-slate-200\/15 {
  border-top-color: rgb(226 232 240 / 0.15) !important;
}

.border-t-slate-200\/20 {
  border-top-color: rgb(226 232 240 / 0.2) !important;
}

.border-t-slate-200\/25 {
  border-top-color: rgb(226 232 240 / 0.25) !important;
}

.border-t-slate-200\/30 {
  border-top-color: rgb(226 232 240 / 0.3) !important;
}

.border-t-slate-200\/35 {
  border-top-color: rgb(226 232 240 / 0.35) !important;
}

.border-t-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4) !important;
}

.border-t-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45) !important;
}

.border-t-slate-200\/5 {
  border-top-color: rgb(226 232 240 / 0.05) !important;
}

.border-t-slate-200\/50 {
  border-top-color: rgb(226 232 240 / 0.5) !important;
}

.border-t-slate-200\/55 {
  border-top-color: rgb(226 232 240 / 0.55) !important;
}

.border-t-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6) !important;
}

.border-t-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65) !important;
}

.border-t-slate-200\/70 {
  border-top-color: rgb(226 232 240 / 0.7) !important;
}

.border-t-slate-200\/75 {
  border-top-color: rgb(226 232 240 / 0.75) !important;
}

.border-t-slate-200\/80 {
  border-top-color: rgb(226 232 240 / 0.8) !important;
}

.border-t-slate-200\/85 {
  border-top-color: rgb(226 232 240 / 0.85) !important;
}

.border-t-slate-200\/90 {
  border-top-color: rgb(226 232 240 / 0.9) !important;
}

.border-t-slate-200\/95 {
  border-top-color: rgb(226 232 240 / 0.95) !important;
}

.border-t-slate-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-300\/0 {
  border-top-color: rgb(203 213 225 / 0) !important;
}

.border-t-slate-300\/10 {
  border-top-color: rgb(203 213 225 / 0.1) !important;
}

.border-t-slate-300\/100 {
  border-top-color: rgb(203 213 225 / 1) !important;
}

.border-t-slate-300\/15 {
  border-top-color: rgb(203 213 225 / 0.15) !important;
}

.border-t-slate-300\/20 {
  border-top-color: rgb(203 213 225 / 0.2) !important;
}

.border-t-slate-300\/25 {
  border-top-color: rgb(203 213 225 / 0.25) !important;
}

.border-t-slate-300\/30 {
  border-top-color: rgb(203 213 225 / 0.3) !important;
}

.border-t-slate-300\/35 {
  border-top-color: rgb(203 213 225 / 0.35) !important;
}

.border-t-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4) !important;
}

.border-t-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45) !important;
}

.border-t-slate-300\/5 {
  border-top-color: rgb(203 213 225 / 0.05) !important;
}

.border-t-slate-300\/50 {
  border-top-color: rgb(203 213 225 / 0.5) !important;
}

.border-t-slate-300\/55 {
  border-top-color: rgb(203 213 225 / 0.55) !important;
}

.border-t-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6) !important;
}

.border-t-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65) !important;
}

.border-t-slate-300\/70 {
  border-top-color: rgb(203 213 225 / 0.7) !important;
}

.border-t-slate-300\/75 {
  border-top-color: rgb(203 213 225 / 0.75) !important;
}

.border-t-slate-300\/80 {
  border-top-color: rgb(203 213 225 / 0.8) !important;
}

.border-t-slate-300\/85 {
  border-top-color: rgb(203 213 225 / 0.85) !important;
}

.border-t-slate-300\/90 {
  border-top-color: rgb(203 213 225 / 0.9) !important;
}

.border-t-slate-300\/95 {
  border-top-color: rgb(203 213 225 / 0.95) !important;
}

.border-t-slate-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-400\/0 {
  border-top-color: rgb(148 163 184 / 0) !important;
}

.border-t-slate-400\/10 {
  border-top-color: rgb(148 163 184 / 0.1) !important;
}

.border-t-slate-400\/100 {
  border-top-color: rgb(148 163 184 / 1) !important;
}

.border-t-slate-400\/15 {
  border-top-color: rgb(148 163 184 / 0.15) !important;
}

.border-t-slate-400\/20 {
  border-top-color: rgb(148 163 184 / 0.2) !important;
}

.border-t-slate-400\/25 {
  border-top-color: rgb(148 163 184 / 0.25) !important;
}

.border-t-slate-400\/30 {
  border-top-color: rgb(148 163 184 / 0.3) !important;
}

.border-t-slate-400\/35 {
  border-top-color: rgb(148 163 184 / 0.35) !important;
}

.border-t-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4) !important;
}

.border-t-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45) !important;
}

.border-t-slate-400\/5 {
  border-top-color: rgb(148 163 184 / 0.05) !important;
}

.border-t-slate-400\/50 {
  border-top-color: rgb(148 163 184 / 0.5) !important;
}

.border-t-slate-400\/55 {
  border-top-color: rgb(148 163 184 / 0.55) !important;
}

.border-t-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6) !important;
}

.border-t-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65) !important;
}

.border-t-slate-400\/70 {
  border-top-color: rgb(148 163 184 / 0.7) !important;
}

.border-t-slate-400\/75 {
  border-top-color: rgb(148 163 184 / 0.75) !important;
}

.border-t-slate-400\/80 {
  border-top-color: rgb(148 163 184 / 0.8) !important;
}

.border-t-slate-400\/85 {
  border-top-color: rgb(148 163 184 / 0.85) !important;
}

.border-t-slate-400\/90 {
  border-top-color: rgb(148 163 184 / 0.9) !important;
}

.border-t-slate-400\/95 {
  border-top-color: rgb(148 163 184 / 0.95) !important;
}

.border-t-slate-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-50\/0 {
  border-top-color: rgb(248 250 252 / 0) !important;
}

.border-t-slate-50\/10 {
  border-top-color: rgb(248 250 252 / 0.1) !important;
}

.border-t-slate-50\/100 {
  border-top-color: rgb(248 250 252 / 1) !important;
}

.border-t-slate-50\/15 {
  border-top-color: rgb(248 250 252 / 0.15) !important;
}

.border-t-slate-50\/20 {
  border-top-color: rgb(248 250 252 / 0.2) !important;
}

.border-t-slate-50\/25 {
  border-top-color: rgb(248 250 252 / 0.25) !important;
}

.border-t-slate-50\/30 {
  border-top-color: rgb(248 250 252 / 0.3) !important;
}

.border-t-slate-50\/35 {
  border-top-color: rgb(248 250 252 / 0.35) !important;
}

.border-t-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4) !important;
}

.border-t-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45) !important;
}

.border-t-slate-50\/5 {
  border-top-color: rgb(248 250 252 / 0.05) !important;
}

.border-t-slate-50\/50 {
  border-top-color: rgb(248 250 252 / 0.5) !important;
}

.border-t-slate-50\/55 {
  border-top-color: rgb(248 250 252 / 0.55) !important;
}

.border-t-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6) !important;
}

.border-t-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65) !important;
}

.border-t-slate-50\/70 {
  border-top-color: rgb(248 250 252 / 0.7) !important;
}

.border-t-slate-50\/75 {
  border-top-color: rgb(248 250 252 / 0.75) !important;
}

.border-t-slate-50\/80 {
  border-top-color: rgb(248 250 252 / 0.8) !important;
}

.border-t-slate-50\/85 {
  border-top-color: rgb(248 250 252 / 0.85) !important;
}

.border-t-slate-50\/90 {
  border-top-color: rgb(248 250 252 / 0.9) !important;
}

.border-t-slate-50\/95 {
  border-top-color: rgb(248 250 252 / 0.95) !important;
}

.border-t-slate-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-500\/0 {
  border-top-color: rgb(100 116 139 / 0) !important;
}

.border-t-slate-500\/10 {
  border-top-color: rgb(100 116 139 / 0.1) !important;
}

.border-t-slate-500\/100 {
  border-top-color: rgb(100 116 139 / 1) !important;
}

.border-t-slate-500\/15 {
  border-top-color: rgb(100 116 139 / 0.15) !important;
}

.border-t-slate-500\/20 {
  border-top-color: rgb(100 116 139 / 0.2) !important;
}

.border-t-slate-500\/25 {
  border-top-color: rgb(100 116 139 / 0.25) !important;
}

.border-t-slate-500\/30 {
  border-top-color: rgb(100 116 139 / 0.3) !important;
}

.border-t-slate-500\/35 {
  border-top-color: rgb(100 116 139 / 0.35) !important;
}

.border-t-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4) !important;
}

.border-t-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45) !important;
}

.border-t-slate-500\/5 {
  border-top-color: rgb(100 116 139 / 0.05) !important;
}

.border-t-slate-500\/50 {
  border-top-color: rgb(100 116 139 / 0.5) !important;
}

.border-t-slate-500\/55 {
  border-top-color: rgb(100 116 139 / 0.55) !important;
}

.border-t-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6) !important;
}

.border-t-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65) !important;
}

.border-t-slate-500\/70 {
  border-top-color: rgb(100 116 139 / 0.7) !important;
}

.border-t-slate-500\/75 {
  border-top-color: rgb(100 116 139 / 0.75) !important;
}

.border-t-slate-500\/80 {
  border-top-color: rgb(100 116 139 / 0.8) !important;
}

.border-t-slate-500\/85 {
  border-top-color: rgb(100 116 139 / 0.85) !important;
}

.border-t-slate-500\/90 {
  border-top-color: rgb(100 116 139 / 0.9) !important;
}

.border-t-slate-500\/95 {
  border-top-color: rgb(100 116 139 / 0.95) !important;
}

.border-t-slate-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-600\/0 {
  border-top-color: rgb(71 85 105 / 0) !important;
}

.border-t-slate-600\/10 {
  border-top-color: rgb(71 85 105 / 0.1) !important;
}

.border-t-slate-600\/100 {
  border-top-color: rgb(71 85 105 / 1) !important;
}

.border-t-slate-600\/15 {
  border-top-color: rgb(71 85 105 / 0.15) !important;
}

.border-t-slate-600\/20 {
  border-top-color: rgb(71 85 105 / 0.2) !important;
}

.border-t-slate-600\/25 {
  border-top-color: rgb(71 85 105 / 0.25) !important;
}

.border-t-slate-600\/30 {
  border-top-color: rgb(71 85 105 / 0.3) !important;
}

.border-t-slate-600\/35 {
  border-top-color: rgb(71 85 105 / 0.35) !important;
}

.border-t-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4) !important;
}

.border-t-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45) !important;
}

.border-t-slate-600\/5 {
  border-top-color: rgb(71 85 105 / 0.05) !important;
}

.border-t-slate-600\/50 {
  border-top-color: rgb(71 85 105 / 0.5) !important;
}

.border-t-slate-600\/55 {
  border-top-color: rgb(71 85 105 / 0.55) !important;
}

.border-t-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6) !important;
}

.border-t-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65) !important;
}

.border-t-slate-600\/70 {
  border-top-color: rgb(71 85 105 / 0.7) !important;
}

.border-t-slate-600\/75 {
  border-top-color: rgb(71 85 105 / 0.75) !important;
}

.border-t-slate-600\/80 {
  border-top-color: rgb(71 85 105 / 0.8) !important;
}

.border-t-slate-600\/85 {
  border-top-color: rgb(71 85 105 / 0.85) !important;
}

.border-t-slate-600\/90 {
  border-top-color: rgb(71 85 105 / 0.9) !important;
}

.border-t-slate-600\/95 {
  border-top-color: rgb(71 85 105 / 0.95) !important;
}

.border-t-slate-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-700\/0 {
  border-top-color: rgb(51 65 85 / 0) !important;
}

.border-t-slate-700\/10 {
  border-top-color: rgb(51 65 85 / 0.1) !important;
}

.border-t-slate-700\/100 {
  border-top-color: rgb(51 65 85 / 1) !important;
}

.border-t-slate-700\/15 {
  border-top-color: rgb(51 65 85 / 0.15) !important;
}

.border-t-slate-700\/20 {
  border-top-color: rgb(51 65 85 / 0.2) !important;
}

.border-t-slate-700\/25 {
  border-top-color: rgb(51 65 85 / 0.25) !important;
}

.border-t-slate-700\/30 {
  border-top-color: rgb(51 65 85 / 0.3) !important;
}

.border-t-slate-700\/35 {
  border-top-color: rgb(51 65 85 / 0.35) !important;
}

.border-t-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4) !important;
}

.border-t-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45) !important;
}

.border-t-slate-700\/5 {
  border-top-color: rgb(51 65 85 / 0.05) !important;
}

.border-t-slate-700\/50 {
  border-top-color: rgb(51 65 85 / 0.5) !important;
}

.border-t-slate-700\/55 {
  border-top-color: rgb(51 65 85 / 0.55) !important;
}

.border-t-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6) !important;
}

.border-t-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65) !important;
}

.border-t-slate-700\/70 {
  border-top-color: rgb(51 65 85 / 0.7) !important;
}

.border-t-slate-700\/75 {
  border-top-color: rgb(51 65 85 / 0.75) !important;
}

.border-t-slate-700\/80 {
  border-top-color: rgb(51 65 85 / 0.8) !important;
}

.border-t-slate-700\/85 {
  border-top-color: rgb(51 65 85 / 0.85) !important;
}

.border-t-slate-700\/90 {
  border-top-color: rgb(51 65 85 / 0.9) !important;
}

.border-t-slate-700\/95 {
  border-top-color: rgb(51 65 85 / 0.95) !important;
}

.border-t-slate-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-800\/0 {
  border-top-color: rgb(30 41 59 / 0) !important;
}

.border-t-slate-800\/10 {
  border-top-color: rgb(30 41 59 / 0.1) !important;
}

.border-t-slate-800\/100 {
  border-top-color: rgb(30 41 59 / 1) !important;
}

.border-t-slate-800\/15 {
  border-top-color: rgb(30 41 59 / 0.15) !important;
}

.border-t-slate-800\/20 {
  border-top-color: rgb(30 41 59 / 0.2) !important;
}

.border-t-slate-800\/25 {
  border-top-color: rgb(30 41 59 / 0.25) !important;
}

.border-t-slate-800\/30 {
  border-top-color: rgb(30 41 59 / 0.3) !important;
}

.border-t-slate-800\/35 {
  border-top-color: rgb(30 41 59 / 0.35) !important;
}

.border-t-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4) !important;
}

.border-t-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45) !important;
}

.border-t-slate-800\/5 {
  border-top-color: rgb(30 41 59 / 0.05) !important;
}

.border-t-slate-800\/50 {
  border-top-color: rgb(30 41 59 / 0.5) !important;
}

.border-t-slate-800\/55 {
  border-top-color: rgb(30 41 59 / 0.55) !important;
}

.border-t-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6) !important;
}

.border-t-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65) !important;
}

.border-t-slate-800\/70 {
  border-top-color: rgb(30 41 59 / 0.7) !important;
}

.border-t-slate-800\/75 {
  border-top-color: rgb(30 41 59 / 0.75) !important;
}

.border-t-slate-800\/80 {
  border-top-color: rgb(30 41 59 / 0.8) !important;
}

.border-t-slate-800\/85 {
  border-top-color: rgb(30 41 59 / 0.85) !important;
}

.border-t-slate-800\/90 {
  border-top-color: rgb(30 41 59 / 0.9) !important;
}

.border-t-slate-800\/95 {
  border-top-color: rgb(30 41 59 / 0.95) !important;
}

.border-t-slate-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-900\/0 {
  border-top-color: rgb(15 23 42 / 0) !important;
}

.border-t-slate-900\/10 {
  border-top-color: rgb(15 23 42 / 0.1) !important;
}

.border-t-slate-900\/100 {
  border-top-color: rgb(15 23 42 / 1) !important;
}

.border-t-slate-900\/15 {
  border-top-color: rgb(15 23 42 / 0.15) !important;
}

.border-t-slate-900\/20 {
  border-top-color: rgb(15 23 42 / 0.2) !important;
}

.border-t-slate-900\/25 {
  border-top-color: rgb(15 23 42 / 0.25) !important;
}

.border-t-slate-900\/30 {
  border-top-color: rgb(15 23 42 / 0.3) !important;
}

.border-t-slate-900\/35 {
  border-top-color: rgb(15 23 42 / 0.35) !important;
}

.border-t-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4) !important;
}

.border-t-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45) !important;
}

.border-t-slate-900\/5 {
  border-top-color: rgb(15 23 42 / 0.05) !important;
}

.border-t-slate-900\/50 {
  border-top-color: rgb(15 23 42 / 0.5) !important;
}

.border-t-slate-900\/55 {
  border-top-color: rgb(15 23 42 / 0.55) !important;
}

.border-t-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6) !important;
}

.border-t-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65) !important;
}

.border-t-slate-900\/70 {
  border-top-color: rgb(15 23 42 / 0.7) !important;
}

.border-t-slate-900\/75 {
  border-top-color: rgb(15 23 42 / 0.75) !important;
}

.border-t-slate-900\/80 {
  border-top-color: rgb(15 23 42 / 0.8) !important;
}

.border-t-slate-900\/85 {
  border-top-color: rgb(15 23 42 / 0.85) !important;
}

.border-t-slate-900\/90 {
  border-top-color: rgb(15 23 42 / 0.9) !important;
}

.border-t-slate-900\/95 {
  border-top-color: rgb(15 23 42 / 0.95) !important;
}

.border-t-slate-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
}

.border-t-slate-950\/0 {
  border-top-color: rgb(2 6 23 / 0) !important;
}

.border-t-slate-950\/10 {
  border-top-color: rgb(2 6 23 / 0.1) !important;
}

.border-t-slate-950\/100 {
  border-top-color: rgb(2 6 23 / 1) !important;
}

.border-t-slate-950\/15 {
  border-top-color: rgb(2 6 23 / 0.15) !important;
}

.border-t-slate-950\/20 {
  border-top-color: rgb(2 6 23 / 0.2) !important;
}

.border-t-slate-950\/25 {
  border-top-color: rgb(2 6 23 / 0.25) !important;
}

.border-t-slate-950\/30 {
  border-top-color: rgb(2 6 23 / 0.3) !important;
}

.border-t-slate-950\/35 {
  border-top-color: rgb(2 6 23 / 0.35) !important;
}

.border-t-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4) !important;
}

.border-t-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45) !important;
}

.border-t-slate-950\/5 {
  border-top-color: rgb(2 6 23 / 0.05) !important;
}

.border-t-slate-950\/50 {
  border-top-color: rgb(2 6 23 / 0.5) !important;
}

.border-t-slate-950\/55 {
  border-top-color: rgb(2 6 23 / 0.55) !important;
}

.border-t-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6) !important;
}

.border-t-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65) !important;
}

.border-t-slate-950\/70 {
  border-top-color: rgb(2 6 23 / 0.7) !important;
}

.border-t-slate-950\/75 {
  border-top-color: rgb(2 6 23 / 0.75) !important;
}

.border-t-slate-950\/80 {
  border-top-color: rgb(2 6 23 / 0.8) !important;
}

.border-t-slate-950\/85 {
  border-top-color: rgb(2 6 23 / 0.85) !important;
}

.border-t-slate-950\/90 {
  border-top-color: rgb(2 6 23 / 0.9) !important;
}

.border-t-slate-950\/95 {
  border-top-color: rgb(2 6 23 / 0.95) !important;
}

.border-t-stone-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-100\/0 {
  border-top-color: rgb(245 245 244 / 0) !important;
}

.border-t-stone-100\/10 {
  border-top-color: rgb(245 245 244 / 0.1) !important;
}

.border-t-stone-100\/100 {
  border-top-color: rgb(245 245 244 / 1) !important;
}

.border-t-stone-100\/15 {
  border-top-color: rgb(245 245 244 / 0.15) !important;
}

.border-t-stone-100\/20 {
  border-top-color: rgb(245 245 244 / 0.2) !important;
}

.border-t-stone-100\/25 {
  border-top-color: rgb(245 245 244 / 0.25) !important;
}

.border-t-stone-100\/30 {
  border-top-color: rgb(245 245 244 / 0.3) !important;
}

.border-t-stone-100\/35 {
  border-top-color: rgb(245 245 244 / 0.35) !important;
}

.border-t-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4) !important;
}

.border-t-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45) !important;
}

.border-t-stone-100\/5 {
  border-top-color: rgb(245 245 244 / 0.05) !important;
}

.border-t-stone-100\/50 {
  border-top-color: rgb(245 245 244 / 0.5) !important;
}

.border-t-stone-100\/55 {
  border-top-color: rgb(245 245 244 / 0.55) !important;
}

.border-t-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6) !important;
}

.border-t-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65) !important;
}

.border-t-stone-100\/70 {
  border-top-color: rgb(245 245 244 / 0.7) !important;
}

.border-t-stone-100\/75 {
  border-top-color: rgb(245 245 244 / 0.75) !important;
}

.border-t-stone-100\/80 {
  border-top-color: rgb(245 245 244 / 0.8) !important;
}

.border-t-stone-100\/85 {
  border-top-color: rgb(245 245 244 / 0.85) !important;
}

.border-t-stone-100\/90 {
  border-top-color: rgb(245 245 244 / 0.9) !important;
}

.border-t-stone-100\/95 {
  border-top-color: rgb(245 245 244 / 0.95) !important;
}

.border-t-stone-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-200\/0 {
  border-top-color: rgb(231 229 228 / 0) !important;
}

.border-t-stone-200\/10 {
  border-top-color: rgb(231 229 228 / 0.1) !important;
}

.border-t-stone-200\/100 {
  border-top-color: rgb(231 229 228 / 1) !important;
}

.border-t-stone-200\/15 {
  border-top-color: rgb(231 229 228 / 0.15) !important;
}

.border-t-stone-200\/20 {
  border-top-color: rgb(231 229 228 / 0.2) !important;
}

.border-t-stone-200\/25 {
  border-top-color: rgb(231 229 228 / 0.25) !important;
}

.border-t-stone-200\/30 {
  border-top-color: rgb(231 229 228 / 0.3) !important;
}

.border-t-stone-200\/35 {
  border-top-color: rgb(231 229 228 / 0.35) !important;
}

.border-t-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4) !important;
}

.border-t-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45) !important;
}

.border-t-stone-200\/5 {
  border-top-color: rgb(231 229 228 / 0.05) !important;
}

.border-t-stone-200\/50 {
  border-top-color: rgb(231 229 228 / 0.5) !important;
}

.border-t-stone-200\/55 {
  border-top-color: rgb(231 229 228 / 0.55) !important;
}

.border-t-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6) !important;
}

.border-t-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65) !important;
}

.border-t-stone-200\/70 {
  border-top-color: rgb(231 229 228 / 0.7) !important;
}

.border-t-stone-200\/75 {
  border-top-color: rgb(231 229 228 / 0.75) !important;
}

.border-t-stone-200\/80 {
  border-top-color: rgb(231 229 228 / 0.8) !important;
}

.border-t-stone-200\/85 {
  border-top-color: rgb(231 229 228 / 0.85) !important;
}

.border-t-stone-200\/90 {
  border-top-color: rgb(231 229 228 / 0.9) !important;
}

.border-t-stone-200\/95 {
  border-top-color: rgb(231 229 228 / 0.95) !important;
}

.border-t-stone-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-300\/0 {
  border-top-color: rgb(214 211 209 / 0) !important;
}

.border-t-stone-300\/10 {
  border-top-color: rgb(214 211 209 / 0.1) !important;
}

.border-t-stone-300\/100 {
  border-top-color: rgb(214 211 209 / 1) !important;
}

.border-t-stone-300\/15 {
  border-top-color: rgb(214 211 209 / 0.15) !important;
}

.border-t-stone-300\/20 {
  border-top-color: rgb(214 211 209 / 0.2) !important;
}

.border-t-stone-300\/25 {
  border-top-color: rgb(214 211 209 / 0.25) !important;
}

.border-t-stone-300\/30 {
  border-top-color: rgb(214 211 209 / 0.3) !important;
}

.border-t-stone-300\/35 {
  border-top-color: rgb(214 211 209 / 0.35) !important;
}

.border-t-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4) !important;
}

.border-t-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45) !important;
}

.border-t-stone-300\/5 {
  border-top-color: rgb(214 211 209 / 0.05) !important;
}

.border-t-stone-300\/50 {
  border-top-color: rgb(214 211 209 / 0.5) !important;
}

.border-t-stone-300\/55 {
  border-top-color: rgb(214 211 209 / 0.55) !important;
}

.border-t-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6) !important;
}

.border-t-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65) !important;
}

.border-t-stone-300\/70 {
  border-top-color: rgb(214 211 209 / 0.7) !important;
}

.border-t-stone-300\/75 {
  border-top-color: rgb(214 211 209 / 0.75) !important;
}

.border-t-stone-300\/80 {
  border-top-color: rgb(214 211 209 / 0.8) !important;
}

.border-t-stone-300\/85 {
  border-top-color: rgb(214 211 209 / 0.85) !important;
}

.border-t-stone-300\/90 {
  border-top-color: rgb(214 211 209 / 0.9) !important;
}

.border-t-stone-300\/95 {
  border-top-color: rgb(214 211 209 / 0.95) !important;
}

.border-t-stone-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-400\/0 {
  border-top-color: rgb(168 162 158 / 0) !important;
}

.border-t-stone-400\/10 {
  border-top-color: rgb(168 162 158 / 0.1) !important;
}

.border-t-stone-400\/100 {
  border-top-color: rgb(168 162 158 / 1) !important;
}

.border-t-stone-400\/15 {
  border-top-color: rgb(168 162 158 / 0.15) !important;
}

.border-t-stone-400\/20 {
  border-top-color: rgb(168 162 158 / 0.2) !important;
}

.border-t-stone-400\/25 {
  border-top-color: rgb(168 162 158 / 0.25) !important;
}

.border-t-stone-400\/30 {
  border-top-color: rgb(168 162 158 / 0.3) !important;
}

.border-t-stone-400\/35 {
  border-top-color: rgb(168 162 158 / 0.35) !important;
}

.border-t-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4) !important;
}

.border-t-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45) !important;
}

.border-t-stone-400\/5 {
  border-top-color: rgb(168 162 158 / 0.05) !important;
}

.border-t-stone-400\/50 {
  border-top-color: rgb(168 162 158 / 0.5) !important;
}

.border-t-stone-400\/55 {
  border-top-color: rgb(168 162 158 / 0.55) !important;
}

.border-t-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6) !important;
}

.border-t-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65) !important;
}

.border-t-stone-400\/70 {
  border-top-color: rgb(168 162 158 / 0.7) !important;
}

.border-t-stone-400\/75 {
  border-top-color: rgb(168 162 158 / 0.75) !important;
}

.border-t-stone-400\/80 {
  border-top-color: rgb(168 162 158 / 0.8) !important;
}

.border-t-stone-400\/85 {
  border-top-color: rgb(168 162 158 / 0.85) !important;
}

.border-t-stone-400\/90 {
  border-top-color: rgb(168 162 158 / 0.9) !important;
}

.border-t-stone-400\/95 {
  border-top-color: rgb(168 162 158 / 0.95) !important;
}

.border-t-stone-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-50\/0 {
  border-top-color: rgb(250 250 249 / 0) !important;
}

.border-t-stone-50\/10 {
  border-top-color: rgb(250 250 249 / 0.1) !important;
}

.border-t-stone-50\/100 {
  border-top-color: rgb(250 250 249 / 1) !important;
}

.border-t-stone-50\/15 {
  border-top-color: rgb(250 250 249 / 0.15) !important;
}

.border-t-stone-50\/20 {
  border-top-color: rgb(250 250 249 / 0.2) !important;
}

.border-t-stone-50\/25 {
  border-top-color: rgb(250 250 249 / 0.25) !important;
}

.border-t-stone-50\/30 {
  border-top-color: rgb(250 250 249 / 0.3) !important;
}

.border-t-stone-50\/35 {
  border-top-color: rgb(250 250 249 / 0.35) !important;
}

.border-t-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4) !important;
}

.border-t-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45) !important;
}

.border-t-stone-50\/5 {
  border-top-color: rgb(250 250 249 / 0.05) !important;
}

.border-t-stone-50\/50 {
  border-top-color: rgb(250 250 249 / 0.5) !important;
}

.border-t-stone-50\/55 {
  border-top-color: rgb(250 250 249 / 0.55) !important;
}

.border-t-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6) !important;
}

.border-t-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65) !important;
}

.border-t-stone-50\/70 {
  border-top-color: rgb(250 250 249 / 0.7) !important;
}

.border-t-stone-50\/75 {
  border-top-color: rgb(250 250 249 / 0.75) !important;
}

.border-t-stone-50\/80 {
  border-top-color: rgb(250 250 249 / 0.8) !important;
}

.border-t-stone-50\/85 {
  border-top-color: rgb(250 250 249 / 0.85) !important;
}

.border-t-stone-50\/90 {
  border-top-color: rgb(250 250 249 / 0.9) !important;
}

.border-t-stone-50\/95 {
  border-top-color: rgb(250 250 249 / 0.95) !important;
}

.border-t-stone-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-500\/0 {
  border-top-color: rgb(120 113 108 / 0) !important;
}

.border-t-stone-500\/10 {
  border-top-color: rgb(120 113 108 / 0.1) !important;
}

.border-t-stone-500\/100 {
  border-top-color: rgb(120 113 108 / 1) !important;
}

.border-t-stone-500\/15 {
  border-top-color: rgb(120 113 108 / 0.15) !important;
}

.border-t-stone-500\/20 {
  border-top-color: rgb(120 113 108 / 0.2) !important;
}

.border-t-stone-500\/25 {
  border-top-color: rgb(120 113 108 / 0.25) !important;
}

.border-t-stone-500\/30 {
  border-top-color: rgb(120 113 108 / 0.3) !important;
}

.border-t-stone-500\/35 {
  border-top-color: rgb(120 113 108 / 0.35) !important;
}

.border-t-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4) !important;
}

.border-t-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45) !important;
}

.border-t-stone-500\/5 {
  border-top-color: rgb(120 113 108 / 0.05) !important;
}

.border-t-stone-500\/50 {
  border-top-color: rgb(120 113 108 / 0.5) !important;
}

.border-t-stone-500\/55 {
  border-top-color: rgb(120 113 108 / 0.55) !important;
}

.border-t-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6) !important;
}

.border-t-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65) !important;
}

.border-t-stone-500\/70 {
  border-top-color: rgb(120 113 108 / 0.7) !important;
}

.border-t-stone-500\/75 {
  border-top-color: rgb(120 113 108 / 0.75) !important;
}

.border-t-stone-500\/80 {
  border-top-color: rgb(120 113 108 / 0.8) !important;
}

.border-t-stone-500\/85 {
  border-top-color: rgb(120 113 108 / 0.85) !important;
}

.border-t-stone-500\/90 {
  border-top-color: rgb(120 113 108 / 0.9) !important;
}

.border-t-stone-500\/95 {
  border-top-color: rgb(120 113 108 / 0.95) !important;
}

.border-t-stone-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-600\/0 {
  border-top-color: rgb(87 83 78 / 0) !important;
}

.border-t-stone-600\/10 {
  border-top-color: rgb(87 83 78 / 0.1) !important;
}

.border-t-stone-600\/100 {
  border-top-color: rgb(87 83 78 / 1) !important;
}

.border-t-stone-600\/15 {
  border-top-color: rgb(87 83 78 / 0.15) !important;
}

.border-t-stone-600\/20 {
  border-top-color: rgb(87 83 78 / 0.2) !important;
}

.border-t-stone-600\/25 {
  border-top-color: rgb(87 83 78 / 0.25) !important;
}

.border-t-stone-600\/30 {
  border-top-color: rgb(87 83 78 / 0.3) !important;
}

.border-t-stone-600\/35 {
  border-top-color: rgb(87 83 78 / 0.35) !important;
}

.border-t-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4) !important;
}

.border-t-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45) !important;
}

.border-t-stone-600\/5 {
  border-top-color: rgb(87 83 78 / 0.05) !important;
}

.border-t-stone-600\/50 {
  border-top-color: rgb(87 83 78 / 0.5) !important;
}

.border-t-stone-600\/55 {
  border-top-color: rgb(87 83 78 / 0.55) !important;
}

.border-t-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6) !important;
}

.border-t-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65) !important;
}

.border-t-stone-600\/70 {
  border-top-color: rgb(87 83 78 / 0.7) !important;
}

.border-t-stone-600\/75 {
  border-top-color: rgb(87 83 78 / 0.75) !important;
}

.border-t-stone-600\/80 {
  border-top-color: rgb(87 83 78 / 0.8) !important;
}

.border-t-stone-600\/85 {
  border-top-color: rgb(87 83 78 / 0.85) !important;
}

.border-t-stone-600\/90 {
  border-top-color: rgb(87 83 78 / 0.9) !important;
}

.border-t-stone-600\/95 {
  border-top-color: rgb(87 83 78 / 0.95) !important;
}

.border-t-stone-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-700\/0 {
  border-top-color: rgb(68 64 60 / 0) !important;
}

.border-t-stone-700\/10 {
  border-top-color: rgb(68 64 60 / 0.1) !important;
}

.border-t-stone-700\/100 {
  border-top-color: rgb(68 64 60 / 1) !important;
}

.border-t-stone-700\/15 {
  border-top-color: rgb(68 64 60 / 0.15) !important;
}

.border-t-stone-700\/20 {
  border-top-color: rgb(68 64 60 / 0.2) !important;
}

.border-t-stone-700\/25 {
  border-top-color: rgb(68 64 60 / 0.25) !important;
}

.border-t-stone-700\/30 {
  border-top-color: rgb(68 64 60 / 0.3) !important;
}

.border-t-stone-700\/35 {
  border-top-color: rgb(68 64 60 / 0.35) !important;
}

.border-t-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4) !important;
}

.border-t-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45) !important;
}

.border-t-stone-700\/5 {
  border-top-color: rgb(68 64 60 / 0.05) !important;
}

.border-t-stone-700\/50 {
  border-top-color: rgb(68 64 60 / 0.5) !important;
}

.border-t-stone-700\/55 {
  border-top-color: rgb(68 64 60 / 0.55) !important;
}

.border-t-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6) !important;
}

.border-t-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65) !important;
}

.border-t-stone-700\/70 {
  border-top-color: rgb(68 64 60 / 0.7) !important;
}

.border-t-stone-700\/75 {
  border-top-color: rgb(68 64 60 / 0.75) !important;
}

.border-t-stone-700\/80 {
  border-top-color: rgb(68 64 60 / 0.8) !important;
}

.border-t-stone-700\/85 {
  border-top-color: rgb(68 64 60 / 0.85) !important;
}

.border-t-stone-700\/90 {
  border-top-color: rgb(68 64 60 / 0.9) !important;
}

.border-t-stone-700\/95 {
  border-top-color: rgb(68 64 60 / 0.95) !important;
}

.border-t-stone-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-800\/0 {
  border-top-color: rgb(41 37 36 / 0) !important;
}

.border-t-stone-800\/10 {
  border-top-color: rgb(41 37 36 / 0.1) !important;
}

.border-t-stone-800\/100 {
  border-top-color: rgb(41 37 36 / 1) !important;
}

.border-t-stone-800\/15 {
  border-top-color: rgb(41 37 36 / 0.15) !important;
}

.border-t-stone-800\/20 {
  border-top-color: rgb(41 37 36 / 0.2) !important;
}

.border-t-stone-800\/25 {
  border-top-color: rgb(41 37 36 / 0.25) !important;
}

.border-t-stone-800\/30 {
  border-top-color: rgb(41 37 36 / 0.3) !important;
}

.border-t-stone-800\/35 {
  border-top-color: rgb(41 37 36 / 0.35) !important;
}

.border-t-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4) !important;
}

.border-t-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45) !important;
}

.border-t-stone-800\/5 {
  border-top-color: rgb(41 37 36 / 0.05) !important;
}

.border-t-stone-800\/50 {
  border-top-color: rgb(41 37 36 / 0.5) !important;
}

.border-t-stone-800\/55 {
  border-top-color: rgb(41 37 36 / 0.55) !important;
}

.border-t-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6) !important;
}

.border-t-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65) !important;
}

.border-t-stone-800\/70 {
  border-top-color: rgb(41 37 36 / 0.7) !important;
}

.border-t-stone-800\/75 {
  border-top-color: rgb(41 37 36 / 0.75) !important;
}

.border-t-stone-800\/80 {
  border-top-color: rgb(41 37 36 / 0.8) !important;
}

.border-t-stone-800\/85 {
  border-top-color: rgb(41 37 36 / 0.85) !important;
}

.border-t-stone-800\/90 {
  border-top-color: rgb(41 37 36 / 0.9) !important;
}

.border-t-stone-800\/95 {
  border-top-color: rgb(41 37 36 / 0.95) !important;
}

.border-t-stone-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-900\/0 {
  border-top-color: rgb(28 25 23 / 0) !important;
}

.border-t-stone-900\/10 {
  border-top-color: rgb(28 25 23 / 0.1) !important;
}

.border-t-stone-900\/100 {
  border-top-color: rgb(28 25 23 / 1) !important;
}

.border-t-stone-900\/15 {
  border-top-color: rgb(28 25 23 / 0.15) !important;
}

.border-t-stone-900\/20 {
  border-top-color: rgb(28 25 23 / 0.2) !important;
}

.border-t-stone-900\/25 {
  border-top-color: rgb(28 25 23 / 0.25) !important;
}

.border-t-stone-900\/30 {
  border-top-color: rgb(28 25 23 / 0.3) !important;
}

.border-t-stone-900\/35 {
  border-top-color: rgb(28 25 23 / 0.35) !important;
}

.border-t-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4) !important;
}

.border-t-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45) !important;
}

.border-t-stone-900\/5 {
  border-top-color: rgb(28 25 23 / 0.05) !important;
}

.border-t-stone-900\/50 {
  border-top-color: rgb(28 25 23 / 0.5) !important;
}

.border-t-stone-900\/55 {
  border-top-color: rgb(28 25 23 / 0.55) !important;
}

.border-t-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6) !important;
}

.border-t-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65) !important;
}

.border-t-stone-900\/70 {
  border-top-color: rgb(28 25 23 / 0.7) !important;
}

.border-t-stone-900\/75 {
  border-top-color: rgb(28 25 23 / 0.75) !important;
}

.border-t-stone-900\/80 {
  border-top-color: rgb(28 25 23 / 0.8) !important;
}

.border-t-stone-900\/85 {
  border-top-color: rgb(28 25 23 / 0.85) !important;
}

.border-t-stone-900\/90 {
  border-top-color: rgb(28 25 23 / 0.9) !important;
}

.border-t-stone-900\/95 {
  border-top-color: rgb(28 25 23 / 0.95) !important;
}

.border-t-stone-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
}

.border-t-stone-950\/0 {
  border-top-color: rgb(12 10 9 / 0) !important;
}

.border-t-stone-950\/10 {
  border-top-color: rgb(12 10 9 / 0.1) !important;
}

.border-t-stone-950\/100 {
  border-top-color: rgb(12 10 9 / 1) !important;
}

.border-t-stone-950\/15 {
  border-top-color: rgb(12 10 9 / 0.15) !important;
}

.border-t-stone-950\/20 {
  border-top-color: rgb(12 10 9 / 0.2) !important;
}

.border-t-stone-950\/25 {
  border-top-color: rgb(12 10 9 / 0.25) !important;
}

.border-t-stone-950\/30 {
  border-top-color: rgb(12 10 9 / 0.3) !important;
}

.border-t-stone-950\/35 {
  border-top-color: rgb(12 10 9 / 0.35) !important;
}

.border-t-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4) !important;
}

.border-t-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45) !important;
}

.border-t-stone-950\/5 {
  border-top-color: rgb(12 10 9 / 0.05) !important;
}

.border-t-stone-950\/50 {
  border-top-color: rgb(12 10 9 / 0.5) !important;
}

.border-t-stone-950\/55 {
  border-top-color: rgb(12 10 9 / 0.55) !important;
}

.border-t-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6) !important;
}

.border-t-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65) !important;
}

.border-t-stone-950\/70 {
  border-top-color: rgb(12 10 9 / 0.7) !important;
}

.border-t-stone-950\/75 {
  border-top-color: rgb(12 10 9 / 0.75) !important;
}

.border-t-stone-950\/80 {
  border-top-color: rgb(12 10 9 / 0.8) !important;
}

.border-t-stone-950\/85 {
  border-top-color: rgb(12 10 9 / 0.85) !important;
}

.border-t-stone-950\/90 {
  border-top-color: rgb(12 10 9 / 0.9) !important;
}

.border-t-stone-950\/95 {
  border-top-color: rgb(12 10 9 / 0.95) !important;
}

.border-t-teal-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-100\/0 {
  border-top-color: rgb(204 251 241 / 0) !important;
}

.border-t-teal-100\/10 {
  border-top-color: rgb(204 251 241 / 0.1) !important;
}

.border-t-teal-100\/100 {
  border-top-color: rgb(204 251 241 / 1) !important;
}

.border-t-teal-100\/15 {
  border-top-color: rgb(204 251 241 / 0.15) !important;
}

.border-t-teal-100\/20 {
  border-top-color: rgb(204 251 241 / 0.2) !important;
}

.border-t-teal-100\/25 {
  border-top-color: rgb(204 251 241 / 0.25) !important;
}

.border-t-teal-100\/30 {
  border-top-color: rgb(204 251 241 / 0.3) !important;
}

.border-t-teal-100\/35 {
  border-top-color: rgb(204 251 241 / 0.35) !important;
}

.border-t-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4) !important;
}

.border-t-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45) !important;
}

.border-t-teal-100\/5 {
  border-top-color: rgb(204 251 241 / 0.05) !important;
}

.border-t-teal-100\/50 {
  border-top-color: rgb(204 251 241 / 0.5) !important;
}

.border-t-teal-100\/55 {
  border-top-color: rgb(204 251 241 / 0.55) !important;
}

.border-t-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6) !important;
}

.border-t-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65) !important;
}

.border-t-teal-100\/70 {
  border-top-color: rgb(204 251 241 / 0.7) !important;
}

.border-t-teal-100\/75 {
  border-top-color: rgb(204 251 241 / 0.75) !important;
}

.border-t-teal-100\/80 {
  border-top-color: rgb(204 251 241 / 0.8) !important;
}

.border-t-teal-100\/85 {
  border-top-color: rgb(204 251 241 / 0.85) !important;
}

.border-t-teal-100\/90 {
  border-top-color: rgb(204 251 241 / 0.9) !important;
}

.border-t-teal-100\/95 {
  border-top-color: rgb(204 251 241 / 0.95) !important;
}

.border-t-teal-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-200\/0 {
  border-top-color: rgb(153 246 228 / 0) !important;
}

.border-t-teal-200\/10 {
  border-top-color: rgb(153 246 228 / 0.1) !important;
}

.border-t-teal-200\/100 {
  border-top-color: rgb(153 246 228 / 1) !important;
}

.border-t-teal-200\/15 {
  border-top-color: rgb(153 246 228 / 0.15) !important;
}

.border-t-teal-200\/20 {
  border-top-color: rgb(153 246 228 / 0.2) !important;
}

.border-t-teal-200\/25 {
  border-top-color: rgb(153 246 228 / 0.25) !important;
}

.border-t-teal-200\/30 {
  border-top-color: rgb(153 246 228 / 0.3) !important;
}

.border-t-teal-200\/35 {
  border-top-color: rgb(153 246 228 / 0.35) !important;
}

.border-t-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4) !important;
}

.border-t-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45) !important;
}

.border-t-teal-200\/5 {
  border-top-color: rgb(153 246 228 / 0.05) !important;
}

.border-t-teal-200\/50 {
  border-top-color: rgb(153 246 228 / 0.5) !important;
}

.border-t-teal-200\/55 {
  border-top-color: rgb(153 246 228 / 0.55) !important;
}

.border-t-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6) !important;
}

.border-t-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65) !important;
}

.border-t-teal-200\/70 {
  border-top-color: rgb(153 246 228 / 0.7) !important;
}

.border-t-teal-200\/75 {
  border-top-color: rgb(153 246 228 / 0.75) !important;
}

.border-t-teal-200\/80 {
  border-top-color: rgb(153 246 228 / 0.8) !important;
}

.border-t-teal-200\/85 {
  border-top-color: rgb(153 246 228 / 0.85) !important;
}

.border-t-teal-200\/90 {
  border-top-color: rgb(153 246 228 / 0.9) !important;
}

.border-t-teal-200\/95 {
  border-top-color: rgb(153 246 228 / 0.95) !important;
}

.border-t-teal-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-300\/0 {
  border-top-color: rgb(94 234 212 / 0) !important;
}

.border-t-teal-300\/10 {
  border-top-color: rgb(94 234 212 / 0.1) !important;
}

.border-t-teal-300\/100 {
  border-top-color: rgb(94 234 212 / 1) !important;
}

.border-t-teal-300\/15 {
  border-top-color: rgb(94 234 212 / 0.15) !important;
}

.border-t-teal-300\/20 {
  border-top-color: rgb(94 234 212 / 0.2) !important;
}

.border-t-teal-300\/25 {
  border-top-color: rgb(94 234 212 / 0.25) !important;
}

.border-t-teal-300\/30 {
  border-top-color: rgb(94 234 212 / 0.3) !important;
}

.border-t-teal-300\/35 {
  border-top-color: rgb(94 234 212 / 0.35) !important;
}

.border-t-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4) !important;
}

.border-t-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45) !important;
}

.border-t-teal-300\/5 {
  border-top-color: rgb(94 234 212 / 0.05) !important;
}

.border-t-teal-300\/50 {
  border-top-color: rgb(94 234 212 / 0.5) !important;
}

.border-t-teal-300\/55 {
  border-top-color: rgb(94 234 212 / 0.55) !important;
}

.border-t-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6) !important;
}

.border-t-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65) !important;
}

.border-t-teal-300\/70 {
  border-top-color: rgb(94 234 212 / 0.7) !important;
}

.border-t-teal-300\/75 {
  border-top-color: rgb(94 234 212 / 0.75) !important;
}

.border-t-teal-300\/80 {
  border-top-color: rgb(94 234 212 / 0.8) !important;
}

.border-t-teal-300\/85 {
  border-top-color: rgb(94 234 212 / 0.85) !important;
}

.border-t-teal-300\/90 {
  border-top-color: rgb(94 234 212 / 0.9) !important;
}

.border-t-teal-300\/95 {
  border-top-color: rgb(94 234 212 / 0.95) !important;
}

.border-t-teal-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-400\/0 {
  border-top-color: rgb(45 212 191 / 0) !important;
}

.border-t-teal-400\/10 {
  border-top-color: rgb(45 212 191 / 0.1) !important;
}

.border-t-teal-400\/100 {
  border-top-color: rgb(45 212 191 / 1) !important;
}

.border-t-teal-400\/15 {
  border-top-color: rgb(45 212 191 / 0.15) !important;
}

.border-t-teal-400\/20 {
  border-top-color: rgb(45 212 191 / 0.2) !important;
}

.border-t-teal-400\/25 {
  border-top-color: rgb(45 212 191 / 0.25) !important;
}

.border-t-teal-400\/30 {
  border-top-color: rgb(45 212 191 / 0.3) !important;
}

.border-t-teal-400\/35 {
  border-top-color: rgb(45 212 191 / 0.35) !important;
}

.border-t-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4) !important;
}

.border-t-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45) !important;
}

.border-t-teal-400\/5 {
  border-top-color: rgb(45 212 191 / 0.05) !important;
}

.border-t-teal-400\/50 {
  border-top-color: rgb(45 212 191 / 0.5) !important;
}

.border-t-teal-400\/55 {
  border-top-color: rgb(45 212 191 / 0.55) !important;
}

.border-t-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6) !important;
}

.border-t-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65) !important;
}

.border-t-teal-400\/70 {
  border-top-color: rgb(45 212 191 / 0.7) !important;
}

.border-t-teal-400\/75 {
  border-top-color: rgb(45 212 191 / 0.75) !important;
}

.border-t-teal-400\/80 {
  border-top-color: rgb(45 212 191 / 0.8) !important;
}

.border-t-teal-400\/85 {
  border-top-color: rgb(45 212 191 / 0.85) !important;
}

.border-t-teal-400\/90 {
  border-top-color: rgb(45 212 191 / 0.9) !important;
}

.border-t-teal-400\/95 {
  border-top-color: rgb(45 212 191 / 0.95) !important;
}

.border-t-teal-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-50\/0 {
  border-top-color: rgb(240 253 250 / 0) !important;
}

.border-t-teal-50\/10 {
  border-top-color: rgb(240 253 250 / 0.1) !important;
}

.border-t-teal-50\/100 {
  border-top-color: rgb(240 253 250 / 1) !important;
}

.border-t-teal-50\/15 {
  border-top-color: rgb(240 253 250 / 0.15) !important;
}

.border-t-teal-50\/20 {
  border-top-color: rgb(240 253 250 / 0.2) !important;
}

.border-t-teal-50\/25 {
  border-top-color: rgb(240 253 250 / 0.25) !important;
}

.border-t-teal-50\/30 {
  border-top-color: rgb(240 253 250 / 0.3) !important;
}

.border-t-teal-50\/35 {
  border-top-color: rgb(240 253 250 / 0.35) !important;
}

.border-t-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4) !important;
}

.border-t-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45) !important;
}

.border-t-teal-50\/5 {
  border-top-color: rgb(240 253 250 / 0.05) !important;
}

.border-t-teal-50\/50 {
  border-top-color: rgb(240 253 250 / 0.5) !important;
}

.border-t-teal-50\/55 {
  border-top-color: rgb(240 253 250 / 0.55) !important;
}

.border-t-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6) !important;
}

.border-t-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65) !important;
}

.border-t-teal-50\/70 {
  border-top-color: rgb(240 253 250 / 0.7) !important;
}

.border-t-teal-50\/75 {
  border-top-color: rgb(240 253 250 / 0.75) !important;
}

.border-t-teal-50\/80 {
  border-top-color: rgb(240 253 250 / 0.8) !important;
}

.border-t-teal-50\/85 {
  border-top-color: rgb(240 253 250 / 0.85) !important;
}

.border-t-teal-50\/90 {
  border-top-color: rgb(240 253 250 / 0.9) !important;
}

.border-t-teal-50\/95 {
  border-top-color: rgb(240 253 250 / 0.95) !important;
}

.border-t-teal-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-500\/0 {
  border-top-color: rgb(20 184 166 / 0) !important;
}

.border-t-teal-500\/10 {
  border-top-color: rgb(20 184 166 / 0.1) !important;
}

.border-t-teal-500\/100 {
  border-top-color: rgb(20 184 166 / 1) !important;
}

.border-t-teal-500\/15 {
  border-top-color: rgb(20 184 166 / 0.15) !important;
}

.border-t-teal-500\/20 {
  border-top-color: rgb(20 184 166 / 0.2) !important;
}

.border-t-teal-500\/25 {
  border-top-color: rgb(20 184 166 / 0.25) !important;
}

.border-t-teal-500\/30 {
  border-top-color: rgb(20 184 166 / 0.3) !important;
}

.border-t-teal-500\/35 {
  border-top-color: rgb(20 184 166 / 0.35) !important;
}

.border-t-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4) !important;
}

.border-t-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45) !important;
}

.border-t-teal-500\/5 {
  border-top-color: rgb(20 184 166 / 0.05) !important;
}

.border-t-teal-500\/50 {
  border-top-color: rgb(20 184 166 / 0.5) !important;
}

.border-t-teal-500\/55 {
  border-top-color: rgb(20 184 166 / 0.55) !important;
}

.border-t-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6) !important;
}

.border-t-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65) !important;
}

.border-t-teal-500\/70 {
  border-top-color: rgb(20 184 166 / 0.7) !important;
}

.border-t-teal-500\/75 {
  border-top-color: rgb(20 184 166 / 0.75) !important;
}

.border-t-teal-500\/80 {
  border-top-color: rgb(20 184 166 / 0.8) !important;
}

.border-t-teal-500\/85 {
  border-top-color: rgb(20 184 166 / 0.85) !important;
}

.border-t-teal-500\/90 {
  border-top-color: rgb(20 184 166 / 0.9) !important;
}

.border-t-teal-500\/95 {
  border-top-color: rgb(20 184 166 / 0.95) !important;
}

.border-t-teal-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-600\/0 {
  border-top-color: rgb(13 148 136 / 0) !important;
}

.border-t-teal-600\/10 {
  border-top-color: rgb(13 148 136 / 0.1) !important;
}

.border-t-teal-600\/100 {
  border-top-color: rgb(13 148 136 / 1) !important;
}

.border-t-teal-600\/15 {
  border-top-color: rgb(13 148 136 / 0.15) !important;
}

.border-t-teal-600\/20 {
  border-top-color: rgb(13 148 136 / 0.2) !important;
}

.border-t-teal-600\/25 {
  border-top-color: rgb(13 148 136 / 0.25) !important;
}

.border-t-teal-600\/30 {
  border-top-color: rgb(13 148 136 / 0.3) !important;
}

.border-t-teal-600\/35 {
  border-top-color: rgb(13 148 136 / 0.35) !important;
}

.border-t-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4) !important;
}

.border-t-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45) !important;
}

.border-t-teal-600\/5 {
  border-top-color: rgb(13 148 136 / 0.05) !important;
}

.border-t-teal-600\/50 {
  border-top-color: rgb(13 148 136 / 0.5) !important;
}

.border-t-teal-600\/55 {
  border-top-color: rgb(13 148 136 / 0.55) !important;
}

.border-t-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6) !important;
}

.border-t-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65) !important;
}

.border-t-teal-600\/70 {
  border-top-color: rgb(13 148 136 / 0.7) !important;
}

.border-t-teal-600\/75 {
  border-top-color: rgb(13 148 136 / 0.75) !important;
}

.border-t-teal-600\/80 {
  border-top-color: rgb(13 148 136 / 0.8) !important;
}

.border-t-teal-600\/85 {
  border-top-color: rgb(13 148 136 / 0.85) !important;
}

.border-t-teal-600\/90 {
  border-top-color: rgb(13 148 136 / 0.9) !important;
}

.border-t-teal-600\/95 {
  border-top-color: rgb(13 148 136 / 0.95) !important;
}

.border-t-teal-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-700\/0 {
  border-top-color: rgb(15 118 110 / 0) !important;
}

.border-t-teal-700\/10 {
  border-top-color: rgb(15 118 110 / 0.1) !important;
}

.border-t-teal-700\/100 {
  border-top-color: rgb(15 118 110 / 1) !important;
}

.border-t-teal-700\/15 {
  border-top-color: rgb(15 118 110 / 0.15) !important;
}

.border-t-teal-700\/20 {
  border-top-color: rgb(15 118 110 / 0.2) !important;
}

.border-t-teal-700\/25 {
  border-top-color: rgb(15 118 110 / 0.25) !important;
}

.border-t-teal-700\/30 {
  border-top-color: rgb(15 118 110 / 0.3) !important;
}

.border-t-teal-700\/35 {
  border-top-color: rgb(15 118 110 / 0.35) !important;
}

.border-t-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4) !important;
}

.border-t-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45) !important;
}

.border-t-teal-700\/5 {
  border-top-color: rgb(15 118 110 / 0.05) !important;
}

.border-t-teal-700\/50 {
  border-top-color: rgb(15 118 110 / 0.5) !important;
}

.border-t-teal-700\/55 {
  border-top-color: rgb(15 118 110 / 0.55) !important;
}

.border-t-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6) !important;
}

.border-t-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65) !important;
}

.border-t-teal-700\/70 {
  border-top-color: rgb(15 118 110 / 0.7) !important;
}

.border-t-teal-700\/75 {
  border-top-color: rgb(15 118 110 / 0.75) !important;
}

.border-t-teal-700\/80 {
  border-top-color: rgb(15 118 110 / 0.8) !important;
}

.border-t-teal-700\/85 {
  border-top-color: rgb(15 118 110 / 0.85) !important;
}

.border-t-teal-700\/90 {
  border-top-color: rgb(15 118 110 / 0.9) !important;
}

.border-t-teal-700\/95 {
  border-top-color: rgb(15 118 110 / 0.95) !important;
}

.border-t-teal-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-800\/0 {
  border-top-color: rgb(17 94 89 / 0) !important;
}

.border-t-teal-800\/10 {
  border-top-color: rgb(17 94 89 / 0.1) !important;
}

.border-t-teal-800\/100 {
  border-top-color: rgb(17 94 89 / 1) !important;
}

.border-t-teal-800\/15 {
  border-top-color: rgb(17 94 89 / 0.15) !important;
}

.border-t-teal-800\/20 {
  border-top-color: rgb(17 94 89 / 0.2) !important;
}

.border-t-teal-800\/25 {
  border-top-color: rgb(17 94 89 / 0.25) !important;
}

.border-t-teal-800\/30 {
  border-top-color: rgb(17 94 89 / 0.3) !important;
}

.border-t-teal-800\/35 {
  border-top-color: rgb(17 94 89 / 0.35) !important;
}

.border-t-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4) !important;
}

.border-t-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45) !important;
}

.border-t-teal-800\/5 {
  border-top-color: rgb(17 94 89 / 0.05) !important;
}

.border-t-teal-800\/50 {
  border-top-color: rgb(17 94 89 / 0.5) !important;
}

.border-t-teal-800\/55 {
  border-top-color: rgb(17 94 89 / 0.55) !important;
}

.border-t-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6) !important;
}

.border-t-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65) !important;
}

.border-t-teal-800\/70 {
  border-top-color: rgb(17 94 89 / 0.7) !important;
}

.border-t-teal-800\/75 {
  border-top-color: rgb(17 94 89 / 0.75) !important;
}

.border-t-teal-800\/80 {
  border-top-color: rgb(17 94 89 / 0.8) !important;
}

.border-t-teal-800\/85 {
  border-top-color: rgb(17 94 89 / 0.85) !important;
}

.border-t-teal-800\/90 {
  border-top-color: rgb(17 94 89 / 0.9) !important;
}

.border-t-teal-800\/95 {
  border-top-color: rgb(17 94 89 / 0.95) !important;
}

.border-t-teal-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-900\/0 {
  border-top-color: rgb(19 78 74 / 0) !important;
}

.border-t-teal-900\/10 {
  border-top-color: rgb(19 78 74 / 0.1) !important;
}

.border-t-teal-900\/100 {
  border-top-color: rgb(19 78 74 / 1) !important;
}

.border-t-teal-900\/15 {
  border-top-color: rgb(19 78 74 / 0.15) !important;
}

.border-t-teal-900\/20 {
  border-top-color: rgb(19 78 74 / 0.2) !important;
}

.border-t-teal-900\/25 {
  border-top-color: rgb(19 78 74 / 0.25) !important;
}

.border-t-teal-900\/30 {
  border-top-color: rgb(19 78 74 / 0.3) !important;
}

.border-t-teal-900\/35 {
  border-top-color: rgb(19 78 74 / 0.35) !important;
}

.border-t-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4) !important;
}

.border-t-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45) !important;
}

.border-t-teal-900\/5 {
  border-top-color: rgb(19 78 74 / 0.05) !important;
}

.border-t-teal-900\/50 {
  border-top-color: rgb(19 78 74 / 0.5) !important;
}

.border-t-teal-900\/55 {
  border-top-color: rgb(19 78 74 / 0.55) !important;
}

.border-t-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6) !important;
}

.border-t-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65) !important;
}

.border-t-teal-900\/70 {
  border-top-color: rgb(19 78 74 / 0.7) !important;
}

.border-t-teal-900\/75 {
  border-top-color: rgb(19 78 74 / 0.75) !important;
}

.border-t-teal-900\/80 {
  border-top-color: rgb(19 78 74 / 0.8) !important;
}

.border-t-teal-900\/85 {
  border-top-color: rgb(19 78 74 / 0.85) !important;
}

.border-t-teal-900\/90 {
  border-top-color: rgb(19 78 74 / 0.9) !important;
}

.border-t-teal-900\/95 {
  border-top-color: rgb(19 78 74 / 0.95) !important;
}

.border-t-teal-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
}

.border-t-teal-950\/0 {
  border-top-color: rgb(4 47 46 / 0) !important;
}

.border-t-teal-950\/10 {
  border-top-color: rgb(4 47 46 / 0.1) !important;
}

.border-t-teal-950\/100 {
  border-top-color: rgb(4 47 46 / 1) !important;
}

.border-t-teal-950\/15 {
  border-top-color: rgb(4 47 46 / 0.15) !important;
}

.border-t-teal-950\/20 {
  border-top-color: rgb(4 47 46 / 0.2) !important;
}

.border-t-teal-950\/25 {
  border-top-color: rgb(4 47 46 / 0.25) !important;
}

.border-t-teal-950\/30 {
  border-top-color: rgb(4 47 46 / 0.3) !important;
}

.border-t-teal-950\/35 {
  border-top-color: rgb(4 47 46 / 0.35) !important;
}

.border-t-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4) !important;
}

.border-t-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45) !important;
}

.border-t-teal-950\/5 {
  border-top-color: rgb(4 47 46 / 0.05) !important;
}

.border-t-teal-950\/50 {
  border-top-color: rgb(4 47 46 / 0.5) !important;
}

.border-t-teal-950\/55 {
  border-top-color: rgb(4 47 46 / 0.55) !important;
}

.border-t-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6) !important;
}

.border-t-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65) !important;
}

.border-t-teal-950\/70 {
  border-top-color: rgb(4 47 46 / 0.7) !important;
}

.border-t-teal-950\/75 {
  border-top-color: rgb(4 47 46 / 0.75) !important;
}

.border-t-teal-950\/80 {
  border-top-color: rgb(4 47 46 / 0.8) !important;
}

.border-t-teal-950\/85 {
  border-top-color: rgb(4 47 46 / 0.85) !important;
}

.border-t-teal-950\/90 {
  border-top-color: rgb(4 47 46 / 0.9) !important;
}

.border-t-teal-950\/95 {
  border-top-color: rgb(4 47 46 / 0.95) !important;
}

.border-t-transparent {
  border-top-color: transparent !important;
}

.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0) !important;
}

.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1) !important;
}

.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1) !important;
}

.border-t-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15) !important;
}

.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2) !important;
}

.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25) !important;
}

.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3) !important;
}

.border-t-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35) !important;
}

.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4) !important;
}

.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45) !important;
}

.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05) !important;
}

.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5) !important;
}

.border-t-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55) !important;
}

.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6) !important;
}

.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65) !important;
}

.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7) !important;
}

.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75) !important;
}

.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8) !important;
}

.border-t-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85) !important;
}

.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9) !important;
}

.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95) !important;
}

.border-t-violet-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-100\/0 {
  border-top-color: rgb(237 233 254 / 0) !important;
}

.border-t-violet-100\/10 {
  border-top-color: rgb(237 233 254 / 0.1) !important;
}

.border-t-violet-100\/100 {
  border-top-color: rgb(237 233 254 / 1) !important;
}

.border-t-violet-100\/15 {
  border-top-color: rgb(237 233 254 / 0.15) !important;
}

.border-t-violet-100\/20 {
  border-top-color: rgb(237 233 254 / 0.2) !important;
}

.border-t-violet-100\/25 {
  border-top-color: rgb(237 233 254 / 0.25) !important;
}

.border-t-violet-100\/30 {
  border-top-color: rgb(237 233 254 / 0.3) !important;
}

.border-t-violet-100\/35 {
  border-top-color: rgb(237 233 254 / 0.35) !important;
}

.border-t-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4) !important;
}

.border-t-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45) !important;
}

.border-t-violet-100\/5 {
  border-top-color: rgb(237 233 254 / 0.05) !important;
}

.border-t-violet-100\/50 {
  border-top-color: rgb(237 233 254 / 0.5) !important;
}

.border-t-violet-100\/55 {
  border-top-color: rgb(237 233 254 / 0.55) !important;
}

.border-t-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6) !important;
}

.border-t-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65) !important;
}

.border-t-violet-100\/70 {
  border-top-color: rgb(237 233 254 / 0.7) !important;
}

.border-t-violet-100\/75 {
  border-top-color: rgb(237 233 254 / 0.75) !important;
}

.border-t-violet-100\/80 {
  border-top-color: rgb(237 233 254 / 0.8) !important;
}

.border-t-violet-100\/85 {
  border-top-color: rgb(237 233 254 / 0.85) !important;
}

.border-t-violet-100\/90 {
  border-top-color: rgb(237 233 254 / 0.9) !important;
}

.border-t-violet-100\/95 {
  border-top-color: rgb(237 233 254 / 0.95) !important;
}

.border-t-violet-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-200\/0 {
  border-top-color: rgb(221 214 254 / 0) !important;
}

.border-t-violet-200\/10 {
  border-top-color: rgb(221 214 254 / 0.1) !important;
}

.border-t-violet-200\/100 {
  border-top-color: rgb(221 214 254 / 1) !important;
}

.border-t-violet-200\/15 {
  border-top-color: rgb(221 214 254 / 0.15) !important;
}

.border-t-violet-200\/20 {
  border-top-color: rgb(221 214 254 / 0.2) !important;
}

.border-t-violet-200\/25 {
  border-top-color: rgb(221 214 254 / 0.25) !important;
}

.border-t-violet-200\/30 {
  border-top-color: rgb(221 214 254 / 0.3) !important;
}

.border-t-violet-200\/35 {
  border-top-color: rgb(221 214 254 / 0.35) !important;
}

.border-t-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4) !important;
}

.border-t-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45) !important;
}

.border-t-violet-200\/5 {
  border-top-color: rgb(221 214 254 / 0.05) !important;
}

.border-t-violet-200\/50 {
  border-top-color: rgb(221 214 254 / 0.5) !important;
}

.border-t-violet-200\/55 {
  border-top-color: rgb(221 214 254 / 0.55) !important;
}

.border-t-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6) !important;
}

.border-t-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65) !important;
}

.border-t-violet-200\/70 {
  border-top-color: rgb(221 214 254 / 0.7) !important;
}

.border-t-violet-200\/75 {
  border-top-color: rgb(221 214 254 / 0.75) !important;
}

.border-t-violet-200\/80 {
  border-top-color: rgb(221 214 254 / 0.8) !important;
}

.border-t-violet-200\/85 {
  border-top-color: rgb(221 214 254 / 0.85) !important;
}

.border-t-violet-200\/90 {
  border-top-color: rgb(221 214 254 / 0.9) !important;
}

.border-t-violet-200\/95 {
  border-top-color: rgb(221 214 254 / 0.95) !important;
}

.border-t-violet-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-300\/0 {
  border-top-color: rgb(196 181 253 / 0) !important;
}

.border-t-violet-300\/10 {
  border-top-color: rgb(196 181 253 / 0.1) !important;
}

.border-t-violet-300\/100 {
  border-top-color: rgb(196 181 253 / 1) !important;
}

.border-t-violet-300\/15 {
  border-top-color: rgb(196 181 253 / 0.15) !important;
}

.border-t-violet-300\/20 {
  border-top-color: rgb(196 181 253 / 0.2) !important;
}

.border-t-violet-300\/25 {
  border-top-color: rgb(196 181 253 / 0.25) !important;
}

.border-t-violet-300\/30 {
  border-top-color: rgb(196 181 253 / 0.3) !important;
}

.border-t-violet-300\/35 {
  border-top-color: rgb(196 181 253 / 0.35) !important;
}

.border-t-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4) !important;
}

.border-t-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45) !important;
}

.border-t-violet-300\/5 {
  border-top-color: rgb(196 181 253 / 0.05) !important;
}

.border-t-violet-300\/50 {
  border-top-color: rgb(196 181 253 / 0.5) !important;
}

.border-t-violet-300\/55 {
  border-top-color: rgb(196 181 253 / 0.55) !important;
}

.border-t-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6) !important;
}

.border-t-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65) !important;
}

.border-t-violet-300\/70 {
  border-top-color: rgb(196 181 253 / 0.7) !important;
}

.border-t-violet-300\/75 {
  border-top-color: rgb(196 181 253 / 0.75) !important;
}

.border-t-violet-300\/80 {
  border-top-color: rgb(196 181 253 / 0.8) !important;
}

.border-t-violet-300\/85 {
  border-top-color: rgb(196 181 253 / 0.85) !important;
}

.border-t-violet-300\/90 {
  border-top-color: rgb(196 181 253 / 0.9) !important;
}

.border-t-violet-300\/95 {
  border-top-color: rgb(196 181 253 / 0.95) !important;
}

.border-t-violet-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-400\/0 {
  border-top-color: rgb(167 139 250 / 0) !important;
}

.border-t-violet-400\/10 {
  border-top-color: rgb(167 139 250 / 0.1) !important;
}

.border-t-violet-400\/100 {
  border-top-color: rgb(167 139 250 / 1) !important;
}

.border-t-violet-400\/15 {
  border-top-color: rgb(167 139 250 / 0.15) !important;
}

.border-t-violet-400\/20 {
  border-top-color: rgb(167 139 250 / 0.2) !important;
}

.border-t-violet-400\/25 {
  border-top-color: rgb(167 139 250 / 0.25) !important;
}

.border-t-violet-400\/30 {
  border-top-color: rgb(167 139 250 / 0.3) !important;
}

.border-t-violet-400\/35 {
  border-top-color: rgb(167 139 250 / 0.35) !important;
}

.border-t-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4) !important;
}

.border-t-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45) !important;
}

.border-t-violet-400\/5 {
  border-top-color: rgb(167 139 250 / 0.05) !important;
}

.border-t-violet-400\/50 {
  border-top-color: rgb(167 139 250 / 0.5) !important;
}

.border-t-violet-400\/55 {
  border-top-color: rgb(167 139 250 / 0.55) !important;
}

.border-t-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6) !important;
}

.border-t-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65) !important;
}

.border-t-violet-400\/70 {
  border-top-color: rgb(167 139 250 / 0.7) !important;
}

.border-t-violet-400\/75 {
  border-top-color: rgb(167 139 250 / 0.75) !important;
}

.border-t-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8) !important;
}

.border-t-violet-400\/85 {
  border-top-color: rgb(167 139 250 / 0.85) !important;
}

.border-t-violet-400\/90 {
  border-top-color: rgb(167 139 250 / 0.9) !important;
}

.border-t-violet-400\/95 {
  border-top-color: rgb(167 139 250 / 0.95) !important;
}

.border-t-violet-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-50\/0 {
  border-top-color: rgb(245 243 255 / 0) !important;
}

.border-t-violet-50\/10 {
  border-top-color: rgb(245 243 255 / 0.1) !important;
}

.border-t-violet-50\/100 {
  border-top-color: rgb(245 243 255 / 1) !important;
}

.border-t-violet-50\/15 {
  border-top-color: rgb(245 243 255 / 0.15) !important;
}

.border-t-violet-50\/20 {
  border-top-color: rgb(245 243 255 / 0.2) !important;
}

.border-t-violet-50\/25 {
  border-top-color: rgb(245 243 255 / 0.25) !important;
}

.border-t-violet-50\/30 {
  border-top-color: rgb(245 243 255 / 0.3) !important;
}

.border-t-violet-50\/35 {
  border-top-color: rgb(245 243 255 / 0.35) !important;
}

.border-t-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4) !important;
}

.border-t-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45) !important;
}

.border-t-violet-50\/5 {
  border-top-color: rgb(245 243 255 / 0.05) !important;
}

.border-t-violet-50\/50 {
  border-top-color: rgb(245 243 255 / 0.5) !important;
}

.border-t-violet-50\/55 {
  border-top-color: rgb(245 243 255 / 0.55) !important;
}

.border-t-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6) !important;
}

.border-t-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65) !important;
}

.border-t-violet-50\/70 {
  border-top-color: rgb(245 243 255 / 0.7) !important;
}

.border-t-violet-50\/75 {
  border-top-color: rgb(245 243 255 / 0.75) !important;
}

.border-t-violet-50\/80 {
  border-top-color: rgb(245 243 255 / 0.8) !important;
}

.border-t-violet-50\/85 {
  border-top-color: rgb(245 243 255 / 0.85) !important;
}

.border-t-violet-50\/90 {
  border-top-color: rgb(245 243 255 / 0.9) !important;
}

.border-t-violet-50\/95 {
  border-top-color: rgb(245 243 255 / 0.95) !important;
}

.border-t-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-500\/0 {
  border-top-color: rgb(139 92 246 / 0) !important;
}

.border-t-violet-500\/10 {
  border-top-color: rgb(139 92 246 / 0.1) !important;
}

.border-t-violet-500\/100 {
  border-top-color: rgb(139 92 246 / 1) !important;
}

.border-t-violet-500\/15 {
  border-top-color: rgb(139 92 246 / 0.15) !important;
}

.border-t-violet-500\/20 {
  border-top-color: rgb(139 92 246 / 0.2) !important;
}

.border-t-violet-500\/25 {
  border-top-color: rgb(139 92 246 / 0.25) !important;
}

.border-t-violet-500\/30 {
  border-top-color: rgb(139 92 246 / 0.3) !important;
}

.border-t-violet-500\/35 {
  border-top-color: rgb(139 92 246 / 0.35) !important;
}

.border-t-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4) !important;
}

.border-t-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45) !important;
}

.border-t-violet-500\/5 {
  border-top-color: rgb(139 92 246 / 0.05) !important;
}

.border-t-violet-500\/50 {
  border-top-color: rgb(139 92 246 / 0.5) !important;
}

.border-t-violet-500\/55 {
  border-top-color: rgb(139 92 246 / 0.55) !important;
}

.border-t-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6) !important;
}

.border-t-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65) !important;
}

.border-t-violet-500\/70 {
  border-top-color: rgb(139 92 246 / 0.7) !important;
}

.border-t-violet-500\/75 {
  border-top-color: rgb(139 92 246 / 0.75) !important;
}

.border-t-violet-500\/80 {
  border-top-color: rgb(139 92 246 / 0.8) !important;
}

.border-t-violet-500\/85 {
  border-top-color: rgb(139 92 246 / 0.85) !important;
}

.border-t-violet-500\/90 {
  border-top-color: rgb(139 92 246 / 0.9) !important;
}

.border-t-violet-500\/95 {
  border-top-color: rgb(139 92 246 / 0.95) !important;
}

.border-t-violet-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-600\/0 {
  border-top-color: rgb(124 58 237 / 0) !important;
}

.border-t-violet-600\/10 {
  border-top-color: rgb(124 58 237 / 0.1) !important;
}

.border-t-violet-600\/100 {
  border-top-color: rgb(124 58 237 / 1) !important;
}

.border-t-violet-600\/15 {
  border-top-color: rgb(124 58 237 / 0.15) !important;
}

.border-t-violet-600\/20 {
  border-top-color: rgb(124 58 237 / 0.2) !important;
}

.border-t-violet-600\/25 {
  border-top-color: rgb(124 58 237 / 0.25) !important;
}

.border-t-violet-600\/30 {
  border-top-color: rgb(124 58 237 / 0.3) !important;
}

.border-t-violet-600\/35 {
  border-top-color: rgb(124 58 237 / 0.35) !important;
}

.border-t-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4) !important;
}

.border-t-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45) !important;
}

.border-t-violet-600\/5 {
  border-top-color: rgb(124 58 237 / 0.05) !important;
}

.border-t-violet-600\/50 {
  border-top-color: rgb(124 58 237 / 0.5) !important;
}

.border-t-violet-600\/55 {
  border-top-color: rgb(124 58 237 / 0.55) !important;
}

.border-t-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6) !important;
}

.border-t-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65) !important;
}

.border-t-violet-600\/70 {
  border-top-color: rgb(124 58 237 / 0.7) !important;
}

.border-t-violet-600\/75 {
  border-top-color: rgb(124 58 237 / 0.75) !important;
}

.border-t-violet-600\/80 {
  border-top-color: rgb(124 58 237 / 0.8) !important;
}

.border-t-violet-600\/85 {
  border-top-color: rgb(124 58 237 / 0.85) !important;
}

.border-t-violet-600\/90 {
  border-top-color: rgb(124 58 237 / 0.9) !important;
}

.border-t-violet-600\/95 {
  border-top-color: rgb(124 58 237 / 0.95) !important;
}

.border-t-violet-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-700\/0 {
  border-top-color: rgb(109 40 217 / 0) !important;
}

.border-t-violet-700\/10 {
  border-top-color: rgb(109 40 217 / 0.1) !important;
}

.border-t-violet-700\/100 {
  border-top-color: rgb(109 40 217 / 1) !important;
}

.border-t-violet-700\/15 {
  border-top-color: rgb(109 40 217 / 0.15) !important;
}

.border-t-violet-700\/20 {
  border-top-color: rgb(109 40 217 / 0.2) !important;
}

.border-t-violet-700\/25 {
  border-top-color: rgb(109 40 217 / 0.25) !important;
}

.border-t-violet-700\/30 {
  border-top-color: rgb(109 40 217 / 0.3) !important;
}

.border-t-violet-700\/35 {
  border-top-color: rgb(109 40 217 / 0.35) !important;
}

.border-t-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4) !important;
}

.border-t-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45) !important;
}

.border-t-violet-700\/5 {
  border-top-color: rgb(109 40 217 / 0.05) !important;
}

.border-t-violet-700\/50 {
  border-top-color: rgb(109 40 217 / 0.5) !important;
}

.border-t-violet-700\/55 {
  border-top-color: rgb(109 40 217 / 0.55) !important;
}

.border-t-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6) !important;
}

.border-t-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65) !important;
}

.border-t-violet-700\/70 {
  border-top-color: rgb(109 40 217 / 0.7) !important;
}

.border-t-violet-700\/75 {
  border-top-color: rgb(109 40 217 / 0.75) !important;
}

.border-t-violet-700\/80 {
  border-top-color: rgb(109 40 217 / 0.8) !important;
}

.border-t-violet-700\/85 {
  border-top-color: rgb(109 40 217 / 0.85) !important;
}

.border-t-violet-700\/90 {
  border-top-color: rgb(109 40 217 / 0.9) !important;
}

.border-t-violet-700\/95 {
  border-top-color: rgb(109 40 217 / 0.95) !important;
}

.border-t-violet-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-800\/0 {
  border-top-color: rgb(91 33 182 / 0) !important;
}

.border-t-violet-800\/10 {
  border-top-color: rgb(91 33 182 / 0.1) !important;
}

.border-t-violet-800\/100 {
  border-top-color: rgb(91 33 182 / 1) !important;
}

.border-t-violet-800\/15 {
  border-top-color: rgb(91 33 182 / 0.15) !important;
}

.border-t-violet-800\/20 {
  border-top-color: rgb(91 33 182 / 0.2) !important;
}

.border-t-violet-800\/25 {
  border-top-color: rgb(91 33 182 / 0.25) !important;
}

.border-t-violet-800\/30 {
  border-top-color: rgb(91 33 182 / 0.3) !important;
}

.border-t-violet-800\/35 {
  border-top-color: rgb(91 33 182 / 0.35) !important;
}

.border-t-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4) !important;
}

.border-t-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45) !important;
}

.border-t-violet-800\/5 {
  border-top-color: rgb(91 33 182 / 0.05) !important;
}

.border-t-violet-800\/50 {
  border-top-color: rgb(91 33 182 / 0.5) !important;
}

.border-t-violet-800\/55 {
  border-top-color: rgb(91 33 182 / 0.55) !important;
}

.border-t-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6) !important;
}

.border-t-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65) !important;
}

.border-t-violet-800\/70 {
  border-top-color: rgb(91 33 182 / 0.7) !important;
}

.border-t-violet-800\/75 {
  border-top-color: rgb(91 33 182 / 0.75) !important;
}

.border-t-violet-800\/80 {
  border-top-color: rgb(91 33 182 / 0.8) !important;
}

.border-t-violet-800\/85 {
  border-top-color: rgb(91 33 182 / 0.85) !important;
}

.border-t-violet-800\/90 {
  border-top-color: rgb(91 33 182 / 0.9) !important;
}

.border-t-violet-800\/95 {
  border-top-color: rgb(91 33 182 / 0.95) !important;
}

.border-t-violet-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-900\/0 {
  border-top-color: rgb(76 29 149 / 0) !important;
}

.border-t-violet-900\/10 {
  border-top-color: rgb(76 29 149 / 0.1) !important;
}

.border-t-violet-900\/100 {
  border-top-color: rgb(76 29 149 / 1) !important;
}

.border-t-violet-900\/15 {
  border-top-color: rgb(76 29 149 / 0.15) !important;
}

.border-t-violet-900\/20 {
  border-top-color: rgb(76 29 149 / 0.2) !important;
}

.border-t-violet-900\/25 {
  border-top-color: rgb(76 29 149 / 0.25) !important;
}

.border-t-violet-900\/30 {
  border-top-color: rgb(76 29 149 / 0.3) !important;
}

.border-t-violet-900\/35 {
  border-top-color: rgb(76 29 149 / 0.35) !important;
}

.border-t-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4) !important;
}

.border-t-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45) !important;
}

.border-t-violet-900\/5 {
  border-top-color: rgb(76 29 149 / 0.05) !important;
}

.border-t-violet-900\/50 {
  border-top-color: rgb(76 29 149 / 0.5) !important;
}

.border-t-violet-900\/55 {
  border-top-color: rgb(76 29 149 / 0.55) !important;
}

.border-t-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6) !important;
}

.border-t-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65) !important;
}

.border-t-violet-900\/70 {
  border-top-color: rgb(76 29 149 / 0.7) !important;
}

.border-t-violet-900\/75 {
  border-top-color: rgb(76 29 149 / 0.75) !important;
}

.border-t-violet-900\/80 {
  border-top-color: rgb(76 29 149 / 0.8) !important;
}

.border-t-violet-900\/85 {
  border-top-color: rgb(76 29 149 / 0.85) !important;
}

.border-t-violet-900\/90 {
  border-top-color: rgb(76 29 149 / 0.9) !important;
}

.border-t-violet-900\/95 {
  border-top-color: rgb(76 29 149 / 0.95) !important;
}

.border-t-violet-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
}

.border-t-violet-950\/0 {
  border-top-color: rgb(46 16 101 / 0) !important;
}

.border-t-violet-950\/10 {
  border-top-color: rgb(46 16 101 / 0.1) !important;
}

.border-t-violet-950\/100 {
  border-top-color: rgb(46 16 101 / 1) !important;
}

.border-t-violet-950\/15 {
  border-top-color: rgb(46 16 101 / 0.15) !important;
}

.border-t-violet-950\/20 {
  border-top-color: rgb(46 16 101 / 0.2) !important;
}

.border-t-violet-950\/25 {
  border-top-color: rgb(46 16 101 / 0.25) !important;
}

.border-t-violet-950\/30 {
  border-top-color: rgb(46 16 101 / 0.3) !important;
}

.border-t-violet-950\/35 {
  border-top-color: rgb(46 16 101 / 0.35) !important;
}

.border-t-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4) !important;
}

.border-t-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45) !important;
}

.border-t-violet-950\/5 {
  border-top-color: rgb(46 16 101 / 0.05) !important;
}

.border-t-violet-950\/50 {
  border-top-color: rgb(46 16 101 / 0.5) !important;
}

.border-t-violet-950\/55 {
  border-top-color: rgb(46 16 101 / 0.55) !important;
}

.border-t-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6) !important;
}

.border-t-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65) !important;
}

.border-t-violet-950\/70 {
  border-top-color: rgb(46 16 101 / 0.7) !important;
}

.border-t-violet-950\/75 {
  border-top-color: rgb(46 16 101 / 0.75) !important;
}

.border-t-violet-950\/80 {
  border-top-color: rgb(46 16 101 / 0.8) !important;
}

.border-t-violet-950\/85 {
  border-top-color: rgb(46 16 101 / 0.85) !important;
}

.border-t-violet-950\/90 {
  border-top-color: rgb(46 16 101 / 0.9) !important;
}

.border-t-violet-950\/95 {
  border-top-color: rgb(46 16 101 / 0.95) !important;
}

.border-t-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0) !important;
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1) !important;
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1) !important;
}

.border-t-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15) !important;
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2) !important;
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25) !important;
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3) !important;
}

.border-t-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35) !important;
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4) !important;
}

.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45) !important;
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05) !important;
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5) !important;
}

.border-t-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55) !important;
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6) !important;
}

.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65) !important;
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7) !important;
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75) !important;
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8) !important;
}

.border-t-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85) !important;
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9) !important;
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95) !important;
}

.border-t-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
}

.border-t-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
}

.border-t-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0) !important;
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1) !important;
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1) !important;
}

.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15) !important;
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2) !important;
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25) !important;
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3) !important;
}

.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35) !important;
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4) !important;
}

.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45) !important;
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05) !important;
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5) !important;
}

.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55) !important;
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6) !important;
}

.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65) !important;
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7) !important;
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75) !important;
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8) !important;
}

.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85) !important;
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9) !important;
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95) !important;
}

.border-t-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
}

.border-t-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0) !important;
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1) !important;
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1) !important;
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15) !important;
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2) !important;
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25) !important;
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3) !important;
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35) !important;
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4) !important;
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45) !important;
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05) !important;
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5) !important;
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55) !important;
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6) !important;
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65) !important;
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7) !important;
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75) !important;
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8) !important;
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85) !important;
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9) !important;
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95) !important;
}

.border-t-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0) !important;
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1) !important;
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1) !important;
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15) !important;
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2) !important;
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25) !important;
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3) !important;
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35) !important;
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4) !important;
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45) !important;
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05) !important;
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5) !important;
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55) !important;
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6) !important;
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65) !important;
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7) !important;
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75) !important;
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8) !important;
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85) !important;
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9) !important;
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95) !important;
}

.border-t-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0) !important;
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1) !important;
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1) !important;
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15) !important;
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2) !important;
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25) !important;
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3) !important;
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35) !important;
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4) !important;
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45) !important;
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05) !important;
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5) !important;
}

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55) !important;
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6) !important;
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65) !important;
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7) !important;
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75) !important;
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8) !important;
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85) !important;
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9) !important;
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95) !important;
}

.border-t-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0) !important;
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1) !important;
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1) !important;
}

.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15) !important;
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2) !important;
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25) !important;
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3) !important;
}

.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35) !important;
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4) !important;
}

.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45) !important;
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05) !important;
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5) !important;
}

.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55) !important;
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6) !important;
}

.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65) !important;
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7) !important;
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75) !important;
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8) !important;
}

.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85) !important;
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9) !important;
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95) !important;
}

.border-t-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
}

.border-t-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0) !important;
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1) !important;
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1) !important;
}

.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15) !important;
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2) !important;
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25) !important;
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3) !important;
}

.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35) !important;
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4) !important;
}

.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45) !important;
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05) !important;
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5) !important;
}

.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55) !important;
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6) !important;
}

.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65) !important;
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7) !important;
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75) !important;
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8) !important;
}

.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85) !important;
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9) !important;
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95) !important;
}

.border-t-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0) !important;
}

.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1) !important;
}

.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1) !important;
}

.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15) !important;
}

.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2) !important;
}

.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25) !important;
}

.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3) !important;
}

.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35) !important;
}

.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4) !important;
}

.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45) !important;
}

.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05) !important;
}

.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5) !important;
}

.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55) !important;
}

.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6) !important;
}

.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65) !important;
}

.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7) !important;
}

.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75) !important;
}

.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8) !important;
}

.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85) !important;
}

.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9) !important;
}

.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95) !important;
}

.border-t-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-100\/0 {
  border-top-color: rgb(244 244 245 / 0) !important;
}

.border-t-zinc-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1) !important;
}

.border-t-zinc-100\/100 {
  border-top-color: rgb(244 244 245 / 1) !important;
}

.border-t-zinc-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15) !important;
}

.border-t-zinc-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2) !important;
}

.border-t-zinc-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25) !important;
}

.border-t-zinc-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3) !important;
}

.border-t-zinc-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35) !important;
}

.border-t-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4) !important;
}

.border-t-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45) !important;
}

.border-t-zinc-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05) !important;
}

.border-t-zinc-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5) !important;
}

.border-t-zinc-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55) !important;
}

.border-t-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6) !important;
}

.border-t-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65) !important;
}

.border-t-zinc-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7) !important;
}

.border-t-zinc-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75) !important;
}

.border-t-zinc-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8) !important;
}

.border-t-zinc-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85) !important;
}

.border-t-zinc-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9) !important;
}

.border-t-zinc-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95) !important;
}

.border-t-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-200\/0 {
  border-top-color: rgb(228 228 231 / 0) !important;
}

.border-t-zinc-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1) !important;
}

.border-t-zinc-200\/100 {
  border-top-color: rgb(228 228 231 / 1) !important;
}

.border-t-zinc-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15) !important;
}

.border-t-zinc-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2) !important;
}

.border-t-zinc-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25) !important;
}

.border-t-zinc-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3) !important;
}

.border-t-zinc-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35) !important;
}

.border-t-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4) !important;
}

.border-t-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45) !important;
}

.border-t-zinc-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05) !important;
}

.border-t-zinc-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5) !important;
}

.border-t-zinc-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55) !important;
}

.border-t-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6) !important;
}

.border-t-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65) !important;
}

.border-t-zinc-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7) !important;
}

.border-t-zinc-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75) !important;
}

.border-t-zinc-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8) !important;
}

.border-t-zinc-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85) !important;
}

.border-t-zinc-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9) !important;
}

.border-t-zinc-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95) !important;
}

.border-t-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-300\/0 {
  border-top-color: rgb(212 212 216 / 0) !important;
}

.border-t-zinc-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1) !important;
}

.border-t-zinc-300\/100 {
  border-top-color: rgb(212 212 216 / 1) !important;
}

.border-t-zinc-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15) !important;
}

.border-t-zinc-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2) !important;
}

.border-t-zinc-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25) !important;
}

.border-t-zinc-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3) !important;
}

.border-t-zinc-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35) !important;
}

.border-t-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4) !important;
}

.border-t-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45) !important;
}

.border-t-zinc-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05) !important;
}

.border-t-zinc-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5) !important;
}

.border-t-zinc-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55) !important;
}

.border-t-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6) !important;
}

.border-t-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65) !important;
}

.border-t-zinc-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7) !important;
}

.border-t-zinc-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75) !important;
}

.border-t-zinc-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8) !important;
}

.border-t-zinc-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85) !important;
}

.border-t-zinc-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9) !important;
}

.border-t-zinc-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95) !important;
}

.border-t-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-400\/0 {
  border-top-color: rgb(161 161 170 / 0) !important;
}

.border-t-zinc-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1) !important;
}

.border-t-zinc-400\/100 {
  border-top-color: rgb(161 161 170 / 1) !important;
}

.border-t-zinc-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15) !important;
}

.border-t-zinc-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2) !important;
}

.border-t-zinc-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25) !important;
}

.border-t-zinc-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3) !important;
}

.border-t-zinc-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35) !important;
}

.border-t-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4) !important;
}

.border-t-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45) !important;
}

.border-t-zinc-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05) !important;
}

.border-t-zinc-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5) !important;
}

.border-t-zinc-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55) !important;
}

.border-t-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6) !important;
}

.border-t-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65) !important;
}

.border-t-zinc-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7) !important;
}

.border-t-zinc-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75) !important;
}

.border-t-zinc-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8) !important;
}

.border-t-zinc-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85) !important;
}

.border-t-zinc-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9) !important;
}

.border-t-zinc-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95) !important;
}

.border-t-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-50\/0 {
  border-top-color: rgb(250 250 250 / 0) !important;
}

.border-t-zinc-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1) !important;
}

.border-t-zinc-50\/100 {
  border-top-color: rgb(250 250 250 / 1) !important;
}

.border-t-zinc-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15) !important;
}

.border-t-zinc-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2) !important;
}

.border-t-zinc-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25) !important;
}

.border-t-zinc-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3) !important;
}

.border-t-zinc-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35) !important;
}

.border-t-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4) !important;
}

.border-t-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45) !important;
}

.border-t-zinc-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05) !important;
}

.border-t-zinc-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5) !important;
}

.border-t-zinc-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55) !important;
}

.border-t-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6) !important;
}

.border-t-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65) !important;
}

.border-t-zinc-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7) !important;
}

.border-t-zinc-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75) !important;
}

.border-t-zinc-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8) !important;
}

.border-t-zinc-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85) !important;
}

.border-t-zinc-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9) !important;
}

.border-t-zinc-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95) !important;
}

.border-t-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-500\/0 {
  border-top-color: rgb(113 113 122 / 0) !important;
}

.border-t-zinc-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1) !important;
}

.border-t-zinc-500\/100 {
  border-top-color: rgb(113 113 122 / 1) !important;
}

.border-t-zinc-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15) !important;
}

.border-t-zinc-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2) !important;
}

.border-t-zinc-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25) !important;
}

.border-t-zinc-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3) !important;
}

.border-t-zinc-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35) !important;
}

.border-t-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4) !important;
}

.border-t-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45) !important;
}

.border-t-zinc-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05) !important;
}

.border-t-zinc-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5) !important;
}

.border-t-zinc-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55) !important;
}

.border-t-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6) !important;
}

.border-t-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65) !important;
}

.border-t-zinc-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7) !important;
}

.border-t-zinc-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75) !important;
}

.border-t-zinc-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8) !important;
}

.border-t-zinc-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85) !important;
}

.border-t-zinc-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9) !important;
}

.border-t-zinc-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95) !important;
}

.border-t-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-600\/0 {
  border-top-color: rgb(82 82 91 / 0) !important;
}

.border-t-zinc-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1) !important;
}

.border-t-zinc-600\/100 {
  border-top-color: rgb(82 82 91 / 1) !important;
}

.border-t-zinc-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15) !important;
}

.border-t-zinc-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2) !important;
}

.border-t-zinc-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25) !important;
}

.border-t-zinc-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3) !important;
}

.border-t-zinc-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35) !important;
}

.border-t-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4) !important;
}

.border-t-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45) !important;
}

.border-t-zinc-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05) !important;
}

.border-t-zinc-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5) !important;
}

.border-t-zinc-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55) !important;
}

.border-t-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6) !important;
}

.border-t-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65) !important;
}

.border-t-zinc-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7) !important;
}

.border-t-zinc-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75) !important;
}

.border-t-zinc-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8) !important;
}

.border-t-zinc-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85) !important;
}

.border-t-zinc-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9) !important;
}

.border-t-zinc-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95) !important;
}

.border-t-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-700\/0 {
  border-top-color: rgb(63 63 70 / 0) !important;
}

.border-t-zinc-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1) !important;
}

.border-t-zinc-700\/100 {
  border-top-color: rgb(63 63 70 / 1) !important;
}

.border-t-zinc-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15) !important;
}

.border-t-zinc-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2) !important;
}

.border-t-zinc-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25) !important;
}

.border-t-zinc-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3) !important;
}

.border-t-zinc-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35) !important;
}

.border-t-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4) !important;
}

.border-t-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45) !important;
}

.border-t-zinc-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05) !important;
}

.border-t-zinc-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5) !important;
}

.border-t-zinc-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55) !important;
}

.border-t-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6) !important;
}

.border-t-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65) !important;
}

.border-t-zinc-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7) !important;
}

.border-t-zinc-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75) !important;
}

.border-t-zinc-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8) !important;
}

.border-t-zinc-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85) !important;
}

.border-t-zinc-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9) !important;
}

.border-t-zinc-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95) !important;
}

.border-t-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-800\/0 {
  border-top-color: rgb(39 39 42 / 0) !important;
}

.border-t-zinc-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1) !important;
}

.border-t-zinc-800\/100 {
  border-top-color: rgb(39 39 42 / 1) !important;
}

.border-t-zinc-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15) !important;
}

.border-t-zinc-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2) !important;
}

.border-t-zinc-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25) !important;
}

.border-t-zinc-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3) !important;
}

.border-t-zinc-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35) !important;
}

.border-t-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4) !important;
}

.border-t-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45) !important;
}

.border-t-zinc-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05) !important;
}

.border-t-zinc-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5) !important;
}

.border-t-zinc-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55) !important;
}

.border-t-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6) !important;
}

.border-t-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65) !important;
}

.border-t-zinc-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7) !important;
}

.border-t-zinc-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75) !important;
}

.border-t-zinc-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8) !important;
}

.border-t-zinc-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85) !important;
}

.border-t-zinc-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9) !important;
}

.border-t-zinc-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95) !important;
}

.border-t-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-900\/0 {
  border-top-color: rgb(24 24 27 / 0) !important;
}

.border-t-zinc-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1) !important;
}

.border-t-zinc-900\/100 {
  border-top-color: rgb(24 24 27 / 1) !important;
}

.border-t-zinc-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15) !important;
}

.border-t-zinc-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2) !important;
}

.border-t-zinc-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25) !important;
}

.border-t-zinc-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3) !important;
}

.border-t-zinc-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35) !important;
}

.border-t-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4) !important;
}

.border-t-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45) !important;
}

.border-t-zinc-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05) !important;
}

.border-t-zinc-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5) !important;
}

.border-t-zinc-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55) !important;
}

.border-t-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6) !important;
}

.border-t-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65) !important;
}

.border-t-zinc-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7) !important;
}

.border-t-zinc-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75) !important;
}

.border-t-zinc-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8) !important;
}

.border-t-zinc-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85) !important;
}

.border-t-zinc-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9) !important;
}

.border-t-zinc-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95) !important;
}

.border-t-zinc-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
}

.border-t-zinc-950\/0 {
  border-top-color: rgb(9 9 11 / 0) !important;
}

.border-t-zinc-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1) !important;
}

.border-t-zinc-950\/100 {
  border-top-color: rgb(9 9 11 / 1) !important;
}

.border-t-zinc-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15) !important;
}

.border-t-zinc-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2) !important;
}

.border-t-zinc-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25) !important;
}

.border-t-zinc-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3) !important;
}

.border-t-zinc-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35) !important;
}

.border-t-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4) !important;
}

.border-t-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45) !important;
}

.border-t-zinc-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05) !important;
}

.border-t-zinc-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5) !important;
}

.border-t-zinc-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55) !important;
}

.border-t-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6) !important;
}

.border-t-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65) !important;
}

.border-t-zinc-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7) !important;
}

.border-t-zinc-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75) !important;
}

.border-t-zinc-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8) !important;
}

.border-t-zinc-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85) !important;
}

.border-t-zinc-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9) !important;
}

.border-t-zinc-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95) !important;
}

.bg-\[\#18181b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brown {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brown\/0 {
  background-color: rgb(133 114 114 / 0) !important;
}

.bg-brand-brown\/10 {
  background-color: rgb(133 114 114 / 0.1) !important;
}

.bg-brand-brown\/100 {
  background-color: rgb(133 114 114 / 1) !important;
}

.bg-brand-brown\/15 {
  background-color: rgb(133 114 114 / 0.15) !important;
}

.bg-brand-brown\/20 {
  background-color: rgb(133 114 114 / 0.2) !important;
}

.bg-brand-brown\/25 {
  background-color: rgb(133 114 114 / 0.25) !important;
}

.bg-brand-brown\/30 {
  background-color: rgb(133 114 114 / 0.3) !important;
}

.bg-brand-brown\/35 {
  background-color: rgb(133 114 114 / 0.35) !important;
}

.bg-brand-brown\/40 {
  background-color: rgb(133 114 114 / 0.4) !important;
}

.bg-brand-brown\/45 {
  background-color: rgb(133 114 114 / 0.45) !important;
}

.bg-brand-brown\/5 {
  background-color: rgb(133 114 114 / 0.05) !important;
}

.bg-brand-brown\/50 {
  background-color: rgb(133 114 114 / 0.5) !important;
}

.bg-brand-brown\/55 {
  background-color: rgb(133 114 114 / 0.55) !important;
}

.bg-brand-brown\/60 {
  background-color: rgb(133 114 114 / 0.6) !important;
}

.bg-brand-brown\/65 {
  background-color: rgb(133 114 114 / 0.65) !important;
}

.bg-brand-brown\/70 {
  background-color: rgb(133 114 114 / 0.7) !important;
}

.bg-brand-brown\/75 {
  background-color: rgb(133 114 114 / 0.75) !important;
}

.bg-brand-brown\/80 {
  background-color: rgb(133 114 114 / 0.8) !important;
}

.bg-brand-brown\/85 {
  background-color: rgb(133 114 114 / 0.85) !important;
}

.bg-brand-brown\/90 {
  background-color: rgb(133 114 114 / 0.9) !important;
}

.bg-brand-brown\/95 {
  background-color: rgb(133 114 114 / 0.95) !important;
}

.bg-brand-brownDark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brownDark\/0 {
  background-color: rgb(73 71 78 / 0) !important;
}

.bg-brand-brownDark\/10 {
  background-color: rgb(73 71 78 / 0.1) !important;
}

.bg-brand-brownDark\/100 {
  background-color: rgb(73 71 78 / 1) !important;
}

.bg-brand-brownDark\/15 {
  background-color: rgb(73 71 78 / 0.15) !important;
}

.bg-brand-brownDark\/20 {
  background-color: rgb(73 71 78 / 0.2) !important;
}

.bg-brand-brownDark\/25 {
  background-color: rgb(73 71 78 / 0.25) !important;
}

.bg-brand-brownDark\/30 {
  background-color: rgb(73 71 78 / 0.3) !important;
}

.bg-brand-brownDark\/35 {
  background-color: rgb(73 71 78 / 0.35) !important;
}

.bg-brand-brownDark\/40 {
  background-color: rgb(73 71 78 / 0.4) !important;
}

.bg-brand-brownDark\/45 {
  background-color: rgb(73 71 78 / 0.45) !important;
}

.bg-brand-brownDark\/5 {
  background-color: rgb(73 71 78 / 0.05) !important;
}

.bg-brand-brownDark\/50 {
  background-color: rgb(73 71 78 / 0.5) !important;
}

.bg-brand-brownDark\/55 {
  background-color: rgb(73 71 78 / 0.55) !important;
}

.bg-brand-brownDark\/60 {
  background-color: rgb(73 71 78 / 0.6) !important;
}

.bg-brand-brownDark\/65 {
  background-color: rgb(73 71 78 / 0.65) !important;
}

.bg-brand-brownDark\/70 {
  background-color: rgb(73 71 78 / 0.7) !important;
}

.bg-brand-brownDark\/75 {
  background-color: rgb(73 71 78 / 0.75) !important;
}

.bg-brand-brownDark\/80 {
  background-color: rgb(73 71 78 / 0.8) !important;
}

.bg-brand-brownDark\/85 {
  background-color: rgb(73 71 78 / 0.85) !important;
}

.bg-brand-brownDark\/90 {
  background-color: rgb(73 71 78 / 0.9) !important;
}

.bg-brand-brownDark\/95 {
  background-color: rgb(73 71 78 / 0.95) !important;
}

.bg-brand-brownDarker {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brownDarker\/0 {
  background-color: rgb(36 34 42 / 0) !important;
}

.bg-brand-brownDarker\/10 {
  background-color: rgb(36 34 42 / 0.1) !important;
}

.bg-brand-brownDarker\/100 {
  background-color: rgb(36 34 42 / 1) !important;
}

.bg-brand-brownDarker\/15 {
  background-color: rgb(36 34 42 / 0.15) !important;
}

.bg-brand-brownDarker\/20 {
  background-color: rgb(36 34 42 / 0.2) !important;
}

.bg-brand-brownDarker\/25 {
  background-color: rgb(36 34 42 / 0.25) !important;
}

.bg-brand-brownDarker\/30 {
  background-color: rgb(36 34 42 / 0.3) !important;
}

.bg-brand-brownDarker\/35 {
  background-color: rgb(36 34 42 / 0.35) !important;
}

.bg-brand-brownDarker\/40 {
  background-color: rgb(36 34 42 / 0.4) !important;
}

.bg-brand-brownDarker\/45 {
  background-color: rgb(36 34 42 / 0.45) !important;
}

.bg-brand-brownDarker\/5 {
  background-color: rgb(36 34 42 / 0.05) !important;
}

.bg-brand-brownDarker\/50 {
  background-color: rgb(36 34 42 / 0.5) !important;
}

.bg-brand-brownDarker\/55 {
  background-color: rgb(36 34 42 / 0.55) !important;
}

.bg-brand-brownDarker\/60 {
  background-color: rgb(36 34 42 / 0.6) !important;
}

.bg-brand-brownDarker\/65 {
  background-color: rgb(36 34 42 / 0.65) !important;
}

.bg-brand-brownDarker\/70 {
  background-color: rgb(36 34 42 / 0.7) !important;
}

.bg-brand-brownDarker\/75 {
  background-color: rgb(36 34 42 / 0.75) !important;
}

.bg-brand-brownDarker\/80 {
  background-color: rgb(36 34 42 / 0.8) !important;
}

.bg-brand-brownDarker\/85 {
  background-color: rgb(36 34 42 / 0.85) !important;
}

.bg-brand-brownDarker\/90 {
  background-color: rgb(36 34 42 / 0.9) !important;
}

.bg-brand-brownDarker\/95 {
  background-color: rgb(36 34 42 / 0.95) !important;
}

.bg-brand-brownDarkest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brownDarkest\/0 {
  background-color: rgb(13 14 24 / 0) !important;
}

.bg-brand-brownDarkest\/10 {
  background-color: rgb(13 14 24 / 0.1) !important;
}

.bg-brand-brownDarkest\/100 {
  background-color: rgb(13 14 24 / 1) !important;
}

.bg-brand-brownDarkest\/15 {
  background-color: rgb(13 14 24 / 0.15) !important;
}

.bg-brand-brownDarkest\/20 {
  background-color: rgb(13 14 24 / 0.2) !important;
}

.bg-brand-brownDarkest\/25 {
  background-color: rgb(13 14 24 / 0.25) !important;
}

.bg-brand-brownDarkest\/30 {
  background-color: rgb(13 14 24 / 0.3) !important;
}

.bg-brand-brownDarkest\/35 {
  background-color: rgb(13 14 24 / 0.35) !important;
}

.bg-brand-brownDarkest\/40 {
  background-color: rgb(13 14 24 / 0.4) !important;
}

.bg-brand-brownDarkest\/45 {
  background-color: rgb(13 14 24 / 0.45) !important;
}

.bg-brand-brownDarkest\/5 {
  background-color: rgb(13 14 24 / 0.05) !important;
}

.bg-brand-brownDarkest\/50 {
  background-color: rgb(13 14 24 / 0.5) !important;
}

.bg-brand-brownDarkest\/55 {
  background-color: rgb(13 14 24 / 0.55) !important;
}

.bg-brand-brownDarkest\/60 {
  background-color: rgb(13 14 24 / 0.6) !important;
}

.bg-brand-brownDarkest\/65 {
  background-color: rgb(13 14 24 / 0.65) !important;
}

.bg-brand-brownDarkest\/70 {
  background-color: rgb(13 14 24 / 0.7) !important;
}

.bg-brand-brownDarkest\/75 {
  background-color: rgb(13 14 24 / 0.75) !important;
}

.bg-brand-brownDarkest\/80 {
  background-color: rgb(13 14 24 / 0.8) !important;
}

.bg-brand-brownDarkest\/85 {
  background-color: rgb(13 14 24 / 0.85) !important;
}

.bg-brand-brownDarkest\/90 {
  background-color: rgb(13 14 24 / 0.9) !important;
}

.bg-brand-brownDarkest\/95 {
  background-color: rgb(13 14 24 / 0.95) !important;
}

.bg-brand-brownLighest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brownLighest\/0 {
  background-color: rgb(252 248 248 / 0) !important;
}

.bg-brand-brownLighest\/10 {
  background-color: rgb(252 248 248 / 0.1) !important;
}

.bg-brand-brownLighest\/100 {
  background-color: rgb(252 248 248 / 1) !important;
}

.bg-brand-brownLighest\/15 {
  background-color: rgb(252 248 248 / 0.15) !important;
}

.bg-brand-brownLighest\/20 {
  background-color: rgb(252 248 248 / 0.2) !important;
}

.bg-brand-brownLighest\/25 {
  background-color: rgb(252 248 248 / 0.25) !important;
}

.bg-brand-brownLighest\/30 {
  background-color: rgb(252 248 248 / 0.3) !important;
}

.bg-brand-brownLighest\/35 {
  background-color: rgb(252 248 248 / 0.35) !important;
}

.bg-brand-brownLighest\/40 {
  background-color: rgb(252 248 248 / 0.4) !important;
}

.bg-brand-brownLighest\/45 {
  background-color: rgb(252 248 248 / 0.45) !important;
}

.bg-brand-brownLighest\/5 {
  background-color: rgb(252 248 248 / 0.05) !important;
}

.bg-brand-brownLighest\/50 {
  background-color: rgb(252 248 248 / 0.5) !important;
}

.bg-brand-brownLighest\/55 {
  background-color: rgb(252 248 248 / 0.55) !important;
}

.bg-brand-brownLighest\/60 {
  background-color: rgb(252 248 248 / 0.6) !important;
}

.bg-brand-brownLighest\/65 {
  background-color: rgb(252 248 248 / 0.65) !important;
}

.bg-brand-brownLighest\/70 {
  background-color: rgb(252 248 248 / 0.7) !important;
}

.bg-brand-brownLighest\/75 {
  background-color: rgb(252 248 248 / 0.75) !important;
}

.bg-brand-brownLighest\/80 {
  background-color: rgb(252 248 248 / 0.8) !important;
}

.bg-brand-brownLighest\/85 {
  background-color: rgb(252 248 248 / 0.85) !important;
}

.bg-brand-brownLighest\/90 {
  background-color: rgb(252 248 248 / 0.9) !important;
}

.bg-brand-brownLighest\/95 {
  background-color: rgb(252 248 248 / 0.95) !important;
}

.bg-brand-brownLight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-brownLight\/0 {
  background-color: rgb(214 204 205 / 0) !important;
}

.bg-brand-brownLight\/10 {
  background-color: rgb(214 204 205 / 0.1) !important;
}

.bg-brand-brownLight\/100 {
  background-color: rgb(214 204 205 / 1) !important;
}

.bg-brand-brownLight\/15 {
  background-color: rgb(214 204 205 / 0.15) !important;
}

.bg-brand-brownLight\/20 {
  background-color: rgb(214 204 205 / 0.2) !important;
}

.bg-brand-brownLight\/25 {
  background-color: rgb(214 204 205 / 0.25) !important;
}

.bg-brand-brownLight\/30 {
  background-color: rgb(214 204 205 / 0.3) !important;
}

.bg-brand-brownLight\/35 {
  background-color: rgb(214 204 205 / 0.35) !important;
}

.bg-brand-brownLight\/40 {
  background-color: rgb(214 204 205 / 0.4) !important;
}

.bg-brand-brownLight\/45 {
  background-color: rgb(214 204 205 / 0.45) !important;
}

.bg-brand-brownLight\/5 {
  background-color: rgb(214 204 205 / 0.05) !important;
}

.bg-brand-brownLight\/50 {
  background-color: rgb(214 204 205 / 0.5) !important;
}

.bg-brand-brownLight\/55 {
  background-color: rgb(214 204 205 / 0.55) !important;
}

.bg-brand-brownLight\/60 {
  background-color: rgb(214 204 205 / 0.6) !important;
}

.bg-brand-brownLight\/65 {
  background-color: rgb(214 204 205 / 0.65) !important;
}

.bg-brand-brownLight\/70 {
  background-color: rgb(214 204 205 / 0.7) !important;
}

.bg-brand-brownLight\/75 {
  background-color: rgb(214 204 205 / 0.75) !important;
}

.bg-brand-brownLight\/80 {
  background-color: rgb(214 204 205 / 0.8) !important;
}

.bg-brand-brownLight\/85 {
  background-color: rgb(214 204 205 / 0.85) !important;
}

.bg-brand-brownLight\/90 {
  background-color: rgb(214 204 205 / 0.9) !important;
}

.bg-brand-brownLight\/95 {
  background-color: rgb(214 204 205 / 0.95) !important;
}

.bg-brand-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-grey\/0 {
  background-color: rgb(218 218 218 / 0) !important;
}

.bg-brand-grey\/10 {
  background-color: rgb(218 218 218 / 0.1) !important;
}

.bg-brand-grey\/100 {
  background-color: rgb(218 218 218 / 1) !important;
}

.bg-brand-grey\/15 {
  background-color: rgb(218 218 218 / 0.15) !important;
}

.bg-brand-grey\/20 {
  background-color: rgb(218 218 218 / 0.2) !important;
}

.bg-brand-grey\/25 {
  background-color: rgb(218 218 218 / 0.25) !important;
}

.bg-brand-grey\/30 {
  background-color: rgb(218 218 218 / 0.3) !important;
}

.bg-brand-grey\/35 {
  background-color: rgb(218 218 218 / 0.35) !important;
}

.bg-brand-grey\/40 {
  background-color: rgb(218 218 218 / 0.4) !important;
}

.bg-brand-grey\/45 {
  background-color: rgb(218 218 218 / 0.45) !important;
}

.bg-brand-grey\/5 {
  background-color: rgb(218 218 218 / 0.05) !important;
}

.bg-brand-grey\/50 {
  background-color: rgb(218 218 218 / 0.5) !important;
}

.bg-brand-grey\/55 {
  background-color: rgb(218 218 218 / 0.55) !important;
}

.bg-brand-grey\/60 {
  background-color: rgb(218 218 218 / 0.6) !important;
}

.bg-brand-grey\/65 {
  background-color: rgb(218 218 218 / 0.65) !important;
}

.bg-brand-grey\/70 {
  background-color: rgb(218 218 218 / 0.7) !important;
}

.bg-brand-grey\/75 {
  background-color: rgb(218 218 218 / 0.75) !important;
}

.bg-brand-grey\/80 {
  background-color: rgb(218 218 218 / 0.8) !important;
}

.bg-brand-grey\/85 {
  background-color: rgb(218 218 218 / 0.85) !important;
}

.bg-brand-grey\/90 {
  background-color: rgb(218 218 218 / 0.9) !important;
}

.bg-brand-grey\/95 {
  background-color: rgb(218 218 218 / 0.95) !important;
}

.bg-brand-greyDarkest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-greyDarkest\/0 {
  background-color: rgb(26 3 27 / 0) !important;
}

.bg-brand-greyDarkest\/10 {
  background-color: rgb(26 3 27 / 0.1) !important;
}

.bg-brand-greyDarkest\/100 {
  background-color: rgb(26 3 27 / 1) !important;
}

.bg-brand-greyDarkest\/15 {
  background-color: rgb(26 3 27 / 0.15) !important;
}

.bg-brand-greyDarkest\/20 {
  background-color: rgb(26 3 27 / 0.2) !important;
}

.bg-brand-greyDarkest\/25 {
  background-color: rgb(26 3 27 / 0.25) !important;
}

.bg-brand-greyDarkest\/30 {
  background-color: rgb(26 3 27 / 0.3) !important;
}

.bg-brand-greyDarkest\/35 {
  background-color: rgb(26 3 27 / 0.35) !important;
}

.bg-brand-greyDarkest\/40 {
  background-color: rgb(26 3 27 / 0.4) !important;
}

.bg-brand-greyDarkest\/45 {
  background-color: rgb(26 3 27 / 0.45) !important;
}

.bg-brand-greyDarkest\/5 {
  background-color: rgb(26 3 27 / 0.05) !important;
}

.bg-brand-greyDarkest\/50 {
  background-color: rgb(26 3 27 / 0.5) !important;
}

.bg-brand-greyDarkest\/55 {
  background-color: rgb(26 3 27 / 0.55) !important;
}

.bg-brand-greyDarkest\/60 {
  background-color: rgb(26 3 27 / 0.6) !important;
}

.bg-brand-greyDarkest\/65 {
  background-color: rgb(26 3 27 / 0.65) !important;
}

.bg-brand-greyDarkest\/70 {
  background-color: rgb(26 3 27 / 0.7) !important;
}

.bg-brand-greyDarkest\/75 {
  background-color: rgb(26 3 27 / 0.75) !important;
}

.bg-brand-greyDarkest\/80 {
  background-color: rgb(26 3 27 / 0.8) !important;
}

.bg-brand-greyDarkest\/85 {
  background-color: rgb(26 3 27 / 0.85) !important;
}

.bg-brand-greyDarkest\/90 {
  background-color: rgb(26 3 27 / 0.9) !important;
}

.bg-brand-greyDarkest\/95 {
  background-color: rgb(26 3 27 / 0.95) !important;
}

.bg-brand-greyLight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-greyLight\/0 {
  background-color: rgb(249 248 254 / 0) !important;
}

.bg-brand-greyLight\/10 {
  background-color: rgb(249 248 254 / 0.1) !important;
}

.bg-brand-greyLight\/100 {
  background-color: rgb(249 248 254 / 1) !important;
}

.bg-brand-greyLight\/15 {
  background-color: rgb(249 248 254 / 0.15) !important;
}

.bg-brand-greyLight\/20 {
  background-color: rgb(249 248 254 / 0.2) !important;
}

.bg-brand-greyLight\/25 {
  background-color: rgb(249 248 254 / 0.25) !important;
}

.bg-brand-greyLight\/30 {
  background-color: rgb(249 248 254 / 0.3) !important;
}

.bg-brand-greyLight\/35 {
  background-color: rgb(249 248 254 / 0.35) !important;
}

.bg-brand-greyLight\/40 {
  background-color: rgb(249 248 254 / 0.4) !important;
}

.bg-brand-greyLight\/45 {
  background-color: rgb(249 248 254 / 0.45) !important;
}

.bg-brand-greyLight\/5 {
  background-color: rgb(249 248 254 / 0.05) !important;
}

.bg-brand-greyLight\/50 {
  background-color: rgb(249 248 254 / 0.5) !important;
}

.bg-brand-greyLight\/55 {
  background-color: rgb(249 248 254 / 0.55) !important;
}

.bg-brand-greyLight\/60 {
  background-color: rgb(249 248 254 / 0.6) !important;
}

.bg-brand-greyLight\/65 {
  background-color: rgb(249 248 254 / 0.65) !important;
}

.bg-brand-greyLight\/70 {
  background-color: rgb(249 248 254 / 0.7) !important;
}

.bg-brand-greyLight\/75 {
  background-color: rgb(249 248 254 / 0.75) !important;
}

.bg-brand-greyLight\/80 {
  background-color: rgb(249 248 254 / 0.8) !important;
}

.bg-brand-greyLight\/85 {
  background-color: rgb(249 248 254 / 0.85) !important;
}

.bg-brand-greyLight\/90 {
  background-color: rgb(249 248 254 / 0.9) !important;
}

.bg-brand-greyLight\/95 {
  background-color: rgb(249 248 254 / 0.95) !important;
}

.bg-brand-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-red\/0 {
  background-color: rgb(223 45 59 / 0) !important;
}

.bg-brand-red\/10 {
  background-color: rgb(223 45 59 / 0.1) !important;
}

.bg-brand-red\/100 {
  background-color: rgb(223 45 59 / 1) !important;
}

.bg-brand-red\/15 {
  background-color: rgb(223 45 59 / 0.15) !important;
}

.bg-brand-red\/20 {
  background-color: rgb(223 45 59 / 0.2) !important;
}

.bg-brand-red\/25 {
  background-color: rgb(223 45 59 / 0.25) !important;
}

.bg-brand-red\/30 {
  background-color: rgb(223 45 59 / 0.3) !important;
}

.bg-brand-red\/35 {
  background-color: rgb(223 45 59 / 0.35) !important;
}

.bg-brand-red\/40 {
  background-color: rgb(223 45 59 / 0.4) !important;
}

.bg-brand-red\/45 {
  background-color: rgb(223 45 59 / 0.45) !important;
}

.bg-brand-red\/5 {
  background-color: rgb(223 45 59 / 0.05) !important;
}

.bg-brand-red\/50 {
  background-color: rgb(223 45 59 / 0.5) !important;
}

.bg-brand-red\/55 {
  background-color: rgb(223 45 59 / 0.55) !important;
}

.bg-brand-red\/60 {
  background-color: rgb(223 45 59 / 0.6) !important;
}

.bg-brand-red\/65 {
  background-color: rgb(223 45 59 / 0.65) !important;
}

.bg-brand-red\/70 {
  background-color: rgb(223 45 59 / 0.7) !important;
}

.bg-brand-red\/75 {
  background-color: rgb(223 45 59 / 0.75) !important;
}

.bg-brand-red\/80 {
  background-color: rgb(223 45 59 / 0.8) !important;
}

.bg-brand-red\/85 {
  background-color: rgb(223 45 59 / 0.85) !important;
}

.bg-brand-red\/90 {
  background-color: rgb(223 45 59 / 0.9) !important;
}

.bg-brand-red\/95 {
  background-color: rgb(223 45 59 / 0.95) !important;
}

.bg-brand-redDark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-redDark\/0 {
  background-color: rgb(190 22 35 / 0) !important;
}

.bg-brand-redDark\/10 {
  background-color: rgb(190 22 35 / 0.1) !important;
}

.bg-brand-redDark\/100 {
  background-color: rgb(190 22 35 / 1) !important;
}

.bg-brand-redDark\/15 {
  background-color: rgb(190 22 35 / 0.15) !important;
}

.bg-brand-redDark\/20 {
  background-color: rgb(190 22 35 / 0.2) !important;
}

.bg-brand-redDark\/25 {
  background-color: rgb(190 22 35 / 0.25) !important;
}

.bg-brand-redDark\/30 {
  background-color: rgb(190 22 35 / 0.3) !important;
}

.bg-brand-redDark\/35 {
  background-color: rgb(190 22 35 / 0.35) !important;
}

.bg-brand-redDark\/40 {
  background-color: rgb(190 22 35 / 0.4) !important;
}

.bg-brand-redDark\/45 {
  background-color: rgb(190 22 35 / 0.45) !important;
}

.bg-brand-redDark\/5 {
  background-color: rgb(190 22 35 / 0.05) !important;
}

.bg-brand-redDark\/50 {
  background-color: rgb(190 22 35 / 0.5) !important;
}

.bg-brand-redDark\/55 {
  background-color: rgb(190 22 35 / 0.55) !important;
}

.bg-brand-redDark\/60 {
  background-color: rgb(190 22 35 / 0.6) !important;
}

.bg-brand-redDark\/65 {
  background-color: rgb(190 22 35 / 0.65) !important;
}

.bg-brand-redDark\/70 {
  background-color: rgb(190 22 35 / 0.7) !important;
}

.bg-brand-redDark\/75 {
  background-color: rgb(190 22 35 / 0.75) !important;
}

.bg-brand-redDark\/80 {
  background-color: rgb(190 22 35 / 0.8) !important;
}

.bg-brand-redDark\/85 {
  background-color: rgb(190 22 35 / 0.85) !important;
}

.bg-brand-redDark\/90 {
  background-color: rgb(190 22 35 / 0.9) !important;
}

.bg-brand-redDark\/95 {
  background-color: rgb(190 22 35 / 0.95) !important;
}

.bg-brand-systemGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-systemGreen\/0 {
  background-color: rgb(30 214 93 / 0) !important;
}

.bg-brand-systemGreen\/10 {
  background-color: rgb(30 214 93 / 0.1) !important;
}

.bg-brand-systemGreen\/100 {
  background-color: rgb(30 214 93 / 1) !important;
}

.bg-brand-systemGreen\/15 {
  background-color: rgb(30 214 93 / 0.15) !important;
}

.bg-brand-systemGreen\/20 {
  background-color: rgb(30 214 93 / 0.2) !important;
}

.bg-brand-systemGreen\/25 {
  background-color: rgb(30 214 93 / 0.25) !important;
}

.bg-brand-systemGreen\/30 {
  background-color: rgb(30 214 93 / 0.3) !important;
}

.bg-brand-systemGreen\/35 {
  background-color: rgb(30 214 93 / 0.35) !important;
}

.bg-brand-systemGreen\/40 {
  background-color: rgb(30 214 93 / 0.4) !important;
}

.bg-brand-systemGreen\/45 {
  background-color: rgb(30 214 93 / 0.45) !important;
}

.bg-brand-systemGreen\/5 {
  background-color: rgb(30 214 93 / 0.05) !important;
}

.bg-brand-systemGreen\/50 {
  background-color: rgb(30 214 93 / 0.5) !important;
}

.bg-brand-systemGreen\/55 {
  background-color: rgb(30 214 93 / 0.55) !important;
}

.bg-brand-systemGreen\/60 {
  background-color: rgb(30 214 93 / 0.6) !important;
}

.bg-brand-systemGreen\/65 {
  background-color: rgb(30 214 93 / 0.65) !important;
}

.bg-brand-systemGreen\/70 {
  background-color: rgb(30 214 93 / 0.7) !important;
}

.bg-brand-systemGreen\/75 {
  background-color: rgb(30 214 93 / 0.75) !important;
}

.bg-brand-systemGreen\/80 {
  background-color: rgb(30 214 93 / 0.8) !important;
}

.bg-brand-systemGreen\/85 {
  background-color: rgb(30 214 93 / 0.85) !important;
}

.bg-brand-systemGreen\/90 {
  background-color: rgb(30 214 93 / 0.9) !important;
}

.bg-brand-systemGreen\/95 {
  background-color: rgb(30 214 93 / 0.95) !important;
}

.bg-brand-systemOrange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-systemOrange\/0 {
  background-color: rgb(216 125 19 / 0) !important;
}

.bg-brand-systemOrange\/10 {
  background-color: rgb(216 125 19 / 0.1) !important;
}

.bg-brand-systemOrange\/100 {
  background-color: rgb(216 125 19 / 1) !important;
}

.bg-brand-systemOrange\/15 {
  background-color: rgb(216 125 19 / 0.15) !important;
}

.bg-brand-systemOrange\/20 {
  background-color: rgb(216 125 19 / 0.2) !important;
}

.bg-brand-systemOrange\/25 {
  background-color: rgb(216 125 19 / 0.25) !important;
}

.bg-brand-systemOrange\/30 {
  background-color: rgb(216 125 19 / 0.3) !important;
}

.bg-brand-systemOrange\/35 {
  background-color: rgb(216 125 19 / 0.35) !important;
}

.bg-brand-systemOrange\/40 {
  background-color: rgb(216 125 19 / 0.4) !important;
}

.bg-brand-systemOrange\/45 {
  background-color: rgb(216 125 19 / 0.45) !important;
}

.bg-brand-systemOrange\/5 {
  background-color: rgb(216 125 19 / 0.05) !important;
}

.bg-brand-systemOrange\/50 {
  background-color: rgb(216 125 19 / 0.5) !important;
}

.bg-brand-systemOrange\/55 {
  background-color: rgb(216 125 19 / 0.55) !important;
}

.bg-brand-systemOrange\/60 {
  background-color: rgb(216 125 19 / 0.6) !important;
}

.bg-brand-systemOrange\/65 {
  background-color: rgb(216 125 19 / 0.65) !important;
}

.bg-brand-systemOrange\/70 {
  background-color: rgb(216 125 19 / 0.7) !important;
}

.bg-brand-systemOrange\/75 {
  background-color: rgb(216 125 19 / 0.75) !important;
}

.bg-brand-systemOrange\/80 {
  background-color: rgb(216 125 19 / 0.8) !important;
}

.bg-brand-systemOrange\/85 {
  background-color: rgb(216 125 19 / 0.85) !important;
}

.bg-brand-systemOrange\/90 {
  background-color: rgb(216 125 19 / 0.9) !important;
}

.bg-brand-systemOrange\/95 {
  background-color: rgb(216 125 19 / 0.95) !important;
}

.bg-brand-systemRed {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-systemRed\/0 {
  background-color: rgb(227 45 59 / 0) !important;
}

.bg-brand-systemRed\/10 {
  background-color: rgb(227 45 59 / 0.1) !important;
}

.bg-brand-systemRed\/100 {
  background-color: rgb(227 45 59 / 1) !important;
}

.bg-brand-systemRed\/15 {
  background-color: rgb(227 45 59 / 0.15) !important;
}

.bg-brand-systemRed\/20 {
  background-color: rgb(227 45 59 / 0.2) !important;
}

.bg-brand-systemRed\/25 {
  background-color: rgb(227 45 59 / 0.25) !important;
}

.bg-brand-systemRed\/30 {
  background-color: rgb(227 45 59 / 0.3) !important;
}

.bg-brand-systemRed\/35 {
  background-color: rgb(227 45 59 / 0.35) !important;
}

.bg-brand-systemRed\/40 {
  background-color: rgb(227 45 59 / 0.4) !important;
}

.bg-brand-systemRed\/45 {
  background-color: rgb(227 45 59 / 0.45) !important;
}

.bg-brand-systemRed\/5 {
  background-color: rgb(227 45 59 / 0.05) !important;
}

.bg-brand-systemRed\/50 {
  background-color: rgb(227 45 59 / 0.5) !important;
}

.bg-brand-systemRed\/55 {
  background-color: rgb(227 45 59 / 0.55) !important;
}

.bg-brand-systemRed\/60 {
  background-color: rgb(227 45 59 / 0.6) !important;
}

.bg-brand-systemRed\/65 {
  background-color: rgb(227 45 59 / 0.65) !important;
}

.bg-brand-systemRed\/70 {
  background-color: rgb(227 45 59 / 0.7) !important;
}

.bg-brand-systemRed\/75 {
  background-color: rgb(227 45 59 / 0.75) !important;
}

.bg-brand-systemRed\/80 {
  background-color: rgb(227 45 59 / 0.8) !important;
}

.bg-brand-systemRed\/85 {
  background-color: rgb(227 45 59 / 0.85) !important;
}

.bg-brand-systemRed\/90 {
  background-color: rgb(227 45 59 / 0.9) !important;
}

.bg-brand-systemRed\/95 {
  background-color: rgb(227 45 59 / 0.95) !important;
}

.bg-brand-systemYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-systemYellow\/0 {
  background-color: rgb(227 203 15 / 0) !important;
}

.bg-brand-systemYellow\/10 {
  background-color: rgb(227 203 15 / 0.1) !important;
}

.bg-brand-systemYellow\/100 {
  background-color: rgb(227 203 15 / 1) !important;
}

.bg-brand-systemYellow\/15 {
  background-color: rgb(227 203 15 / 0.15) !important;
}

.bg-brand-systemYellow\/20 {
  background-color: rgb(227 203 15 / 0.2) !important;
}

.bg-brand-systemYellow\/25 {
  background-color: rgb(227 203 15 / 0.25) !important;
}

.bg-brand-systemYellow\/30 {
  background-color: rgb(227 203 15 / 0.3) !important;
}

.bg-brand-systemYellow\/35 {
  background-color: rgb(227 203 15 / 0.35) !important;
}

.bg-brand-systemYellow\/40 {
  background-color: rgb(227 203 15 / 0.4) !important;
}

.bg-brand-systemYellow\/45 {
  background-color: rgb(227 203 15 / 0.45) !important;
}

.bg-brand-systemYellow\/5 {
  background-color: rgb(227 203 15 / 0.05) !important;
}

.bg-brand-systemYellow\/50 {
  background-color: rgb(227 203 15 / 0.5) !important;
}

.bg-brand-systemYellow\/55 {
  background-color: rgb(227 203 15 / 0.55) !important;
}

.bg-brand-systemYellow\/60 {
  background-color: rgb(227 203 15 / 0.6) !important;
}

.bg-brand-systemYellow\/65 {
  background-color: rgb(227 203 15 / 0.65) !important;
}

.bg-brand-systemYellow\/70 {
  background-color: rgb(227 203 15 / 0.7) !important;
}

.bg-brand-systemYellow\/75 {
  background-color: rgb(227 203 15 / 0.75) !important;
}

.bg-brand-systemYellow\/80 {
  background-color: rgb(227 203 15 / 0.8) !important;
}

.bg-brand-systemYellow\/85 {
  background-color: rgb(227 203 15 / 0.85) !important;
}

.bg-brand-systemYellow\/90 {
  background-color: rgb(227 203 15 / 0.9) !important;
}

.bg-brand-systemYellow\/95 {
  background-color: rgb(227 203 15 / 0.95) !important;
}

.bg-brand-text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-text\/0 {
  background-color: rgb(18 2 28 / 0) !important;
}

.bg-brand-text\/10 {
  background-color: rgb(18 2 28 / 0.1) !important;
}

.bg-brand-text\/100 {
  background-color: rgb(18 2 28 / 1) !important;
}

.bg-brand-text\/15 {
  background-color: rgb(18 2 28 / 0.15) !important;
}

.bg-brand-text\/20 {
  background-color: rgb(18 2 28 / 0.2) !important;
}

.bg-brand-text\/25 {
  background-color: rgb(18 2 28 / 0.25) !important;
}

.bg-brand-text\/30 {
  background-color: rgb(18 2 28 / 0.3) !important;
}

.bg-brand-text\/35 {
  background-color: rgb(18 2 28 / 0.35) !important;
}

.bg-brand-text\/40 {
  background-color: rgb(18 2 28 / 0.4) !important;
}

.bg-brand-text\/45 {
  background-color: rgb(18 2 28 / 0.45) !important;
}

.bg-brand-text\/5 {
  background-color: rgb(18 2 28 / 0.05) !important;
}

.bg-brand-text\/50 {
  background-color: rgb(18 2 28 / 0.5) !important;
}

.bg-brand-text\/55 {
  background-color: rgb(18 2 28 / 0.55) !important;
}

.bg-brand-text\/60 {
  background-color: rgb(18 2 28 / 0.6) !important;
}

.bg-brand-text\/65 {
  background-color: rgb(18 2 28 / 0.65) !important;
}

.bg-brand-text\/70 {
  background-color: rgb(18 2 28 / 0.7) !important;
}

.bg-brand-text\/75 {
  background-color: rgb(18 2 28 / 0.75) !important;
}

.bg-brand-text\/80 {
  background-color: rgb(18 2 28 / 0.8) !important;
}

.bg-brand-text\/85 {
  background-color: rgb(18 2 28 / 0.85) !important;
}

.bg-brand-text\/90 {
  background-color: rgb(18 2 28 / 0.9) !important;
}

.bg-brand-text\/95 {
  background-color: rgb(18 2 28 / 0.95) !important;
}

.bg-brand-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}

.bg-brand-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.bg-brand-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.bg-brand-white\/15 {
  background-color: rgb(255 255 255 / 0.15) !important;
}

.bg-brand-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.bg-brand-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.bg-brand-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.bg-brand-white\/35 {
  background-color: rgb(255 255 255 / 0.35) !important;
}

.bg-brand-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.bg-brand-white\/45 {
  background-color: rgb(255 255 255 / 0.45) !important;
}

.bg-brand-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.bg-brand-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.bg-brand-white\/55 {
  background-color: rgb(255 255 255 / 0.55) !important;
}

.bg-brand-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.bg-brand-white\/65 {
  background-color: rgb(255 255 255 / 0.65) !important;
}

.bg-brand-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.bg-brand-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.bg-brand-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.bg-brand-white\/85 {
  background-color: rgb(255 255 255 / 0.85) !important;
}

.bg-brand-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.bg-brand-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

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

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-gradient-grey {
  background-image: linear-gradient(to bottom, #000102, #545555) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-0\.5 {
  padding: 0.125rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-100 {
  padding: 25rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-2\.5 {
  padding: 0.625rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-3\.5 {
  padding: 0.875rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.p-px {
  padding: 1px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-100 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

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

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.px-30 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-100 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-100 {
  padding-bottom: 25rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-60 {
  padding-bottom: 15rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-1\.5 {
  padding-left: 0.375rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-100 {
  padding-left: 25rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-2\.5 {
  padding-left: 0.625rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-3\.5 {
  padding-left: 0.875rem !important;
}

.pl-30 {
  padding-left: 7.5rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-52 {
  padding-left: 13rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-60 {
  padding-left: 15rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pl-72 {
  padding-left: 18rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-80 {
  padding-left: 20rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pl-96 {
  padding-left: 24rem !important;
}

.pl-px {
  padding-left: 1px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-0\.5 {
  padding-right: 0.125rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-1\.5 {
  padding-right: 0.375rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-100 {
  padding-right: 25rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-2\.5 {
  padding-right: 0.625rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-3\.5 {
  padding-right: 0.875rem !important;
}

.pr-30 {
  padding-right: 7.5rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-52 {
  padding-right: 13rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-60 {
  padding-right: 15rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pr-72 {
  padding-right: 18rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-80 {
  padding-right: 20rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pr-96 {
  padding-right: 24rem !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-0\.5 {
  padding-top: 0.125rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-1\.5 {
  padding-top: 0.375rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-100 {
  padding-top: 25rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-2\.5 {
  padding-top: 0.625rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-60 {
  padding-top: 15rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.font-inter {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.font-sans {
  font-family: DM Sans, ui-sans-serif, system-ui, sans-serif !important;
}

.font-serif {
  font-family: DM Serif Display, ui-serif, Georgia, serif !important;
}

.text-6xl {
  font-size: 60px !important;
  line-height: 1.1 !important;
}

.text-body {
  font-size: 16px !important;
  line-height: 22px !important;
}

.text-body-mobile {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-caption-mobile {
  font-size: 13px !important;
  line-height: 18px !important;
}

.text-h1-mobile {
  font-size: 72px !important;
  line-height: 72px !important;
}

.text-h2-mobile {
  font-size: 48px !important;
  line-height: 48px !important;
}

.text-h3-mobile {
  font-size: 36px !important;
  line-height: 44px !important;
}

.text-h4-mobile {
  font-size: 32px !important;
  line-height: 40px !important;
}

.text-h5-mobile {
  font-size: 24px !important;
  line-height: 28px !important;
}

.text-lg {
  font-size: 20px !important;
}

.text-sm {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.text-subtitle-1-mobile {
  font-size: 20px !important;
  line-height: 24px !important;
}

.text-subtitle-2-mobile {
  font-size: 20px !important;
  line-height: 24px !important;
}

.text-subtitle-3-mobile {
  font-size: 18px !important;
  line-height: 24px !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.italic {
  font-style: italic !important;
}

.text-brand-brown {
  --tw-text-opacity: 1 !important;
  color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brown\/0 {
  color: rgb(133 114 114 / 0) !important;
}

.text-brand-brown\/10 {
  color: rgb(133 114 114 / 0.1) !important;
}

.text-brand-brown\/100 {
  color: rgb(133 114 114 / 1) !important;
}

.text-brand-brown\/15 {
  color: rgb(133 114 114 / 0.15) !important;
}

.text-brand-brown\/20 {
  color: rgb(133 114 114 / 0.2) !important;
}

.text-brand-brown\/25 {
  color: rgb(133 114 114 / 0.25) !important;
}

.text-brand-brown\/30 {
  color: rgb(133 114 114 / 0.3) !important;
}

.text-brand-brown\/35 {
  color: rgb(133 114 114 / 0.35) !important;
}

.text-brand-brown\/40 {
  color: rgb(133 114 114 / 0.4) !important;
}

.text-brand-brown\/45 {
  color: rgb(133 114 114 / 0.45) !important;
}

.text-brand-brown\/5 {
  color: rgb(133 114 114 / 0.05) !important;
}

.text-brand-brown\/50 {
  color: rgb(133 114 114 / 0.5) !important;
}

.text-brand-brown\/55 {
  color: rgb(133 114 114 / 0.55) !important;
}

.text-brand-brown\/60 {
  color: rgb(133 114 114 / 0.6) !important;
}

.text-brand-brown\/65 {
  color: rgb(133 114 114 / 0.65) !important;
}

.text-brand-brown\/70 {
  color: rgb(133 114 114 / 0.7) !important;
}

.text-brand-brown\/75 {
  color: rgb(133 114 114 / 0.75) !important;
}

.text-brand-brown\/80 {
  color: rgb(133 114 114 / 0.8) !important;
}

.text-brand-brown\/85 {
  color: rgb(133 114 114 / 0.85) !important;
}

.text-brand-brown\/90 {
  color: rgb(133 114 114 / 0.9) !important;
}

.text-brand-brown\/95 {
  color: rgb(133 114 114 / 0.95) !important;
}

.text-brand-brownDark {
  --tw-text-opacity: 1 !important;
  color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brownDark\/0 {
  color: rgb(73 71 78 / 0) !important;
}

.text-brand-brownDark\/10 {
  color: rgb(73 71 78 / 0.1) !important;
}

.text-brand-brownDark\/100 {
  color: rgb(73 71 78 / 1) !important;
}

.text-brand-brownDark\/15 {
  color: rgb(73 71 78 / 0.15) !important;
}

.text-brand-brownDark\/20 {
  color: rgb(73 71 78 / 0.2) !important;
}

.text-brand-brownDark\/25 {
  color: rgb(73 71 78 / 0.25) !important;
}

.text-brand-brownDark\/30 {
  color: rgb(73 71 78 / 0.3) !important;
}

.text-brand-brownDark\/35 {
  color: rgb(73 71 78 / 0.35) !important;
}

.text-brand-brownDark\/40 {
  color: rgb(73 71 78 / 0.4) !important;
}

.text-brand-brownDark\/45 {
  color: rgb(73 71 78 / 0.45) !important;
}

.text-brand-brownDark\/5 {
  color: rgb(73 71 78 / 0.05) !important;
}

.text-brand-brownDark\/50 {
  color: rgb(73 71 78 / 0.5) !important;
}

.text-brand-brownDark\/55 {
  color: rgb(73 71 78 / 0.55) !important;
}

.text-brand-brownDark\/60 {
  color: rgb(73 71 78 / 0.6) !important;
}

.text-brand-brownDark\/65 {
  color: rgb(73 71 78 / 0.65) !important;
}

.text-brand-brownDark\/70 {
  color: rgb(73 71 78 / 0.7) !important;
}

.text-brand-brownDark\/75 {
  color: rgb(73 71 78 / 0.75) !important;
}

.text-brand-brownDark\/80 {
  color: rgb(73 71 78 / 0.8) !important;
}

.text-brand-brownDark\/85 {
  color: rgb(73 71 78 / 0.85) !important;
}

.text-brand-brownDark\/90 {
  color: rgb(73 71 78 / 0.9) !important;
}

.text-brand-brownDark\/95 {
  color: rgb(73 71 78 / 0.95) !important;
}

.text-brand-brownDarker {
  --tw-text-opacity: 1 !important;
  color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brownDarker\/0 {
  color: rgb(36 34 42 / 0) !important;
}

.text-brand-brownDarker\/10 {
  color: rgb(36 34 42 / 0.1) !important;
}

.text-brand-brownDarker\/100 {
  color: rgb(36 34 42 / 1) !important;
}

.text-brand-brownDarker\/15 {
  color: rgb(36 34 42 / 0.15) !important;
}

.text-brand-brownDarker\/20 {
  color: rgb(36 34 42 / 0.2) !important;
}

.text-brand-brownDarker\/25 {
  color: rgb(36 34 42 / 0.25) !important;
}

.text-brand-brownDarker\/30 {
  color: rgb(36 34 42 / 0.3) !important;
}

.text-brand-brownDarker\/35 {
  color: rgb(36 34 42 / 0.35) !important;
}

.text-brand-brownDarker\/40 {
  color: rgb(36 34 42 / 0.4) !important;
}

.text-brand-brownDarker\/45 {
  color: rgb(36 34 42 / 0.45) !important;
}

.text-brand-brownDarker\/5 {
  color: rgb(36 34 42 / 0.05) !important;
}

.text-brand-brownDarker\/50 {
  color: rgb(36 34 42 / 0.5) !important;
}

.text-brand-brownDarker\/55 {
  color: rgb(36 34 42 / 0.55) !important;
}

.text-brand-brownDarker\/60 {
  color: rgb(36 34 42 / 0.6) !important;
}

.text-brand-brownDarker\/65 {
  color: rgb(36 34 42 / 0.65) !important;
}

.text-brand-brownDarker\/70 {
  color: rgb(36 34 42 / 0.7) !important;
}

.text-brand-brownDarker\/75 {
  color: rgb(36 34 42 / 0.75) !important;
}

.text-brand-brownDarker\/80 {
  color: rgb(36 34 42 / 0.8) !important;
}

.text-brand-brownDarker\/85 {
  color: rgb(36 34 42 / 0.85) !important;
}

.text-brand-brownDarker\/90 {
  color: rgb(36 34 42 / 0.9) !important;
}

.text-brand-brownDarker\/95 {
  color: rgb(36 34 42 / 0.95) !important;
}

.text-brand-brownDarkest {
  --tw-text-opacity: 1 !important;
  color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brownDarkest\/0 {
  color: rgb(13 14 24 / 0) !important;
}

.text-brand-brownDarkest\/10 {
  color: rgb(13 14 24 / 0.1) !important;
}

.text-brand-brownDarkest\/100 {
  color: rgb(13 14 24 / 1) !important;
}

.text-brand-brownDarkest\/15 {
  color: rgb(13 14 24 / 0.15) !important;
}

.text-brand-brownDarkest\/20 {
  color: rgb(13 14 24 / 0.2) !important;
}

.text-brand-brownDarkest\/25 {
  color: rgb(13 14 24 / 0.25) !important;
}

.text-brand-brownDarkest\/30 {
  color: rgb(13 14 24 / 0.3) !important;
}

.text-brand-brownDarkest\/35 {
  color: rgb(13 14 24 / 0.35) !important;
}

.text-brand-brownDarkest\/40 {
  color: rgb(13 14 24 / 0.4) !important;
}

.text-brand-brownDarkest\/45 {
  color: rgb(13 14 24 / 0.45) !important;
}

.text-brand-brownDarkest\/5 {
  color: rgb(13 14 24 / 0.05) !important;
}

.text-brand-brownDarkest\/50 {
  color: rgb(13 14 24 / 0.5) !important;
}

.text-brand-brownDarkest\/55 {
  color: rgb(13 14 24 / 0.55) !important;
}

.text-brand-brownDarkest\/60 {
  color: rgb(13 14 24 / 0.6) !important;
}

.text-brand-brownDarkest\/65 {
  color: rgb(13 14 24 / 0.65) !important;
}

.text-brand-brownDarkest\/70 {
  color: rgb(13 14 24 / 0.7) !important;
}

.text-brand-brownDarkest\/75 {
  color: rgb(13 14 24 / 0.75) !important;
}

.text-brand-brownDarkest\/80 {
  color: rgb(13 14 24 / 0.8) !important;
}

.text-brand-brownDarkest\/85 {
  color: rgb(13 14 24 / 0.85) !important;
}

.text-brand-brownDarkest\/90 {
  color: rgb(13 14 24 / 0.9) !important;
}

.text-brand-brownDarkest\/95 {
  color: rgb(13 14 24 / 0.95) !important;
}

.text-brand-brownLighest {
  --tw-text-opacity: 1 !important;
  color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brownLighest\/0 {
  color: rgb(252 248 248 / 0) !important;
}

.text-brand-brownLighest\/10 {
  color: rgb(252 248 248 / 0.1) !important;
}

.text-brand-brownLighest\/100 {
  color: rgb(252 248 248 / 1) !important;
}

.text-brand-brownLighest\/15 {
  color: rgb(252 248 248 / 0.15) !important;
}

.text-brand-brownLighest\/20 {
  color: rgb(252 248 248 / 0.2) !important;
}

.text-brand-brownLighest\/25 {
  color: rgb(252 248 248 / 0.25) !important;
}

.text-brand-brownLighest\/30 {
  color: rgb(252 248 248 / 0.3) !important;
}

.text-brand-brownLighest\/35 {
  color: rgb(252 248 248 / 0.35) !important;
}

.text-brand-brownLighest\/40 {
  color: rgb(252 248 248 / 0.4) !important;
}

.text-brand-brownLighest\/45 {
  color: rgb(252 248 248 / 0.45) !important;
}

.text-brand-brownLighest\/5 {
  color: rgb(252 248 248 / 0.05) !important;
}

.text-brand-brownLighest\/50 {
  color: rgb(252 248 248 / 0.5) !important;
}

.text-brand-brownLighest\/55 {
  color: rgb(252 248 248 / 0.55) !important;
}

.text-brand-brownLighest\/60 {
  color: rgb(252 248 248 / 0.6) !important;
}

.text-brand-brownLighest\/65 {
  color: rgb(252 248 248 / 0.65) !important;
}

.text-brand-brownLighest\/70 {
  color: rgb(252 248 248 / 0.7) !important;
}

.text-brand-brownLighest\/75 {
  color: rgb(252 248 248 / 0.75) !important;
}

.text-brand-brownLighest\/80 {
  color: rgb(252 248 248 / 0.8) !important;
}

.text-brand-brownLighest\/85 {
  color: rgb(252 248 248 / 0.85) !important;
}

.text-brand-brownLighest\/90 {
  color: rgb(252 248 248 / 0.9) !important;
}

.text-brand-brownLighest\/95 {
  color: rgb(252 248 248 / 0.95) !important;
}

.text-brand-brownLight {
  --tw-text-opacity: 1 !important;
  color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-brownLight\/0 {
  color: rgb(214 204 205 / 0) !important;
}

.text-brand-brownLight\/10 {
  color: rgb(214 204 205 / 0.1) !important;
}

.text-brand-brownLight\/100 {
  color: rgb(214 204 205 / 1) !important;
}

.text-brand-brownLight\/15 {
  color: rgb(214 204 205 / 0.15) !important;
}

.text-brand-brownLight\/20 {
  color: rgb(214 204 205 / 0.2) !important;
}

.text-brand-brownLight\/25 {
  color: rgb(214 204 205 / 0.25) !important;
}

.text-brand-brownLight\/30 {
  color: rgb(214 204 205 / 0.3) !important;
}

.text-brand-brownLight\/35 {
  color: rgb(214 204 205 / 0.35) !important;
}

.text-brand-brownLight\/40 {
  color: rgb(214 204 205 / 0.4) !important;
}

.text-brand-brownLight\/45 {
  color: rgb(214 204 205 / 0.45) !important;
}

.text-brand-brownLight\/5 {
  color: rgb(214 204 205 / 0.05) !important;
}

.text-brand-brownLight\/50 {
  color: rgb(214 204 205 / 0.5) !important;
}

.text-brand-brownLight\/55 {
  color: rgb(214 204 205 / 0.55) !important;
}

.text-brand-brownLight\/60 {
  color: rgb(214 204 205 / 0.6) !important;
}

.text-brand-brownLight\/65 {
  color: rgb(214 204 205 / 0.65) !important;
}

.text-brand-brownLight\/70 {
  color: rgb(214 204 205 / 0.7) !important;
}

.text-brand-brownLight\/75 {
  color: rgb(214 204 205 / 0.75) !important;
}

.text-brand-brownLight\/80 {
  color: rgb(214 204 205 / 0.8) !important;
}

.text-brand-brownLight\/85 {
  color: rgb(214 204 205 / 0.85) !important;
}

.text-brand-brownLight\/90 {
  color: rgb(214 204 205 / 0.9) !important;
}

.text-brand-brownLight\/95 {
  color: rgb(214 204 205 / 0.95) !important;
}

.text-brand-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-grey\/0 {
  color: rgb(218 218 218 / 0) !important;
}

.text-brand-grey\/10 {
  color: rgb(218 218 218 / 0.1) !important;
}

.text-brand-grey\/100 {
  color: rgb(218 218 218 / 1) !important;
}

.text-brand-grey\/15 {
  color: rgb(218 218 218 / 0.15) !important;
}

.text-brand-grey\/20 {
  color: rgb(218 218 218 / 0.2) !important;
}

.text-brand-grey\/25 {
  color: rgb(218 218 218 / 0.25) !important;
}

.text-brand-grey\/30 {
  color: rgb(218 218 218 / 0.3) !important;
}

.text-brand-grey\/35 {
  color: rgb(218 218 218 / 0.35) !important;
}

.text-brand-grey\/40 {
  color: rgb(218 218 218 / 0.4) !important;
}

.text-brand-grey\/45 {
  color: rgb(218 218 218 / 0.45) !important;
}

.text-brand-grey\/5 {
  color: rgb(218 218 218 / 0.05) !important;
}

.text-brand-grey\/50 {
  color: rgb(218 218 218 / 0.5) !important;
}

.text-brand-grey\/55 {
  color: rgb(218 218 218 / 0.55) !important;
}

.text-brand-grey\/60 {
  color: rgb(218 218 218 / 0.6) !important;
}

.text-brand-grey\/65 {
  color: rgb(218 218 218 / 0.65) !important;
}

.text-brand-grey\/70 {
  color: rgb(218 218 218 / 0.7) !important;
}

.text-brand-grey\/75 {
  color: rgb(218 218 218 / 0.75) !important;
}

.text-brand-grey\/80 {
  color: rgb(218 218 218 / 0.8) !important;
}

.text-brand-grey\/85 {
  color: rgb(218 218 218 / 0.85) !important;
}

.text-brand-grey\/90 {
  color: rgb(218 218 218 / 0.9) !important;
}

.text-brand-grey\/95 {
  color: rgb(218 218 218 / 0.95) !important;
}

.text-brand-greyDarkest {
  --tw-text-opacity: 1 !important;
  color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-greyDarkest\/0 {
  color: rgb(26 3 27 / 0) !important;
}

.text-brand-greyDarkest\/10 {
  color: rgb(26 3 27 / 0.1) !important;
}

.text-brand-greyDarkest\/100 {
  color: rgb(26 3 27 / 1) !important;
}

.text-brand-greyDarkest\/15 {
  color: rgb(26 3 27 / 0.15) !important;
}

.text-brand-greyDarkest\/20 {
  color: rgb(26 3 27 / 0.2) !important;
}

.text-brand-greyDarkest\/25 {
  color: rgb(26 3 27 / 0.25) !important;
}

.text-brand-greyDarkest\/30 {
  color: rgb(26 3 27 / 0.3) !important;
}

.text-brand-greyDarkest\/35 {
  color: rgb(26 3 27 / 0.35) !important;
}

.text-brand-greyDarkest\/40 {
  color: rgb(26 3 27 / 0.4) !important;
}

.text-brand-greyDarkest\/45 {
  color: rgb(26 3 27 / 0.45) !important;
}

.text-brand-greyDarkest\/5 {
  color: rgb(26 3 27 / 0.05) !important;
}

.text-brand-greyDarkest\/50 {
  color: rgb(26 3 27 / 0.5) !important;
}

.text-brand-greyDarkest\/55 {
  color: rgb(26 3 27 / 0.55) !important;
}

.text-brand-greyDarkest\/60 {
  color: rgb(26 3 27 / 0.6) !important;
}

.text-brand-greyDarkest\/65 {
  color: rgb(26 3 27 / 0.65) !important;
}

.text-brand-greyDarkest\/70 {
  color: rgb(26 3 27 / 0.7) !important;
}

.text-brand-greyDarkest\/75 {
  color: rgb(26 3 27 / 0.75) !important;
}

.text-brand-greyDarkest\/80 {
  color: rgb(26 3 27 / 0.8) !important;
}

.text-brand-greyDarkest\/85 {
  color: rgb(26 3 27 / 0.85) !important;
}

.text-brand-greyDarkest\/90 {
  color: rgb(26 3 27 / 0.9) !important;
}

.text-brand-greyDarkest\/95 {
  color: rgb(26 3 27 / 0.95) !important;
}

.text-brand-greyLight {
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-greyLight\/0 {
  color: rgb(249 248 254 / 0) !important;
}

.text-brand-greyLight\/10 {
  color: rgb(249 248 254 / 0.1) !important;
}

.text-brand-greyLight\/100 {
  color: rgb(249 248 254 / 1) !important;
}

.text-brand-greyLight\/15 {
  color: rgb(249 248 254 / 0.15) !important;
}

.text-brand-greyLight\/20 {
  color: rgb(249 248 254 / 0.2) !important;
}

.text-brand-greyLight\/25 {
  color: rgb(249 248 254 / 0.25) !important;
}

.text-brand-greyLight\/30 {
  color: rgb(249 248 254 / 0.3) !important;
}

.text-brand-greyLight\/35 {
  color: rgb(249 248 254 / 0.35) !important;
}

.text-brand-greyLight\/40 {
  color: rgb(249 248 254 / 0.4) !important;
}

.text-brand-greyLight\/45 {
  color: rgb(249 248 254 / 0.45) !important;
}

.text-brand-greyLight\/5 {
  color: rgb(249 248 254 / 0.05) !important;
}

.text-brand-greyLight\/50 {
  color: rgb(249 248 254 / 0.5) !important;
}

.text-brand-greyLight\/55 {
  color: rgb(249 248 254 / 0.55) !important;
}

.text-brand-greyLight\/60 {
  color: rgb(249 248 254 / 0.6) !important;
}

.text-brand-greyLight\/65 {
  color: rgb(249 248 254 / 0.65) !important;
}

.text-brand-greyLight\/70 {
  color: rgb(249 248 254 / 0.7) !important;
}

.text-brand-greyLight\/75 {
  color: rgb(249 248 254 / 0.75) !important;
}

.text-brand-greyLight\/80 {
  color: rgb(249 248 254 / 0.8) !important;
}

.text-brand-greyLight\/85 {
  color: rgb(249 248 254 / 0.85) !important;
}

.text-brand-greyLight\/90 {
  color: rgb(249 248 254 / 0.9) !important;
}

.text-brand-greyLight\/95 {
  color: rgb(249 248 254 / 0.95) !important;
}

.text-brand-red {
  --tw-text-opacity: 1 !important;
  color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-red\/0 {
  color: rgb(223 45 59 / 0) !important;
}

.text-brand-red\/10 {
  color: rgb(223 45 59 / 0.1) !important;
}

.text-brand-red\/100 {
  color: rgb(223 45 59 / 1) !important;
}

.text-brand-red\/15 {
  color: rgb(223 45 59 / 0.15) !important;
}

.text-brand-red\/20 {
  color: rgb(223 45 59 / 0.2) !important;
}

.text-brand-red\/25 {
  color: rgb(223 45 59 / 0.25) !important;
}

.text-brand-red\/30 {
  color: rgb(223 45 59 / 0.3) !important;
}

.text-brand-red\/35 {
  color: rgb(223 45 59 / 0.35) !important;
}

.text-brand-red\/40 {
  color: rgb(223 45 59 / 0.4) !important;
}

.text-brand-red\/45 {
  color: rgb(223 45 59 / 0.45) !important;
}

.text-brand-red\/5 {
  color: rgb(223 45 59 / 0.05) !important;
}

.text-brand-red\/50 {
  color: rgb(223 45 59 / 0.5) !important;
}

.text-brand-red\/55 {
  color: rgb(223 45 59 / 0.55) !important;
}

.text-brand-red\/60 {
  color: rgb(223 45 59 / 0.6) !important;
}

.text-brand-red\/65 {
  color: rgb(223 45 59 / 0.65) !important;
}

.text-brand-red\/70 {
  color: rgb(223 45 59 / 0.7) !important;
}

.text-brand-red\/75 {
  color: rgb(223 45 59 / 0.75) !important;
}

.text-brand-red\/80 {
  color: rgb(223 45 59 / 0.8) !important;
}

.text-brand-red\/85 {
  color: rgb(223 45 59 / 0.85) !important;
}

.text-brand-red\/90 {
  color: rgb(223 45 59 / 0.9) !important;
}

.text-brand-red\/95 {
  color: rgb(223 45 59 / 0.95) !important;
}

.text-brand-redDark {
  --tw-text-opacity: 1 !important;
  color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-redDark\/0 {
  color: rgb(190 22 35 / 0) !important;
}

.text-brand-redDark\/10 {
  color: rgb(190 22 35 / 0.1) !important;
}

.text-brand-redDark\/100 {
  color: rgb(190 22 35 / 1) !important;
}

.text-brand-redDark\/15 {
  color: rgb(190 22 35 / 0.15) !important;
}

.text-brand-redDark\/20 {
  color: rgb(190 22 35 / 0.2) !important;
}

.text-brand-redDark\/25 {
  color: rgb(190 22 35 / 0.25) !important;
}

.text-brand-redDark\/30 {
  color: rgb(190 22 35 / 0.3) !important;
}

.text-brand-redDark\/35 {
  color: rgb(190 22 35 / 0.35) !important;
}

.text-brand-redDark\/40 {
  color: rgb(190 22 35 / 0.4) !important;
}

.text-brand-redDark\/45 {
  color: rgb(190 22 35 / 0.45) !important;
}

.text-brand-redDark\/5 {
  color: rgb(190 22 35 / 0.05) !important;
}

.text-brand-redDark\/50 {
  color: rgb(190 22 35 / 0.5) !important;
}

.text-brand-redDark\/55 {
  color: rgb(190 22 35 / 0.55) !important;
}

.text-brand-redDark\/60 {
  color: rgb(190 22 35 / 0.6) !important;
}

.text-brand-redDark\/65 {
  color: rgb(190 22 35 / 0.65) !important;
}

.text-brand-redDark\/70 {
  color: rgb(190 22 35 / 0.7) !important;
}

.text-brand-redDark\/75 {
  color: rgb(190 22 35 / 0.75) !important;
}

.text-brand-redDark\/80 {
  color: rgb(190 22 35 / 0.8) !important;
}

.text-brand-redDark\/85 {
  color: rgb(190 22 35 / 0.85) !important;
}

.text-brand-redDark\/90 {
  color: rgb(190 22 35 / 0.9) !important;
}

.text-brand-redDark\/95 {
  color: rgb(190 22 35 / 0.95) !important;
}

.text-brand-systemGreen {
  --tw-text-opacity: 1 !important;
  color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-systemGreen\/0 {
  color: rgb(30 214 93 / 0) !important;
}

.text-brand-systemGreen\/10 {
  color: rgb(30 214 93 / 0.1) !important;
}

.text-brand-systemGreen\/100 {
  color: rgb(30 214 93 / 1) !important;
}

.text-brand-systemGreen\/15 {
  color: rgb(30 214 93 / 0.15) !important;
}

.text-brand-systemGreen\/20 {
  color: rgb(30 214 93 / 0.2) !important;
}

.text-brand-systemGreen\/25 {
  color: rgb(30 214 93 / 0.25) !important;
}

.text-brand-systemGreen\/30 {
  color: rgb(30 214 93 / 0.3) !important;
}

.text-brand-systemGreen\/35 {
  color: rgb(30 214 93 / 0.35) !important;
}

.text-brand-systemGreen\/40 {
  color: rgb(30 214 93 / 0.4) !important;
}

.text-brand-systemGreen\/45 {
  color: rgb(30 214 93 / 0.45) !important;
}

.text-brand-systemGreen\/5 {
  color: rgb(30 214 93 / 0.05) !important;
}

.text-brand-systemGreen\/50 {
  color: rgb(30 214 93 / 0.5) !important;
}

.text-brand-systemGreen\/55 {
  color: rgb(30 214 93 / 0.55) !important;
}

.text-brand-systemGreen\/60 {
  color: rgb(30 214 93 / 0.6) !important;
}

.text-brand-systemGreen\/65 {
  color: rgb(30 214 93 / 0.65) !important;
}

.text-brand-systemGreen\/70 {
  color: rgb(30 214 93 / 0.7) !important;
}

.text-brand-systemGreen\/75 {
  color: rgb(30 214 93 / 0.75) !important;
}

.text-brand-systemGreen\/80 {
  color: rgb(30 214 93 / 0.8) !important;
}

.text-brand-systemGreen\/85 {
  color: rgb(30 214 93 / 0.85) !important;
}

.text-brand-systemGreen\/90 {
  color: rgb(30 214 93 / 0.9) !important;
}

.text-brand-systemGreen\/95 {
  color: rgb(30 214 93 / 0.95) !important;
}

.text-brand-systemOrange {
  --tw-text-opacity: 1 !important;
  color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-systemOrange\/0 {
  color: rgb(216 125 19 / 0) !important;
}

.text-brand-systemOrange\/10 {
  color: rgb(216 125 19 / 0.1) !important;
}

.text-brand-systemOrange\/100 {
  color: rgb(216 125 19 / 1) !important;
}

.text-brand-systemOrange\/15 {
  color: rgb(216 125 19 / 0.15) !important;
}

.text-brand-systemOrange\/20 {
  color: rgb(216 125 19 / 0.2) !important;
}

.text-brand-systemOrange\/25 {
  color: rgb(216 125 19 / 0.25) !important;
}

.text-brand-systemOrange\/30 {
  color: rgb(216 125 19 / 0.3) !important;
}

.text-brand-systemOrange\/35 {
  color: rgb(216 125 19 / 0.35) !important;
}

.text-brand-systemOrange\/40 {
  color: rgb(216 125 19 / 0.4) !important;
}

.text-brand-systemOrange\/45 {
  color: rgb(216 125 19 / 0.45) !important;
}

.text-brand-systemOrange\/5 {
  color: rgb(216 125 19 / 0.05) !important;
}

.text-brand-systemOrange\/50 {
  color: rgb(216 125 19 / 0.5) !important;
}

.text-brand-systemOrange\/55 {
  color: rgb(216 125 19 / 0.55) !important;
}

.text-brand-systemOrange\/60 {
  color: rgb(216 125 19 / 0.6) !important;
}

.text-brand-systemOrange\/65 {
  color: rgb(216 125 19 / 0.65) !important;
}

.text-brand-systemOrange\/70 {
  color: rgb(216 125 19 / 0.7) !important;
}

.text-brand-systemOrange\/75 {
  color: rgb(216 125 19 / 0.75) !important;
}

.text-brand-systemOrange\/80 {
  color: rgb(216 125 19 / 0.8) !important;
}

.text-brand-systemOrange\/85 {
  color: rgb(216 125 19 / 0.85) !important;
}

.text-brand-systemOrange\/90 {
  color: rgb(216 125 19 / 0.9) !important;
}

.text-brand-systemOrange\/95 {
  color: rgb(216 125 19 / 0.95) !important;
}

.text-brand-systemRed {
  --tw-text-opacity: 1 !important;
  color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-systemRed\/0 {
  color: rgb(227 45 59 / 0) !important;
}

.text-brand-systemRed\/10 {
  color: rgb(227 45 59 / 0.1) !important;
}

.text-brand-systemRed\/100 {
  color: rgb(227 45 59 / 1) !important;
}

.text-brand-systemRed\/15 {
  color: rgb(227 45 59 / 0.15) !important;
}

.text-brand-systemRed\/20 {
  color: rgb(227 45 59 / 0.2) !important;
}

.text-brand-systemRed\/25 {
  color: rgb(227 45 59 / 0.25) !important;
}

.text-brand-systemRed\/30 {
  color: rgb(227 45 59 / 0.3) !important;
}

.text-brand-systemRed\/35 {
  color: rgb(227 45 59 / 0.35) !important;
}

.text-brand-systemRed\/40 {
  color: rgb(227 45 59 / 0.4) !important;
}

.text-brand-systemRed\/45 {
  color: rgb(227 45 59 / 0.45) !important;
}

.text-brand-systemRed\/5 {
  color: rgb(227 45 59 / 0.05) !important;
}

.text-brand-systemRed\/50 {
  color: rgb(227 45 59 / 0.5) !important;
}

.text-brand-systemRed\/55 {
  color: rgb(227 45 59 / 0.55) !important;
}

.text-brand-systemRed\/60 {
  color: rgb(227 45 59 / 0.6) !important;
}

.text-brand-systemRed\/65 {
  color: rgb(227 45 59 / 0.65) !important;
}

.text-brand-systemRed\/70 {
  color: rgb(227 45 59 / 0.7) !important;
}

.text-brand-systemRed\/75 {
  color: rgb(227 45 59 / 0.75) !important;
}

.text-brand-systemRed\/80 {
  color: rgb(227 45 59 / 0.8) !important;
}

.text-brand-systemRed\/85 {
  color: rgb(227 45 59 / 0.85) !important;
}

.text-brand-systemRed\/90 {
  color: rgb(227 45 59 / 0.9) !important;
}

.text-brand-systemRed\/95 {
  color: rgb(227 45 59 / 0.95) !important;
}

.text-brand-systemYellow {
  --tw-text-opacity: 1 !important;
  color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-systemYellow\/0 {
  color: rgb(227 203 15 / 0) !important;
}

.text-brand-systemYellow\/10 {
  color: rgb(227 203 15 / 0.1) !important;
}

.text-brand-systemYellow\/100 {
  color: rgb(227 203 15 / 1) !important;
}

.text-brand-systemYellow\/15 {
  color: rgb(227 203 15 / 0.15) !important;
}

.text-brand-systemYellow\/20 {
  color: rgb(227 203 15 / 0.2) !important;
}

.text-brand-systemYellow\/25 {
  color: rgb(227 203 15 / 0.25) !important;
}

.text-brand-systemYellow\/30 {
  color: rgb(227 203 15 / 0.3) !important;
}

.text-brand-systemYellow\/35 {
  color: rgb(227 203 15 / 0.35) !important;
}

.text-brand-systemYellow\/40 {
  color: rgb(227 203 15 / 0.4) !important;
}

.text-brand-systemYellow\/45 {
  color: rgb(227 203 15 / 0.45) !important;
}

.text-brand-systemYellow\/5 {
  color: rgb(227 203 15 / 0.05) !important;
}

.text-brand-systemYellow\/50 {
  color: rgb(227 203 15 / 0.5) !important;
}

.text-brand-systemYellow\/55 {
  color: rgb(227 203 15 / 0.55) !important;
}

.text-brand-systemYellow\/60 {
  color: rgb(227 203 15 / 0.6) !important;
}

.text-brand-systemYellow\/65 {
  color: rgb(227 203 15 / 0.65) !important;
}

.text-brand-systemYellow\/70 {
  color: rgb(227 203 15 / 0.7) !important;
}

.text-brand-systemYellow\/75 {
  color: rgb(227 203 15 / 0.75) !important;
}

.text-brand-systemYellow\/80 {
  color: rgb(227 203 15 / 0.8) !important;
}

.text-brand-systemYellow\/85 {
  color: rgb(227 203 15 / 0.85) !important;
}

.text-brand-systemYellow\/90 {
  color: rgb(227 203 15 / 0.9) !important;
}

.text-brand-systemYellow\/95 {
  color: rgb(227 203 15 / 0.95) !important;
}

.text-brand-text {
  --tw-text-opacity: 1 !important;
  color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-text\/0 {
  color: rgb(18 2 28 / 0) !important;
}

.text-brand-text\/10 {
  color: rgb(18 2 28 / 0.1) !important;
}

.text-brand-text\/100 {
  color: rgb(18 2 28 / 1) !important;
}

.text-brand-text\/15 {
  color: rgb(18 2 28 / 0.15) !important;
}

.text-brand-text\/20 {
  color: rgb(18 2 28 / 0.2) !important;
}

.text-brand-text\/25 {
  color: rgb(18 2 28 / 0.25) !important;
}

.text-brand-text\/30 {
  color: rgb(18 2 28 / 0.3) !important;
}

.text-brand-text\/35 {
  color: rgb(18 2 28 / 0.35) !important;
}

.text-brand-text\/40 {
  color: rgb(18 2 28 / 0.4) !important;
}

.text-brand-text\/45 {
  color: rgb(18 2 28 / 0.45) !important;
}

.text-brand-text\/5 {
  color: rgb(18 2 28 / 0.05) !important;
}

.text-brand-text\/50 {
  color: rgb(18 2 28 / 0.5) !important;
}

.text-brand-text\/55 {
  color: rgb(18 2 28 / 0.55) !important;
}

.text-brand-text\/60 {
  color: rgb(18 2 28 / 0.6) !important;
}

.text-brand-text\/65 {
  color: rgb(18 2 28 / 0.65) !important;
}

.text-brand-text\/70 {
  color: rgb(18 2 28 / 0.7) !important;
}

.text-brand-text\/75 {
  color: rgb(18 2 28 / 0.75) !important;
}

.text-brand-text\/80 {
  color: rgb(18 2 28 / 0.8) !important;
}

.text-brand-text\/85 {
  color: rgb(18 2 28 / 0.85) !important;
}

.text-brand-text\/90 {
  color: rgb(18 2 28 / 0.9) !important;
}

.text-brand-text\/95 {
  color: rgb(18 2 28 / 0.95) !important;
}

.text-brand-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.text-brand-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

.text-brand-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}

.text-brand-white\/15 {
  color: rgb(255 255 255 / 0.15) !important;
}

.text-brand-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.text-brand-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.text-brand-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.text-brand-white\/35 {
  color: rgb(255 255 255 / 0.35) !important;
}

.text-brand-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.text-brand-white\/45 {
  color: rgb(255 255 255 / 0.45) !important;
}

.text-brand-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.text-brand-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.text-brand-white\/55 {
  color: rgb(255 255 255 / 0.55) !important;
}

.text-brand-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.text-brand-white\/65 {
  color: rgb(255 255 255 / 0.65) !important;
}

.text-brand-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-brand-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.text-brand-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.text-brand-white\/85 {
  color: rgb(255 255 255 / 0.85) !important;
}

.text-brand-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.text-brand-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

.text-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15) !important;
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35) !important;
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45) !important;
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55) !important;
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65) !important;
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85) !important;
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

.no-underline {
  text-decoration-line: none !important;
}

.shadow-custom {
  --tw-shadow: 0 18px 32px -16px var(--tw-shadow-color), 0 0px 6px -4px var(--tw-shadow-color) !important;
  --tw-shadow-colored: 0 18px 32px -16px var(--tw-shadow-color), 0 0px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-brand-red {
  --tw-shadow-color: #DF2D3B !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

#gjs iframe * {
  color: #12021c;
}

img {
  display: block;
}

body .head {
  padding: 0;
}

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

.gs-block-item--column1,
.gs-block-item--column2,
.gs-block-item--column3,
.gs-block-item--column3-7,
.gs-block-item--section {
  display: none !important;
}

.gs-block-manager__category--forms {
  display: none;
}

.gs-block-manager__category--Extra {
  display: none;
}

.gs-banner {
  display: none !important;
}

h1 i,
h2 i,
h3 i {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(223 45 59 / var(--tw-text-opacity, 1));
}

.triangle-down {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.triangle-up {
  clip-path: polygon(evenodd,0 0,100%  0,100%  100% ,0 100% ,0 0, 0 0, 100% 0, 50% 100%) content-box;
}

.underline-solid {
  text-decoration-line: underline;
  text-decoration-color: #DF2D3B;
  text-underline-offset: 16px;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.underline-solid.text-h3,
.underline-solid.text-h3-mobile,
.underline-solid.text-h4,
.underline-solid.text-h4-mobile,
.underline-solid.text-h5,
.underline-solid.text-h5-mobile
{
  text-underline-offset: 8px;
}

.button {
  display: inline-block;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  .button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.button.button-ghost {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(26 3 27 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 3 27 / var(--tw-text-opacity, 1));
}

.button.button-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.button-main {
  --tw-bg-opacity: 1;
  background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.button-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1));
}

.button.button-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button.button-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

h1.font-serif,
h2.font-serif,
h3.font-serif,
h4.font-serif,
h5.font-serif,
h6.font-serif {
  font-weight: 400 !important;
}

.check-adjust {
  margin-right: 4px !important;
  margin-top: -3px !important;
}

ul {
  list-style: disc!important;
}

ol {
  list-style: decimal !important;
}

.text-body-1,
.text-body-2 {
  font-size: 16px;
  line-height: 22px;
}

.text-body-1-mobile,
.text-body-2-mobile {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .md\:text-body-1,
.md\:text-body-2 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-responsive-caption {
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .text-responsive-caption {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-responsive-body {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .text-responsive-body {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-responsive-subtitle-3 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text-responsive-subtitle-3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.text-responsive-subtitle-2 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text-responsive-subtitle-2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.text-responsive-subtitle-1 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text-responsive-subtitle-1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.text-responsive-h5 {
  font-size: 24px;
  line-height: 28px;
}


.underline-solid.text-responsive-h5
{
  text-underline-offset: 8px;
}

@media (min-width: 768px) {
  .text-responsive-h5 {
    font-size: 36px;
    line-height: 44px;
  }
}

.text-responsive-h4 {
  font-size: 32px;
  line-height: 40px;
}


.underline-solid.text-responsive-h4
{
  text-underline-offset: 8px;
}

@media (min-width: 768px) {
  .text-responsive-h4 {
    font-size: 44px;
    line-height: 52px;
  }
}

.text-responsive-h3 {
  font-size: 36px;
  line-height: 44px;
}


.underline-solid.text-responsive-h3
{
  text-underline-offset: 8px;
}

@media (min-width: 768px) {
  .text-responsive-h3 {
    font-size: 56px;
    line-height: 62px;
  }
}

.text-responsive-h2 {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .text-responsive-h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

.text-responsive-h1 {
  font-size: 72px;
  line-height: 72px;
}

@media (min-width: 768px) {
  .text-responsive-h1 {
    font-size: 88px;
    line-height: 88px;
  }
}

.marker\:text-xl *::marker {
  font-size: 24px !important;
}

.marker\:font-medium *::marker {
  font-weight: 500 !important;
}

.marker\:text-brand-red *::marker {
  color: rgb(223 45 59 ) !important;
}

.marker\:text-xl::marker {
  font-size: 24px !important;
}

.marker\:font-medium::marker {
  font-weight: 500 !important;
}

.marker\:text-brand-red::marker {
  color: rgb(223 45 59 ) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}

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

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

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

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:m-0 {
    margin: 0px !important;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-100 {
    margin: 25rem !important;
  }

  .sm\:m-11 {
    margin: 2.75rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.5rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-18 {
    margin: 4.5rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-28 {
    margin: 7rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:m-30 {
    margin: 7.5rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-36 {
    margin: 9rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-44 {
    margin: 11rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-52 {
    margin: 13rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-60 {
    margin: 15rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-7 {
    margin: 1.75rem !important;
  }

  .sm\:m-72 {
    margin: 18rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-80 {
    margin: 20rem !important;
  }

  .sm\:m-9 {
    margin: 2.25rem !important;
  }

  .sm\:m-96 {
    margin: 24rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

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

  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

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

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

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

  .sm\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

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

  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

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

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

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

  .sm\:mb-100 {
    margin-bottom: 25rem !important;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .sm\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }

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

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

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

  .sm\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem !important;
  }

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

  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

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

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

  .sm\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:ml-100 {
    margin-left: 25rem !important;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem !important;
  }

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

  .sm\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:ml-28 {
    margin-left: 7rem !important;
  }

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

  .sm\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:ml-36 {
    margin-left: 9rem !important;
  }

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

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .sm\:ml-72 {
    margin-left: 18rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:ml-96 {
    margin-left: 24rem !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

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

  .sm\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

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

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mr-100 {
    margin-right: 25rem !important;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

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

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:mr-72 {
    margin-right: 18rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

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

  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:mr-96 {
    margin-right: 24rem !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

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

  .sm\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

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

  .sm\:mt-100 {
    margin-top: 25rem !important;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }

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

  .sm\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

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

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

  .sm\:mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .sm\:mt-30 {
    margin-top: 7.5rem !important;
  }

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

  .sm\:mt-36 {
    margin-top: 9rem !important;
  }

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

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

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

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mt-52 {
    margin-top: 13rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

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

  .sm\:mt-60 {
    margin-top: 15rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .sm\:mt-72 {
    margin-top: 18rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mt-80 {
    margin-top: 20rem !important;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .sm\:mt-96 {
    margin-top: 24rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

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

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

  .sm\:h-0 {
    height: 0px !important;
  }

  .sm\:h-0\.5 {
    height: 0.125rem !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-1\.5 {
    height: 0.375rem !important;
  }

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

  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:h-1\/4 {
    height: 25% !important;
  }

  .sm\:h-1\/5 {
    height: 20% !important;
  }

  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }

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

  .sm\:h-100 {
    height: 25rem !important;
  }

  .sm\:h-11 {
    height: 2.75rem !important;
  }

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

  .sm\:h-14 {
    height: 3.5rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-18 {
    height: 4.5rem !important;
  }

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

  .sm\:h-2\.5 {
    height: 0.625rem !important;
  }

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

  .sm\:h-2\/4 {
    height: 50% !important;
  }

  .sm\:h-2\/5 {
    height: 40% !important;
  }

  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }

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

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-28 {
    height: 7rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-3\.5 {
    height: 0.875rem !important;
  }

  .sm\:h-3\/4 {
    height: 75% !important;
  }

  .sm\:h-3\/5 {
    height: 60% !important;
  }

  .sm\:h-3\/6 {
    height: 50% !important;
  }

  .sm\:h-30 {
    height: 7.5rem !important;
  }

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

  .sm\:h-36 {
    height: 9rem !important;
  }

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

  .sm\:h-4\/5 {
    height: 80% !important;
  }

  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:h-40 {
    height: 10rem !important;
  }

  .sm\:h-44 {
    height: 11rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:h-52 {
    height: 13rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

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

  .sm\:h-60 {
    height: 15rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-7 {
    height: 1.75rem !important;
  }

  .sm\:h-72 {
    height: 18rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

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

  .sm\:h-9 {
    height: 2.25rem !important;
  }

  .sm\:h-96 {
    height: 24rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-dvh {
    height: 100dvh !important;
  }

  .sm\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

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

  .sm\:h-lvh {
    height: 100lvh !important;
  }

  .sm\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .sm\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

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

  .sm\:h-svh {
    height: 100svh !important;
  }

  .sm\:max-h-0 {
    max-height: 0px !important;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

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

  .sm\:max-h-100 {
    max-height: 25rem !important;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem !important;
  }

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

  .sm\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .sm\:max-h-16 {
    max-height: 4rem !important;
  }

  .sm\:max-h-18 {
    max-height: 4.5rem !important;
  }

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

  .sm\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

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

  .sm\:max-h-24 {
    max-height: 6rem !important;
  }

  .sm\:max-h-28 {
    max-height: 7rem !important;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .sm\:max-h-30 {
    max-height: 7.5rem !important;
  }

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

  .sm\:max-h-36 {
    max-height: 9rem !important;
  }

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

  .sm\:max-h-40 {
    max-height: 10rem !important;
  }

  .sm\:max-h-44 {
    max-height: 11rem !important;
  }

  .sm\:max-h-48 {
    max-height: 12rem !important;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .sm\:max-h-52 {
    max-height: 13rem !important;
  }

  .sm\:max-h-56 {
    max-height: 14rem !important;
  }

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

  .sm\:max-h-60 {
    max-height: 15rem !important;
  }

  .sm\:max-h-64 {
    max-height: 16rem !important;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .sm\:max-h-72 {
    max-height: 18rem !important;
  }

  .sm\:max-h-8 {
    max-height: 2rem !important;
  }

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

  .sm\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .sm\:max-h-96 {
    max-height: 24rem !important;
  }

  .sm\:max-h-dvh {
    max-height: 100dvh !important;
  }

  .sm\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

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

  .sm\:max-h-lvh {
    max-height: 100lvh !important;
  }

  .sm\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .sm\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }

  .sm\:max-h-none {
    max-height: none !important;
  }

  .sm\:max-h-px {
    max-height: 1px !important;
  }

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

  .sm\:max-h-svh {
    max-height: 100svh !important;
  }

  .sm\:min-h-0 {
    min-height: 0px !important;
  }

  .sm\:min-h-0\.5 {
    min-height: 0.125rem !important;
  }

  .sm\:min-h-1 {
    min-height: 0.25rem !important;
  }

  .sm\:min-h-1\.5 {
    min-height: 0.375rem !important;
  }

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

  .sm\:min-h-100 {
    min-height: 25rem !important;
  }

  .sm\:min-h-11 {
    min-height: 2.75rem !important;
  }

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

  .sm\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .sm\:min-h-16 {
    min-height: 4rem !important;
  }

  .sm\:min-h-18 {
    min-height: 4.5rem !important;
  }

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

  .sm\:min-h-2\.5 {
    min-height: 0.625rem !important;
  }

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

  .sm\:min-h-24 {
    min-height: 6rem !important;
  }

  .sm\:min-h-28 {
    min-height: 7rem !important;
  }

  .sm\:min-h-3 {
    min-height: 0.75rem !important;
  }

  .sm\:min-h-3\.5 {
    min-height: 0.875rem !important;
  }

  .sm\:min-h-30 {
    min-height: 7.5rem !important;
  }

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

  .sm\:min-h-36 {
    min-height: 9rem !important;
  }

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

  .sm\:min-h-40 {
    min-height: 10rem !important;
  }

  .sm\:min-h-44 {
    min-height: 11rem !important;
  }

  .sm\:min-h-48 {
    min-height: 12rem !important;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem !important;
  }

  .sm\:min-h-52 {
    min-height: 13rem !important;
  }

  .sm\:min-h-56 {
    min-height: 14rem !important;
  }

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

  .sm\:min-h-60 {
    min-height: 15rem !important;
  }

  .sm\:min-h-64 {
    min-height: 16rem !important;
  }

  .sm\:min-h-7 {
    min-height: 1.75rem !important;
  }

  .sm\:min-h-72 {
    min-height: 18rem !important;
  }

  .sm\:min-h-8 {
    min-height: 2rem !important;
  }

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

  .sm\:min-h-9 {
    min-height: 2.25rem !important;
  }

  .sm\:min-h-96 {
    min-height: 24rem !important;
  }

  .sm\:min-h-dvh {
    min-height: 100dvh !important;
  }

  .sm\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

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

  .sm\:min-h-lvh {
    min-height: 100lvh !important;
  }

  .sm\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }

  .sm\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }

  .sm\:min-h-px {
    min-height: 1px !important;
  }

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

  .sm\:min-h-svh {
    min-height: 100svh !important;
  }

  .sm\:w-0 {
    width: 0px !important;
  }

  .sm\:w-0\.5 {
    width: 0.125rem !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-1\.5 {
    width: 0.375rem !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

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

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

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

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

  .sm\:w-100 {
    width: 25rem !important;
  }

  .sm\:w-11 {
    width: 2.75rem !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

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

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-18 {
    width: 4.5rem !important;
  }

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

  .sm\:w-2\.5 {
    width: 0.625rem !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

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

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

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

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-28 {
    width: 7rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

  .sm\:w-3\.5 {
    width: 0.875rem !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-30 {
    width: 7.5rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-36 {
    width: 9rem !important;
  }

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

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-44 {
    width: 11rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

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

  .sm\:w-56 {
    width: 14rem !important;
  }

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

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-60 {
    width: 15rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-7 {
    width: 1.75rem !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-72 {
    width: 18rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-80 {
    width: 20rem !important;
  }

  .sm\:w-9 {
    width: 2.25rem !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-96 {
    width: 24rem !important;
  }

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

  .sm\:w-dvw {
    width: 100dvw !important;
  }

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

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

  .sm\:w-lvw {
    width: 100lvw !important;
  }

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

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

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-svw {
    width: 100svw !important;
  }

  .sm\:min-w-0 {
    min-width: 0px !important;
  }

  .sm\:min-w-0\.5 {
    min-width: 0.125rem !important;
  }

  .sm\:min-w-1 {
    min-width: 0.25rem !important;
  }

  .sm\:min-w-1\.5 {
    min-width: 0.375rem !important;
  }

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

  .sm\:min-w-100 {
    min-width: 25rem !important;
  }

  .sm\:min-w-11 {
    min-width: 2.75rem !important;
  }

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

  .sm\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .sm\:min-w-16 {
    min-width: 4rem !important;
  }

  .sm\:min-w-18 {
    min-width: 4.5rem !important;
  }

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

  .sm\:min-w-2\.5 {
    min-width: 0.625rem !important;
  }

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

  .sm\:min-w-24 {
    min-width: 6rem !important;
  }

  .sm\:min-w-28 {
    min-width: 7rem !important;
  }

  .sm\:min-w-3 {
    min-width: 0.75rem !important;
  }

  .sm\:min-w-3\.5 {
    min-width: 0.875rem !important;
  }

  .sm\:min-w-30 {
    min-width: 7.5rem !important;
  }

  .sm\:min-w-32 {
    min-width: 8rem !important;
  }

  .sm\:min-w-36 {
    min-width: 9rem !important;
  }

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

  .sm\:min-w-40 {
    min-width: 10rem !important;
  }

  .sm\:min-w-44 {
    min-width: 11rem !important;
  }

  .sm\:min-w-48 {
    min-width: 12rem !important;
  }

  .sm\:min-w-5 {
    min-width: 1.25rem !important;
  }

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

  .sm\:min-w-56 {
    min-width: 14rem !important;
  }

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

  .sm\:min-w-60 {
    min-width: 15rem !important;
  }

  .sm\:min-w-64 {
    min-width: 16rem !important;
  }

  .sm\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .sm\:min-w-72 {
    min-width: 18rem !important;
  }

  .sm\:min-w-8 {
    min-width: 2rem !important;
  }

  .sm\:min-w-80 {
    min-width: 20rem !important;
  }

  .sm\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .sm\:min-w-96 {
    min-width: 24rem !important;
  }

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

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

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

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

  .sm\:min-w-px {
    min-width: 1px !important;
  }

  .sm\:max-w-0 {
    max-width: 0px !important;
  }

  .sm\:max-w-0\.5 {
    max-width: 0.125rem !important;
  }

  .sm\:max-w-1 {
    max-width: 0.25rem !important;
  }

  .sm\:max-w-1\.5 {
    max-width: 0.375rem !important;
  }

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

  .sm\:max-w-100 {
    max-width: 25rem !important;
  }

  .sm\:max-w-11 {
    max-width: 2.75rem !important;
  }

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

  .sm\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .sm\:max-w-16 {
    max-width: 4rem !important;
  }

  .sm\:max-w-18 {
    max-width: 4.5rem !important;
  }

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

  .sm\:max-w-2\.5 {
    max-width: 0.625rem !important;
  }

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

  .sm\:max-w-24 {
    max-width: 6rem !important;
  }

  .sm\:max-w-28 {
    max-width: 7rem !important;
  }

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

  .sm\:max-w-3 {
    max-width: 0.75rem !important;
  }

  .sm\:max-w-3\.5 {
    max-width: 0.875rem !important;
  }

  .sm\:max-w-30 {
    max-width: 7.5rem !important;
  }

  .sm\:max-w-32 {
    max-width: 8rem !important;
  }

  .sm\:max-w-36 {
    max-width: 9rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

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

  .sm\:max-w-40 {
    max-width: 10rem !important;
  }

  .sm\:max-w-44 {
    max-width: 11rem !important;
  }

  .sm\:max-w-48 {
    max-width: 12rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem !important;
  }

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

  .sm\:max-w-56 {
    max-width: 14rem !important;
  }

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

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

  .sm\:max-w-60 {
    max-width: 15rem !important;
  }

  .sm\:max-w-64 {
    max-width: 16rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .sm\:max-w-72 {
    max-width: 18rem !important;
  }

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

  .sm\:max-w-8 {
    max-width: 2rem !important;
  }

  .sm\:max-w-80 {
    max-width: 20rem !important;
  }

  .sm\:max-w-9 {
    max-width: 2.25rem !important;
  }

  .sm\:max-w-96 {
    max-width: 24rem !important;
  }

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

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

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

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

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

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

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:max-w-px {
    max-width: 1px !important;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px !important;
  }

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

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

  .sm\:max-w-screen-xl {
    max-width: 1280px !important;
  }

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

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

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

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

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:basis-0 {
    flex-basis: 0px !important;
  }

  .sm\:basis-0\.5 {
    flex-basis: 0.125rem !important;
  }

  .sm\:basis-1 {
    flex-basis: 0.25rem !important;
  }

  .sm\:basis-1\.5 {
    flex-basis: 0.375rem !important;
  }

  .sm\:basis-1\/12 {
    flex-basis: 8.333333% !important;
  }

  .sm\:basis-1\/2 {
    flex-basis: 50% !important;
  }

  .sm\:basis-1\/3 {
    flex-basis: 33.333333% !important;
  }

  .sm\:basis-1\/4 {
    flex-basis: 25% !important;
  }

  .sm\:basis-1\/5 {
    flex-basis: 20% !important;
  }

  .sm\:basis-1\/6 {
    flex-basis: 16.666667% !important;
  }

  .sm\:basis-10 {
    flex-basis: 2.5rem !important;
  }

  .sm\:basis-10\/12 {
    flex-basis: 83.333333% !important;
  }

  .sm\:basis-100 {
    flex-basis: 25rem !important;
  }

  .sm\:basis-11 {
    flex-basis: 2.75rem !important;
  }

  .sm\:basis-11\/12 {
    flex-basis: 91.666667% !important;
  }

  .sm\:basis-12 {
    flex-basis: 3rem !important;
  }

  .sm\:basis-14 {
    flex-basis: 3.5rem !important;
  }

  .sm\:basis-16 {
    flex-basis: 4rem !important;
  }

  .sm\:basis-18 {
    flex-basis: 4.5rem !important;
  }

  .sm\:basis-2 {
    flex-basis: 0.5rem !important;
  }

  .sm\:basis-2\.5 {
    flex-basis: 0.625rem !important;
  }

  .sm\:basis-2\/12 {
    flex-basis: 16.666667% !important;
  }

  .sm\:basis-2\/3 {
    flex-basis: 66.666667% !important;
  }

  .sm\:basis-2\/4 {
    flex-basis: 50% !important;
  }

  .sm\:basis-2\/5 {
    flex-basis: 40% !important;
  }

  .sm\:basis-2\/6 {
    flex-basis: 33.333333% !important;
  }

  .sm\:basis-20 {
    flex-basis: 5rem !important;
  }

  .sm\:basis-24 {
    flex-basis: 6rem !important;
  }

  .sm\:basis-28 {
    flex-basis: 7rem !important;
  }

  .sm\:basis-3 {
    flex-basis: 0.75rem !important;
  }

  .sm\:basis-3\.5 {
    flex-basis: 0.875rem !important;
  }

  .sm\:basis-3\/12 {
    flex-basis: 25% !important;
  }

  .sm\:basis-3\/4 {
    flex-basis: 75% !important;
  }

  .sm\:basis-3\/5 {
    flex-basis: 60% !important;
  }

  .sm\:basis-3\/6 {
    flex-basis: 50% !important;
  }

  .sm\:basis-30 {
    flex-basis: 7.5rem !important;
  }

  .sm\:basis-32 {
    flex-basis: 8rem !important;
  }

  .sm\:basis-36 {
    flex-basis: 9rem !important;
  }

  .sm\:basis-4 {
    flex-basis: 1rem !important;
  }

  .sm\:basis-4\/12 {
    flex-basis: 33.333333% !important;
  }

  .sm\:basis-4\/5 {
    flex-basis: 80% !important;
  }

  .sm\:basis-4\/6 {
    flex-basis: 66.666667% !important;
  }

  .sm\:basis-40 {
    flex-basis: 10rem !important;
  }

  .sm\:basis-44 {
    flex-basis: 11rem !important;
  }

  .sm\:basis-48 {
    flex-basis: 12rem !important;
  }

  .sm\:basis-5 {
    flex-basis: 1.25rem !important;
  }

  .sm\:basis-5\/12 {
    flex-basis: 41.666667% !important;
  }

  .sm\:basis-5\/6 {
    flex-basis: 83.333333% !important;
  }

  .sm\:basis-52 {
    flex-basis: 13rem !important;
  }

  .sm\:basis-56 {
    flex-basis: 14rem !important;
  }

  .sm\:basis-6 {
    flex-basis: 1.5rem !important;
  }

  .sm\:basis-6\/12 {
    flex-basis: 50% !important;
  }

  .sm\:basis-60 {
    flex-basis: 15rem !important;
  }

  .sm\:basis-64 {
    flex-basis: 16rem !important;
  }

  .sm\:basis-7 {
    flex-basis: 1.75rem !important;
  }

  .sm\:basis-7\/12 {
    flex-basis: 58.333333% !important;
  }

  .sm\:basis-72 {
    flex-basis: 18rem !important;
  }

  .sm\:basis-8 {
    flex-basis: 2rem !important;
  }

  .sm\:basis-8\/12 {
    flex-basis: 66.666667% !important;
  }

  .sm\:basis-80 {
    flex-basis: 20rem !important;
  }

  .sm\:basis-9 {
    flex-basis: 2.25rem !important;
  }

  .sm\:basis-9\/12 {
    flex-basis: 75% !important;
  }

  .sm\:basis-96 {
    flex-basis: 24rem !important;
  }

  .sm\:basis-auto {
    flex-basis: auto !important;
  }

  .sm\:basis-full {
    flex-basis: 100% !important;
  }

  .sm\:basis-px {
    flex-basis: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

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

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

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-100 {
    gap: 25rem !important;
  }

  .sm\:gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:gap-18 {
    gap: 4.5rem !important;
  }

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

  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    gap: 6rem !important;
  }

  .sm\:gap-28 {
    gap: 7rem !important;
  }

  .sm\:gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-30 {
    gap: 7.5rem !important;
  }

  .sm\:gap-32 {
    gap: 8rem !important;
  }

  .sm\:gap-36 {
    gap: 9rem !important;
  }

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

  .sm\:gap-40 {
    gap: 10rem !important;
  }

  .sm\:gap-44 {
    gap: 11rem !important;
  }

  .sm\:gap-48 {
    gap: 12rem !important;
  }

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

  .sm\:gap-52 {
    gap: 13rem !important;
  }

  .sm\:gap-56 {
    gap: 14rem !important;
  }

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

  .sm\:gap-60 {
    gap: 15rem !important;
  }

  .sm\:gap-64 {
    gap: 16rem !important;
  }

  .sm\:gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-72 {
    gap: 18rem !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-80 {
    gap: 20rem !important;
  }

  .sm\:gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-96 {
    gap: 24rem !important;
  }

  .sm\:gap-px {
    gap: 1px !important;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

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

  .sm\:gap-x-100 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-100 {
    row-gap: 25rem !important;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }

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

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

  .sm\:gap-y-18 {
    row-gap: 4.5rem !important;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

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

  .sm\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-30 {
    row-gap: 7.5rem !important;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem !important;
  }

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

  .sm\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }

  .sm\:border-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }

  .sm\:border-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }

  .sm\:border-x-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }

  .sm\:border-x-8 {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }

  .sm\:border-y {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }

  .sm\:border-y-0 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }

  .sm\:border-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }

  .sm\:border-y-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }

  .sm\:border-y-8 {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

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

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

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

  .sm\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

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

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

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

  .sm\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

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

  .sm\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

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

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

  .sm\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

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

  .sm\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

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

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

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

  .sm\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

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

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

  .sm\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-blue-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-brand-brown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brown\/0 {
    border-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-brand-brown\/10 {
    border-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-brand-brown\/100 {
    border-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-brand-brown\/15 {
    border-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-brand-brown\/20 {
    border-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-brand-brown\/25 {
    border-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-brand-brown\/30 {
    border-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-brand-brown\/35 {
    border-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-brand-brown\/40 {
    border-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-brand-brown\/45 {
    border-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-brand-brown\/5 {
    border-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-brand-brown\/50 {
    border-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-brand-brown\/55 {
    border-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-brand-brown\/60 {
    border-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-brand-brown\/65 {
    border-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-brand-brown\/70 {
    border-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-brand-brown\/75 {
    border-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-brand-brown\/80 {
    border-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-brand-brown\/85 {
    border-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-brand-brown\/90 {
    border-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-brand-brown\/95 {
    border-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brownDark\/0 {
    border-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-brand-brownDark\/10 {
    border-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-brand-brownDark\/100 {
    border-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-brand-brownDark\/15 {
    border-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-brand-brownDark\/20 {
    border-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-brand-brownDark\/25 {
    border-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-brand-brownDark\/30 {
    border-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-brand-brownDark\/35 {
    border-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-brand-brownDark\/40 {
    border-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-brand-brownDark\/45 {
    border-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-brand-brownDark\/5 {
    border-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-brand-brownDark\/50 {
    border-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-brand-brownDark\/55 {
    border-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-brand-brownDark\/60 {
    border-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-brand-brownDark\/65 {
    border-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-brand-brownDark\/70 {
    border-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-brand-brownDark\/75 {
    border-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-brand-brownDark\/80 {
    border-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-brand-brownDark\/85 {
    border-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-brand-brownDark\/90 {
    border-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-brand-brownDark\/95 {
    border-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brownDarker\/0 {
    border-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-brand-brownDarker\/10 {
    border-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-brand-brownDarker\/100 {
    border-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-brand-brownDarker\/15 {
    border-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-brand-brownDarker\/20 {
    border-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-brand-brownDarker\/25 {
    border-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-brand-brownDarker\/30 {
    border-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-brand-brownDarker\/35 {
    border-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-brand-brownDarker\/40 {
    border-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-brand-brownDarker\/45 {
    border-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-brand-brownDarker\/5 {
    border-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-brand-brownDarker\/50 {
    border-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-brand-brownDarker\/55 {
    border-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-brand-brownDarker\/60 {
    border-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-brand-brownDarker\/65 {
    border-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-brand-brownDarker\/70 {
    border-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-brand-brownDarker\/75 {
    border-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-brand-brownDarker\/80 {
    border-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-brand-brownDarker\/85 {
    border-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-brand-brownDarker\/90 {
    border-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-brand-brownDarker\/95 {
    border-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brownDarkest\/0 {
    border-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-brand-brownDarkest\/10 {
    border-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-brand-brownDarkest\/100 {
    border-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-brand-brownDarkest\/15 {
    border-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-brand-brownDarkest\/20 {
    border-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-brand-brownDarkest\/25 {
    border-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-brand-brownDarkest\/30 {
    border-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-brand-brownDarkest\/35 {
    border-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-brand-brownDarkest\/40 {
    border-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-brand-brownDarkest\/45 {
    border-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-brand-brownDarkest\/5 {
    border-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-brand-brownDarkest\/50 {
    border-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-brand-brownDarkest\/55 {
    border-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-brand-brownDarkest\/60 {
    border-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-brand-brownDarkest\/65 {
    border-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-brand-brownDarkest\/70 {
    border-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-brand-brownDarkest\/75 {
    border-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-brand-brownDarkest\/80 {
    border-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-brand-brownDarkest\/85 {
    border-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-brand-brownDarkest\/90 {
    border-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-brand-brownDarkest\/95 {
    border-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brownLighest\/0 {
    border-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-brand-brownLighest\/10 {
    border-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-brand-brownLighest\/100 {
    border-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-brand-brownLighest\/15 {
    border-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-brand-brownLighest\/20 {
    border-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-brand-brownLighest\/25 {
    border-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-brand-brownLighest\/30 {
    border-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-brand-brownLighest\/35 {
    border-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-brand-brownLighest\/40 {
    border-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-brand-brownLighest\/45 {
    border-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-brand-brownLighest\/5 {
    border-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-brand-brownLighest\/50 {
    border-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-brand-brownLighest\/55 {
    border-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-brand-brownLighest\/60 {
    border-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-brand-brownLighest\/65 {
    border-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-brand-brownLighest\/70 {
    border-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-brand-brownLighest\/75 {
    border-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-brand-brownLighest\/80 {
    border-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-brand-brownLighest\/85 {
    border-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-brand-brownLighest\/90 {
    border-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-brand-brownLighest\/95 {
    border-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-brownLight\/0 {
    border-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-brand-brownLight\/10 {
    border-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-brand-brownLight\/100 {
    border-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-brand-brownLight\/15 {
    border-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-brand-brownLight\/20 {
    border-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-brand-brownLight\/25 {
    border-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-brand-brownLight\/30 {
    border-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-brand-brownLight\/35 {
    border-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-brand-brownLight\/40 {
    border-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-brand-brownLight\/45 {
    border-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-brand-brownLight\/5 {
    border-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-brand-brownLight\/50 {
    border-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-brand-brownLight\/55 {
    border-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-brand-brownLight\/60 {
    border-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-brand-brownLight\/65 {
    border-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-brand-brownLight\/70 {
    border-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-brand-brownLight\/75 {
    border-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-brand-brownLight\/80 {
    border-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-brand-brownLight\/85 {
    border-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-brand-brownLight\/90 {
    border-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-brand-brownLight\/95 {
    border-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-brand-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-grey\/0 {
    border-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-brand-grey\/10 {
    border-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-brand-grey\/100 {
    border-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-brand-grey\/15 {
    border-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-brand-grey\/20 {
    border-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-brand-grey\/25 {
    border-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-brand-grey\/30 {
    border-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-brand-grey\/35 {
    border-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-brand-grey\/40 {
    border-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-brand-grey\/45 {
    border-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-brand-grey\/5 {
    border-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-brand-grey\/50 {
    border-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-brand-grey\/55 {
    border-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-brand-grey\/60 {
    border-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-brand-grey\/65 {
    border-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-brand-grey\/70 {
    border-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-brand-grey\/75 {
    border-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-brand-grey\/80 {
    border-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-brand-grey\/85 {
    border-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-brand-grey\/90 {
    border-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-brand-grey\/95 {
    border-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-greyDarkest\/0 {
    border-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-brand-greyDarkest\/10 {
    border-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-brand-greyDarkest\/100 {
    border-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-brand-greyDarkest\/15 {
    border-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-brand-greyDarkest\/20 {
    border-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-brand-greyDarkest\/25 {
    border-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-brand-greyDarkest\/30 {
    border-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-brand-greyDarkest\/35 {
    border-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-brand-greyDarkest\/40 {
    border-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-brand-greyDarkest\/45 {
    border-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-brand-greyDarkest\/5 {
    border-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-brand-greyDarkest\/50 {
    border-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-brand-greyDarkest\/55 {
    border-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-brand-greyDarkest\/60 {
    border-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-brand-greyDarkest\/65 {
    border-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-brand-greyDarkest\/70 {
    border-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-brand-greyDarkest\/75 {
    border-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-brand-greyDarkest\/80 {
    border-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-brand-greyDarkest\/85 {
    border-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-brand-greyDarkest\/90 {
    border-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-brand-greyDarkest\/95 {
    border-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-greyLight\/0 {
    border-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-brand-greyLight\/10 {
    border-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-brand-greyLight\/100 {
    border-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-brand-greyLight\/15 {
    border-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-brand-greyLight\/20 {
    border-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-brand-greyLight\/25 {
    border-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-brand-greyLight\/30 {
    border-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-brand-greyLight\/35 {
    border-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-brand-greyLight\/40 {
    border-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-brand-greyLight\/45 {
    border-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-brand-greyLight\/5 {
    border-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-brand-greyLight\/50 {
    border-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-brand-greyLight\/55 {
    border-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-brand-greyLight\/60 {
    border-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-brand-greyLight\/65 {
    border-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-brand-greyLight\/70 {
    border-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-brand-greyLight\/75 {
    border-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-brand-greyLight\/80 {
    border-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-brand-greyLight\/85 {
    border-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-brand-greyLight\/90 {
    border-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-brand-greyLight\/95 {
    border-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-red\/0 {
    border-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-brand-red\/10 {
    border-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-brand-red\/100 {
    border-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-brand-red\/15 {
    border-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-brand-red\/20 {
    border-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-brand-red\/25 {
    border-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-brand-red\/30 {
    border-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-brand-red\/35 {
    border-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-brand-red\/40 {
    border-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-brand-red\/45 {
    border-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-brand-red\/5 {
    border-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-brand-red\/50 {
    border-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-brand-red\/55 {
    border-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-brand-red\/60 {
    border-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-brand-red\/65 {
    border-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-brand-red\/70 {
    border-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-brand-red\/75 {
    border-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-brand-red\/80 {
    border-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-brand-red\/85 {
    border-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-brand-red\/90 {
    border-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-brand-red\/95 {
    border-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-redDark\/0 {
    border-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-brand-redDark\/10 {
    border-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-brand-redDark\/100 {
    border-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-brand-redDark\/15 {
    border-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-brand-redDark\/20 {
    border-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-brand-redDark\/25 {
    border-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-brand-redDark\/30 {
    border-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-brand-redDark\/35 {
    border-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-brand-redDark\/40 {
    border-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-brand-redDark\/45 {
    border-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-brand-redDark\/5 {
    border-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-brand-redDark\/50 {
    border-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-brand-redDark\/55 {
    border-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-brand-redDark\/60 {
    border-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-brand-redDark\/65 {
    border-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-brand-redDark\/70 {
    border-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-brand-redDark\/75 {
    border-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-brand-redDark\/80 {
    border-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-brand-redDark\/85 {
    border-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-brand-redDark\/90 {
    border-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-brand-redDark\/95 {
    border-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-systemGreen\/0 {
    border-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-brand-systemGreen\/10 {
    border-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-brand-systemGreen\/100 {
    border-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-brand-systemGreen\/15 {
    border-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-brand-systemGreen\/20 {
    border-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-brand-systemGreen\/25 {
    border-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-brand-systemGreen\/30 {
    border-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-brand-systemGreen\/35 {
    border-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-brand-systemGreen\/40 {
    border-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-brand-systemGreen\/45 {
    border-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-brand-systemGreen\/5 {
    border-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-brand-systemGreen\/50 {
    border-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-brand-systemGreen\/55 {
    border-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-brand-systemGreen\/60 {
    border-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-brand-systemGreen\/65 {
    border-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-brand-systemGreen\/70 {
    border-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-brand-systemGreen\/75 {
    border-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-brand-systemGreen\/80 {
    border-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-brand-systemGreen\/85 {
    border-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-brand-systemGreen\/90 {
    border-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-brand-systemGreen\/95 {
    border-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-systemOrange\/0 {
    border-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-brand-systemOrange\/10 {
    border-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-brand-systemOrange\/100 {
    border-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-brand-systemOrange\/15 {
    border-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-brand-systemOrange\/20 {
    border-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-brand-systemOrange\/25 {
    border-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-brand-systemOrange\/30 {
    border-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-brand-systemOrange\/35 {
    border-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-brand-systemOrange\/40 {
    border-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-brand-systemOrange\/45 {
    border-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-brand-systemOrange\/5 {
    border-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-brand-systemOrange\/50 {
    border-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-brand-systemOrange\/55 {
    border-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-brand-systemOrange\/60 {
    border-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-brand-systemOrange\/65 {
    border-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-brand-systemOrange\/70 {
    border-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-brand-systemOrange\/75 {
    border-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-brand-systemOrange\/80 {
    border-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-brand-systemOrange\/85 {
    border-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-brand-systemOrange\/90 {
    border-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-brand-systemOrange\/95 {
    border-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-systemRed\/0 {
    border-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-brand-systemRed\/10 {
    border-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-brand-systemRed\/100 {
    border-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-brand-systemRed\/15 {
    border-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-brand-systemRed\/20 {
    border-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-brand-systemRed\/25 {
    border-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-brand-systemRed\/30 {
    border-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-brand-systemRed\/35 {
    border-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-brand-systemRed\/40 {
    border-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-brand-systemRed\/45 {
    border-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-brand-systemRed\/5 {
    border-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-brand-systemRed\/50 {
    border-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-brand-systemRed\/55 {
    border-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-brand-systemRed\/60 {
    border-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-brand-systemRed\/65 {
    border-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-brand-systemRed\/70 {
    border-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-brand-systemRed\/75 {
    border-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-brand-systemRed\/80 {
    border-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-brand-systemRed\/85 {
    border-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-brand-systemRed\/90 {
    border-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-brand-systemRed\/95 {
    border-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-systemYellow\/0 {
    border-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-brand-systemYellow\/10 {
    border-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-brand-systemYellow\/100 {
    border-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-brand-systemYellow\/15 {
    border-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-brand-systemYellow\/20 {
    border-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-brand-systemYellow\/25 {
    border-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-brand-systemYellow\/30 {
    border-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-brand-systemYellow\/35 {
    border-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-brand-systemYellow\/40 {
    border-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-brand-systemYellow\/45 {
    border-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-brand-systemYellow\/5 {
    border-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-brand-systemYellow\/50 {
    border-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-brand-systemYellow\/55 {
    border-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-brand-systemYellow\/60 {
    border-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-brand-systemYellow\/65 {
    border-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-brand-systemYellow\/70 {
    border-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-brand-systemYellow\/75 {
    border-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-brand-systemYellow\/80 {
    border-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-brand-systemYellow\/85 {
    border-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-brand-systemYellow\/90 {
    border-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-brand-systemYellow\/95 {
    border-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-brand-text {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-text\/0 {
    border-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-brand-text\/10 {
    border-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-brand-text\/100 {
    border-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-brand-text\/15 {
    border-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-brand-text\/20 {
    border-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-brand-text\/25 {
    border-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-brand-text\/30 {
    border-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-brand-text\/35 {
    border-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-brand-text\/40 {
    border-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-brand-text\/45 {
    border-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-brand-text\/5 {
    border-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-brand-text\/50 {
    border-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-brand-text\/55 {
    border-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-brand-text\/60 {
    border-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-brand-text\/65 {
    border-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-brand-text\/70 {
    border-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-brand-text\/75 {
    border-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-brand-text\/80 {
    border-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-brand-text\/85 {
    border-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-brand-text\/90 {
    border-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-brand-text\/95 {
    border-color: rgb(18 2 28 / 0.95) !important;
  }

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

  .sm\:border-brand-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-brand-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-brand-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-brand-white\/15 {
    border-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-brand-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-brand-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-brand-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-brand-white\/35 {
    border-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-brand-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-brand-white\/45 {
    border-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-brand-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-brand-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-brand-white\/55 {
    border-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-brand-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-brand-white\/65 {
    border-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-brand-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-brand-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-brand-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-brand-white\/85 {
    border-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-brand-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-brand-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-lime-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-red-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-rose-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-teal-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-x-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-x-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-x-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-x-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-x-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-x-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-x-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-x-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-x-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-x-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-x-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-x-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-x-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-x-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-x-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-x-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-x-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-x-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-x-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-x-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-x-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-x-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-x-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-x-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-x-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-x-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-x-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-x-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-x-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-x-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-x-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-x-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-x-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-x-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-x-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-x-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-x-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-x-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-x-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-x-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-x-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-x-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-x-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-x-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-x-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-x-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-x-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-x-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-x-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-x-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-x-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-x-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-x-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-x-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-x-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-x-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-x-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-x-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-x-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-x-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-x-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-x-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-x-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-x-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-x-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-x-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-x-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-x-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-x-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-x-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-x-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-x-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-x-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-x-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-x-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-x-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-x-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-x-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-x-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-x-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-x-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-x-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-x-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-x-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-x-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-x-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-x-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-x-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-x-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-x-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-x-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-x-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-x-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-x-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-x-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-x-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-x-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-x-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-x-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-x-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-x-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-x-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-x-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-x-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-x-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-x-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-x-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-x-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-x-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-x-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-x-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-x-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-x-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-x-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-x-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-x-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-x-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-x-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-x-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-x-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-x-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-x-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-x-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-x-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-x-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-x-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-x-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-x-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-x-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-x-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-x-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-x-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-x-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-x-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-x-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-x-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-x-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-x-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-x-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-x-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-x-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-x-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-x-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-x-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-x-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-x-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-x-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-x-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-x-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-x-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-x-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-x-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-x-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-x-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-x-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-x-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-x-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-x-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-x-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-x-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-x-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-x-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-x-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-x-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-x-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-x-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-x-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-x-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-x-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-x-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-x-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-x-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-x-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-x-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-x-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-x-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-x-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-x-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-x-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-x-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-x-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-x-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-x-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-x-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-x-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-x-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-x-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-x-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-x-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-x-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-x-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-x-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-x-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-x-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-x-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-x-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-x-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-x-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-x-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-x-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-x-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-x-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-x-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-x-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-x-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-x-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-x-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-x-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-x-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-x-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-x-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-x-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-x-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-x-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-x-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-x-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-x-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-x-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-x-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-x-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-x-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-x-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-x-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-x-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-x-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-x-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-x-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-x-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-x-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-x-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-x-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-x-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-x-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-x-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-x-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-x-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-x-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-x-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-x-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-x-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-x-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-x-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-x-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-x-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-x-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-x-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-x-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-x-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-x-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-x-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-x-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-x-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-x-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-x-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-x-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-x-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-x-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-x-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-x-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-x-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-x-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-x-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-x-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-x-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-x-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-x-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-x-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-x-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-x-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-x-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-x-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-x-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-x-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-x-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-x-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-x-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-x-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-x-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-x-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-x-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-x-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-x-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-x-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-x-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-x-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-x-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-x-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-x-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-x-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-x-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-x-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-x-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-x-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-x-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-x-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-x-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-x-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-x-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-x-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-x-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-x-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-x-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-x-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-x-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-x-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-x-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-x-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-x-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-x-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-x-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-x-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-x-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-x-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-x-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-x-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-x-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-x-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-x-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-x-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-x-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-x-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-x-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-x-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-x-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-x-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-x-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-x-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-x-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-x-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-x-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-x-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-x-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-x-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-x-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-x-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-x-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-x-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-x-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-x-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-x-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-x-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-x-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-x-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-x-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-x-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-x-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-x-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-x-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-x-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-x-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-x-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-x-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-x-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-x-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-x-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-x-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-x-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-x-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-x-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-x-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-x-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-x-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-x-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-x-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-x-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-x-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-x-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-x-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-x-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-x-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-x-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-x-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-x-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-x-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-x-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-x-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-x-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-x-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-x-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-x-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-x-current {
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
  }

  .sm\:border-x-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-x-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-x-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-x-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-x-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-x-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-x-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-x-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-x-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-x-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-x-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-x-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-x-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-x-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-x-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-x-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-x-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-x-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-x-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-x-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-x-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-x-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-x-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-x-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-x-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-x-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-x-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-x-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-x-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-x-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-x-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-x-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-x-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-x-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-x-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-x-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-x-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-x-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-x-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-x-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-x-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-x-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-x-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-x-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-x-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-x-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-x-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-x-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-x-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-x-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-x-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-x-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-x-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-x-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-x-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-x-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-x-inherit {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
  }

  .sm\:border-x-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-x-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-x-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-x-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-x-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-x-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-x-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-x-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-x-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-x-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-x-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-x-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-x-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-x-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-x-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-x-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-x-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-x-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-x-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-x-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-x-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-x-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-x-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-x-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-x-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-x-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-x-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-x-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-x-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-x-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-x-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-x-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-x-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-x-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-x-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-x-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-x-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-x-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-x-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-x-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-x-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-x-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-x-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-x-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-x-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-x-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-x-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-x-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-x-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-x-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-x-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-x-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-x-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-x-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-x-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-x-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-x-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-x-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-x-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-x-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-x-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-x-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-x-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-x-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-x-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-x-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-x-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-x-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-x-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-x-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-x-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-x-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-x-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-x-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-x-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-x-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-x-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-x-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-x-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-x-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-x-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-x-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-x-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-x-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-x-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-x-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-x-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-x-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-x-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-x-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-x-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-x-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-x-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-x-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-x-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-x-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-x-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-x-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-x-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-x-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-x-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-x-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-x-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-x-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-x-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-x-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-x-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-x-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-x-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-x-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-x-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-x-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-x-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-x-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-x-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-x-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-x-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-x-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-x-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-x-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-x-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-x-transparent {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  .sm\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-x-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-x-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-x-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-x-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-x-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-x-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-x-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-x-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-x-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-x-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-x-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-x-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-x-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-x-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-x-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-x-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-x-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-x-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-x-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-x-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-x-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-x-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-x-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:border-y-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-y-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-y-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-y-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-y-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-y-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-y-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-y-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-y-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-y-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-y-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-y-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-y-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-y-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-y-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-y-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-y-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-y-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-y-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-y-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-y-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-y-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-y-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-y-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-y-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-y-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-y-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-y-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-y-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-y-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-y-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-y-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-y-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-y-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-y-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-y-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-y-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-y-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-y-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-y-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-y-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-y-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-y-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-y-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-y-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-y-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-y-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-y-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-y-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-y-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-y-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-y-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-y-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-y-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-y-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-y-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-y-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-y-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-y-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-y-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-y-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-y-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-y-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-y-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-y-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-y-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-y-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-y-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-y-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-y-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-y-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-y-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-y-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-y-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-y-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-y-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-y-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-y-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-y-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-y-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-y-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-y-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-y-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-y-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-y-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-y-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-y-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-y-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-y-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-y-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-y-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-y-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-y-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-y-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-y-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-y-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-y-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-y-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-y-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-y-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-y-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-y-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-y-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-y-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-y-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-y-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-y-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-y-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-y-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-y-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-y-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-y-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-y-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-y-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-y-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-y-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-y-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-y-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-y-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-y-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-y-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-y-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-y-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-y-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-y-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-y-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-y-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-y-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-y-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-y-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-y-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-y-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-y-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-y-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-y-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-y-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-y-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-y-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-y-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-y-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-y-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-y-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-y-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-y-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-y-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-y-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-y-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-y-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-y-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-y-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-y-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-y-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-y-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-y-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-y-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-y-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-y-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-y-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-y-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-y-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-y-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-y-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-y-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-y-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-y-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-y-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-y-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-y-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-y-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-y-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-y-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-y-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-y-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-y-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-y-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-y-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-y-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-y-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-y-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-y-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-y-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-y-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-y-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-y-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-y-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-y-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-y-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-y-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-y-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-y-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-y-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-y-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-y-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-y-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-y-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-y-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-y-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-y-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-y-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-y-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-y-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-y-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-y-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-y-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-y-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-y-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-y-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-y-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-y-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-y-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-y-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-y-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-y-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-y-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-y-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-y-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-y-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-y-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-y-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-y-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-y-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-y-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-y-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-y-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-y-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-y-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-y-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-y-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-y-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-y-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-y-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-y-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-y-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-y-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-y-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-y-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-y-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-y-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-y-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-y-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-y-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-y-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-y-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-y-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-y-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-y-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-y-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-y-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-y-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-y-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-y-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-y-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-y-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-y-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-y-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-y-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-y-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-y-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-y-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-y-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-y-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-y-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-y-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-y-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-y-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-y-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-y-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-y-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-y-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-y-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-y-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-y-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-y-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-y-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-y-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-y-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-y-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-y-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-y-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-y-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-y-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-y-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-y-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-y-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-y-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-y-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-y-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-y-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-y-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-y-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-y-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-y-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-y-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-y-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-y-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-y-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-y-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-y-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-y-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-y-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-y-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-y-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-y-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-y-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-y-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-y-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-y-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-y-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-y-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-y-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-y-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-y-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-y-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-y-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-y-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-y-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-y-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-y-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-y-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-y-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-y-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-y-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-y-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-y-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-y-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-y-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-y-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-y-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-y-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-y-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-y-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-y-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-y-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-y-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-y-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-y-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-y-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-y-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-y-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-y-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-y-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-y-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-y-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-y-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-y-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-y-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-y-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-y-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-y-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-y-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-y-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-y-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-y-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-y-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-y-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-y-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-y-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-y-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-y-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-y-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-y-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-y-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-y-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-y-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-y-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-y-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-y-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-y-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-y-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-y-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-y-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-y-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-y-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-y-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-y-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-y-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-y-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-y-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-y-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-y-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-y-current {
    border-top-color: currentColor !important;
    border-bottom-color: currentColor !important;
  }

  .sm\:border-y-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-y-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-y-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-y-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-y-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-y-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-y-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-y-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-y-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-y-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-y-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-y-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-y-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-y-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-y-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-y-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-y-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-y-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-y-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-y-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-y-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-y-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-y-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-y-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-y-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-y-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-y-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-y-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-y-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-y-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-y-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-y-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-y-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-y-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-y-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-y-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-y-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-y-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-y-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-y-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-y-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-y-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-y-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-y-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-y-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-y-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-y-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-y-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-y-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-y-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-y-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-y-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-y-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-y-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-y-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-y-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-y-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-y-inherit {
    border-top-color: inherit !important;
    border-bottom-color: inherit !important;
  }

  .sm\:border-y-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-y-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-y-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-y-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-y-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-y-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-y-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-y-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-y-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-y-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-y-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-y-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-y-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-y-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-y-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-y-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-y-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-y-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-y-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-y-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-y-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-y-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-y-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-y-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-y-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-y-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-y-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-y-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-y-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-y-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-y-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-y-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-y-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-y-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-y-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-y-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-y-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-y-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-y-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-y-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-y-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-y-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-y-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-y-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-y-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-y-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-y-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-y-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-y-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-y-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-y-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-y-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-y-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-y-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-y-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-y-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-y-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-y-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-y-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-y-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-y-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-y-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-y-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-y-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-y-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-y-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-y-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-y-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-y-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-y-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-y-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-y-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-y-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-y-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-y-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-y-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-y-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-y-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-y-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-y-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-y-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-y-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-y-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-y-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-y-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-y-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-y-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-y-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-y-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-y-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-y-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-y-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-y-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-y-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-y-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-y-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-y-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-y-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-y-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-y-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-y-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-y-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-y-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-y-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-y-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-y-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-y-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-y-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-y-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-y-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-y-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-y-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-y-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-y-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-y-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-y-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-y-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-y-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-y-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-y-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-y-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-y-transparent {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .sm\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-y-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-y-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-y-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-y-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-y-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-y-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-y-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-y-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-y-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-y-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-y-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-y-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-y-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-y-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-y-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-y-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-y-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-y-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-y-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-y-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-y-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-y-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-y-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:border-b-amber-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-b-amber-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-b-amber-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-b-amber-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-b-amber-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-b-amber-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-b-amber-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-b-amber-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-b-amber-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-b-amber-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-b-amber-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-b-black {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-b-blue-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-b-blue-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-b-blue-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-b-blue-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-b-blue-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-b-blue-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-b-blue-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-b-blue-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-b-blue-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-b-blue-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-b-blue-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-b-brand-brown {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brown\/0 {
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-b-brand-brown\/10 {
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-b-brand-brown\/100 {
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-b-brand-brown\/15 {
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-b-brand-brown\/20 {
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-b-brand-brown\/25 {
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-b-brand-brown\/30 {
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-b-brand-brown\/35 {
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-b-brand-brown\/40 {
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-b-brand-brown\/45 {
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-b-brand-brown\/5 {
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-b-brand-brown\/50 {
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-b-brand-brown\/55 {
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-b-brand-brown\/60 {
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-b-brand-brown\/65 {
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-b-brand-brown\/70 {
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-b-brand-brown\/75 {
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-b-brand-brown\/80 {
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-b-brand-brown\/85 {
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-b-brand-brown\/90 {
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-b-brand-brown\/95 {
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-b-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brownDark\/0 {
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-b-brand-brownDark\/10 {
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-b-brand-brownDark\/100 {
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-b-brand-brownDark\/15 {
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-b-brand-brownDark\/20 {
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-b-brand-brownDark\/25 {
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-b-brand-brownDark\/30 {
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-b-brand-brownDark\/35 {
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-b-brand-brownDark\/40 {
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-b-brand-brownDark\/45 {
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-b-brand-brownDark\/5 {
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-b-brand-brownDark\/50 {
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-b-brand-brownDark\/55 {
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-b-brand-brownDark\/60 {
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-b-brand-brownDark\/65 {
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-b-brand-brownDark\/70 {
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-b-brand-brownDark\/75 {
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-b-brand-brownDark\/80 {
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-b-brand-brownDark\/85 {
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-b-brand-brownDark\/90 {
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-b-brand-brownDark\/95 {
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-b-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brownDarker\/0 {
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-b-brand-brownDarker\/10 {
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-b-brand-brownDarker\/100 {
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-b-brand-brownDarker\/15 {
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-b-brand-brownDarker\/20 {
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-b-brand-brownDarker\/25 {
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-b-brand-brownDarker\/30 {
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-b-brand-brownDarker\/35 {
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-b-brand-brownDarker\/40 {
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-b-brand-brownDarker\/45 {
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-b-brand-brownDarker\/5 {
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-b-brand-brownDarker\/50 {
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-b-brand-brownDarker\/55 {
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-b-brand-brownDarker\/60 {
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-b-brand-brownDarker\/65 {
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-b-brand-brownDarker\/70 {
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-b-brand-brownDarker\/75 {
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-b-brand-brownDarker\/80 {
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-b-brand-brownDarker\/85 {
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-b-brand-brownDarker\/90 {
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-b-brand-brownDarker\/95 {
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-b-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brownDarkest\/0 {
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-b-brand-brownDarkest\/10 {
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-b-brand-brownDarkest\/100 {
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-b-brand-brownDarkest\/15 {
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-b-brand-brownDarkest\/20 {
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-b-brand-brownDarkest\/25 {
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-b-brand-brownDarkest\/30 {
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-b-brand-brownDarkest\/35 {
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-b-brand-brownDarkest\/40 {
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-b-brand-brownDarkest\/45 {
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-b-brand-brownDarkest\/5 {
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-b-brand-brownDarkest\/50 {
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-b-brand-brownDarkest\/55 {
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-b-brand-brownDarkest\/60 {
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-b-brand-brownDarkest\/65 {
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-b-brand-brownDarkest\/70 {
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-b-brand-brownDarkest\/75 {
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-b-brand-brownDarkest\/80 {
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-b-brand-brownDarkest\/85 {
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-b-brand-brownDarkest\/90 {
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-b-brand-brownDarkest\/95 {
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-b-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brownLighest\/0 {
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-b-brand-brownLighest\/10 {
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-b-brand-brownLighest\/100 {
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-b-brand-brownLighest\/15 {
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-b-brand-brownLighest\/20 {
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-b-brand-brownLighest\/25 {
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-b-brand-brownLighest\/30 {
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-b-brand-brownLighest\/35 {
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-b-brand-brownLighest\/40 {
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-b-brand-brownLighest\/45 {
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-b-brand-brownLighest\/5 {
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-b-brand-brownLighest\/50 {
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-b-brand-brownLighest\/55 {
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-b-brand-brownLighest\/60 {
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-b-brand-brownLighest\/65 {
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-b-brand-brownLighest\/70 {
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-b-brand-brownLighest\/75 {
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-b-brand-brownLighest\/80 {
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-b-brand-brownLighest\/85 {
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-b-brand-brownLighest\/90 {
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-b-brand-brownLighest\/95 {
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-b-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-brownLight\/0 {
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-b-brand-brownLight\/10 {
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-b-brand-brownLight\/100 {
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-b-brand-brownLight\/15 {
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-b-brand-brownLight\/20 {
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-b-brand-brownLight\/25 {
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-b-brand-brownLight\/30 {
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-b-brand-brownLight\/35 {
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-b-brand-brownLight\/40 {
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-b-brand-brownLight\/45 {
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-b-brand-brownLight\/5 {
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-b-brand-brownLight\/50 {
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-b-brand-brownLight\/55 {
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-b-brand-brownLight\/60 {
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-b-brand-brownLight\/65 {
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-b-brand-brownLight\/70 {
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-b-brand-brownLight\/75 {
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-b-brand-brownLight\/80 {
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-b-brand-brownLight\/85 {
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-b-brand-brownLight\/90 {
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-b-brand-brownLight\/95 {
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-b-brand-grey {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-grey\/0 {
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-b-brand-grey\/10 {
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-b-brand-grey\/100 {
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-b-brand-grey\/15 {
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-b-brand-grey\/20 {
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-b-brand-grey\/25 {
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-b-brand-grey\/30 {
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-b-brand-grey\/35 {
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-b-brand-grey\/40 {
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-b-brand-grey\/45 {
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-b-brand-grey\/5 {
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-b-brand-grey\/50 {
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-b-brand-grey\/55 {
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-b-brand-grey\/60 {
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-b-brand-grey\/65 {
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-b-brand-grey\/70 {
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-b-brand-grey\/75 {
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-b-brand-grey\/80 {
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-b-brand-grey\/85 {
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-b-brand-grey\/90 {
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-b-brand-grey\/95 {
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-b-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-greyDarkest\/0 {
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-b-brand-greyDarkest\/10 {
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-b-brand-greyDarkest\/100 {
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-b-brand-greyDarkest\/15 {
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-b-brand-greyDarkest\/20 {
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-b-brand-greyDarkest\/25 {
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-b-brand-greyDarkest\/30 {
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-b-brand-greyDarkest\/35 {
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-b-brand-greyDarkest\/40 {
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-b-brand-greyDarkest\/45 {
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-b-brand-greyDarkest\/5 {
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-b-brand-greyDarkest\/50 {
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-b-brand-greyDarkest\/55 {
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-b-brand-greyDarkest\/60 {
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-b-brand-greyDarkest\/65 {
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-b-brand-greyDarkest\/70 {
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-b-brand-greyDarkest\/75 {
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-b-brand-greyDarkest\/80 {
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-b-brand-greyDarkest\/85 {
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-b-brand-greyDarkest\/90 {
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-b-brand-greyDarkest\/95 {
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-b-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-greyLight\/0 {
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-b-brand-greyLight\/10 {
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-b-brand-greyLight\/100 {
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-b-brand-greyLight\/15 {
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-b-brand-greyLight\/20 {
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-b-brand-greyLight\/25 {
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-b-brand-greyLight\/30 {
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-b-brand-greyLight\/35 {
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-b-brand-greyLight\/40 {
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-b-brand-greyLight\/45 {
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-b-brand-greyLight\/5 {
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-b-brand-greyLight\/50 {
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-b-brand-greyLight\/55 {
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-b-brand-greyLight\/60 {
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-b-brand-greyLight\/65 {
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-b-brand-greyLight\/70 {
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-b-brand-greyLight\/75 {
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-b-brand-greyLight\/80 {
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-b-brand-greyLight\/85 {
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-b-brand-greyLight\/90 {
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-b-brand-greyLight\/95 {
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-b-brand-red {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-red\/0 {
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-b-brand-red\/10 {
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-b-brand-red\/100 {
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-b-brand-red\/15 {
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-b-brand-red\/20 {
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-b-brand-red\/25 {
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-b-brand-red\/30 {
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-b-brand-red\/35 {
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-b-brand-red\/40 {
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-b-brand-red\/45 {
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-b-brand-red\/5 {
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-b-brand-red\/50 {
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-b-brand-red\/55 {
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-b-brand-red\/60 {
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-b-brand-red\/65 {
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-b-brand-red\/70 {
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-b-brand-red\/75 {
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-b-brand-red\/80 {
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-b-brand-red\/85 {
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-b-brand-red\/90 {
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-b-brand-red\/95 {
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-b-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-redDark\/0 {
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-b-brand-redDark\/10 {
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-b-brand-redDark\/100 {
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-b-brand-redDark\/15 {
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-b-brand-redDark\/20 {
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-b-brand-redDark\/25 {
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-b-brand-redDark\/30 {
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-b-brand-redDark\/35 {
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-b-brand-redDark\/40 {
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-b-brand-redDark\/45 {
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-b-brand-redDark\/5 {
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-b-brand-redDark\/50 {
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-b-brand-redDark\/55 {
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-b-brand-redDark\/60 {
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-b-brand-redDark\/65 {
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-b-brand-redDark\/70 {
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-b-brand-redDark\/75 {
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-b-brand-redDark\/80 {
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-b-brand-redDark\/85 {
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-b-brand-redDark\/90 {
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-b-brand-redDark\/95 {
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-b-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-systemGreen\/0 {
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-b-brand-systemGreen\/10 {
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-b-brand-systemGreen\/100 {
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-b-brand-systemGreen\/15 {
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-b-brand-systemGreen\/20 {
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-b-brand-systemGreen\/25 {
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-b-brand-systemGreen\/30 {
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-b-brand-systemGreen\/35 {
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-b-brand-systemGreen\/40 {
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-b-brand-systemGreen\/45 {
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-b-brand-systemGreen\/5 {
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-b-brand-systemGreen\/50 {
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-b-brand-systemGreen\/55 {
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-b-brand-systemGreen\/60 {
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-b-brand-systemGreen\/65 {
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-b-brand-systemGreen\/70 {
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-b-brand-systemGreen\/75 {
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-b-brand-systemGreen\/80 {
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-b-brand-systemGreen\/85 {
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-b-brand-systemGreen\/90 {
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-b-brand-systemGreen\/95 {
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-b-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-systemOrange\/0 {
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-b-brand-systemOrange\/10 {
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-b-brand-systemOrange\/100 {
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-b-brand-systemOrange\/15 {
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-b-brand-systemOrange\/20 {
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-b-brand-systemOrange\/25 {
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-b-brand-systemOrange\/30 {
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-b-brand-systemOrange\/35 {
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-b-brand-systemOrange\/40 {
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-b-brand-systemOrange\/45 {
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-b-brand-systemOrange\/5 {
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-b-brand-systemOrange\/50 {
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-b-brand-systemOrange\/55 {
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-b-brand-systemOrange\/60 {
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-b-brand-systemOrange\/65 {
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-b-brand-systemOrange\/70 {
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-b-brand-systemOrange\/75 {
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-b-brand-systemOrange\/80 {
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-b-brand-systemOrange\/85 {
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-b-brand-systemOrange\/90 {
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-b-brand-systemOrange\/95 {
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-b-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-systemRed\/0 {
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-b-brand-systemRed\/10 {
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-b-brand-systemRed\/100 {
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-b-brand-systemRed\/15 {
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-b-brand-systemRed\/20 {
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-b-brand-systemRed\/25 {
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-b-brand-systemRed\/30 {
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-b-brand-systemRed\/35 {
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-b-brand-systemRed\/40 {
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-b-brand-systemRed\/45 {
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-b-brand-systemRed\/5 {
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-b-brand-systemRed\/50 {
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-b-brand-systemRed\/55 {
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-b-brand-systemRed\/60 {
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-b-brand-systemRed\/65 {
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-b-brand-systemRed\/70 {
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-b-brand-systemRed\/75 {
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-b-brand-systemRed\/80 {
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-b-brand-systemRed\/85 {
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-b-brand-systemRed\/90 {
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-b-brand-systemRed\/95 {
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-b-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-systemYellow\/0 {
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-b-brand-systemYellow\/10 {
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-b-brand-systemYellow\/100 {
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-b-brand-systemYellow\/15 {
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-b-brand-systemYellow\/20 {
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-b-brand-systemYellow\/25 {
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-b-brand-systemYellow\/30 {
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-b-brand-systemYellow\/35 {
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-b-brand-systemYellow\/40 {
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-b-brand-systemYellow\/45 {
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-b-brand-systemYellow\/5 {
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-b-brand-systemYellow\/50 {
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-b-brand-systemYellow\/55 {
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-b-brand-systemYellow\/60 {
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-b-brand-systemYellow\/65 {
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-b-brand-systemYellow\/70 {
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-b-brand-systemYellow\/75 {
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-b-brand-systemYellow\/80 {
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-b-brand-systemYellow\/85 {
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-b-brand-systemYellow\/90 {
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-b-brand-systemYellow\/95 {
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-b-brand-text {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-text\/0 {
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-b-brand-text\/10 {
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-b-brand-text\/100 {
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-b-brand-text\/15 {
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-b-brand-text\/20 {
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-b-brand-text\/25 {
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-b-brand-text\/30 {
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-b-brand-text\/35 {
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-b-brand-text\/40 {
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-b-brand-text\/45 {
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-b-brand-text\/5 {
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-b-brand-text\/50 {
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-b-brand-text\/55 {
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-b-brand-text\/60 {
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-b-brand-text\/65 {
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-b-brand-text\/70 {
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-b-brand-text\/75 {
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-b-brand-text\/80 {
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-b-brand-text\/85 {
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-b-brand-text\/90 {
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-b-brand-text\/95 {
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-b-brand-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-brand-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-b-brand-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-b-brand-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-b-brand-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-b-brand-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-b-brand-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-b-brand-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-b-brand-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-b-brand-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-b-brand-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-b-brand-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-b-brand-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-b-brand-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-b-brand-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-b-brand-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-b-brand-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-b-brand-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-b-brand-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-b-brand-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-b-brand-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-b-brand-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-b-current {
    border-bottom-color: currentColor !important;
  }

  .sm\:border-b-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-b-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-b-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-b-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-b-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-b-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-b-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-b-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-b-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-b-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-b-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-b-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-b-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-b-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-b-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-b-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-b-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-b-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-b-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-b-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-b-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-b-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-b-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-b-gray-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-b-gray-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-b-gray-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-b-gray-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-b-gray-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-b-gray-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-b-gray-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-b-gray-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-b-gray-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-b-gray-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-b-gray-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-b-green-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-b-green-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-b-green-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-b-green-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-b-green-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-b-green-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-b-green-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-b-green-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-b-green-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-b-green-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-b-green-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-b-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-b-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-b-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-b-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-b-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-b-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-b-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-b-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-b-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-b-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-b-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-b-inherit {
    border-bottom-color: inherit !important;
  }

  .sm\:border-b-lime-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-b-lime-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-b-lime-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-b-lime-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-b-lime-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-b-lime-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-b-lime-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-b-lime-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-b-lime-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-b-lime-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-b-lime-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-b-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-b-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-b-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-b-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-b-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-b-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-b-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-b-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-b-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-b-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-b-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-b-orange-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-b-orange-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-b-orange-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-b-orange-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-b-orange-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-b-orange-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-b-orange-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-b-orange-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-b-orange-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-b-orange-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-b-orange-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-b-pink-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-b-pink-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-b-pink-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-b-pink-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-b-pink-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-b-pink-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-b-pink-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-b-pink-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-b-pink-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-b-pink-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-b-pink-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-b-purple-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-b-purple-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-b-purple-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-b-purple-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-b-purple-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-b-purple-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-b-purple-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-b-purple-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-b-purple-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-b-purple-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-b-purple-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-b-red-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-b-red-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-b-red-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-b-red-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-b-red-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-b-red-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-b-red-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-b-red-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-b-red-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-b-red-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-b-red-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-b-rose-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-b-rose-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-b-rose-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-b-rose-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-b-rose-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-b-rose-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-b-rose-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-b-rose-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-b-rose-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-b-rose-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-b-rose-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-b-sky-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-b-sky-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-b-sky-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-b-sky-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-b-sky-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-b-sky-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-b-sky-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-b-sky-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-b-sky-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-b-sky-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-b-sky-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-b-slate-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-b-slate-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-b-slate-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-b-slate-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-b-slate-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-b-slate-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-b-slate-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-b-slate-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-b-slate-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-b-stone-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-b-stone-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-b-stone-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-b-stone-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-b-stone-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-b-stone-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-b-stone-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-b-stone-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-b-stone-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-b-stone-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-b-stone-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-b-teal-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-b-teal-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-b-teal-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-b-teal-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-b-teal-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-b-teal-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-b-teal-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-b-teal-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-b-teal-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-b-teal-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-b-teal-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-b-transparent {
    border-bottom-color: transparent !important;
  }

  .sm\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-b-violet-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-b-violet-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-b-violet-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-b-violet-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-b-violet-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-b-violet-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-b-violet-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-b-violet-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-b-violet-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-b-violet-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-b-violet-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-b-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-b-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-b-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-b-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-b-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-b-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-b-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-b-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-b-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-b-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-b-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:border-l-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-l-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-l-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-l-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-l-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-l-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-l-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-l-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-l-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-l-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-l-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-l-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-l-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-l-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-l-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-l-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-l-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-l-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-l-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-l-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-l-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-l-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-l-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-l-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-l-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-l-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-l-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-l-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-l-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-l-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-l-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-l-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-l-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-l-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-l-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-l-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-l-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-l-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-l-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-l-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-l-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-l-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-l-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-l-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-l-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-l-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-l-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-l-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-l-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-l-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-l-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-l-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-l-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-l-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-l-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-l-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-l-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-l-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-l-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-l-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-l-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-l-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-l-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-l-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-l-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-l-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-l-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-l-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-l-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-l-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-l-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-l-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-l-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-l-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-l-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-l-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-l-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-l-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-l-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-l-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-l-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-l-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-l-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-l-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-l-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-l-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-l-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-l-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-l-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-l-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-l-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-l-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-l-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-l-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-l-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-l-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-l-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-l-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-l-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-l-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-l-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-l-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-l-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-l-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-l-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-l-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-l-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-l-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-l-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-l-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-l-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-l-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-l-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-l-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-l-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-l-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-l-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-l-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-l-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-l-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-l-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-l-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-l-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-l-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-l-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-l-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-l-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-l-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-l-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-l-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-l-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-l-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-l-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-l-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-l-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-l-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-l-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-l-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-l-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-l-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-l-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-l-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-l-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-l-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-l-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-l-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-l-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-l-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-l-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-l-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-l-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-l-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-l-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-l-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-l-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-l-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-l-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-l-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-l-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-l-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-l-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-l-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-l-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-l-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-l-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-l-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-l-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-l-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-l-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-l-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-l-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-l-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-l-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-l-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-l-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-l-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-l-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-l-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-l-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-l-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-l-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-l-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-l-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-l-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-l-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-l-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-l-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-l-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-l-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-l-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-l-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-l-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-l-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-l-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-l-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-l-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-l-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-l-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-l-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-l-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-l-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-l-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-l-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-l-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-l-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-l-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-l-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-l-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-l-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-l-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-l-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-l-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-l-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-l-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-l-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-l-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-l-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-l-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-l-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-l-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-l-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-l-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-l-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-l-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-l-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-l-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-l-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-l-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-l-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-l-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-l-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-l-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-l-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-l-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-l-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-l-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-l-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-l-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-l-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-l-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-l-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-l-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-l-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-l-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-l-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-l-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-l-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-l-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-l-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-l-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-l-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-l-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-l-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-l-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-l-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-l-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-l-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-l-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-l-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-l-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-l-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-l-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-l-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-l-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-l-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-l-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-l-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-l-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-l-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-l-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-l-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-l-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-l-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-l-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-l-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-l-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-l-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-l-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-l-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-l-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-l-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-l-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-l-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-l-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-l-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-l-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-l-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-l-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-l-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-l-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-l-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-l-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-l-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-l-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-l-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-l-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-l-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-l-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-l-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-l-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-l-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-l-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-l-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-l-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-l-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-l-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-l-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-l-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-l-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-l-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-l-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-l-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-l-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-l-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-l-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-l-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-l-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-l-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-l-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-l-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-l-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-l-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-l-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-l-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-l-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-l-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-l-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-l-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-l-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-l-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-l-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-l-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-l-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-l-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-l-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-l-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-l-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-l-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-l-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-l-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-l-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-l-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-l-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-l-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-l-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-l-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-l-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-l-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-l-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-l-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-l-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-l-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-l-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-l-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-l-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-l-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-l-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-l-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-l-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-l-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-l-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-l-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-l-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-l-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-l-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-l-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-l-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-l-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-l-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-l-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-l-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-l-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-l-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-l-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-l-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-l-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-l-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-l-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-l-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-l-current {
    border-left-color: currentColor !important;
  }

  .sm\:border-l-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-l-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-l-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-l-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-l-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-l-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-l-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-l-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-l-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-l-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-l-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-l-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-l-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-l-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-l-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-l-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-l-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-l-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-l-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-l-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-l-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-l-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-l-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-l-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-l-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-l-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-l-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-l-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-l-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-l-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-l-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-l-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-l-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-l-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-l-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-l-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-l-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-l-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-l-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-l-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-l-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-l-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-l-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-l-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-l-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-l-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-l-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-l-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-l-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-l-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-l-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-l-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-l-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-l-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-l-inherit {
    border-left-color: inherit !important;
  }

  .sm\:border-l-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-l-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-l-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-l-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-l-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-l-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-l-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-l-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-l-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-l-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-l-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-l-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-l-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-l-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-l-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-l-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-l-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-l-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-l-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-l-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-l-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-l-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-l-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-l-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-l-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-l-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-l-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-l-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-l-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-l-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-l-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-l-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-l-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-l-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-l-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-l-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-l-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-l-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-l-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-l-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-l-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-l-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-l-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-l-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-l-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-l-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-l-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-l-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-l-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-l-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-l-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-l-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-l-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-l-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-l-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-l-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-l-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-l-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-l-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-l-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-l-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-l-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-l-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-l-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-l-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-l-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-l-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-l-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-l-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-l-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-l-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-l-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-l-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-l-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-l-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-l-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-l-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-l-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-l-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-l-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-l-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-l-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-l-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-l-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-l-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-l-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-l-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-l-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-l-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-l-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-l-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-l-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-l-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-l-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-l-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-l-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-l-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-l-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-l-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-l-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-l-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-l-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-l-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-l-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-l-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-l-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-l-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-l-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-l-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-l-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-l-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-l-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-l-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-l-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-l-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-l-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-l-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-l-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-l-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-l-transparent {
    border-left-color: transparent !important;
  }

  .sm\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-l-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-l-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-l-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-l-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-l-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-l-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-l-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-l-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-l-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-l-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-l-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-l-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-l-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-l-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-l-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-l-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-l-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-l-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-l-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-l-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-l-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-l-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:border-r-amber-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-r-amber-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-r-amber-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-r-amber-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-r-amber-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-r-amber-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-r-amber-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-r-amber-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-r-amber-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-r-amber-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-r-amber-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-r-black {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-r-blue-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-r-blue-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-r-blue-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-r-blue-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-r-blue-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-r-blue-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-r-blue-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-r-blue-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-r-blue-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-r-blue-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-r-blue-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-r-brand-brown {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brown\/0 {
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-r-brand-brown\/10 {
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-r-brand-brown\/100 {
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-r-brand-brown\/15 {
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-r-brand-brown\/20 {
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-r-brand-brown\/25 {
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-r-brand-brown\/30 {
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-r-brand-brown\/35 {
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-r-brand-brown\/40 {
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-r-brand-brown\/45 {
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-r-brand-brown\/5 {
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-r-brand-brown\/50 {
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-r-brand-brown\/55 {
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-r-brand-brown\/60 {
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-r-brand-brown\/65 {
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-r-brand-brown\/70 {
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-r-brand-brown\/75 {
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-r-brand-brown\/80 {
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-r-brand-brown\/85 {
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-r-brand-brown\/90 {
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-r-brand-brown\/95 {
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-r-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brownDark\/0 {
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-r-brand-brownDark\/10 {
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-r-brand-brownDark\/100 {
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-r-brand-brownDark\/15 {
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-r-brand-brownDark\/20 {
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-r-brand-brownDark\/25 {
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-r-brand-brownDark\/30 {
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-r-brand-brownDark\/35 {
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-r-brand-brownDark\/40 {
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-r-brand-brownDark\/45 {
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-r-brand-brownDark\/5 {
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-r-brand-brownDark\/50 {
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-r-brand-brownDark\/55 {
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-r-brand-brownDark\/60 {
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-r-brand-brownDark\/65 {
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-r-brand-brownDark\/70 {
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-r-brand-brownDark\/75 {
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-r-brand-brownDark\/80 {
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-r-brand-brownDark\/85 {
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-r-brand-brownDark\/90 {
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-r-brand-brownDark\/95 {
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-r-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brownDarker\/0 {
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-r-brand-brownDarker\/10 {
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-r-brand-brownDarker\/100 {
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-r-brand-brownDarker\/15 {
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-r-brand-brownDarker\/20 {
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-r-brand-brownDarker\/25 {
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-r-brand-brownDarker\/30 {
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-r-brand-brownDarker\/35 {
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-r-brand-brownDarker\/40 {
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-r-brand-brownDarker\/45 {
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-r-brand-brownDarker\/5 {
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-r-brand-brownDarker\/50 {
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-r-brand-brownDarker\/55 {
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-r-brand-brownDarker\/60 {
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-r-brand-brownDarker\/65 {
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-r-brand-brownDarker\/70 {
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-r-brand-brownDarker\/75 {
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-r-brand-brownDarker\/80 {
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-r-brand-brownDarker\/85 {
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-r-brand-brownDarker\/90 {
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-r-brand-brownDarker\/95 {
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-r-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brownDarkest\/0 {
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-r-brand-brownDarkest\/10 {
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-r-brand-brownDarkest\/100 {
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-r-brand-brownDarkest\/15 {
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-r-brand-brownDarkest\/20 {
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-r-brand-brownDarkest\/25 {
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-r-brand-brownDarkest\/30 {
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-r-brand-brownDarkest\/35 {
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-r-brand-brownDarkest\/40 {
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-r-brand-brownDarkest\/45 {
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-r-brand-brownDarkest\/5 {
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-r-brand-brownDarkest\/50 {
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-r-brand-brownDarkest\/55 {
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-r-brand-brownDarkest\/60 {
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-r-brand-brownDarkest\/65 {
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-r-brand-brownDarkest\/70 {
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-r-brand-brownDarkest\/75 {
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-r-brand-brownDarkest\/80 {
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-r-brand-brownDarkest\/85 {
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-r-brand-brownDarkest\/90 {
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-r-brand-brownDarkest\/95 {
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-r-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brownLighest\/0 {
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-r-brand-brownLighest\/10 {
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-r-brand-brownLighest\/100 {
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-r-brand-brownLighest\/15 {
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-r-brand-brownLighest\/20 {
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-r-brand-brownLighest\/25 {
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-r-brand-brownLighest\/30 {
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-r-brand-brownLighest\/35 {
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-r-brand-brownLighest\/40 {
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-r-brand-brownLighest\/45 {
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-r-brand-brownLighest\/5 {
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-r-brand-brownLighest\/50 {
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-r-brand-brownLighest\/55 {
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-r-brand-brownLighest\/60 {
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-r-brand-brownLighest\/65 {
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-r-brand-brownLighest\/70 {
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-r-brand-brownLighest\/75 {
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-r-brand-brownLighest\/80 {
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-r-brand-brownLighest\/85 {
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-r-brand-brownLighest\/90 {
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-r-brand-brownLighest\/95 {
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-r-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-brownLight\/0 {
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-r-brand-brownLight\/10 {
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-r-brand-brownLight\/100 {
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-r-brand-brownLight\/15 {
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-r-brand-brownLight\/20 {
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-r-brand-brownLight\/25 {
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-r-brand-brownLight\/30 {
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-r-brand-brownLight\/35 {
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-r-brand-brownLight\/40 {
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-r-brand-brownLight\/45 {
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-r-brand-brownLight\/5 {
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-r-brand-brownLight\/50 {
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-r-brand-brownLight\/55 {
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-r-brand-brownLight\/60 {
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-r-brand-brownLight\/65 {
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-r-brand-brownLight\/70 {
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-r-brand-brownLight\/75 {
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-r-brand-brownLight\/80 {
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-r-brand-brownLight\/85 {
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-r-brand-brownLight\/90 {
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-r-brand-brownLight\/95 {
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-r-brand-grey {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-grey\/0 {
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-r-brand-grey\/10 {
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-r-brand-grey\/100 {
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-r-brand-grey\/15 {
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-r-brand-grey\/20 {
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-r-brand-grey\/25 {
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-r-brand-grey\/30 {
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-r-brand-grey\/35 {
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-r-brand-grey\/40 {
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-r-brand-grey\/45 {
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-r-brand-grey\/5 {
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-r-brand-grey\/50 {
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-r-brand-grey\/55 {
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-r-brand-grey\/60 {
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-r-brand-grey\/65 {
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-r-brand-grey\/70 {
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-r-brand-grey\/75 {
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-r-brand-grey\/80 {
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-r-brand-grey\/85 {
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-r-brand-grey\/90 {
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-r-brand-grey\/95 {
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-r-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-greyDarkest\/0 {
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-r-brand-greyDarkest\/10 {
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-r-brand-greyDarkest\/100 {
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-r-brand-greyDarkest\/15 {
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-r-brand-greyDarkest\/20 {
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-r-brand-greyDarkest\/25 {
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-r-brand-greyDarkest\/30 {
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-r-brand-greyDarkest\/35 {
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-r-brand-greyDarkest\/40 {
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-r-brand-greyDarkest\/45 {
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-r-brand-greyDarkest\/5 {
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-r-brand-greyDarkest\/50 {
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-r-brand-greyDarkest\/55 {
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-r-brand-greyDarkest\/60 {
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-r-brand-greyDarkest\/65 {
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-r-brand-greyDarkest\/70 {
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-r-brand-greyDarkest\/75 {
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-r-brand-greyDarkest\/80 {
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-r-brand-greyDarkest\/85 {
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-r-brand-greyDarkest\/90 {
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-r-brand-greyDarkest\/95 {
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-r-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-greyLight\/0 {
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-r-brand-greyLight\/10 {
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-r-brand-greyLight\/100 {
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-r-brand-greyLight\/15 {
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-r-brand-greyLight\/20 {
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-r-brand-greyLight\/25 {
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-r-brand-greyLight\/30 {
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-r-brand-greyLight\/35 {
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-r-brand-greyLight\/40 {
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-r-brand-greyLight\/45 {
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-r-brand-greyLight\/5 {
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-r-brand-greyLight\/50 {
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-r-brand-greyLight\/55 {
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-r-brand-greyLight\/60 {
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-r-brand-greyLight\/65 {
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-r-brand-greyLight\/70 {
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-r-brand-greyLight\/75 {
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-r-brand-greyLight\/80 {
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-r-brand-greyLight\/85 {
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-r-brand-greyLight\/90 {
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-r-brand-greyLight\/95 {
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-r-brand-red {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-red\/0 {
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-r-brand-red\/10 {
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-r-brand-red\/100 {
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-r-brand-red\/15 {
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-r-brand-red\/20 {
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-r-brand-red\/25 {
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-r-brand-red\/30 {
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-r-brand-red\/35 {
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-r-brand-red\/40 {
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-r-brand-red\/45 {
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-r-brand-red\/5 {
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-r-brand-red\/50 {
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-r-brand-red\/55 {
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-r-brand-red\/60 {
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-r-brand-red\/65 {
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-r-brand-red\/70 {
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-r-brand-red\/75 {
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-r-brand-red\/80 {
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-r-brand-red\/85 {
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-r-brand-red\/90 {
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-r-brand-red\/95 {
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-r-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-redDark\/0 {
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-r-brand-redDark\/10 {
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-r-brand-redDark\/100 {
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-r-brand-redDark\/15 {
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-r-brand-redDark\/20 {
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-r-brand-redDark\/25 {
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-r-brand-redDark\/30 {
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-r-brand-redDark\/35 {
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-r-brand-redDark\/40 {
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-r-brand-redDark\/45 {
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-r-brand-redDark\/5 {
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-r-brand-redDark\/50 {
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-r-brand-redDark\/55 {
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-r-brand-redDark\/60 {
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-r-brand-redDark\/65 {
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-r-brand-redDark\/70 {
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-r-brand-redDark\/75 {
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-r-brand-redDark\/80 {
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-r-brand-redDark\/85 {
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-r-brand-redDark\/90 {
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-r-brand-redDark\/95 {
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-r-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-systemGreen\/0 {
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-r-brand-systemGreen\/10 {
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-r-brand-systemGreen\/100 {
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-r-brand-systemGreen\/15 {
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-r-brand-systemGreen\/20 {
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-r-brand-systemGreen\/25 {
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-r-brand-systemGreen\/30 {
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-r-brand-systemGreen\/35 {
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-r-brand-systemGreen\/40 {
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-r-brand-systemGreen\/45 {
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-r-brand-systemGreen\/5 {
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-r-brand-systemGreen\/50 {
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-r-brand-systemGreen\/55 {
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-r-brand-systemGreen\/60 {
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-r-brand-systemGreen\/65 {
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-r-brand-systemGreen\/70 {
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-r-brand-systemGreen\/75 {
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-r-brand-systemGreen\/80 {
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-r-brand-systemGreen\/85 {
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-r-brand-systemGreen\/90 {
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-r-brand-systemGreen\/95 {
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-r-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-systemOrange\/0 {
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-r-brand-systemOrange\/10 {
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-r-brand-systemOrange\/100 {
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-r-brand-systemOrange\/15 {
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-r-brand-systemOrange\/20 {
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-r-brand-systemOrange\/25 {
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-r-brand-systemOrange\/30 {
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-r-brand-systemOrange\/35 {
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-r-brand-systemOrange\/40 {
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-r-brand-systemOrange\/45 {
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-r-brand-systemOrange\/5 {
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-r-brand-systemOrange\/50 {
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-r-brand-systemOrange\/55 {
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-r-brand-systemOrange\/60 {
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-r-brand-systemOrange\/65 {
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-r-brand-systemOrange\/70 {
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-r-brand-systemOrange\/75 {
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-r-brand-systemOrange\/80 {
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-r-brand-systemOrange\/85 {
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-r-brand-systemOrange\/90 {
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-r-brand-systemOrange\/95 {
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-r-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-systemRed\/0 {
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-r-brand-systemRed\/10 {
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-r-brand-systemRed\/100 {
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-r-brand-systemRed\/15 {
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-r-brand-systemRed\/20 {
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-r-brand-systemRed\/25 {
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-r-brand-systemRed\/30 {
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-r-brand-systemRed\/35 {
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-r-brand-systemRed\/40 {
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-r-brand-systemRed\/45 {
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-r-brand-systemRed\/5 {
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-r-brand-systemRed\/50 {
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-r-brand-systemRed\/55 {
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-r-brand-systemRed\/60 {
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-r-brand-systemRed\/65 {
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-r-brand-systemRed\/70 {
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-r-brand-systemRed\/75 {
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-r-brand-systemRed\/80 {
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-r-brand-systemRed\/85 {
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-r-brand-systemRed\/90 {
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-r-brand-systemRed\/95 {
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-r-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-systemYellow\/0 {
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-r-brand-systemYellow\/10 {
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-r-brand-systemYellow\/100 {
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-r-brand-systemYellow\/15 {
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-r-brand-systemYellow\/20 {
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-r-brand-systemYellow\/25 {
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-r-brand-systemYellow\/30 {
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-r-brand-systemYellow\/35 {
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-r-brand-systemYellow\/40 {
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-r-brand-systemYellow\/45 {
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-r-brand-systemYellow\/5 {
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-r-brand-systemYellow\/50 {
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-r-brand-systemYellow\/55 {
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-r-brand-systemYellow\/60 {
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-r-brand-systemYellow\/65 {
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-r-brand-systemYellow\/70 {
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-r-brand-systemYellow\/75 {
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-r-brand-systemYellow\/80 {
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-r-brand-systemYellow\/85 {
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-r-brand-systemYellow\/90 {
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-r-brand-systemYellow\/95 {
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-r-brand-text {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-text\/0 {
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-r-brand-text\/10 {
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-r-brand-text\/100 {
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-r-brand-text\/15 {
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-r-brand-text\/20 {
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-r-brand-text\/25 {
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-r-brand-text\/30 {
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-r-brand-text\/35 {
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-r-brand-text\/40 {
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-r-brand-text\/45 {
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-r-brand-text\/5 {
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-r-brand-text\/50 {
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-r-brand-text\/55 {
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-r-brand-text\/60 {
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-r-brand-text\/65 {
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-r-brand-text\/70 {
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-r-brand-text\/75 {
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-r-brand-text\/80 {
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-r-brand-text\/85 {
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-r-brand-text\/90 {
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-r-brand-text\/95 {
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-r-brand-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-brand-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-r-brand-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-r-brand-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-r-brand-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-r-brand-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-r-brand-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-r-brand-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-r-brand-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-r-brand-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-r-brand-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-r-brand-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-r-brand-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-r-brand-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-r-brand-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-r-brand-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-r-brand-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-r-brand-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-r-brand-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-r-brand-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-r-brand-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-r-brand-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-r-current {
    border-right-color: currentColor !important;
  }

  .sm\:border-r-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-r-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-r-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-r-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-r-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-r-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-r-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-r-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-r-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-r-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-r-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-r-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-r-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-r-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-r-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-r-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-r-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-r-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-r-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-r-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-r-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-r-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-r-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-r-gray-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-r-gray-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-r-gray-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-r-gray-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-r-gray-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-r-gray-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-r-gray-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-r-gray-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-r-gray-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-r-green-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-r-green-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-r-green-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-r-green-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-r-green-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-r-green-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-r-green-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-r-green-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-r-green-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-r-green-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-r-green-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-r-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-r-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-r-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-r-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-r-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-r-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-r-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-r-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-r-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-r-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-r-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-r-inherit {
    border-right-color: inherit !important;
  }

  .sm\:border-r-lime-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-r-lime-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-r-lime-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-r-lime-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-r-lime-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-r-lime-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-r-lime-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-r-lime-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-r-lime-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-r-lime-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-r-lime-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-r-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-r-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-r-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-r-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-r-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-r-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-r-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-r-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-r-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-r-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-r-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-r-orange-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-r-orange-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-r-orange-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-r-orange-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-r-orange-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-r-orange-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-r-orange-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-r-orange-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-r-orange-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-r-orange-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-r-orange-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-r-pink-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-r-pink-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-r-pink-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-r-pink-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-r-pink-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-r-pink-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-r-pink-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-r-pink-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-r-pink-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-r-pink-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-r-pink-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-r-purple-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-r-purple-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-r-purple-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-r-purple-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-r-purple-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-r-purple-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-r-purple-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-r-purple-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-r-purple-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-r-purple-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-r-purple-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-r-red-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-r-red-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-r-red-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-r-red-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-r-red-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-r-red-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-r-red-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-r-red-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-r-red-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-r-red-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-r-red-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-r-rose-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-r-rose-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-r-rose-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-r-rose-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-r-rose-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-r-rose-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-r-rose-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-r-rose-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-r-rose-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-r-rose-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-r-rose-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-r-sky-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-r-sky-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-r-sky-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-r-sky-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-r-sky-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-r-sky-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-r-sky-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-r-sky-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-r-sky-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-r-sky-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-r-sky-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-r-slate-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-r-slate-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-r-slate-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-r-slate-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-r-slate-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-r-slate-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-r-slate-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-r-slate-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-r-slate-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-r-slate-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-r-slate-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-r-stone-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-r-stone-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-r-stone-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-r-stone-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-r-stone-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-r-stone-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-r-stone-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-r-stone-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-r-stone-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-r-stone-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-r-stone-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-r-teal-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-r-teal-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-r-teal-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-r-teal-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-r-teal-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-r-teal-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-r-teal-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-r-teal-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-r-teal-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-r-teal-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-r-teal-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-r-transparent {
    border-right-color: transparent !important;
  }

  .sm\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-r-violet-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-r-violet-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-r-violet-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-r-violet-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-r-violet-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-r-violet-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-r-violet-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-r-violet-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-r-violet-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-r-violet-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-r-violet-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-r-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-r-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-r-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-r-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-r-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-r-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-r-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-r-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-r-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-r-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-r-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:border-t-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
  }

  .sm\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
  }

  .sm\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:border-t-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
  }

  .sm\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
  }

  .sm\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:border-t-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
  }

  .sm\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
  }

  .sm\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:border-t-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
  }

  .sm\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
  }

  .sm\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:border-t-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
  }

  .sm\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
  }

  .sm\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:border-t-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
  }

  .sm\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
  }

  .sm\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:border-t-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
  }

  .sm\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
  }

  .sm\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:border-t-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
  }

  .sm\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
  }

  .sm\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:border-t-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
  }

  .sm\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
  }

  .sm\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:border-t-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
  }

  .sm\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
  }

  .sm\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:border-t-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
  }

  .sm\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
  }

  .sm\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:border-t-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-t-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
  }

  .sm\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
  }

  .sm\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:border-t-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
  }

  .sm\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
  }

  .sm\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:border-t-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
  }

  .sm\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
  }

  .sm\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:border-t-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
  }

  .sm\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
  }

  .sm\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:border-t-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
  }

  .sm\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
  }

  .sm\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:border-t-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
  }

  .sm\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
  }

  .sm\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:border-t-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
  }

  .sm\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
  }

  .sm\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:border-t-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
  }

  .sm\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
  }

  .sm\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:border-t-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
  }

  .sm\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
  }

  .sm\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:border-t-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
  }

  .sm\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
  }

  .sm\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:border-t-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
  }

  .sm\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
  }

  .sm\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:border-t-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:border-t-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:border-t-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:border-t-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:border-t-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:border-t-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:border-t-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:border-t-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:border-t-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:border-t-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:border-t-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:border-t-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:border-t-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:border-t-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:border-t-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:border-t-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:border-t-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:border-t-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:border-t-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:border-t-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:border-t-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:border-t-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:border-t-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:border-t-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:border-t-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:border-t-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:border-t-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:border-t-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:border-t-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:border-t-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:border-t-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:border-t-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:border-t-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:border-t-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:border-t-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:border-t-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:border-t-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:border-t-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:border-t-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:border-t-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:border-t-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:border-t-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:border-t-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:border-t-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:border-t-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:border-t-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:border-t-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:border-t-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:border-t-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:border-t-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:border-t-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:border-t-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:border-t-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:border-t-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:border-t-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:border-t-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:border-t-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:border-t-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:border-t-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:border-t-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:border-t-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:border-t-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:border-t-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:border-t-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:border-t-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:border-t-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:border-t-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:border-t-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:border-t-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:border-t-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:border-t-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:border-t-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:border-t-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:border-t-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:border-t-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:border-t-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:border-t-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:border-t-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:border-t-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:border-t-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:border-t-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:border-t-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:border-t-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:border-t-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:border-t-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:border-t-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:border-t-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:border-t-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:border-t-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:border-t-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:border-t-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:border-t-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:border-t-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:border-t-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:border-t-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:border-t-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:border-t-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:border-t-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:border-t-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:border-t-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:border-t-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:border-t-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:border-t-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:border-t-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:border-t-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:border-t-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:border-t-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:border-t-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:border-t-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:border-t-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:border-t-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:border-t-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:border-t-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:border-t-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:border-t-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:border-t-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:border-t-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:border-t-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:border-t-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:border-t-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:border-t-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:border-t-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:border-t-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:border-t-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:border-t-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:border-t-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:border-t-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:border-t-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:border-t-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:border-t-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:border-t-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:border-t-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:border-t-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:border-t-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:border-t-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:border-t-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:border-t-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:border-t-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:border-t-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:border-t-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:border-t-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:border-t-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:border-t-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:border-t-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:border-t-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:border-t-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:border-t-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:border-t-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:border-t-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:border-t-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:border-t-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:border-t-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:border-t-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:border-t-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:border-t-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:border-t-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:border-t-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:border-t-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:border-t-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:border-t-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:border-t-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:border-t-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:border-t-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:border-t-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:border-t-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:border-t-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:border-t-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:border-t-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:border-t-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:border-t-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:border-t-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:border-t-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:border-t-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:border-t-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:border-t-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:border-t-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:border-t-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:border-t-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:border-t-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:border-t-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:border-t-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:border-t-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:border-t-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:border-t-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:border-t-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:border-t-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:border-t-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:border-t-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:border-t-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:border-t-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:border-t-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:border-t-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:border-t-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:border-t-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:border-t-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:border-t-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:border-t-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:border-t-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:border-t-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:border-t-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:border-t-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:border-t-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:border-t-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:border-t-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:border-t-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:border-t-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:border-t-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:border-t-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:border-t-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:border-t-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:border-t-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:border-t-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:border-t-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:border-t-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:border-t-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:border-t-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:border-t-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:border-t-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:border-t-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:border-t-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:border-t-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:border-t-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:border-t-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:border-t-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:border-t-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:border-t-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:border-t-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:border-t-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:border-t-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:border-t-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:border-t-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:border-t-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:border-t-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:border-t-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:border-t-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:border-t-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:border-t-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:border-t-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:border-t-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:border-t-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:border-t-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:border-t-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:border-t-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:border-t-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:border-t-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:border-t-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:border-t-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:border-t-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:border-t-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:border-t-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:border-t-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:border-t-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:border-t-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:border-t-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:border-t-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:border-t-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:border-t-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:border-t-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:border-t-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:border-t-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:border-t-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:border-t-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:border-t-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:border-t-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:border-t-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:border-t-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:border-t-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:border-t-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:border-t-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:border-t-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:border-t-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:border-t-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:border-t-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:border-t-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:border-t-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:border-t-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:border-t-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:border-t-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:border-t-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:border-t-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:border-t-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:border-t-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:border-t-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:border-t-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:border-t-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:border-t-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:border-t-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:border-t-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:border-t-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:border-t-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:border-t-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:border-t-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:border-t-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:border-t-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:border-t-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:border-t-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:border-t-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:border-t-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:border-t-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:border-t-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:border-t-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:border-t-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:border-t-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:border-t-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:border-t-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:border-t-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:border-t-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:border-t-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:border-t-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:border-t-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:border-t-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:border-t-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:border-t-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:border-t-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:border-t-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:border-t-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:border-t-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:border-t-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:border-t-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:border-t-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:border-t-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:border-t-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:border-t-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:border-t-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:border-t-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:border-t-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:border-t-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:border-t-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:border-t-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:border-t-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:border-t-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:border-t-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:border-t-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:border-t-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:border-t-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:border-t-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:border-t-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-t-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-t-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-t-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-t-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-t-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-t-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-t-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-t-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-t-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-t-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-t-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-t-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-t-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-t-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-t-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-t-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-t-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-t-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-t-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-t-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-t-current {
    border-top-color: currentColor !important;
  }

  .sm\:border-t-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
  }

  .sm\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
  }

  .sm\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:border-t-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
  }

  .sm\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
  }

  .sm\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:border-t-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
  }

  .sm\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
  }

  .sm\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:border-t-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
  }

  .sm\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
  }

  .sm\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:border-t-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
  }

  .sm\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
  }

  .sm\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:border-t-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
  }

  .sm\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
  }

  .sm\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:border-t-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
  }

  .sm\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
  }

  .sm\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:border-t-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
  }

  .sm\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
  }

  .sm\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:border-t-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
  }

  .sm\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
  }

  .sm\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:border-t-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
  }

  .sm\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
  }

  .sm\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:border-t-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
  }

  .sm\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
  }

  .sm\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:border-t-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
  }

  .sm\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
  }

  .sm\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:border-t-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
  }

  .sm\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
  }

  .sm\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:border-t-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
  }

  .sm\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
  }

  .sm\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:border-t-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
  }

  .sm\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
  }

  .sm\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:border-t-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
  }

  .sm\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
  }

  .sm\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:border-t-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
  }

  .sm\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
  }

  .sm\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:border-t-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
  }

  .sm\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
  }

  .sm\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:border-t-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
  }

  .sm\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
  }

  .sm\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:border-t-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
  }

  .sm\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
  }

  .sm\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:border-t-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
  }

  .sm\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
  }

  .sm\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:border-t-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
  }

  .sm\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
  }

  .sm\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
  }

  .sm\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
  }

  .sm\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
  }

  .sm\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
  }

  .sm\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
  }

  .sm\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
  }

  .sm\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
  }

  .sm\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
  }

  .sm\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
  }

  .sm\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
  }

  .sm\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
  }

  .sm\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
  }

  .sm\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
  }

  .sm\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
  }

  .sm\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
  }

  .sm\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
  }

  .sm\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
  }

  .sm\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
  }

  .sm\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
  }

  .sm\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
  }

  .sm\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:border-t-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
  }

  .sm\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
  }

  .sm\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:border-t-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
  }

  .sm\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
  }

  .sm\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
  }

  .sm\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
  }

  .sm\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
  }

  .sm\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
  }

  .sm\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:border-t-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
  }

  .sm\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
  }

  .sm\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:border-t-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
  }

  .sm\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
  }

  .sm\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:border-t-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
  }

  .sm\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
  }

  .sm\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:border-t-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
  }

  .sm\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
  }

  .sm\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:border-t-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
  }

  .sm\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
  }

  .sm\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:border-t-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
  }

  .sm\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
  }

  .sm\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:border-t-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
  }

  .sm\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
  }

  .sm\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:border-t-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
  }

  .sm\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
  }

  .sm\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:border-t-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
  }

  .sm\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
  }

  .sm\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:border-t-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
  }

  .sm\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
  }

  .sm\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:border-t-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
  }

  .sm\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
  }

  .sm\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:border-t-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
  }

  .sm\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
  }

  .sm\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:border-t-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
  }

  .sm\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
  }

  .sm\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:border-t-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
  }

  .sm\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
  }

  .sm\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:border-t-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
  }

  .sm\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
  }

  .sm\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:border-t-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
  }

  .sm\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
  }

  .sm\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:border-t-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
  }

  .sm\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
  }

  .sm\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:border-t-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
  }

  .sm\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
  }

  .sm\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:border-t-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
  }

  .sm\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
  }

  .sm\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:border-t-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
  }

  .sm\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
  }

  .sm\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:border-t-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
  }

  .sm\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
  }

  .sm\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:border-t-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
  }

  .sm\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
  }

  .sm\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:border-t-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
  }

  .sm\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
  }

  .sm\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:border-t-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
  }

  .sm\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
  }

  .sm\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:border-t-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
  }

  .sm\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
  }

  .sm\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:border-t-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
  }

  .sm\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
  }

  .sm\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:border-t-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
  }

  .sm\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
  }

  .sm\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:border-t-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
  }

  .sm\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
  }

  .sm\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:border-t-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
  }

  .sm\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
  }

  .sm\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:border-t-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
  }

  .sm\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
  }

  .sm\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:border-t-inherit {
    border-top-color: inherit !important;
  }

  .sm\:border-t-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
  }

  .sm\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
  }

  .sm\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:border-t-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
  }

  .sm\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
  }

  .sm\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:border-t-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
  }

  .sm\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
  }

  .sm\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:border-t-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
  }

  .sm\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
  }

  .sm\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:border-t-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
  }

  .sm\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
  }

  .sm\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:border-t-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
  }

  .sm\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
  }

  .sm\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:border-t-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
  }

  .sm\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
  }

  .sm\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:border-t-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
  }

  .sm\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
  }

  .sm\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:border-t-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
  }

  .sm\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
  }

  .sm\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:border-t-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
  }

  .sm\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
  }

  .sm\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:border-t-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
  }

  .sm\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
  }

  .sm\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:border-t-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
  }

  .sm\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
  }

  .sm\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:border-t-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
  }

  .sm\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
  }

  .sm\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:border-t-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
  }

  .sm\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
  }

  .sm\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:border-t-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
  }

  .sm\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
  }

  .sm\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:border-t-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-t-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
  }

  .sm\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
  }

  .sm\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:border-t-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
  }

  .sm\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
  }

  .sm\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:border-t-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
  }

  .sm\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
  }

  .sm\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:border-t-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
  }

  .sm\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
  }

  .sm\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:border-t-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
  }

  .sm\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
  }

  .sm\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:border-t-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
  }

  .sm\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
  }

  .sm\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:border-t-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
  }

  .sm\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
  }

  .sm\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:border-t-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
  }

  .sm\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
  }

  .sm\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:border-t-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
  }

  .sm\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
  }

  .sm\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:border-t-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
  }

  .sm\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
  }

  .sm\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:border-t-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
  }

  .sm\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
  }

  .sm\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:border-t-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
  }

  .sm\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
  }

  .sm\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:border-t-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
  }

  .sm\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
  }

  .sm\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:border-t-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
  }

  .sm\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
  }

  .sm\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:border-t-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
  }

  .sm\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
  }

  .sm\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:border-t-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
  }

  .sm\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
  }

  .sm\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:border-t-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
  }

  .sm\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
  }

  .sm\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:border-t-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
  }

  .sm\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
  }

  .sm\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:border-t-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
  }

  .sm\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
  }

  .sm\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:border-t-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
  }

  .sm\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
  }

  .sm\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:border-t-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
  }

  .sm\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
  }

  .sm\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:border-t-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
  }

  .sm\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
  }

  .sm\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:border-t-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
  }

  .sm\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
  }

  .sm\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:border-t-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
  }

  .sm\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
  }

  .sm\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:border-t-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
  }

  .sm\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
  }

  .sm\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:border-t-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
  }

  .sm\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
  }

  .sm\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:border-t-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
  }

  .sm\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
  }

  .sm\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:border-t-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
  }

  .sm\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
  }

  .sm\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:border-t-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
  }

  .sm\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
  }

  .sm\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:border-t-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
  }

  .sm\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
  }

  .sm\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:border-t-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
  }

  .sm\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
  }

  .sm\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:border-t-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
  }

  .sm\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
  }

  .sm\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:border-t-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
  }

  .sm\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
  }

  .sm\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:border-t-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
  }

  .sm\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
  }

  .sm\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:border-t-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
  }

  .sm\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
  }

  .sm\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:border-t-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
  }

  .sm\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
  }

  .sm\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:border-t-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
  }

  .sm\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
  }

  .sm\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:border-t-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
  }

  .sm\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
  }

  .sm\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:border-t-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
  }

  .sm\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
  }

  .sm\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:border-t-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
  }

  .sm\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
  }

  .sm\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:border-t-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
  }

  .sm\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
  }

  .sm\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:border-t-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
  }

  .sm\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
  }

  .sm\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:border-t-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
  }

  .sm\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
  }

  .sm\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:border-t-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
  }

  .sm\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
  }

  .sm\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:border-t-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
  }

  .sm\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
  }

  .sm\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:border-t-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
  }

  .sm\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
  }

  .sm\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:border-t-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
  }

  .sm\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
  }

  .sm\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:border-t-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
  }

  .sm\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
  }

  .sm\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:border-t-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
  }

  .sm\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
  }

  .sm\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:border-t-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
  }

  .sm\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
  }

  .sm\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:border-t-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
  }

  .sm\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
  }

  .sm\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:border-t-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
  }

  .sm\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
  }

  .sm\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:border-t-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
  }

  .sm\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
  }

  .sm\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:border-t-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
  }

  .sm\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
  }

  .sm\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:border-t-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
  }

  .sm\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
  }

  .sm\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:border-t-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
  }

  .sm\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
  }

  .sm\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:border-t-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
  }

  .sm\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
  }

  .sm\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:border-t-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
  }

  .sm\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
  }

  .sm\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:border-t-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
  }

  .sm\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
  }

  .sm\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:border-t-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
  }

  .sm\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
  }

  .sm\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:border-t-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
  }

  .sm\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
  }

  .sm\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:border-t-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
  }

  .sm\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
  }

  .sm\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:border-t-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
  }

  .sm\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
  }

  .sm\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:border-t-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
  }

  .sm\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
  }

  .sm\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:border-t-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
  }

  .sm\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
  }

  .sm\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:border-t-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
  }

  .sm\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
  }

  .sm\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:border-t-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
  }

  .sm\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
  }

  .sm\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:border-t-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
  }

  .sm\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
  }

  .sm\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:border-t-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
  }

  .sm\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
  }

  .sm\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:border-t-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
  }

  .sm\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
  }

  .sm\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:border-t-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
  }

  .sm\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
  }

  .sm\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:border-t-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
  }

  .sm\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
  }

  .sm\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:border-t-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
  }

  .sm\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
  }

  .sm\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:border-t-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
  }

  .sm\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
  }

  .sm\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:border-t-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
  }

  .sm\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
  }

  .sm\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:border-t-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
  }

  .sm\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
  }

  .sm\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:border-t-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
  }

  .sm\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
  }

  .sm\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:border-t-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
  }

  .sm\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
  }

  .sm\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:border-t-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
  }

  .sm\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
  }

  .sm\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:border-t-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
  }

  .sm\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
  }

  .sm\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:border-t-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
  }

  .sm\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
  }

  .sm\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:border-t-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
  }

  .sm\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
  }

  .sm\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:border-t-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
  }

  .sm\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
  }

  .sm\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:border-t-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
  }

  .sm\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
  }

  .sm\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:border-t-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
  }

  .sm\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
  }

  .sm\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:border-t-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
  }

  .sm\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
  }

  .sm\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:border-t-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
  }

  .sm\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
  }

  .sm\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:border-t-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
  }

  .sm\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
  }

  .sm\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:border-t-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
  }

  .sm\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
  }

  .sm\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:border-t-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
  }

  .sm\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
  }

  .sm\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:border-t-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
  }

  .sm\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
  }

  .sm\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:border-t-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
  }

  .sm\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
  }

  .sm\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:border-t-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
  }

  .sm\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
  }

  .sm\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:border-t-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
  }

  .sm\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
  }

  .sm\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:border-t-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
  }

  .sm\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
  }

  .sm\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:border-t-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
  }

  .sm\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
  }

  .sm\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:border-t-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
  }

  .sm\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
  }

  .sm\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:border-t-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
  }

  .sm\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
  }

  .sm\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:border-t-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
  }

  .sm\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
  }

  .sm\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:border-t-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
  }

  .sm\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
  }

  .sm\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:border-t-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
  }

  .sm\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
  }

  .sm\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:border-t-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
  }

  .sm\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
  }

  .sm\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:border-t-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
  }

  .sm\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
  }

  .sm\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:border-t-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
  }

  .sm\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
  }

  .sm\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:border-t-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
  }

  .sm\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
  }

  .sm\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:border-t-transparent {
    border-top-color: transparent !important;
  }

  .sm\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:border-t-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
  }

  .sm\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
  }

  .sm\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:border-t-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
  }

  .sm\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
  }

  .sm\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:border-t-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
  }

  .sm\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
  }

  .sm\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:border-t-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
  }

  .sm\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
  }

  .sm\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:border-t-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
  }

  .sm\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
  }

  .sm\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:border-t-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
  }

  .sm\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
  }

  .sm\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:border-t-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
  }

  .sm\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
  }

  .sm\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:border-t-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
  }

  .sm\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
  }

  .sm\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:border-t-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
  }

  .sm\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
  }

  .sm\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:border-t-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
  }

  .sm\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
  }

  .sm\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:border-t-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
  }

  .sm\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
  }

  .sm\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:border-t-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-t-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
  }

  .sm\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
  }

  .sm\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:border-t-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
  }

  .sm\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
  }

  .sm\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:border-t-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
  }

  .sm\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
  }

  .sm\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:border-t-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
  }

  .sm\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
  }

  .sm\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:border-t-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .sm\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .sm\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:border-t-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
  }

  .sm\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
  }

  .sm\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:border-t-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
  }

  .sm\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
  }

  .sm\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:border-t-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
  }

  .sm\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
  }

  .sm\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:border-t-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
  }

  .sm\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
  }

  .sm\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:border-t-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
  }

  .sm\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
  }

  .sm\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:border-t-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
  }

  .sm\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
  }

  .sm\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:bg-brand-brown {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brown\/0 {
    background-color: rgb(133 114 114 / 0) !important;
  }

  .sm\:bg-brand-brown\/10 {
    background-color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:bg-brand-brown\/100 {
    background-color: rgb(133 114 114 / 1) !important;
  }

  .sm\:bg-brand-brown\/15 {
    background-color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:bg-brand-brown\/20 {
    background-color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:bg-brand-brown\/25 {
    background-color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:bg-brand-brown\/30 {
    background-color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:bg-brand-brown\/35 {
    background-color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:bg-brand-brown\/40 {
    background-color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:bg-brand-brown\/45 {
    background-color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:bg-brand-brown\/5 {
    background-color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:bg-brand-brown\/50 {
    background-color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:bg-brand-brown\/55 {
    background-color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:bg-brand-brown\/60 {
    background-color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:bg-brand-brown\/65 {
    background-color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:bg-brand-brown\/70 {
    background-color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:bg-brand-brown\/75 {
    background-color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:bg-brand-brown\/80 {
    background-color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:bg-brand-brown\/85 {
    background-color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:bg-brand-brown\/90 {
    background-color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:bg-brand-brown\/95 {
    background-color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:bg-brand-brownDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brownDark\/0 {
    background-color: rgb(73 71 78 / 0) !important;
  }

  .sm\:bg-brand-brownDark\/10 {
    background-color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:bg-brand-brownDark\/100 {
    background-color: rgb(73 71 78 / 1) !important;
  }

  .sm\:bg-brand-brownDark\/15 {
    background-color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:bg-brand-brownDark\/20 {
    background-color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:bg-brand-brownDark\/25 {
    background-color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:bg-brand-brownDark\/30 {
    background-color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:bg-brand-brownDark\/35 {
    background-color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:bg-brand-brownDark\/40 {
    background-color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:bg-brand-brownDark\/45 {
    background-color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:bg-brand-brownDark\/5 {
    background-color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:bg-brand-brownDark\/50 {
    background-color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:bg-brand-brownDark\/55 {
    background-color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:bg-brand-brownDark\/60 {
    background-color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:bg-brand-brownDark\/65 {
    background-color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:bg-brand-brownDark\/70 {
    background-color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:bg-brand-brownDark\/75 {
    background-color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:bg-brand-brownDark\/80 {
    background-color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:bg-brand-brownDark\/85 {
    background-color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:bg-brand-brownDark\/90 {
    background-color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:bg-brand-brownDark\/95 {
    background-color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:bg-brand-brownDarker {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brownDarker\/0 {
    background-color: rgb(36 34 42 / 0) !important;
  }

  .sm\:bg-brand-brownDarker\/10 {
    background-color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:bg-brand-brownDarker\/100 {
    background-color: rgb(36 34 42 / 1) !important;
  }

  .sm\:bg-brand-brownDarker\/15 {
    background-color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:bg-brand-brownDarker\/20 {
    background-color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:bg-brand-brownDarker\/25 {
    background-color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:bg-brand-brownDarker\/30 {
    background-color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:bg-brand-brownDarker\/35 {
    background-color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:bg-brand-brownDarker\/40 {
    background-color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:bg-brand-brownDarker\/45 {
    background-color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:bg-brand-brownDarker\/5 {
    background-color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:bg-brand-brownDarker\/50 {
    background-color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:bg-brand-brownDarker\/55 {
    background-color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:bg-brand-brownDarker\/60 {
    background-color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:bg-brand-brownDarker\/65 {
    background-color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:bg-brand-brownDarker\/70 {
    background-color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:bg-brand-brownDarker\/75 {
    background-color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:bg-brand-brownDarker\/80 {
    background-color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:bg-brand-brownDarker\/85 {
    background-color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:bg-brand-brownDarker\/90 {
    background-color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:bg-brand-brownDarker\/95 {
    background-color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:bg-brand-brownDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brownDarkest\/0 {
    background-color: rgb(13 14 24 / 0) !important;
  }

  .sm\:bg-brand-brownDarkest\/10 {
    background-color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:bg-brand-brownDarkest\/100 {
    background-color: rgb(13 14 24 / 1) !important;
  }

  .sm\:bg-brand-brownDarkest\/15 {
    background-color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:bg-brand-brownDarkest\/20 {
    background-color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:bg-brand-brownDarkest\/25 {
    background-color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:bg-brand-brownDarkest\/30 {
    background-color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:bg-brand-brownDarkest\/35 {
    background-color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:bg-brand-brownDarkest\/40 {
    background-color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:bg-brand-brownDarkest\/45 {
    background-color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:bg-brand-brownDarkest\/5 {
    background-color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:bg-brand-brownDarkest\/50 {
    background-color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:bg-brand-brownDarkest\/55 {
    background-color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:bg-brand-brownDarkest\/60 {
    background-color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:bg-brand-brownDarkest\/65 {
    background-color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:bg-brand-brownDarkest\/70 {
    background-color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:bg-brand-brownDarkest\/75 {
    background-color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:bg-brand-brownDarkest\/80 {
    background-color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:bg-brand-brownDarkest\/85 {
    background-color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:bg-brand-brownDarkest\/90 {
    background-color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:bg-brand-brownDarkest\/95 {
    background-color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:bg-brand-brownLighest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brownLighest\/0 {
    background-color: rgb(252 248 248 / 0) !important;
  }

  .sm\:bg-brand-brownLighest\/10 {
    background-color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:bg-brand-brownLighest\/100 {
    background-color: rgb(252 248 248 / 1) !important;
  }

  .sm\:bg-brand-brownLighest\/15 {
    background-color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:bg-brand-brownLighest\/20 {
    background-color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:bg-brand-brownLighest\/25 {
    background-color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:bg-brand-brownLighest\/30 {
    background-color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:bg-brand-brownLighest\/35 {
    background-color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:bg-brand-brownLighest\/40 {
    background-color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:bg-brand-brownLighest\/45 {
    background-color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:bg-brand-brownLighest\/5 {
    background-color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:bg-brand-brownLighest\/50 {
    background-color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:bg-brand-brownLighest\/55 {
    background-color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:bg-brand-brownLighest\/60 {
    background-color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:bg-brand-brownLighest\/65 {
    background-color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:bg-brand-brownLighest\/70 {
    background-color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:bg-brand-brownLighest\/75 {
    background-color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:bg-brand-brownLighest\/80 {
    background-color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:bg-brand-brownLighest\/85 {
    background-color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:bg-brand-brownLighest\/90 {
    background-color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:bg-brand-brownLighest\/95 {
    background-color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:bg-brand-brownLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-brownLight\/0 {
    background-color: rgb(214 204 205 / 0) !important;
  }

  .sm\:bg-brand-brownLight\/10 {
    background-color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:bg-brand-brownLight\/100 {
    background-color: rgb(214 204 205 / 1) !important;
  }

  .sm\:bg-brand-brownLight\/15 {
    background-color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:bg-brand-brownLight\/20 {
    background-color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:bg-brand-brownLight\/25 {
    background-color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:bg-brand-brownLight\/30 {
    background-color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:bg-brand-brownLight\/35 {
    background-color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:bg-brand-brownLight\/40 {
    background-color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:bg-brand-brownLight\/45 {
    background-color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:bg-brand-brownLight\/5 {
    background-color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:bg-brand-brownLight\/50 {
    background-color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:bg-brand-brownLight\/55 {
    background-color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:bg-brand-brownLight\/60 {
    background-color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:bg-brand-brownLight\/65 {
    background-color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:bg-brand-brownLight\/70 {
    background-color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:bg-brand-brownLight\/75 {
    background-color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:bg-brand-brownLight\/80 {
    background-color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:bg-brand-brownLight\/85 {
    background-color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:bg-brand-brownLight\/90 {
    background-color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:bg-brand-brownLight\/95 {
    background-color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:bg-brand-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-grey\/0 {
    background-color: rgb(218 218 218 / 0) !important;
  }

  .sm\:bg-brand-grey\/10 {
    background-color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:bg-brand-grey\/100 {
    background-color: rgb(218 218 218 / 1) !important;
  }

  .sm\:bg-brand-grey\/15 {
    background-color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:bg-brand-grey\/20 {
    background-color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:bg-brand-grey\/25 {
    background-color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:bg-brand-grey\/30 {
    background-color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:bg-brand-grey\/35 {
    background-color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:bg-brand-grey\/40 {
    background-color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:bg-brand-grey\/45 {
    background-color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:bg-brand-grey\/5 {
    background-color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:bg-brand-grey\/50 {
    background-color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:bg-brand-grey\/55 {
    background-color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:bg-brand-grey\/60 {
    background-color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:bg-brand-grey\/65 {
    background-color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:bg-brand-grey\/70 {
    background-color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:bg-brand-grey\/75 {
    background-color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:bg-brand-grey\/80 {
    background-color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:bg-brand-grey\/85 {
    background-color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:bg-brand-grey\/90 {
    background-color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:bg-brand-grey\/95 {
    background-color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:bg-brand-greyDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-greyDarkest\/0 {
    background-color: rgb(26 3 27 / 0) !important;
  }

  .sm\:bg-brand-greyDarkest\/10 {
    background-color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:bg-brand-greyDarkest\/100 {
    background-color: rgb(26 3 27 / 1) !important;
  }

  .sm\:bg-brand-greyDarkest\/15 {
    background-color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:bg-brand-greyDarkest\/20 {
    background-color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:bg-brand-greyDarkest\/25 {
    background-color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:bg-brand-greyDarkest\/30 {
    background-color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:bg-brand-greyDarkest\/35 {
    background-color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:bg-brand-greyDarkest\/40 {
    background-color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:bg-brand-greyDarkest\/45 {
    background-color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:bg-brand-greyDarkest\/5 {
    background-color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:bg-brand-greyDarkest\/50 {
    background-color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:bg-brand-greyDarkest\/55 {
    background-color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:bg-brand-greyDarkest\/60 {
    background-color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:bg-brand-greyDarkest\/65 {
    background-color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:bg-brand-greyDarkest\/70 {
    background-color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:bg-brand-greyDarkest\/75 {
    background-color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:bg-brand-greyDarkest\/80 {
    background-color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:bg-brand-greyDarkest\/85 {
    background-color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:bg-brand-greyDarkest\/90 {
    background-color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:bg-brand-greyDarkest\/95 {
    background-color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:bg-brand-greyLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-greyLight\/0 {
    background-color: rgb(249 248 254 / 0) !important;
  }

  .sm\:bg-brand-greyLight\/10 {
    background-color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:bg-brand-greyLight\/100 {
    background-color: rgb(249 248 254 / 1) !important;
  }

  .sm\:bg-brand-greyLight\/15 {
    background-color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:bg-brand-greyLight\/20 {
    background-color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:bg-brand-greyLight\/25 {
    background-color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:bg-brand-greyLight\/30 {
    background-color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:bg-brand-greyLight\/35 {
    background-color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:bg-brand-greyLight\/40 {
    background-color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:bg-brand-greyLight\/45 {
    background-color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:bg-brand-greyLight\/5 {
    background-color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:bg-brand-greyLight\/50 {
    background-color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:bg-brand-greyLight\/55 {
    background-color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:bg-brand-greyLight\/60 {
    background-color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:bg-brand-greyLight\/65 {
    background-color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:bg-brand-greyLight\/70 {
    background-color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:bg-brand-greyLight\/75 {
    background-color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:bg-brand-greyLight\/80 {
    background-color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:bg-brand-greyLight\/85 {
    background-color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:bg-brand-greyLight\/90 {
    background-color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:bg-brand-greyLight\/95 {
    background-color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-red\/0 {
    background-color: rgb(223 45 59 / 0) !important;
  }

  .sm\:bg-brand-red\/10 {
    background-color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:bg-brand-red\/100 {
    background-color: rgb(223 45 59 / 1) !important;
  }

  .sm\:bg-brand-red\/15 {
    background-color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:bg-brand-red\/20 {
    background-color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:bg-brand-red\/25 {
    background-color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:bg-brand-red\/30 {
    background-color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:bg-brand-red\/35 {
    background-color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:bg-brand-red\/40 {
    background-color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:bg-brand-red\/45 {
    background-color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:bg-brand-red\/5 {
    background-color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:bg-brand-red\/50 {
    background-color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:bg-brand-red\/55 {
    background-color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:bg-brand-red\/60 {
    background-color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:bg-brand-red\/65 {
    background-color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:bg-brand-red\/70 {
    background-color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:bg-brand-red\/75 {
    background-color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:bg-brand-red\/80 {
    background-color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:bg-brand-red\/85 {
    background-color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:bg-brand-red\/90 {
    background-color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:bg-brand-red\/95 {
    background-color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:bg-brand-redDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-redDark\/0 {
    background-color: rgb(190 22 35 / 0) !important;
  }

  .sm\:bg-brand-redDark\/10 {
    background-color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:bg-brand-redDark\/100 {
    background-color: rgb(190 22 35 / 1) !important;
  }

  .sm\:bg-brand-redDark\/15 {
    background-color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:bg-brand-redDark\/20 {
    background-color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:bg-brand-redDark\/25 {
    background-color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:bg-brand-redDark\/30 {
    background-color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:bg-brand-redDark\/35 {
    background-color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:bg-brand-redDark\/40 {
    background-color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:bg-brand-redDark\/45 {
    background-color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:bg-brand-redDark\/5 {
    background-color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:bg-brand-redDark\/50 {
    background-color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:bg-brand-redDark\/55 {
    background-color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:bg-brand-redDark\/60 {
    background-color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:bg-brand-redDark\/65 {
    background-color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:bg-brand-redDark\/70 {
    background-color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:bg-brand-redDark\/75 {
    background-color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:bg-brand-redDark\/80 {
    background-color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:bg-brand-redDark\/85 {
    background-color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:bg-brand-redDark\/90 {
    background-color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:bg-brand-redDark\/95 {
    background-color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:bg-brand-systemGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-systemGreen\/0 {
    background-color: rgb(30 214 93 / 0) !important;
  }

  .sm\:bg-brand-systemGreen\/10 {
    background-color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:bg-brand-systemGreen\/100 {
    background-color: rgb(30 214 93 / 1) !important;
  }

  .sm\:bg-brand-systemGreen\/15 {
    background-color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:bg-brand-systemGreen\/20 {
    background-color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:bg-brand-systemGreen\/25 {
    background-color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:bg-brand-systemGreen\/30 {
    background-color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:bg-brand-systemGreen\/35 {
    background-color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:bg-brand-systemGreen\/40 {
    background-color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:bg-brand-systemGreen\/45 {
    background-color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:bg-brand-systemGreen\/5 {
    background-color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:bg-brand-systemGreen\/50 {
    background-color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:bg-brand-systemGreen\/55 {
    background-color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:bg-brand-systemGreen\/60 {
    background-color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:bg-brand-systemGreen\/65 {
    background-color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:bg-brand-systemGreen\/70 {
    background-color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:bg-brand-systemGreen\/75 {
    background-color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:bg-brand-systemGreen\/80 {
    background-color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:bg-brand-systemGreen\/85 {
    background-color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:bg-brand-systemGreen\/90 {
    background-color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:bg-brand-systemGreen\/95 {
    background-color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:bg-brand-systemOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-systemOrange\/0 {
    background-color: rgb(216 125 19 / 0) !important;
  }

  .sm\:bg-brand-systemOrange\/10 {
    background-color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:bg-brand-systemOrange\/100 {
    background-color: rgb(216 125 19 / 1) !important;
  }

  .sm\:bg-brand-systemOrange\/15 {
    background-color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:bg-brand-systemOrange\/20 {
    background-color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:bg-brand-systemOrange\/25 {
    background-color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:bg-brand-systemOrange\/30 {
    background-color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:bg-brand-systemOrange\/35 {
    background-color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:bg-brand-systemOrange\/40 {
    background-color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:bg-brand-systemOrange\/45 {
    background-color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:bg-brand-systemOrange\/5 {
    background-color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:bg-brand-systemOrange\/50 {
    background-color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:bg-brand-systemOrange\/55 {
    background-color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:bg-brand-systemOrange\/60 {
    background-color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:bg-brand-systemOrange\/65 {
    background-color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:bg-brand-systemOrange\/70 {
    background-color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:bg-brand-systemOrange\/75 {
    background-color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:bg-brand-systemOrange\/80 {
    background-color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:bg-brand-systemOrange\/85 {
    background-color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:bg-brand-systemOrange\/90 {
    background-color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:bg-brand-systemOrange\/95 {
    background-color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:bg-brand-systemRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-systemRed\/0 {
    background-color: rgb(227 45 59 / 0) !important;
  }

  .sm\:bg-brand-systemRed\/10 {
    background-color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:bg-brand-systemRed\/100 {
    background-color: rgb(227 45 59 / 1) !important;
  }

  .sm\:bg-brand-systemRed\/15 {
    background-color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:bg-brand-systemRed\/20 {
    background-color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:bg-brand-systemRed\/25 {
    background-color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:bg-brand-systemRed\/30 {
    background-color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:bg-brand-systemRed\/35 {
    background-color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:bg-brand-systemRed\/40 {
    background-color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:bg-brand-systemRed\/45 {
    background-color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:bg-brand-systemRed\/5 {
    background-color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:bg-brand-systemRed\/50 {
    background-color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:bg-brand-systemRed\/55 {
    background-color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:bg-brand-systemRed\/60 {
    background-color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:bg-brand-systemRed\/65 {
    background-color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:bg-brand-systemRed\/70 {
    background-color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:bg-brand-systemRed\/75 {
    background-color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:bg-brand-systemRed\/80 {
    background-color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:bg-brand-systemRed\/85 {
    background-color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:bg-brand-systemRed\/90 {
    background-color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:bg-brand-systemRed\/95 {
    background-color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:bg-brand-systemYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-systemYellow\/0 {
    background-color: rgb(227 203 15 / 0) !important;
  }

  .sm\:bg-brand-systemYellow\/10 {
    background-color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:bg-brand-systemYellow\/100 {
    background-color: rgb(227 203 15 / 1) !important;
  }

  .sm\:bg-brand-systemYellow\/15 {
    background-color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:bg-brand-systemYellow\/20 {
    background-color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:bg-brand-systemYellow\/25 {
    background-color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:bg-brand-systemYellow\/30 {
    background-color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:bg-brand-systemYellow\/35 {
    background-color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:bg-brand-systemYellow\/40 {
    background-color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:bg-brand-systemYellow\/45 {
    background-color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:bg-brand-systemYellow\/5 {
    background-color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:bg-brand-systemYellow\/50 {
    background-color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:bg-brand-systemYellow\/55 {
    background-color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:bg-brand-systemYellow\/60 {
    background-color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:bg-brand-systemYellow\/65 {
    background-color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:bg-brand-systemYellow\/70 {
    background-color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:bg-brand-systemYellow\/75 {
    background-color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:bg-brand-systemYellow\/80 {
    background-color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:bg-brand-systemYellow\/85 {
    background-color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:bg-brand-systemYellow\/90 {
    background-color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:bg-brand-systemYellow\/95 {
    background-color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:bg-brand-text {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-text\/0 {
    background-color: rgb(18 2 28 / 0) !important;
  }

  .sm\:bg-brand-text\/10 {
    background-color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:bg-brand-text\/100 {
    background-color: rgb(18 2 28 / 1) !important;
  }

  .sm\:bg-brand-text\/15 {
    background-color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:bg-brand-text\/20 {
    background-color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:bg-brand-text\/25 {
    background-color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:bg-brand-text\/30 {
    background-color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:bg-brand-text\/35 {
    background-color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:bg-brand-text\/40 {
    background-color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:bg-brand-text\/45 {
    background-color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:bg-brand-text\/5 {
    background-color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:bg-brand-text\/50 {
    background-color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:bg-brand-text\/55 {
    background-color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:bg-brand-text\/60 {
    background-color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:bg-brand-text\/65 {
    background-color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:bg-brand-text\/70 {
    background-color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:bg-brand-text\/75 {
    background-color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:bg-brand-text\/80 {
    background-color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:bg-brand-text\/85 {
    background-color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:bg-brand-text\/90 {
    background-color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:bg-brand-text\/95 {
    background-color: rgb(18 2 28 / 0.95) !important;
  }

  .sm\:bg-brand-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .sm\:bg-brand-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:bg-brand-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .sm\:bg-brand-white\/15 {
    background-color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:bg-brand-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:bg-brand-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:bg-brand-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:bg-brand-white\/35 {
    background-color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:bg-brand-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:bg-brand-white\/45 {
    background-color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:bg-brand-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:bg-brand-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:bg-brand-white\/55 {
    background-color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:bg-brand-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:bg-brand-white\/65 {
    background-color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:bg-brand-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:bg-brand-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:bg-brand-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:bg-brand-white\/85 {
    background-color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:bg-brand-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:bg-brand-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:bg-gradient-grey {
    background-image: linear-gradient(to bottom, #000102, #545555) !important;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

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

  .sm\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem !important;
  }

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

  .sm\:p-100 {
    padding: 25rem !important;
  }

  .sm\:p-11 {
    padding: 2.75rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-18 {
    padding: 4.5rem !important;
  }

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

  .sm\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-28 {
    padding: 7rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:p-30 {
    padding: 7.5rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-36 {
    padding: 9rem !important;
  }

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

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-44 {
    padding: 11rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

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

  .sm\:p-52 {
    padding: 13rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

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

  .sm\:p-60 {
    padding: 15rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-7 {
    padding: 1.75rem !important;
  }

  .sm\:p-72 {
    padding: 18rem !important;
  }

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

  .sm\:p-80 {
    padding: 20rem !important;
  }

  .sm\:p-9 {
    padding: 2.25rem !important;
  }

  .sm\:p-96 {
    padding: 24rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

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

  .sm\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

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

  .sm\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

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

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

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

  .sm\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

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

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

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

  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

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

  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

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

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

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

  .sm\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

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

  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

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

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

  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

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

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

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

  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-100 {
    padding-bottom: 25rem !important;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

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

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

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

  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .sm\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

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

  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }

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

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-0 {
    padding-left: 0px !important;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

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

  .sm\:pl-100 {
    padding-left: 25rem !important;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }

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

  .sm\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

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

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:pl-72 {
    padding-left: 18rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:pl-96 {
    padding-left: 24rem !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pr-100 {
    padding-right: 25rem !important;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pr-36 {
    padding-right: 9rem !important;
  }

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

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:pr-72 {
    padding-right: 18rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:pr-96 {
    padding-right: 24rem !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

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

  .sm\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pt-100 {
    padding-top: 25rem !important;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }

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

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .sm\:pt-30 {
    padding-top: 7.5rem !important;
  }

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

  .sm\:pt-36 {
    padding-top: 9rem !important;
  }

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

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pt-44 {
    padding-top: 11rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

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

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

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

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .sm\:pt-72 {
    padding-top: 18rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

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

  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .sm\:pt-96 {
    padding-top: 24rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

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

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

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

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-start {
    text-align: start !important;
  }

  .sm\:text-end {
    text-align: end !important;
  }

  .sm\:text-brand-brown {
    --tw-text-opacity: 1 !important;
    color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brown\/0 {
    color: rgb(133 114 114 / 0) !important;
  }

  .sm\:text-brand-brown\/10 {
    color: rgb(133 114 114 / 0.1) !important;
  }

  .sm\:text-brand-brown\/100 {
    color: rgb(133 114 114 / 1) !important;
  }

  .sm\:text-brand-brown\/15 {
    color: rgb(133 114 114 / 0.15) !important;
  }

  .sm\:text-brand-brown\/20 {
    color: rgb(133 114 114 / 0.2) !important;
  }

  .sm\:text-brand-brown\/25 {
    color: rgb(133 114 114 / 0.25) !important;
  }

  .sm\:text-brand-brown\/30 {
    color: rgb(133 114 114 / 0.3) !important;
  }

  .sm\:text-brand-brown\/35 {
    color: rgb(133 114 114 / 0.35) !important;
  }

  .sm\:text-brand-brown\/40 {
    color: rgb(133 114 114 / 0.4) !important;
  }

  .sm\:text-brand-brown\/45 {
    color: rgb(133 114 114 / 0.45) !important;
  }

  .sm\:text-brand-brown\/5 {
    color: rgb(133 114 114 / 0.05) !important;
  }

  .sm\:text-brand-brown\/50 {
    color: rgb(133 114 114 / 0.5) !important;
  }

  .sm\:text-brand-brown\/55 {
    color: rgb(133 114 114 / 0.55) !important;
  }

  .sm\:text-brand-brown\/60 {
    color: rgb(133 114 114 / 0.6) !important;
  }

  .sm\:text-brand-brown\/65 {
    color: rgb(133 114 114 / 0.65) !important;
  }

  .sm\:text-brand-brown\/70 {
    color: rgb(133 114 114 / 0.7) !important;
  }

  .sm\:text-brand-brown\/75 {
    color: rgb(133 114 114 / 0.75) !important;
  }

  .sm\:text-brand-brown\/80 {
    color: rgb(133 114 114 / 0.8) !important;
  }

  .sm\:text-brand-brown\/85 {
    color: rgb(133 114 114 / 0.85) !important;
  }

  .sm\:text-brand-brown\/90 {
    color: rgb(133 114 114 / 0.9) !important;
  }

  .sm\:text-brand-brown\/95 {
    color: rgb(133 114 114 / 0.95) !important;
  }

  .sm\:text-brand-brownDark {
    --tw-text-opacity: 1 !important;
    color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brownDark\/0 {
    color: rgb(73 71 78 / 0) !important;
  }

  .sm\:text-brand-brownDark\/10 {
    color: rgb(73 71 78 / 0.1) !important;
  }

  .sm\:text-brand-brownDark\/100 {
    color: rgb(73 71 78 / 1) !important;
  }

  .sm\:text-brand-brownDark\/15 {
    color: rgb(73 71 78 / 0.15) !important;
  }

  .sm\:text-brand-brownDark\/20 {
    color: rgb(73 71 78 / 0.2) !important;
  }

  .sm\:text-brand-brownDark\/25 {
    color: rgb(73 71 78 / 0.25) !important;
  }

  .sm\:text-brand-brownDark\/30 {
    color: rgb(73 71 78 / 0.3) !important;
  }

  .sm\:text-brand-brownDark\/35 {
    color: rgb(73 71 78 / 0.35) !important;
  }

  .sm\:text-brand-brownDark\/40 {
    color: rgb(73 71 78 / 0.4) !important;
  }

  .sm\:text-brand-brownDark\/45 {
    color: rgb(73 71 78 / 0.45) !important;
  }

  .sm\:text-brand-brownDark\/5 {
    color: rgb(73 71 78 / 0.05) !important;
  }

  .sm\:text-brand-brownDark\/50 {
    color: rgb(73 71 78 / 0.5) !important;
  }

  .sm\:text-brand-brownDark\/55 {
    color: rgb(73 71 78 / 0.55) !important;
  }

  .sm\:text-brand-brownDark\/60 {
    color: rgb(73 71 78 / 0.6) !important;
  }

  .sm\:text-brand-brownDark\/65 {
    color: rgb(73 71 78 / 0.65) !important;
  }

  .sm\:text-brand-brownDark\/70 {
    color: rgb(73 71 78 / 0.7) !important;
  }

  .sm\:text-brand-brownDark\/75 {
    color: rgb(73 71 78 / 0.75) !important;
  }

  .sm\:text-brand-brownDark\/80 {
    color: rgb(73 71 78 / 0.8) !important;
  }

  .sm\:text-brand-brownDark\/85 {
    color: rgb(73 71 78 / 0.85) !important;
  }

  .sm\:text-brand-brownDark\/90 {
    color: rgb(73 71 78 / 0.9) !important;
  }

  .sm\:text-brand-brownDark\/95 {
    color: rgb(73 71 78 / 0.95) !important;
  }

  .sm\:text-brand-brownDarker {
    --tw-text-opacity: 1 !important;
    color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brownDarker\/0 {
    color: rgb(36 34 42 / 0) !important;
  }

  .sm\:text-brand-brownDarker\/10 {
    color: rgb(36 34 42 / 0.1) !important;
  }

  .sm\:text-brand-brownDarker\/100 {
    color: rgb(36 34 42 / 1) !important;
  }

  .sm\:text-brand-brownDarker\/15 {
    color: rgb(36 34 42 / 0.15) !important;
  }

  .sm\:text-brand-brownDarker\/20 {
    color: rgb(36 34 42 / 0.2) !important;
  }

  .sm\:text-brand-brownDarker\/25 {
    color: rgb(36 34 42 / 0.25) !important;
  }

  .sm\:text-brand-brownDarker\/30 {
    color: rgb(36 34 42 / 0.3) !important;
  }

  .sm\:text-brand-brownDarker\/35 {
    color: rgb(36 34 42 / 0.35) !important;
  }

  .sm\:text-brand-brownDarker\/40 {
    color: rgb(36 34 42 / 0.4) !important;
  }

  .sm\:text-brand-brownDarker\/45 {
    color: rgb(36 34 42 / 0.45) !important;
  }

  .sm\:text-brand-brownDarker\/5 {
    color: rgb(36 34 42 / 0.05) !important;
  }

  .sm\:text-brand-brownDarker\/50 {
    color: rgb(36 34 42 / 0.5) !important;
  }

  .sm\:text-brand-brownDarker\/55 {
    color: rgb(36 34 42 / 0.55) !important;
  }

  .sm\:text-brand-brownDarker\/60 {
    color: rgb(36 34 42 / 0.6) !important;
  }

  .sm\:text-brand-brownDarker\/65 {
    color: rgb(36 34 42 / 0.65) !important;
  }

  .sm\:text-brand-brownDarker\/70 {
    color: rgb(36 34 42 / 0.7) !important;
  }

  .sm\:text-brand-brownDarker\/75 {
    color: rgb(36 34 42 / 0.75) !important;
  }

  .sm\:text-brand-brownDarker\/80 {
    color: rgb(36 34 42 / 0.8) !important;
  }

  .sm\:text-brand-brownDarker\/85 {
    color: rgb(36 34 42 / 0.85) !important;
  }

  .sm\:text-brand-brownDarker\/90 {
    color: rgb(36 34 42 / 0.9) !important;
  }

  .sm\:text-brand-brownDarker\/95 {
    color: rgb(36 34 42 / 0.95) !important;
  }

  .sm\:text-brand-brownDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brownDarkest\/0 {
    color: rgb(13 14 24 / 0) !important;
  }

  .sm\:text-brand-brownDarkest\/10 {
    color: rgb(13 14 24 / 0.1) !important;
  }

  .sm\:text-brand-brownDarkest\/100 {
    color: rgb(13 14 24 / 1) !important;
  }

  .sm\:text-brand-brownDarkest\/15 {
    color: rgb(13 14 24 / 0.15) !important;
  }

  .sm\:text-brand-brownDarkest\/20 {
    color: rgb(13 14 24 / 0.2) !important;
  }

  .sm\:text-brand-brownDarkest\/25 {
    color: rgb(13 14 24 / 0.25) !important;
  }

  .sm\:text-brand-brownDarkest\/30 {
    color: rgb(13 14 24 / 0.3) !important;
  }

  .sm\:text-brand-brownDarkest\/35 {
    color: rgb(13 14 24 / 0.35) !important;
  }

  .sm\:text-brand-brownDarkest\/40 {
    color: rgb(13 14 24 / 0.4) !important;
  }

  .sm\:text-brand-brownDarkest\/45 {
    color: rgb(13 14 24 / 0.45) !important;
  }

  .sm\:text-brand-brownDarkest\/5 {
    color: rgb(13 14 24 / 0.05) !important;
  }

  .sm\:text-brand-brownDarkest\/50 {
    color: rgb(13 14 24 / 0.5) !important;
  }

  .sm\:text-brand-brownDarkest\/55 {
    color: rgb(13 14 24 / 0.55) !important;
  }

  .sm\:text-brand-brownDarkest\/60 {
    color: rgb(13 14 24 / 0.6) !important;
  }

  .sm\:text-brand-brownDarkest\/65 {
    color: rgb(13 14 24 / 0.65) !important;
  }

  .sm\:text-brand-brownDarkest\/70 {
    color: rgb(13 14 24 / 0.7) !important;
  }

  .sm\:text-brand-brownDarkest\/75 {
    color: rgb(13 14 24 / 0.75) !important;
  }

  .sm\:text-brand-brownDarkest\/80 {
    color: rgb(13 14 24 / 0.8) !important;
  }

  .sm\:text-brand-brownDarkest\/85 {
    color: rgb(13 14 24 / 0.85) !important;
  }

  .sm\:text-brand-brownDarkest\/90 {
    color: rgb(13 14 24 / 0.9) !important;
  }

  .sm\:text-brand-brownDarkest\/95 {
    color: rgb(13 14 24 / 0.95) !important;
  }

  .sm\:text-brand-brownLighest {
    --tw-text-opacity: 1 !important;
    color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brownLighest\/0 {
    color: rgb(252 248 248 / 0) !important;
  }

  .sm\:text-brand-brownLighest\/10 {
    color: rgb(252 248 248 / 0.1) !important;
  }

  .sm\:text-brand-brownLighest\/100 {
    color: rgb(252 248 248 / 1) !important;
  }

  .sm\:text-brand-brownLighest\/15 {
    color: rgb(252 248 248 / 0.15) !important;
  }

  .sm\:text-brand-brownLighest\/20 {
    color: rgb(252 248 248 / 0.2) !important;
  }

  .sm\:text-brand-brownLighest\/25 {
    color: rgb(252 248 248 / 0.25) !important;
  }

  .sm\:text-brand-brownLighest\/30 {
    color: rgb(252 248 248 / 0.3) !important;
  }

  .sm\:text-brand-brownLighest\/35 {
    color: rgb(252 248 248 / 0.35) !important;
  }

  .sm\:text-brand-brownLighest\/40 {
    color: rgb(252 248 248 / 0.4) !important;
  }

  .sm\:text-brand-brownLighest\/45 {
    color: rgb(252 248 248 / 0.45) !important;
  }

  .sm\:text-brand-brownLighest\/5 {
    color: rgb(252 248 248 / 0.05) !important;
  }

  .sm\:text-brand-brownLighest\/50 {
    color: rgb(252 248 248 / 0.5) !important;
  }

  .sm\:text-brand-brownLighest\/55 {
    color: rgb(252 248 248 / 0.55) !important;
  }

  .sm\:text-brand-brownLighest\/60 {
    color: rgb(252 248 248 / 0.6) !important;
  }

  .sm\:text-brand-brownLighest\/65 {
    color: rgb(252 248 248 / 0.65) !important;
  }

  .sm\:text-brand-brownLighest\/70 {
    color: rgb(252 248 248 / 0.7) !important;
  }

  .sm\:text-brand-brownLighest\/75 {
    color: rgb(252 248 248 / 0.75) !important;
  }

  .sm\:text-brand-brownLighest\/80 {
    color: rgb(252 248 248 / 0.8) !important;
  }

  .sm\:text-brand-brownLighest\/85 {
    color: rgb(252 248 248 / 0.85) !important;
  }

  .sm\:text-brand-brownLighest\/90 {
    color: rgb(252 248 248 / 0.9) !important;
  }

  .sm\:text-brand-brownLighest\/95 {
    color: rgb(252 248 248 / 0.95) !important;
  }

  .sm\:text-brand-brownLight {
    --tw-text-opacity: 1 !important;
    color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-brownLight\/0 {
    color: rgb(214 204 205 / 0) !important;
  }

  .sm\:text-brand-brownLight\/10 {
    color: rgb(214 204 205 / 0.1) !important;
  }

  .sm\:text-brand-brownLight\/100 {
    color: rgb(214 204 205 / 1) !important;
  }

  .sm\:text-brand-brownLight\/15 {
    color: rgb(214 204 205 / 0.15) !important;
  }

  .sm\:text-brand-brownLight\/20 {
    color: rgb(214 204 205 / 0.2) !important;
  }

  .sm\:text-brand-brownLight\/25 {
    color: rgb(214 204 205 / 0.25) !important;
  }

  .sm\:text-brand-brownLight\/30 {
    color: rgb(214 204 205 / 0.3) !important;
  }

  .sm\:text-brand-brownLight\/35 {
    color: rgb(214 204 205 / 0.35) !important;
  }

  .sm\:text-brand-brownLight\/40 {
    color: rgb(214 204 205 / 0.4) !important;
  }

  .sm\:text-brand-brownLight\/45 {
    color: rgb(214 204 205 / 0.45) !important;
  }

  .sm\:text-brand-brownLight\/5 {
    color: rgb(214 204 205 / 0.05) !important;
  }

  .sm\:text-brand-brownLight\/50 {
    color: rgb(214 204 205 / 0.5) !important;
  }

  .sm\:text-brand-brownLight\/55 {
    color: rgb(214 204 205 / 0.55) !important;
  }

  .sm\:text-brand-brownLight\/60 {
    color: rgb(214 204 205 / 0.6) !important;
  }

  .sm\:text-brand-brownLight\/65 {
    color: rgb(214 204 205 / 0.65) !important;
  }

  .sm\:text-brand-brownLight\/70 {
    color: rgb(214 204 205 / 0.7) !important;
  }

  .sm\:text-brand-brownLight\/75 {
    color: rgb(214 204 205 / 0.75) !important;
  }

  .sm\:text-brand-brownLight\/80 {
    color: rgb(214 204 205 / 0.8) !important;
  }

  .sm\:text-brand-brownLight\/85 {
    color: rgb(214 204 205 / 0.85) !important;
  }

  .sm\:text-brand-brownLight\/90 {
    color: rgb(214 204 205 / 0.9) !important;
  }

  .sm\:text-brand-brownLight\/95 {
    color: rgb(214 204 205 / 0.95) !important;
  }

  .sm\:text-brand-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-grey\/0 {
    color: rgb(218 218 218 / 0) !important;
  }

  .sm\:text-brand-grey\/10 {
    color: rgb(218 218 218 / 0.1) !important;
  }

  .sm\:text-brand-grey\/100 {
    color: rgb(218 218 218 / 1) !important;
  }

  .sm\:text-brand-grey\/15 {
    color: rgb(218 218 218 / 0.15) !important;
  }

  .sm\:text-brand-grey\/20 {
    color: rgb(218 218 218 / 0.2) !important;
  }

  .sm\:text-brand-grey\/25 {
    color: rgb(218 218 218 / 0.25) !important;
  }

  .sm\:text-brand-grey\/30 {
    color: rgb(218 218 218 / 0.3) !important;
  }

  .sm\:text-brand-grey\/35 {
    color: rgb(218 218 218 / 0.35) !important;
  }

  .sm\:text-brand-grey\/40 {
    color: rgb(218 218 218 / 0.4) !important;
  }

  .sm\:text-brand-grey\/45 {
    color: rgb(218 218 218 / 0.45) !important;
  }

  .sm\:text-brand-grey\/5 {
    color: rgb(218 218 218 / 0.05) !important;
  }

  .sm\:text-brand-grey\/50 {
    color: rgb(218 218 218 / 0.5) !important;
  }

  .sm\:text-brand-grey\/55 {
    color: rgb(218 218 218 / 0.55) !important;
  }

  .sm\:text-brand-grey\/60 {
    color: rgb(218 218 218 / 0.6) !important;
  }

  .sm\:text-brand-grey\/65 {
    color: rgb(218 218 218 / 0.65) !important;
  }

  .sm\:text-brand-grey\/70 {
    color: rgb(218 218 218 / 0.7) !important;
  }

  .sm\:text-brand-grey\/75 {
    color: rgb(218 218 218 / 0.75) !important;
  }

  .sm\:text-brand-grey\/80 {
    color: rgb(218 218 218 / 0.8) !important;
  }

  .sm\:text-brand-grey\/85 {
    color: rgb(218 218 218 / 0.85) !important;
  }

  .sm\:text-brand-grey\/90 {
    color: rgb(218 218 218 / 0.9) !important;
  }

  .sm\:text-brand-grey\/95 {
    color: rgb(218 218 218 / 0.95) !important;
  }

  .sm\:text-brand-greyDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-greyDarkest\/0 {
    color: rgb(26 3 27 / 0) !important;
  }

  .sm\:text-brand-greyDarkest\/10 {
    color: rgb(26 3 27 / 0.1) !important;
  }

  .sm\:text-brand-greyDarkest\/100 {
    color: rgb(26 3 27 / 1) !important;
  }

  .sm\:text-brand-greyDarkest\/15 {
    color: rgb(26 3 27 / 0.15) !important;
  }

  .sm\:text-brand-greyDarkest\/20 {
    color: rgb(26 3 27 / 0.2) !important;
  }

  .sm\:text-brand-greyDarkest\/25 {
    color: rgb(26 3 27 / 0.25) !important;
  }

  .sm\:text-brand-greyDarkest\/30 {
    color: rgb(26 3 27 / 0.3) !important;
  }

  .sm\:text-brand-greyDarkest\/35 {
    color: rgb(26 3 27 / 0.35) !important;
  }

  .sm\:text-brand-greyDarkest\/40 {
    color: rgb(26 3 27 / 0.4) !important;
  }

  .sm\:text-brand-greyDarkest\/45 {
    color: rgb(26 3 27 / 0.45) !important;
  }

  .sm\:text-brand-greyDarkest\/5 {
    color: rgb(26 3 27 / 0.05) !important;
  }

  .sm\:text-brand-greyDarkest\/50 {
    color: rgb(26 3 27 / 0.5) !important;
  }

  .sm\:text-brand-greyDarkest\/55 {
    color: rgb(26 3 27 / 0.55) !important;
  }

  .sm\:text-brand-greyDarkest\/60 {
    color: rgb(26 3 27 / 0.6) !important;
  }

  .sm\:text-brand-greyDarkest\/65 {
    color: rgb(26 3 27 / 0.65) !important;
  }

  .sm\:text-brand-greyDarkest\/70 {
    color: rgb(26 3 27 / 0.7) !important;
  }

  .sm\:text-brand-greyDarkest\/75 {
    color: rgb(26 3 27 / 0.75) !important;
  }

  .sm\:text-brand-greyDarkest\/80 {
    color: rgb(26 3 27 / 0.8) !important;
  }

  .sm\:text-brand-greyDarkest\/85 {
    color: rgb(26 3 27 / 0.85) !important;
  }

  .sm\:text-brand-greyDarkest\/90 {
    color: rgb(26 3 27 / 0.9) !important;
  }

  .sm\:text-brand-greyDarkest\/95 {
    color: rgb(26 3 27 / 0.95) !important;
  }

  .sm\:text-brand-greyLight {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-greyLight\/0 {
    color: rgb(249 248 254 / 0) !important;
  }

  .sm\:text-brand-greyLight\/10 {
    color: rgb(249 248 254 / 0.1) !important;
  }

  .sm\:text-brand-greyLight\/100 {
    color: rgb(249 248 254 / 1) !important;
  }

  .sm\:text-brand-greyLight\/15 {
    color: rgb(249 248 254 / 0.15) !important;
  }

  .sm\:text-brand-greyLight\/20 {
    color: rgb(249 248 254 / 0.2) !important;
  }

  .sm\:text-brand-greyLight\/25 {
    color: rgb(249 248 254 / 0.25) !important;
  }

  .sm\:text-brand-greyLight\/30 {
    color: rgb(249 248 254 / 0.3) !important;
  }

  .sm\:text-brand-greyLight\/35 {
    color: rgb(249 248 254 / 0.35) !important;
  }

  .sm\:text-brand-greyLight\/40 {
    color: rgb(249 248 254 / 0.4) !important;
  }

  .sm\:text-brand-greyLight\/45 {
    color: rgb(249 248 254 / 0.45) !important;
  }

  .sm\:text-brand-greyLight\/5 {
    color: rgb(249 248 254 / 0.05) !important;
  }

  .sm\:text-brand-greyLight\/50 {
    color: rgb(249 248 254 / 0.5) !important;
  }

  .sm\:text-brand-greyLight\/55 {
    color: rgb(249 248 254 / 0.55) !important;
  }

  .sm\:text-brand-greyLight\/60 {
    color: rgb(249 248 254 / 0.6) !important;
  }

  .sm\:text-brand-greyLight\/65 {
    color: rgb(249 248 254 / 0.65) !important;
  }

  .sm\:text-brand-greyLight\/70 {
    color: rgb(249 248 254 / 0.7) !important;
  }

  .sm\:text-brand-greyLight\/75 {
    color: rgb(249 248 254 / 0.75) !important;
  }

  .sm\:text-brand-greyLight\/80 {
    color: rgb(249 248 254 / 0.8) !important;
  }

  .sm\:text-brand-greyLight\/85 {
    color: rgb(249 248 254 / 0.85) !important;
  }

  .sm\:text-brand-greyLight\/90 {
    color: rgb(249 248 254 / 0.9) !important;
  }

  .sm\:text-brand-greyLight\/95 {
    color: rgb(249 248 254 / 0.95) !important;
  }

  .sm\:text-brand-red {
    --tw-text-opacity: 1 !important;
    color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-red\/0 {
    color: rgb(223 45 59 / 0) !important;
  }

  .sm\:text-brand-red\/10 {
    color: rgb(223 45 59 / 0.1) !important;
  }

  .sm\:text-brand-red\/100 {
    color: rgb(223 45 59 / 1) !important;
  }

  .sm\:text-brand-red\/15 {
    color: rgb(223 45 59 / 0.15) !important;
  }

  .sm\:text-brand-red\/20 {
    color: rgb(223 45 59 / 0.2) !important;
  }

  .sm\:text-brand-red\/25 {
    color: rgb(223 45 59 / 0.25) !important;
  }

  .sm\:text-brand-red\/30 {
    color: rgb(223 45 59 / 0.3) !important;
  }

  .sm\:text-brand-red\/35 {
    color: rgb(223 45 59 / 0.35) !important;
  }

  .sm\:text-brand-red\/40 {
    color: rgb(223 45 59 / 0.4) !important;
  }

  .sm\:text-brand-red\/45 {
    color: rgb(223 45 59 / 0.45) !important;
  }

  .sm\:text-brand-red\/5 {
    color: rgb(223 45 59 / 0.05) !important;
  }

  .sm\:text-brand-red\/50 {
    color: rgb(223 45 59 / 0.5) !important;
  }

  .sm\:text-brand-red\/55 {
    color: rgb(223 45 59 / 0.55) !important;
  }

  .sm\:text-brand-red\/60 {
    color: rgb(223 45 59 / 0.6) !important;
  }

  .sm\:text-brand-red\/65 {
    color: rgb(223 45 59 / 0.65) !important;
  }

  .sm\:text-brand-red\/70 {
    color: rgb(223 45 59 / 0.7) !important;
  }

  .sm\:text-brand-red\/75 {
    color: rgb(223 45 59 / 0.75) !important;
  }

  .sm\:text-brand-red\/80 {
    color: rgb(223 45 59 / 0.8) !important;
  }

  .sm\:text-brand-red\/85 {
    color: rgb(223 45 59 / 0.85) !important;
  }

  .sm\:text-brand-red\/90 {
    color: rgb(223 45 59 / 0.9) !important;
  }

  .sm\:text-brand-red\/95 {
    color: rgb(223 45 59 / 0.95) !important;
  }

  .sm\:text-brand-redDark {
    --tw-text-opacity: 1 !important;
    color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-redDark\/0 {
    color: rgb(190 22 35 / 0) !important;
  }

  .sm\:text-brand-redDark\/10 {
    color: rgb(190 22 35 / 0.1) !important;
  }

  .sm\:text-brand-redDark\/100 {
    color: rgb(190 22 35 / 1) !important;
  }

  .sm\:text-brand-redDark\/15 {
    color: rgb(190 22 35 / 0.15) !important;
  }

  .sm\:text-brand-redDark\/20 {
    color: rgb(190 22 35 / 0.2) !important;
  }

  .sm\:text-brand-redDark\/25 {
    color: rgb(190 22 35 / 0.25) !important;
  }

  .sm\:text-brand-redDark\/30 {
    color: rgb(190 22 35 / 0.3) !important;
  }

  .sm\:text-brand-redDark\/35 {
    color: rgb(190 22 35 / 0.35) !important;
  }

  .sm\:text-brand-redDark\/40 {
    color: rgb(190 22 35 / 0.4) !important;
  }

  .sm\:text-brand-redDark\/45 {
    color: rgb(190 22 35 / 0.45) !important;
  }

  .sm\:text-brand-redDark\/5 {
    color: rgb(190 22 35 / 0.05) !important;
  }

  .sm\:text-brand-redDark\/50 {
    color: rgb(190 22 35 / 0.5) !important;
  }

  .sm\:text-brand-redDark\/55 {
    color: rgb(190 22 35 / 0.55) !important;
  }

  .sm\:text-brand-redDark\/60 {
    color: rgb(190 22 35 / 0.6) !important;
  }

  .sm\:text-brand-redDark\/65 {
    color: rgb(190 22 35 / 0.65) !important;
  }

  .sm\:text-brand-redDark\/70 {
    color: rgb(190 22 35 / 0.7) !important;
  }

  .sm\:text-brand-redDark\/75 {
    color: rgb(190 22 35 / 0.75) !important;
  }

  .sm\:text-brand-redDark\/80 {
    color: rgb(190 22 35 / 0.8) !important;
  }

  .sm\:text-brand-redDark\/85 {
    color: rgb(190 22 35 / 0.85) !important;
  }

  .sm\:text-brand-redDark\/90 {
    color: rgb(190 22 35 / 0.9) !important;
  }

  .sm\:text-brand-redDark\/95 {
    color: rgb(190 22 35 / 0.95) !important;
  }

  .sm\:text-brand-systemGreen {
    --tw-text-opacity: 1 !important;
    color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-systemGreen\/0 {
    color: rgb(30 214 93 / 0) !important;
  }

  .sm\:text-brand-systemGreen\/10 {
    color: rgb(30 214 93 / 0.1) !important;
  }

  .sm\:text-brand-systemGreen\/100 {
    color: rgb(30 214 93 / 1) !important;
  }

  .sm\:text-brand-systemGreen\/15 {
    color: rgb(30 214 93 / 0.15) !important;
  }

  .sm\:text-brand-systemGreen\/20 {
    color: rgb(30 214 93 / 0.2) !important;
  }

  .sm\:text-brand-systemGreen\/25 {
    color: rgb(30 214 93 / 0.25) !important;
  }

  .sm\:text-brand-systemGreen\/30 {
    color: rgb(30 214 93 / 0.3) !important;
  }

  .sm\:text-brand-systemGreen\/35 {
    color: rgb(30 214 93 / 0.35) !important;
  }

  .sm\:text-brand-systemGreen\/40 {
    color: rgb(30 214 93 / 0.4) !important;
  }

  .sm\:text-brand-systemGreen\/45 {
    color: rgb(30 214 93 / 0.45) !important;
  }

  .sm\:text-brand-systemGreen\/5 {
    color: rgb(30 214 93 / 0.05) !important;
  }

  .sm\:text-brand-systemGreen\/50 {
    color: rgb(30 214 93 / 0.5) !important;
  }

  .sm\:text-brand-systemGreen\/55 {
    color: rgb(30 214 93 / 0.55) !important;
  }

  .sm\:text-brand-systemGreen\/60 {
    color: rgb(30 214 93 / 0.6) !important;
  }

  .sm\:text-brand-systemGreen\/65 {
    color: rgb(30 214 93 / 0.65) !important;
  }

  .sm\:text-brand-systemGreen\/70 {
    color: rgb(30 214 93 / 0.7) !important;
  }

  .sm\:text-brand-systemGreen\/75 {
    color: rgb(30 214 93 / 0.75) !important;
  }

  .sm\:text-brand-systemGreen\/80 {
    color: rgb(30 214 93 / 0.8) !important;
  }

  .sm\:text-brand-systemGreen\/85 {
    color: rgb(30 214 93 / 0.85) !important;
  }

  .sm\:text-brand-systemGreen\/90 {
    color: rgb(30 214 93 / 0.9) !important;
  }

  .sm\:text-brand-systemGreen\/95 {
    color: rgb(30 214 93 / 0.95) !important;
  }

  .sm\:text-brand-systemOrange {
    --tw-text-opacity: 1 !important;
    color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-systemOrange\/0 {
    color: rgb(216 125 19 / 0) !important;
  }

  .sm\:text-brand-systemOrange\/10 {
    color: rgb(216 125 19 / 0.1) !important;
  }

  .sm\:text-brand-systemOrange\/100 {
    color: rgb(216 125 19 / 1) !important;
  }

  .sm\:text-brand-systemOrange\/15 {
    color: rgb(216 125 19 / 0.15) !important;
  }

  .sm\:text-brand-systemOrange\/20 {
    color: rgb(216 125 19 / 0.2) !important;
  }

  .sm\:text-brand-systemOrange\/25 {
    color: rgb(216 125 19 / 0.25) !important;
  }

  .sm\:text-brand-systemOrange\/30 {
    color: rgb(216 125 19 / 0.3) !important;
  }

  .sm\:text-brand-systemOrange\/35 {
    color: rgb(216 125 19 / 0.35) !important;
  }

  .sm\:text-brand-systemOrange\/40 {
    color: rgb(216 125 19 / 0.4) !important;
  }

  .sm\:text-brand-systemOrange\/45 {
    color: rgb(216 125 19 / 0.45) !important;
  }

  .sm\:text-brand-systemOrange\/5 {
    color: rgb(216 125 19 / 0.05) !important;
  }

  .sm\:text-brand-systemOrange\/50 {
    color: rgb(216 125 19 / 0.5) !important;
  }

  .sm\:text-brand-systemOrange\/55 {
    color: rgb(216 125 19 / 0.55) !important;
  }

  .sm\:text-brand-systemOrange\/60 {
    color: rgb(216 125 19 / 0.6) !important;
  }

  .sm\:text-brand-systemOrange\/65 {
    color: rgb(216 125 19 / 0.65) !important;
  }

  .sm\:text-brand-systemOrange\/70 {
    color: rgb(216 125 19 / 0.7) !important;
  }

  .sm\:text-brand-systemOrange\/75 {
    color: rgb(216 125 19 / 0.75) !important;
  }

  .sm\:text-brand-systemOrange\/80 {
    color: rgb(216 125 19 / 0.8) !important;
  }

  .sm\:text-brand-systemOrange\/85 {
    color: rgb(216 125 19 / 0.85) !important;
  }

  .sm\:text-brand-systemOrange\/90 {
    color: rgb(216 125 19 / 0.9) !important;
  }

  .sm\:text-brand-systemOrange\/95 {
    color: rgb(216 125 19 / 0.95) !important;
  }

  .sm\:text-brand-systemRed {
    --tw-text-opacity: 1 !important;
    color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-systemRed\/0 {
    color: rgb(227 45 59 / 0) !important;
  }

  .sm\:text-brand-systemRed\/10 {
    color: rgb(227 45 59 / 0.1) !important;
  }

  .sm\:text-brand-systemRed\/100 {
    color: rgb(227 45 59 / 1) !important;
  }

  .sm\:text-brand-systemRed\/15 {
    color: rgb(227 45 59 / 0.15) !important;
  }

  .sm\:text-brand-systemRed\/20 {
    color: rgb(227 45 59 / 0.2) !important;
  }

  .sm\:text-brand-systemRed\/25 {
    color: rgb(227 45 59 / 0.25) !important;
  }

  .sm\:text-brand-systemRed\/30 {
    color: rgb(227 45 59 / 0.3) !important;
  }

  .sm\:text-brand-systemRed\/35 {
    color: rgb(227 45 59 / 0.35) !important;
  }

  .sm\:text-brand-systemRed\/40 {
    color: rgb(227 45 59 / 0.4) !important;
  }

  .sm\:text-brand-systemRed\/45 {
    color: rgb(227 45 59 / 0.45) !important;
  }

  .sm\:text-brand-systemRed\/5 {
    color: rgb(227 45 59 / 0.05) !important;
  }

  .sm\:text-brand-systemRed\/50 {
    color: rgb(227 45 59 / 0.5) !important;
  }

  .sm\:text-brand-systemRed\/55 {
    color: rgb(227 45 59 / 0.55) !important;
  }

  .sm\:text-brand-systemRed\/60 {
    color: rgb(227 45 59 / 0.6) !important;
  }

  .sm\:text-brand-systemRed\/65 {
    color: rgb(227 45 59 / 0.65) !important;
  }

  .sm\:text-brand-systemRed\/70 {
    color: rgb(227 45 59 / 0.7) !important;
  }

  .sm\:text-brand-systemRed\/75 {
    color: rgb(227 45 59 / 0.75) !important;
  }

  .sm\:text-brand-systemRed\/80 {
    color: rgb(227 45 59 / 0.8) !important;
  }

  .sm\:text-brand-systemRed\/85 {
    color: rgb(227 45 59 / 0.85) !important;
  }

  .sm\:text-brand-systemRed\/90 {
    color: rgb(227 45 59 / 0.9) !important;
  }

  .sm\:text-brand-systemRed\/95 {
    color: rgb(227 45 59 / 0.95) !important;
  }

  .sm\:text-brand-systemYellow {
    --tw-text-opacity: 1 !important;
    color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-systemYellow\/0 {
    color: rgb(227 203 15 / 0) !important;
  }

  .sm\:text-brand-systemYellow\/10 {
    color: rgb(227 203 15 / 0.1) !important;
  }

  .sm\:text-brand-systemYellow\/100 {
    color: rgb(227 203 15 / 1) !important;
  }

  .sm\:text-brand-systemYellow\/15 {
    color: rgb(227 203 15 / 0.15) !important;
  }

  .sm\:text-brand-systemYellow\/20 {
    color: rgb(227 203 15 / 0.2) !important;
  }

  .sm\:text-brand-systemYellow\/25 {
    color: rgb(227 203 15 / 0.25) !important;
  }

  .sm\:text-brand-systemYellow\/30 {
    color: rgb(227 203 15 / 0.3) !important;
  }

  .sm\:text-brand-systemYellow\/35 {
    color: rgb(227 203 15 / 0.35) !important;
  }

  .sm\:text-brand-systemYellow\/40 {
    color: rgb(227 203 15 / 0.4) !important;
  }

  .sm\:text-brand-systemYellow\/45 {
    color: rgb(227 203 15 / 0.45) !important;
  }

  .sm\:text-brand-systemYellow\/5 {
    color: rgb(227 203 15 / 0.05) !important;
  }

  .sm\:text-brand-systemYellow\/50 {
    color: rgb(227 203 15 / 0.5) !important;
  }

  .sm\:text-brand-systemYellow\/55 {
    color: rgb(227 203 15 / 0.55) !important;
  }

  .sm\:text-brand-systemYellow\/60 {
    color: rgb(227 203 15 / 0.6) !important;
  }

  .sm\:text-brand-systemYellow\/65 {
    color: rgb(227 203 15 / 0.65) !important;
  }

  .sm\:text-brand-systemYellow\/70 {
    color: rgb(227 203 15 / 0.7) !important;
  }

  .sm\:text-brand-systemYellow\/75 {
    color: rgb(227 203 15 / 0.75) !important;
  }

  .sm\:text-brand-systemYellow\/80 {
    color: rgb(227 203 15 / 0.8) !important;
  }

  .sm\:text-brand-systemYellow\/85 {
    color: rgb(227 203 15 / 0.85) !important;
  }

  .sm\:text-brand-systemYellow\/90 {
    color: rgb(227 203 15 / 0.9) !important;
  }

  .sm\:text-brand-systemYellow\/95 {
    color: rgb(227 203 15 / 0.95) !important;
  }

  .sm\:text-brand-text {
    --tw-text-opacity: 1 !important;
    color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-text\/0 {
    color: rgb(18 2 28 / 0) !important;
  }

  .sm\:text-brand-text\/10 {
    color: rgb(18 2 28 / 0.1) !important;
  }

  .sm\:text-brand-text\/100 {
    color: rgb(18 2 28 / 1) !important;
  }

  .sm\:text-brand-text\/15 {
    color: rgb(18 2 28 / 0.15) !important;
  }

  .sm\:text-brand-text\/20 {
    color: rgb(18 2 28 / 0.2) !important;
  }

  .sm\:text-brand-text\/25 {
    color: rgb(18 2 28 / 0.25) !important;
  }

  .sm\:text-brand-text\/30 {
    color: rgb(18 2 28 / 0.3) !important;
  }

  .sm\:text-brand-text\/35 {
    color: rgb(18 2 28 / 0.35) !important;
  }

  .sm\:text-brand-text\/40 {
    color: rgb(18 2 28 / 0.4) !important;
  }

  .sm\:text-brand-text\/45 {
    color: rgb(18 2 28 / 0.45) !important;
  }

  .sm\:text-brand-text\/5 {
    color: rgb(18 2 28 / 0.05) !important;
  }

  .sm\:text-brand-text\/50 {
    color: rgb(18 2 28 / 0.5) !important;
  }

  .sm\:text-brand-text\/55 {
    color: rgb(18 2 28 / 0.55) !important;
  }

  .sm\:text-brand-text\/60 {
    color: rgb(18 2 28 / 0.6) !important;
  }

  .sm\:text-brand-text\/65 {
    color: rgb(18 2 28 / 0.65) !important;
  }

  .sm\:text-brand-text\/70 {
    color: rgb(18 2 28 / 0.7) !important;
  }

  .sm\:text-brand-text\/75 {
    color: rgb(18 2 28 / 0.75) !important;
  }

  .sm\:text-brand-text\/80 {
    color: rgb(18 2 28 / 0.8) !important;
  }

  .sm\:text-brand-text\/85 {
    color: rgb(18 2 28 / 0.85) !important;
  }

  .sm\:text-brand-text\/90 {
    color: rgb(18 2 28 / 0.9) !important;
  }

  .sm\:text-brand-text\/95 {
    color: rgb(18 2 28 / 0.95) !important;
  }

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

  .sm\:text-brand-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .sm\:text-brand-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:text-brand-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .sm\:text-brand-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:text-brand-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:text-brand-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:text-brand-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:text-brand-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:text-brand-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:text-brand-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:text-brand-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:text-brand-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:text-brand-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:text-brand-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:text-brand-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:text-brand-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:text-brand-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:text-brand-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:text-brand-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:text-brand-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:text-brand-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

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

  .sm\:text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .sm\:text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .sm\:text-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:text-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:text-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:text-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:text-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:text-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-100 {
    margin: 25rem !important;
  }

  .md\:m-11 {
    margin: 2.75rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-18 {
    margin: 4.5rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-28 {
    margin: 7rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:m-30 {
    margin: 7.5rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-36 {
    margin: 9rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-44 {
    margin: 11rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-52 {
    margin: 13rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-60 {
    margin: 15rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-7 {
    margin: 1.75rem !important;
  }

  .md\:m-72 {
    margin: 18rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-80 {
    margin: 20rem !important;
  }

  .md\:m-9 {
    margin: 2.25rem !important;
  }

  .md\:m-96 {
    margin: 24rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

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

  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

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

  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

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

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

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

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

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

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

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

  .md\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

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

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

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

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

  .md\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

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

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

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

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

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

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

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

  .md\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-100 {
    margin-bottom: 25rem !important;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

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

  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

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

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:ml-100 {
    margin-left: 25rem !important;
  }

  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:ml-18 {
    margin-left: 4.5rem !important;
  }

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

  .md\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:ml-28 {
    margin-left: 7rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:ml-36 {
    margin-left: 9rem !important;
  }

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

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:ml-44 {
    margin-left: 11rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:ml-52 {
    margin-left: 13rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:ml-60 {
    margin-left: 15rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .md\:ml-72 {
    margin-left: 18rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:ml-80 {
    margin-left: 20rem !important;
  }

  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:ml-96 {
    margin-left: 24rem !important;
  }

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

  .md\:ml-px {
    margin-left: 1px !important;
  }

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

  .md\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mr-100 {
    margin-right: 25rem !important;
  }

  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mr-28 {
    margin-right: 7rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mr-36 {
    margin-right: 9rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mr-44 {
    margin-right: 11rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mr-52 {
    margin-right: 13rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mr-60 {
    margin-right: 15rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .md\:mr-72 {
    margin-right: 18rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mr-80 {
    margin-right: 20rem !important;
  }

  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:mr-96 {
    margin-right: 24rem !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

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

  .md\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

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

  .md\:mt-100 {
    margin-top: 25rem !important;
  }

  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

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

  .md\:mt-28 {
    margin-top: 7rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .md\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mt-36 {
    margin-top: 9rem !important;
  }

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

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

  .md\:mt-44 {
    margin-top: 11rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-52 {
    margin-top: 13rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

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

  .md\:mt-60 {
    margin-top: 15rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:mt-72 {
    margin-top: 18rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mt-80 {
    margin-top: 20rem !important;
  }

  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .md\:mt-96 {
    margin-top: 24rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

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

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:h-100 {
    height: 25rem !important;
  }

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

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

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

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

  .md\:h-18 {
    height: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-30 {
    height: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-100 {
    max-height: 25rem !important;
  }

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

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

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

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

  .md\:max-h-18 {
    max-height: 4.5rem !important;
  }

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

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

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

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

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

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

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

  .md\:max-h-30 {
    max-height: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:min-h-100 {
    min-height: 25rem !important;
  }

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

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

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

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

  .md\:min-h-18 {
    min-height: 4.5rem !important;
  }

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

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

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

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

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

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

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

  .md\:min-h-30 {
    min-height: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

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

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

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

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

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

  .md\:w-100 {
    width: 25rem !important;
  }

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

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

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

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

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

  .md\:w-18 {
    width: 4.5rem !important;
  }

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

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

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

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

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

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

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

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

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

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

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

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

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-30 {
    width: 7.5rem !important;
  }

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

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

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

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

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

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

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

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

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

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

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

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

  .md\:w-6\/12 {
    width: 50% !important;
  }

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

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

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

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

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

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

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

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

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

  .md\:w-9\/12 {
    width: 75% !important;
  }

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

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

  .md\:w-dvw {
    width: 100dvw !important;
  }

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

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

  .md\:w-lvw {
    width: 100lvw !important;
  }

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

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

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

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-svw {
    width: 100svw !important;
  }

  .md\:min-w-0 {
    min-width: 0px !important;
  }

  .md\:min-w-0\.5 {
    min-width: 0.125rem !important;
  }

  .md\:min-w-1 {
    min-width: 0.25rem !important;
  }

  .md\:min-w-1\.5 {
    min-width: 0.375rem !important;
  }

  .md\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .md\:min-w-100 {
    min-width: 25rem !important;
  }

  .md\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .md\:min-w-12 {
    min-width: 3rem !important;
  }

  .md\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .md\:min-w-16 {
    min-width: 4rem !important;
  }

  .md\:min-w-18 {
    min-width: 4.5rem !important;
  }

  .md\:min-w-2 {
    min-width: 0.5rem !important;
  }

  .md\:min-w-2\.5 {
    min-width: 0.625rem !important;
  }

  .md\:min-w-20 {
    min-width: 5rem !important;
  }

  .md\:min-w-24 {
    min-width: 6rem !important;
  }

  .md\:min-w-28 {
    min-width: 7rem !important;
  }

  .md\:min-w-3 {
    min-width: 0.75rem !important;
  }

  .md\:min-w-3\.5 {
    min-width: 0.875rem !important;
  }

  .md\:min-w-30 {
    min-width: 7.5rem !important;
  }

  .md\:min-w-32 {
    min-width: 8rem !important;
  }

  .md\:min-w-36 {
    min-width: 9rem !important;
  }

  .md\:min-w-4 {
    min-width: 1rem !important;
  }

  .md\:min-w-40 {
    min-width: 10rem !important;
  }

  .md\:min-w-44 {
    min-width: 11rem !important;
  }

  .md\:min-w-48 {
    min-width: 12rem !important;
  }

  .md\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .md\:min-w-52 {
    min-width: 13rem !important;
  }

  .md\:min-w-56 {
    min-width: 14rem !important;
  }

  .md\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .md\:min-w-60 {
    min-width: 15rem !important;
  }

  .md\:min-w-64 {
    min-width: 16rem !important;
  }

  .md\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .md\:min-w-72 {
    min-width: 18rem !important;
  }

  .md\:min-w-8 {
    min-width: 2rem !important;
  }

  .md\:min-w-80 {
    min-width: 20rem !important;
  }

  .md\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .md\:min-w-96 {
    min-width: 24rem !important;
  }

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

  .md\:min-w-full {
    min-width: 100% !important;
  }

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

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

  .md\:min-w-px {
    min-width: 1px !important;
  }

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

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

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

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

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

  .md\:max-w-100 {
    max-width: 25rem !important;
  }

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

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

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

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

  .md\:max-w-18 {
    max-width: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-30 {
    max-width: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

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

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:basis-0 {
    flex-basis: 0px !important;
  }

  .md\:basis-0\.5 {
    flex-basis: 0.125rem !important;
  }

  .md\:basis-1 {
    flex-basis: 0.25rem !important;
  }

  .md\:basis-1\.5 {
    flex-basis: 0.375rem !important;
  }

  .md\:basis-1\/12 {
    flex-basis: 8.333333% !important;
  }

  .md\:basis-1\/2 {
    flex-basis: 50% !important;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333% !important;
  }

  .md\:basis-1\/4 {
    flex-basis: 25% !important;
  }

  .md\:basis-1\/5 {
    flex-basis: 20% !important;
  }

  .md\:basis-1\/6 {
    flex-basis: 16.666667% !important;
  }

  .md\:basis-10 {
    flex-basis: 2.5rem !important;
  }

  .md\:basis-10\/12 {
    flex-basis: 83.333333% !important;
  }

  .md\:basis-100 {
    flex-basis: 25rem !important;
  }

  .md\:basis-11 {
    flex-basis: 2.75rem !important;
  }

  .md\:basis-11\/12 {
    flex-basis: 91.666667% !important;
  }

  .md\:basis-12 {
    flex-basis: 3rem !important;
  }

  .md\:basis-14 {
    flex-basis: 3.5rem !important;
  }

  .md\:basis-16 {
    flex-basis: 4rem !important;
  }

  .md\:basis-18 {
    flex-basis: 4.5rem !important;
  }

  .md\:basis-2 {
    flex-basis: 0.5rem !important;
  }

  .md\:basis-2\.5 {
    flex-basis: 0.625rem !important;
  }

  .md\:basis-2\/12 {
    flex-basis: 16.666667% !important;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667% !important;
  }

  .md\:basis-2\/4 {
    flex-basis: 50% !important;
  }

  .md\:basis-2\/5 {
    flex-basis: 40% !important;
  }

  .md\:basis-2\/6 {
    flex-basis: 33.333333% !important;
  }

  .md\:basis-20 {
    flex-basis: 5rem !important;
  }

  .md\:basis-24 {
    flex-basis: 6rem !important;
  }

  .md\:basis-28 {
    flex-basis: 7rem !important;
  }

  .md\:basis-3 {
    flex-basis: 0.75rem !important;
  }

  .md\:basis-3\.5 {
    flex-basis: 0.875rem !important;
  }

  .md\:basis-3\/12 {
    flex-basis: 25% !important;
  }

  .md\:basis-3\/4 {
    flex-basis: 75% !important;
  }

  .md\:basis-3\/5 {
    flex-basis: 60% !important;
  }

  .md\:basis-3\/6 {
    flex-basis: 50% !important;
  }

  .md\:basis-30 {
    flex-basis: 7.5rem !important;
  }

  .md\:basis-32 {
    flex-basis: 8rem !important;
  }

  .md\:basis-36 {
    flex-basis: 9rem !important;
  }

  .md\:basis-4 {
    flex-basis: 1rem !important;
  }

  .md\:basis-4\/12 {
    flex-basis: 33.333333% !important;
  }

  .md\:basis-4\/5 {
    flex-basis: 80% !important;
  }

  .md\:basis-4\/6 {
    flex-basis: 66.666667% !important;
  }

  .md\:basis-40 {
    flex-basis: 10rem !important;
  }

  .md\:basis-44 {
    flex-basis: 11rem !important;
  }

  .md\:basis-48 {
    flex-basis: 12rem !important;
  }

  .md\:basis-5 {
    flex-basis: 1.25rem !important;
  }

  .md\:basis-5\/12 {
    flex-basis: 41.666667% !important;
  }

  .md\:basis-5\/6 {
    flex-basis: 83.333333% !important;
  }

  .md\:basis-52 {
    flex-basis: 13rem !important;
  }

  .md\:basis-56 {
    flex-basis: 14rem !important;
  }

  .md\:basis-6 {
    flex-basis: 1.5rem !important;
  }

  .md\:basis-6\/12 {
    flex-basis: 50% !important;
  }

  .md\:basis-60 {
    flex-basis: 15rem !important;
  }

  .md\:basis-64 {
    flex-basis: 16rem !important;
  }

  .md\:basis-7 {
    flex-basis: 1.75rem !important;
  }

  .md\:basis-7\/12 {
    flex-basis: 58.333333% !important;
  }

  .md\:basis-72 {
    flex-basis: 18rem !important;
  }

  .md\:basis-8 {
    flex-basis: 2rem !important;
  }

  .md\:basis-8\/12 {
    flex-basis: 66.666667% !important;
  }

  .md\:basis-80 {
    flex-basis: 20rem !important;
  }

  .md\:basis-9 {
    flex-basis: 2.25rem !important;
  }

  .md\:basis-9\/12 {
    flex-basis: 75% !important;
  }

  .md\:basis-96 {
    flex-basis: 24rem !important;
  }

  .md\:basis-auto {
    flex-basis: auto !important;
  }

  .md\:basis-full {
    flex-basis: 100% !important;
  }

  .md\:basis-px {
    flex-basis: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

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

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-100 {
    gap: 25rem !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-14 {
    gap: 3.5rem !important;
  }

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

  .md\:gap-18 {
    gap: 4.5rem !important;
  }

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

  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-20 {
    gap: 5rem !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-28 {
    gap: 7rem !important;
  }

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

  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-30 {
    gap: 7.5rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-36 {
    gap: 9rem !important;
  }

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

  .md\:gap-40 {
    gap: 10rem !important;
  }

  .md\:gap-44 {
    gap: 11rem !important;
  }

  .md\:gap-48 {
    gap: 12rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-52 {
    gap: 13rem !important;
  }

  .md\:gap-56 {
    gap: 14rem !important;
  }

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

  .md\:gap-60 {
    gap: 15rem !important;
  }

  .md\:gap-64 {
    gap: 16rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-72 {
    gap: 18rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-80 {
    gap: 20rem !important;
  }

  .md\:gap-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-96 {
    gap: 24rem !important;
  }

  .md\:gap-px {
    gap: 1px !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-100 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

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

  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-100 {
    row-gap: 25rem !important;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-18 {
    row-gap: 4.5rem !important;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-30 {
    row-gap: 7.5rem !important;
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-px {
    row-gap: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

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

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

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

  .md\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-blue-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-brand-brown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brown\/0 {
    border-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-brand-brown\/10 {
    border-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-brand-brown\/100 {
    border-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-brand-brown\/15 {
    border-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-brand-brown\/20 {
    border-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-brand-brown\/25 {
    border-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-brand-brown\/30 {
    border-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-brand-brown\/35 {
    border-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-brand-brown\/40 {
    border-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-brand-brown\/45 {
    border-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-brand-brown\/5 {
    border-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-brand-brown\/50 {
    border-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-brand-brown\/55 {
    border-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-brand-brown\/60 {
    border-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-brand-brown\/65 {
    border-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-brand-brown\/70 {
    border-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-brand-brown\/75 {
    border-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-brand-brown\/80 {
    border-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-brand-brown\/85 {
    border-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-brand-brown\/90 {
    border-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-brand-brown\/95 {
    border-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brownDark\/0 {
    border-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-brand-brownDark\/10 {
    border-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-brand-brownDark\/100 {
    border-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-brand-brownDark\/15 {
    border-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-brand-brownDark\/20 {
    border-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-brand-brownDark\/25 {
    border-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-brand-brownDark\/30 {
    border-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-brand-brownDark\/35 {
    border-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-brand-brownDark\/40 {
    border-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-brand-brownDark\/45 {
    border-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-brand-brownDark\/5 {
    border-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-brand-brownDark\/50 {
    border-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-brand-brownDark\/55 {
    border-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-brand-brownDark\/60 {
    border-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-brand-brownDark\/65 {
    border-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-brand-brownDark\/70 {
    border-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-brand-brownDark\/75 {
    border-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-brand-brownDark\/80 {
    border-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-brand-brownDark\/85 {
    border-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-brand-brownDark\/90 {
    border-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-brand-brownDark\/95 {
    border-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brownDarker\/0 {
    border-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-brand-brownDarker\/10 {
    border-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-brand-brownDarker\/100 {
    border-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-brand-brownDarker\/15 {
    border-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-brand-brownDarker\/20 {
    border-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-brand-brownDarker\/25 {
    border-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-brand-brownDarker\/30 {
    border-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-brand-brownDarker\/35 {
    border-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-brand-brownDarker\/40 {
    border-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-brand-brownDarker\/45 {
    border-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-brand-brownDarker\/5 {
    border-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-brand-brownDarker\/50 {
    border-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-brand-brownDarker\/55 {
    border-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-brand-brownDarker\/60 {
    border-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-brand-brownDarker\/65 {
    border-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-brand-brownDarker\/70 {
    border-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-brand-brownDarker\/75 {
    border-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-brand-brownDarker\/80 {
    border-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-brand-brownDarker\/85 {
    border-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-brand-brownDarker\/90 {
    border-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-brand-brownDarker\/95 {
    border-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brownDarkest\/0 {
    border-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-brand-brownDarkest\/10 {
    border-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-brand-brownDarkest\/100 {
    border-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-brand-brownDarkest\/15 {
    border-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-brand-brownDarkest\/20 {
    border-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-brand-brownDarkest\/25 {
    border-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-brand-brownDarkest\/30 {
    border-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-brand-brownDarkest\/35 {
    border-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-brand-brownDarkest\/40 {
    border-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-brand-brownDarkest\/45 {
    border-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-brand-brownDarkest\/5 {
    border-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-brand-brownDarkest\/50 {
    border-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-brand-brownDarkest\/55 {
    border-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-brand-brownDarkest\/60 {
    border-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-brand-brownDarkest\/65 {
    border-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-brand-brownDarkest\/70 {
    border-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-brand-brownDarkest\/75 {
    border-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-brand-brownDarkest\/80 {
    border-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-brand-brownDarkest\/85 {
    border-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-brand-brownDarkest\/90 {
    border-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-brand-brownDarkest\/95 {
    border-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brownLighest\/0 {
    border-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-brand-brownLighest\/10 {
    border-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-brand-brownLighest\/100 {
    border-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-brand-brownLighest\/15 {
    border-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-brand-brownLighest\/20 {
    border-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-brand-brownLighest\/25 {
    border-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-brand-brownLighest\/30 {
    border-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-brand-brownLighest\/35 {
    border-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-brand-brownLighest\/40 {
    border-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-brand-brownLighest\/45 {
    border-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-brand-brownLighest\/5 {
    border-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-brand-brownLighest\/50 {
    border-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-brand-brownLighest\/55 {
    border-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-brand-brownLighest\/60 {
    border-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-brand-brownLighest\/65 {
    border-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-brand-brownLighest\/70 {
    border-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-brand-brownLighest\/75 {
    border-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-brand-brownLighest\/80 {
    border-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-brand-brownLighest\/85 {
    border-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-brand-brownLighest\/90 {
    border-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-brand-brownLighest\/95 {
    border-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-brownLight\/0 {
    border-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-brand-brownLight\/10 {
    border-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-brand-brownLight\/100 {
    border-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-brand-brownLight\/15 {
    border-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-brand-brownLight\/20 {
    border-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-brand-brownLight\/25 {
    border-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-brand-brownLight\/30 {
    border-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-brand-brownLight\/35 {
    border-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-brand-brownLight\/40 {
    border-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-brand-brownLight\/45 {
    border-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-brand-brownLight\/5 {
    border-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-brand-brownLight\/50 {
    border-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-brand-brownLight\/55 {
    border-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-brand-brownLight\/60 {
    border-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-brand-brownLight\/65 {
    border-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-brand-brownLight\/70 {
    border-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-brand-brownLight\/75 {
    border-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-brand-brownLight\/80 {
    border-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-brand-brownLight\/85 {
    border-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-brand-brownLight\/90 {
    border-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-brand-brownLight\/95 {
    border-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-brand-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-grey\/0 {
    border-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-brand-grey\/10 {
    border-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-brand-grey\/100 {
    border-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-brand-grey\/15 {
    border-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-brand-grey\/20 {
    border-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-brand-grey\/25 {
    border-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-brand-grey\/30 {
    border-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-brand-grey\/35 {
    border-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-brand-grey\/40 {
    border-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-brand-grey\/45 {
    border-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-brand-grey\/5 {
    border-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-brand-grey\/50 {
    border-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-brand-grey\/55 {
    border-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-brand-grey\/60 {
    border-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-brand-grey\/65 {
    border-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-brand-grey\/70 {
    border-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-brand-grey\/75 {
    border-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-brand-grey\/80 {
    border-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-brand-grey\/85 {
    border-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-brand-grey\/90 {
    border-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-brand-grey\/95 {
    border-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-greyDarkest\/0 {
    border-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-brand-greyDarkest\/10 {
    border-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-brand-greyDarkest\/100 {
    border-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-brand-greyDarkest\/15 {
    border-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-brand-greyDarkest\/20 {
    border-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-brand-greyDarkest\/25 {
    border-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-brand-greyDarkest\/30 {
    border-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-brand-greyDarkest\/35 {
    border-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-brand-greyDarkest\/40 {
    border-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-brand-greyDarkest\/45 {
    border-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-brand-greyDarkest\/5 {
    border-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-brand-greyDarkest\/50 {
    border-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-brand-greyDarkest\/55 {
    border-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-brand-greyDarkest\/60 {
    border-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-brand-greyDarkest\/65 {
    border-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-brand-greyDarkest\/70 {
    border-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-brand-greyDarkest\/75 {
    border-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-brand-greyDarkest\/80 {
    border-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-brand-greyDarkest\/85 {
    border-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-brand-greyDarkest\/90 {
    border-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-brand-greyDarkest\/95 {
    border-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-greyLight\/0 {
    border-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-brand-greyLight\/10 {
    border-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-brand-greyLight\/100 {
    border-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-brand-greyLight\/15 {
    border-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-brand-greyLight\/20 {
    border-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-brand-greyLight\/25 {
    border-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-brand-greyLight\/30 {
    border-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-brand-greyLight\/35 {
    border-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-brand-greyLight\/40 {
    border-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-brand-greyLight\/45 {
    border-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-brand-greyLight\/5 {
    border-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-brand-greyLight\/50 {
    border-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-brand-greyLight\/55 {
    border-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-brand-greyLight\/60 {
    border-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-brand-greyLight\/65 {
    border-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-brand-greyLight\/70 {
    border-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-brand-greyLight\/75 {
    border-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-brand-greyLight\/80 {
    border-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-brand-greyLight\/85 {
    border-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-brand-greyLight\/90 {
    border-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-brand-greyLight\/95 {
    border-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-red\/0 {
    border-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-brand-red\/10 {
    border-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-brand-red\/100 {
    border-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-brand-red\/15 {
    border-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-brand-red\/20 {
    border-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-brand-red\/25 {
    border-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-brand-red\/30 {
    border-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-brand-red\/35 {
    border-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-brand-red\/40 {
    border-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-brand-red\/45 {
    border-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-brand-red\/5 {
    border-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-brand-red\/50 {
    border-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-brand-red\/55 {
    border-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-brand-red\/60 {
    border-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-brand-red\/65 {
    border-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-brand-red\/70 {
    border-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-brand-red\/75 {
    border-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-brand-red\/80 {
    border-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-brand-red\/85 {
    border-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-brand-red\/90 {
    border-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-brand-red\/95 {
    border-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-redDark\/0 {
    border-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-brand-redDark\/10 {
    border-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-brand-redDark\/100 {
    border-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-brand-redDark\/15 {
    border-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-brand-redDark\/20 {
    border-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-brand-redDark\/25 {
    border-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-brand-redDark\/30 {
    border-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-brand-redDark\/35 {
    border-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-brand-redDark\/40 {
    border-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-brand-redDark\/45 {
    border-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-brand-redDark\/5 {
    border-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-brand-redDark\/50 {
    border-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-brand-redDark\/55 {
    border-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-brand-redDark\/60 {
    border-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-brand-redDark\/65 {
    border-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-brand-redDark\/70 {
    border-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-brand-redDark\/75 {
    border-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-brand-redDark\/80 {
    border-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-brand-redDark\/85 {
    border-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-brand-redDark\/90 {
    border-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-brand-redDark\/95 {
    border-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-systemGreen\/0 {
    border-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-brand-systemGreen\/10 {
    border-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-brand-systemGreen\/100 {
    border-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-brand-systemGreen\/15 {
    border-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-brand-systemGreen\/20 {
    border-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-brand-systemGreen\/25 {
    border-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-brand-systemGreen\/30 {
    border-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-brand-systemGreen\/35 {
    border-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-brand-systemGreen\/40 {
    border-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-brand-systemGreen\/45 {
    border-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-brand-systemGreen\/5 {
    border-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-brand-systemGreen\/50 {
    border-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-brand-systemGreen\/55 {
    border-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-brand-systemGreen\/60 {
    border-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-brand-systemGreen\/65 {
    border-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-brand-systemGreen\/70 {
    border-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-brand-systemGreen\/75 {
    border-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-brand-systemGreen\/80 {
    border-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-brand-systemGreen\/85 {
    border-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-brand-systemGreen\/90 {
    border-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-brand-systemGreen\/95 {
    border-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-systemOrange\/0 {
    border-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-brand-systemOrange\/10 {
    border-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-brand-systemOrange\/100 {
    border-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-brand-systemOrange\/15 {
    border-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-brand-systemOrange\/20 {
    border-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-brand-systemOrange\/25 {
    border-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-brand-systemOrange\/30 {
    border-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-brand-systemOrange\/35 {
    border-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-brand-systemOrange\/40 {
    border-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-brand-systemOrange\/45 {
    border-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-brand-systemOrange\/5 {
    border-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-brand-systemOrange\/50 {
    border-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-brand-systemOrange\/55 {
    border-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-brand-systemOrange\/60 {
    border-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-brand-systemOrange\/65 {
    border-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-brand-systemOrange\/70 {
    border-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-brand-systemOrange\/75 {
    border-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-brand-systemOrange\/80 {
    border-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-brand-systemOrange\/85 {
    border-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-brand-systemOrange\/90 {
    border-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-brand-systemOrange\/95 {
    border-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-systemRed\/0 {
    border-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-brand-systemRed\/10 {
    border-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-brand-systemRed\/100 {
    border-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-brand-systemRed\/15 {
    border-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-brand-systemRed\/20 {
    border-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-brand-systemRed\/25 {
    border-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-brand-systemRed\/30 {
    border-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-brand-systemRed\/35 {
    border-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-brand-systemRed\/40 {
    border-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-brand-systemRed\/45 {
    border-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-brand-systemRed\/5 {
    border-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-brand-systemRed\/50 {
    border-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-brand-systemRed\/55 {
    border-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-brand-systemRed\/60 {
    border-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-brand-systemRed\/65 {
    border-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-brand-systemRed\/70 {
    border-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-brand-systemRed\/75 {
    border-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-brand-systemRed\/80 {
    border-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-brand-systemRed\/85 {
    border-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-brand-systemRed\/90 {
    border-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-brand-systemRed\/95 {
    border-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-systemYellow\/0 {
    border-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-brand-systemYellow\/10 {
    border-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-brand-systemYellow\/100 {
    border-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-brand-systemYellow\/15 {
    border-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-brand-systemYellow\/20 {
    border-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-brand-systemYellow\/25 {
    border-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-brand-systemYellow\/30 {
    border-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-brand-systemYellow\/35 {
    border-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-brand-systemYellow\/40 {
    border-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-brand-systemYellow\/45 {
    border-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-brand-systemYellow\/5 {
    border-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-brand-systemYellow\/50 {
    border-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-brand-systemYellow\/55 {
    border-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-brand-systemYellow\/60 {
    border-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-brand-systemYellow\/65 {
    border-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-brand-systemYellow\/70 {
    border-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-brand-systemYellow\/75 {
    border-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-brand-systemYellow\/80 {
    border-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-brand-systemYellow\/85 {
    border-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-brand-systemYellow\/90 {
    border-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-brand-systemYellow\/95 {
    border-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-brand-text {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-text\/0 {
    border-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-brand-text\/10 {
    border-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-brand-text\/100 {
    border-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-brand-text\/15 {
    border-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-brand-text\/20 {
    border-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-brand-text\/25 {
    border-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-brand-text\/30 {
    border-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-brand-text\/35 {
    border-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-brand-text\/40 {
    border-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-brand-text\/45 {
    border-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-brand-text\/5 {
    border-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-brand-text\/50 {
    border-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-brand-text\/55 {
    border-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-brand-text\/60 {
    border-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-brand-text\/65 {
    border-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-brand-text\/70 {
    border-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-brand-text\/75 {
    border-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-brand-text\/80 {
    border-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-brand-text\/85 {
    border-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-brand-text\/90 {
    border-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-brand-text\/95 {
    border-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-brand-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-brand-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-brand-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-brand-white\/15 {
    border-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-brand-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-brand-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-brand-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-brand-white\/35 {
    border-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-brand-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-brand-white\/45 {
    border-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-brand-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-brand-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-brand-white\/55 {
    border-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-brand-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-brand-white\/65 {
    border-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-brand-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-brand-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-brand-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-brand-white\/85 {
    border-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-brand-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-brand-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-lime-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-red-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-rose-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-teal-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-x-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-x-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-x-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-x-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-x-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-x-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-x-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-x-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-x-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-x-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-x-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-x-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-x-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-x-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-x-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-x-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-x-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-x-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-x-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-x-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-x-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-x-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-x-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-x-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-x-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-x-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-x-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-x-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-x-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-x-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-x-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-x-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-x-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-x-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-x-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-x-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-x-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-x-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-x-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-x-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-x-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-x-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-x-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-x-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-x-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-x-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-x-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-x-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-x-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-x-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-x-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-x-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-x-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-x-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-x-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-x-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-x-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-x-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-x-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-x-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-x-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-x-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-x-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-x-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-x-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-x-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-x-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-x-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-x-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-x-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-x-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-x-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-x-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-x-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-x-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-x-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-x-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-x-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-x-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-x-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-x-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-x-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-x-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-x-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-x-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-x-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-x-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-x-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-x-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-x-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-x-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-x-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-x-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-x-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-x-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-x-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-x-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-x-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-x-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-x-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-x-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-x-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-x-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-x-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-x-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-x-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-x-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-x-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-x-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-x-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-x-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-x-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-x-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-x-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-x-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-x-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-x-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-x-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-x-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-x-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-x-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-x-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-x-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-x-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-x-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-x-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-x-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-x-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-x-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-x-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-x-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-x-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-x-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-x-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-x-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-x-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-x-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-x-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-x-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-x-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-x-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-x-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-x-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-x-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-x-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-x-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-x-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-x-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-x-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-x-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-x-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-x-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-x-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-x-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-x-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-x-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-x-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-x-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-x-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-x-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-x-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-x-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-x-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-x-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-x-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-x-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-x-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-x-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-x-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-x-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-x-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-x-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-x-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-x-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-x-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-x-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-x-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-x-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-x-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-x-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-x-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-x-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-x-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-x-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-x-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-x-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-x-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-x-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-x-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-x-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-x-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-x-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-x-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-x-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-x-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-x-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-x-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-x-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-x-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-x-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-x-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-x-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-x-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-x-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-x-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-x-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-x-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-x-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-x-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-x-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-x-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-x-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-x-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-x-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-x-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-x-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-x-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-x-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-x-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-x-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-x-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-x-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-x-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-x-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-x-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-x-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-x-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-x-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-x-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-x-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-x-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-x-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-x-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-x-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-x-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-x-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-x-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-x-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-x-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-x-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-x-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-x-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-x-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-x-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-x-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-x-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-x-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-x-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-x-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-x-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-x-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-x-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-x-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-x-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-x-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-x-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-x-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-x-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-x-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-x-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-x-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-x-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-x-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-x-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-x-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-x-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-x-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-x-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-x-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-x-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-x-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-x-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-x-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-x-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-x-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-x-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-x-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-x-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-x-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-x-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-x-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-x-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-x-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-x-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-x-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-x-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-x-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-x-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-x-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-x-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-x-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-x-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-x-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-x-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-x-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-x-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-x-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-x-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-x-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-x-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-x-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-x-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-x-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-x-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-x-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-x-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-x-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-x-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-x-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-x-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-x-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-x-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-x-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-x-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-x-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-x-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-x-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-x-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-x-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-x-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-x-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-x-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-x-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-x-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-x-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-x-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-x-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-x-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-x-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-x-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-x-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-x-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-x-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-x-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-x-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-x-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-x-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-x-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-x-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-x-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-x-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-x-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-x-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-x-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-x-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-x-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-x-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-x-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-x-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-x-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-x-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-x-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-x-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-x-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-x-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-x-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-x-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-x-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-x-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-x-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-x-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-x-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-x-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-x-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-x-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-x-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-x-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-x-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-x-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-x-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-x-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-x-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-x-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-x-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-x-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-x-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-x-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-x-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-x-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-x-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-x-current {
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
  }

  .md\:border-x-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-x-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-x-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-x-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-x-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-x-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-x-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-x-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-x-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-x-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-x-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-x-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-x-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-x-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-x-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-x-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-x-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-x-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-x-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-x-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-x-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-x-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-x-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-x-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-x-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-x-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-x-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-x-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-x-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-x-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-x-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-x-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-x-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-x-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-x-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-x-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-x-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-x-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-x-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-x-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-x-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-x-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-x-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-x-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-x-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-x-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-x-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-x-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-x-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-x-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-x-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-x-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-x-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-x-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-x-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-x-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-x-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-x-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-x-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-x-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-x-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-x-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-x-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-x-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-x-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-x-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-x-inherit {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
  }

  .md\:border-x-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-x-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-x-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-x-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-x-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-x-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-x-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-x-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-x-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-x-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-x-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-x-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-x-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-x-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-x-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-x-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-x-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-x-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-x-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-x-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-x-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-x-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-x-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-x-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-x-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-x-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-x-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-x-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-x-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-x-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-x-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-x-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-x-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-x-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-x-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-x-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-x-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-x-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-x-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-x-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-x-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-x-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-x-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-x-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-x-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-x-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-x-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-x-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-x-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-x-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-x-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-x-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-x-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-x-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-x-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-x-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-x-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-x-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-x-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-x-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-x-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-x-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-x-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-x-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-x-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-x-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-x-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-x-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-x-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-x-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-x-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-x-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-x-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-x-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-x-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-x-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-x-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-x-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-x-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-x-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-x-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-x-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-x-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-x-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-x-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-x-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-x-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-x-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-x-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-x-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-x-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-x-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-x-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-x-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-x-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-x-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-x-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-x-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-x-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-x-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-x-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-x-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-x-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-x-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-x-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-x-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-x-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-x-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-x-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-x-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-x-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-x-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-x-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-x-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-x-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-x-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-x-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-x-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-x-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-x-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-x-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-x-transparent {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  .md\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-x-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-x-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-x-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-x-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-x-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-x-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-x-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-x-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-x-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-x-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-x-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-x-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-x-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-x-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-x-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-x-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-x-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-x-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-x-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-x-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-x-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-x-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-x-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:border-y-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-y-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-y-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-y-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-y-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-y-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-y-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-y-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-y-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-y-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-y-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-y-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-y-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-y-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-y-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-y-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-y-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-y-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-y-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-y-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-y-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-y-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-y-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-y-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-y-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-y-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-y-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-y-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-y-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-y-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-y-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-y-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-y-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-y-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-y-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-y-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-y-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-y-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-y-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-y-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-y-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-y-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-y-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-y-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-y-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-y-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-y-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-y-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-y-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-y-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-y-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-y-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-y-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-y-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-y-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-y-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-y-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-y-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-y-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-y-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-y-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-y-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-y-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-y-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-y-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-y-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-y-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-y-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-y-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-y-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-y-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-y-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-y-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-y-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-y-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-y-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-y-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-y-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-y-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-y-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-y-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-y-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-y-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-y-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-y-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-y-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-y-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-y-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-y-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-y-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-y-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-y-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-y-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-y-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-y-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-y-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-y-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-y-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-y-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-y-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-y-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-y-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-y-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-y-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-y-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-y-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-y-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-y-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-y-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-y-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-y-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-y-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-y-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-y-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-y-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-y-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-y-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-y-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-y-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-y-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-y-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-y-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-y-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-y-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-y-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-y-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-y-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-y-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-y-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-y-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-y-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-y-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-y-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-y-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-y-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-y-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-y-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-y-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-y-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-y-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-y-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-y-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-y-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-y-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-y-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-y-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-y-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-y-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-y-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-y-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-y-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-y-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-y-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-y-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-y-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-y-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-y-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-y-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-y-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-y-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-y-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-y-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-y-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-y-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-y-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-y-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-y-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-y-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-y-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-y-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-y-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-y-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-y-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-y-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-y-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-y-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-y-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-y-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-y-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-y-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-y-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-y-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-y-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-y-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-y-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-y-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-y-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-y-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-y-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-y-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-y-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-y-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-y-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-y-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-y-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-y-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-y-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-y-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-y-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-y-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-y-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-y-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-y-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-y-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-y-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-y-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-y-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-y-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-y-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-y-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-y-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-y-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-y-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-y-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-y-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-y-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-y-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-y-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-y-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-y-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-y-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-y-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-y-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-y-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-y-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-y-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-y-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-y-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-y-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-y-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-y-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-y-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-y-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-y-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-y-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-y-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-y-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-y-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-y-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-y-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-y-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-y-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-y-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-y-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-y-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-y-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-y-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-y-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-y-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-y-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-y-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-y-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-y-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-y-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-y-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-y-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-y-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-y-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-y-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-y-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-y-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-y-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-y-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-y-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-y-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-y-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-y-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-y-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-y-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-y-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-y-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-y-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-y-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-y-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-y-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-y-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-y-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-y-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-y-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-y-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-y-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-y-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-y-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-y-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-y-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-y-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-y-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-y-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-y-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-y-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-y-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-y-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-y-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-y-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-y-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-y-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-y-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-y-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-y-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-y-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-y-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-y-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-y-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-y-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-y-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-y-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-y-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-y-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-y-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-y-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-y-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-y-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-y-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-y-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-y-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-y-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-y-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-y-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-y-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-y-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-y-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-y-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-y-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-y-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-y-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-y-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-y-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-y-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-y-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-y-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-y-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-y-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-y-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-y-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-y-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-y-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-y-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-y-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-y-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-y-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-y-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-y-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-y-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-y-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-y-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-y-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-y-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-y-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-y-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-y-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-y-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-y-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-y-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-y-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-y-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-y-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-y-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-y-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-y-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-y-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-y-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-y-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-y-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-y-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-y-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-y-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-y-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-y-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-y-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-y-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-y-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-y-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-y-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-y-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-y-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-y-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-y-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-y-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-y-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-y-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-y-current {
    border-top-color: currentColor !important;
    border-bottom-color: currentColor !important;
  }

  .md\:border-y-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-y-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-y-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-y-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-y-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-y-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-y-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-y-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-y-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-y-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-y-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-y-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-y-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-y-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-y-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-y-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-y-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-y-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-y-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-y-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-y-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-y-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-y-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-y-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-y-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-y-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-y-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-y-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-y-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-y-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-y-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-y-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-y-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-y-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-y-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-y-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-y-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-y-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-y-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-y-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-y-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-y-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-y-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-y-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-y-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-y-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-y-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-y-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-y-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-y-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-y-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-y-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-y-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-y-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-y-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-y-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-y-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-y-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-y-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-y-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-y-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-y-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-y-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-y-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-y-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-y-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-y-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-y-inherit {
    border-top-color: inherit !important;
    border-bottom-color: inherit !important;
  }

  .md\:border-y-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-y-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-y-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-y-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-y-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-y-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-y-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-y-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-y-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-y-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-y-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-y-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-y-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-y-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-y-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-y-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-y-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-y-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-y-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-y-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-y-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-y-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-y-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-y-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-y-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-y-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-y-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-y-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-y-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-y-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-y-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-y-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-y-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-y-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-y-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-y-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-y-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-y-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-y-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-y-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-y-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-y-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-y-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-y-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-y-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-y-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-y-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-y-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-y-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-y-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-y-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-y-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-y-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-y-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-y-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-y-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-y-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-y-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-y-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-y-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-y-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-y-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-y-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-y-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-y-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-y-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-y-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-y-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-y-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-y-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-y-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-y-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-y-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-y-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-y-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-y-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-y-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-y-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-y-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-y-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-y-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-y-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-y-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-y-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-y-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-y-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-y-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-y-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-y-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-y-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-y-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-y-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-y-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-y-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-y-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-y-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-y-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-y-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-y-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-y-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-y-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-y-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-y-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-y-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-y-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-y-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-y-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-y-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-y-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-y-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-y-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-y-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-y-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-y-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-y-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-y-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-y-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-y-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-y-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-y-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-y-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-y-transparent {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .md\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-y-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-y-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-y-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-y-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-y-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-y-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-y-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-y-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-y-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-y-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-y-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-y-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-y-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-y-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-y-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-y-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-y-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-y-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-y-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-y-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-y-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-y-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-y-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:border-b-amber-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-b-amber-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-b-amber-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-b-amber-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-b-amber-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-b-amber-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-b-amber-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-b-amber-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-b-amber-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-b-amber-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-b-amber-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-b-black {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-b-blue-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-b-blue-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-b-blue-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-b-blue-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-b-blue-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-b-blue-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-b-blue-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-b-blue-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-b-blue-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-b-blue-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-b-blue-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-b-brand-brown {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brown\/0 {
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-b-brand-brown\/10 {
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-b-brand-brown\/100 {
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-b-brand-brown\/15 {
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-b-brand-brown\/20 {
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-b-brand-brown\/25 {
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-b-brand-brown\/30 {
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-b-brand-brown\/35 {
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-b-brand-brown\/40 {
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-b-brand-brown\/45 {
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-b-brand-brown\/5 {
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-b-brand-brown\/50 {
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-b-brand-brown\/55 {
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-b-brand-brown\/60 {
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-b-brand-brown\/65 {
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-b-brand-brown\/70 {
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-b-brand-brown\/75 {
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-b-brand-brown\/80 {
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-b-brand-brown\/85 {
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-b-brand-brown\/90 {
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-b-brand-brown\/95 {
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-b-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brownDark\/0 {
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-b-brand-brownDark\/10 {
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-b-brand-brownDark\/100 {
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-b-brand-brownDark\/15 {
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-b-brand-brownDark\/20 {
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-b-brand-brownDark\/25 {
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-b-brand-brownDark\/30 {
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-b-brand-brownDark\/35 {
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-b-brand-brownDark\/40 {
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-b-brand-brownDark\/45 {
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-b-brand-brownDark\/5 {
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-b-brand-brownDark\/50 {
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-b-brand-brownDark\/55 {
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-b-brand-brownDark\/60 {
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-b-brand-brownDark\/65 {
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-b-brand-brownDark\/70 {
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-b-brand-brownDark\/75 {
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-b-brand-brownDark\/80 {
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-b-brand-brownDark\/85 {
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-b-brand-brownDark\/90 {
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-b-brand-brownDark\/95 {
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-b-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brownDarker\/0 {
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-b-brand-brownDarker\/10 {
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-b-brand-brownDarker\/100 {
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-b-brand-brownDarker\/15 {
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-b-brand-brownDarker\/20 {
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-b-brand-brownDarker\/25 {
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-b-brand-brownDarker\/30 {
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-b-brand-brownDarker\/35 {
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-b-brand-brownDarker\/40 {
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-b-brand-brownDarker\/45 {
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-b-brand-brownDarker\/5 {
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-b-brand-brownDarker\/50 {
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-b-brand-brownDarker\/55 {
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-b-brand-brownDarker\/60 {
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-b-brand-brownDarker\/65 {
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-b-brand-brownDarker\/70 {
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-b-brand-brownDarker\/75 {
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-b-brand-brownDarker\/80 {
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-b-brand-brownDarker\/85 {
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-b-brand-brownDarker\/90 {
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-b-brand-brownDarker\/95 {
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-b-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brownDarkest\/0 {
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-b-brand-brownDarkest\/10 {
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-b-brand-brownDarkest\/100 {
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-b-brand-brownDarkest\/15 {
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-b-brand-brownDarkest\/20 {
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-b-brand-brownDarkest\/25 {
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-b-brand-brownDarkest\/30 {
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-b-brand-brownDarkest\/35 {
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-b-brand-brownDarkest\/40 {
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-b-brand-brownDarkest\/45 {
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-b-brand-brownDarkest\/5 {
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-b-brand-brownDarkest\/50 {
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-b-brand-brownDarkest\/55 {
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-b-brand-brownDarkest\/60 {
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-b-brand-brownDarkest\/65 {
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-b-brand-brownDarkest\/70 {
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-b-brand-brownDarkest\/75 {
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-b-brand-brownDarkest\/80 {
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-b-brand-brownDarkest\/85 {
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-b-brand-brownDarkest\/90 {
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-b-brand-brownDarkest\/95 {
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-b-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brownLighest\/0 {
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-b-brand-brownLighest\/10 {
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-b-brand-brownLighest\/100 {
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-b-brand-brownLighest\/15 {
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-b-brand-brownLighest\/20 {
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-b-brand-brownLighest\/25 {
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-b-brand-brownLighest\/30 {
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-b-brand-brownLighest\/35 {
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-b-brand-brownLighest\/40 {
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-b-brand-brownLighest\/45 {
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-b-brand-brownLighest\/5 {
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-b-brand-brownLighest\/50 {
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-b-brand-brownLighest\/55 {
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-b-brand-brownLighest\/60 {
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-b-brand-brownLighest\/65 {
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-b-brand-brownLighest\/70 {
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-b-brand-brownLighest\/75 {
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-b-brand-brownLighest\/80 {
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-b-brand-brownLighest\/85 {
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-b-brand-brownLighest\/90 {
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-b-brand-brownLighest\/95 {
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-b-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-brownLight\/0 {
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-b-brand-brownLight\/10 {
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-b-brand-brownLight\/100 {
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-b-brand-brownLight\/15 {
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-b-brand-brownLight\/20 {
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-b-brand-brownLight\/25 {
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-b-brand-brownLight\/30 {
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-b-brand-brownLight\/35 {
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-b-brand-brownLight\/40 {
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-b-brand-brownLight\/45 {
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-b-brand-brownLight\/5 {
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-b-brand-brownLight\/50 {
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-b-brand-brownLight\/55 {
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-b-brand-brownLight\/60 {
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-b-brand-brownLight\/65 {
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-b-brand-brownLight\/70 {
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-b-brand-brownLight\/75 {
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-b-brand-brownLight\/80 {
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-b-brand-brownLight\/85 {
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-b-brand-brownLight\/90 {
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-b-brand-brownLight\/95 {
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-b-brand-grey {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-grey\/0 {
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-b-brand-grey\/10 {
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-b-brand-grey\/100 {
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-b-brand-grey\/15 {
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-b-brand-grey\/20 {
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-b-brand-grey\/25 {
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-b-brand-grey\/30 {
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-b-brand-grey\/35 {
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-b-brand-grey\/40 {
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-b-brand-grey\/45 {
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-b-brand-grey\/5 {
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-b-brand-grey\/50 {
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-b-brand-grey\/55 {
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-b-brand-grey\/60 {
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-b-brand-grey\/65 {
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-b-brand-grey\/70 {
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-b-brand-grey\/75 {
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-b-brand-grey\/80 {
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-b-brand-grey\/85 {
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-b-brand-grey\/90 {
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-b-brand-grey\/95 {
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-b-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-greyDarkest\/0 {
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-b-brand-greyDarkest\/10 {
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-b-brand-greyDarkest\/100 {
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-b-brand-greyDarkest\/15 {
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-b-brand-greyDarkest\/20 {
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-b-brand-greyDarkest\/25 {
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-b-brand-greyDarkest\/30 {
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-b-brand-greyDarkest\/35 {
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-b-brand-greyDarkest\/40 {
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-b-brand-greyDarkest\/45 {
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-b-brand-greyDarkest\/5 {
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-b-brand-greyDarkest\/50 {
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-b-brand-greyDarkest\/55 {
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-b-brand-greyDarkest\/60 {
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-b-brand-greyDarkest\/65 {
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-b-brand-greyDarkest\/70 {
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-b-brand-greyDarkest\/75 {
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-b-brand-greyDarkest\/80 {
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-b-brand-greyDarkest\/85 {
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-b-brand-greyDarkest\/90 {
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-b-brand-greyDarkest\/95 {
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-b-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-greyLight\/0 {
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-b-brand-greyLight\/10 {
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-b-brand-greyLight\/100 {
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-b-brand-greyLight\/15 {
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-b-brand-greyLight\/20 {
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-b-brand-greyLight\/25 {
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-b-brand-greyLight\/30 {
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-b-brand-greyLight\/35 {
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-b-brand-greyLight\/40 {
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-b-brand-greyLight\/45 {
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-b-brand-greyLight\/5 {
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-b-brand-greyLight\/50 {
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-b-brand-greyLight\/55 {
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-b-brand-greyLight\/60 {
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-b-brand-greyLight\/65 {
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-b-brand-greyLight\/70 {
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-b-brand-greyLight\/75 {
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-b-brand-greyLight\/80 {
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-b-brand-greyLight\/85 {
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-b-brand-greyLight\/90 {
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-b-brand-greyLight\/95 {
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-b-brand-red {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-red\/0 {
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-b-brand-red\/10 {
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-b-brand-red\/100 {
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-b-brand-red\/15 {
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-b-brand-red\/20 {
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-b-brand-red\/25 {
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-b-brand-red\/30 {
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-b-brand-red\/35 {
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-b-brand-red\/40 {
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-b-brand-red\/45 {
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-b-brand-red\/5 {
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-b-brand-red\/50 {
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-b-brand-red\/55 {
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-b-brand-red\/60 {
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-b-brand-red\/65 {
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-b-brand-red\/70 {
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-b-brand-red\/75 {
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-b-brand-red\/80 {
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-b-brand-red\/85 {
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-b-brand-red\/90 {
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-b-brand-red\/95 {
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-b-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-redDark\/0 {
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-b-brand-redDark\/10 {
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-b-brand-redDark\/100 {
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-b-brand-redDark\/15 {
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-b-brand-redDark\/20 {
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-b-brand-redDark\/25 {
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-b-brand-redDark\/30 {
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-b-brand-redDark\/35 {
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-b-brand-redDark\/40 {
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-b-brand-redDark\/45 {
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-b-brand-redDark\/5 {
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-b-brand-redDark\/50 {
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-b-brand-redDark\/55 {
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-b-brand-redDark\/60 {
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-b-brand-redDark\/65 {
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-b-brand-redDark\/70 {
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-b-brand-redDark\/75 {
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-b-brand-redDark\/80 {
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-b-brand-redDark\/85 {
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-b-brand-redDark\/90 {
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-b-brand-redDark\/95 {
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-b-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-systemGreen\/0 {
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-b-brand-systemGreen\/10 {
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-b-brand-systemGreen\/100 {
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-b-brand-systemGreen\/15 {
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-b-brand-systemGreen\/20 {
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-b-brand-systemGreen\/25 {
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-b-brand-systemGreen\/30 {
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-b-brand-systemGreen\/35 {
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-b-brand-systemGreen\/40 {
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-b-brand-systemGreen\/45 {
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-b-brand-systemGreen\/5 {
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-b-brand-systemGreen\/50 {
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-b-brand-systemGreen\/55 {
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-b-brand-systemGreen\/60 {
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-b-brand-systemGreen\/65 {
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-b-brand-systemGreen\/70 {
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-b-brand-systemGreen\/75 {
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-b-brand-systemGreen\/80 {
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-b-brand-systemGreen\/85 {
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-b-brand-systemGreen\/90 {
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-b-brand-systemGreen\/95 {
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-b-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-systemOrange\/0 {
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-b-brand-systemOrange\/10 {
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-b-brand-systemOrange\/100 {
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-b-brand-systemOrange\/15 {
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-b-brand-systemOrange\/20 {
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-b-brand-systemOrange\/25 {
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-b-brand-systemOrange\/30 {
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-b-brand-systemOrange\/35 {
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-b-brand-systemOrange\/40 {
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-b-brand-systemOrange\/45 {
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-b-brand-systemOrange\/5 {
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-b-brand-systemOrange\/50 {
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-b-brand-systemOrange\/55 {
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-b-brand-systemOrange\/60 {
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-b-brand-systemOrange\/65 {
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-b-brand-systemOrange\/70 {
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-b-brand-systemOrange\/75 {
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-b-brand-systemOrange\/80 {
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-b-brand-systemOrange\/85 {
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-b-brand-systemOrange\/90 {
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-b-brand-systemOrange\/95 {
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-b-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-systemRed\/0 {
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-b-brand-systemRed\/10 {
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-b-brand-systemRed\/100 {
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-b-brand-systemRed\/15 {
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-b-brand-systemRed\/20 {
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-b-brand-systemRed\/25 {
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-b-brand-systemRed\/30 {
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-b-brand-systemRed\/35 {
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-b-brand-systemRed\/40 {
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-b-brand-systemRed\/45 {
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-b-brand-systemRed\/5 {
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-b-brand-systemRed\/50 {
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-b-brand-systemRed\/55 {
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-b-brand-systemRed\/60 {
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-b-brand-systemRed\/65 {
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-b-brand-systemRed\/70 {
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-b-brand-systemRed\/75 {
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-b-brand-systemRed\/80 {
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-b-brand-systemRed\/85 {
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-b-brand-systemRed\/90 {
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-b-brand-systemRed\/95 {
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-b-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-systemYellow\/0 {
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-b-brand-systemYellow\/10 {
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-b-brand-systemYellow\/100 {
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-b-brand-systemYellow\/15 {
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-b-brand-systemYellow\/20 {
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-b-brand-systemYellow\/25 {
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-b-brand-systemYellow\/30 {
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-b-brand-systemYellow\/35 {
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-b-brand-systemYellow\/40 {
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-b-brand-systemYellow\/45 {
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-b-brand-systemYellow\/5 {
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-b-brand-systemYellow\/50 {
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-b-brand-systemYellow\/55 {
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-b-brand-systemYellow\/60 {
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-b-brand-systemYellow\/65 {
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-b-brand-systemYellow\/70 {
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-b-brand-systemYellow\/75 {
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-b-brand-systemYellow\/80 {
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-b-brand-systemYellow\/85 {
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-b-brand-systemYellow\/90 {
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-b-brand-systemYellow\/95 {
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-b-brand-text {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-text\/0 {
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-b-brand-text\/10 {
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-b-brand-text\/100 {
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-b-brand-text\/15 {
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-b-brand-text\/20 {
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-b-brand-text\/25 {
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-b-brand-text\/30 {
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-b-brand-text\/35 {
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-b-brand-text\/40 {
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-b-brand-text\/45 {
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-b-brand-text\/5 {
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-b-brand-text\/50 {
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-b-brand-text\/55 {
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-b-brand-text\/60 {
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-b-brand-text\/65 {
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-b-brand-text\/70 {
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-b-brand-text\/75 {
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-b-brand-text\/80 {
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-b-brand-text\/85 {
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-b-brand-text\/90 {
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-b-brand-text\/95 {
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-b-brand-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-brand-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-b-brand-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-b-brand-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-b-brand-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-b-brand-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-b-brand-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-b-brand-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-b-brand-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-b-brand-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-b-brand-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-b-brand-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-b-brand-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-b-brand-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-b-brand-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-b-brand-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-b-brand-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-b-brand-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-b-brand-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-b-brand-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-b-brand-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-b-brand-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-b-current {
    border-bottom-color: currentColor !important;
  }

  .md\:border-b-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-b-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-b-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-b-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-b-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-b-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-b-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-b-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-b-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-b-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-b-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-b-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-b-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-b-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-b-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-b-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-b-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-b-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-b-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-b-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-b-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-b-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-b-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-b-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-b-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-b-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-b-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-b-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-b-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-b-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-b-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-b-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-b-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-b-gray-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-b-gray-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-b-gray-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-b-gray-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-b-gray-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-b-gray-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-b-gray-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-b-gray-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-b-gray-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-b-gray-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-b-gray-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-b-green-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-b-green-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-b-green-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-b-green-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-b-green-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-b-green-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-b-green-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-b-green-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-b-green-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-b-green-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-b-green-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-b-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-b-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-b-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-b-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-b-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-b-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-b-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-b-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-b-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-b-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-b-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-b-inherit {
    border-bottom-color: inherit !important;
  }

  .md\:border-b-lime-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-b-lime-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-b-lime-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-b-lime-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-b-lime-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-b-lime-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-b-lime-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-b-lime-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-b-lime-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-b-lime-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-b-lime-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-b-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-b-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-b-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-b-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-b-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-b-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-b-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-b-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-b-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-b-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-b-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-b-orange-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-b-orange-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-b-orange-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-b-orange-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-b-orange-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-b-orange-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-b-orange-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-b-orange-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-b-orange-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-b-orange-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-b-orange-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-b-pink-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-b-pink-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-b-pink-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-b-pink-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-b-pink-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-b-pink-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-b-pink-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-b-pink-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-b-pink-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-b-pink-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-b-pink-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-b-purple-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-b-purple-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-b-purple-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-b-purple-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-b-purple-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-b-purple-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-b-purple-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-b-purple-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-b-purple-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-b-purple-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-b-purple-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-b-red-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-b-red-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-b-red-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-b-red-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-b-red-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-b-red-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-b-red-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-b-red-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-b-red-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-b-red-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-b-red-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-b-rose-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-b-rose-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-b-rose-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-b-rose-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-b-rose-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-b-rose-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-b-rose-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-b-rose-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-b-rose-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-b-rose-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-b-rose-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-b-sky-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-b-sky-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-b-sky-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-b-sky-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-b-sky-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-b-sky-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-b-sky-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-b-sky-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-b-sky-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-b-sky-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-b-sky-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-b-slate-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-b-slate-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-b-slate-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-b-slate-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-b-slate-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-b-slate-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-b-slate-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-b-slate-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-b-slate-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-b-stone-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-b-stone-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-b-stone-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-b-stone-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-b-stone-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-b-stone-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-b-stone-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-b-stone-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-b-stone-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-b-stone-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-b-stone-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-b-teal-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-b-teal-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-b-teal-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-b-teal-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-b-teal-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-b-teal-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-b-teal-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-b-teal-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-b-teal-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-b-teal-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-b-teal-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-b-transparent {
    border-bottom-color: transparent !important;
  }

  .md\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-b-violet-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-b-violet-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-b-violet-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-b-violet-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-b-violet-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-b-violet-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-b-violet-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-b-violet-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-b-violet-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-b-violet-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-b-violet-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-b-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-b-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-b-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-b-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-b-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-b-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-b-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-b-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-b-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-b-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-b-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:border-l-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-l-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-l-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-l-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-l-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-l-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-l-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-l-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-l-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-l-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-l-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-l-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-l-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-l-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-l-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-l-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-l-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-l-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-l-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-l-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-l-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-l-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-l-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-l-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-l-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-l-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-l-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-l-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-l-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-l-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-l-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-l-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-l-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-l-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-l-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-l-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-l-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-l-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-l-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-l-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-l-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-l-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-l-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-l-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-l-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-l-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-l-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-l-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-l-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-l-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-l-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-l-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-l-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-l-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-l-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-l-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-l-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-l-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-l-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-l-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-l-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-l-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-l-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-l-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-l-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-l-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-l-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-l-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-l-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-l-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-l-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-l-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-l-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-l-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-l-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-l-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-l-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-l-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-l-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-l-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-l-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-l-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-l-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-l-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-l-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-l-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-l-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-l-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-l-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-l-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-l-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-l-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-l-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-l-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-l-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-l-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-l-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-l-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-l-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-l-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-l-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-l-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-l-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-l-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-l-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-l-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-l-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-l-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-l-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-l-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-l-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-l-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-l-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-l-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-l-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-l-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-l-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-l-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-l-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-l-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-l-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-l-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-l-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-l-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-l-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-l-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-l-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-l-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-l-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-l-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-l-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-l-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-l-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-l-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-l-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-l-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-l-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-l-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-l-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-l-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-l-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-l-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-l-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-l-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-l-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-l-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-l-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-l-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-l-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-l-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-l-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-l-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-l-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-l-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-l-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-l-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-l-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-l-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-l-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-l-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-l-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-l-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-l-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-l-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-l-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-l-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-l-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-l-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-l-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-l-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-l-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-l-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-l-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-l-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-l-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-l-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-l-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-l-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-l-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-l-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-l-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-l-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-l-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-l-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-l-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-l-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-l-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-l-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-l-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-l-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-l-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-l-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-l-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-l-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-l-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-l-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-l-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-l-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-l-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-l-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-l-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-l-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-l-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-l-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-l-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-l-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-l-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-l-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-l-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-l-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-l-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-l-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-l-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-l-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-l-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-l-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-l-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-l-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-l-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-l-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-l-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-l-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-l-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-l-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-l-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-l-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-l-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-l-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-l-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-l-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-l-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-l-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-l-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-l-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-l-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-l-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-l-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-l-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-l-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-l-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-l-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-l-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-l-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-l-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-l-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-l-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-l-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-l-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-l-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-l-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-l-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-l-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-l-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-l-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-l-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-l-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-l-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-l-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-l-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-l-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-l-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-l-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-l-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-l-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-l-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-l-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-l-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-l-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-l-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-l-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-l-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-l-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-l-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-l-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-l-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-l-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-l-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-l-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-l-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-l-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-l-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-l-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-l-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-l-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-l-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-l-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-l-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-l-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-l-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-l-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-l-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-l-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-l-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-l-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-l-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-l-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-l-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-l-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-l-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-l-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-l-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-l-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-l-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-l-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-l-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-l-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-l-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-l-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-l-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-l-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-l-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-l-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-l-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-l-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-l-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-l-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-l-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-l-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-l-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-l-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-l-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-l-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-l-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-l-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-l-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-l-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-l-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-l-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-l-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-l-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-l-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-l-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-l-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-l-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-l-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-l-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-l-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-l-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-l-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-l-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-l-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-l-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-l-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-l-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-l-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-l-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-l-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-l-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-l-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-l-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-l-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-l-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-l-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-l-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-l-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-l-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-l-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-l-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-l-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-l-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-l-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-l-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-l-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-l-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-l-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-l-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-l-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-l-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-l-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-l-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-l-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-l-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-l-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-l-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-l-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-l-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-l-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-l-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-l-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-l-current {
    border-left-color: currentColor !important;
  }

  .md\:border-l-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-l-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-l-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-l-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-l-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-l-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-l-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-l-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-l-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-l-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-l-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-l-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-l-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-l-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-l-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-l-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-l-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-l-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-l-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-l-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-l-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-l-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-l-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-l-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-l-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-l-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-l-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-l-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-l-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-l-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-l-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-l-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-l-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-l-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-l-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-l-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-l-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-l-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-l-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-l-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-l-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-l-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-l-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-l-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-l-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-l-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-l-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-l-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-l-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-l-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-l-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-l-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-l-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-l-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-l-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-l-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-l-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-l-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-l-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-l-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-l-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-l-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-l-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-l-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-l-inherit {
    border-left-color: inherit !important;
  }

  .md\:border-l-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-l-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-l-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-l-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-l-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-l-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-l-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-l-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-l-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-l-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-l-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-l-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-l-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-l-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-l-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-l-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-l-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-l-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-l-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-l-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-l-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-l-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-l-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-l-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-l-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-l-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-l-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-l-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-l-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-l-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-l-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-l-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-l-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-l-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-l-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-l-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-l-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-l-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-l-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-l-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-l-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-l-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-l-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-l-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-l-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-l-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-l-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-l-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-l-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-l-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-l-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-l-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-l-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-l-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-l-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-l-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-l-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-l-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-l-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-l-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-l-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-l-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-l-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-l-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-l-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-l-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-l-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-l-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-l-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-l-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-l-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-l-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-l-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-l-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-l-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-l-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-l-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-l-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-l-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-l-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-l-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-l-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-l-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-l-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-l-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-l-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-l-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-l-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-l-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-l-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-l-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-l-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-l-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-l-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-l-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-l-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-l-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-l-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-l-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-l-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-l-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-l-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-l-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-l-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-l-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-l-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-l-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-l-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-l-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-l-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-l-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-l-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-l-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-l-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-l-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-l-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-l-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-l-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-l-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-l-transparent {
    border-left-color: transparent !important;
  }

  .md\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-l-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-l-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-l-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-l-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-l-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-l-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-l-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-l-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-l-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-l-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-l-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-l-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-l-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-l-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-l-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-l-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-l-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-l-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-l-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-l-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-l-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-l-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:border-r-amber-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-r-amber-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-r-amber-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-r-amber-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-r-amber-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-r-amber-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-r-amber-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-r-amber-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-r-amber-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-r-amber-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-r-amber-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-r-black {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-r-blue-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-r-blue-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-r-blue-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-r-blue-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-r-blue-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-r-blue-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-r-blue-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-r-blue-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-r-blue-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-r-blue-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-r-blue-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-r-brand-brown {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brown\/0 {
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-r-brand-brown\/10 {
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-r-brand-brown\/100 {
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-r-brand-brown\/15 {
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-r-brand-brown\/20 {
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-r-brand-brown\/25 {
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-r-brand-brown\/30 {
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-r-brand-brown\/35 {
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-r-brand-brown\/40 {
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-r-brand-brown\/45 {
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-r-brand-brown\/5 {
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-r-brand-brown\/50 {
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-r-brand-brown\/55 {
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-r-brand-brown\/60 {
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-r-brand-brown\/65 {
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-r-brand-brown\/70 {
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-r-brand-brown\/75 {
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-r-brand-brown\/80 {
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-r-brand-brown\/85 {
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-r-brand-brown\/90 {
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-r-brand-brown\/95 {
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-r-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brownDark\/0 {
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-r-brand-brownDark\/10 {
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-r-brand-brownDark\/100 {
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-r-brand-brownDark\/15 {
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-r-brand-brownDark\/20 {
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-r-brand-brownDark\/25 {
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-r-brand-brownDark\/30 {
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-r-brand-brownDark\/35 {
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-r-brand-brownDark\/40 {
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-r-brand-brownDark\/45 {
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-r-brand-brownDark\/5 {
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-r-brand-brownDark\/50 {
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-r-brand-brownDark\/55 {
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-r-brand-brownDark\/60 {
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-r-brand-brownDark\/65 {
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-r-brand-brownDark\/70 {
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-r-brand-brownDark\/75 {
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-r-brand-brownDark\/80 {
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-r-brand-brownDark\/85 {
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-r-brand-brownDark\/90 {
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-r-brand-brownDark\/95 {
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-r-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brownDarker\/0 {
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-r-brand-brownDarker\/10 {
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-r-brand-brownDarker\/100 {
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-r-brand-brownDarker\/15 {
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-r-brand-brownDarker\/20 {
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-r-brand-brownDarker\/25 {
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-r-brand-brownDarker\/30 {
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-r-brand-brownDarker\/35 {
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-r-brand-brownDarker\/40 {
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-r-brand-brownDarker\/45 {
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-r-brand-brownDarker\/5 {
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-r-brand-brownDarker\/50 {
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-r-brand-brownDarker\/55 {
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-r-brand-brownDarker\/60 {
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-r-brand-brownDarker\/65 {
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-r-brand-brownDarker\/70 {
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-r-brand-brownDarker\/75 {
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-r-brand-brownDarker\/80 {
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-r-brand-brownDarker\/85 {
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-r-brand-brownDarker\/90 {
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-r-brand-brownDarker\/95 {
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-r-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brownDarkest\/0 {
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-r-brand-brownDarkest\/10 {
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-r-brand-brownDarkest\/100 {
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-r-brand-brownDarkest\/15 {
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-r-brand-brownDarkest\/20 {
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-r-brand-brownDarkest\/25 {
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-r-brand-brownDarkest\/30 {
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-r-brand-brownDarkest\/35 {
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-r-brand-brownDarkest\/40 {
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-r-brand-brownDarkest\/45 {
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-r-brand-brownDarkest\/5 {
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-r-brand-brownDarkest\/50 {
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-r-brand-brownDarkest\/55 {
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-r-brand-brownDarkest\/60 {
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-r-brand-brownDarkest\/65 {
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-r-brand-brownDarkest\/70 {
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-r-brand-brownDarkest\/75 {
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-r-brand-brownDarkest\/80 {
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-r-brand-brownDarkest\/85 {
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-r-brand-brownDarkest\/90 {
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-r-brand-brownDarkest\/95 {
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-r-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brownLighest\/0 {
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-r-brand-brownLighest\/10 {
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-r-brand-brownLighest\/100 {
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-r-brand-brownLighest\/15 {
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-r-brand-brownLighest\/20 {
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-r-brand-brownLighest\/25 {
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-r-brand-brownLighest\/30 {
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-r-brand-brownLighest\/35 {
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-r-brand-brownLighest\/40 {
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-r-brand-brownLighest\/45 {
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-r-brand-brownLighest\/5 {
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-r-brand-brownLighest\/50 {
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-r-brand-brownLighest\/55 {
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-r-brand-brownLighest\/60 {
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-r-brand-brownLighest\/65 {
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-r-brand-brownLighest\/70 {
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-r-brand-brownLighest\/75 {
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-r-brand-brownLighest\/80 {
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-r-brand-brownLighest\/85 {
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-r-brand-brownLighest\/90 {
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-r-brand-brownLighest\/95 {
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-r-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-brownLight\/0 {
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-r-brand-brownLight\/10 {
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-r-brand-brownLight\/100 {
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-r-brand-brownLight\/15 {
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-r-brand-brownLight\/20 {
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-r-brand-brownLight\/25 {
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-r-brand-brownLight\/30 {
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-r-brand-brownLight\/35 {
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-r-brand-brownLight\/40 {
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-r-brand-brownLight\/45 {
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-r-brand-brownLight\/5 {
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-r-brand-brownLight\/50 {
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-r-brand-brownLight\/55 {
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-r-brand-brownLight\/60 {
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-r-brand-brownLight\/65 {
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-r-brand-brownLight\/70 {
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-r-brand-brownLight\/75 {
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-r-brand-brownLight\/80 {
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-r-brand-brownLight\/85 {
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-r-brand-brownLight\/90 {
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-r-brand-brownLight\/95 {
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-r-brand-grey {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-grey\/0 {
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-r-brand-grey\/10 {
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-r-brand-grey\/100 {
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-r-brand-grey\/15 {
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-r-brand-grey\/20 {
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-r-brand-grey\/25 {
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-r-brand-grey\/30 {
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-r-brand-grey\/35 {
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-r-brand-grey\/40 {
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-r-brand-grey\/45 {
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-r-brand-grey\/5 {
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-r-brand-grey\/50 {
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-r-brand-grey\/55 {
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-r-brand-grey\/60 {
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-r-brand-grey\/65 {
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-r-brand-grey\/70 {
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-r-brand-grey\/75 {
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-r-brand-grey\/80 {
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-r-brand-grey\/85 {
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-r-brand-grey\/90 {
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-r-brand-grey\/95 {
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-r-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-greyDarkest\/0 {
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-r-brand-greyDarkest\/10 {
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-r-brand-greyDarkest\/100 {
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-r-brand-greyDarkest\/15 {
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-r-brand-greyDarkest\/20 {
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-r-brand-greyDarkest\/25 {
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-r-brand-greyDarkest\/30 {
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-r-brand-greyDarkest\/35 {
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-r-brand-greyDarkest\/40 {
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-r-brand-greyDarkest\/45 {
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-r-brand-greyDarkest\/5 {
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-r-brand-greyDarkest\/50 {
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-r-brand-greyDarkest\/55 {
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-r-brand-greyDarkest\/60 {
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-r-brand-greyDarkest\/65 {
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-r-brand-greyDarkest\/70 {
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-r-brand-greyDarkest\/75 {
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-r-brand-greyDarkest\/80 {
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-r-brand-greyDarkest\/85 {
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-r-brand-greyDarkest\/90 {
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-r-brand-greyDarkest\/95 {
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-r-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-greyLight\/0 {
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-r-brand-greyLight\/10 {
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-r-brand-greyLight\/100 {
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-r-brand-greyLight\/15 {
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-r-brand-greyLight\/20 {
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-r-brand-greyLight\/25 {
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-r-brand-greyLight\/30 {
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-r-brand-greyLight\/35 {
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-r-brand-greyLight\/40 {
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-r-brand-greyLight\/45 {
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-r-brand-greyLight\/5 {
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-r-brand-greyLight\/50 {
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-r-brand-greyLight\/55 {
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-r-brand-greyLight\/60 {
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-r-brand-greyLight\/65 {
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-r-brand-greyLight\/70 {
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-r-brand-greyLight\/75 {
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-r-brand-greyLight\/80 {
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-r-brand-greyLight\/85 {
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-r-brand-greyLight\/90 {
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-r-brand-greyLight\/95 {
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-r-brand-red {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-red\/0 {
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-r-brand-red\/10 {
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-r-brand-red\/100 {
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-r-brand-red\/15 {
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-r-brand-red\/20 {
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-r-brand-red\/25 {
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-r-brand-red\/30 {
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-r-brand-red\/35 {
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-r-brand-red\/40 {
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-r-brand-red\/45 {
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-r-brand-red\/5 {
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-r-brand-red\/50 {
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-r-brand-red\/55 {
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-r-brand-red\/60 {
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-r-brand-red\/65 {
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-r-brand-red\/70 {
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-r-brand-red\/75 {
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-r-brand-red\/80 {
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-r-brand-red\/85 {
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-r-brand-red\/90 {
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-r-brand-red\/95 {
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-r-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-redDark\/0 {
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-r-brand-redDark\/10 {
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-r-brand-redDark\/100 {
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-r-brand-redDark\/15 {
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-r-brand-redDark\/20 {
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-r-brand-redDark\/25 {
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-r-brand-redDark\/30 {
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-r-brand-redDark\/35 {
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-r-brand-redDark\/40 {
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-r-brand-redDark\/45 {
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-r-brand-redDark\/5 {
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-r-brand-redDark\/50 {
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-r-brand-redDark\/55 {
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-r-brand-redDark\/60 {
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-r-brand-redDark\/65 {
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-r-brand-redDark\/70 {
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-r-brand-redDark\/75 {
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-r-brand-redDark\/80 {
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-r-brand-redDark\/85 {
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-r-brand-redDark\/90 {
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-r-brand-redDark\/95 {
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-r-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-systemGreen\/0 {
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-r-brand-systemGreen\/10 {
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-r-brand-systemGreen\/100 {
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-r-brand-systemGreen\/15 {
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-r-brand-systemGreen\/20 {
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-r-brand-systemGreen\/25 {
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-r-brand-systemGreen\/30 {
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-r-brand-systemGreen\/35 {
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-r-brand-systemGreen\/40 {
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-r-brand-systemGreen\/45 {
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-r-brand-systemGreen\/5 {
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-r-brand-systemGreen\/50 {
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-r-brand-systemGreen\/55 {
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-r-brand-systemGreen\/60 {
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-r-brand-systemGreen\/65 {
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-r-brand-systemGreen\/70 {
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-r-brand-systemGreen\/75 {
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-r-brand-systemGreen\/80 {
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-r-brand-systemGreen\/85 {
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-r-brand-systemGreen\/90 {
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-r-brand-systemGreen\/95 {
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-r-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-systemOrange\/0 {
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-r-brand-systemOrange\/10 {
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-r-brand-systemOrange\/100 {
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-r-brand-systemOrange\/15 {
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-r-brand-systemOrange\/20 {
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-r-brand-systemOrange\/25 {
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-r-brand-systemOrange\/30 {
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-r-brand-systemOrange\/35 {
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-r-brand-systemOrange\/40 {
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-r-brand-systemOrange\/45 {
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-r-brand-systemOrange\/5 {
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-r-brand-systemOrange\/50 {
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-r-brand-systemOrange\/55 {
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-r-brand-systemOrange\/60 {
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-r-brand-systemOrange\/65 {
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-r-brand-systemOrange\/70 {
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-r-brand-systemOrange\/75 {
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-r-brand-systemOrange\/80 {
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-r-brand-systemOrange\/85 {
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-r-brand-systemOrange\/90 {
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-r-brand-systemOrange\/95 {
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-r-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-systemRed\/0 {
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-r-brand-systemRed\/10 {
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-r-brand-systemRed\/100 {
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-r-brand-systemRed\/15 {
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-r-brand-systemRed\/20 {
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-r-brand-systemRed\/25 {
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-r-brand-systemRed\/30 {
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-r-brand-systemRed\/35 {
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-r-brand-systemRed\/40 {
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-r-brand-systemRed\/45 {
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-r-brand-systemRed\/5 {
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-r-brand-systemRed\/50 {
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-r-brand-systemRed\/55 {
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-r-brand-systemRed\/60 {
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-r-brand-systemRed\/65 {
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-r-brand-systemRed\/70 {
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-r-brand-systemRed\/75 {
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-r-brand-systemRed\/80 {
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-r-brand-systemRed\/85 {
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-r-brand-systemRed\/90 {
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-r-brand-systemRed\/95 {
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-r-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-systemYellow\/0 {
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-r-brand-systemYellow\/10 {
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-r-brand-systemYellow\/100 {
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-r-brand-systemYellow\/15 {
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-r-brand-systemYellow\/20 {
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-r-brand-systemYellow\/25 {
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-r-brand-systemYellow\/30 {
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-r-brand-systemYellow\/35 {
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-r-brand-systemYellow\/40 {
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-r-brand-systemYellow\/45 {
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-r-brand-systemYellow\/5 {
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-r-brand-systemYellow\/50 {
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-r-brand-systemYellow\/55 {
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-r-brand-systemYellow\/60 {
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-r-brand-systemYellow\/65 {
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-r-brand-systemYellow\/70 {
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-r-brand-systemYellow\/75 {
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-r-brand-systemYellow\/80 {
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-r-brand-systemYellow\/85 {
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-r-brand-systemYellow\/90 {
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-r-brand-systemYellow\/95 {
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-r-brand-text {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-text\/0 {
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-r-brand-text\/10 {
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-r-brand-text\/100 {
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-r-brand-text\/15 {
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-r-brand-text\/20 {
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-r-brand-text\/25 {
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-r-brand-text\/30 {
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-r-brand-text\/35 {
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-r-brand-text\/40 {
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-r-brand-text\/45 {
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-r-brand-text\/5 {
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-r-brand-text\/50 {
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-r-brand-text\/55 {
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-r-brand-text\/60 {
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-r-brand-text\/65 {
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-r-brand-text\/70 {
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-r-brand-text\/75 {
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-r-brand-text\/80 {
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-r-brand-text\/85 {
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-r-brand-text\/90 {
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-r-brand-text\/95 {
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-r-brand-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-brand-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-r-brand-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-r-brand-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-r-brand-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-r-brand-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-r-brand-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-r-brand-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-r-brand-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-r-brand-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-r-brand-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-r-brand-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-r-brand-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-r-brand-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-r-brand-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-r-brand-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-r-brand-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-r-brand-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-r-brand-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-r-brand-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-r-brand-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-r-brand-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-r-current {
    border-right-color: currentColor !important;
  }

  .md\:border-r-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-r-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-r-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-r-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-r-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-r-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-r-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-r-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-r-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-r-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-r-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-r-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-r-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-r-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-r-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-r-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-r-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-r-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-r-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-r-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-r-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-r-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-r-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-r-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-r-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-r-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-r-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-r-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-r-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-r-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-r-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-r-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-r-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-r-gray-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-r-gray-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-r-gray-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-r-gray-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-r-gray-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-r-gray-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-r-gray-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-r-gray-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-r-gray-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-r-green-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-r-green-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-r-green-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-r-green-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-r-green-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-r-green-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-r-green-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-r-green-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-r-green-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-r-green-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-r-green-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-r-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-r-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-r-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-r-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-r-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-r-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-r-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-r-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-r-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-r-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-r-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-r-inherit {
    border-right-color: inherit !important;
  }

  .md\:border-r-lime-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-r-lime-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-r-lime-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-r-lime-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-r-lime-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-r-lime-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-r-lime-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-r-lime-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-r-lime-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-r-lime-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-r-lime-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-r-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-r-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-r-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-r-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-r-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-r-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-r-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-r-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-r-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-r-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-r-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-r-orange-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-r-orange-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-r-orange-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-r-orange-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-r-orange-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-r-orange-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-r-orange-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-r-orange-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-r-orange-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-r-orange-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-r-orange-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-r-pink-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-r-pink-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-r-pink-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-r-pink-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-r-pink-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-r-pink-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-r-pink-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-r-pink-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-r-pink-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-r-pink-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-r-pink-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-r-purple-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-r-purple-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-r-purple-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-r-purple-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-r-purple-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-r-purple-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-r-purple-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-r-purple-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-r-purple-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-r-purple-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-r-purple-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-r-red-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-r-red-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-r-red-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-r-red-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-r-red-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-r-red-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-r-red-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-r-red-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-r-red-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-r-red-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-r-red-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-r-rose-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-r-rose-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-r-rose-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-r-rose-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-r-rose-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-r-rose-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-r-rose-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-r-rose-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-r-rose-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-r-rose-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-r-rose-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-r-sky-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-r-sky-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-r-sky-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-r-sky-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-r-sky-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-r-sky-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-r-sky-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-r-sky-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-r-sky-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-r-sky-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-r-sky-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-r-slate-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-r-slate-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-r-slate-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-r-slate-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-r-slate-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-r-slate-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-r-slate-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-r-slate-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-r-slate-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-r-slate-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-r-slate-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-r-stone-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-r-stone-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-r-stone-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-r-stone-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-r-stone-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-r-stone-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-r-stone-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-r-stone-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-r-stone-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-r-stone-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-r-stone-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-r-teal-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-r-teal-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-r-teal-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-r-teal-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-r-teal-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-r-teal-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-r-teal-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-r-teal-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-r-teal-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-r-teal-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-r-teal-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-r-transparent {
    border-right-color: transparent !important;
  }

  .md\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-r-violet-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-r-violet-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-r-violet-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-r-violet-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-r-violet-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-r-violet-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-r-violet-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-r-violet-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-r-violet-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-r-violet-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-r-violet-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-r-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-r-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-r-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-r-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-r-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-r-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-r-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-r-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-r-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-r-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-r-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:border-t-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
  }

  .md\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
  }

  .md\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
  }

  .md\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
  }

  .md\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
  }

  .md\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
  }

  .md\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
  }

  .md\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
  }

  .md\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
  }

  .md\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
  }

  .md\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
  }

  .md\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
  }

  .md\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
  }

  .md\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
  }

  .md\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
  }

  .md\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
  }

  .md\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
  }

  .md\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
  }

  .md\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
  }

  .md\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
  }

  .md\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
  }

  .md\:border-t-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
  }

  .md\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
  }

  .md\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
  }

  .md\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
  }

  .md\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
  }

  .md\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
  }

  .md\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
  }

  .md\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
  }

  .md\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
  }

  .md\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
  }

  .md\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
  }

  .md\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
  }

  .md\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
  }

  .md\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
  }

  .md\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
  }

  .md\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
  }

  .md\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
  }

  .md\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
  }

  .md\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
  }

  .md\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
  }

  .md\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
  }

  .md\:border-t-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
  }

  .md\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
  }

  .md\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
  }

  .md\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
  }

  .md\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
  }

  .md\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
  }

  .md\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
  }

  .md\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
  }

  .md\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
  }

  .md\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
  }

  .md\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
  }

  .md\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
  }

  .md\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
  }

  .md\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
  }

  .md\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
  }

  .md\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
  }

  .md\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
  }

  .md\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
  }

  .md\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
  }

  .md\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
  }

  .md\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
  }

  .md\:border-t-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
  }

  .md\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
  }

  .md\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
  }

  .md\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
  }

  .md\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
  }

  .md\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
  }

  .md\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
  }

  .md\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
  }

  .md\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
  }

  .md\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
  }

  .md\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
  }

  .md\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
  }

  .md\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
  }

  .md\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
  }

  .md\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
  }

  .md\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
  }

  .md\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
  }

  .md\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
  }

  .md\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
  }

  .md\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
  }

  .md\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
  }

  .md\:border-t-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
  }

  .md\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
  }

  .md\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
  }

  .md\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
  }

  .md\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
  }

  .md\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
  }

  .md\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
  }

  .md\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
  }

  .md\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
  }

  .md\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
  }

  .md\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
  }

  .md\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
  }

  .md\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
  }

  .md\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
  }

  .md\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
  }

  .md\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
  }

  .md\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
  }

  .md\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
  }

  .md\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
  }

  .md\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
  }

  .md\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
  }

  .md\:border-t-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
  }

  .md\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
  }

  .md\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
  }

  .md\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
  }

  .md\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
  }

  .md\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
  }

  .md\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
  }

  .md\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
  }

  .md\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
  }

  .md\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
  }

  .md\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
  }

  .md\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
  }

  .md\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
  }

  .md\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
  }

  .md\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
  }

  .md\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
  }

  .md\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
  }

  .md\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
  }

  .md\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
  }

  .md\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
  }

  .md\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
  }

  .md\:border-t-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
  }

  .md\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
  }

  .md\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
  }

  .md\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
  }

  .md\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
  }

  .md\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
  }

  .md\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
  }

  .md\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
  }

  .md\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
  }

  .md\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
  }

  .md\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
  }

  .md\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
  }

  .md\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
  }

  .md\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
  }

  .md\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
  }

  .md\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
  }

  .md\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
  }

  .md\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
  }

  .md\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
  }

  .md\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
  }

  .md\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
  }

  .md\:border-t-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
  }

  .md\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
  }

  .md\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
  }

  .md\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
  }

  .md\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
  }

  .md\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
  }

  .md\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
  }

  .md\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
  }

  .md\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
  }

  .md\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
  }

  .md\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
  }

  .md\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
  }

  .md\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
  }

  .md\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
  }

  .md\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
  }

  .md\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
  }

  .md\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
  }

  .md\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
  }

  .md\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
  }

  .md\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
  }

  .md\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
  }

  .md\:border-t-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
  }

  .md\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
  }

  .md\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
  }

  .md\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
  }

  .md\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
  }

  .md\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
  }

  .md\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
  }

  .md\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
  }

  .md\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
  }

  .md\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
  }

  .md\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
  }

  .md\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
  }

  .md\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
  }

  .md\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
  }

  .md\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
  }

  .md\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
  }

  .md\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
  }

  .md\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
  }

  .md\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
  }

  .md\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
  }

  .md\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
  }

  .md\:border-t-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
  }

  .md\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
  }

  .md\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
  }

  .md\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
  }

  .md\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
  }

  .md\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
  }

  .md\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
  }

  .md\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
  }

  .md\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
  }

  .md\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
  }

  .md\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
  }

  .md\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
  }

  .md\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
  }

  .md\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
  }

  .md\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
  }

  .md\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
  }

  .md\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
  }

  .md\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
  }

  .md\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
  }

  .md\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
  }

  .md\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
  }

  .md\:border-t-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
  }

  .md\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
  }

  .md\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
  }

  .md\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
  }

  .md\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
  }

  .md\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
  }

  .md\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
  }

  .md\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
  }

  .md\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
  }

  .md\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
  }

  .md\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
  }

  .md\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
  }

  .md\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
  }

  .md\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
  }

  .md\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
  }

  .md\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
  }

  .md\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
  }

  .md\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
  }

  .md\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
  }

  .md\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
  }

  .md\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
  }

  .md\:border-t-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-t-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
  }

  .md\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
  }

  .md\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
  }

  .md\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
  }

  .md\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
  }

  .md\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
  }

  .md\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
  }

  .md\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
  }

  .md\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
  }

  .md\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
  }

  .md\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
  }

  .md\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
  }

  .md\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
  }

  .md\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
  }

  .md\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
  }

  .md\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
  }

  .md\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
  }

  .md\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
  }

  .md\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
  }

  .md\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
  }

  .md\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
  }

  .md\:border-t-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
  }

  .md\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
  }

  .md\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
  }

  .md\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
  }

  .md\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
  }

  .md\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
  }

  .md\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
  }

  .md\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
  }

  .md\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
  }

  .md\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
  }

  .md\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
  }

  .md\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
  }

  .md\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
  }

  .md\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
  }

  .md\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
  }

  .md\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
  }

  .md\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
  }

  .md\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
  }

  .md\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
  }

  .md\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
  }

  .md\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
  }

  .md\:border-t-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
  }

  .md\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
  }

  .md\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
  }

  .md\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
  }

  .md\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
  }

  .md\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
  }

  .md\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
  }

  .md\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
  }

  .md\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
  }

  .md\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
  }

  .md\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
  }

  .md\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
  }

  .md\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
  }

  .md\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
  }

  .md\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
  }

  .md\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
  }

  .md\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
  }

  .md\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
  }

  .md\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
  }

  .md\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
  }

  .md\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
  }

  .md\:border-t-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
  }

  .md\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
  }

  .md\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
  }

  .md\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
  }

  .md\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
  }

  .md\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
  }

  .md\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
  }

  .md\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
  }

  .md\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
  }

  .md\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
  }

  .md\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
  }

  .md\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
  }

  .md\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
  }

  .md\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
  }

  .md\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
  }

  .md\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
  }

  .md\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
  }

  .md\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
  }

  .md\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
  }

  .md\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
  }

  .md\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
  }

  .md\:border-t-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
  }

  .md\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
  }

  .md\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
  }

  .md\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
  }

  .md\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
  }

  .md\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
  }

  .md\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
  }

  .md\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
  }

  .md\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
  }

  .md\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
  }

  .md\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
  }

  .md\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
  }

  .md\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
  }

  .md\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
  }

  .md\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
  }

  .md\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
  }

  .md\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
  }

  .md\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
  }

  .md\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
  }

  .md\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
  }

  .md\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
  }

  .md\:border-t-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
  }

  .md\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
  }

  .md\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
  }

  .md\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
  }

  .md\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
  }

  .md\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
  }

  .md\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
  }

  .md\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
  }

  .md\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
  }

  .md\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
  }

  .md\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
  }

  .md\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
  }

  .md\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
  }

  .md\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
  }

  .md\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
  }

  .md\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
  }

  .md\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
  }

  .md\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
  }

  .md\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
  }

  .md\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
  }

  .md\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
  }

  .md\:border-t-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
  }

  .md\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
  }

  .md\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
  }

  .md\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
  }

  .md\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
  }

  .md\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
  }

  .md\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
  }

  .md\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
  }

  .md\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
  }

  .md\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
  }

  .md\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
  }

  .md\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
  }

  .md\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
  }

  .md\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
  }

  .md\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
  }

  .md\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
  }

  .md\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
  }

  .md\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
  }

  .md\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
  }

  .md\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
  }

  .md\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
  }

  .md\:border-t-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
  }

  .md\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
  }

  .md\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
  }

  .md\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
  }

  .md\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
  }

  .md\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
  }

  .md\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
  }

  .md\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
  }

  .md\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
  }

  .md\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
  }

  .md\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
  }

  .md\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
  }

  .md\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
  }

  .md\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
  }

  .md\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
  }

  .md\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
  }

  .md\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
  }

  .md\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
  }

  .md\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
  }

  .md\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
  }

  .md\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
  }

  .md\:border-t-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
  }

  .md\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
  }

  .md\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
  }

  .md\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
  }

  .md\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
  }

  .md\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
  }

  .md\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
  }

  .md\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
  }

  .md\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
  }

  .md\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
  }

  .md\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
  }

  .md\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
  }

  .md\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
  }

  .md\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
  }

  .md\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
  }

  .md\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
  }

  .md\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
  }

  .md\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
  }

  .md\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
  }

  .md\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
  }

  .md\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
  }

  .md\:border-t-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
  }

  .md\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
  }

  .md\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
  }

  .md\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
  }

  .md\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
  }

  .md\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
  }

  .md\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
  }

  .md\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
  }

  .md\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
  }

  .md\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
  }

  .md\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
  }

  .md\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
  }

  .md\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
  }

  .md\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
  }

  .md\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
  }

  .md\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
  }

  .md\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
  }

  .md\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
  }

  .md\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
  }

  .md\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
  }

  .md\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
  }

  .md\:border-t-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
  }

  .md\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
  }

  .md\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
  }

  .md\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
  }

  .md\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
  }

  .md\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
  }

  .md\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
  }

  .md\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
  }

  .md\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
  }

  .md\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
  }

  .md\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
  }

  .md\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
  }

  .md\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
  }

  .md\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
  }

  .md\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
  }

  .md\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
  }

  .md\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
  }

  .md\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
  }

  .md\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
  }

  .md\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
  }

  .md\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
  }

  .md\:border-t-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
  }

  .md\:border-t-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:border-t-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
  }

  .md\:border-t-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:border-t-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:border-t-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:border-t-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:border-t-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:border-t-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:border-t-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:border-t-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:border-t-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:border-t-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:border-t-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:border-t-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:border-t-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:border-t-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:border-t-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:border-t-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:border-t-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:border-t-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:border-t-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
  }

  .md\:border-t-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:border-t-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
  }

  .md\:border-t-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:border-t-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:border-t-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:border-t-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:border-t-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:border-t-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:border-t-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:border-t-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:border-t-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:border-t-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:border-t-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:border-t-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:border-t-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:border-t-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:border-t-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:border-t-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:border-t-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:border-t-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:border-t-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
  }

  .md\:border-t-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:border-t-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
  }

  .md\:border-t-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:border-t-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:border-t-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:border-t-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:border-t-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:border-t-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:border-t-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:border-t-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:border-t-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:border-t-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:border-t-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:border-t-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:border-t-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:border-t-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:border-t-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:border-t-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:border-t-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:border-t-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:border-t-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
  }

  .md\:border-t-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:border-t-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
  }

  .md\:border-t-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:border-t-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:border-t-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:border-t-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:border-t-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:border-t-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:border-t-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:border-t-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:border-t-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:border-t-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:border-t-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:border-t-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:border-t-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:border-t-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:border-t-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:border-t-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:border-t-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:border-t-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:border-t-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
  }

  .md\:border-t-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:border-t-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
  }

  .md\:border-t-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:border-t-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:border-t-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:border-t-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:border-t-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:border-t-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:border-t-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:border-t-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:border-t-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:border-t-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:border-t-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:border-t-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:border-t-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:border-t-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:border-t-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:border-t-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:border-t-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:border-t-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:border-t-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
  }

  .md\:border-t-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:border-t-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
  }

  .md\:border-t-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:border-t-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:border-t-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:border-t-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:border-t-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:border-t-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:border-t-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:border-t-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:border-t-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:border-t-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:border-t-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:border-t-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:border-t-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:border-t-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:border-t-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:border-t-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:border-t-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:border-t-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:border-t-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
  }

  .md\:border-t-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:border-t-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
  }

  .md\:border-t-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:border-t-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:border-t-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:border-t-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:border-t-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:border-t-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:border-t-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:border-t-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:border-t-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:border-t-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:border-t-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:border-t-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:border-t-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:border-t-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:border-t-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:border-t-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:border-t-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:border-t-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:border-t-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
  }

  .md\:border-t-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:border-t-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
  }

  .md\:border-t-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:border-t-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:border-t-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:border-t-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:border-t-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:border-t-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:border-t-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:border-t-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:border-t-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:border-t-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:border-t-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:border-t-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:border-t-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:border-t-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:border-t-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:border-t-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:border-t-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:border-t-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:border-t-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
  }

  .md\:border-t-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:border-t-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
  }

  .md\:border-t-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:border-t-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:border-t-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:border-t-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:border-t-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:border-t-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:border-t-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:border-t-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:border-t-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:border-t-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:border-t-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:border-t-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:border-t-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:border-t-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:border-t-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:border-t-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:border-t-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:border-t-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:border-t-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
  }

  .md\:border-t-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:border-t-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
  }

  .md\:border-t-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:border-t-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:border-t-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:border-t-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:border-t-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:border-t-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:border-t-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:border-t-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:border-t-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:border-t-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:border-t-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:border-t-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:border-t-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:border-t-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:border-t-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:border-t-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:border-t-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:border-t-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:border-t-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
  }

  .md\:border-t-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:border-t-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
  }

  .md\:border-t-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:border-t-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:border-t-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:border-t-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:border-t-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:border-t-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:border-t-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:border-t-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:border-t-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:border-t-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:border-t-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:border-t-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:border-t-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:border-t-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:border-t-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:border-t-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:border-t-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:border-t-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:border-t-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
  }

  .md\:border-t-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:border-t-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
  }

  .md\:border-t-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:border-t-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:border-t-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:border-t-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:border-t-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:border-t-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:border-t-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:border-t-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:border-t-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:border-t-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:border-t-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:border-t-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:border-t-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:border-t-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:border-t-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:border-t-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:border-t-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:border-t-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:border-t-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
  }

  .md\:border-t-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:border-t-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
  }

  .md\:border-t-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:border-t-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:border-t-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:border-t-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:border-t-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:border-t-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:border-t-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:border-t-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:border-t-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:border-t-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:border-t-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:border-t-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:border-t-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:border-t-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:border-t-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:border-t-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:border-t-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:border-t-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:border-t-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
  }

  .md\:border-t-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:border-t-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
  }

  .md\:border-t-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:border-t-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:border-t-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:border-t-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:border-t-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:border-t-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:border-t-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:border-t-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:border-t-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:border-t-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:border-t-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:border-t-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:border-t-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:border-t-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:border-t-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:border-t-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:border-t-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:border-t-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:border-t-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
  }

  .md\:border-t-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:border-t-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
  }

  .md\:border-t-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:border-t-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:border-t-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:border-t-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:border-t-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:border-t-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:border-t-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:border-t-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:border-t-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:border-t-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:border-t-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:border-t-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:border-t-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:border-t-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:border-t-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:border-t-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:border-t-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:border-t-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:border-t-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
  }

  .md\:border-t-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:border-t-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
  }

  .md\:border-t-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:border-t-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:border-t-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:border-t-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:border-t-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:border-t-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:border-t-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:border-t-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:border-t-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:border-t-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:border-t-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:border-t-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:border-t-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:border-t-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:border-t-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:border-t-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:border-t-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:border-t-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:border-t-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-t-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-t-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-t-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-t-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-t-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-t-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-t-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-t-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-t-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-t-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-t-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-t-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-t-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-t-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-t-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-t-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-t-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-t-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-t-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-t-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-t-current {
    border-top-color: currentColor !important;
  }

  .md\:border-t-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
  }

  .md\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
  }

  .md\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
  }

  .md\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
  }

  .md\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
  }

  .md\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
  }

  .md\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
  }

  .md\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
  }

  .md\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
  }

  .md\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
  }

  .md\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
  }

  .md\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
  }

  .md\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
  }

  .md\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
  }

  .md\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
  }

  .md\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
  }

  .md\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
  }

  .md\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
  }

  .md\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
  }

  .md\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
  }

  .md\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
  }

  .md\:border-t-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
  }

  .md\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
  }

  .md\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
  }

  .md\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
  }

  .md\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
  }

  .md\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
  }

  .md\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
  }

  .md\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
  }

  .md\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
  }

  .md\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
  }

  .md\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
  }

  .md\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
  }

  .md\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
  }

  .md\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
  }

  .md\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
  }

  .md\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
  }

  .md\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
  }

  .md\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
  }

  .md\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
  }

  .md\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
  }

  .md\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
  }

  .md\:border-t-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
  }

  .md\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
  }

  .md\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
  }

  .md\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
  }

  .md\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
  }

  .md\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
  }

  .md\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
  }

  .md\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
  }

  .md\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
  }

  .md\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
  }

  .md\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
  }

  .md\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
  }

  .md\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
  }

  .md\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
  }

  .md\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
  }

  .md\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
  }

  .md\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
  }

  .md\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
  }

  .md\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
  }

  .md\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
  }

  .md\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
  }

  .md\:border-t-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
  }

  .md\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
  }

  .md\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
  }

  .md\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
  }

  .md\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
  }

  .md\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
  }

  .md\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
  }

  .md\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
  }

  .md\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
  }

  .md\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
  }

  .md\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
  }

  .md\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
  }

  .md\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
  }

  .md\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
  }

  .md\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
  }

  .md\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
  }

  .md\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
  }

  .md\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
  }

  .md\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
  }

  .md\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
  }

  .md\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
  }

  .md\:border-t-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
  }

  .md\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
  }

  .md\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
  }

  .md\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
  }

  .md\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
  }

  .md\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
  }

  .md\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
  }

  .md\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
  }

  .md\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
  }

  .md\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
  }

  .md\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
  }

  .md\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
  }

  .md\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
  }

  .md\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
  }

  .md\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
  }

  .md\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
  }

  .md\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
  }

  .md\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
  }

  .md\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
  }

  .md\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
  }

  .md\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
  }

  .md\:border-t-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
  }

  .md\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
  }

  .md\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
  }

  .md\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
  }

  .md\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
  }

  .md\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
  }

  .md\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
  }

  .md\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
  }

  .md\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
  }

  .md\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
  }

  .md\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
  }

  .md\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
  }

  .md\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
  }

  .md\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
  }

  .md\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
  }

  .md\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
  }

  .md\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
  }

  .md\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
  }

  .md\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
  }

  .md\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
  }

  .md\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
  }

  .md\:border-t-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
  }

  .md\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
  }

  .md\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
  }

  .md\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
  }

  .md\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
  }

  .md\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
  }

  .md\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
  }

  .md\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
  }

  .md\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
  }

  .md\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
  }

  .md\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
  }

  .md\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
  }

  .md\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
  }

  .md\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
  }

  .md\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
  }

  .md\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
  }

  .md\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
  }

  .md\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
  }

  .md\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
  }

  .md\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
  }

  .md\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
  }

  .md\:border-t-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
  }

  .md\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
  }

  .md\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
  }

  .md\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
  }

  .md\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
  }

  .md\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
  }

  .md\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
  }

  .md\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
  }

  .md\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
  }

  .md\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
  }

  .md\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
  }

  .md\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
  }

  .md\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
  }

  .md\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
  }

  .md\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
  }

  .md\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
  }

  .md\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
  }

  .md\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
  }

  .md\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
  }

  .md\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
  }

  .md\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
  }

  .md\:border-t-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
  }

  .md\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
  }

  .md\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
  }

  .md\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
  }

  .md\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
  }

  .md\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
  }

  .md\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
  }

  .md\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
  }

  .md\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
  }

  .md\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
  }

  .md\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
  }

  .md\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
  }

  .md\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
  }

  .md\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
  }

  .md\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
  }

  .md\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
  }

  .md\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
  }

  .md\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
  }

  .md\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
  }

  .md\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
  }

  .md\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
  }

  .md\:border-t-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
  }

  .md\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
  }

  .md\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
  }

  .md\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
  }

  .md\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
  }

  .md\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
  }

  .md\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
  }

  .md\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
  }

  .md\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
  }

  .md\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
  }

  .md\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
  }

  .md\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
  }

  .md\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
  }

  .md\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
  }

  .md\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
  }

  .md\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
  }

  .md\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
  }

  .md\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
  }

  .md\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
  }

  .md\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
  }

  .md\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
  }

  .md\:border-t-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
  }

  .md\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
  }

  .md\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
  }

  .md\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
  }

  .md\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
  }

  .md\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
  }

  .md\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
  }

  .md\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
  }

  .md\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
  }

  .md\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
  }

  .md\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
  }

  .md\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
  }

  .md\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
  }

  .md\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
  }

  .md\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
  }

  .md\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
  }

  .md\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
  }

  .md\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
  }

  .md\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
  }

  .md\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
  }

  .md\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
  }

  .md\:border-t-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
  }

  .md\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
  }

  .md\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
  }

  .md\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
  }

  .md\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
  }

  .md\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
  }

  .md\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
  }

  .md\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
  }

  .md\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
  }

  .md\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
  }

  .md\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
  }

  .md\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
  }

  .md\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
  }

  .md\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
  }

  .md\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
  }

  .md\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
  }

  .md\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
  }

  .md\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
  }

  .md\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
  }

  .md\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
  }

  .md\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
  }

  .md\:border-t-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
  }

  .md\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
  }

  .md\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
  }

  .md\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
  }

  .md\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
  }

  .md\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
  }

  .md\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
  }

  .md\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
  }

  .md\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
  }

  .md\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
  }

  .md\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
  }

  .md\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
  }

  .md\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
  }

  .md\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
  }

  .md\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
  }

  .md\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
  }

  .md\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
  }

  .md\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
  }

  .md\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
  }

  .md\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
  }

  .md\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
  }

  .md\:border-t-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
  }

  .md\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
  }

  .md\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
  }

  .md\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
  }

  .md\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
  }

  .md\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
  }

  .md\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
  }

  .md\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
  }

  .md\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
  }

  .md\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
  }

  .md\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
  }

  .md\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
  }

  .md\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
  }

  .md\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
  }

  .md\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
  }

  .md\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
  }

  .md\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
  }

  .md\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
  }

  .md\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
  }

  .md\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
  }

  .md\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
  }

  .md\:border-t-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
  }

  .md\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
  }

  .md\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
  }

  .md\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
  }

  .md\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
  }

  .md\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
  }

  .md\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
  }

  .md\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
  }

  .md\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
  }

  .md\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
  }

  .md\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
  }

  .md\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
  }

  .md\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
  }

  .md\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
  }

  .md\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
  }

  .md\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
  }

  .md\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
  }

  .md\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
  }

  .md\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
  }

  .md\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
  }

  .md\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
  }

  .md\:border-t-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
  }

  .md\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
  }

  .md\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
  }

  .md\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
  }

  .md\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
  }

  .md\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
  }

  .md\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
  }

  .md\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
  }

  .md\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
  }

  .md\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
  }

  .md\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
  }

  .md\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
  }

  .md\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
  }

  .md\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
  }

  .md\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
  }

  .md\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
  }

  .md\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
  }

  .md\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
  }

  .md\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
  }

  .md\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
  }

  .md\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
  }

  .md\:border-t-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
  }

  .md\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
  }

  .md\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
  }

  .md\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
  }

  .md\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
  }

  .md\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
  }

  .md\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
  }

  .md\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
  }

  .md\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
  }

  .md\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
  }

  .md\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
  }

  .md\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
  }

  .md\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
  }

  .md\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
  }

  .md\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
  }

  .md\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
  }

  .md\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
  }

  .md\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
  }

  .md\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
  }

  .md\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
  }

  .md\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
  }

  .md\:border-t-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
  }

  .md\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
  }

  .md\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
  }

  .md\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
  }

  .md\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
  }

  .md\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
  }

  .md\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
  }

  .md\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
  }

  .md\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
  }

  .md\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
  }

  .md\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
  }

  .md\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
  }

  .md\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
  }

  .md\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
  }

  .md\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
  }

  .md\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
  }

  .md\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
  }

  .md\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
  }

  .md\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
  }

  .md\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
  }

  .md\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
  }

  .md\:border-t-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
  }

  .md\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
  }

  .md\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
  }

  .md\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
  }

  .md\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
  }

  .md\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
  }

  .md\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
  }

  .md\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
  }

  .md\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
  }

  .md\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
  }

  .md\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
  }

  .md\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
  }

  .md\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
  }

  .md\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
  }

  .md\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
  }

  .md\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
  }

  .md\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
  }

  .md\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
  }

  .md\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
  }

  .md\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
  }

  .md\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
  }

  .md\:border-t-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
  }

  .md\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
  }

  .md\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
  }

  .md\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
  }

  .md\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
  }

  .md\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
  }

  .md\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
  }

  .md\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
  }

  .md\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
  }

  .md\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
  }

  .md\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
  }

  .md\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
  }

  .md\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
  }

  .md\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
  }

  .md\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
  }

  .md\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
  }

  .md\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
  }

  .md\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
  }

  .md\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
  }

  .md\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
  }

  .md\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
  }

  .md\:border-t-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
  }

  .md\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
  }

  .md\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
  }

  .md\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
  }

  .md\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
  }

  .md\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
  }

  .md\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
  }

  .md\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
  }

  .md\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
  }

  .md\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
  }

  .md\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
  }

  .md\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
  }

  .md\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
  }

  .md\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
  }

  .md\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
  }

  .md\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
  }

  .md\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
  }

  .md\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
  }

  .md\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
  }

  .md\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
  }

  .md\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
  }

  .md\:border-t-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
  }

  .md\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
  }

  .md\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
  }

  .md\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
  }

  .md\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
  }

  .md\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
  }

  .md\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
  }

  .md\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
  }

  .md\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
  }

  .md\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
  }

  .md\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
  }

  .md\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
  }

  .md\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
  }

  .md\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
  }

  .md\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
  }

  .md\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
  }

  .md\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
  }

  .md\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
  }

  .md\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
  }

  .md\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
  }

  .md\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
  }

  .md\:border-t-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
  }

  .md\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
  }

  .md\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
  }

  .md\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
  }

  .md\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
  }

  .md\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
  }

  .md\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
  }

  .md\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
  }

  .md\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
  }

  .md\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
  }

  .md\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
  }

  .md\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
  }

  .md\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
  }

  .md\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
  }

  .md\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
  }

  .md\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
  }

  .md\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
  }

  .md\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
  }

  .md\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
  }

  .md\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
  }

  .md\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
  }

  .md\:border-t-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
  }

  .md\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
  }

  .md\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
  }

  .md\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
  }

  .md\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
  }

  .md\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
  }

  .md\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
  }

  .md\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
  }

  .md\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
  }

  .md\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
  }

  .md\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
  }

  .md\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
  }

  .md\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
  }

  .md\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
  }

  .md\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
  }

  .md\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
  }

  .md\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
  }

  .md\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
  }

  .md\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
  }

  .md\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
  }

  .md\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
  }

  .md\:border-t-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
  }

  .md\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
  }

  .md\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
  }

  .md\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
  }

  .md\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
  }

  .md\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
  }

  .md\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
  }

  .md\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
  }

  .md\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
  }

  .md\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
  }

  .md\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
  }

  .md\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
  }

  .md\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
  }

  .md\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
  }

  .md\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
  }

  .md\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
  }

  .md\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
  }

  .md\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
  }

  .md\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
  }

  .md\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
  }

  .md\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
  }

  .md\:border-t-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
  }

  .md\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
  }

  .md\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
  }

  .md\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
  }

  .md\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
  }

  .md\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
  }

  .md\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
  }

  .md\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
  }

  .md\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
  }

  .md\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
  }

  .md\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
  }

  .md\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
  }

  .md\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
  }

  .md\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
  }

  .md\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
  }

  .md\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
  }

  .md\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
  }

  .md\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
  }

  .md\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
  }

  .md\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
  }

  .md\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
  }

  .md\:border-t-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
  }

  .md\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
  }

  .md\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
  }

  .md\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
  }

  .md\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
  }

  .md\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
  }

  .md\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
  }

  .md\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
  }

  .md\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
  }

  .md\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
  }

  .md\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
  }

  .md\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
  }

  .md\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
  }

  .md\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
  }

  .md\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
  }

  .md\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
  }

  .md\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
  }

  .md\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
  }

  .md\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
  }

  .md\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
  }

  .md\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
  }

  .md\:border-t-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
  }

  .md\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
  }

  .md\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
  }

  .md\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
  }

  .md\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
  }

  .md\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
  }

  .md\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
  }

  .md\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
  }

  .md\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
  }

  .md\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
  }

  .md\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
  }

  .md\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
  }

  .md\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
  }

  .md\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
  }

  .md\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
  }

  .md\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
  }

  .md\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
  }

  .md\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
  }

  .md\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
  }

  .md\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
  }

  .md\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
  }

  .md\:border-t-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
  }

  .md\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
  }

  .md\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
  }

  .md\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
  }

  .md\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
  }

  .md\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
  }

  .md\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
  }

  .md\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
  }

  .md\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
  }

  .md\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
  }

  .md\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
  }

  .md\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
  }

  .md\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
  }

  .md\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
  }

  .md\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
  }

  .md\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
  }

  .md\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
  }

  .md\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
  }

  .md\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
  }

  .md\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
  }

  .md\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
  }

  .md\:border-t-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
  }

  .md\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
  }

  .md\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
  }

  .md\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
  }

  .md\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
  }

  .md\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
  }

  .md\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
  }

  .md\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
  }

  .md\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
  }

  .md\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
  }

  .md\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
  }

  .md\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
  }

  .md\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
  }

  .md\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
  }

  .md\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
  }

  .md\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
  }

  .md\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
  }

  .md\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
  }

  .md\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
  }

  .md\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
  }

  .md\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
  }

  .md\:border-t-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
  }

  .md\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
  }

  .md\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
  }

  .md\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
  }

  .md\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
  }

  .md\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
  }

  .md\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
  }

  .md\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
  }

  .md\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
  }

  .md\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
  }

  .md\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
  }

  .md\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
  }

  .md\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
  }

  .md\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
  }

  .md\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
  }

  .md\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
  }

  .md\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
  }

  .md\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
  }

  .md\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
  }

  .md\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
  }

  .md\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
  }

  .md\:border-t-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
  }

  .md\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
  }

  .md\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
  }

  .md\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
  }

  .md\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
  }

  .md\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
  }

  .md\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
  }

  .md\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
  }

  .md\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
  }

  .md\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
  }

  .md\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
  }

  .md\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
  }

  .md\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
  }

  .md\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
  }

  .md\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
  }

  .md\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
  }

  .md\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
  }

  .md\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
  }

  .md\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
  }

  .md\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
  }

  .md\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
  }

  .md\:border-t-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
  }

  .md\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
  }

  .md\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
  }

  .md\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
  }

  .md\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
  }

  .md\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
  }

  .md\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
  }

  .md\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
  }

  .md\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
  }

  .md\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
  }

  .md\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
  }

  .md\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
  }

  .md\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
  }

  .md\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
  }

  .md\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
  }

  .md\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
  }

  .md\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
  }

  .md\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
  }

  .md\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
  }

  .md\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
  }

  .md\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
  }

  .md\:border-t-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
  }

  .md\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
  }

  .md\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
  }

  .md\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
  }

  .md\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
  }

  .md\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
  }

  .md\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
  }

  .md\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
  }

  .md\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
  }

  .md\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
  }

  .md\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
  }

  .md\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
  }

  .md\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
  }

  .md\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
  }

  .md\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
  }

  .md\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
  }

  .md\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
  }

  .md\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
  }

  .md\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
  }

  .md\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
  }

  .md\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
  }

  .md\:border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
  }

  .md\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
  }

  .md\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
  }

  .md\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
  }

  .md\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
  }

  .md\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
  }

  .md\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
  }

  .md\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
  }

  .md\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
  }

  .md\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
  }

  .md\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
  }

  .md\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
  }

  .md\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
  }

  .md\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
  }

  .md\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
  }

  .md\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
  }

  .md\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
  }

  .md\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
  }

  .md\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
  }

  .md\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
  }

  .md\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
  }

  .md\:border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
  }

  .md\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
  }

  .md\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
  }

  .md\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
  }

  .md\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
  }

  .md\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
  }

  .md\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
  }

  .md\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
  }

  .md\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
  }

  .md\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
  }

  .md\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
  }

  .md\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
  }

  .md\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
  }

  .md\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
  }

  .md\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
  }

  .md\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
  }

  .md\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
  }

  .md\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
  }

  .md\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
  }

  .md\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
  }

  .md\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
  }

  .md\:border-t-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
  }

  .md\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
  }

  .md\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
  }

  .md\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
  }

  .md\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
  }

  .md\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
  }

  .md\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
  }

  .md\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
  }

  .md\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
  }

  .md\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
  }

  .md\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
  }

  .md\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
  }

  .md\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
  }

  .md\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
  }

  .md\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
  }

  .md\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
  }

  .md\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
  }

  .md\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
  }

  .md\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
  }

  .md\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
  }

  .md\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
  }

  .md\:border-t-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
  }

  .md\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
  }

  .md\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
  }

  .md\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
  }

  .md\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
  }

  .md\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
  }

  .md\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
  }

  .md\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
  }

  .md\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
  }

  .md\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
  }

  .md\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
  }

  .md\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
  }

  .md\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
  }

  .md\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
  }

  .md\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
  }

  .md\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
  }

  .md\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
  }

  .md\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
  }

  .md\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
  }

  .md\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
  }

  .md\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
  }

  .md\:border-t-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
  }

  .md\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
  }

  .md\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
  }

  .md\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
  }

  .md\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
  }

  .md\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
  }

  .md\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
  }

  .md\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
  }

  .md\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
  }

  .md\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
  }

  .md\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
  }

  .md\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
  }

  .md\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
  }

  .md\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
  }

  .md\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
  }

  .md\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
  }

  .md\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
  }

  .md\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
  }

  .md\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
  }

  .md\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
  }

  .md\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
  }

  .md\:border-t-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
  }

  .md\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
  }

  .md\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
  }

  .md\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
  }

  .md\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
  }

  .md\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
  }

  .md\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
  }

  .md\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
  }

  .md\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
  }

  .md\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
  }

  .md\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
  }

  .md\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
  }

  .md\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
  }

  .md\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
  }

  .md\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
  }

  .md\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
  }

  .md\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
  }

  .md\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
  }

  .md\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
  }

  .md\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
  }

  .md\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
  }

  .md\:border-t-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
  }

  .md\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
  }

  .md\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
  }

  .md\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
  }

  .md\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
  }

  .md\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
  }

  .md\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
  }

  .md\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
  }

  .md\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
  }

  .md\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
  }

  .md\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
  }

  .md\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
  }

  .md\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
  }

  .md\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
  }

  .md\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
  }

  .md\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
  }

  .md\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
  }

  .md\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
  }

  .md\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
  }

  .md\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
  }

  .md\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
  }

  .md\:border-t-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
  }

  .md\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
  }

  .md\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
  }

  .md\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
  }

  .md\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
  }

  .md\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
  }

  .md\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
  }

  .md\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
  }

  .md\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
  }

  .md\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
  }

  .md\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
  }

  .md\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
  }

  .md\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
  }

  .md\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
  }

  .md\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
  }

  .md\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
  }

  .md\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
  }

  .md\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
  }

  .md\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
  }

  .md\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
  }

  .md\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
  }

  .md\:border-t-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
  }

  .md\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
  }

  .md\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
  }

  .md\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
  }

  .md\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
  }

  .md\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
  }

  .md\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
  }

  .md\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
  }

  .md\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
  }

  .md\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
  }

  .md\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
  }

  .md\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
  }

  .md\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
  }

  .md\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
  }

  .md\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
  }

  .md\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
  }

  .md\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
  }

  .md\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
  }

  .md\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
  }

  .md\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
  }

  .md\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
  }

  .md\:border-t-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
  }

  .md\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
  }

  .md\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
  }

  .md\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
  }

  .md\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
  }

  .md\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
  }

  .md\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
  }

  .md\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
  }

  .md\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
  }

  .md\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
  }

  .md\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
  }

  .md\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
  }

  .md\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
  }

  .md\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
  }

  .md\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
  }

  .md\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
  }

  .md\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
  }

  .md\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
  }

  .md\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
  }

  .md\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
  }

  .md\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
  }

  .md\:border-t-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
  }

  .md\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
  }

  .md\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
  }

  .md\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
  }

  .md\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
  }

  .md\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
  }

  .md\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
  }

  .md\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
  }

  .md\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
  }

  .md\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
  }

  .md\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
  }

  .md\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
  }

  .md\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
  }

  .md\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
  }

  .md\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
  }

  .md\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
  }

  .md\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
  }

  .md\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
  }

  .md\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
  }

  .md\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
  }

  .md\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
  }

  .md\:border-t-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
  }

  .md\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
  }

  .md\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
  }

  .md\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
  }

  .md\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
  }

  .md\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
  }

  .md\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
  }

  .md\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
  }

  .md\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
  }

  .md\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
  }

  .md\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
  }

  .md\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
  }

  .md\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
  }

  .md\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
  }

  .md\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
  }

  .md\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
  }

  .md\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
  }

  .md\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
  }

  .md\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
  }

  .md\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
  }

  .md\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
  }

  .md\:border-t-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
  }

  .md\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
  }

  .md\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
  }

  .md\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
  }

  .md\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
  }

  .md\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
  }

  .md\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
  }

  .md\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
  }

  .md\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
  }

  .md\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
  }

  .md\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
  }

  .md\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
  }

  .md\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
  }

  .md\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
  }

  .md\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
  }

  .md\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
  }

  .md\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
  }

  .md\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
  }

  .md\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
  }

  .md\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
  }

  .md\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
  }

  .md\:border-t-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
  }

  .md\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
  }

  .md\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
  }

  .md\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
  }

  .md\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
  }

  .md\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
  }

  .md\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
  }

  .md\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
  }

  .md\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
  }

  .md\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
  }

  .md\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
  }

  .md\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
  }

  .md\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
  }

  .md\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
  }

  .md\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
  }

  .md\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
  }

  .md\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
  }

  .md\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
  }

  .md\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
  }

  .md\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
  }

  .md\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
  }

  .md\:border-t-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
  }

  .md\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
  }

  .md\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
  }

  .md\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
  }

  .md\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
  }

  .md\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
  }

  .md\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
  }

  .md\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
  }

  .md\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
  }

  .md\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
  }

  .md\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
  }

  .md\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
  }

  .md\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
  }

  .md\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
  }

  .md\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
  }

  .md\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
  }

  .md\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
  }

  .md\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
  }

  .md\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
  }

  .md\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
  }

  .md\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
  }

  .md\:border-t-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
  }

  .md\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
  }

  .md\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
  }

  .md\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
  }

  .md\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
  }

  .md\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
  }

  .md\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
  }

  .md\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
  }

  .md\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
  }

  .md\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
  }

  .md\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
  }

  .md\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
  }

  .md\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
  }

  .md\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
  }

  .md\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
  }

  .md\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
  }

  .md\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
  }

  .md\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
  }

  .md\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
  }

  .md\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
  }

  .md\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
  }

  .md\:border-t-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
  }

  .md\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
  }

  .md\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
  }

  .md\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
  }

  .md\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
  }

  .md\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
  }

  .md\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
  }

  .md\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
  }

  .md\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
  }

  .md\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
  }

  .md\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
  }

  .md\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
  }

  .md\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
  }

  .md\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
  }

  .md\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
  }

  .md\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
  }

  .md\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
  }

  .md\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
  }

  .md\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
  }

  .md\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
  }

  .md\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
  }

  .md\:border-t-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
  }

  .md\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
  }

  .md\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
  }

  .md\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
  }

  .md\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
  }

  .md\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
  }

  .md\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
  }

  .md\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
  }

  .md\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
  }

  .md\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
  }

  .md\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
  }

  .md\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
  }

  .md\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
  }

  .md\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
  }

  .md\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
  }

  .md\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
  }

  .md\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
  }

  .md\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
  }

  .md\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
  }

  .md\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
  }

  .md\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
  }

  .md\:border-t-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
  }

  .md\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
  }

  .md\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
  }

  .md\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
  }

  .md\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
  }

  .md\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
  }

  .md\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
  }

  .md\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
  }

  .md\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
  }

  .md\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
  }

  .md\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
  }

  .md\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
  }

  .md\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
  }

  .md\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
  }

  .md\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
  }

  .md\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
  }

  .md\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
  }

  .md\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
  }

  .md\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
  }

  .md\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
  }

  .md\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
  }

  .md\:border-t-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
  }

  .md\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
  }

  .md\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
  }

  .md\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
  }

  .md\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
  }

  .md\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
  }

  .md\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
  }

  .md\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
  }

  .md\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
  }

  .md\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
  }

  .md\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
  }

  .md\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
  }

  .md\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
  }

  .md\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
  }

  .md\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
  }

  .md\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
  }

  .md\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
  }

  .md\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
  }

  .md\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
  }

  .md\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
  }

  .md\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
  }

  .md\:border-t-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
  }

  .md\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
  }

  .md\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
  }

  .md\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
  }

  .md\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
  }

  .md\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
  }

  .md\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
  }

  .md\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
  }

  .md\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
  }

  .md\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
  }

  .md\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
  }

  .md\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
  }

  .md\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
  }

  .md\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
  }

  .md\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
  }

  .md\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
  }

  .md\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
  }

  .md\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
  }

  .md\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
  }

  .md\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
  }

  .md\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
  }

  .md\:border-t-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
  }

  .md\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
  }

  .md\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
  }

  .md\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
  }

  .md\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
  }

  .md\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
  }

  .md\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
  }

  .md\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
  }

  .md\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
  }

  .md\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
  }

  .md\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
  }

  .md\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
  }

  .md\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
  }

  .md\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
  }

  .md\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
  }

  .md\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
  }

  .md\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
  }

  .md\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
  }

  .md\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
  }

  .md\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
  }

  .md\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
  }

  .md\:border-t-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
  }

  .md\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
  }

  .md\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
  }

  .md\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
  }

  .md\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
  }

  .md\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
  }

  .md\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
  }

  .md\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
  }

  .md\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
  }

  .md\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
  }

  .md\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
  }

  .md\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
  }

  .md\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
  }

  .md\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
  }

  .md\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
  }

  .md\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
  }

  .md\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
  }

  .md\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
  }

  .md\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
  }

  .md\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
  }

  .md\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
  }

  .md\:border-t-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
  }

  .md\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
  }

  .md\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
  }

  .md\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
  }

  .md\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
  }

  .md\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
  }

  .md\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
  }

  .md\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
  }

  .md\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
  }

  .md\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
  }

  .md\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
  }

  .md\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
  }

  .md\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
  }

  .md\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
  }

  .md\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
  }

  .md\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
  }

  .md\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
  }

  .md\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
  }

  .md\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
  }

  .md\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
  }

  .md\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
  }

  .md\:border-t-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
  }

  .md\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
  }

  .md\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
  }

  .md\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
  }

  .md\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
  }

  .md\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
  }

  .md\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
  }

  .md\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
  }

  .md\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
  }

  .md\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
  }

  .md\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
  }

  .md\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
  }

  .md\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
  }

  .md\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
  }

  .md\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
  }

  .md\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
  }

  .md\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
  }

  .md\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
  }

  .md\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
  }

  .md\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
  }

  .md\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
  }

  .md\:border-t-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
  }

  .md\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
  }

  .md\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
  }

  .md\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
  }

  .md\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
  }

  .md\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
  }

  .md\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
  }

  .md\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
  }

  .md\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
  }

  .md\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
  }

  .md\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
  }

  .md\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
  }

  .md\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
  }

  .md\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
  }

  .md\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
  }

  .md\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
  }

  .md\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
  }

  .md\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
  }

  .md\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
  }

  .md\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
  }

  .md\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
  }

  .md\:border-t-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
  }

  .md\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
  }

  .md\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
  }

  .md\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
  }

  .md\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
  }

  .md\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
  }

  .md\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
  }

  .md\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
  }

  .md\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
  }

  .md\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
  }

  .md\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
  }

  .md\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
  }

  .md\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
  }

  .md\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
  }

  .md\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
  }

  .md\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
  }

  .md\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
  }

  .md\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
  }

  .md\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
  }

  .md\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
  }

  .md\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
  }

  .md\:border-t-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
  }

  .md\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
  }

  .md\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
  }

  .md\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
  }

  .md\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
  }

  .md\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
  }

  .md\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
  }

  .md\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
  }

  .md\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
  }

  .md\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
  }

  .md\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
  }

  .md\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
  }

  .md\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
  }

  .md\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
  }

  .md\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
  }

  .md\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
  }

  .md\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
  }

  .md\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
  }

  .md\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
  }

  .md\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
  }

  .md\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
  }

  .md\:border-t-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
  }

  .md\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
  }

  .md\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
  }

  .md\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
  }

  .md\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
  }

  .md\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
  }

  .md\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
  }

  .md\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
  }

  .md\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
  }

  .md\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
  }

  .md\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
  }

  .md\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
  }

  .md\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
  }

  .md\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
  }

  .md\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
  }

  .md\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
  }

  .md\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
  }

  .md\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
  }

  .md\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
  }

  .md\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
  }

  .md\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
  }

  .md\:border-t-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
  }

  .md\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
  }

  .md\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
  }

  .md\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
  }

  .md\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
  }

  .md\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
  }

  .md\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
  }

  .md\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
  }

  .md\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
  }

  .md\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
  }

  .md\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
  }

  .md\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
  }

  .md\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
  }

  .md\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
  }

  .md\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
  }

  .md\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
  }

  .md\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
  }

  .md\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
  }

  .md\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
  }

  .md\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
  }

  .md\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
  }

  .md\:border-t-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
  }

  .md\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
  }

  .md\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
  }

  .md\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
  }

  .md\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
  }

  .md\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
  }

  .md\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
  }

  .md\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
  }

  .md\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
  }

  .md\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
  }

  .md\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
  }

  .md\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
  }

  .md\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
  }

  .md\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
  }

  .md\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
  }

  .md\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
  }

  .md\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
  }

  .md\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
  }

  .md\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
  }

  .md\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
  }

  .md\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
  }

  .md\:border-t-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
  }

  .md\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
  }

  .md\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
  }

  .md\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
  }

  .md\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
  }

  .md\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
  }

  .md\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
  }

  .md\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
  }

  .md\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
  }

  .md\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
  }

  .md\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
  }

  .md\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
  }

  .md\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
  }

  .md\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
  }

  .md\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
  }

  .md\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
  }

  .md\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
  }

  .md\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
  }

  .md\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
  }

  .md\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
  }

  .md\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
  }

  .md\:border-t-inherit {
    border-top-color: inherit !important;
  }

  .md\:border-t-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
  }

  .md\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
  }

  .md\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
  }

  .md\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
  }

  .md\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
  }

  .md\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
  }

  .md\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
  }

  .md\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
  }

  .md\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
  }

  .md\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
  }

  .md\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
  }

  .md\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
  }

  .md\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
  }

  .md\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
  }

  .md\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
  }

  .md\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
  }

  .md\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
  }

  .md\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
  }

  .md\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
  }

  .md\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
  }

  .md\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
  }

  .md\:border-t-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
  }

  .md\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
  }

  .md\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
  }

  .md\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
  }

  .md\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
  }

  .md\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
  }

  .md\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
  }

  .md\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
  }

  .md\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
  }

  .md\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
  }

  .md\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
  }

  .md\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
  }

  .md\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
  }

  .md\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
  }

  .md\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
  }

  .md\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
  }

  .md\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
  }

  .md\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
  }

  .md\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
  }

  .md\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
  }

  .md\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
  }

  .md\:border-t-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
  }

  .md\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
  }

  .md\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
  }

  .md\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
  }

  .md\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
  }

  .md\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
  }

  .md\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
  }

  .md\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
  }

  .md\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
  }

  .md\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
  }

  .md\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
  }

  .md\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
  }

  .md\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
  }

  .md\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
  }

  .md\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
  }

  .md\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
  }

  .md\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
  }

  .md\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
  }

  .md\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
  }

  .md\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
  }

  .md\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
  }

  .md\:border-t-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
  }

  .md\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
  }

  .md\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
  }

  .md\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
  }

  .md\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
  }

  .md\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
  }

  .md\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
  }

  .md\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
  }

  .md\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
  }

  .md\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
  }

  .md\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
  }

  .md\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
  }

  .md\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
  }

  .md\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
  }

  .md\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
  }

  .md\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
  }

  .md\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
  }

  .md\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
  }

  .md\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
  }

  .md\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
  }

  .md\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
  }

  .md\:border-t-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
  }

  .md\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
  }

  .md\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
  }

  .md\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
  }

  .md\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
  }

  .md\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
  }

  .md\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
  }

  .md\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
  }

  .md\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
  }

  .md\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
  }

  .md\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
  }

  .md\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
  }

  .md\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
  }

  .md\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
  }

  .md\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
  }

  .md\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
  }

  .md\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
  }

  .md\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
  }

  .md\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
  }

  .md\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
  }

  .md\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
  }

  .md\:border-t-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
  }

  .md\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
  }

  .md\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
  }

  .md\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
  }

  .md\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
  }

  .md\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
  }

  .md\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
  }

  .md\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
  }

  .md\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
  }

  .md\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
  }

  .md\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
  }

  .md\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
  }

  .md\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
  }

  .md\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
  }

  .md\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
  }

  .md\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
  }

  .md\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
  }

  .md\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
  }

  .md\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
  }

  .md\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
  }

  .md\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
  }

  .md\:border-t-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
  }

  .md\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
  }

  .md\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
  }

  .md\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
  }

  .md\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
  }

  .md\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
  }

  .md\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
  }

  .md\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
  }

  .md\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
  }

  .md\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
  }

  .md\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
  }

  .md\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
  }

  .md\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
  }

  .md\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
  }

  .md\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
  }

  .md\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
  }

  .md\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
  }

  .md\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
  }

  .md\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
  }

  .md\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
  }

  .md\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
  }

  .md\:border-t-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
  }

  .md\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
  }

  .md\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
  }

  .md\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
  }

  .md\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
  }

  .md\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
  }

  .md\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
  }

  .md\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
  }

  .md\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
  }

  .md\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
  }

  .md\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
  }

  .md\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
  }

  .md\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
  }

  .md\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
  }

  .md\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
  }

  .md\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
  }

  .md\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
  }

  .md\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
  }

  .md\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
  }

  .md\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
  }

  .md\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
  }

  .md\:border-t-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
  }

  .md\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
  }

  .md\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
  }

  .md\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
  }

  .md\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
  }

  .md\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
  }

  .md\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
  }

  .md\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
  }

  .md\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
  }

  .md\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
  }

  .md\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
  }

  .md\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
  }

  .md\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
  }

  .md\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
  }

  .md\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
  }

  .md\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
  }

  .md\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
  }

  .md\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
  }

  .md\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
  }

  .md\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
  }

  .md\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
  }

  .md\:border-t-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
  }

  .md\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
  }

  .md\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
  }

  .md\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
  }

  .md\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
  }

  .md\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
  }

  .md\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
  }

  .md\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
  }

  .md\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
  }

  .md\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
  }

  .md\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
  }

  .md\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
  }

  .md\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
  }

  .md\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
  }

  .md\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
  }

  .md\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
  }

  .md\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
  }

  .md\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
  }

  .md\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
  }

  .md\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
  }

  .md\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
  }

  .md\:border-t-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
  }

  .md\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
  }

  .md\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
  }

  .md\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
  }

  .md\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
  }

  .md\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
  }

  .md\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
  }

  .md\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
  }

  .md\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
  }

  .md\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
  }

  .md\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
  }

  .md\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
  }

  .md\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
  }

  .md\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
  }

  .md\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
  }

  .md\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
  }

  .md\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
  }

  .md\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
  }

  .md\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
  }

  .md\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
  }

  .md\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
  }

  .md\:border-t-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
  }

  .md\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
  }

  .md\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
  }

  .md\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
  }

  .md\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
  }

  .md\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
  }

  .md\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
  }

  .md\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
  }

  .md\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
  }

  .md\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
  }

  .md\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
  }

  .md\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
  }

  .md\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
  }

  .md\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
  }

  .md\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
  }

  .md\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
  }

  .md\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
  }

  .md\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
  }

  .md\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
  }

  .md\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
  }

  .md\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
  }

  .md\:border-t-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
  }

  .md\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
  }

  .md\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
  }

  .md\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
  }

  .md\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
  }

  .md\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
  }

  .md\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
  }

  .md\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
  }

  .md\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
  }

  .md\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
  }

  .md\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
  }

  .md\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
  }

  .md\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
  }

  .md\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
  }

  .md\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
  }

  .md\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
  }

  .md\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
  }

  .md\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
  }

  .md\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
  }

  .md\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
  }

  .md\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
  }

  .md\:border-t-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
  }

  .md\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
  }

  .md\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
  }

  .md\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
  }

  .md\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
  }

  .md\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
  }

  .md\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
  }

  .md\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
  }

  .md\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
  }

  .md\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
  }

  .md\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
  }

  .md\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
  }

  .md\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
  }

  .md\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
  }

  .md\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
  }

  .md\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
  }

  .md\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
  }

  .md\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
  }

  .md\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
  }

  .md\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
  }

  .md\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
  }

  .md\:border-t-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
  }

  .md\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
  }

  .md\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
  }

  .md\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
  }

  .md\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
  }

  .md\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
  }

  .md\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
  }

  .md\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
  }

  .md\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
  }

  .md\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
  }

  .md\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
  }

  .md\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
  }

  .md\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
  }

  .md\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
  }

  .md\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
  }

  .md\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
  }

  .md\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
  }

  .md\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
  }

  .md\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
  }

  .md\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
  }

  .md\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
  }

  .md\:border-t-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-t-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
  }

  .md\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
  }

  .md\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
  }

  .md\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
  }

  .md\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
  }

  .md\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
  }

  .md\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
  }

  .md\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
  }

  .md\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
  }

  .md\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
  }

  .md\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
  }

  .md\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
  }

  .md\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
  }

  .md\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
  }

  .md\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
  }

  .md\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
  }

  .md\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
  }

  .md\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
  }

  .md\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
  }

  .md\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
  }

  .md\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
  }

  .md\:border-t-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
  }

  .md\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
  }

  .md\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
  }

  .md\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
  }

  .md\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
  }

  .md\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
  }

  .md\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
  }

  .md\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
  }

  .md\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
  }

  .md\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
  }

  .md\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
  }

  .md\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
  }

  .md\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
  }

  .md\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
  }

  .md\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
  }

  .md\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
  }

  .md\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
  }

  .md\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
  }

  .md\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
  }

  .md\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
  }

  .md\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
  }

  .md\:border-t-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
  }

  .md\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
  }

  .md\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
  }

  .md\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
  }

  .md\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
  }

  .md\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
  }

  .md\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
  }

  .md\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
  }

  .md\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
  }

  .md\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
  }

  .md\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
  }

  .md\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
  }

  .md\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
  }

  .md\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
  }

  .md\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
  }

  .md\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
  }

  .md\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
  }

  .md\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
  }

  .md\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
  }

  .md\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
  }

  .md\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
  }

  .md\:border-t-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
  }

  .md\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
  }

  .md\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
  }

  .md\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
  }

  .md\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
  }

  .md\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
  }

  .md\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
  }

  .md\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
  }

  .md\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
  }

  .md\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
  }

  .md\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
  }

  .md\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
  }

  .md\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
  }

  .md\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
  }

  .md\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
  }

  .md\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
  }

  .md\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
  }

  .md\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
  }

  .md\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
  }

  .md\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
  }

  .md\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
  }

  .md\:border-t-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
  }

  .md\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
  }

  .md\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
  }

  .md\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
  }

  .md\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
  }

  .md\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
  }

  .md\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
  }

  .md\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
  }

  .md\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
  }

  .md\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
  }

  .md\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
  }

  .md\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
  }

  .md\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
  }

  .md\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
  }

  .md\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
  }

  .md\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
  }

  .md\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
  }

  .md\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
  }

  .md\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
  }

  .md\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
  }

  .md\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
  }

  .md\:border-t-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
  }

  .md\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
  }

  .md\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
  }

  .md\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
  }

  .md\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
  }

  .md\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
  }

  .md\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
  }

  .md\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
  }

  .md\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
  }

  .md\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
  }

  .md\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
  }

  .md\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
  }

  .md\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
  }

  .md\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
  }

  .md\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
  }

  .md\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
  }

  .md\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
  }

  .md\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
  }

  .md\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
  }

  .md\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
  }

  .md\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
  }

  .md\:border-t-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
  }

  .md\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
  }

  .md\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
  }

  .md\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
  }

  .md\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
  }

  .md\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
  }

  .md\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
  }

  .md\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
  }

  .md\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
  }

  .md\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
  }

  .md\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
  }

  .md\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
  }

  .md\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
  }

  .md\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
  }

  .md\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
  }

  .md\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
  }

  .md\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
  }

  .md\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
  }

  .md\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
  }

  .md\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
  }

  .md\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
  }

  .md\:border-t-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
  }

  .md\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
  }

  .md\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
  }

  .md\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
  }

  .md\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
  }

  .md\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
  }

  .md\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
  }

  .md\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
  }

  .md\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
  }

  .md\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
  }

  .md\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
  }

  .md\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
  }

  .md\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
  }

  .md\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
  }

  .md\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
  }

  .md\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
  }

  .md\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
  }

  .md\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
  }

  .md\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
  }

  .md\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
  }

  .md\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
  }

  .md\:border-t-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
  }

  .md\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
  }

  .md\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
  }

  .md\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
  }

  .md\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
  }

  .md\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
  }

  .md\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
  }

  .md\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
  }

  .md\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
  }

  .md\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
  }

  .md\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
  }

  .md\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
  }

  .md\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
  }

  .md\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
  }

  .md\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
  }

  .md\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
  }

  .md\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
  }

  .md\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
  }

  .md\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
  }

  .md\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
  }

  .md\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
  }

  .md\:border-t-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
  }

  .md\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
  }

  .md\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
  }

  .md\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
  }

  .md\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
  }

  .md\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
  }

  .md\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
  }

  .md\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
  }

  .md\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
  }

  .md\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
  }

  .md\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
  }

  .md\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
  }

  .md\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
  }

  .md\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
  }

  .md\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
  }

  .md\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
  }

  .md\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
  }

  .md\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
  }

  .md\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
  }

  .md\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
  }

  .md\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
  }

  .md\:border-t-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
  }

  .md\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
  }

  .md\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
  }

  .md\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
  }

  .md\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
  }

  .md\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
  }

  .md\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
  }

  .md\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
  }

  .md\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
  }

  .md\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
  }

  .md\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
  }

  .md\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
  }

  .md\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
  }

  .md\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
  }

  .md\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
  }

  .md\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
  }

  .md\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
  }

  .md\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
  }

  .md\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
  }

  .md\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
  }

  .md\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
  }

  .md\:border-t-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
  }

  .md\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
  }

  .md\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
  }

  .md\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
  }

  .md\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
  }

  .md\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
  }

  .md\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
  }

  .md\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
  }

  .md\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
  }

  .md\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
  }

  .md\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
  }

  .md\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
  }

  .md\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
  }

  .md\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
  }

  .md\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
  }

  .md\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
  }

  .md\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
  }

  .md\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
  }

  .md\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
  }

  .md\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
  }

  .md\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
  }

  .md\:border-t-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
  }

  .md\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
  }

  .md\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
  }

  .md\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
  }

  .md\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
  }

  .md\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
  }

  .md\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
  }

  .md\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
  }

  .md\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
  }

  .md\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
  }

  .md\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
  }

  .md\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
  }

  .md\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
  }

  .md\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
  }

  .md\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
  }

  .md\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
  }

  .md\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
  }

  .md\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
  }

  .md\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
  }

  .md\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
  }

  .md\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
  }

  .md\:border-t-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
  }

  .md\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
  }

  .md\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
  }

  .md\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
  }

  .md\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
  }

  .md\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
  }

  .md\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
  }

  .md\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
  }

  .md\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
  }

  .md\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
  }

  .md\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
  }

  .md\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
  }

  .md\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
  }

  .md\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
  }

  .md\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
  }

  .md\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
  }

  .md\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
  }

  .md\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
  }

  .md\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
  }

  .md\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
  }

  .md\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
  }

  .md\:border-t-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
  }

  .md\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
  }

  .md\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
  }

  .md\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
  }

  .md\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
  }

  .md\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
  }

  .md\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
  }

  .md\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
  }

  .md\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
  }

  .md\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
  }

  .md\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
  }

  .md\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
  }

  .md\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
  }

  .md\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
  }

  .md\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
  }

  .md\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
  }

  .md\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
  }

  .md\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
  }

  .md\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
  }

  .md\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
  }

  .md\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
  }

  .md\:border-t-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
  }

  .md\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
  }

  .md\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
  }

  .md\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
  }

  .md\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
  }

  .md\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
  }

  .md\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
  }

  .md\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
  }

  .md\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
  }

  .md\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
  }

  .md\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
  }

  .md\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
  }

  .md\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
  }

  .md\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
  }

  .md\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
  }

  .md\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
  }

  .md\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
  }

  .md\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
  }

  .md\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
  }

  .md\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
  }

  .md\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
  }

  .md\:border-t-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
  }

  .md\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
  }

  .md\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
  }

  .md\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
  }

  .md\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
  }

  .md\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
  }

  .md\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
  }

  .md\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
  }

  .md\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
  }

  .md\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
  }

  .md\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
  }

  .md\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
  }

  .md\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
  }

  .md\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
  }

  .md\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
  }

  .md\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
  }

  .md\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
  }

  .md\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
  }

  .md\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
  }

  .md\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
  }

  .md\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
  }

  .md\:border-t-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
  }

  .md\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
  }

  .md\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
  }

  .md\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
  }

  .md\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
  }

  .md\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
  }

  .md\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
  }

  .md\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
  }

  .md\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
  }

  .md\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
  }

  .md\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
  }

  .md\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
  }

  .md\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
  }

  .md\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
  }

  .md\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
  }

  .md\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
  }

  .md\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
  }

  .md\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
  }

  .md\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
  }

  .md\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
  }

  .md\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
  }

  .md\:border-t-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
  }

  .md\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
  }

  .md\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
  }

  .md\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
  }

  .md\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
  }

  .md\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
  }

  .md\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
  }

  .md\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
  }

  .md\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
  }

  .md\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
  }

  .md\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
  }

  .md\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
  }

  .md\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
  }

  .md\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
  }

  .md\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
  }

  .md\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
  }

  .md\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
  }

  .md\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
  }

  .md\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
  }

  .md\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
  }

  .md\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
  }

  .md\:border-t-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
  }

  .md\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
  }

  .md\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
  }

  .md\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
  }

  .md\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
  }

  .md\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
  }

  .md\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
  }

  .md\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
  }

  .md\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
  }

  .md\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
  }

  .md\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
  }

  .md\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
  }

  .md\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
  }

  .md\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
  }

  .md\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
  }

  .md\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
  }

  .md\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
  }

  .md\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
  }

  .md\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
  }

  .md\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
  }

  .md\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
  }

  .md\:border-t-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
  }

  .md\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
  }

  .md\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
  }

  .md\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
  }

  .md\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
  }

  .md\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
  }

  .md\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
  }

  .md\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
  }

  .md\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
  }

  .md\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
  }

  .md\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
  }

  .md\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
  }

  .md\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
  }

  .md\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
  }

  .md\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
  }

  .md\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
  }

  .md\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
  }

  .md\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
  }

  .md\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
  }

  .md\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
  }

  .md\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
  }

  .md\:border-t-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
  }

  .md\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
  }

  .md\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
  }

  .md\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
  }

  .md\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
  }

  .md\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
  }

  .md\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
  }

  .md\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
  }

  .md\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
  }

  .md\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
  }

  .md\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
  }

  .md\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
  }

  .md\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
  }

  .md\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
  }

  .md\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
  }

  .md\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
  }

  .md\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
  }

  .md\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
  }

  .md\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
  }

  .md\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
  }

  .md\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
  }

  .md\:border-t-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
  }

  .md\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
  }

  .md\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
  }

  .md\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
  }

  .md\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
  }

  .md\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
  }

  .md\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
  }

  .md\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
  }

  .md\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
  }

  .md\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
  }

  .md\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
  }

  .md\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
  }

  .md\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
  }

  .md\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
  }

  .md\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
  }

  .md\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
  }

  .md\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
  }

  .md\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
  }

  .md\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
  }

  .md\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
  }

  .md\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
  }

  .md\:border-t-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
  }

  .md\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
  }

  .md\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
  }

  .md\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
  }

  .md\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
  }

  .md\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
  }

  .md\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
  }

  .md\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
  }

  .md\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
  }

  .md\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
  }

  .md\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
  }

  .md\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
  }

  .md\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
  }

  .md\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
  }

  .md\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
  }

  .md\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
  }

  .md\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
  }

  .md\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
  }

  .md\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
  }

  .md\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
  }

  .md\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
  }

  .md\:border-t-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
  }

  .md\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
  }

  .md\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
  }

  .md\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
  }

  .md\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
  }

  .md\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
  }

  .md\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
  }

  .md\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
  }

  .md\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
  }

  .md\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
  }

  .md\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
  }

  .md\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
  }

  .md\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
  }

  .md\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
  }

  .md\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
  }

  .md\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
  }

  .md\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
  }

  .md\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
  }

  .md\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
  }

  .md\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
  }

  .md\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
  }

  .md\:border-t-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
  }

  .md\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
  }

  .md\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
  }

  .md\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
  }

  .md\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
  }

  .md\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
  }

  .md\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
  }

  .md\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
  }

  .md\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
  }

  .md\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
  }

  .md\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
  }

  .md\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
  }

  .md\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
  }

  .md\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
  }

  .md\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
  }

  .md\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
  }

  .md\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
  }

  .md\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
  }

  .md\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
  }

  .md\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
  }

  .md\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
  }

  .md\:border-t-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
  }

  .md\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
  }

  .md\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
  }

  .md\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
  }

  .md\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
  }

  .md\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
  }

  .md\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
  }

  .md\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
  }

  .md\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
  }

  .md\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
  }

  .md\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
  }

  .md\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
  }

  .md\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
  }

  .md\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
  }

  .md\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
  }

  .md\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
  }

  .md\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
  }

  .md\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
  }

  .md\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
  }

  .md\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
  }

  .md\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
  }

  .md\:border-t-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
  }

  .md\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
  }

  .md\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
  }

  .md\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
  }

  .md\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
  }

  .md\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
  }

  .md\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
  }

  .md\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
  }

  .md\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
  }

  .md\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
  }

  .md\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
  }

  .md\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
  }

  .md\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
  }

  .md\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
  }

  .md\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
  }

  .md\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
  }

  .md\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
  }

  .md\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
  }

  .md\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
  }

  .md\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
  }

  .md\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
  }

  .md\:border-t-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
  }

  .md\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
  }

  .md\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
  }

  .md\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
  }

  .md\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
  }

  .md\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
  }

  .md\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
  }

  .md\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
  }

  .md\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
  }

  .md\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
  }

  .md\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
  }

  .md\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
  }

  .md\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
  }

  .md\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
  }

  .md\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
  }

  .md\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
  }

  .md\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
  }

  .md\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
  }

  .md\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
  }

  .md\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
  }

  .md\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
  }

  .md\:border-t-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
  }

  .md\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
  }

  .md\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
  }

  .md\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
  }

  .md\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
  }

  .md\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
  }

  .md\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
  }

  .md\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
  }

  .md\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
  }

  .md\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
  }

  .md\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
  }

  .md\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
  }

  .md\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
  }

  .md\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
  }

  .md\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
  }

  .md\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
  }

  .md\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
  }

  .md\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
  }

  .md\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
  }

  .md\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
  }

  .md\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
  }

  .md\:border-t-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
  }

  .md\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
  }

  .md\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
  }

  .md\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
  }

  .md\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
  }

  .md\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
  }

  .md\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
  }

  .md\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
  }

  .md\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
  }

  .md\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
  }

  .md\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
  }

  .md\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
  }

  .md\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
  }

  .md\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
  }

  .md\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
  }

  .md\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
  }

  .md\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
  }

  .md\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
  }

  .md\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
  }

  .md\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
  }

  .md\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
  }

  .md\:border-t-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
  }

  .md\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
  }

  .md\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
  }

  .md\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
  }

  .md\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
  }

  .md\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
  }

  .md\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
  }

  .md\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
  }

  .md\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
  }

  .md\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
  }

  .md\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
  }

  .md\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
  }

  .md\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
  }

  .md\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
  }

  .md\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
  }

  .md\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
  }

  .md\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
  }

  .md\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
  }

  .md\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
  }

  .md\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
  }

  .md\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
  }

  .md\:border-t-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
  }

  .md\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
  }

  .md\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
  }

  .md\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
  }

  .md\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
  }

  .md\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
  }

  .md\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
  }

  .md\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
  }

  .md\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
  }

  .md\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
  }

  .md\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
  }

  .md\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
  }

  .md\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
  }

  .md\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
  }

  .md\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
  }

  .md\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
  }

  .md\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
  }

  .md\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
  }

  .md\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
  }

  .md\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
  }

  .md\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
  }

  .md\:border-t-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
  }

  .md\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
  }

  .md\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
  }

  .md\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
  }

  .md\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
  }

  .md\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
  }

  .md\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
  }

  .md\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
  }

  .md\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
  }

  .md\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
  }

  .md\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
  }

  .md\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
  }

  .md\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
  }

  .md\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
  }

  .md\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
  }

  .md\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
  }

  .md\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
  }

  .md\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
  }

  .md\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
  }

  .md\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
  }

  .md\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
  }

  .md\:border-t-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
  }

  .md\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
  }

  .md\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
  }

  .md\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
  }

  .md\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
  }

  .md\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
  }

  .md\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
  }

  .md\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
  }

  .md\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
  }

  .md\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
  }

  .md\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
  }

  .md\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
  }

  .md\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
  }

  .md\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
  }

  .md\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
  }

  .md\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
  }

  .md\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
  }

  .md\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
  }

  .md\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
  }

  .md\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
  }

  .md\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
  }

  .md\:border-t-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
  }

  .md\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
  }

  .md\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
  }

  .md\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
  }

  .md\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
  }

  .md\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
  }

  .md\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
  }

  .md\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
  }

  .md\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
  }

  .md\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
  }

  .md\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
  }

  .md\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
  }

  .md\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
  }

  .md\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
  }

  .md\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
  }

  .md\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
  }

  .md\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
  }

  .md\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
  }

  .md\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
  }

  .md\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
  }

  .md\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
  }

  .md\:border-t-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
  }

  .md\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
  }

  .md\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
  }

  .md\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
  }

  .md\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
  }

  .md\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
  }

  .md\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
  }

  .md\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
  }

  .md\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
  }

  .md\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
  }

  .md\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
  }

  .md\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
  }

  .md\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
  }

  .md\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
  }

  .md\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
  }

  .md\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
  }

  .md\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
  }

  .md\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
  }

  .md\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
  }

  .md\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
  }

  .md\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
  }

  .md\:border-t-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
  }

  .md\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
  }

  .md\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
  }

  .md\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
  }

  .md\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
  }

  .md\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
  }

  .md\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
  }

  .md\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
  }

  .md\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
  }

  .md\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
  }

  .md\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
  }

  .md\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
  }

  .md\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
  }

  .md\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
  }

  .md\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
  }

  .md\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
  }

  .md\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
  }

  .md\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
  }

  .md\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
  }

  .md\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
  }

  .md\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
  }

  .md\:border-t-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
  }

  .md\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
  }

  .md\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
  }

  .md\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
  }

  .md\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
  }

  .md\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
  }

  .md\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
  }

  .md\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
  }

  .md\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
  }

  .md\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
  }

  .md\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
  }

  .md\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
  }

  .md\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
  }

  .md\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
  }

  .md\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
  }

  .md\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
  }

  .md\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
  }

  .md\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
  }

  .md\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
  }

  .md\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
  }

  .md\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
  }

  .md\:border-t-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
  }

  .md\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
  }

  .md\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
  }

  .md\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
  }

  .md\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
  }

  .md\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
  }

  .md\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
  }

  .md\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
  }

  .md\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
  }

  .md\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
  }

  .md\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
  }

  .md\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
  }

  .md\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
  }

  .md\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
  }

  .md\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
  }

  .md\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
  }

  .md\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
  }

  .md\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
  }

  .md\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
  }

  .md\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
  }

  .md\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
  }

  .md\:border-t-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
  }

  .md\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
  }

  .md\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
  }

  .md\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
  }

  .md\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
  }

  .md\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
  }

  .md\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
  }

  .md\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
  }

  .md\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
  }

  .md\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
  }

  .md\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
  }

  .md\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
  }

  .md\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
  }

  .md\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
  }

  .md\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
  }

  .md\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
  }

  .md\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
  }

  .md\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
  }

  .md\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
  }

  .md\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
  }

  .md\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
  }

  .md\:border-t-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
  }

  .md\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
  }

  .md\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
  }

  .md\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
  }

  .md\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
  }

  .md\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
  }

  .md\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
  }

  .md\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
  }

  .md\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
  }

  .md\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
  }

  .md\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
  }

  .md\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
  }

  .md\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
  }

  .md\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
  }

  .md\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
  }

  .md\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
  }

  .md\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
  }

  .md\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
  }

  .md\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
  }

  .md\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
  }

  .md\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
  }

  .md\:border-t-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
  }

  .md\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
  }

  .md\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
  }

  .md\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
  }

  .md\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
  }

  .md\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
  }

  .md\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
  }

  .md\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
  }

  .md\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
  }

  .md\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
  }

  .md\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
  }

  .md\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
  }

  .md\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
  }

  .md\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
  }

  .md\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
  }

  .md\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
  }

  .md\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
  }

  .md\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
  }

  .md\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
  }

  .md\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
  }

  .md\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
  }

  .md\:border-t-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
  }

  .md\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
  }

  .md\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
  }

  .md\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
  }

  .md\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
  }

  .md\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
  }

  .md\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
  }

  .md\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
  }

  .md\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
  }

  .md\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
  }

  .md\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
  }

  .md\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
  }

  .md\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
  }

  .md\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
  }

  .md\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
  }

  .md\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
  }

  .md\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
  }

  .md\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
  }

  .md\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
  }

  .md\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
  }

  .md\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
  }

  .md\:border-t-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
  }

  .md\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
  }

  .md\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
  }

  .md\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
  }

  .md\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
  }

  .md\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
  }

  .md\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
  }

  .md\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
  }

  .md\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
  }

  .md\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
  }

  .md\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
  }

  .md\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
  }

  .md\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
  }

  .md\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
  }

  .md\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
  }

  .md\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
  }

  .md\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
  }

  .md\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
  }

  .md\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
  }

  .md\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
  }

  .md\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
  }

  .md\:border-t-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
  }

  .md\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
  }

  .md\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
  }

  .md\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
  }

  .md\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
  }

  .md\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
  }

  .md\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
  }

  .md\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
  }

  .md\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
  }

  .md\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
  }

  .md\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
  }

  .md\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
  }

  .md\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
  }

  .md\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
  }

  .md\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
  }

  .md\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
  }

  .md\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
  }

  .md\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
  }

  .md\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
  }

  .md\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
  }

  .md\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
  }

  .md\:border-t-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
  }

  .md\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
  }

  .md\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
  }

  .md\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
  }

  .md\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
  }

  .md\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
  }

  .md\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
  }

  .md\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
  }

  .md\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
  }

  .md\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
  }

  .md\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
  }

  .md\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
  }

  .md\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
  }

  .md\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
  }

  .md\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
  }

  .md\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
  }

  .md\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
  }

  .md\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
  }

  .md\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
  }

  .md\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
  }

  .md\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
  }

  .md\:border-t-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
  }

  .md\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
  }

  .md\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
  }

  .md\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
  }

  .md\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
  }

  .md\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
  }

  .md\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
  }

  .md\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
  }

  .md\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
  }

  .md\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
  }

  .md\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
  }

  .md\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
  }

  .md\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
  }

  .md\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
  }

  .md\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
  }

  .md\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
  }

  .md\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
  }

  .md\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
  }

  .md\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
  }

  .md\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
  }

  .md\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
  }

  .md\:border-t-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
  }

  .md\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
  }

  .md\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
  }

  .md\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
  }

  .md\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
  }

  .md\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
  }

  .md\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
  }

  .md\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
  }

  .md\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
  }

  .md\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
  }

  .md\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
  }

  .md\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
  }

  .md\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
  }

  .md\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
  }

  .md\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
  }

  .md\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
  }

  .md\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
  }

  .md\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
  }

  .md\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
  }

  .md\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
  }

  .md\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
  }

  .md\:border-t-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
  }

  .md\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
  }

  .md\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
  }

  .md\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
  }

  .md\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
  }

  .md\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
  }

  .md\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
  }

  .md\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
  }

  .md\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
  }

  .md\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
  }

  .md\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
  }

  .md\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
  }

  .md\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
  }

  .md\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
  }

  .md\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
  }

  .md\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
  }

  .md\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
  }

  .md\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
  }

  .md\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
  }

  .md\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
  }

  .md\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
  }

  .md\:border-t-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
  }

  .md\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
  }

  .md\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
  }

  .md\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
  }

  .md\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
  }

  .md\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
  }

  .md\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
  }

  .md\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
  }

  .md\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
  }

  .md\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
  }

  .md\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
  }

  .md\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
  }

  .md\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
  }

  .md\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
  }

  .md\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
  }

  .md\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
  }

  .md\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
  }

  .md\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
  }

  .md\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
  }

  .md\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
  }

  .md\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
  }

  .md\:border-t-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
  }

  .md\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
  }

  .md\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
  }

  .md\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
  }

  .md\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
  }

  .md\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
  }

  .md\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
  }

  .md\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
  }

  .md\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
  }

  .md\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
  }

  .md\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
  }

  .md\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
  }

  .md\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
  }

  .md\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
  }

  .md\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
  }

  .md\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
  }

  .md\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
  }

  .md\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
  }

  .md\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
  }

  .md\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
  }

  .md\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
  }

  .md\:border-t-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
  }

  .md\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
  }

  .md\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
  }

  .md\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
  }

  .md\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
  }

  .md\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
  }

  .md\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
  }

  .md\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
  }

  .md\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
  }

  .md\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
  }

  .md\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
  }

  .md\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
  }

  .md\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
  }

  .md\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
  }

  .md\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
  }

  .md\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
  }

  .md\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
  }

  .md\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
  }

  .md\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
  }

  .md\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
  }

  .md\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
  }

  .md\:border-t-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
  }

  .md\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
  }

  .md\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
  }

  .md\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
  }

  .md\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
  }

  .md\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
  }

  .md\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
  }

  .md\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
  }

  .md\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
  }

  .md\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
  }

  .md\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
  }

  .md\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
  }

  .md\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
  }

  .md\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
  }

  .md\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
  }

  .md\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
  }

  .md\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
  }

  .md\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
  }

  .md\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
  }

  .md\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
  }

  .md\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
  }

  .md\:border-t-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
  }

  .md\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
  }

  .md\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
  }

  .md\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
  }

  .md\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
  }

  .md\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
  }

  .md\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
  }

  .md\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
  }

  .md\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
  }

  .md\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
  }

  .md\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
  }

  .md\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
  }

  .md\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
  }

  .md\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
  }

  .md\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
  }

  .md\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
  }

  .md\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
  }

  .md\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
  }

  .md\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
  }

  .md\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
  }

  .md\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
  }

  .md\:border-t-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
  }

  .md\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
  }

  .md\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
  }

  .md\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
  }

  .md\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
  }

  .md\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
  }

  .md\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
  }

  .md\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
  }

  .md\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
  }

  .md\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
  }

  .md\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
  }

  .md\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
  }

  .md\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
  }

  .md\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
  }

  .md\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
  }

  .md\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
  }

  .md\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
  }

  .md\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
  }

  .md\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
  }

  .md\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
  }

  .md\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
  }

  .md\:border-t-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
  }

  .md\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
  }

  .md\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
  }

  .md\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
  }

  .md\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
  }

  .md\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
  }

  .md\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
  }

  .md\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
  }

  .md\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
  }

  .md\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
  }

  .md\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
  }

  .md\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
  }

  .md\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
  }

  .md\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
  }

  .md\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
  }

  .md\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
  }

  .md\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
  }

  .md\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
  }

  .md\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
  }

  .md\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
  }

  .md\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
  }

  .md\:border-t-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
  }

  .md\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
  }

  .md\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
  }

  .md\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
  }

  .md\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
  }

  .md\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
  }

  .md\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
  }

  .md\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
  }

  .md\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
  }

  .md\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
  }

  .md\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
  }

  .md\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
  }

  .md\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
  }

  .md\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
  }

  .md\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
  }

  .md\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
  }

  .md\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
  }

  .md\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
  }

  .md\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
  }

  .md\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
  }

  .md\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
  }

  .md\:border-t-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
  }

  .md\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
  }

  .md\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
  }

  .md\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
  }

  .md\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
  }

  .md\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
  }

  .md\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
  }

  .md\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
  }

  .md\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
  }

  .md\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
  }

  .md\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
  }

  .md\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
  }

  .md\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
  }

  .md\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
  }

  .md\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
  }

  .md\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
  }

  .md\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
  }

  .md\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
  }

  .md\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
  }

  .md\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
  }

  .md\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
  }

  .md\:border-t-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
  }

  .md\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
  }

  .md\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
  }

  .md\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
  }

  .md\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
  }

  .md\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
  }

  .md\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
  }

  .md\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
  }

  .md\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
  }

  .md\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
  }

  .md\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
  }

  .md\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
  }

  .md\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
  }

  .md\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
  }

  .md\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
  }

  .md\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
  }

  .md\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
  }

  .md\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
  }

  .md\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
  }

  .md\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
  }

  .md\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
  }

  .md\:border-t-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
  }

  .md\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
  }

  .md\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
  }

  .md\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
  }

  .md\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
  }

  .md\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
  }

  .md\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
  }

  .md\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
  }

  .md\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
  }

  .md\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
  }

  .md\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
  }

  .md\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
  }

  .md\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
  }

  .md\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
  }

  .md\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
  }

  .md\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
  }

  .md\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
  }

  .md\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
  }

  .md\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
  }

  .md\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
  }

  .md\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
  }

  .md\:border-t-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
  }

  .md\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
  }

  .md\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
  }

  .md\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
  }

  .md\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
  }

  .md\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
  }

  .md\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
  }

  .md\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
  }

  .md\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
  }

  .md\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
  }

  .md\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
  }

  .md\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
  }

  .md\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
  }

  .md\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
  }

  .md\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
  }

  .md\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
  }

  .md\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
  }

  .md\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
  }

  .md\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
  }

  .md\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
  }

  .md\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
  }

  .md\:border-t-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
  }

  .md\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
  }

  .md\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
  }

  .md\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
  }

  .md\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
  }

  .md\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
  }

  .md\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
  }

  .md\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
  }

  .md\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
  }

  .md\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
  }

  .md\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
  }

  .md\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
  }

  .md\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
  }

  .md\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
  }

  .md\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
  }

  .md\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
  }

  .md\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
  }

  .md\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
  }

  .md\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
  }

  .md\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
  }

  .md\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
  }

  .md\:border-t-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
  }

  .md\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
  }

  .md\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
  }

  .md\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
  }

  .md\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
  }

  .md\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
  }

  .md\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
  }

  .md\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
  }

  .md\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
  }

  .md\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
  }

  .md\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
  }

  .md\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
  }

  .md\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
  }

  .md\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
  }

  .md\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
  }

  .md\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
  }

  .md\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
  }

  .md\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
  }

  .md\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
  }

  .md\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
  }

  .md\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
  }

  .md\:border-t-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
  }

  .md\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
  }

  .md\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
  }

  .md\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
  }

  .md\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
  }

  .md\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
  }

  .md\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
  }

  .md\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
  }

  .md\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
  }

  .md\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
  }

  .md\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
  }

  .md\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
  }

  .md\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
  }

  .md\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
  }

  .md\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
  }

  .md\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
  }

  .md\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
  }

  .md\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
  }

  .md\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
  }

  .md\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
  }

  .md\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
  }

  .md\:border-t-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
  }

  .md\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
  }

  .md\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
  }

  .md\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
  }

  .md\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
  }

  .md\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
  }

  .md\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
  }

  .md\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
  }

  .md\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
  }

  .md\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
  }

  .md\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
  }

  .md\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
  }

  .md\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
  }

  .md\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
  }

  .md\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
  }

  .md\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
  }

  .md\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
  }

  .md\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
  }

  .md\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
  }

  .md\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
  }

  .md\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
  }

  .md\:border-t-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
  }

  .md\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
  }

  .md\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
  }

  .md\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
  }

  .md\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
  }

  .md\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
  }

  .md\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
  }

  .md\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
  }

  .md\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
  }

  .md\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
  }

  .md\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
  }

  .md\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
  }

  .md\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
  }

  .md\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
  }

  .md\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
  }

  .md\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
  }

  .md\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
  }

  .md\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
  }

  .md\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
  }

  .md\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
  }

  .md\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
  }

  .md\:border-t-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
  }

  .md\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
  }

  .md\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
  }

  .md\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
  }

  .md\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
  }

  .md\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
  }

  .md\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
  }

  .md\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
  }

  .md\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
  }

  .md\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
  }

  .md\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
  }

  .md\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
  }

  .md\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
  }

  .md\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
  }

  .md\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
  }

  .md\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
  }

  .md\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
  }

  .md\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
  }

  .md\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
  }

  .md\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
  }

  .md\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
  }

  .md\:border-t-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
  }

  .md\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
  }

  .md\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
  }

  .md\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
  }

  .md\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
  }

  .md\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
  }

  .md\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
  }

  .md\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
  }

  .md\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
  }

  .md\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
  }

  .md\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
  }

  .md\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
  }

  .md\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
  }

  .md\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
  }

  .md\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
  }

  .md\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
  }

  .md\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
  }

  .md\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
  }

  .md\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
  }

  .md\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
  }

  .md\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
  }

  .md\:border-t-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
  }

  .md\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
  }

  .md\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
  }

  .md\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
  }

  .md\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
  }

  .md\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
  }

  .md\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
  }

  .md\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
  }

  .md\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
  }

  .md\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
  }

  .md\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
  }

  .md\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
  }

  .md\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
  }

  .md\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
  }

  .md\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
  }

  .md\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
  }

  .md\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
  }

  .md\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
  }

  .md\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
  }

  .md\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
  }

  .md\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
  }

  .md\:border-t-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
  }

  .md\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
  }

  .md\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
  }

  .md\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
  }

  .md\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
  }

  .md\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
  }

  .md\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
  }

  .md\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
  }

  .md\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
  }

  .md\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
  }

  .md\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
  }

  .md\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
  }

  .md\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
  }

  .md\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
  }

  .md\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
  }

  .md\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
  }

  .md\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
  }

  .md\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
  }

  .md\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
  }

  .md\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
  }

  .md\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
  }

  .md\:border-t-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
  }

  .md\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
  }

  .md\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
  }

  .md\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
  }

  .md\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
  }

  .md\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
  }

  .md\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
  }

  .md\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
  }

  .md\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
  }

  .md\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
  }

  .md\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
  }

  .md\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
  }

  .md\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
  }

  .md\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
  }

  .md\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
  }

  .md\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
  }

  .md\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
  }

  .md\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
  }

  .md\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
  }

  .md\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
  }

  .md\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
  }

  .md\:border-t-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
  }

  .md\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
  }

  .md\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
  }

  .md\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
  }

  .md\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
  }

  .md\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
  }

  .md\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
  }

  .md\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
  }

  .md\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
  }

  .md\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
  }

  .md\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
  }

  .md\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
  }

  .md\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
  }

  .md\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
  }

  .md\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
  }

  .md\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
  }

  .md\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
  }

  .md\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
  }

  .md\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
  }

  .md\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
  }

  .md\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
  }

  .md\:border-t-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
  }

  .md\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
  }

  .md\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
  }

  .md\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
  }

  .md\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
  }

  .md\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
  }

  .md\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
  }

  .md\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
  }

  .md\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
  }

  .md\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
  }

  .md\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
  }

  .md\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
  }

  .md\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
  }

  .md\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
  }

  .md\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
  }

  .md\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
  }

  .md\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
  }

  .md\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
  }

  .md\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
  }

  .md\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
  }

  .md\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
  }

  .md\:border-t-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
  }

  .md\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
  }

  .md\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
  }

  .md\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
  }

  .md\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
  }

  .md\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
  }

  .md\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
  }

  .md\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
  }

  .md\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
  }

  .md\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
  }

  .md\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
  }

  .md\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
  }

  .md\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
  }

  .md\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
  }

  .md\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
  }

  .md\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
  }

  .md\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
  }

  .md\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
  }

  .md\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
  }

  .md\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
  }

  .md\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
  }

  .md\:border-t-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
  }

  .md\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
  }

  .md\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
  }

  .md\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
  }

  .md\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
  }

  .md\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
  }

  .md\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
  }

  .md\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
  }

  .md\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
  }

  .md\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
  }

  .md\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
  }

  .md\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
  }

  .md\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
  }

  .md\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
  }

  .md\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
  }

  .md\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
  }

  .md\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
  }

  .md\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
  }

  .md\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
  }

  .md\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
  }

  .md\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
  }

  .md\:border-t-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
  }

  .md\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
  }

  .md\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
  }

  .md\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
  }

  .md\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
  }

  .md\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
  }

  .md\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
  }

  .md\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
  }

  .md\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
  }

  .md\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
  }

  .md\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
  }

  .md\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
  }

  .md\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
  }

  .md\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
  }

  .md\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
  }

  .md\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
  }

  .md\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
  }

  .md\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
  }

  .md\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
  }

  .md\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
  }

  .md\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
  }

  .md\:border-t-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
  }

  .md\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
  }

  .md\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
  }

  .md\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
  }

  .md\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
  }

  .md\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
  }

  .md\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
  }

  .md\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
  }

  .md\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
  }

  .md\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
  }

  .md\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
  }

  .md\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
  }

  .md\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
  }

  .md\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
  }

  .md\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
  }

  .md\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
  }

  .md\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
  }

  .md\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
  }

  .md\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
  }

  .md\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
  }

  .md\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
  }

  .md\:border-t-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
  }

  .md\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
  }

  .md\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
  }

  .md\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
  }

  .md\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
  }

  .md\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
  }

  .md\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
  }

  .md\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
  }

  .md\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
  }

  .md\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
  }

  .md\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
  }

  .md\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
  }

  .md\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
  }

  .md\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
  }

  .md\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
  }

  .md\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
  }

  .md\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
  }

  .md\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
  }

  .md\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
  }

  .md\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
  }

  .md\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
  }

  .md\:border-t-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
  }

  .md\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
  }

  .md\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
  }

  .md\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
  }

  .md\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
  }

  .md\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
  }

  .md\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
  }

  .md\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
  }

  .md\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
  }

  .md\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
  }

  .md\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
  }

  .md\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
  }

  .md\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
  }

  .md\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
  }

  .md\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
  }

  .md\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
  }

  .md\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
  }

  .md\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
  }

  .md\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
  }

  .md\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
  }

  .md\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
  }

  .md\:border-t-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
  }

  .md\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
  }

  .md\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
  }

  .md\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
  }

  .md\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
  }

  .md\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
  }

  .md\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
  }

  .md\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
  }

  .md\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
  }

  .md\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
  }

  .md\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
  }

  .md\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
  }

  .md\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
  }

  .md\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
  }

  .md\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
  }

  .md\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
  }

  .md\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
  }

  .md\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
  }

  .md\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
  }

  .md\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
  }

  .md\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
  }

  .md\:border-t-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
  }

  .md\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
  }

  .md\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
  }

  .md\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
  }

  .md\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
  }

  .md\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
  }

  .md\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
  }

  .md\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
  }

  .md\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
  }

  .md\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
  }

  .md\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
  }

  .md\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
  }

  .md\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
  }

  .md\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
  }

  .md\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
  }

  .md\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
  }

  .md\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
  }

  .md\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
  }

  .md\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
  }

  .md\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
  }

  .md\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
  }

  .md\:border-t-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
  }

  .md\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
  }

  .md\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
  }

  .md\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
  }

  .md\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
  }

  .md\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
  }

  .md\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
  }

  .md\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
  }

  .md\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
  }

  .md\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
  }

  .md\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
  }

  .md\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
  }

  .md\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
  }

  .md\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
  }

  .md\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
  }

  .md\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
  }

  .md\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
  }

  .md\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
  }

  .md\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
  }

  .md\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
  }

  .md\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
  }

  .md\:border-t-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
  }

  .md\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
  }

  .md\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
  }

  .md\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
  }

  .md\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
  }

  .md\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
  }

  .md\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
  }

  .md\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
  }

  .md\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
  }

  .md\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
  }

  .md\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
  }

  .md\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
  }

  .md\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
  }

  .md\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
  }

  .md\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
  }

  .md\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
  }

  .md\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
  }

  .md\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
  }

  .md\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
  }

  .md\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
  }

  .md\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
  }

  .md\:border-t-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
  }

  .md\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
  }

  .md\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
  }

  .md\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
  }

  .md\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
  }

  .md\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
  }

  .md\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
  }

  .md\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
  }

  .md\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
  }

  .md\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
  }

  .md\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
  }

  .md\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
  }

  .md\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
  }

  .md\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
  }

  .md\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
  }

  .md\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
  }

  .md\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
  }

  .md\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
  }

  .md\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
  }

  .md\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
  }

  .md\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
  }

  .md\:border-t-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
  }

  .md\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
  }

  .md\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
  }

  .md\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
  }

  .md\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
  }

  .md\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
  }

  .md\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
  }

  .md\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
  }

  .md\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
  }

  .md\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
  }

  .md\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
  }

  .md\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
  }

  .md\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
  }

  .md\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
  }

  .md\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
  }

  .md\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
  }

  .md\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
  }

  .md\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
  }

  .md\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
  }

  .md\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
  }

  .md\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
  }

  .md\:border-t-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
  }

  .md\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
  }

  .md\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
  }

  .md\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
  }

  .md\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
  }

  .md\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
  }

  .md\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
  }

  .md\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
  }

  .md\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
  }

  .md\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
  }

  .md\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
  }

  .md\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
  }

  .md\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
  }

  .md\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
  }

  .md\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
  }

  .md\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
  }

  .md\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
  }

  .md\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
  }

  .md\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
  }

  .md\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
  }

  .md\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
  }

  .md\:border-t-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
  }

  .md\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
  }

  .md\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
  }

  .md\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
  }

  .md\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
  }

  .md\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
  }

  .md\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
  }

  .md\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
  }

  .md\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
  }

  .md\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
  }

  .md\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
  }

  .md\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
  }

  .md\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
  }

  .md\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
  }

  .md\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
  }

  .md\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
  }

  .md\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
  }

  .md\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
  }

  .md\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
  }

  .md\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
  }

  .md\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
  }

  .md\:border-t-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
  }

  .md\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
  }

  .md\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
  }

  .md\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
  }

  .md\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
  }

  .md\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
  }

  .md\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
  }

  .md\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
  }

  .md\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
  }

  .md\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
  }

  .md\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
  }

  .md\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
  }

  .md\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
  }

  .md\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
  }

  .md\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
  }

  .md\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
  }

  .md\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
  }

  .md\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
  }

  .md\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
  }

  .md\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
  }

  .md\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
  }

  .md\:border-t-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
  }

  .md\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
  }

  .md\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
  }

  .md\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
  }

  .md\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
  }

  .md\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
  }

  .md\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
  }

  .md\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
  }

  .md\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
  }

  .md\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
  }

  .md\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
  }

  .md\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
  }

  .md\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
  }

  .md\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
  }

  .md\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
  }

  .md\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
  }

  .md\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
  }

  .md\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
  }

  .md\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
  }

  .md\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
  }

  .md\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
  }

  .md\:border-t-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
  }

  .md\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
  }

  .md\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
  }

  .md\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
  }

  .md\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
  }

  .md\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
  }

  .md\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
  }

  .md\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
  }

  .md\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
  }

  .md\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
  }

  .md\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
  }

  .md\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
  }

  .md\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
  }

  .md\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
  }

  .md\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
  }

  .md\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
  }

  .md\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
  }

  .md\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
  }

  .md\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
  }

  .md\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
  }

  .md\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
  }

  .md\:border-t-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
  }

  .md\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
  }

  .md\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
  }

  .md\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
  }

  .md\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
  }

  .md\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
  }

  .md\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
  }

  .md\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
  }

  .md\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
  }

  .md\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
  }

  .md\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
  }

  .md\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
  }

  .md\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
  }

  .md\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
  }

  .md\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
  }

  .md\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
  }

  .md\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
  }

  .md\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
  }

  .md\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
  }

  .md\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
  }

  .md\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
  }

  .md\:border-t-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
  }

  .md\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
  }

  .md\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
  }

  .md\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
  }

  .md\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
  }

  .md\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
  }

  .md\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
  }

  .md\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
  }

  .md\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
  }

  .md\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
  }

  .md\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
  }

  .md\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
  }

  .md\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
  }

  .md\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
  }

  .md\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
  }

  .md\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
  }

  .md\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
  }

  .md\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
  }

  .md\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
  }

  .md\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
  }

  .md\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
  }

  .md\:border-t-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
  }

  .md\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
  }

  .md\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
  }

  .md\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
  }

  .md\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
  }

  .md\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
  }

  .md\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
  }

  .md\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
  }

  .md\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
  }

  .md\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
  }

  .md\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
  }

  .md\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
  }

  .md\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
  }

  .md\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
  }

  .md\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
  }

  .md\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
  }

  .md\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
  }

  .md\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
  }

  .md\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
  }

  .md\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
  }

  .md\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
  }

  .md\:border-t-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
  }

  .md\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
  }

  .md\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
  }

  .md\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
  }

  .md\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
  }

  .md\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
  }

  .md\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
  }

  .md\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
  }

  .md\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
  }

  .md\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
  }

  .md\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
  }

  .md\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
  }

  .md\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
  }

  .md\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
  }

  .md\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
  }

  .md\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
  }

  .md\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
  }

  .md\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
  }

  .md\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
  }

  .md\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
  }

  .md\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
  }

  .md\:border-t-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
  }

  .md\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
  }

  .md\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
  }

  .md\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
  }

  .md\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
  }

  .md\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
  }

  .md\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
  }

  .md\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
  }

  .md\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
  }

  .md\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
  }

  .md\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
  }

  .md\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
  }

  .md\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
  }

  .md\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
  }

  .md\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
  }

  .md\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
  }

  .md\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
  }

  .md\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
  }

  .md\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
  }

  .md\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
  }

  .md\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
  }

  .md\:border-t-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
  }

  .md\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
  }

  .md\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
  }

  .md\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
  }

  .md\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
  }

  .md\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
  }

  .md\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
  }

  .md\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
  }

  .md\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
  }

  .md\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
  }

  .md\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
  }

  .md\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
  }

  .md\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
  }

  .md\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
  }

  .md\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
  }

  .md\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
  }

  .md\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
  }

  .md\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
  }

  .md\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
  }

  .md\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
  }

  .md\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
  }

  .md\:border-t-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
  }

  .md\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
  }

  .md\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
  }

  .md\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
  }

  .md\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
  }

  .md\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
  }

  .md\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
  }

  .md\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
  }

  .md\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
  }

  .md\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
  }

  .md\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
  }

  .md\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
  }

  .md\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
  }

  .md\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
  }

  .md\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
  }

  .md\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
  }

  .md\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
  }

  .md\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
  }

  .md\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
  }

  .md\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
  }

  .md\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
  }

  .md\:border-t-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
  }

  .md\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
  }

  .md\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
  }

  .md\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
  }

  .md\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
  }

  .md\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
  }

  .md\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
  }

  .md\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
  }

  .md\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
  }

  .md\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
  }

  .md\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
  }

  .md\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
  }

  .md\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
  }

  .md\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
  }

  .md\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
  }

  .md\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
  }

  .md\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
  }

  .md\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
  }

  .md\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
  }

  .md\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
  }

  .md\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
  }

  .md\:border-t-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
  }

  .md\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
  }

  .md\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
  }

  .md\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
  }

  .md\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
  }

  .md\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
  }

  .md\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
  }

  .md\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
  }

  .md\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
  }

  .md\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
  }

  .md\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
  }

  .md\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
  }

  .md\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
  }

  .md\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
  }

  .md\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
  }

  .md\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
  }

  .md\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
  }

  .md\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
  }

  .md\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
  }

  .md\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
  }

  .md\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
  }

  .md\:border-t-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
  }

  .md\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
  }

  .md\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
  }

  .md\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
  }

  .md\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
  }

  .md\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
  }

  .md\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
  }

  .md\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
  }

  .md\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
  }

  .md\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
  }

  .md\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
  }

  .md\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
  }

  .md\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
  }

  .md\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
  }

  .md\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
  }

  .md\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
  }

  .md\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
  }

  .md\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
  }

  .md\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
  }

  .md\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
  }

  .md\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
  }

  .md\:border-t-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
  }

  .md\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
  }

  .md\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
  }

  .md\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
  }

  .md\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
  }

  .md\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
  }

  .md\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
  }

  .md\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
  }

  .md\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
  }

  .md\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
  }

  .md\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
  }

  .md\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
  }

  .md\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
  }

  .md\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
  }

  .md\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
  }

  .md\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
  }

  .md\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
  }

  .md\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
  }

  .md\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
  }

  .md\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
  }

  .md\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
  }

  .md\:border-t-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
  }

  .md\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
  }

  .md\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
  }

  .md\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
  }

  .md\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
  }

  .md\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
  }

  .md\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
  }

  .md\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
  }

  .md\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
  }

  .md\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
  }

  .md\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
  }

  .md\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
  }

  .md\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
  }

  .md\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
  }

  .md\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
  }

  .md\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
  }

  .md\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
  }

  .md\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
  }

  .md\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
  }

  .md\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
  }

  .md\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
  }

  .md\:border-t-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
  }

  .md\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
  }

  .md\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
  }

  .md\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
  }

  .md\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
  }

  .md\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
  }

  .md\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
  }

  .md\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
  }

  .md\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
  }

  .md\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
  }

  .md\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
  }

  .md\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
  }

  .md\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
  }

  .md\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
  }

  .md\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
  }

  .md\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
  }

  .md\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
  }

  .md\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
  }

  .md\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
  }

  .md\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
  }

  .md\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
  }

  .md\:border-t-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
  }

  .md\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
  }

  .md\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
  }

  .md\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
  }

  .md\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
  }

  .md\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
  }

  .md\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
  }

  .md\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
  }

  .md\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
  }

  .md\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
  }

  .md\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
  }

  .md\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
  }

  .md\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
  }

  .md\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
  }

  .md\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
  }

  .md\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
  }

  .md\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
  }

  .md\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
  }

  .md\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
  }

  .md\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
  }

  .md\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
  }

  .md\:border-t-transparent {
    border-top-color: transparent !important;
  }

  .md\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .md\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .md\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:border-t-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
  }

  .md\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
  }

  .md\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
  }

  .md\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
  }

  .md\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
  }

  .md\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
  }

  .md\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
  }

  .md\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
  }

  .md\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
  }

  .md\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
  }

  .md\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
  }

  .md\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
  }

  .md\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
  }

  .md\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
  }

  .md\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
  }

  .md\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
  }

  .md\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
  }

  .md\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
  }

  .md\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
  }

  .md\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
  }

  .md\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
  }

  .md\:border-t-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
  }

  .md\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
  }

  .md\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
  }

  .md\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
  }

  .md\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
  }

  .md\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
  }

  .md\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
  }

  .md\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
  }

  .md\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
  }

  .md\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
  }

  .md\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
  }

  .md\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
  }

  .md\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
  }

  .md\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
  }

  .md\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
  }

  .md\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
  }

  .md\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
  }

  .md\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
  }

  .md\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
  }

  .md\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
  }

  .md\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
  }

  .md\:border-t-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
  }

  .md\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
  }

  .md\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
  }

  .md\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
  }

  .md\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
  }

  .md\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
  }

  .md\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
  }

  .md\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
  }

  .md\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
  }

  .md\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
  }

  .md\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
  }

  .md\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
  }

  .md\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
  }

  .md\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
  }

  .md\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
  }

  .md\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
  }

  .md\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
  }

  .md\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
  }

  .md\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
  }

  .md\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
  }

  .md\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
  }

  .md\:border-t-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
  }

  .md\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
  }

  .md\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
  }

  .md\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
  }

  .md\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
  }

  .md\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
  }

  .md\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
  }

  .md\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
  }

  .md\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
  }

  .md\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
  }

  .md\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
  }

  .md\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
  }

  .md\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
  }

  .md\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
  }

  .md\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
  }

  .md\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
  }

  .md\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
  }

  .md\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
  }

  .md\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
  }

  .md\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
  }

  .md\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
  }

  .md\:border-t-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
  }

  .md\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
  }

  .md\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
  }

  .md\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
  }

  .md\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
  }

  .md\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
  }

  .md\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
  }

  .md\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
  }

  .md\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
  }

  .md\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
  }

  .md\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
  }

  .md\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
  }

  .md\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
  }

  .md\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
  }

  .md\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
  }

  .md\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
  }

  .md\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
  }

  .md\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
  }

  .md\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
  }

  .md\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
  }

  .md\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
  }

  .md\:border-t-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
  }

  .md\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
  }

  .md\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
  }

  .md\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
  }

  .md\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
  }

  .md\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
  }

  .md\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
  }

  .md\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
  }

  .md\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
  }

  .md\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
  }

  .md\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
  }

  .md\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
  }

  .md\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
  }

  .md\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
  }

  .md\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
  }

  .md\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
  }

  .md\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
  }

  .md\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
  }

  .md\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
  }

  .md\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
  }

  .md\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
  }

  .md\:border-t-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
  }

  .md\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
  }

  .md\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
  }

  .md\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
  }

  .md\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
  }

  .md\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
  }

  .md\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
  }

  .md\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
  }

  .md\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
  }

  .md\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
  }

  .md\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
  }

  .md\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
  }

  .md\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
  }

  .md\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
  }

  .md\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
  }

  .md\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
  }

  .md\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
  }

  .md\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
  }

  .md\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
  }

  .md\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
  }

  .md\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
  }

  .md\:border-t-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
  }

  .md\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
  }

  .md\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
  }

  .md\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
  }

  .md\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
  }

  .md\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
  }

  .md\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
  }

  .md\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
  }

  .md\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
  }

  .md\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
  }

  .md\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
  }

  .md\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
  }

  .md\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
  }

  .md\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
  }

  .md\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
  }

  .md\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
  }

  .md\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
  }

  .md\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
  }

  .md\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
  }

  .md\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
  }

  .md\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
  }

  .md\:border-t-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
  }

  .md\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
  }

  .md\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
  }

  .md\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
  }

  .md\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
  }

  .md\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
  }

  .md\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
  }

  .md\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
  }

  .md\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
  }

  .md\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
  }

  .md\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
  }

  .md\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
  }

  .md\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
  }

  .md\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
  }

  .md\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
  }

  .md\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
  }

  .md\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
  }

  .md\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
  }

  .md\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
  }

  .md\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
  }

  .md\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
  }

  .md\:border-t-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
  }

  .md\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
  }

  .md\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
  }

  .md\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
  }

  .md\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
  }

  .md\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
  }

  .md\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
  }

  .md\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
  }

  .md\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
  }

  .md\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
  }

  .md\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
  }

  .md\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
  }

  .md\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
  }

  .md\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
  }

  .md\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
  }

  .md\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
  }

  .md\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
  }

  .md\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
  }

  .md\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
  }

  .md\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
  }

  .md\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
  }

  .md\:border-t-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
  }

  .md\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
  }

  .md\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
  }

  .md\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
  }

  .md\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
  }

  .md\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
  }

  .md\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
  }

  .md\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
  }

  .md\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
  }

  .md\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
  }

  .md\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
  }

  .md\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
  }

  .md\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
  }

  .md\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
  }

  .md\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
  }

  .md\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
  }

  .md\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
  }

  .md\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
  }

  .md\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
  }

  .md\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
  }

  .md\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
  }

  .md\:border-t-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .md\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .md\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-t-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
  }

  .md\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
  }

  .md\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
  }

  .md\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
  }

  .md\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
  }

  .md\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
  }

  .md\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
  }

  .md\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
  }

  .md\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
  }

  .md\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
  }

  .md\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
  }

  .md\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
  }

  .md\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
  }

  .md\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
  }

  .md\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
  }

  .md\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
  }

  .md\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
  }

  .md\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
  }

  .md\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
  }

  .md\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
  }

  .md\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
  }

  .md\:border-t-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
  }

  .md\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
  }

  .md\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
  }

  .md\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
  }

  .md\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
  }

  .md\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
  }

  .md\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
  }

  .md\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
  }

  .md\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
  }

  .md\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
  }

  .md\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
  }

  .md\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
  }

  .md\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
  }

  .md\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
  }

  .md\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
  }

  .md\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
  }

  .md\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
  }

  .md\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
  }

  .md\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
  }

  .md\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
  }

  .md\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
  }

  .md\:border-t-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
  }

  .md\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
  }

  .md\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
  }

  .md\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
  }

  .md\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
  }

  .md\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
  }

  .md\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
  }

  .md\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
  }

  .md\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
  }

  .md\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
  }

  .md\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
  }

  .md\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
  }

  .md\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
  }

  .md\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
  }

  .md\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
  }

  .md\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
  }

  .md\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
  }

  .md\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
  }

  .md\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
  }

  .md\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
  }

  .md\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
  }

  .md\:border-t-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
  }

  .md\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
  }

  .md\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
  }

  .md\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
  }

  .md\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
  }

  .md\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
  }

  .md\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
  }

  .md\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
  }

  .md\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
  }

  .md\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
  }

  .md\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
  }

  .md\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
  }

  .md\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
  }

  .md\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
  }

  .md\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
  }

  .md\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
  }

  .md\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
  }

  .md\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
  }

  .md\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
  }

  .md\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
  }

  .md\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
  }

  .md\:border-t-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .md\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .md\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .md\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .md\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .md\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .md\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .md\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .md\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .md\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .md\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .md\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .md\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .md\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .md\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .md\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .md\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .md\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .md\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .md\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .md\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .md\:border-t-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
  }

  .md\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
  }

  .md\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
  }

  .md\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
  }

  .md\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
  }

  .md\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
  }

  .md\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
  }

  .md\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
  }

  .md\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
  }

  .md\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
  }

  .md\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
  }

  .md\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
  }

  .md\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
  }

  .md\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
  }

  .md\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
  }

  .md\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
  }

  .md\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
  }

  .md\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
  }

  .md\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
  }

  .md\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
  }

  .md\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
  }

  .md\:border-t-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
  }

  .md\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
  }

  .md\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
  }

  .md\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
  }

  .md\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
  }

  .md\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
  }

  .md\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
  }

  .md\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
  }

  .md\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
  }

  .md\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
  }

  .md\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
  }

  .md\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
  }

  .md\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
  }

  .md\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
  }

  .md\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
  }

  .md\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
  }

  .md\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
  }

  .md\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
  }

  .md\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
  }

  .md\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
  }

  .md\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
  }

  .md\:border-t-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
  }

  .md\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
  }

  .md\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
  }

  .md\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
  }

  .md\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
  }

  .md\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
  }

  .md\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
  }

  .md\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
  }

  .md\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
  }

  .md\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
  }

  .md\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
  }

  .md\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
  }

  .md\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
  }

  .md\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
  }

  .md\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
  }

  .md\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
  }

  .md\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
  }

  .md\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
  }

  .md\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
  }

  .md\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
  }

  .md\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
  }

  .md\:border-t-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
  }

  .md\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
  }

  .md\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
  }

  .md\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
  }

  .md\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
  }

  .md\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
  }

  .md\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
  }

  .md\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
  }

  .md\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
  }

  .md\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
  }

  .md\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
  }

  .md\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
  }

  .md\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
  }

  .md\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
  }

  .md\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
  }

  .md\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
  }

  .md\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
  }

  .md\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
  }

  .md\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
  }

  .md\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
  }

  .md\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
  }

  .md\:border-t-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
  }

  .md\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
  }

  .md\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
  }

  .md\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
  }

  .md\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
  }

  .md\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
  }

  .md\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
  }

  .md\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
  }

  .md\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
  }

  .md\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
  }

  .md\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
  }

  .md\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
  }

  .md\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
  }

  .md\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
  }

  .md\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
  }

  .md\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
  }

  .md\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
  }

  .md\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
  }

  .md\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
  }

  .md\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
  }

  .md\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
  }

  .md\:border-t-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
  }

  .md\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
  }

  .md\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
  }

  .md\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
  }

  .md\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
  }

  .md\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
  }

  .md\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
  }

  .md\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
  }

  .md\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
  }

  .md\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
  }

  .md\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
  }

  .md\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
  }

  .md\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
  }

  .md\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
  }

  .md\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
  }

  .md\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
  }

  .md\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
  }

  .md\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
  }

  .md\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
  }

  .md\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
  }

  .md\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
  }

  .md\:bg-brand-brown {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brown\/0 {
    background-color: rgb(133 114 114 / 0) !important;
  }

  .md\:bg-brand-brown\/10 {
    background-color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:bg-brand-brown\/100 {
    background-color: rgb(133 114 114 / 1) !important;
  }

  .md\:bg-brand-brown\/15 {
    background-color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:bg-brand-brown\/20 {
    background-color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:bg-brand-brown\/25 {
    background-color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:bg-brand-brown\/30 {
    background-color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:bg-brand-brown\/35 {
    background-color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:bg-brand-brown\/40 {
    background-color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:bg-brand-brown\/45 {
    background-color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:bg-brand-brown\/5 {
    background-color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:bg-brand-brown\/50 {
    background-color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:bg-brand-brown\/55 {
    background-color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:bg-brand-brown\/60 {
    background-color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:bg-brand-brown\/65 {
    background-color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:bg-brand-brown\/70 {
    background-color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:bg-brand-brown\/75 {
    background-color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:bg-brand-brown\/80 {
    background-color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:bg-brand-brown\/85 {
    background-color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:bg-brand-brown\/90 {
    background-color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:bg-brand-brown\/95 {
    background-color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:bg-brand-brownDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brownDark\/0 {
    background-color: rgb(73 71 78 / 0) !important;
  }

  .md\:bg-brand-brownDark\/10 {
    background-color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:bg-brand-brownDark\/100 {
    background-color: rgb(73 71 78 / 1) !important;
  }

  .md\:bg-brand-brownDark\/15 {
    background-color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:bg-brand-brownDark\/20 {
    background-color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:bg-brand-brownDark\/25 {
    background-color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:bg-brand-brownDark\/30 {
    background-color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:bg-brand-brownDark\/35 {
    background-color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:bg-brand-brownDark\/40 {
    background-color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:bg-brand-brownDark\/45 {
    background-color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:bg-brand-brownDark\/5 {
    background-color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:bg-brand-brownDark\/50 {
    background-color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:bg-brand-brownDark\/55 {
    background-color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:bg-brand-brownDark\/60 {
    background-color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:bg-brand-brownDark\/65 {
    background-color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:bg-brand-brownDark\/70 {
    background-color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:bg-brand-brownDark\/75 {
    background-color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:bg-brand-brownDark\/80 {
    background-color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:bg-brand-brownDark\/85 {
    background-color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:bg-brand-brownDark\/90 {
    background-color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:bg-brand-brownDark\/95 {
    background-color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:bg-brand-brownDarker {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brownDarker\/0 {
    background-color: rgb(36 34 42 / 0) !important;
  }

  .md\:bg-brand-brownDarker\/10 {
    background-color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:bg-brand-brownDarker\/100 {
    background-color: rgb(36 34 42 / 1) !important;
  }

  .md\:bg-brand-brownDarker\/15 {
    background-color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:bg-brand-brownDarker\/20 {
    background-color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:bg-brand-brownDarker\/25 {
    background-color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:bg-brand-brownDarker\/30 {
    background-color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:bg-brand-brownDarker\/35 {
    background-color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:bg-brand-brownDarker\/40 {
    background-color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:bg-brand-brownDarker\/45 {
    background-color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:bg-brand-brownDarker\/5 {
    background-color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:bg-brand-brownDarker\/50 {
    background-color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:bg-brand-brownDarker\/55 {
    background-color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:bg-brand-brownDarker\/60 {
    background-color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:bg-brand-brownDarker\/65 {
    background-color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:bg-brand-brownDarker\/70 {
    background-color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:bg-brand-brownDarker\/75 {
    background-color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:bg-brand-brownDarker\/80 {
    background-color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:bg-brand-brownDarker\/85 {
    background-color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:bg-brand-brownDarker\/90 {
    background-color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:bg-brand-brownDarker\/95 {
    background-color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:bg-brand-brownDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brownDarkest\/0 {
    background-color: rgb(13 14 24 / 0) !important;
  }

  .md\:bg-brand-brownDarkest\/10 {
    background-color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:bg-brand-brownDarkest\/100 {
    background-color: rgb(13 14 24 / 1) !important;
  }

  .md\:bg-brand-brownDarkest\/15 {
    background-color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:bg-brand-brownDarkest\/20 {
    background-color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:bg-brand-brownDarkest\/25 {
    background-color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:bg-brand-brownDarkest\/30 {
    background-color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:bg-brand-brownDarkest\/35 {
    background-color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:bg-brand-brownDarkest\/40 {
    background-color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:bg-brand-brownDarkest\/45 {
    background-color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:bg-brand-brownDarkest\/5 {
    background-color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:bg-brand-brownDarkest\/50 {
    background-color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:bg-brand-brownDarkest\/55 {
    background-color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:bg-brand-brownDarkest\/60 {
    background-color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:bg-brand-brownDarkest\/65 {
    background-color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:bg-brand-brownDarkest\/70 {
    background-color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:bg-brand-brownDarkest\/75 {
    background-color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:bg-brand-brownDarkest\/80 {
    background-color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:bg-brand-brownDarkest\/85 {
    background-color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:bg-brand-brownDarkest\/90 {
    background-color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:bg-brand-brownDarkest\/95 {
    background-color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:bg-brand-brownLighest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brownLighest\/0 {
    background-color: rgb(252 248 248 / 0) !important;
  }

  .md\:bg-brand-brownLighest\/10 {
    background-color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:bg-brand-brownLighest\/100 {
    background-color: rgb(252 248 248 / 1) !important;
  }

  .md\:bg-brand-brownLighest\/15 {
    background-color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:bg-brand-brownLighest\/20 {
    background-color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:bg-brand-brownLighest\/25 {
    background-color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:bg-brand-brownLighest\/30 {
    background-color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:bg-brand-brownLighest\/35 {
    background-color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:bg-brand-brownLighest\/40 {
    background-color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:bg-brand-brownLighest\/45 {
    background-color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:bg-brand-brownLighest\/5 {
    background-color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:bg-brand-brownLighest\/50 {
    background-color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:bg-brand-brownLighest\/55 {
    background-color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:bg-brand-brownLighest\/60 {
    background-color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:bg-brand-brownLighest\/65 {
    background-color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:bg-brand-brownLighest\/70 {
    background-color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:bg-brand-brownLighest\/75 {
    background-color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:bg-brand-brownLighest\/80 {
    background-color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:bg-brand-brownLighest\/85 {
    background-color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:bg-brand-brownLighest\/90 {
    background-color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:bg-brand-brownLighest\/95 {
    background-color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:bg-brand-brownLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-brownLight\/0 {
    background-color: rgb(214 204 205 / 0) !important;
  }

  .md\:bg-brand-brownLight\/10 {
    background-color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:bg-brand-brownLight\/100 {
    background-color: rgb(214 204 205 / 1) !important;
  }

  .md\:bg-brand-brownLight\/15 {
    background-color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:bg-brand-brownLight\/20 {
    background-color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:bg-brand-brownLight\/25 {
    background-color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:bg-brand-brownLight\/30 {
    background-color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:bg-brand-brownLight\/35 {
    background-color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:bg-brand-brownLight\/40 {
    background-color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:bg-brand-brownLight\/45 {
    background-color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:bg-brand-brownLight\/5 {
    background-color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:bg-brand-brownLight\/50 {
    background-color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:bg-brand-brownLight\/55 {
    background-color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:bg-brand-brownLight\/60 {
    background-color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:bg-brand-brownLight\/65 {
    background-color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:bg-brand-brownLight\/70 {
    background-color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:bg-brand-brownLight\/75 {
    background-color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:bg-brand-brownLight\/80 {
    background-color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:bg-brand-brownLight\/85 {
    background-color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:bg-brand-brownLight\/90 {
    background-color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:bg-brand-brownLight\/95 {
    background-color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:bg-brand-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-grey\/0 {
    background-color: rgb(218 218 218 / 0) !important;
  }

  .md\:bg-brand-grey\/10 {
    background-color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:bg-brand-grey\/100 {
    background-color: rgb(218 218 218 / 1) !important;
  }

  .md\:bg-brand-grey\/15 {
    background-color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:bg-brand-grey\/20 {
    background-color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:bg-brand-grey\/25 {
    background-color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:bg-brand-grey\/30 {
    background-color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:bg-brand-grey\/35 {
    background-color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:bg-brand-grey\/40 {
    background-color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:bg-brand-grey\/45 {
    background-color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:bg-brand-grey\/5 {
    background-color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:bg-brand-grey\/50 {
    background-color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:bg-brand-grey\/55 {
    background-color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:bg-brand-grey\/60 {
    background-color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:bg-brand-grey\/65 {
    background-color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:bg-brand-grey\/70 {
    background-color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:bg-brand-grey\/75 {
    background-color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:bg-brand-grey\/80 {
    background-color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:bg-brand-grey\/85 {
    background-color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:bg-brand-grey\/90 {
    background-color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:bg-brand-grey\/95 {
    background-color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:bg-brand-greyDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-greyDarkest\/0 {
    background-color: rgb(26 3 27 / 0) !important;
  }

  .md\:bg-brand-greyDarkest\/10 {
    background-color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:bg-brand-greyDarkest\/100 {
    background-color: rgb(26 3 27 / 1) !important;
  }

  .md\:bg-brand-greyDarkest\/15 {
    background-color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:bg-brand-greyDarkest\/20 {
    background-color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:bg-brand-greyDarkest\/25 {
    background-color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:bg-brand-greyDarkest\/30 {
    background-color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:bg-brand-greyDarkest\/35 {
    background-color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:bg-brand-greyDarkest\/40 {
    background-color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:bg-brand-greyDarkest\/45 {
    background-color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:bg-brand-greyDarkest\/5 {
    background-color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:bg-brand-greyDarkest\/50 {
    background-color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:bg-brand-greyDarkest\/55 {
    background-color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:bg-brand-greyDarkest\/60 {
    background-color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:bg-brand-greyDarkest\/65 {
    background-color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:bg-brand-greyDarkest\/70 {
    background-color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:bg-brand-greyDarkest\/75 {
    background-color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:bg-brand-greyDarkest\/80 {
    background-color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:bg-brand-greyDarkest\/85 {
    background-color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:bg-brand-greyDarkest\/90 {
    background-color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:bg-brand-greyDarkest\/95 {
    background-color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:bg-brand-greyLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-greyLight\/0 {
    background-color: rgb(249 248 254 / 0) !important;
  }

  .md\:bg-brand-greyLight\/10 {
    background-color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:bg-brand-greyLight\/100 {
    background-color: rgb(249 248 254 / 1) !important;
  }

  .md\:bg-brand-greyLight\/15 {
    background-color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:bg-brand-greyLight\/20 {
    background-color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:bg-brand-greyLight\/25 {
    background-color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:bg-brand-greyLight\/30 {
    background-color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:bg-brand-greyLight\/35 {
    background-color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:bg-brand-greyLight\/40 {
    background-color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:bg-brand-greyLight\/45 {
    background-color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:bg-brand-greyLight\/5 {
    background-color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:bg-brand-greyLight\/50 {
    background-color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:bg-brand-greyLight\/55 {
    background-color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:bg-brand-greyLight\/60 {
    background-color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:bg-brand-greyLight\/65 {
    background-color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:bg-brand-greyLight\/70 {
    background-color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:bg-brand-greyLight\/75 {
    background-color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:bg-brand-greyLight\/80 {
    background-color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:bg-brand-greyLight\/85 {
    background-color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:bg-brand-greyLight\/90 {
    background-color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:bg-brand-greyLight\/95 {
    background-color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-red\/0 {
    background-color: rgb(223 45 59 / 0) !important;
  }

  .md\:bg-brand-red\/10 {
    background-color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:bg-brand-red\/100 {
    background-color: rgb(223 45 59 / 1) !important;
  }

  .md\:bg-brand-red\/15 {
    background-color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:bg-brand-red\/20 {
    background-color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:bg-brand-red\/25 {
    background-color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:bg-brand-red\/30 {
    background-color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:bg-brand-red\/35 {
    background-color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:bg-brand-red\/40 {
    background-color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:bg-brand-red\/45 {
    background-color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:bg-brand-red\/5 {
    background-color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:bg-brand-red\/50 {
    background-color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:bg-brand-red\/55 {
    background-color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:bg-brand-red\/60 {
    background-color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:bg-brand-red\/65 {
    background-color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:bg-brand-red\/70 {
    background-color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:bg-brand-red\/75 {
    background-color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:bg-brand-red\/80 {
    background-color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:bg-brand-red\/85 {
    background-color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:bg-brand-red\/90 {
    background-color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:bg-brand-red\/95 {
    background-color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:bg-brand-redDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-redDark\/0 {
    background-color: rgb(190 22 35 / 0) !important;
  }

  .md\:bg-brand-redDark\/10 {
    background-color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:bg-brand-redDark\/100 {
    background-color: rgb(190 22 35 / 1) !important;
  }

  .md\:bg-brand-redDark\/15 {
    background-color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:bg-brand-redDark\/20 {
    background-color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:bg-brand-redDark\/25 {
    background-color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:bg-brand-redDark\/30 {
    background-color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:bg-brand-redDark\/35 {
    background-color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:bg-brand-redDark\/40 {
    background-color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:bg-brand-redDark\/45 {
    background-color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:bg-brand-redDark\/5 {
    background-color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:bg-brand-redDark\/50 {
    background-color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:bg-brand-redDark\/55 {
    background-color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:bg-brand-redDark\/60 {
    background-color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:bg-brand-redDark\/65 {
    background-color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:bg-brand-redDark\/70 {
    background-color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:bg-brand-redDark\/75 {
    background-color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:bg-brand-redDark\/80 {
    background-color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:bg-brand-redDark\/85 {
    background-color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:bg-brand-redDark\/90 {
    background-color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:bg-brand-redDark\/95 {
    background-color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:bg-brand-systemGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-systemGreen\/0 {
    background-color: rgb(30 214 93 / 0) !important;
  }

  .md\:bg-brand-systemGreen\/10 {
    background-color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:bg-brand-systemGreen\/100 {
    background-color: rgb(30 214 93 / 1) !important;
  }

  .md\:bg-brand-systemGreen\/15 {
    background-color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:bg-brand-systemGreen\/20 {
    background-color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:bg-brand-systemGreen\/25 {
    background-color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:bg-brand-systemGreen\/30 {
    background-color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:bg-brand-systemGreen\/35 {
    background-color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:bg-brand-systemGreen\/40 {
    background-color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:bg-brand-systemGreen\/45 {
    background-color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:bg-brand-systemGreen\/5 {
    background-color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:bg-brand-systemGreen\/50 {
    background-color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:bg-brand-systemGreen\/55 {
    background-color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:bg-brand-systemGreen\/60 {
    background-color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:bg-brand-systemGreen\/65 {
    background-color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:bg-brand-systemGreen\/70 {
    background-color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:bg-brand-systemGreen\/75 {
    background-color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:bg-brand-systemGreen\/80 {
    background-color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:bg-brand-systemGreen\/85 {
    background-color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:bg-brand-systemGreen\/90 {
    background-color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:bg-brand-systemGreen\/95 {
    background-color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:bg-brand-systemOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-systemOrange\/0 {
    background-color: rgb(216 125 19 / 0) !important;
  }

  .md\:bg-brand-systemOrange\/10 {
    background-color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:bg-brand-systemOrange\/100 {
    background-color: rgb(216 125 19 / 1) !important;
  }

  .md\:bg-brand-systemOrange\/15 {
    background-color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:bg-brand-systemOrange\/20 {
    background-color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:bg-brand-systemOrange\/25 {
    background-color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:bg-brand-systemOrange\/30 {
    background-color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:bg-brand-systemOrange\/35 {
    background-color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:bg-brand-systemOrange\/40 {
    background-color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:bg-brand-systemOrange\/45 {
    background-color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:bg-brand-systemOrange\/5 {
    background-color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:bg-brand-systemOrange\/50 {
    background-color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:bg-brand-systemOrange\/55 {
    background-color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:bg-brand-systemOrange\/60 {
    background-color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:bg-brand-systemOrange\/65 {
    background-color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:bg-brand-systemOrange\/70 {
    background-color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:bg-brand-systemOrange\/75 {
    background-color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:bg-brand-systemOrange\/80 {
    background-color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:bg-brand-systemOrange\/85 {
    background-color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:bg-brand-systemOrange\/90 {
    background-color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:bg-brand-systemOrange\/95 {
    background-color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:bg-brand-systemRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-systemRed\/0 {
    background-color: rgb(227 45 59 / 0) !important;
  }

  .md\:bg-brand-systemRed\/10 {
    background-color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:bg-brand-systemRed\/100 {
    background-color: rgb(227 45 59 / 1) !important;
  }

  .md\:bg-brand-systemRed\/15 {
    background-color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:bg-brand-systemRed\/20 {
    background-color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:bg-brand-systemRed\/25 {
    background-color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:bg-brand-systemRed\/30 {
    background-color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:bg-brand-systemRed\/35 {
    background-color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:bg-brand-systemRed\/40 {
    background-color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:bg-brand-systemRed\/45 {
    background-color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:bg-brand-systemRed\/5 {
    background-color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:bg-brand-systemRed\/50 {
    background-color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:bg-brand-systemRed\/55 {
    background-color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:bg-brand-systemRed\/60 {
    background-color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:bg-brand-systemRed\/65 {
    background-color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:bg-brand-systemRed\/70 {
    background-color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:bg-brand-systemRed\/75 {
    background-color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:bg-brand-systemRed\/80 {
    background-color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:bg-brand-systemRed\/85 {
    background-color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:bg-brand-systemRed\/90 {
    background-color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:bg-brand-systemRed\/95 {
    background-color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:bg-brand-systemYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-systemYellow\/0 {
    background-color: rgb(227 203 15 / 0) !important;
  }

  .md\:bg-brand-systemYellow\/10 {
    background-color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:bg-brand-systemYellow\/100 {
    background-color: rgb(227 203 15 / 1) !important;
  }

  .md\:bg-brand-systemYellow\/15 {
    background-color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:bg-brand-systemYellow\/20 {
    background-color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:bg-brand-systemYellow\/25 {
    background-color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:bg-brand-systemYellow\/30 {
    background-color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:bg-brand-systemYellow\/35 {
    background-color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:bg-brand-systemYellow\/40 {
    background-color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:bg-brand-systemYellow\/45 {
    background-color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:bg-brand-systemYellow\/5 {
    background-color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:bg-brand-systemYellow\/50 {
    background-color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:bg-brand-systemYellow\/55 {
    background-color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:bg-brand-systemYellow\/60 {
    background-color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:bg-brand-systemYellow\/65 {
    background-color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:bg-brand-systemYellow\/70 {
    background-color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:bg-brand-systemYellow\/75 {
    background-color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:bg-brand-systemYellow\/80 {
    background-color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:bg-brand-systemYellow\/85 {
    background-color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:bg-brand-systemYellow\/90 {
    background-color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:bg-brand-systemYellow\/95 {
    background-color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:bg-brand-text {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-text\/0 {
    background-color: rgb(18 2 28 / 0) !important;
  }

  .md\:bg-brand-text\/10 {
    background-color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:bg-brand-text\/100 {
    background-color: rgb(18 2 28 / 1) !important;
  }

  .md\:bg-brand-text\/15 {
    background-color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:bg-brand-text\/20 {
    background-color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:bg-brand-text\/25 {
    background-color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:bg-brand-text\/30 {
    background-color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:bg-brand-text\/35 {
    background-color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:bg-brand-text\/40 {
    background-color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:bg-brand-text\/45 {
    background-color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:bg-brand-text\/5 {
    background-color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:bg-brand-text\/50 {
    background-color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:bg-brand-text\/55 {
    background-color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:bg-brand-text\/60 {
    background-color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:bg-brand-text\/65 {
    background-color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:bg-brand-text\/70 {
    background-color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:bg-brand-text\/75 {
    background-color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:bg-brand-text\/80 {
    background-color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:bg-brand-text\/85 {
    background-color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:bg-brand-text\/90 {
    background-color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:bg-brand-text\/95 {
    background-color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:bg-brand-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .md\:bg-brand-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:bg-brand-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .md\:bg-brand-white\/15 {
    background-color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:bg-brand-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:bg-brand-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:bg-brand-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:bg-brand-white\/35 {
    background-color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:bg-brand-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:bg-brand-white\/45 {
    background-color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:bg-brand-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:bg-brand-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:bg-brand-white\/55 {
    background-color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:bg-brand-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:bg-brand-white\/65 {
    background-color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:bg-brand-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:bg-brand-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:bg-brand-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:bg-brand-white\/85 {
    background-color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:bg-brand-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:bg-brand-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:bg-gradient-grey {
    background-image: linear-gradient(to bottom, #000102, #545555) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-100 {
    padding: 25rem !important;
  }

  .md\:p-11 {
    padding: 2.75rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-18 {
    padding: 4.5rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-28 {
    padding: 7rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

  .md\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:p-30 {
    padding: 7.5rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-36 {
    padding: 9rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-44 {
    padding: 11rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-52 {
    padding: 13rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-60 {
    padding: 15rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-7 {
    padding: 1.75rem !important;
  }

  .md\:p-72 {
    padding: 18rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-80 {
    padding: 20rem !important;
  }

  .md\:p-9 {
    padding: 2.25rem !important;
  }

  .md\:p-96 {
    padding: 24rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-100 {
    padding-bottom: 25rem !important;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .md\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .md\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pl-100 {
    padding-left: 25rem !important;
  }

  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pl-28 {
    padding-left: 7rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pl-36 {
    padding-left: 9rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pl-44 {
    padding-left: 11rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pl-52 {
    padding-left: 13rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pl-60 {
    padding-left: 15rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:pl-72 {
    padding-left: 18rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pl-80 {
    padding-left: 20rem !important;
  }

  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:pl-96 {
    padding-left: 24rem !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pr-100 {
    padding-right: 25rem !important;
  }

  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pr-36 {
    padding-right: 9rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pr-44 {
    padding-right: 11rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pr-52 {
    padding-right: 13rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pr-60 {
    padding-right: 15rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:pr-72 {
    padding-right: 18rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pr-80 {
    padding-right: 20rem !important;
  }

  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:pr-96 {
    padding-right: 24rem !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pt-100 {
    padding-top: 25rem !important;
  }

  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pt-28 {
    padding-top: 7rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .md\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pt-36 {
    padding-top: 9rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pt-44 {
    padding-top: 11rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pt-52 {
    padding-top: 13rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pt-60 {
    padding-top: 15rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .md\:pt-72 {
    padding-top: 18rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pt-80 {
    padding-top: 20rem !important;
  }

  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:pt-96 {
    padding-top: 24rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-start {
    text-align: start !important;
  }

  .md\:text-end {
    text-align: end !important;
  }

  .md\:text-body {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .md\:text-caption {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .md\:text-h1 {
    font-size: 88px !important;
    line-height: 88px !important;
  }

  .md\:text-h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  .md\:text-h3 {
    font-size: 56px !important;
    line-height: 62px !important;
  }

  .md\:text-h4 {
    font-size: 44px !important;
    line-height: 52px !important;
  }

  .md\:text-h5 {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .md\:text-subtitle-1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .md\:text-subtitle-2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .md\:text-subtitle-3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .md\:text-brand-brown {
    --tw-text-opacity: 1 !important;
    color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brown\/0 {
    color: rgb(133 114 114 / 0) !important;
  }

  .md\:text-brand-brown\/10 {
    color: rgb(133 114 114 / 0.1) !important;
  }

  .md\:text-brand-brown\/100 {
    color: rgb(133 114 114 / 1) !important;
  }

  .md\:text-brand-brown\/15 {
    color: rgb(133 114 114 / 0.15) !important;
  }

  .md\:text-brand-brown\/20 {
    color: rgb(133 114 114 / 0.2) !important;
  }

  .md\:text-brand-brown\/25 {
    color: rgb(133 114 114 / 0.25) !important;
  }

  .md\:text-brand-brown\/30 {
    color: rgb(133 114 114 / 0.3) !important;
  }

  .md\:text-brand-brown\/35 {
    color: rgb(133 114 114 / 0.35) !important;
  }

  .md\:text-brand-brown\/40 {
    color: rgb(133 114 114 / 0.4) !important;
  }

  .md\:text-brand-brown\/45 {
    color: rgb(133 114 114 / 0.45) !important;
  }

  .md\:text-brand-brown\/5 {
    color: rgb(133 114 114 / 0.05) !important;
  }

  .md\:text-brand-brown\/50 {
    color: rgb(133 114 114 / 0.5) !important;
  }

  .md\:text-brand-brown\/55 {
    color: rgb(133 114 114 / 0.55) !important;
  }

  .md\:text-brand-brown\/60 {
    color: rgb(133 114 114 / 0.6) !important;
  }

  .md\:text-brand-brown\/65 {
    color: rgb(133 114 114 / 0.65) !important;
  }

  .md\:text-brand-brown\/70 {
    color: rgb(133 114 114 / 0.7) !important;
  }

  .md\:text-brand-brown\/75 {
    color: rgb(133 114 114 / 0.75) !important;
  }

  .md\:text-brand-brown\/80 {
    color: rgb(133 114 114 / 0.8) !important;
  }

  .md\:text-brand-brown\/85 {
    color: rgb(133 114 114 / 0.85) !important;
  }

  .md\:text-brand-brown\/90 {
    color: rgb(133 114 114 / 0.9) !important;
  }

  .md\:text-brand-brown\/95 {
    color: rgb(133 114 114 / 0.95) !important;
  }

  .md\:text-brand-brownDark {
    --tw-text-opacity: 1 !important;
    color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brownDark\/0 {
    color: rgb(73 71 78 / 0) !important;
  }

  .md\:text-brand-brownDark\/10 {
    color: rgb(73 71 78 / 0.1) !important;
  }

  .md\:text-brand-brownDark\/100 {
    color: rgb(73 71 78 / 1) !important;
  }

  .md\:text-brand-brownDark\/15 {
    color: rgb(73 71 78 / 0.15) !important;
  }

  .md\:text-brand-brownDark\/20 {
    color: rgb(73 71 78 / 0.2) !important;
  }

  .md\:text-brand-brownDark\/25 {
    color: rgb(73 71 78 / 0.25) !important;
  }

  .md\:text-brand-brownDark\/30 {
    color: rgb(73 71 78 / 0.3) !important;
  }

  .md\:text-brand-brownDark\/35 {
    color: rgb(73 71 78 / 0.35) !important;
  }

  .md\:text-brand-brownDark\/40 {
    color: rgb(73 71 78 / 0.4) !important;
  }

  .md\:text-brand-brownDark\/45 {
    color: rgb(73 71 78 / 0.45) !important;
  }

  .md\:text-brand-brownDark\/5 {
    color: rgb(73 71 78 / 0.05) !important;
  }

  .md\:text-brand-brownDark\/50 {
    color: rgb(73 71 78 / 0.5) !important;
  }

  .md\:text-brand-brownDark\/55 {
    color: rgb(73 71 78 / 0.55) !important;
  }

  .md\:text-brand-brownDark\/60 {
    color: rgb(73 71 78 / 0.6) !important;
  }

  .md\:text-brand-brownDark\/65 {
    color: rgb(73 71 78 / 0.65) !important;
  }

  .md\:text-brand-brownDark\/70 {
    color: rgb(73 71 78 / 0.7) !important;
  }

  .md\:text-brand-brownDark\/75 {
    color: rgb(73 71 78 / 0.75) !important;
  }

  .md\:text-brand-brownDark\/80 {
    color: rgb(73 71 78 / 0.8) !important;
  }

  .md\:text-brand-brownDark\/85 {
    color: rgb(73 71 78 / 0.85) !important;
  }

  .md\:text-brand-brownDark\/90 {
    color: rgb(73 71 78 / 0.9) !important;
  }

  .md\:text-brand-brownDark\/95 {
    color: rgb(73 71 78 / 0.95) !important;
  }

  .md\:text-brand-brownDarker {
    --tw-text-opacity: 1 !important;
    color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brownDarker\/0 {
    color: rgb(36 34 42 / 0) !important;
  }

  .md\:text-brand-brownDarker\/10 {
    color: rgb(36 34 42 / 0.1) !important;
  }

  .md\:text-brand-brownDarker\/100 {
    color: rgb(36 34 42 / 1) !important;
  }

  .md\:text-brand-brownDarker\/15 {
    color: rgb(36 34 42 / 0.15) !important;
  }

  .md\:text-brand-brownDarker\/20 {
    color: rgb(36 34 42 / 0.2) !important;
  }

  .md\:text-brand-brownDarker\/25 {
    color: rgb(36 34 42 / 0.25) !important;
  }

  .md\:text-brand-brownDarker\/30 {
    color: rgb(36 34 42 / 0.3) !important;
  }

  .md\:text-brand-brownDarker\/35 {
    color: rgb(36 34 42 / 0.35) !important;
  }

  .md\:text-brand-brownDarker\/40 {
    color: rgb(36 34 42 / 0.4) !important;
  }

  .md\:text-brand-brownDarker\/45 {
    color: rgb(36 34 42 / 0.45) !important;
  }

  .md\:text-brand-brownDarker\/5 {
    color: rgb(36 34 42 / 0.05) !important;
  }

  .md\:text-brand-brownDarker\/50 {
    color: rgb(36 34 42 / 0.5) !important;
  }

  .md\:text-brand-brownDarker\/55 {
    color: rgb(36 34 42 / 0.55) !important;
  }

  .md\:text-brand-brownDarker\/60 {
    color: rgb(36 34 42 / 0.6) !important;
  }

  .md\:text-brand-brownDarker\/65 {
    color: rgb(36 34 42 / 0.65) !important;
  }

  .md\:text-brand-brownDarker\/70 {
    color: rgb(36 34 42 / 0.7) !important;
  }

  .md\:text-brand-brownDarker\/75 {
    color: rgb(36 34 42 / 0.75) !important;
  }

  .md\:text-brand-brownDarker\/80 {
    color: rgb(36 34 42 / 0.8) !important;
  }

  .md\:text-brand-brownDarker\/85 {
    color: rgb(36 34 42 / 0.85) !important;
  }

  .md\:text-brand-brownDarker\/90 {
    color: rgb(36 34 42 / 0.9) !important;
  }

  .md\:text-brand-brownDarker\/95 {
    color: rgb(36 34 42 / 0.95) !important;
  }

  .md\:text-brand-brownDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brownDarkest\/0 {
    color: rgb(13 14 24 / 0) !important;
  }

  .md\:text-brand-brownDarkest\/10 {
    color: rgb(13 14 24 / 0.1) !important;
  }

  .md\:text-brand-brownDarkest\/100 {
    color: rgb(13 14 24 / 1) !important;
  }

  .md\:text-brand-brownDarkest\/15 {
    color: rgb(13 14 24 / 0.15) !important;
  }

  .md\:text-brand-brownDarkest\/20 {
    color: rgb(13 14 24 / 0.2) !important;
  }

  .md\:text-brand-brownDarkest\/25 {
    color: rgb(13 14 24 / 0.25) !important;
  }

  .md\:text-brand-brownDarkest\/30 {
    color: rgb(13 14 24 / 0.3) !important;
  }

  .md\:text-brand-brownDarkest\/35 {
    color: rgb(13 14 24 / 0.35) !important;
  }

  .md\:text-brand-brownDarkest\/40 {
    color: rgb(13 14 24 / 0.4) !important;
  }

  .md\:text-brand-brownDarkest\/45 {
    color: rgb(13 14 24 / 0.45) !important;
  }

  .md\:text-brand-brownDarkest\/5 {
    color: rgb(13 14 24 / 0.05) !important;
  }

  .md\:text-brand-brownDarkest\/50 {
    color: rgb(13 14 24 / 0.5) !important;
  }

  .md\:text-brand-brownDarkest\/55 {
    color: rgb(13 14 24 / 0.55) !important;
  }

  .md\:text-brand-brownDarkest\/60 {
    color: rgb(13 14 24 / 0.6) !important;
  }

  .md\:text-brand-brownDarkest\/65 {
    color: rgb(13 14 24 / 0.65) !important;
  }

  .md\:text-brand-brownDarkest\/70 {
    color: rgb(13 14 24 / 0.7) !important;
  }

  .md\:text-brand-brownDarkest\/75 {
    color: rgb(13 14 24 / 0.75) !important;
  }

  .md\:text-brand-brownDarkest\/80 {
    color: rgb(13 14 24 / 0.8) !important;
  }

  .md\:text-brand-brownDarkest\/85 {
    color: rgb(13 14 24 / 0.85) !important;
  }

  .md\:text-brand-brownDarkest\/90 {
    color: rgb(13 14 24 / 0.9) !important;
  }

  .md\:text-brand-brownDarkest\/95 {
    color: rgb(13 14 24 / 0.95) !important;
  }

  .md\:text-brand-brownLighest {
    --tw-text-opacity: 1 !important;
    color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brownLighest\/0 {
    color: rgb(252 248 248 / 0) !important;
  }

  .md\:text-brand-brownLighest\/10 {
    color: rgb(252 248 248 / 0.1) !important;
  }

  .md\:text-brand-brownLighest\/100 {
    color: rgb(252 248 248 / 1) !important;
  }

  .md\:text-brand-brownLighest\/15 {
    color: rgb(252 248 248 / 0.15) !important;
  }

  .md\:text-brand-brownLighest\/20 {
    color: rgb(252 248 248 / 0.2) !important;
  }

  .md\:text-brand-brownLighest\/25 {
    color: rgb(252 248 248 / 0.25) !important;
  }

  .md\:text-brand-brownLighest\/30 {
    color: rgb(252 248 248 / 0.3) !important;
  }

  .md\:text-brand-brownLighest\/35 {
    color: rgb(252 248 248 / 0.35) !important;
  }

  .md\:text-brand-brownLighest\/40 {
    color: rgb(252 248 248 / 0.4) !important;
  }

  .md\:text-brand-brownLighest\/45 {
    color: rgb(252 248 248 / 0.45) !important;
  }

  .md\:text-brand-brownLighest\/5 {
    color: rgb(252 248 248 / 0.05) !important;
  }

  .md\:text-brand-brownLighest\/50 {
    color: rgb(252 248 248 / 0.5) !important;
  }

  .md\:text-brand-brownLighest\/55 {
    color: rgb(252 248 248 / 0.55) !important;
  }

  .md\:text-brand-brownLighest\/60 {
    color: rgb(252 248 248 / 0.6) !important;
  }

  .md\:text-brand-brownLighest\/65 {
    color: rgb(252 248 248 / 0.65) !important;
  }

  .md\:text-brand-brownLighest\/70 {
    color: rgb(252 248 248 / 0.7) !important;
  }

  .md\:text-brand-brownLighest\/75 {
    color: rgb(252 248 248 / 0.75) !important;
  }

  .md\:text-brand-brownLighest\/80 {
    color: rgb(252 248 248 / 0.8) !important;
  }

  .md\:text-brand-brownLighest\/85 {
    color: rgb(252 248 248 / 0.85) !important;
  }

  .md\:text-brand-brownLighest\/90 {
    color: rgb(252 248 248 / 0.9) !important;
  }

  .md\:text-brand-brownLighest\/95 {
    color: rgb(252 248 248 / 0.95) !important;
  }

  .md\:text-brand-brownLight {
    --tw-text-opacity: 1 !important;
    color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-brownLight\/0 {
    color: rgb(214 204 205 / 0) !important;
  }

  .md\:text-brand-brownLight\/10 {
    color: rgb(214 204 205 / 0.1) !important;
  }

  .md\:text-brand-brownLight\/100 {
    color: rgb(214 204 205 / 1) !important;
  }

  .md\:text-brand-brownLight\/15 {
    color: rgb(214 204 205 / 0.15) !important;
  }

  .md\:text-brand-brownLight\/20 {
    color: rgb(214 204 205 / 0.2) !important;
  }

  .md\:text-brand-brownLight\/25 {
    color: rgb(214 204 205 / 0.25) !important;
  }

  .md\:text-brand-brownLight\/30 {
    color: rgb(214 204 205 / 0.3) !important;
  }

  .md\:text-brand-brownLight\/35 {
    color: rgb(214 204 205 / 0.35) !important;
  }

  .md\:text-brand-brownLight\/40 {
    color: rgb(214 204 205 / 0.4) !important;
  }

  .md\:text-brand-brownLight\/45 {
    color: rgb(214 204 205 / 0.45) !important;
  }

  .md\:text-brand-brownLight\/5 {
    color: rgb(214 204 205 / 0.05) !important;
  }

  .md\:text-brand-brownLight\/50 {
    color: rgb(214 204 205 / 0.5) !important;
  }

  .md\:text-brand-brownLight\/55 {
    color: rgb(214 204 205 / 0.55) !important;
  }

  .md\:text-brand-brownLight\/60 {
    color: rgb(214 204 205 / 0.6) !important;
  }

  .md\:text-brand-brownLight\/65 {
    color: rgb(214 204 205 / 0.65) !important;
  }

  .md\:text-brand-brownLight\/70 {
    color: rgb(214 204 205 / 0.7) !important;
  }

  .md\:text-brand-brownLight\/75 {
    color: rgb(214 204 205 / 0.75) !important;
  }

  .md\:text-brand-brownLight\/80 {
    color: rgb(214 204 205 / 0.8) !important;
  }

  .md\:text-brand-brownLight\/85 {
    color: rgb(214 204 205 / 0.85) !important;
  }

  .md\:text-brand-brownLight\/90 {
    color: rgb(214 204 205 / 0.9) !important;
  }

  .md\:text-brand-brownLight\/95 {
    color: rgb(214 204 205 / 0.95) !important;
  }

  .md\:text-brand-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-grey\/0 {
    color: rgb(218 218 218 / 0) !important;
  }

  .md\:text-brand-grey\/10 {
    color: rgb(218 218 218 / 0.1) !important;
  }

  .md\:text-brand-grey\/100 {
    color: rgb(218 218 218 / 1) !important;
  }

  .md\:text-brand-grey\/15 {
    color: rgb(218 218 218 / 0.15) !important;
  }

  .md\:text-brand-grey\/20 {
    color: rgb(218 218 218 / 0.2) !important;
  }

  .md\:text-brand-grey\/25 {
    color: rgb(218 218 218 / 0.25) !important;
  }

  .md\:text-brand-grey\/30 {
    color: rgb(218 218 218 / 0.3) !important;
  }

  .md\:text-brand-grey\/35 {
    color: rgb(218 218 218 / 0.35) !important;
  }

  .md\:text-brand-grey\/40 {
    color: rgb(218 218 218 / 0.4) !important;
  }

  .md\:text-brand-grey\/45 {
    color: rgb(218 218 218 / 0.45) !important;
  }

  .md\:text-brand-grey\/5 {
    color: rgb(218 218 218 / 0.05) !important;
  }

  .md\:text-brand-grey\/50 {
    color: rgb(218 218 218 / 0.5) !important;
  }

  .md\:text-brand-grey\/55 {
    color: rgb(218 218 218 / 0.55) !important;
  }

  .md\:text-brand-grey\/60 {
    color: rgb(218 218 218 / 0.6) !important;
  }

  .md\:text-brand-grey\/65 {
    color: rgb(218 218 218 / 0.65) !important;
  }

  .md\:text-brand-grey\/70 {
    color: rgb(218 218 218 / 0.7) !important;
  }

  .md\:text-brand-grey\/75 {
    color: rgb(218 218 218 / 0.75) !important;
  }

  .md\:text-brand-grey\/80 {
    color: rgb(218 218 218 / 0.8) !important;
  }

  .md\:text-brand-grey\/85 {
    color: rgb(218 218 218 / 0.85) !important;
  }

  .md\:text-brand-grey\/90 {
    color: rgb(218 218 218 / 0.9) !important;
  }

  .md\:text-brand-grey\/95 {
    color: rgb(218 218 218 / 0.95) !important;
  }

  .md\:text-brand-greyDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-greyDarkest\/0 {
    color: rgb(26 3 27 / 0) !important;
  }

  .md\:text-brand-greyDarkest\/10 {
    color: rgb(26 3 27 / 0.1) !important;
  }

  .md\:text-brand-greyDarkest\/100 {
    color: rgb(26 3 27 / 1) !important;
  }

  .md\:text-brand-greyDarkest\/15 {
    color: rgb(26 3 27 / 0.15) !important;
  }

  .md\:text-brand-greyDarkest\/20 {
    color: rgb(26 3 27 / 0.2) !important;
  }

  .md\:text-brand-greyDarkest\/25 {
    color: rgb(26 3 27 / 0.25) !important;
  }

  .md\:text-brand-greyDarkest\/30 {
    color: rgb(26 3 27 / 0.3) !important;
  }

  .md\:text-brand-greyDarkest\/35 {
    color: rgb(26 3 27 / 0.35) !important;
  }

  .md\:text-brand-greyDarkest\/40 {
    color: rgb(26 3 27 / 0.4) !important;
  }

  .md\:text-brand-greyDarkest\/45 {
    color: rgb(26 3 27 / 0.45) !important;
  }

  .md\:text-brand-greyDarkest\/5 {
    color: rgb(26 3 27 / 0.05) !important;
  }

  .md\:text-brand-greyDarkest\/50 {
    color: rgb(26 3 27 / 0.5) !important;
  }

  .md\:text-brand-greyDarkest\/55 {
    color: rgb(26 3 27 / 0.55) !important;
  }

  .md\:text-brand-greyDarkest\/60 {
    color: rgb(26 3 27 / 0.6) !important;
  }

  .md\:text-brand-greyDarkest\/65 {
    color: rgb(26 3 27 / 0.65) !important;
  }

  .md\:text-brand-greyDarkest\/70 {
    color: rgb(26 3 27 / 0.7) !important;
  }

  .md\:text-brand-greyDarkest\/75 {
    color: rgb(26 3 27 / 0.75) !important;
  }

  .md\:text-brand-greyDarkest\/80 {
    color: rgb(26 3 27 / 0.8) !important;
  }

  .md\:text-brand-greyDarkest\/85 {
    color: rgb(26 3 27 / 0.85) !important;
  }

  .md\:text-brand-greyDarkest\/90 {
    color: rgb(26 3 27 / 0.9) !important;
  }

  .md\:text-brand-greyDarkest\/95 {
    color: rgb(26 3 27 / 0.95) !important;
  }

  .md\:text-brand-greyLight {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-greyLight\/0 {
    color: rgb(249 248 254 / 0) !important;
  }

  .md\:text-brand-greyLight\/10 {
    color: rgb(249 248 254 / 0.1) !important;
  }

  .md\:text-brand-greyLight\/100 {
    color: rgb(249 248 254 / 1) !important;
  }

  .md\:text-brand-greyLight\/15 {
    color: rgb(249 248 254 / 0.15) !important;
  }

  .md\:text-brand-greyLight\/20 {
    color: rgb(249 248 254 / 0.2) !important;
  }

  .md\:text-brand-greyLight\/25 {
    color: rgb(249 248 254 / 0.25) !important;
  }

  .md\:text-brand-greyLight\/30 {
    color: rgb(249 248 254 / 0.3) !important;
  }

  .md\:text-brand-greyLight\/35 {
    color: rgb(249 248 254 / 0.35) !important;
  }

  .md\:text-brand-greyLight\/40 {
    color: rgb(249 248 254 / 0.4) !important;
  }

  .md\:text-brand-greyLight\/45 {
    color: rgb(249 248 254 / 0.45) !important;
  }

  .md\:text-brand-greyLight\/5 {
    color: rgb(249 248 254 / 0.05) !important;
  }

  .md\:text-brand-greyLight\/50 {
    color: rgb(249 248 254 / 0.5) !important;
  }

  .md\:text-brand-greyLight\/55 {
    color: rgb(249 248 254 / 0.55) !important;
  }

  .md\:text-brand-greyLight\/60 {
    color: rgb(249 248 254 / 0.6) !important;
  }

  .md\:text-brand-greyLight\/65 {
    color: rgb(249 248 254 / 0.65) !important;
  }

  .md\:text-brand-greyLight\/70 {
    color: rgb(249 248 254 / 0.7) !important;
  }

  .md\:text-brand-greyLight\/75 {
    color: rgb(249 248 254 / 0.75) !important;
  }

  .md\:text-brand-greyLight\/80 {
    color: rgb(249 248 254 / 0.8) !important;
  }

  .md\:text-brand-greyLight\/85 {
    color: rgb(249 248 254 / 0.85) !important;
  }

  .md\:text-brand-greyLight\/90 {
    color: rgb(249 248 254 / 0.9) !important;
  }

  .md\:text-brand-greyLight\/95 {
    color: rgb(249 248 254 / 0.95) !important;
  }

  .md\:text-brand-red {
    --tw-text-opacity: 1 !important;
    color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-red\/0 {
    color: rgb(223 45 59 / 0) !important;
  }

  .md\:text-brand-red\/10 {
    color: rgb(223 45 59 / 0.1) !important;
  }

  .md\:text-brand-red\/100 {
    color: rgb(223 45 59 / 1) !important;
  }

  .md\:text-brand-red\/15 {
    color: rgb(223 45 59 / 0.15) !important;
  }

  .md\:text-brand-red\/20 {
    color: rgb(223 45 59 / 0.2) !important;
  }

  .md\:text-brand-red\/25 {
    color: rgb(223 45 59 / 0.25) !important;
  }

  .md\:text-brand-red\/30 {
    color: rgb(223 45 59 / 0.3) !important;
  }

  .md\:text-brand-red\/35 {
    color: rgb(223 45 59 / 0.35) !important;
  }

  .md\:text-brand-red\/40 {
    color: rgb(223 45 59 / 0.4) !important;
  }

  .md\:text-brand-red\/45 {
    color: rgb(223 45 59 / 0.45) !important;
  }

  .md\:text-brand-red\/5 {
    color: rgb(223 45 59 / 0.05) !important;
  }

  .md\:text-brand-red\/50 {
    color: rgb(223 45 59 / 0.5) !important;
  }

  .md\:text-brand-red\/55 {
    color: rgb(223 45 59 / 0.55) !important;
  }

  .md\:text-brand-red\/60 {
    color: rgb(223 45 59 / 0.6) !important;
  }

  .md\:text-brand-red\/65 {
    color: rgb(223 45 59 / 0.65) !important;
  }

  .md\:text-brand-red\/70 {
    color: rgb(223 45 59 / 0.7) !important;
  }

  .md\:text-brand-red\/75 {
    color: rgb(223 45 59 / 0.75) !important;
  }

  .md\:text-brand-red\/80 {
    color: rgb(223 45 59 / 0.8) !important;
  }

  .md\:text-brand-red\/85 {
    color: rgb(223 45 59 / 0.85) !important;
  }

  .md\:text-brand-red\/90 {
    color: rgb(223 45 59 / 0.9) !important;
  }

  .md\:text-brand-red\/95 {
    color: rgb(223 45 59 / 0.95) !important;
  }

  .md\:text-brand-redDark {
    --tw-text-opacity: 1 !important;
    color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-redDark\/0 {
    color: rgb(190 22 35 / 0) !important;
  }

  .md\:text-brand-redDark\/10 {
    color: rgb(190 22 35 / 0.1) !important;
  }

  .md\:text-brand-redDark\/100 {
    color: rgb(190 22 35 / 1) !important;
  }

  .md\:text-brand-redDark\/15 {
    color: rgb(190 22 35 / 0.15) !important;
  }

  .md\:text-brand-redDark\/20 {
    color: rgb(190 22 35 / 0.2) !important;
  }

  .md\:text-brand-redDark\/25 {
    color: rgb(190 22 35 / 0.25) !important;
  }

  .md\:text-brand-redDark\/30 {
    color: rgb(190 22 35 / 0.3) !important;
  }

  .md\:text-brand-redDark\/35 {
    color: rgb(190 22 35 / 0.35) !important;
  }

  .md\:text-brand-redDark\/40 {
    color: rgb(190 22 35 / 0.4) !important;
  }

  .md\:text-brand-redDark\/45 {
    color: rgb(190 22 35 / 0.45) !important;
  }

  .md\:text-brand-redDark\/5 {
    color: rgb(190 22 35 / 0.05) !important;
  }

  .md\:text-brand-redDark\/50 {
    color: rgb(190 22 35 / 0.5) !important;
  }

  .md\:text-brand-redDark\/55 {
    color: rgb(190 22 35 / 0.55) !important;
  }

  .md\:text-brand-redDark\/60 {
    color: rgb(190 22 35 / 0.6) !important;
  }

  .md\:text-brand-redDark\/65 {
    color: rgb(190 22 35 / 0.65) !important;
  }

  .md\:text-brand-redDark\/70 {
    color: rgb(190 22 35 / 0.7) !important;
  }

  .md\:text-brand-redDark\/75 {
    color: rgb(190 22 35 / 0.75) !important;
  }

  .md\:text-brand-redDark\/80 {
    color: rgb(190 22 35 / 0.8) !important;
  }

  .md\:text-brand-redDark\/85 {
    color: rgb(190 22 35 / 0.85) !important;
  }

  .md\:text-brand-redDark\/90 {
    color: rgb(190 22 35 / 0.9) !important;
  }

  .md\:text-brand-redDark\/95 {
    color: rgb(190 22 35 / 0.95) !important;
  }

  .md\:text-brand-systemGreen {
    --tw-text-opacity: 1 !important;
    color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-systemGreen\/0 {
    color: rgb(30 214 93 / 0) !important;
  }

  .md\:text-brand-systemGreen\/10 {
    color: rgb(30 214 93 / 0.1) !important;
  }

  .md\:text-brand-systemGreen\/100 {
    color: rgb(30 214 93 / 1) !important;
  }

  .md\:text-brand-systemGreen\/15 {
    color: rgb(30 214 93 / 0.15) !important;
  }

  .md\:text-brand-systemGreen\/20 {
    color: rgb(30 214 93 / 0.2) !important;
  }

  .md\:text-brand-systemGreen\/25 {
    color: rgb(30 214 93 / 0.25) !important;
  }

  .md\:text-brand-systemGreen\/30 {
    color: rgb(30 214 93 / 0.3) !important;
  }

  .md\:text-brand-systemGreen\/35 {
    color: rgb(30 214 93 / 0.35) !important;
  }

  .md\:text-brand-systemGreen\/40 {
    color: rgb(30 214 93 / 0.4) !important;
  }

  .md\:text-brand-systemGreen\/45 {
    color: rgb(30 214 93 / 0.45) !important;
  }

  .md\:text-brand-systemGreen\/5 {
    color: rgb(30 214 93 / 0.05) !important;
  }

  .md\:text-brand-systemGreen\/50 {
    color: rgb(30 214 93 / 0.5) !important;
  }

  .md\:text-brand-systemGreen\/55 {
    color: rgb(30 214 93 / 0.55) !important;
  }

  .md\:text-brand-systemGreen\/60 {
    color: rgb(30 214 93 / 0.6) !important;
  }

  .md\:text-brand-systemGreen\/65 {
    color: rgb(30 214 93 / 0.65) !important;
  }

  .md\:text-brand-systemGreen\/70 {
    color: rgb(30 214 93 / 0.7) !important;
  }

  .md\:text-brand-systemGreen\/75 {
    color: rgb(30 214 93 / 0.75) !important;
  }

  .md\:text-brand-systemGreen\/80 {
    color: rgb(30 214 93 / 0.8) !important;
  }

  .md\:text-brand-systemGreen\/85 {
    color: rgb(30 214 93 / 0.85) !important;
  }

  .md\:text-brand-systemGreen\/90 {
    color: rgb(30 214 93 / 0.9) !important;
  }

  .md\:text-brand-systemGreen\/95 {
    color: rgb(30 214 93 / 0.95) !important;
  }

  .md\:text-brand-systemOrange {
    --tw-text-opacity: 1 !important;
    color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-systemOrange\/0 {
    color: rgb(216 125 19 / 0) !important;
  }

  .md\:text-brand-systemOrange\/10 {
    color: rgb(216 125 19 / 0.1) !important;
  }

  .md\:text-brand-systemOrange\/100 {
    color: rgb(216 125 19 / 1) !important;
  }

  .md\:text-brand-systemOrange\/15 {
    color: rgb(216 125 19 / 0.15) !important;
  }

  .md\:text-brand-systemOrange\/20 {
    color: rgb(216 125 19 / 0.2) !important;
  }

  .md\:text-brand-systemOrange\/25 {
    color: rgb(216 125 19 / 0.25) !important;
  }

  .md\:text-brand-systemOrange\/30 {
    color: rgb(216 125 19 / 0.3) !important;
  }

  .md\:text-brand-systemOrange\/35 {
    color: rgb(216 125 19 / 0.35) !important;
  }

  .md\:text-brand-systemOrange\/40 {
    color: rgb(216 125 19 / 0.4) !important;
  }

  .md\:text-brand-systemOrange\/45 {
    color: rgb(216 125 19 / 0.45) !important;
  }

  .md\:text-brand-systemOrange\/5 {
    color: rgb(216 125 19 / 0.05) !important;
  }

  .md\:text-brand-systemOrange\/50 {
    color: rgb(216 125 19 / 0.5) !important;
  }

  .md\:text-brand-systemOrange\/55 {
    color: rgb(216 125 19 / 0.55) !important;
  }

  .md\:text-brand-systemOrange\/60 {
    color: rgb(216 125 19 / 0.6) !important;
  }

  .md\:text-brand-systemOrange\/65 {
    color: rgb(216 125 19 / 0.65) !important;
  }

  .md\:text-brand-systemOrange\/70 {
    color: rgb(216 125 19 / 0.7) !important;
  }

  .md\:text-brand-systemOrange\/75 {
    color: rgb(216 125 19 / 0.75) !important;
  }

  .md\:text-brand-systemOrange\/80 {
    color: rgb(216 125 19 / 0.8) !important;
  }

  .md\:text-brand-systemOrange\/85 {
    color: rgb(216 125 19 / 0.85) !important;
  }

  .md\:text-brand-systemOrange\/90 {
    color: rgb(216 125 19 / 0.9) !important;
  }

  .md\:text-brand-systemOrange\/95 {
    color: rgb(216 125 19 / 0.95) !important;
  }

  .md\:text-brand-systemRed {
    --tw-text-opacity: 1 !important;
    color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-systemRed\/0 {
    color: rgb(227 45 59 / 0) !important;
  }

  .md\:text-brand-systemRed\/10 {
    color: rgb(227 45 59 / 0.1) !important;
  }

  .md\:text-brand-systemRed\/100 {
    color: rgb(227 45 59 / 1) !important;
  }

  .md\:text-brand-systemRed\/15 {
    color: rgb(227 45 59 / 0.15) !important;
  }

  .md\:text-brand-systemRed\/20 {
    color: rgb(227 45 59 / 0.2) !important;
  }

  .md\:text-brand-systemRed\/25 {
    color: rgb(227 45 59 / 0.25) !important;
  }

  .md\:text-brand-systemRed\/30 {
    color: rgb(227 45 59 / 0.3) !important;
  }

  .md\:text-brand-systemRed\/35 {
    color: rgb(227 45 59 / 0.35) !important;
  }

  .md\:text-brand-systemRed\/40 {
    color: rgb(227 45 59 / 0.4) !important;
  }

  .md\:text-brand-systemRed\/45 {
    color: rgb(227 45 59 / 0.45) !important;
  }

  .md\:text-brand-systemRed\/5 {
    color: rgb(227 45 59 / 0.05) !important;
  }

  .md\:text-brand-systemRed\/50 {
    color: rgb(227 45 59 / 0.5) !important;
  }

  .md\:text-brand-systemRed\/55 {
    color: rgb(227 45 59 / 0.55) !important;
  }

  .md\:text-brand-systemRed\/60 {
    color: rgb(227 45 59 / 0.6) !important;
  }

  .md\:text-brand-systemRed\/65 {
    color: rgb(227 45 59 / 0.65) !important;
  }

  .md\:text-brand-systemRed\/70 {
    color: rgb(227 45 59 / 0.7) !important;
  }

  .md\:text-brand-systemRed\/75 {
    color: rgb(227 45 59 / 0.75) !important;
  }

  .md\:text-brand-systemRed\/80 {
    color: rgb(227 45 59 / 0.8) !important;
  }

  .md\:text-brand-systemRed\/85 {
    color: rgb(227 45 59 / 0.85) !important;
  }

  .md\:text-brand-systemRed\/90 {
    color: rgb(227 45 59 / 0.9) !important;
  }

  .md\:text-brand-systemRed\/95 {
    color: rgb(227 45 59 / 0.95) !important;
  }

  .md\:text-brand-systemYellow {
    --tw-text-opacity: 1 !important;
    color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-systemYellow\/0 {
    color: rgb(227 203 15 / 0) !important;
  }

  .md\:text-brand-systemYellow\/10 {
    color: rgb(227 203 15 / 0.1) !important;
  }

  .md\:text-brand-systemYellow\/100 {
    color: rgb(227 203 15 / 1) !important;
  }

  .md\:text-brand-systemYellow\/15 {
    color: rgb(227 203 15 / 0.15) !important;
  }

  .md\:text-brand-systemYellow\/20 {
    color: rgb(227 203 15 / 0.2) !important;
  }

  .md\:text-brand-systemYellow\/25 {
    color: rgb(227 203 15 / 0.25) !important;
  }

  .md\:text-brand-systemYellow\/30 {
    color: rgb(227 203 15 / 0.3) !important;
  }

  .md\:text-brand-systemYellow\/35 {
    color: rgb(227 203 15 / 0.35) !important;
  }

  .md\:text-brand-systemYellow\/40 {
    color: rgb(227 203 15 / 0.4) !important;
  }

  .md\:text-brand-systemYellow\/45 {
    color: rgb(227 203 15 / 0.45) !important;
  }

  .md\:text-brand-systemYellow\/5 {
    color: rgb(227 203 15 / 0.05) !important;
  }

  .md\:text-brand-systemYellow\/50 {
    color: rgb(227 203 15 / 0.5) !important;
  }

  .md\:text-brand-systemYellow\/55 {
    color: rgb(227 203 15 / 0.55) !important;
  }

  .md\:text-brand-systemYellow\/60 {
    color: rgb(227 203 15 / 0.6) !important;
  }

  .md\:text-brand-systemYellow\/65 {
    color: rgb(227 203 15 / 0.65) !important;
  }

  .md\:text-brand-systemYellow\/70 {
    color: rgb(227 203 15 / 0.7) !important;
  }

  .md\:text-brand-systemYellow\/75 {
    color: rgb(227 203 15 / 0.75) !important;
  }

  .md\:text-brand-systemYellow\/80 {
    color: rgb(227 203 15 / 0.8) !important;
  }

  .md\:text-brand-systemYellow\/85 {
    color: rgb(227 203 15 / 0.85) !important;
  }

  .md\:text-brand-systemYellow\/90 {
    color: rgb(227 203 15 / 0.9) !important;
  }

  .md\:text-brand-systemYellow\/95 {
    color: rgb(227 203 15 / 0.95) !important;
  }

  .md\:text-brand-text {
    --tw-text-opacity: 1 !important;
    color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-text\/0 {
    color: rgb(18 2 28 / 0) !important;
  }

  .md\:text-brand-text\/10 {
    color: rgb(18 2 28 / 0.1) !important;
  }

  .md\:text-brand-text\/100 {
    color: rgb(18 2 28 / 1) !important;
  }

  .md\:text-brand-text\/15 {
    color: rgb(18 2 28 / 0.15) !important;
  }

  .md\:text-brand-text\/20 {
    color: rgb(18 2 28 / 0.2) !important;
  }

  .md\:text-brand-text\/25 {
    color: rgb(18 2 28 / 0.25) !important;
  }

  .md\:text-brand-text\/30 {
    color: rgb(18 2 28 / 0.3) !important;
  }

  .md\:text-brand-text\/35 {
    color: rgb(18 2 28 / 0.35) !important;
  }

  .md\:text-brand-text\/40 {
    color: rgb(18 2 28 / 0.4) !important;
  }

  .md\:text-brand-text\/45 {
    color: rgb(18 2 28 / 0.45) !important;
  }

  .md\:text-brand-text\/5 {
    color: rgb(18 2 28 / 0.05) !important;
  }

  .md\:text-brand-text\/50 {
    color: rgb(18 2 28 / 0.5) !important;
  }

  .md\:text-brand-text\/55 {
    color: rgb(18 2 28 / 0.55) !important;
  }

  .md\:text-brand-text\/60 {
    color: rgb(18 2 28 / 0.6) !important;
  }

  .md\:text-brand-text\/65 {
    color: rgb(18 2 28 / 0.65) !important;
  }

  .md\:text-brand-text\/70 {
    color: rgb(18 2 28 / 0.7) !important;
  }

  .md\:text-brand-text\/75 {
    color: rgb(18 2 28 / 0.75) !important;
  }

  .md\:text-brand-text\/80 {
    color: rgb(18 2 28 / 0.8) !important;
  }

  .md\:text-brand-text\/85 {
    color: rgb(18 2 28 / 0.85) !important;
  }

  .md\:text-brand-text\/90 {
    color: rgb(18 2 28 / 0.9) !important;
  }

  .md\:text-brand-text\/95 {
    color: rgb(18 2 28 / 0.95) !important;
  }

  .md\:text-brand-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .md\:text-brand-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:text-brand-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .md\:text-brand-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:text-brand-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:text-brand-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:text-brand-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:text-brand-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:text-brand-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:text-brand-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:text-brand-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:text-brand-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:text-brand-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:text-brand-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:text-brand-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:text-brand-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:text-brand-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:text-brand-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:text-brand-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:text-brand-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:text-brand-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .md\:text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .md\:text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .md\:text-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .md\:text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .md\:text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .md\:text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .md\:text-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .md\:text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .md\:text-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .md\:text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .md\:text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .md\:text-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .md\:text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .md\:text-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .md\:text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .md\:text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .md\:text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .md\:text-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .md\:text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .md\:text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-100 {
    margin: 25rem !important;
  }

  .lg\:m-11 {
    margin: 2.75rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-18 {
    margin: 4.5rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-28 {
    margin: 7rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:m-30 {
    margin: 7.5rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-36 {
    margin: 9rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-44 {
    margin: 11rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-52 {
    margin: 13rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-60 {
    margin: 15rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-7 {
    margin: 1.75rem !important;
  }

  .lg\:m-72 {
    margin: 18rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-80 {
    margin: 20rem !important;
  }

  .lg\:m-9 {
    margin: 2.25rem !important;
  }

  .lg\:m-96 {
    margin: 24rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-100 {
    margin-bottom: 25rem !important;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:ml-100 {
    margin-left: 25rem !important;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .lg\:ml-72 {
    margin-left: 18rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:ml-96 {
    margin-left: 24rem !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mr-100 {
    margin-right: 25rem !important;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .lg\:mr-72 {
    margin-right: 18rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mt-100 {
    margin-top: 25rem !important;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .lg\:mt-72 {
    margin-top: 18rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:mt-96 {
    margin-top: 24rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:h-0 {
    height: 0px !important;
  }

  .lg\:h-0\.5 {
    height: 0.125rem !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-1\.5 {
    height: 0.375rem !important;
  }

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-1\/5 {
    height: 20% !important;
  }

  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-100 {
    height: 25rem !important;
  }

  .lg\:h-11 {
    height: 2.75rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-18 {
    height: 4.5rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-2\.5 {
    height: 0.625rem !important;
  }

  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:h-2\/4 {
    height: 50% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-28 {
    height: 7rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-3\.5 {
    height: 0.875rem !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-3\/6 {
    height: 50% !important;
  }

  .lg\:h-30 {
    height: 7.5rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-36 {
    height: 9rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-4\/5 {
    height: 80% !important;
  }

  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-44 {
    height: 11rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:h-52 {
    height: 13rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-60 {
    height: 15rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-7 {
    height: 1.75rem !important;
  }

  .lg\:h-72 {
    height: 18rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-80 {
    height: 20rem !important;
  }

  .lg\:h-9 {
    height: 2.25rem !important;
  }

  .lg\:h-96 {
    height: 24rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-dvh {
    height: 100dvh !important;
  }

  .lg\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-lvh {
    height: 100lvh !important;
  }

  .lg\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .lg\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:h-svh {
    height: 100svh !important;
  }

  .lg\:max-h-0 {
    max-height: 0px !important;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .lg\:max-h-100 {
    max-height: 25rem !important;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .lg\:max-h-12 {
    max-height: 3rem !important;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .lg\:max-h-16 {
    max-height: 4rem !important;
  }

  .lg\:max-h-18 {
    max-height: 4.5rem !important;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .lg\:max-h-20 {
    max-height: 5rem !important;
  }

  .lg\:max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:max-h-28 {
    max-height: 7rem !important;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .lg\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .lg\:max-h-32 {
    max-height: 8rem !important;
  }

  .lg\:max-h-36 {
    max-height: 9rem !important;
  }

  .lg\:max-h-4 {
    max-height: 1rem !important;
  }

  .lg\:max-h-40 {
    max-height: 10rem !important;
  }

  .lg\:max-h-44 {
    max-height: 11rem !important;
  }

  .lg\:max-h-48 {
    max-height: 12rem !important;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .lg\:max-h-52 {
    max-height: 13rem !important;
  }

  .lg\:max-h-56 {
    max-height: 14rem !important;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .lg\:max-h-60 {
    max-height: 15rem !important;
  }

  .lg\:max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .lg\:max-h-72 {
    max-height: 18rem !important;
  }

  .lg\:max-h-8 {
    max-height: 2rem !important;
  }

  .lg\:max-h-80 {
    max-height: 20rem !important;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .lg\:max-h-96 {
    max-height: 24rem !important;
  }

  .lg\:max-h-dvh {
    max-height: 100dvh !important;
  }

  .lg\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-lvh {
    max-height: 100lvh !important;
  }

  .lg\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .lg\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }

  .lg\:max-h-none {
    max-height: none !important;
  }

  .lg\:max-h-px {
    max-height: 1px !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-h-svh {
    max-height: 100svh !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-0\.5 {
    min-height: 0.125rem !important;
  }

  .lg\:min-h-1 {
    min-height: 0.25rem !important;
  }

  .lg\:min-h-1\.5 {
    min-height: 0.375rem !important;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem !important;
  }

  .lg\:min-h-100 {
    min-height: 25rem !important;
  }

  .lg\:min-h-11 {
    min-height: 2.75rem !important;
  }

  .lg\:min-h-12 {
    min-height: 3rem !important;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .lg\:min-h-16 {
    min-height: 4rem !important;
  }

  .lg\:min-h-18 {
    min-height: 4.5rem !important;
  }

  .lg\:min-h-2 {
    min-height: 0.5rem !important;
  }

  .lg\:min-h-2\.5 {
    min-height: 0.625rem !important;
  }

  .lg\:min-h-20 {
    min-height: 5rem !important;
  }

  .lg\:min-h-24 {
    min-height: 6rem !important;
  }

  .lg\:min-h-28 {
    min-height: 7rem !important;
  }

  .lg\:min-h-3 {
    min-height: 0.75rem !important;
  }

  .lg\:min-h-3\.5 {
    min-height: 0.875rem !important;
  }

  .lg\:min-h-30 {
    min-height: 7.5rem !important;
  }

  .lg\:min-h-32 {
    min-height: 8rem !important;
  }

  .lg\:min-h-36 {
    min-height: 9rem !important;
  }

  .lg\:min-h-4 {
    min-height: 1rem !important;
  }

  .lg\:min-h-40 {
    min-height: 10rem !important;
  }

  .lg\:min-h-44 {
    min-height: 11rem !important;
  }

  .lg\:min-h-48 {
    min-height: 12rem !important;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem !important;
  }

  .lg\:min-h-52 {
    min-height: 13rem !important;
  }

  .lg\:min-h-56 {
    min-height: 14rem !important;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem !important;
  }

  .lg\:min-h-60 {
    min-height: 15rem !important;
  }

  .lg\:min-h-64 {
    min-height: 16rem !important;
  }

  .lg\:min-h-7 {
    min-height: 1.75rem !important;
  }

  .lg\:min-h-72 {
    min-height: 18rem !important;
  }

  .lg\:min-h-8 {
    min-height: 2rem !important;
  }

  .lg\:min-h-80 {
    min-height: 20rem !important;
  }

  .lg\:min-h-9 {
    min-height: 2.25rem !important;
  }

  .lg\:min-h-96 {
    min-height: 24rem !important;
  }

  .lg\:min-h-dvh {
    min-height: 100dvh !important;
  }

  .lg\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-lvh {
    min-height: 100lvh !important;
  }

  .lg\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }

  .lg\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }

  .lg\:min-h-px {
    min-height: 1px !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:min-h-svh {
    min-height: 100svh !important;
  }

  .lg\:w-0 {
    width: 0px !important;
  }

  .lg\:w-0\.5 {
    width: 0.125rem !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-1\.5 {
    width: 0.375rem !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-100 {
    width: 25rem !important;
  }

  .lg\:w-11 {
    width: 2.75rem !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-18 {
    width: 4.5rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-2\.5 {
    width: 0.625rem !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

  .lg\:w-3\.5 {
    width: 0.875rem !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-30 {
    width: 7.5rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-36 {
    width: 9rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-44 {
    width: 11rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-52 {
    width: 13rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-60 {
    width: 15rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-7 {
    width: 1.75rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-72 {
    width: 18rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-9 {
    width: 2.25rem !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-96 {
    width: 24rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-dvw {
    width: 100dvw !important;
  }

  .lg\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-lvw {
    width: 100lvw !important;
  }

  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-svw {
    width: 100svw !important;
  }

  .lg\:min-w-0 {
    min-width: 0px !important;
  }

  .lg\:min-w-0\.5 {
    min-width: 0.125rem !important;
  }

  .lg\:min-w-1 {
    min-width: 0.25rem !important;
  }

  .lg\:min-w-1\.5 {
    min-width: 0.375rem !important;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .lg\:min-w-100 {
    min-width: 25rem !important;
  }

  .lg\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .lg\:min-w-12 {
    min-width: 3rem !important;
  }

  .lg\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .lg\:min-w-16 {
    min-width: 4rem !important;
  }

  .lg\:min-w-18 {
    min-width: 4.5rem !important;
  }

  .lg\:min-w-2 {
    min-width: 0.5rem !important;
  }

  .lg\:min-w-2\.5 {
    min-width: 0.625rem !important;
  }

  .lg\:min-w-20 {
    min-width: 5rem !important;
  }

  .lg\:min-w-24 {
    min-width: 6rem !important;
  }

  .lg\:min-w-28 {
    min-width: 7rem !important;
  }

  .lg\:min-w-3 {
    min-width: 0.75rem !important;
  }

  .lg\:min-w-3\.5 {
    min-width: 0.875rem !important;
  }

  .lg\:min-w-30 {
    min-width: 7.5rem !important;
  }

  .lg\:min-w-32 {
    min-width: 8rem !important;
  }

  .lg\:min-w-36 {
    min-width: 9rem !important;
  }

  .lg\:min-w-4 {
    min-width: 1rem !important;
  }

  .lg\:min-w-40 {
    min-width: 10rem !important;
  }

  .lg\:min-w-44 {
    min-width: 11rem !important;
  }

  .lg\:min-w-48 {
    min-width: 12rem !important;
  }

  .lg\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .lg\:min-w-52 {
    min-width: 13rem !important;
  }

  .lg\:min-w-56 {
    min-width: 14rem !important;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .lg\:min-w-60 {
    min-width: 15rem !important;
  }

  .lg\:min-w-64 {
    min-width: 16rem !important;
  }

  .lg\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .lg\:min-w-72 {
    min-width: 18rem !important;
  }

  .lg\:min-w-8 {
    min-width: 2rem !important;
  }

  .lg\:min-w-80 {
    min-width: 20rem !important;
  }

  .lg\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .lg\:min-w-96 {
    min-width: 24rem !important;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-px {
    min-width: 1px !important;
  }

  .lg\:max-w-0 {
    max-width: 0px !important;
  }

  .lg\:max-w-0\.5 {
    max-width: 0.125rem !important;
  }

  .lg\:max-w-1 {
    max-width: 0.25rem !important;
  }

  .lg\:max-w-1\.5 {
    max-width: 0.375rem !important;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .lg\:max-w-100 {
    max-width: 25rem !important;
  }

  .lg\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .lg\:max-w-12 {
    max-width: 3rem !important;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .lg\:max-w-16 {
    max-width: 4rem !important;
  }

  .lg\:max-w-18 {
    max-width: 4.5rem !important;
  }

  .lg\:max-w-2 {
    max-width: 0.5rem !important;
  }

  .lg\:max-w-2\.5 {
    max-width: 0.625rem !important;
  }

  .lg\:max-w-20 {
    max-width: 5rem !important;
  }

  .lg\:max-w-24 {
    max-width: 6rem !important;
  }

  .lg\:max-w-28 {
    max-width: 7rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3 {
    max-width: 0.75rem !important;
  }

  .lg\:max-w-3\.5 {
    max-width: 0.875rem !important;
  }

  .lg\:max-w-30 {
    max-width: 7.5rem !important;
  }

  .lg\:max-w-32 {
    max-width: 8rem !important;
  }

  .lg\:max-w-36 {
    max-width: 9rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4 {
    max-width: 1rem !important;
  }

  .lg\:max-w-40 {
    max-width: 10rem !important;
  }

  .lg\:max-w-44 {
    max-width: 11rem !important;
  }

  .lg\:max-w-48 {
    max-width: 12rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .lg\:max-w-52 {
    max-width: 13rem !important;
  }

  .lg\:max-w-56 {
    max-width: 14rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .lg\:max-w-60 {
    max-width: 15rem !important;
  }

  .lg\:max-w-64 {
    max-width: 16rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .lg\:max-w-72 {
    max-width: 18rem !important;
  }

  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-8 {
    max-width: 2rem !important;
  }

  .lg\:max-w-80 {
    max-width: 20rem !important;
  }

  .lg\:max-w-9 {
    max-width: 2.25rem !important;
  }

  .lg\:max-w-96 {
    max-width: 24rem !important;
  }

  .lg\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:max-w-px {
    max-width: 1px !important;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:basis-0 {
    flex-basis: 0px !important;
  }

  .lg\:basis-0\.5 {
    flex-basis: 0.125rem !important;
  }

  .lg\:basis-1 {
    flex-basis: 0.25rem !important;
  }

  .lg\:basis-1\.5 {
    flex-basis: 0.375rem !important;
  }

  .lg\:basis-1\/12 {
    flex-basis: 8.333333% !important;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50% !important;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333% !important;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25% !important;
  }

  .lg\:basis-1\/5 {
    flex-basis: 20% !important;
  }

  .lg\:basis-1\/6 {
    flex-basis: 16.666667% !important;
  }

  .lg\:basis-10 {
    flex-basis: 2.5rem !important;
  }

  .lg\:basis-10\/12 {
    flex-basis: 83.333333% !important;
  }

  .lg\:basis-100 {
    flex-basis: 25rem !important;
  }

  .lg\:basis-11 {
    flex-basis: 2.75rem !important;
  }

  .lg\:basis-11\/12 {
    flex-basis: 91.666667% !important;
  }

  .lg\:basis-12 {
    flex-basis: 3rem !important;
  }

  .lg\:basis-14 {
    flex-basis: 3.5rem !important;
  }

  .lg\:basis-16 {
    flex-basis: 4rem !important;
  }

  .lg\:basis-18 {
    flex-basis: 4.5rem !important;
  }

  .lg\:basis-2 {
    flex-basis: 0.5rem !important;
  }

  .lg\:basis-2\.5 {
    flex-basis: 0.625rem !important;
  }

  .lg\:basis-2\/12 {
    flex-basis: 16.666667% !important;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667% !important;
  }

  .lg\:basis-2\/4 {
    flex-basis: 50% !important;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40% !important;
  }

  .lg\:basis-2\/6 {
    flex-basis: 33.333333% !important;
  }

  .lg\:basis-20 {
    flex-basis: 5rem !important;
  }

  .lg\:basis-24 {
    flex-basis: 6rem !important;
  }

  .lg\:basis-28 {
    flex-basis: 7rem !important;
  }

  .lg\:basis-3 {
    flex-basis: 0.75rem !important;
  }

  .lg\:basis-3\.5 {
    flex-basis: 0.875rem !important;
  }

  .lg\:basis-3\/12 {
    flex-basis: 25% !important;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75% !important;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60% !important;
  }

  .lg\:basis-3\/6 {
    flex-basis: 50% !important;
  }

  .lg\:basis-30 {
    flex-basis: 7.5rem !important;
  }

  .lg\:basis-32 {
    flex-basis: 8rem !important;
  }

  .lg\:basis-36 {
    flex-basis: 9rem !important;
  }

  .lg\:basis-4 {
    flex-basis: 1rem !important;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333% !important;
  }

  .lg\:basis-4\/5 {
    flex-basis: 80% !important;
  }

  .lg\:basis-4\/6 {
    flex-basis: 66.666667% !important;
  }

  .lg\:basis-40 {
    flex-basis: 10rem !important;
  }

  .lg\:basis-44 {
    flex-basis: 11rem !important;
  }

  .lg\:basis-48 {
    flex-basis: 12rem !important;
  }

  .lg\:basis-5 {
    flex-basis: 1.25rem !important;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667% !important;
  }

  .lg\:basis-5\/6 {
    flex-basis: 83.333333% !important;
  }

  .lg\:basis-52 {
    flex-basis: 13rem !important;
  }

  .lg\:basis-56 {
    flex-basis: 14rem !important;
  }

  .lg\:basis-6 {
    flex-basis: 1.5rem !important;
  }

  .lg\:basis-6\/12 {
    flex-basis: 50% !important;
  }

  .lg\:basis-60 {
    flex-basis: 15rem !important;
  }

  .lg\:basis-64 {
    flex-basis: 16rem !important;
  }

  .lg\:basis-7 {
    flex-basis: 1.75rem !important;
  }

  .lg\:basis-7\/12 {
    flex-basis: 58.333333% !important;
  }

  .lg\:basis-72 {
    flex-basis: 18rem !important;
  }

  .lg\:basis-8 {
    flex-basis: 2rem !important;
  }

  .lg\:basis-8\/12 {
    flex-basis: 66.666667% !important;
  }

  .lg\:basis-80 {
    flex-basis: 20rem !important;
  }

  .lg\:basis-9 {
    flex-basis: 2.25rem !important;
  }

  .lg\:basis-9\/12 {
    flex-basis: 75% !important;
  }

  .lg\:basis-96 {
    flex-basis: 24rem !important;
  }

  .lg\:basis-auto {
    flex-basis: auto !important;
  }

  .lg\:basis-full {
    flex-basis: 100% !important;
  }

  .lg\:basis-px {
    flex-basis: 1px !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-100 {
    gap: 25rem !important;
  }

  .lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-18 {
    gap: 4.5rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    gap: 6rem !important;
  }

  .lg\:gap-28 {
    gap: 7rem !important;
  }

  .lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-30 {
    gap: 7.5rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

  .lg\:gap-36 {
    gap: 9rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:gap-44 {
    gap: 11rem !important;
  }

  .lg\:gap-48 {
    gap: 12rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-52 {
    gap: 13rem !important;
  }

  .lg\:gap-56 {
    gap: 14rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-60 {
    gap: 15rem !important;
  }

  .lg\:gap-64 {
    gap: 16rem !important;
  }

  .lg\:gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-72 {
    gap: 18rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-80 {
    gap: 20rem !important;
  }

  .lg\:gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-96 {
    gap: 24rem !important;
  }

  .lg\:gap-px {
    gap: 1px !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-100 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-100 {
    row-gap: 25rem !important;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-18 {
    row-gap: 4.5rem !important;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-30 {
    row-gap: 7.5rem !important;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }

  .lg\:border-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }

  .lg\:border-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }

  .lg\:border-x-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }

  .lg\:border-x-8 {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }

  .lg\:border-y {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }

  .lg\:border-y-0 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }

  .lg\:border-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }

  .lg\:border-y-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }

  .lg\:border-y-8 {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-black\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-black\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-blue-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-brand-brown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brown\/0 {
    border-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-brand-brown\/10 {
    border-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-brand-brown\/100 {
    border-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-brand-brown\/15 {
    border-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-brand-brown\/20 {
    border-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-brand-brown\/25 {
    border-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-brand-brown\/30 {
    border-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-brand-brown\/35 {
    border-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-brand-brown\/40 {
    border-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-brand-brown\/45 {
    border-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-brand-brown\/5 {
    border-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-brand-brown\/50 {
    border-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-brand-brown\/55 {
    border-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-brand-brown\/60 {
    border-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-brand-brown\/65 {
    border-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-brand-brown\/70 {
    border-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-brand-brown\/75 {
    border-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-brand-brown\/80 {
    border-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-brand-brown\/85 {
    border-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-brand-brown\/90 {
    border-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-brand-brown\/95 {
    border-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brownDark\/0 {
    border-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-brand-brownDark\/10 {
    border-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-brand-brownDark\/100 {
    border-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-brand-brownDark\/15 {
    border-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-brand-brownDark\/20 {
    border-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-brand-brownDark\/25 {
    border-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-brand-brownDark\/30 {
    border-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-brand-brownDark\/35 {
    border-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-brand-brownDark\/40 {
    border-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-brand-brownDark\/45 {
    border-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-brand-brownDark\/5 {
    border-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-brand-brownDark\/50 {
    border-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-brand-brownDark\/55 {
    border-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-brand-brownDark\/60 {
    border-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-brand-brownDark\/65 {
    border-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-brand-brownDark\/70 {
    border-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-brand-brownDark\/75 {
    border-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-brand-brownDark\/80 {
    border-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-brand-brownDark\/85 {
    border-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-brand-brownDark\/90 {
    border-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-brand-brownDark\/95 {
    border-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brownDarker\/0 {
    border-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-brand-brownDarker\/10 {
    border-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-brand-brownDarker\/100 {
    border-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-brand-brownDarker\/15 {
    border-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-brand-brownDarker\/20 {
    border-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-brand-brownDarker\/25 {
    border-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-brand-brownDarker\/30 {
    border-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-brand-brownDarker\/35 {
    border-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-brand-brownDarker\/40 {
    border-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-brand-brownDarker\/45 {
    border-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-brand-brownDarker\/5 {
    border-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-brand-brownDarker\/50 {
    border-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-brand-brownDarker\/55 {
    border-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-brand-brownDarker\/60 {
    border-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-brand-brownDarker\/65 {
    border-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-brand-brownDarker\/70 {
    border-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-brand-brownDarker\/75 {
    border-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-brand-brownDarker\/80 {
    border-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-brand-brownDarker\/85 {
    border-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-brand-brownDarker\/90 {
    border-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-brand-brownDarker\/95 {
    border-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brownDarkest\/0 {
    border-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-brand-brownDarkest\/10 {
    border-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-brand-brownDarkest\/100 {
    border-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-brand-brownDarkest\/15 {
    border-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-brand-brownDarkest\/20 {
    border-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-brand-brownDarkest\/25 {
    border-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-brand-brownDarkest\/30 {
    border-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-brand-brownDarkest\/35 {
    border-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-brand-brownDarkest\/40 {
    border-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-brand-brownDarkest\/45 {
    border-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-brand-brownDarkest\/5 {
    border-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-brand-brownDarkest\/50 {
    border-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-brand-brownDarkest\/55 {
    border-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-brand-brownDarkest\/60 {
    border-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-brand-brownDarkest\/65 {
    border-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-brand-brownDarkest\/70 {
    border-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-brand-brownDarkest\/75 {
    border-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-brand-brownDarkest\/80 {
    border-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-brand-brownDarkest\/85 {
    border-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-brand-brownDarkest\/90 {
    border-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-brand-brownDarkest\/95 {
    border-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brownLighest\/0 {
    border-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-brand-brownLighest\/10 {
    border-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-brand-brownLighest\/100 {
    border-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-brand-brownLighest\/15 {
    border-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-brand-brownLighest\/20 {
    border-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-brand-brownLighest\/25 {
    border-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-brand-brownLighest\/30 {
    border-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-brand-brownLighest\/35 {
    border-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-brand-brownLighest\/40 {
    border-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-brand-brownLighest\/45 {
    border-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-brand-brownLighest\/5 {
    border-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-brand-brownLighest\/50 {
    border-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-brand-brownLighest\/55 {
    border-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-brand-brownLighest\/60 {
    border-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-brand-brownLighest\/65 {
    border-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-brand-brownLighest\/70 {
    border-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-brand-brownLighest\/75 {
    border-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-brand-brownLighest\/80 {
    border-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-brand-brownLighest\/85 {
    border-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-brand-brownLighest\/90 {
    border-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-brand-brownLighest\/95 {
    border-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-brownLight\/0 {
    border-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-brand-brownLight\/10 {
    border-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-brand-brownLight\/100 {
    border-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-brand-brownLight\/15 {
    border-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-brand-brownLight\/20 {
    border-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-brand-brownLight\/25 {
    border-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-brand-brownLight\/30 {
    border-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-brand-brownLight\/35 {
    border-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-brand-brownLight\/40 {
    border-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-brand-brownLight\/45 {
    border-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-brand-brownLight\/5 {
    border-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-brand-brownLight\/50 {
    border-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-brand-brownLight\/55 {
    border-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-brand-brownLight\/60 {
    border-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-brand-brownLight\/65 {
    border-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-brand-brownLight\/70 {
    border-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-brand-brownLight\/75 {
    border-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-brand-brownLight\/80 {
    border-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-brand-brownLight\/85 {
    border-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-brand-brownLight\/90 {
    border-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-brand-brownLight\/95 {
    border-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-brand-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-grey\/0 {
    border-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-brand-grey\/10 {
    border-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-brand-grey\/100 {
    border-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-brand-grey\/15 {
    border-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-brand-grey\/20 {
    border-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-brand-grey\/25 {
    border-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-brand-grey\/30 {
    border-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-brand-grey\/35 {
    border-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-brand-grey\/40 {
    border-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-brand-grey\/45 {
    border-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-brand-grey\/5 {
    border-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-brand-grey\/50 {
    border-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-brand-grey\/55 {
    border-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-brand-grey\/60 {
    border-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-brand-grey\/65 {
    border-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-brand-grey\/70 {
    border-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-brand-grey\/75 {
    border-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-brand-grey\/80 {
    border-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-brand-grey\/85 {
    border-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-brand-grey\/90 {
    border-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-brand-grey\/95 {
    border-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-greyDarkest\/0 {
    border-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-brand-greyDarkest\/10 {
    border-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-brand-greyDarkest\/100 {
    border-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-brand-greyDarkest\/15 {
    border-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-brand-greyDarkest\/20 {
    border-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-brand-greyDarkest\/25 {
    border-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-brand-greyDarkest\/30 {
    border-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-brand-greyDarkest\/35 {
    border-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-brand-greyDarkest\/40 {
    border-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-brand-greyDarkest\/45 {
    border-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-brand-greyDarkest\/5 {
    border-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-brand-greyDarkest\/50 {
    border-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-brand-greyDarkest\/55 {
    border-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-brand-greyDarkest\/60 {
    border-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-brand-greyDarkest\/65 {
    border-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-brand-greyDarkest\/70 {
    border-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-brand-greyDarkest\/75 {
    border-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-brand-greyDarkest\/80 {
    border-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-brand-greyDarkest\/85 {
    border-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-brand-greyDarkest\/90 {
    border-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-brand-greyDarkest\/95 {
    border-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-greyLight\/0 {
    border-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-brand-greyLight\/10 {
    border-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-brand-greyLight\/100 {
    border-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-brand-greyLight\/15 {
    border-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-brand-greyLight\/20 {
    border-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-brand-greyLight\/25 {
    border-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-brand-greyLight\/30 {
    border-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-brand-greyLight\/35 {
    border-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-brand-greyLight\/40 {
    border-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-brand-greyLight\/45 {
    border-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-brand-greyLight\/5 {
    border-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-brand-greyLight\/50 {
    border-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-brand-greyLight\/55 {
    border-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-brand-greyLight\/60 {
    border-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-brand-greyLight\/65 {
    border-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-brand-greyLight\/70 {
    border-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-brand-greyLight\/75 {
    border-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-brand-greyLight\/80 {
    border-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-brand-greyLight\/85 {
    border-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-brand-greyLight\/90 {
    border-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-brand-greyLight\/95 {
    border-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-red\/0 {
    border-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-brand-red\/10 {
    border-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-brand-red\/100 {
    border-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-brand-red\/15 {
    border-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-brand-red\/20 {
    border-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-brand-red\/25 {
    border-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-brand-red\/30 {
    border-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-brand-red\/35 {
    border-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-brand-red\/40 {
    border-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-brand-red\/45 {
    border-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-brand-red\/5 {
    border-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-brand-red\/50 {
    border-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-brand-red\/55 {
    border-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-brand-red\/60 {
    border-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-brand-red\/65 {
    border-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-brand-red\/70 {
    border-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-brand-red\/75 {
    border-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-brand-red\/80 {
    border-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-brand-red\/85 {
    border-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-brand-red\/90 {
    border-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-brand-red\/95 {
    border-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-redDark\/0 {
    border-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-brand-redDark\/10 {
    border-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-brand-redDark\/100 {
    border-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-brand-redDark\/15 {
    border-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-brand-redDark\/20 {
    border-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-brand-redDark\/25 {
    border-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-brand-redDark\/30 {
    border-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-brand-redDark\/35 {
    border-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-brand-redDark\/40 {
    border-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-brand-redDark\/45 {
    border-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-brand-redDark\/5 {
    border-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-brand-redDark\/50 {
    border-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-brand-redDark\/55 {
    border-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-brand-redDark\/60 {
    border-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-brand-redDark\/65 {
    border-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-brand-redDark\/70 {
    border-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-brand-redDark\/75 {
    border-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-brand-redDark\/80 {
    border-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-brand-redDark\/85 {
    border-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-brand-redDark\/90 {
    border-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-brand-redDark\/95 {
    border-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-systemGreen\/0 {
    border-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-brand-systemGreen\/10 {
    border-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-brand-systemGreen\/100 {
    border-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-brand-systemGreen\/15 {
    border-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-brand-systemGreen\/20 {
    border-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-brand-systemGreen\/25 {
    border-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-brand-systemGreen\/30 {
    border-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-brand-systemGreen\/35 {
    border-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-brand-systemGreen\/40 {
    border-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-brand-systemGreen\/45 {
    border-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-brand-systemGreen\/5 {
    border-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-brand-systemGreen\/50 {
    border-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-brand-systemGreen\/55 {
    border-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-brand-systemGreen\/60 {
    border-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-brand-systemGreen\/65 {
    border-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-brand-systemGreen\/70 {
    border-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-brand-systemGreen\/75 {
    border-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-brand-systemGreen\/80 {
    border-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-brand-systemGreen\/85 {
    border-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-brand-systemGreen\/90 {
    border-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-brand-systemGreen\/95 {
    border-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-systemOrange\/0 {
    border-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-brand-systemOrange\/10 {
    border-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-brand-systemOrange\/100 {
    border-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-brand-systemOrange\/15 {
    border-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-brand-systemOrange\/20 {
    border-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-brand-systemOrange\/25 {
    border-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-brand-systemOrange\/30 {
    border-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-brand-systemOrange\/35 {
    border-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-brand-systemOrange\/40 {
    border-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-brand-systemOrange\/45 {
    border-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-brand-systemOrange\/5 {
    border-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-brand-systemOrange\/50 {
    border-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-brand-systemOrange\/55 {
    border-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-brand-systemOrange\/60 {
    border-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-brand-systemOrange\/65 {
    border-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-brand-systemOrange\/70 {
    border-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-brand-systemOrange\/75 {
    border-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-brand-systemOrange\/80 {
    border-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-brand-systemOrange\/85 {
    border-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-brand-systemOrange\/90 {
    border-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-brand-systemOrange\/95 {
    border-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-systemRed\/0 {
    border-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-brand-systemRed\/10 {
    border-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-brand-systemRed\/100 {
    border-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-brand-systemRed\/15 {
    border-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-brand-systemRed\/20 {
    border-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-brand-systemRed\/25 {
    border-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-brand-systemRed\/30 {
    border-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-brand-systemRed\/35 {
    border-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-brand-systemRed\/40 {
    border-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-brand-systemRed\/45 {
    border-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-brand-systemRed\/5 {
    border-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-brand-systemRed\/50 {
    border-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-brand-systemRed\/55 {
    border-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-brand-systemRed\/60 {
    border-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-brand-systemRed\/65 {
    border-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-brand-systemRed\/70 {
    border-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-brand-systemRed\/75 {
    border-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-brand-systemRed\/80 {
    border-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-brand-systemRed\/85 {
    border-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-brand-systemRed\/90 {
    border-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-brand-systemRed\/95 {
    border-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-systemYellow\/0 {
    border-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-brand-systemYellow\/10 {
    border-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-brand-systemYellow\/100 {
    border-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-brand-systemYellow\/15 {
    border-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-brand-systemYellow\/20 {
    border-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-brand-systemYellow\/25 {
    border-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-brand-systemYellow\/30 {
    border-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-brand-systemYellow\/35 {
    border-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-brand-systemYellow\/40 {
    border-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-brand-systemYellow\/45 {
    border-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-brand-systemYellow\/5 {
    border-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-brand-systemYellow\/50 {
    border-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-brand-systemYellow\/55 {
    border-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-brand-systemYellow\/60 {
    border-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-brand-systemYellow\/65 {
    border-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-brand-systemYellow\/70 {
    border-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-brand-systemYellow\/75 {
    border-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-brand-systemYellow\/80 {
    border-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-brand-systemYellow\/85 {
    border-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-brand-systemYellow\/90 {
    border-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-brand-systemYellow\/95 {
    border-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-brand-text {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-text\/0 {
    border-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-brand-text\/10 {
    border-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-brand-text\/100 {
    border-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-brand-text\/15 {
    border-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-brand-text\/20 {
    border-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-brand-text\/25 {
    border-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-brand-text\/30 {
    border-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-brand-text\/35 {
    border-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-brand-text\/40 {
    border-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-brand-text\/45 {
    border-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-brand-text\/5 {
    border-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-brand-text\/50 {
    border-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-brand-text\/55 {
    border-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-brand-text\/60 {
    border-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-brand-text\/65 {
    border-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-brand-text\/70 {
    border-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-brand-text\/75 {
    border-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-brand-text\/80 {
    border-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-brand-text\/85 {
    border-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-brand-text\/90 {
    border-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-brand-text\/95 {
    border-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-brand-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-brand-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-brand-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-brand-white\/15 {
    border-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-brand-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-brand-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-brand-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-brand-white\/35 {
    border-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-brand-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-brand-white\/45 {
    border-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-brand-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-brand-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-brand-white\/55 {
    border-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-brand-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-brand-white\/65 {
    border-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-brand-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-brand-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-brand-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-brand-white\/85 {
    border-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-brand-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-brand-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-lime-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-red-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-rose-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-teal-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-x-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-x-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-x-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-x-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-x-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-x-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-x-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-x-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-x-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-x-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-x-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-x-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-x-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-x-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-x-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-x-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-x-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-x-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-x-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-x-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-x-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-x-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-x-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-x-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-x-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-x-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-x-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-x-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-x-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-x-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-x-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-x-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-x-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-x-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-x-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-x-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-x-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-x-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-x-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-x-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-x-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-x-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-x-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-x-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-x-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-x-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-x-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-x-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-x-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-x-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-x-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-x-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-x-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-x-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-x-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-x-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-x-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-x-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-x-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-x-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-x-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-x-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-x-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-x-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-x-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-x-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-x-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-x-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-x-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-x-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-x-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-x-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-x-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-x-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-x-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-x-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-x-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-x-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-x-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-x-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-x-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-x-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-x-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-x-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-x-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-x-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-x-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-x-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-x-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-x-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-x-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-x-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-x-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-x-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-x-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-x-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-x-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-x-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-x-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-x-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-x-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-x-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-x-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-x-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-x-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-x-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-x-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-x-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-x-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-x-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-x-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-x-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-x-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-x-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-x-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-x-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-x-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-x-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-x-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-x-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-x-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-x-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-x-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-x-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-x-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-x-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-x-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-x-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-x-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-x-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-x-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-x-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-x-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-x-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-x-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-x-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-x-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-x-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-x-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-x-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-x-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-x-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-x-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-x-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-x-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-x-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-x-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-x-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-x-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-x-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-x-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-x-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-x-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-x-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-x-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-x-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-x-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-x-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-x-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-x-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-x-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-x-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-x-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-x-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-x-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-x-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-x-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-x-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-x-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-x-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-x-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-x-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-x-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-x-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-x-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-x-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-x-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-x-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-x-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-x-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-x-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-x-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-x-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-x-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-x-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-x-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-x-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-x-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-x-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-x-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-x-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-x-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-x-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-x-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-x-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-x-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-x-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-x-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-x-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-x-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-x-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-x-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-x-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-x-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-x-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-x-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-x-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-x-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-x-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-x-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-x-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-x-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-x-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-x-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-x-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-x-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-x-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-x-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-x-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-x-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-x-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-x-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-x-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-x-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-x-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-x-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-x-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-x-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-x-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-x-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-x-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-x-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-x-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-x-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-x-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-x-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-x-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-x-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-x-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-x-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-x-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-x-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-x-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-x-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-x-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-x-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-x-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-x-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-x-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-x-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-x-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-x-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-x-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-x-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-x-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-x-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-x-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-x-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-x-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-x-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-x-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-x-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-x-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-x-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-x-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-x-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-x-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-x-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-x-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-x-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-x-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-x-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-x-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-x-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-x-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-x-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-x-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-x-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-x-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-x-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-x-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-x-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-x-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-x-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-x-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-x-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-x-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-x-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-x-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-x-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-x-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-x-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-x-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-x-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-x-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-x-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-x-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-x-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-x-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-x-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-x-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-x-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-x-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-x-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-x-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-x-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-x-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-x-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-x-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-x-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-x-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-x-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-x-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-x-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-x-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-x-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-x-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-x-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-x-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-x-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-x-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-x-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-x-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-x-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-x-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-x-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-x-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-x-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-x-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-x-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-x-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-x-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-x-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-x-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-x-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-x-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-x-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-x-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-x-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-x-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-x-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-x-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-x-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-x-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-x-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-x-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-x-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-x-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-x-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-x-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-x-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-x-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-x-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-x-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-x-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-x-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-x-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-x-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-x-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-x-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-x-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-x-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-x-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-x-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-x-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-x-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-x-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-x-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-x-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-x-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-x-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-x-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-x-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-x-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-x-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-x-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-x-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-x-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-x-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-x-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-x-current {
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
  }

  .lg\:border-x-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-x-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-x-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-x-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-x-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-x-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-x-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-x-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-x-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-x-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-x-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-x-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-x-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-x-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-x-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-x-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-x-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-x-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-x-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-x-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-x-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-x-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-x-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-x-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-x-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-x-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-x-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-x-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-x-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-x-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-x-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-x-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-x-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-x-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-x-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-x-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-x-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-x-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-x-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-x-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-x-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-x-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-x-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-x-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-x-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-x-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-x-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-x-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-x-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-x-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-x-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-x-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-x-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-x-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-x-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-x-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-x-inherit {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
  }

  .lg\:border-x-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-x-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-x-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-x-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-x-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-x-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-x-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-x-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-x-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-x-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-x-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-x-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-x-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-x-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-x-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-x-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-x-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-x-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-x-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-x-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-x-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-x-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-x-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-x-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-x-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-x-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-x-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-x-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-x-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-x-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-x-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-x-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-x-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-x-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-x-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-x-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-x-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-x-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-x-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-x-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-x-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-x-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-x-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-x-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-x-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-x-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-x-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-x-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-x-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-x-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-x-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-x-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-x-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-x-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-x-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-x-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-x-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-x-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-x-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-x-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-x-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-x-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-x-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-x-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-x-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-x-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-x-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-x-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-x-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-x-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-x-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-x-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-x-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-x-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-x-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-x-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-x-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-x-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-x-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-x-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-x-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-x-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-x-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-x-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-x-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-x-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-x-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-x-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-x-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-x-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-x-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-x-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-x-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-x-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-x-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-x-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-x-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-x-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-x-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-x-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-x-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-x-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-x-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-x-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-x-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-x-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-x-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-x-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-x-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-x-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-x-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-x-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-x-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-x-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-x-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-x-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-x-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-x-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-x-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-x-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-x-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-x-transparent {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  .lg\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-x-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-x-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-x-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-x-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-x-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-x-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-x-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-x-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-x-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-x-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-x-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-x-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-x-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-x-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-x-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-x-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-x-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-x-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-x-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-x-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-x-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-x-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-x-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:border-y-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-y-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-y-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-y-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-y-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-y-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-y-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-y-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-y-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-y-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-y-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-y-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-y-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-y-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-y-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-y-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-y-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-y-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-y-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-y-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-y-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-y-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-y-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-y-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-y-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-y-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-y-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-y-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-y-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-y-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-y-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-y-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-y-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-y-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-y-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-y-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-y-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-y-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-y-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-y-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-y-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-y-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-y-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-y-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-y-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-y-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-y-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-y-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-y-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-y-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-y-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-y-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-y-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-y-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-y-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-y-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-y-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-y-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-y-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-y-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-y-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-y-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-y-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-y-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-y-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-y-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-y-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-y-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-y-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-y-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-y-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-y-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-y-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-y-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-y-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-y-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-y-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-y-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-y-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-y-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-y-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-y-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-y-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-y-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-y-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-y-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-y-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-y-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-y-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-y-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-y-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-y-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-y-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-y-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-y-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-y-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-y-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-y-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-y-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-y-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-y-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-y-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-y-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-y-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-y-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-y-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-y-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-y-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-y-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-y-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-y-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-y-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-y-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-y-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-y-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-y-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-y-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-y-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-y-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-y-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-y-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-y-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-y-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-y-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-y-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-y-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-y-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-y-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-y-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-y-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-y-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-y-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-y-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-y-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-y-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-y-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-y-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-y-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-y-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-y-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-y-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-y-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-y-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-y-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-y-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-y-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-y-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-y-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-y-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-y-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-y-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-y-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-y-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-y-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-y-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-y-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-y-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-y-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-y-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-y-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-y-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-y-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-y-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-y-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-y-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-y-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-y-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-y-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-y-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-y-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-y-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-y-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-y-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-y-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-y-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-y-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-y-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-y-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-y-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-y-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-y-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-y-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-y-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-y-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-y-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-y-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-y-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-y-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-y-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-y-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-y-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-y-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-y-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-y-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-y-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-y-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-y-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-y-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-y-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-y-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-y-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-y-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-y-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-y-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-y-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-y-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-y-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-y-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-y-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-y-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-y-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-y-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-y-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-y-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-y-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-y-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-y-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-y-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-y-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-y-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-y-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-y-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-y-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-y-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-y-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-y-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-y-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-y-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-y-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-y-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-y-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-y-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-y-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-y-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-y-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-y-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-y-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-y-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-y-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-y-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-y-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-y-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-y-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-y-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-y-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-y-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-y-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-y-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-y-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-y-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-y-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-y-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-y-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-y-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-y-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-y-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-y-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-y-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-y-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-y-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-y-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-y-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-y-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-y-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-y-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-y-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-y-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-y-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-y-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-y-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-y-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-y-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-y-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-y-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-y-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-y-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-y-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-y-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-y-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-y-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-y-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-y-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-y-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-y-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-y-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-y-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-y-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-y-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-y-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-y-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-y-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-y-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-y-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-y-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-y-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-y-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-y-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-y-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-y-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-y-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-y-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-y-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-y-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-y-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-y-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-y-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-y-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-y-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-y-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-y-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-y-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-y-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-y-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-y-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-y-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-y-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-y-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-y-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-y-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-y-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-y-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-y-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-y-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-y-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-y-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-y-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-y-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-y-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-y-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-y-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-y-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-y-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-y-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-y-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-y-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-y-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-y-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-y-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-y-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-y-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-y-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-y-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-y-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-y-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-y-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-y-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-y-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-y-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-y-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-y-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-y-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-y-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-y-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-y-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-y-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-y-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-y-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-y-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-y-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-y-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-y-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-y-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-y-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-y-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-y-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-y-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-y-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-y-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-y-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-y-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-y-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-y-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-y-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-y-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-y-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-y-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-y-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-y-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-y-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-y-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-y-current {
    border-top-color: currentColor !important;
    border-bottom-color: currentColor !important;
  }

  .lg\:border-y-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-y-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-y-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-y-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-y-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-y-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-y-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-y-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-y-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-y-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-y-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-y-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-y-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-y-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-y-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-y-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-y-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-y-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-y-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-y-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-y-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-y-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-y-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-y-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-y-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-y-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-y-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-y-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-y-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-y-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-y-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-y-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-y-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-y-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-y-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-y-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-y-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-y-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-y-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-y-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-y-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-y-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-y-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-y-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-y-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-y-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-y-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-y-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-y-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-y-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-y-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-y-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-y-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-y-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-y-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-y-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-y-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-y-inherit {
    border-top-color: inherit !important;
    border-bottom-color: inherit !important;
  }

  .lg\:border-y-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-y-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-y-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-y-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-y-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-y-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-y-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-y-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-y-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-y-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-y-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-y-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-y-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-y-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-y-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-y-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-y-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-y-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-y-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-y-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-y-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-y-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-y-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-y-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-y-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-y-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-y-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-y-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-y-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-y-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-y-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-y-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-y-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-y-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-y-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-y-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-y-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-y-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-y-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-y-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-y-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-y-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-y-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-y-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-y-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-y-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-y-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-y-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-y-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-y-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-y-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-y-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-y-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-y-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-y-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-y-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-y-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-y-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-y-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-y-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-y-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-y-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-y-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-y-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-y-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-y-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-y-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-y-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-y-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-y-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-y-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-y-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-y-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-y-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-y-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-y-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-y-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-y-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-y-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-y-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-y-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-y-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-y-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-y-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-y-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-y-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-y-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-y-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-y-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-y-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-y-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-y-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-y-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-y-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-y-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-y-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-y-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-y-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-y-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-y-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-y-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-y-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-y-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-y-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-y-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-y-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-y-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-y-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-y-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-y-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-y-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-y-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-y-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-y-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-y-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-y-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-y-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-y-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-y-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-y-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-y-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-y-transparent {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .lg\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-y-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-y-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-y-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-y-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-y-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-y-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-y-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-y-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-y-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-y-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-y-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-y-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-y-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-y-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-y-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-y-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-y-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-y-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-y-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-y-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-y-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-y-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-y-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:border-b-amber-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-b-amber-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-b-amber-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-b-amber-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-b-amber-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-b-amber-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-b-amber-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-b-amber-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-b-amber-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-b-amber-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-b-amber-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-b-black {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-b-blue-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-b-blue-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-b-blue-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-b-blue-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-b-blue-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-b-blue-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-b-blue-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-b-blue-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-b-blue-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-b-blue-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-b-blue-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-b-brand-brown {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brown\/0 {
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-b-brand-brown\/10 {
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-b-brand-brown\/100 {
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-b-brand-brown\/15 {
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-b-brand-brown\/20 {
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-b-brand-brown\/25 {
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-b-brand-brown\/30 {
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-b-brand-brown\/35 {
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-b-brand-brown\/40 {
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-b-brand-brown\/45 {
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-b-brand-brown\/5 {
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-b-brand-brown\/50 {
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-b-brand-brown\/55 {
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-b-brand-brown\/60 {
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-b-brand-brown\/65 {
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-b-brand-brown\/70 {
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-b-brand-brown\/75 {
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-b-brand-brown\/80 {
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-b-brand-brown\/85 {
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-b-brand-brown\/90 {
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-b-brand-brown\/95 {
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-b-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brownDark\/0 {
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-b-brand-brownDark\/10 {
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-b-brand-brownDark\/100 {
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-b-brand-brownDark\/15 {
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-b-brand-brownDark\/20 {
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-b-brand-brownDark\/25 {
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-b-brand-brownDark\/30 {
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-b-brand-brownDark\/35 {
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-b-brand-brownDark\/40 {
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-b-brand-brownDark\/45 {
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-b-brand-brownDark\/5 {
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-b-brand-brownDark\/50 {
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-b-brand-brownDark\/55 {
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-b-brand-brownDark\/60 {
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-b-brand-brownDark\/65 {
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-b-brand-brownDark\/70 {
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-b-brand-brownDark\/75 {
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-b-brand-brownDark\/80 {
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-b-brand-brownDark\/85 {
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-b-brand-brownDark\/90 {
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-b-brand-brownDark\/95 {
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-b-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brownDarker\/0 {
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-b-brand-brownDarker\/10 {
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-b-brand-brownDarker\/100 {
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-b-brand-brownDarker\/15 {
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-b-brand-brownDarker\/20 {
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-b-brand-brownDarker\/25 {
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-b-brand-brownDarker\/30 {
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-b-brand-brownDarker\/35 {
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-b-brand-brownDarker\/40 {
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-b-brand-brownDarker\/45 {
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-b-brand-brownDarker\/5 {
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-b-brand-brownDarker\/50 {
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-b-brand-brownDarker\/55 {
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-b-brand-brownDarker\/60 {
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-b-brand-brownDarker\/65 {
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-b-brand-brownDarker\/70 {
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-b-brand-brownDarker\/75 {
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-b-brand-brownDarker\/80 {
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-b-brand-brownDarker\/85 {
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-b-brand-brownDarker\/90 {
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-b-brand-brownDarker\/95 {
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-b-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brownDarkest\/0 {
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-b-brand-brownDarkest\/10 {
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-b-brand-brownDarkest\/100 {
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-b-brand-brownDarkest\/15 {
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-b-brand-brownDarkest\/20 {
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-b-brand-brownDarkest\/25 {
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-b-brand-brownDarkest\/30 {
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-b-brand-brownDarkest\/35 {
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-b-brand-brownDarkest\/40 {
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-b-brand-brownDarkest\/45 {
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-b-brand-brownDarkest\/5 {
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-b-brand-brownDarkest\/50 {
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-b-brand-brownDarkest\/55 {
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-b-brand-brownDarkest\/60 {
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-b-brand-brownDarkest\/65 {
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-b-brand-brownDarkest\/70 {
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-b-brand-brownDarkest\/75 {
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-b-brand-brownDarkest\/80 {
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-b-brand-brownDarkest\/85 {
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-b-brand-brownDarkest\/90 {
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-b-brand-brownDarkest\/95 {
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-b-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brownLighest\/0 {
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-b-brand-brownLighest\/10 {
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-b-brand-brownLighest\/100 {
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-b-brand-brownLighest\/15 {
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-b-brand-brownLighest\/20 {
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-b-brand-brownLighest\/25 {
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-b-brand-brownLighest\/30 {
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-b-brand-brownLighest\/35 {
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-b-brand-brownLighest\/40 {
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-b-brand-brownLighest\/45 {
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-b-brand-brownLighest\/5 {
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-b-brand-brownLighest\/50 {
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-b-brand-brownLighest\/55 {
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-b-brand-brownLighest\/60 {
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-b-brand-brownLighest\/65 {
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-b-brand-brownLighest\/70 {
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-b-brand-brownLighest\/75 {
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-b-brand-brownLighest\/80 {
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-b-brand-brownLighest\/85 {
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-b-brand-brownLighest\/90 {
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-b-brand-brownLighest\/95 {
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-b-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-brownLight\/0 {
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-b-brand-brownLight\/10 {
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-b-brand-brownLight\/100 {
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-b-brand-brownLight\/15 {
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-b-brand-brownLight\/20 {
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-b-brand-brownLight\/25 {
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-b-brand-brownLight\/30 {
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-b-brand-brownLight\/35 {
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-b-brand-brownLight\/40 {
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-b-brand-brownLight\/45 {
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-b-brand-brownLight\/5 {
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-b-brand-brownLight\/50 {
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-b-brand-brownLight\/55 {
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-b-brand-brownLight\/60 {
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-b-brand-brownLight\/65 {
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-b-brand-brownLight\/70 {
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-b-brand-brownLight\/75 {
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-b-brand-brownLight\/80 {
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-b-brand-brownLight\/85 {
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-b-brand-brownLight\/90 {
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-b-brand-brownLight\/95 {
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-b-brand-grey {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-grey\/0 {
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-b-brand-grey\/10 {
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-b-brand-grey\/100 {
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-b-brand-grey\/15 {
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-b-brand-grey\/20 {
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-b-brand-grey\/25 {
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-b-brand-grey\/30 {
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-b-brand-grey\/35 {
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-b-brand-grey\/40 {
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-b-brand-grey\/45 {
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-b-brand-grey\/5 {
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-b-brand-grey\/50 {
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-b-brand-grey\/55 {
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-b-brand-grey\/60 {
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-b-brand-grey\/65 {
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-b-brand-grey\/70 {
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-b-brand-grey\/75 {
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-b-brand-grey\/80 {
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-b-brand-grey\/85 {
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-b-brand-grey\/90 {
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-b-brand-grey\/95 {
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-b-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-greyDarkest\/0 {
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-b-brand-greyDarkest\/10 {
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-b-brand-greyDarkest\/100 {
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-b-brand-greyDarkest\/15 {
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-b-brand-greyDarkest\/20 {
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-b-brand-greyDarkest\/25 {
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-b-brand-greyDarkest\/30 {
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-b-brand-greyDarkest\/35 {
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-b-brand-greyDarkest\/40 {
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-b-brand-greyDarkest\/45 {
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-b-brand-greyDarkest\/5 {
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-b-brand-greyDarkest\/50 {
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-b-brand-greyDarkest\/55 {
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-b-brand-greyDarkest\/60 {
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-b-brand-greyDarkest\/65 {
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-b-brand-greyDarkest\/70 {
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-b-brand-greyDarkest\/75 {
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-b-brand-greyDarkest\/80 {
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-b-brand-greyDarkest\/85 {
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-b-brand-greyDarkest\/90 {
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-b-brand-greyDarkest\/95 {
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-b-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-greyLight\/0 {
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-b-brand-greyLight\/10 {
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-b-brand-greyLight\/100 {
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-b-brand-greyLight\/15 {
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-b-brand-greyLight\/20 {
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-b-brand-greyLight\/25 {
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-b-brand-greyLight\/30 {
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-b-brand-greyLight\/35 {
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-b-brand-greyLight\/40 {
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-b-brand-greyLight\/45 {
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-b-brand-greyLight\/5 {
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-b-brand-greyLight\/50 {
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-b-brand-greyLight\/55 {
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-b-brand-greyLight\/60 {
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-b-brand-greyLight\/65 {
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-b-brand-greyLight\/70 {
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-b-brand-greyLight\/75 {
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-b-brand-greyLight\/80 {
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-b-brand-greyLight\/85 {
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-b-brand-greyLight\/90 {
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-b-brand-greyLight\/95 {
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-b-brand-red {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-red\/0 {
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-b-brand-red\/10 {
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-b-brand-red\/100 {
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-b-brand-red\/15 {
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-b-brand-red\/20 {
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-b-brand-red\/25 {
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-b-brand-red\/30 {
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-b-brand-red\/35 {
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-b-brand-red\/40 {
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-b-brand-red\/45 {
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-b-brand-red\/5 {
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-b-brand-red\/50 {
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-b-brand-red\/55 {
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-b-brand-red\/60 {
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-b-brand-red\/65 {
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-b-brand-red\/70 {
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-b-brand-red\/75 {
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-b-brand-red\/80 {
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-b-brand-red\/85 {
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-b-brand-red\/90 {
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-b-brand-red\/95 {
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-b-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-redDark\/0 {
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-b-brand-redDark\/10 {
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-b-brand-redDark\/100 {
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-b-brand-redDark\/15 {
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-b-brand-redDark\/20 {
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-b-brand-redDark\/25 {
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-b-brand-redDark\/30 {
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-b-brand-redDark\/35 {
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-b-brand-redDark\/40 {
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-b-brand-redDark\/45 {
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-b-brand-redDark\/5 {
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-b-brand-redDark\/50 {
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-b-brand-redDark\/55 {
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-b-brand-redDark\/60 {
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-b-brand-redDark\/65 {
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-b-brand-redDark\/70 {
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-b-brand-redDark\/75 {
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-b-brand-redDark\/80 {
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-b-brand-redDark\/85 {
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-b-brand-redDark\/90 {
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-b-brand-redDark\/95 {
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-b-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-systemGreen\/0 {
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-b-brand-systemGreen\/10 {
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-b-brand-systemGreen\/100 {
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-b-brand-systemGreen\/15 {
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-b-brand-systemGreen\/20 {
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-b-brand-systemGreen\/25 {
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-b-brand-systemGreen\/30 {
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-b-brand-systemGreen\/35 {
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-b-brand-systemGreen\/40 {
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-b-brand-systemGreen\/45 {
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-b-brand-systemGreen\/5 {
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-b-brand-systemGreen\/50 {
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-b-brand-systemGreen\/55 {
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-b-brand-systemGreen\/60 {
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-b-brand-systemGreen\/65 {
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-b-brand-systemGreen\/70 {
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-b-brand-systemGreen\/75 {
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-b-brand-systemGreen\/80 {
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-b-brand-systemGreen\/85 {
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-b-brand-systemGreen\/90 {
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-b-brand-systemGreen\/95 {
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-b-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-systemOrange\/0 {
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-b-brand-systemOrange\/10 {
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-b-brand-systemOrange\/100 {
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-b-brand-systemOrange\/15 {
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-b-brand-systemOrange\/20 {
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-b-brand-systemOrange\/25 {
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-b-brand-systemOrange\/30 {
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-b-brand-systemOrange\/35 {
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-b-brand-systemOrange\/40 {
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-b-brand-systemOrange\/45 {
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-b-brand-systemOrange\/5 {
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-b-brand-systemOrange\/50 {
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-b-brand-systemOrange\/55 {
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-b-brand-systemOrange\/60 {
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-b-brand-systemOrange\/65 {
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-b-brand-systemOrange\/70 {
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-b-brand-systemOrange\/75 {
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-b-brand-systemOrange\/80 {
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-b-brand-systemOrange\/85 {
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-b-brand-systemOrange\/90 {
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-b-brand-systemOrange\/95 {
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-b-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-systemRed\/0 {
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-b-brand-systemRed\/10 {
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-b-brand-systemRed\/100 {
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-b-brand-systemRed\/15 {
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-b-brand-systemRed\/20 {
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-b-brand-systemRed\/25 {
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-b-brand-systemRed\/30 {
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-b-brand-systemRed\/35 {
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-b-brand-systemRed\/40 {
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-b-brand-systemRed\/45 {
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-b-brand-systemRed\/5 {
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-b-brand-systemRed\/50 {
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-b-brand-systemRed\/55 {
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-b-brand-systemRed\/60 {
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-b-brand-systemRed\/65 {
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-b-brand-systemRed\/70 {
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-b-brand-systemRed\/75 {
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-b-brand-systemRed\/80 {
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-b-brand-systemRed\/85 {
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-b-brand-systemRed\/90 {
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-b-brand-systemRed\/95 {
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-b-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-systemYellow\/0 {
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-b-brand-systemYellow\/10 {
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-b-brand-systemYellow\/100 {
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-b-brand-systemYellow\/15 {
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-b-brand-systemYellow\/20 {
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-b-brand-systemYellow\/25 {
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-b-brand-systemYellow\/30 {
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-b-brand-systemYellow\/35 {
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-b-brand-systemYellow\/40 {
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-b-brand-systemYellow\/45 {
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-b-brand-systemYellow\/5 {
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-b-brand-systemYellow\/50 {
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-b-brand-systemYellow\/55 {
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-b-brand-systemYellow\/60 {
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-b-brand-systemYellow\/65 {
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-b-brand-systemYellow\/70 {
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-b-brand-systemYellow\/75 {
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-b-brand-systemYellow\/80 {
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-b-brand-systemYellow\/85 {
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-b-brand-systemYellow\/90 {
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-b-brand-systemYellow\/95 {
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-b-brand-text {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-text\/0 {
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-b-brand-text\/10 {
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-b-brand-text\/100 {
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-b-brand-text\/15 {
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-b-brand-text\/20 {
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-b-brand-text\/25 {
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-b-brand-text\/30 {
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-b-brand-text\/35 {
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-b-brand-text\/40 {
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-b-brand-text\/45 {
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-b-brand-text\/5 {
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-b-brand-text\/50 {
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-b-brand-text\/55 {
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-b-brand-text\/60 {
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-b-brand-text\/65 {
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-b-brand-text\/70 {
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-b-brand-text\/75 {
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-b-brand-text\/80 {
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-b-brand-text\/85 {
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-b-brand-text\/90 {
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-b-brand-text\/95 {
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-b-brand-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-brand-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-b-brand-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-b-brand-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-b-brand-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-b-brand-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-b-brand-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-b-brand-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-b-brand-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-b-brand-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-b-brand-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-b-brand-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-b-brand-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-b-brand-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-b-brand-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-b-brand-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-b-brand-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-b-brand-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-b-brand-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-b-brand-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-b-brand-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-b-brand-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-b-current {
    border-bottom-color: currentColor !important;
  }

  .lg\:border-b-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-b-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-b-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-b-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-b-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-b-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-b-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-b-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-b-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-b-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-b-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-b-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-b-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-b-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-b-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-b-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-b-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-b-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-b-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-b-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-b-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-b-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-b-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-b-gray-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-b-gray-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-b-gray-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-b-gray-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-b-gray-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-b-gray-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-b-gray-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-b-gray-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-b-gray-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-b-gray-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-b-gray-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-b-green-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-b-green-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-b-green-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-b-green-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-b-green-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-b-green-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-b-green-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-b-green-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-b-green-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-b-green-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-b-green-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-b-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-b-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-b-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-b-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-b-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-b-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-b-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-b-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-b-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-b-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-b-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-b-inherit {
    border-bottom-color: inherit !important;
  }

  .lg\:border-b-lime-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-b-lime-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-b-lime-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-b-lime-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-b-lime-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-b-lime-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-b-lime-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-b-lime-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-b-lime-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-b-lime-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-b-lime-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-b-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-b-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-b-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-b-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-b-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-b-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-b-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-b-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-b-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-b-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-b-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-b-orange-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-b-orange-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-b-orange-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-b-orange-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-b-orange-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-b-orange-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-b-orange-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-b-orange-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-b-orange-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-b-orange-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-b-orange-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-b-pink-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-b-pink-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-b-pink-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-b-pink-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-b-pink-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-b-pink-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-b-pink-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-b-pink-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-b-pink-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-b-pink-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-b-pink-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-b-purple-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-b-purple-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-b-purple-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-b-purple-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-b-purple-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-b-purple-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-b-purple-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-b-purple-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-b-purple-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-b-purple-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-b-purple-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-b-red-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-b-red-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-b-red-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-b-red-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-b-red-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-b-red-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-b-red-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-b-red-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-b-red-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-b-red-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-b-red-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-b-rose-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-b-rose-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-b-rose-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-b-rose-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-b-rose-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-b-rose-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-b-rose-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-b-rose-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-b-rose-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-b-rose-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-b-rose-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-b-sky-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-b-sky-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-b-sky-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-b-sky-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-b-sky-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-b-sky-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-b-sky-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-b-sky-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-b-sky-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-b-sky-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-b-sky-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-b-slate-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-b-slate-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-b-slate-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-b-slate-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-b-slate-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-b-slate-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-b-slate-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-b-slate-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-b-slate-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-b-stone-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-b-stone-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-b-stone-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-b-stone-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-b-stone-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-b-stone-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-b-stone-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-b-stone-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-b-stone-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-b-stone-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-b-stone-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-b-teal-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-b-teal-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-b-teal-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-b-teal-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-b-teal-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-b-teal-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-b-teal-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-b-teal-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-b-teal-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-b-teal-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-b-teal-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-b-transparent {
    border-bottom-color: transparent !important;
  }

  .lg\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-b-violet-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-b-violet-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-b-violet-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-b-violet-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-b-violet-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-b-violet-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-b-violet-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-b-violet-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-b-violet-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-b-violet-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-b-violet-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-b-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-b-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-b-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-b-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-b-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-b-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-b-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-b-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-b-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-b-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-b-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:border-l-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-l-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-l-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-l-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-l-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-l-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-l-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-l-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-l-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-l-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-l-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-l-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-l-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-l-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-l-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-l-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-l-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-l-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-l-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-l-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-l-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-l-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-l-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-l-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-l-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-l-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-l-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-l-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-l-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-l-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-l-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-l-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-l-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-l-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-l-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-l-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-l-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-l-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-l-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-l-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-l-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-l-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-l-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-l-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-l-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-l-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-l-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-l-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-l-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-l-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-l-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-l-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-l-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-l-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-l-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-l-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-l-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-l-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-l-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-l-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-l-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-l-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-l-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-l-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-l-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-l-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-l-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-l-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-l-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-l-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-l-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-l-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-l-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-l-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-l-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-l-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-l-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-l-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-l-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-l-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-l-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-l-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-l-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-l-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-l-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-l-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-l-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-l-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-l-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-l-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-l-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-l-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-l-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-l-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-l-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-l-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-l-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-l-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-l-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-l-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-l-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-l-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-l-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-l-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-l-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-l-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-l-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-l-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-l-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-l-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-l-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-l-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-l-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-l-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-l-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-l-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-l-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-l-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-l-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-l-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-l-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-l-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-l-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-l-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-l-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-l-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-l-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-l-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-l-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-l-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-l-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-l-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-l-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-l-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-l-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-l-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-l-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-l-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-l-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-l-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-l-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-l-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-l-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-l-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-l-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-l-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-l-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-l-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-l-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-l-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-l-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-l-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-l-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-l-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-l-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-l-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-l-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-l-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-l-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-l-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-l-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-l-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-l-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-l-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-l-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-l-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-l-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-l-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-l-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-l-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-l-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-l-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-l-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-l-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-l-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-l-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-l-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-l-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-l-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-l-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-l-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-l-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-l-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-l-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-l-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-l-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-l-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-l-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-l-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-l-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-l-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-l-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-l-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-l-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-l-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-l-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-l-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-l-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-l-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-l-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-l-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-l-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-l-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-l-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-l-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-l-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-l-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-l-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-l-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-l-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-l-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-l-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-l-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-l-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-l-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-l-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-l-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-l-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-l-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-l-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-l-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-l-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-l-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-l-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-l-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-l-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-l-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-l-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-l-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-l-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-l-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-l-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-l-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-l-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-l-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-l-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-l-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-l-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-l-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-l-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-l-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-l-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-l-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-l-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-l-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-l-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-l-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-l-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-l-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-l-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-l-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-l-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-l-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-l-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-l-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-l-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-l-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-l-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-l-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-l-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-l-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-l-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-l-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-l-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-l-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-l-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-l-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-l-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-l-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-l-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-l-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-l-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-l-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-l-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-l-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-l-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-l-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-l-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-l-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-l-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-l-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-l-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-l-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-l-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-l-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-l-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-l-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-l-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-l-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-l-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-l-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-l-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-l-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-l-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-l-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-l-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-l-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-l-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-l-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-l-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-l-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-l-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-l-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-l-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-l-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-l-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-l-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-l-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-l-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-l-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-l-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-l-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-l-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-l-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-l-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-l-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-l-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-l-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-l-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-l-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-l-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-l-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-l-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-l-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-l-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-l-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-l-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-l-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-l-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-l-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-l-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-l-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-l-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-l-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-l-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-l-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-l-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-l-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-l-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-l-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-l-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-l-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-l-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-l-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-l-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-l-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-l-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-l-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-l-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-l-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-l-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-l-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-l-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-l-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-l-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-l-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-l-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-l-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-l-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-l-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-l-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-l-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-l-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-l-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-l-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-l-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-l-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-l-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-l-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-l-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-l-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-l-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-l-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-l-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-l-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-l-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-l-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-l-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-l-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-l-current {
    border-left-color: currentColor !important;
  }

  .lg\:border-l-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-l-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-l-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-l-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-l-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-l-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-l-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-l-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-l-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-l-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-l-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-l-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-l-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-l-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-l-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-l-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-l-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-l-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-l-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-l-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-l-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-l-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-l-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-l-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-l-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-l-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-l-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-l-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-l-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-l-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-l-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-l-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-l-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-l-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-l-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-l-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-l-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-l-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-l-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-l-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-l-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-l-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-l-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-l-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-l-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-l-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-l-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-l-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-l-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-l-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-l-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-l-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-l-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-l-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-l-inherit {
    border-left-color: inherit !important;
  }

  .lg\:border-l-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-l-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-l-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-l-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-l-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-l-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-l-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-l-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-l-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-l-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-l-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-l-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-l-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-l-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-l-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-l-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-l-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-l-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-l-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-l-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-l-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-l-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-l-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-l-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-l-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-l-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-l-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-l-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-l-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-l-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-l-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-l-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-l-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-l-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-l-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-l-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-l-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-l-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-l-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-l-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-l-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-l-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-l-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-l-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-l-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-l-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-l-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-l-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-l-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-l-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-l-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-l-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-l-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-l-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-l-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-l-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-l-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-l-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-l-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-l-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-l-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-l-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-l-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-l-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-l-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-l-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-l-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-l-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-l-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-l-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-l-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-l-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-l-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-l-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-l-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-l-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-l-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-l-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-l-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-l-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-l-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-l-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-l-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-l-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-l-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-l-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-l-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-l-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-l-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-l-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-l-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-l-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-l-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-l-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-l-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-l-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-l-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-l-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-l-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-l-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-l-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-l-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-l-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-l-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-l-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-l-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-l-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-l-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-l-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-l-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-l-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-l-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-l-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-l-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-l-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-l-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-l-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-l-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-l-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-l-transparent {
    border-left-color: transparent !important;
  }

  .lg\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-l-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-l-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-l-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-l-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-l-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-l-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-l-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-l-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-l-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-l-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-l-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-l-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-l-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-l-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-l-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-l-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-l-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-l-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-l-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-l-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-l-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-l-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:border-r-amber-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-r-amber-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-r-amber-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-r-amber-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-r-amber-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-r-amber-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-r-amber-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-r-amber-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-r-amber-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-r-amber-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-r-amber-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-r-black {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-r-blue-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-r-blue-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-r-blue-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-r-blue-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-r-blue-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-r-blue-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-r-blue-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-r-blue-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-r-blue-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-r-blue-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-r-blue-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-r-brand-brown {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brown\/0 {
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-r-brand-brown\/10 {
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-r-brand-brown\/100 {
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-r-brand-brown\/15 {
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-r-brand-brown\/20 {
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-r-brand-brown\/25 {
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-r-brand-brown\/30 {
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-r-brand-brown\/35 {
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-r-brand-brown\/40 {
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-r-brand-brown\/45 {
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-r-brand-brown\/5 {
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-r-brand-brown\/50 {
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-r-brand-brown\/55 {
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-r-brand-brown\/60 {
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-r-brand-brown\/65 {
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-r-brand-brown\/70 {
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-r-brand-brown\/75 {
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-r-brand-brown\/80 {
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-r-brand-brown\/85 {
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-r-brand-brown\/90 {
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-r-brand-brown\/95 {
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-r-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brownDark\/0 {
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-r-brand-brownDark\/10 {
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-r-brand-brownDark\/100 {
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-r-brand-brownDark\/15 {
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-r-brand-brownDark\/20 {
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-r-brand-brownDark\/25 {
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-r-brand-brownDark\/30 {
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-r-brand-brownDark\/35 {
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-r-brand-brownDark\/40 {
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-r-brand-brownDark\/45 {
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-r-brand-brownDark\/5 {
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-r-brand-brownDark\/50 {
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-r-brand-brownDark\/55 {
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-r-brand-brownDark\/60 {
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-r-brand-brownDark\/65 {
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-r-brand-brownDark\/70 {
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-r-brand-brownDark\/75 {
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-r-brand-brownDark\/80 {
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-r-brand-brownDark\/85 {
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-r-brand-brownDark\/90 {
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-r-brand-brownDark\/95 {
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-r-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brownDarker\/0 {
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-r-brand-brownDarker\/10 {
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-r-brand-brownDarker\/100 {
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-r-brand-brownDarker\/15 {
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-r-brand-brownDarker\/20 {
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-r-brand-brownDarker\/25 {
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-r-brand-brownDarker\/30 {
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-r-brand-brownDarker\/35 {
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-r-brand-brownDarker\/40 {
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-r-brand-brownDarker\/45 {
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-r-brand-brownDarker\/5 {
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-r-brand-brownDarker\/50 {
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-r-brand-brownDarker\/55 {
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-r-brand-brownDarker\/60 {
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-r-brand-brownDarker\/65 {
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-r-brand-brownDarker\/70 {
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-r-brand-brownDarker\/75 {
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-r-brand-brownDarker\/80 {
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-r-brand-brownDarker\/85 {
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-r-brand-brownDarker\/90 {
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-r-brand-brownDarker\/95 {
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-r-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brownDarkest\/0 {
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-r-brand-brownDarkest\/10 {
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-r-brand-brownDarkest\/100 {
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-r-brand-brownDarkest\/15 {
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-r-brand-brownDarkest\/20 {
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-r-brand-brownDarkest\/25 {
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-r-brand-brownDarkest\/30 {
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-r-brand-brownDarkest\/35 {
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-r-brand-brownDarkest\/40 {
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-r-brand-brownDarkest\/45 {
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-r-brand-brownDarkest\/5 {
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-r-brand-brownDarkest\/50 {
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-r-brand-brownDarkest\/55 {
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-r-brand-brownDarkest\/60 {
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-r-brand-brownDarkest\/65 {
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-r-brand-brownDarkest\/70 {
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-r-brand-brownDarkest\/75 {
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-r-brand-brownDarkest\/80 {
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-r-brand-brownDarkest\/85 {
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-r-brand-brownDarkest\/90 {
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-r-brand-brownDarkest\/95 {
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-r-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brownLighest\/0 {
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-r-brand-brownLighest\/10 {
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-r-brand-brownLighest\/100 {
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-r-brand-brownLighest\/15 {
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-r-brand-brownLighest\/20 {
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-r-brand-brownLighest\/25 {
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-r-brand-brownLighest\/30 {
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-r-brand-brownLighest\/35 {
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-r-brand-brownLighest\/40 {
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-r-brand-brownLighest\/45 {
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-r-brand-brownLighest\/5 {
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-r-brand-brownLighest\/50 {
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-r-brand-brownLighest\/55 {
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-r-brand-brownLighest\/60 {
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-r-brand-brownLighest\/65 {
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-r-brand-brownLighest\/70 {
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-r-brand-brownLighest\/75 {
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-r-brand-brownLighest\/80 {
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-r-brand-brownLighest\/85 {
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-r-brand-brownLighest\/90 {
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-r-brand-brownLighest\/95 {
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-r-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-brownLight\/0 {
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-r-brand-brownLight\/10 {
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-r-brand-brownLight\/100 {
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-r-brand-brownLight\/15 {
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-r-brand-brownLight\/20 {
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-r-brand-brownLight\/25 {
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-r-brand-brownLight\/30 {
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-r-brand-brownLight\/35 {
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-r-brand-brownLight\/40 {
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-r-brand-brownLight\/45 {
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-r-brand-brownLight\/5 {
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-r-brand-brownLight\/50 {
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-r-brand-brownLight\/55 {
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-r-brand-brownLight\/60 {
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-r-brand-brownLight\/65 {
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-r-brand-brownLight\/70 {
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-r-brand-brownLight\/75 {
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-r-brand-brownLight\/80 {
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-r-brand-brownLight\/85 {
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-r-brand-brownLight\/90 {
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-r-brand-brownLight\/95 {
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-r-brand-grey {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-grey\/0 {
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-r-brand-grey\/10 {
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-r-brand-grey\/100 {
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-r-brand-grey\/15 {
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-r-brand-grey\/20 {
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-r-brand-grey\/25 {
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-r-brand-grey\/30 {
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-r-brand-grey\/35 {
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-r-brand-grey\/40 {
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-r-brand-grey\/45 {
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-r-brand-grey\/5 {
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-r-brand-grey\/50 {
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-r-brand-grey\/55 {
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-r-brand-grey\/60 {
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-r-brand-grey\/65 {
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-r-brand-grey\/70 {
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-r-brand-grey\/75 {
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-r-brand-grey\/80 {
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-r-brand-grey\/85 {
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-r-brand-grey\/90 {
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-r-brand-grey\/95 {
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-r-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-greyDarkest\/0 {
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-r-brand-greyDarkest\/10 {
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-r-brand-greyDarkest\/100 {
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-r-brand-greyDarkest\/15 {
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-r-brand-greyDarkest\/20 {
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-r-brand-greyDarkest\/25 {
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-r-brand-greyDarkest\/30 {
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-r-brand-greyDarkest\/35 {
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-r-brand-greyDarkest\/40 {
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-r-brand-greyDarkest\/45 {
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-r-brand-greyDarkest\/5 {
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-r-brand-greyDarkest\/50 {
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-r-brand-greyDarkest\/55 {
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-r-brand-greyDarkest\/60 {
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-r-brand-greyDarkest\/65 {
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-r-brand-greyDarkest\/70 {
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-r-brand-greyDarkest\/75 {
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-r-brand-greyDarkest\/80 {
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-r-brand-greyDarkest\/85 {
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-r-brand-greyDarkest\/90 {
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-r-brand-greyDarkest\/95 {
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-r-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-greyLight\/0 {
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-r-brand-greyLight\/10 {
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-r-brand-greyLight\/100 {
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-r-brand-greyLight\/15 {
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-r-brand-greyLight\/20 {
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-r-brand-greyLight\/25 {
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-r-brand-greyLight\/30 {
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-r-brand-greyLight\/35 {
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-r-brand-greyLight\/40 {
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-r-brand-greyLight\/45 {
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-r-brand-greyLight\/5 {
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-r-brand-greyLight\/50 {
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-r-brand-greyLight\/55 {
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-r-brand-greyLight\/60 {
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-r-brand-greyLight\/65 {
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-r-brand-greyLight\/70 {
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-r-brand-greyLight\/75 {
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-r-brand-greyLight\/80 {
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-r-brand-greyLight\/85 {
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-r-brand-greyLight\/90 {
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-r-brand-greyLight\/95 {
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-r-brand-red {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-red\/0 {
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-r-brand-red\/10 {
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-r-brand-red\/100 {
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-r-brand-red\/15 {
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-r-brand-red\/20 {
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-r-brand-red\/25 {
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-r-brand-red\/30 {
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-r-brand-red\/35 {
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-r-brand-red\/40 {
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-r-brand-red\/45 {
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-r-brand-red\/5 {
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-r-brand-red\/50 {
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-r-brand-red\/55 {
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-r-brand-red\/60 {
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-r-brand-red\/65 {
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-r-brand-red\/70 {
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-r-brand-red\/75 {
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-r-brand-red\/80 {
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-r-brand-red\/85 {
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-r-brand-red\/90 {
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-r-brand-red\/95 {
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-r-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-redDark\/0 {
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-r-brand-redDark\/10 {
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-r-brand-redDark\/100 {
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-r-brand-redDark\/15 {
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-r-brand-redDark\/20 {
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-r-brand-redDark\/25 {
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-r-brand-redDark\/30 {
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-r-brand-redDark\/35 {
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-r-brand-redDark\/40 {
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-r-brand-redDark\/45 {
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-r-brand-redDark\/5 {
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-r-brand-redDark\/50 {
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-r-brand-redDark\/55 {
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-r-brand-redDark\/60 {
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-r-brand-redDark\/65 {
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-r-brand-redDark\/70 {
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-r-brand-redDark\/75 {
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-r-brand-redDark\/80 {
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-r-brand-redDark\/85 {
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-r-brand-redDark\/90 {
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-r-brand-redDark\/95 {
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-r-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-systemGreen\/0 {
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-r-brand-systemGreen\/10 {
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-r-brand-systemGreen\/100 {
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-r-brand-systemGreen\/15 {
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-r-brand-systemGreen\/20 {
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-r-brand-systemGreen\/25 {
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-r-brand-systemGreen\/30 {
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-r-brand-systemGreen\/35 {
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-r-brand-systemGreen\/40 {
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-r-brand-systemGreen\/45 {
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-r-brand-systemGreen\/5 {
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-r-brand-systemGreen\/50 {
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-r-brand-systemGreen\/55 {
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-r-brand-systemGreen\/60 {
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-r-brand-systemGreen\/65 {
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-r-brand-systemGreen\/70 {
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-r-brand-systemGreen\/75 {
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-r-brand-systemGreen\/80 {
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-r-brand-systemGreen\/85 {
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-r-brand-systemGreen\/90 {
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-r-brand-systemGreen\/95 {
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-r-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-systemOrange\/0 {
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-r-brand-systemOrange\/10 {
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-r-brand-systemOrange\/100 {
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-r-brand-systemOrange\/15 {
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-r-brand-systemOrange\/20 {
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-r-brand-systemOrange\/25 {
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-r-brand-systemOrange\/30 {
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-r-brand-systemOrange\/35 {
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-r-brand-systemOrange\/40 {
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-r-brand-systemOrange\/45 {
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-r-brand-systemOrange\/5 {
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-r-brand-systemOrange\/50 {
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-r-brand-systemOrange\/55 {
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-r-brand-systemOrange\/60 {
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-r-brand-systemOrange\/65 {
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-r-brand-systemOrange\/70 {
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-r-brand-systemOrange\/75 {
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-r-brand-systemOrange\/80 {
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-r-brand-systemOrange\/85 {
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-r-brand-systemOrange\/90 {
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-r-brand-systemOrange\/95 {
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-r-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-systemRed\/0 {
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-r-brand-systemRed\/10 {
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-r-brand-systemRed\/100 {
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-r-brand-systemRed\/15 {
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-r-brand-systemRed\/20 {
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-r-brand-systemRed\/25 {
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-r-brand-systemRed\/30 {
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-r-brand-systemRed\/35 {
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-r-brand-systemRed\/40 {
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-r-brand-systemRed\/45 {
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-r-brand-systemRed\/5 {
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-r-brand-systemRed\/50 {
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-r-brand-systemRed\/55 {
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-r-brand-systemRed\/60 {
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-r-brand-systemRed\/65 {
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-r-brand-systemRed\/70 {
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-r-brand-systemRed\/75 {
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-r-brand-systemRed\/80 {
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-r-brand-systemRed\/85 {
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-r-brand-systemRed\/90 {
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-r-brand-systemRed\/95 {
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-r-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-systemYellow\/0 {
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-r-brand-systemYellow\/10 {
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-r-brand-systemYellow\/100 {
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-r-brand-systemYellow\/15 {
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-r-brand-systemYellow\/20 {
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-r-brand-systemYellow\/25 {
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-r-brand-systemYellow\/30 {
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-r-brand-systemYellow\/35 {
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-r-brand-systemYellow\/40 {
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-r-brand-systemYellow\/45 {
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-r-brand-systemYellow\/5 {
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-r-brand-systemYellow\/50 {
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-r-brand-systemYellow\/55 {
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-r-brand-systemYellow\/60 {
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-r-brand-systemYellow\/65 {
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-r-brand-systemYellow\/70 {
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-r-brand-systemYellow\/75 {
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-r-brand-systemYellow\/80 {
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-r-brand-systemYellow\/85 {
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-r-brand-systemYellow\/90 {
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-r-brand-systemYellow\/95 {
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-r-brand-text {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-text\/0 {
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-r-brand-text\/10 {
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-r-brand-text\/100 {
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-r-brand-text\/15 {
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-r-brand-text\/20 {
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-r-brand-text\/25 {
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-r-brand-text\/30 {
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-r-brand-text\/35 {
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-r-brand-text\/40 {
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-r-brand-text\/45 {
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-r-brand-text\/5 {
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-r-brand-text\/50 {
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-r-brand-text\/55 {
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-r-brand-text\/60 {
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-r-brand-text\/65 {
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-r-brand-text\/70 {
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-r-brand-text\/75 {
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-r-brand-text\/80 {
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-r-brand-text\/85 {
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-r-brand-text\/90 {
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-r-brand-text\/95 {
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-r-brand-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-brand-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-r-brand-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-r-brand-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-r-brand-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-r-brand-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-r-brand-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-r-brand-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-r-brand-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-r-brand-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-r-brand-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-r-brand-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-r-brand-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-r-brand-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-r-brand-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-r-brand-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-r-brand-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-r-brand-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-r-brand-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-r-brand-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-r-brand-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-r-brand-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-r-current {
    border-right-color: currentColor !important;
  }

  .lg\:border-r-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-r-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-r-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-r-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-r-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-r-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-r-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-r-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-r-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-r-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-r-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-r-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-r-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-r-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-r-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-r-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-r-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-r-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-r-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-r-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-r-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-r-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-r-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-r-gray-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-r-gray-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-r-gray-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-r-gray-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-r-gray-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-r-gray-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-r-gray-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-r-gray-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-r-gray-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-r-green-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-r-green-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-r-green-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-r-green-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-r-green-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-r-green-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-r-green-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-r-green-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-r-green-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-r-green-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-r-green-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-r-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-r-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-r-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-r-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-r-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-r-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-r-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-r-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-r-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-r-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-r-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-r-inherit {
    border-right-color: inherit !important;
  }

  .lg\:border-r-lime-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-r-lime-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-r-lime-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-r-lime-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-r-lime-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-r-lime-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-r-lime-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-r-lime-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-r-lime-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-r-lime-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-r-lime-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-r-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-r-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-r-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-r-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-r-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-r-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-r-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-r-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-r-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-r-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-r-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-r-orange-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-r-orange-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-r-orange-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-r-orange-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-r-orange-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-r-orange-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-r-orange-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-r-orange-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-r-orange-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-r-orange-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-r-orange-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-r-pink-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-r-pink-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-r-pink-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-r-pink-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-r-pink-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-r-pink-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-r-pink-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-r-pink-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-r-pink-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-r-pink-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-r-pink-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-r-purple-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-r-purple-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-r-purple-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-r-purple-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-r-purple-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-r-purple-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-r-purple-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-r-purple-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-r-purple-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-r-purple-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-r-purple-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-r-red-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-r-red-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-r-red-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-r-red-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-r-red-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-r-red-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-r-red-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-r-red-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-r-red-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-r-red-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-r-red-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-r-rose-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-r-rose-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-r-rose-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-r-rose-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-r-rose-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-r-rose-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-r-rose-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-r-rose-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-r-rose-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-r-rose-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-r-rose-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-r-sky-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-r-sky-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-r-sky-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-r-sky-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-r-sky-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-r-sky-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-r-sky-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-r-sky-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-r-sky-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-r-sky-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-r-sky-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-r-slate-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-r-slate-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-r-slate-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-r-slate-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-r-slate-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-r-slate-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-r-slate-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-r-slate-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-r-slate-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-r-slate-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-r-slate-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-r-stone-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-r-stone-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-r-stone-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-r-stone-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-r-stone-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-r-stone-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-r-stone-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-r-stone-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-r-stone-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-r-stone-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-r-stone-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-r-teal-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-r-teal-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-r-teal-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-r-teal-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-r-teal-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-r-teal-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-r-teal-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-r-teal-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-r-teal-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-r-teal-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-r-teal-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-r-transparent {
    border-right-color: transparent !important;
  }

  .lg\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-r-violet-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-r-violet-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-r-violet-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-r-violet-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-r-violet-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-r-violet-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-r-violet-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-r-violet-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-r-violet-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-r-violet-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-r-violet-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-r-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-r-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-r-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-r-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-r-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-r-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-r-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-r-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-r-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-r-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-r-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:border-t-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
  }

  .lg\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
  }

  .lg\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:border-t-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
  }

  .lg\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
  }

  .lg\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:border-t-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
  }

  .lg\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
  }

  .lg\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:border-t-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
  }

  .lg\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
  }

  .lg\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:border-t-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
  }

  .lg\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
  }

  .lg\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:border-t-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
  }

  .lg\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
  }

  .lg\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:border-t-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
  }

  .lg\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
  }

  .lg\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:border-t-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
  }

  .lg\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
  }

  .lg\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:border-t-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
  }

  .lg\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
  }

  .lg\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:border-t-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
  }

  .lg\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
  }

  .lg\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:border-t-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
  }

  .lg\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
  }

  .lg\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:border-t-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-t-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
  }

  .lg\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
  }

  .lg\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:border-t-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
  }

  .lg\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
  }

  .lg\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:border-t-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
  }

  .lg\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
  }

  .lg\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:border-t-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
  }

  .lg\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
  }

  .lg\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:border-t-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
  }

  .lg\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
  }

  .lg\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:border-t-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
  }

  .lg\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
  }

  .lg\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:border-t-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
  }

  .lg\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
  }

  .lg\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:border-t-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
  }

  .lg\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
  }

  .lg\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:border-t-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
  }

  .lg\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
  }

  .lg\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:border-t-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
  }

  .lg\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
  }

  .lg\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:border-t-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
  }

  .lg\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
  }

  .lg\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:border-t-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:border-t-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:border-t-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:border-t-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:border-t-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:border-t-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:border-t-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:border-t-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:border-t-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:border-t-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:border-t-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:border-t-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:border-t-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:border-t-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:border-t-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:border-t-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:border-t-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:border-t-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:border-t-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:border-t-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:border-t-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:border-t-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:border-t-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:border-t-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:border-t-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:border-t-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:border-t-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:border-t-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:border-t-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:border-t-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:border-t-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:border-t-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:border-t-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:border-t-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:border-t-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:border-t-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:border-t-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:border-t-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:border-t-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:border-t-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:border-t-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:border-t-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:border-t-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:border-t-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:border-t-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:border-t-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:border-t-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:border-t-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:border-t-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:border-t-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:border-t-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:border-t-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:border-t-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:border-t-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:border-t-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:border-t-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:border-t-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:border-t-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:border-t-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:border-t-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:border-t-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:border-t-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:border-t-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:border-t-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:border-t-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:border-t-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:border-t-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:border-t-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:border-t-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:border-t-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:border-t-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:border-t-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:border-t-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:border-t-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:border-t-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:border-t-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:border-t-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:border-t-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:border-t-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:border-t-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:border-t-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:border-t-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:border-t-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:border-t-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:border-t-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:border-t-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:border-t-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:border-t-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:border-t-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:border-t-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:border-t-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:border-t-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:border-t-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:border-t-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:border-t-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:border-t-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:border-t-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:border-t-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:border-t-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:border-t-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:border-t-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:border-t-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:border-t-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:border-t-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:border-t-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:border-t-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:border-t-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:border-t-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:border-t-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:border-t-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:border-t-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:border-t-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:border-t-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:border-t-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:border-t-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:border-t-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:border-t-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:border-t-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:border-t-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:border-t-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:border-t-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:border-t-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:border-t-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:border-t-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:border-t-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:border-t-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:border-t-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:border-t-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:border-t-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:border-t-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:border-t-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:border-t-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:border-t-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:border-t-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:border-t-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:border-t-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:border-t-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:border-t-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:border-t-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:border-t-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:border-t-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:border-t-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:border-t-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:border-t-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:border-t-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:border-t-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:border-t-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:border-t-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:border-t-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:border-t-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:border-t-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:border-t-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:border-t-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:border-t-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:border-t-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:border-t-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:border-t-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:border-t-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:border-t-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:border-t-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:border-t-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:border-t-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:border-t-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:border-t-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:border-t-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:border-t-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:border-t-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:border-t-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:border-t-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:border-t-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:border-t-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:border-t-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:border-t-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:border-t-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:border-t-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:border-t-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:border-t-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:border-t-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:border-t-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:border-t-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:border-t-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:border-t-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:border-t-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:border-t-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:border-t-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:border-t-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:border-t-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:border-t-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:border-t-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:border-t-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:border-t-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:border-t-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:border-t-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:border-t-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:border-t-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:border-t-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:border-t-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:border-t-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:border-t-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:border-t-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:border-t-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:border-t-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:border-t-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:border-t-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:border-t-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:border-t-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:border-t-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:border-t-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:border-t-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:border-t-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:border-t-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:border-t-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:border-t-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:border-t-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:border-t-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:border-t-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:border-t-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:border-t-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:border-t-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:border-t-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:border-t-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:border-t-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:border-t-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:border-t-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:border-t-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:border-t-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:border-t-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:border-t-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:border-t-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:border-t-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:border-t-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:border-t-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:border-t-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:border-t-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:border-t-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:border-t-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:border-t-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:border-t-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:border-t-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:border-t-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:border-t-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:border-t-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:border-t-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:border-t-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:border-t-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:border-t-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:border-t-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:border-t-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:border-t-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:border-t-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:border-t-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:border-t-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:border-t-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:border-t-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:border-t-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:border-t-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:border-t-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:border-t-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:border-t-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:border-t-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:border-t-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:border-t-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:border-t-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:border-t-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:border-t-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:border-t-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:border-t-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:border-t-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:border-t-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:border-t-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:border-t-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:border-t-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:border-t-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:border-t-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:border-t-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:border-t-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:border-t-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:border-t-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:border-t-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:border-t-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:border-t-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:border-t-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:border-t-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:border-t-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:border-t-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:border-t-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:border-t-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:border-t-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:border-t-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:border-t-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:border-t-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:border-t-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:border-t-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:border-t-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:border-t-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:border-t-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:border-t-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:border-t-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:border-t-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:border-t-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:border-t-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:border-t-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:border-t-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:border-t-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:border-t-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:border-t-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:border-t-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:border-t-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:border-t-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:border-t-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:border-t-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:border-t-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:border-t-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:border-t-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:border-t-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:border-t-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:border-t-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:border-t-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:border-t-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:border-t-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:border-t-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:border-t-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:border-t-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:border-t-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:border-t-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:border-t-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:border-t-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:border-t-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:border-t-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:border-t-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:border-t-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:border-t-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:border-t-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:border-t-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:border-t-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:border-t-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:border-t-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-t-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-t-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-t-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-t-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-t-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-t-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-t-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-t-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-t-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-t-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-t-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-t-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-t-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-t-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-t-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-t-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-t-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-t-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-t-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-t-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-t-current {
    border-top-color: currentColor !important;
  }

  .lg\:border-t-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
  }

  .lg\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
  }

  .lg\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:border-t-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
  }

  .lg\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
  }

  .lg\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:border-t-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
  }

  .lg\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
  }

  .lg\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:border-t-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
  }

  .lg\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
  }

  .lg\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:border-t-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
  }

  .lg\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
  }

  .lg\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:border-t-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
  }

  .lg\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
  }

  .lg\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:border-t-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
  }

  .lg\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
  }

  .lg\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:border-t-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
  }

  .lg\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
  }

  .lg\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:border-t-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
  }

  .lg\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
  }

  .lg\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:border-t-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
  }

  .lg\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
  }

  .lg\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:border-t-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
  }

  .lg\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
  }

  .lg\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:border-t-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
  }

  .lg\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
  }

  .lg\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:border-t-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
  }

  .lg\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
  }

  .lg\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:border-t-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
  }

  .lg\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
  }

  .lg\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:border-t-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
  }

  .lg\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
  }

  .lg\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:border-t-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
  }

  .lg\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
  }

  .lg\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:border-t-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
  }

  .lg\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
  }

  .lg\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:border-t-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
  }

  .lg\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
  }

  .lg\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:border-t-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
  }

  .lg\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
  }

  .lg\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:border-t-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
  }

  .lg\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
  }

  .lg\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:border-t-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
  }

  .lg\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
  }

  .lg\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:border-t-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
  }

  .lg\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
  }

  .lg\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
  }

  .lg\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
  }

  .lg\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
  }

  .lg\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
  }

  .lg\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
  }

  .lg\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
  }

  .lg\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
  }

  .lg\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
  }

  .lg\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
  }

  .lg\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
  }

  .lg\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
  }

  .lg\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
  }

  .lg\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
  }

  .lg\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
  }

  .lg\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
  }

  .lg\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
  }

  .lg\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
  }

  .lg\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
  }

  .lg\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
  }

  .lg\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
  }

  .lg\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:border-t-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
  }

  .lg\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
  }

  .lg\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:border-t-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
  }

  .lg\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
  }

  .lg\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
  }

  .lg\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
  }

  .lg\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
  }

  .lg\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
  }

  .lg\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:border-t-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
  }

  .lg\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
  }

  .lg\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:border-t-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
  }

  .lg\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
  }

  .lg\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:border-t-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
  }

  .lg\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
  }

  .lg\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:border-t-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
  }

  .lg\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
  }

  .lg\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:border-t-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
  }

  .lg\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
  }

  .lg\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:border-t-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
  }

  .lg\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
  }

  .lg\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:border-t-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
  }

  .lg\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
  }

  .lg\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:border-t-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
  }

  .lg\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
  }

  .lg\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:border-t-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
  }

  .lg\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
  }

  .lg\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:border-t-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
  }

  .lg\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
  }

  .lg\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:border-t-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
  }

  .lg\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
  }

  .lg\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:border-t-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
  }

  .lg\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
  }

  .lg\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:border-t-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
  }

  .lg\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
  }

  .lg\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:border-t-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
  }

  .lg\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
  }

  .lg\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:border-t-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
  }

  .lg\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
  }

  .lg\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:border-t-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
  }

  .lg\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
  }

  .lg\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:border-t-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
  }

  .lg\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
  }

  .lg\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:border-t-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
  }

  .lg\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
  }

  .lg\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:border-t-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
  }

  .lg\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
  }

  .lg\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:border-t-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
  }

  .lg\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
  }

  .lg\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:border-t-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
  }

  .lg\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
  }

  .lg\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:border-t-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
  }

  .lg\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
  }

  .lg\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:border-t-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
  }

  .lg\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
  }

  .lg\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:border-t-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
  }

  .lg\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
  }

  .lg\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:border-t-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
  }

  .lg\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
  }

  .lg\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:border-t-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
  }

  .lg\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
  }

  .lg\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:border-t-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
  }

  .lg\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
  }

  .lg\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:border-t-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
  }

  .lg\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
  }

  .lg\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:border-t-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
  }

  .lg\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
  }

  .lg\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:border-t-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
  }

  .lg\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
  }

  .lg\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:border-t-inherit {
    border-top-color: inherit !important;
  }

  .lg\:border-t-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
  }

  .lg\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
  }

  .lg\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:border-t-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
  }

  .lg\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
  }

  .lg\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:border-t-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
  }

  .lg\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
  }

  .lg\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:border-t-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
  }

  .lg\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
  }

  .lg\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:border-t-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
  }

  .lg\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
  }

  .lg\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:border-t-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
  }

  .lg\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
  }

  .lg\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:border-t-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
  }

  .lg\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
  }

  .lg\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:border-t-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
  }

  .lg\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
  }

  .lg\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:border-t-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
  }

  .lg\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
  }

  .lg\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:border-t-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
  }

  .lg\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
  }

  .lg\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:border-t-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
  }

  .lg\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
  }

  .lg\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:border-t-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
  }

  .lg\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
  }

  .lg\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:border-t-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
  }

  .lg\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
  }

  .lg\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:border-t-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
  }

  .lg\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
  }

  .lg\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:border-t-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
  }

  .lg\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
  }

  .lg\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:border-t-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-t-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
  }

  .lg\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
  }

  .lg\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:border-t-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
  }

  .lg\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
  }

  .lg\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:border-t-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
  }

  .lg\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
  }

  .lg\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:border-t-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
  }

  .lg\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
  }

  .lg\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:border-t-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
  }

  .lg\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
  }

  .lg\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:border-t-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
  }

  .lg\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
  }

  .lg\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:border-t-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
  }

  .lg\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
  }

  .lg\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:border-t-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
  }

  .lg\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
  }

  .lg\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:border-t-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
  }

  .lg\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
  }

  .lg\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:border-t-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
  }

  .lg\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
  }

  .lg\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:border-t-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
  }

  .lg\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
  }

  .lg\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:border-t-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
  }

  .lg\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
  }

  .lg\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:border-t-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
  }

  .lg\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
  }

  .lg\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:border-t-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
  }

  .lg\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
  }

  .lg\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:border-t-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
  }

  .lg\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
  }

  .lg\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:border-t-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
  }

  .lg\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
  }

  .lg\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:border-t-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
  }

  .lg\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
  }

  .lg\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:border-t-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
  }

  .lg\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
  }

  .lg\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:border-t-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
  }

  .lg\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
  }

  .lg\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:border-t-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
  }

  .lg\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
  }

  .lg\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:border-t-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
  }

  .lg\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
  }

  .lg\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:border-t-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
  }

  .lg\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
  }

  .lg\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:border-t-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
  }

  .lg\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
  }

  .lg\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:border-t-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
  }

  .lg\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
  }

  .lg\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:border-t-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
  }

  .lg\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
  }

  .lg\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:border-t-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
  }

  .lg\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
  }

  .lg\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:border-t-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
  }

  .lg\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
  }

  .lg\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:border-t-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
  }

  .lg\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
  }

  .lg\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:border-t-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
  }

  .lg\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
  }

  .lg\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:border-t-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
  }

  .lg\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
  }

  .lg\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:border-t-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
  }

  .lg\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
  }

  .lg\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:border-t-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
  }

  .lg\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
  }

  .lg\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:border-t-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
  }

  .lg\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
  }

  .lg\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:border-t-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
  }

  .lg\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
  }

  .lg\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:border-t-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
  }

  .lg\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
  }

  .lg\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:border-t-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
  }

  .lg\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
  }

  .lg\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:border-t-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
  }

  .lg\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
  }

  .lg\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:border-t-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
  }

  .lg\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
  }

  .lg\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:border-t-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
  }

  .lg\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
  }

  .lg\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:border-t-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
  }

  .lg\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
  }

  .lg\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:border-t-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
  }

  .lg\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
  }

  .lg\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:border-t-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
  }

  .lg\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
  }

  .lg\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:border-t-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
  }

  .lg\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
  }

  .lg\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:border-t-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
  }

  .lg\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
  }

  .lg\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:border-t-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
  }

  .lg\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
  }

  .lg\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:border-t-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
  }

  .lg\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
  }

  .lg\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:border-t-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
  }

  .lg\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
  }

  .lg\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:border-t-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
  }

  .lg\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
  }

  .lg\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:border-t-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
  }

  .lg\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
  }

  .lg\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:border-t-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
  }

  .lg\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
  }

  .lg\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:border-t-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
  }

  .lg\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
  }

  .lg\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:border-t-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
  }

  .lg\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
  }

  .lg\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:border-t-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
  }

  .lg\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
  }

  .lg\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:border-t-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
  }

  .lg\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
  }

  .lg\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:border-t-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
  }

  .lg\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
  }

  .lg\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:border-t-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
  }

  .lg\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
  }

  .lg\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:border-t-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
  }

  .lg\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
  }

  .lg\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:border-t-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
  }

  .lg\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
  }

  .lg\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:border-t-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
  }

  .lg\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
  }

  .lg\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:border-t-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
  }

  .lg\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
  }

  .lg\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:border-t-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
  }

  .lg\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
  }

  .lg\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:border-t-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
  }

  .lg\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
  }

  .lg\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:border-t-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
  }

  .lg\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
  }

  .lg\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:border-t-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
  }

  .lg\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
  }

  .lg\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:border-t-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
  }

  .lg\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
  }

  .lg\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:border-t-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
  }

  .lg\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
  }

  .lg\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:border-t-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
  }

  .lg\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
  }

  .lg\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:border-t-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
  }

  .lg\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
  }

  .lg\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:border-t-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
  }

  .lg\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
  }

  .lg\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:border-t-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
  }

  .lg\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
  }

  .lg\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:border-t-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
  }

  .lg\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
  }

  .lg\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:border-t-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
  }

  .lg\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
  }

  .lg\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:border-t-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
  }

  .lg\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
  }

  .lg\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:border-t-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
  }

  .lg\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
  }

  .lg\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:border-t-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
  }

  .lg\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
  }

  .lg\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:border-t-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
  }

  .lg\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
  }

  .lg\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:border-t-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
  }

  .lg\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
  }

  .lg\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:border-t-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
  }

  .lg\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
  }

  .lg\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:border-t-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
  }

  .lg\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
  }

  .lg\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:border-t-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
  }

  .lg\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
  }

  .lg\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:border-t-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
  }

  .lg\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
  }

  .lg\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:border-t-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
  }

  .lg\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
  }

  .lg\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:border-t-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
  }

  .lg\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
  }

  .lg\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:border-t-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
  }

  .lg\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
  }

  .lg\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:border-t-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
  }

  .lg\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
  }

  .lg\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:border-t-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
  }

  .lg\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
  }

  .lg\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:border-t-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
  }

  .lg\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
  }

  .lg\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:border-t-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
  }

  .lg\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
  }

  .lg\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:border-t-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
  }

  .lg\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
  }

  .lg\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:border-t-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
  }

  .lg\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
  }

  .lg\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:border-t-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
  }

  .lg\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
  }

  .lg\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:border-t-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
  }

  .lg\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
  }

  .lg\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:border-t-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
  }

  .lg\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
  }

  .lg\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:border-t-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
  }

  .lg\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
  }

  .lg\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:border-t-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
  }

  .lg\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
  }

  .lg\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:border-t-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
  }

  .lg\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
  }

  .lg\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:border-t-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
  }

  .lg\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
  }

  .lg\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:border-t-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
  }

  .lg\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
  }

  .lg\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:border-t-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
  }

  .lg\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
  }

  .lg\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:border-t-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
  }

  .lg\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
  }

  .lg\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:border-t-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
  }

  .lg\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
  }

  .lg\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:border-t-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
  }

  .lg\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
  }

  .lg\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:border-t-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
  }

  .lg\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
  }

  .lg\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:border-t-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
  }

  .lg\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
  }

  .lg\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:border-t-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
  }

  .lg\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
  }

  .lg\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:border-t-transparent {
    border-top-color: transparent !important;
  }

  .lg\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:border-t-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
  }

  .lg\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
  }

  .lg\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:border-t-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
  }

  .lg\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
  }

  .lg\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:border-t-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
  }

  .lg\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
  }

  .lg\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:border-t-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
  }

  .lg\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
  }

  .lg\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:border-t-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
  }

  .lg\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
  }

  .lg\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:border-t-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
  }

  .lg\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
  }

  .lg\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:border-t-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
  }

  .lg\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
  }

  .lg\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:border-t-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
  }

  .lg\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
  }

  .lg\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:border-t-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
  }

  .lg\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
  }

  .lg\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:border-t-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
  }

  .lg\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
  }

  .lg\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:border-t-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
  }

  .lg\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
  }

  .lg\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:border-t-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-t-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
  }

  .lg\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
  }

  .lg\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:border-t-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
  }

  .lg\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
  }

  .lg\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:border-t-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
  }

  .lg\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
  }

  .lg\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:border-t-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
  }

  .lg\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
  }

  .lg\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:border-t-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .lg\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .lg\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:border-t-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
  }

  .lg\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
  }

  .lg\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:border-t-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
  }

  .lg\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
  }

  .lg\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:border-t-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
  }

  .lg\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
  }

  .lg\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:border-t-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
  }

  .lg\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
  }

  .lg\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:border-t-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
  }

  .lg\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
  }

  .lg\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:border-t-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
  }

  .lg\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
  }

  .lg\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:bg-brand-brown {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brown\/0 {
    background-color: rgb(133 114 114 / 0) !important;
  }

  .lg\:bg-brand-brown\/10 {
    background-color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:bg-brand-brown\/100 {
    background-color: rgb(133 114 114 / 1) !important;
  }

  .lg\:bg-brand-brown\/15 {
    background-color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:bg-brand-brown\/20 {
    background-color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:bg-brand-brown\/25 {
    background-color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:bg-brand-brown\/30 {
    background-color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:bg-brand-brown\/35 {
    background-color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:bg-brand-brown\/40 {
    background-color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:bg-brand-brown\/45 {
    background-color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:bg-brand-brown\/5 {
    background-color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:bg-brand-brown\/50 {
    background-color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:bg-brand-brown\/55 {
    background-color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:bg-brand-brown\/60 {
    background-color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:bg-brand-brown\/65 {
    background-color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:bg-brand-brown\/70 {
    background-color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:bg-brand-brown\/75 {
    background-color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:bg-brand-brown\/80 {
    background-color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:bg-brand-brown\/85 {
    background-color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:bg-brand-brown\/90 {
    background-color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:bg-brand-brown\/95 {
    background-color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:bg-brand-brownDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brownDark\/0 {
    background-color: rgb(73 71 78 / 0) !important;
  }

  .lg\:bg-brand-brownDark\/10 {
    background-color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:bg-brand-brownDark\/100 {
    background-color: rgb(73 71 78 / 1) !important;
  }

  .lg\:bg-brand-brownDark\/15 {
    background-color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:bg-brand-brownDark\/20 {
    background-color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:bg-brand-brownDark\/25 {
    background-color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:bg-brand-brownDark\/30 {
    background-color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:bg-brand-brownDark\/35 {
    background-color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:bg-brand-brownDark\/40 {
    background-color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:bg-brand-brownDark\/45 {
    background-color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:bg-brand-brownDark\/5 {
    background-color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:bg-brand-brownDark\/50 {
    background-color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:bg-brand-brownDark\/55 {
    background-color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:bg-brand-brownDark\/60 {
    background-color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:bg-brand-brownDark\/65 {
    background-color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:bg-brand-brownDark\/70 {
    background-color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:bg-brand-brownDark\/75 {
    background-color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:bg-brand-brownDark\/80 {
    background-color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:bg-brand-brownDark\/85 {
    background-color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:bg-brand-brownDark\/90 {
    background-color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:bg-brand-brownDark\/95 {
    background-color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:bg-brand-brownDarker {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brownDarker\/0 {
    background-color: rgb(36 34 42 / 0) !important;
  }

  .lg\:bg-brand-brownDarker\/10 {
    background-color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:bg-brand-brownDarker\/100 {
    background-color: rgb(36 34 42 / 1) !important;
  }

  .lg\:bg-brand-brownDarker\/15 {
    background-color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:bg-brand-brownDarker\/20 {
    background-color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:bg-brand-brownDarker\/25 {
    background-color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:bg-brand-brownDarker\/30 {
    background-color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:bg-brand-brownDarker\/35 {
    background-color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:bg-brand-brownDarker\/40 {
    background-color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:bg-brand-brownDarker\/45 {
    background-color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:bg-brand-brownDarker\/5 {
    background-color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:bg-brand-brownDarker\/50 {
    background-color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:bg-brand-brownDarker\/55 {
    background-color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:bg-brand-brownDarker\/60 {
    background-color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:bg-brand-brownDarker\/65 {
    background-color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:bg-brand-brownDarker\/70 {
    background-color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:bg-brand-brownDarker\/75 {
    background-color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:bg-brand-brownDarker\/80 {
    background-color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:bg-brand-brownDarker\/85 {
    background-color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:bg-brand-brownDarker\/90 {
    background-color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:bg-brand-brownDarker\/95 {
    background-color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:bg-brand-brownDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brownDarkest\/0 {
    background-color: rgb(13 14 24 / 0) !important;
  }

  .lg\:bg-brand-brownDarkest\/10 {
    background-color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:bg-brand-brownDarkest\/100 {
    background-color: rgb(13 14 24 / 1) !important;
  }

  .lg\:bg-brand-brownDarkest\/15 {
    background-color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:bg-brand-brownDarkest\/20 {
    background-color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:bg-brand-brownDarkest\/25 {
    background-color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:bg-brand-brownDarkest\/30 {
    background-color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:bg-brand-brownDarkest\/35 {
    background-color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:bg-brand-brownDarkest\/40 {
    background-color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:bg-brand-brownDarkest\/45 {
    background-color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:bg-brand-brownDarkest\/5 {
    background-color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:bg-brand-brownDarkest\/50 {
    background-color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:bg-brand-brownDarkest\/55 {
    background-color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:bg-brand-brownDarkest\/60 {
    background-color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:bg-brand-brownDarkest\/65 {
    background-color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:bg-brand-brownDarkest\/70 {
    background-color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:bg-brand-brownDarkest\/75 {
    background-color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:bg-brand-brownDarkest\/80 {
    background-color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:bg-brand-brownDarkest\/85 {
    background-color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:bg-brand-brownDarkest\/90 {
    background-color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:bg-brand-brownDarkest\/95 {
    background-color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:bg-brand-brownLighest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brownLighest\/0 {
    background-color: rgb(252 248 248 / 0) !important;
  }

  .lg\:bg-brand-brownLighest\/10 {
    background-color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:bg-brand-brownLighest\/100 {
    background-color: rgb(252 248 248 / 1) !important;
  }

  .lg\:bg-brand-brownLighest\/15 {
    background-color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:bg-brand-brownLighest\/20 {
    background-color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:bg-brand-brownLighest\/25 {
    background-color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:bg-brand-brownLighest\/30 {
    background-color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:bg-brand-brownLighest\/35 {
    background-color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:bg-brand-brownLighest\/40 {
    background-color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:bg-brand-brownLighest\/45 {
    background-color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:bg-brand-brownLighest\/5 {
    background-color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:bg-brand-brownLighest\/50 {
    background-color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:bg-brand-brownLighest\/55 {
    background-color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:bg-brand-brownLighest\/60 {
    background-color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:bg-brand-brownLighest\/65 {
    background-color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:bg-brand-brownLighest\/70 {
    background-color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:bg-brand-brownLighest\/75 {
    background-color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:bg-brand-brownLighest\/80 {
    background-color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:bg-brand-brownLighest\/85 {
    background-color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:bg-brand-brownLighest\/90 {
    background-color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:bg-brand-brownLighest\/95 {
    background-color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:bg-brand-brownLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-brownLight\/0 {
    background-color: rgb(214 204 205 / 0) !important;
  }

  .lg\:bg-brand-brownLight\/10 {
    background-color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:bg-brand-brownLight\/100 {
    background-color: rgb(214 204 205 / 1) !important;
  }

  .lg\:bg-brand-brownLight\/15 {
    background-color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:bg-brand-brownLight\/20 {
    background-color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:bg-brand-brownLight\/25 {
    background-color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:bg-brand-brownLight\/30 {
    background-color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:bg-brand-brownLight\/35 {
    background-color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:bg-brand-brownLight\/40 {
    background-color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:bg-brand-brownLight\/45 {
    background-color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:bg-brand-brownLight\/5 {
    background-color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:bg-brand-brownLight\/50 {
    background-color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:bg-brand-brownLight\/55 {
    background-color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:bg-brand-brownLight\/60 {
    background-color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:bg-brand-brownLight\/65 {
    background-color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:bg-brand-brownLight\/70 {
    background-color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:bg-brand-brownLight\/75 {
    background-color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:bg-brand-brownLight\/80 {
    background-color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:bg-brand-brownLight\/85 {
    background-color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:bg-brand-brownLight\/90 {
    background-color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:bg-brand-brownLight\/95 {
    background-color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:bg-brand-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-grey\/0 {
    background-color: rgb(218 218 218 / 0) !important;
  }

  .lg\:bg-brand-grey\/10 {
    background-color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:bg-brand-grey\/100 {
    background-color: rgb(218 218 218 / 1) !important;
  }

  .lg\:bg-brand-grey\/15 {
    background-color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:bg-brand-grey\/20 {
    background-color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:bg-brand-grey\/25 {
    background-color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:bg-brand-grey\/30 {
    background-color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:bg-brand-grey\/35 {
    background-color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:bg-brand-grey\/40 {
    background-color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:bg-brand-grey\/45 {
    background-color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:bg-brand-grey\/5 {
    background-color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:bg-brand-grey\/50 {
    background-color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:bg-brand-grey\/55 {
    background-color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:bg-brand-grey\/60 {
    background-color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:bg-brand-grey\/65 {
    background-color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:bg-brand-grey\/70 {
    background-color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:bg-brand-grey\/75 {
    background-color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:bg-brand-grey\/80 {
    background-color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:bg-brand-grey\/85 {
    background-color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:bg-brand-grey\/90 {
    background-color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:bg-brand-grey\/95 {
    background-color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:bg-brand-greyDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-greyDarkest\/0 {
    background-color: rgb(26 3 27 / 0) !important;
  }

  .lg\:bg-brand-greyDarkest\/10 {
    background-color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:bg-brand-greyDarkest\/100 {
    background-color: rgb(26 3 27 / 1) !important;
  }

  .lg\:bg-brand-greyDarkest\/15 {
    background-color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:bg-brand-greyDarkest\/20 {
    background-color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:bg-brand-greyDarkest\/25 {
    background-color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:bg-brand-greyDarkest\/30 {
    background-color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:bg-brand-greyDarkest\/35 {
    background-color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:bg-brand-greyDarkest\/40 {
    background-color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:bg-brand-greyDarkest\/45 {
    background-color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:bg-brand-greyDarkest\/5 {
    background-color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:bg-brand-greyDarkest\/50 {
    background-color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:bg-brand-greyDarkest\/55 {
    background-color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:bg-brand-greyDarkest\/60 {
    background-color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:bg-brand-greyDarkest\/65 {
    background-color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:bg-brand-greyDarkest\/70 {
    background-color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:bg-brand-greyDarkest\/75 {
    background-color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:bg-brand-greyDarkest\/80 {
    background-color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:bg-brand-greyDarkest\/85 {
    background-color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:bg-brand-greyDarkest\/90 {
    background-color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:bg-brand-greyDarkest\/95 {
    background-color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:bg-brand-greyLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-greyLight\/0 {
    background-color: rgb(249 248 254 / 0) !important;
  }

  .lg\:bg-brand-greyLight\/10 {
    background-color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:bg-brand-greyLight\/100 {
    background-color: rgb(249 248 254 / 1) !important;
  }

  .lg\:bg-brand-greyLight\/15 {
    background-color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:bg-brand-greyLight\/20 {
    background-color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:bg-brand-greyLight\/25 {
    background-color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:bg-brand-greyLight\/30 {
    background-color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:bg-brand-greyLight\/35 {
    background-color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:bg-brand-greyLight\/40 {
    background-color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:bg-brand-greyLight\/45 {
    background-color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:bg-brand-greyLight\/5 {
    background-color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:bg-brand-greyLight\/50 {
    background-color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:bg-brand-greyLight\/55 {
    background-color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:bg-brand-greyLight\/60 {
    background-color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:bg-brand-greyLight\/65 {
    background-color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:bg-brand-greyLight\/70 {
    background-color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:bg-brand-greyLight\/75 {
    background-color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:bg-brand-greyLight\/80 {
    background-color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:bg-brand-greyLight\/85 {
    background-color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:bg-brand-greyLight\/90 {
    background-color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:bg-brand-greyLight\/95 {
    background-color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-red\/0 {
    background-color: rgb(223 45 59 / 0) !important;
  }

  .lg\:bg-brand-red\/10 {
    background-color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:bg-brand-red\/100 {
    background-color: rgb(223 45 59 / 1) !important;
  }

  .lg\:bg-brand-red\/15 {
    background-color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:bg-brand-red\/20 {
    background-color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:bg-brand-red\/25 {
    background-color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:bg-brand-red\/30 {
    background-color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:bg-brand-red\/35 {
    background-color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:bg-brand-red\/40 {
    background-color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:bg-brand-red\/45 {
    background-color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:bg-brand-red\/5 {
    background-color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:bg-brand-red\/50 {
    background-color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:bg-brand-red\/55 {
    background-color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:bg-brand-red\/60 {
    background-color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:bg-brand-red\/65 {
    background-color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:bg-brand-red\/70 {
    background-color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:bg-brand-red\/75 {
    background-color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:bg-brand-red\/80 {
    background-color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:bg-brand-red\/85 {
    background-color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:bg-brand-red\/90 {
    background-color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:bg-brand-red\/95 {
    background-color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:bg-brand-redDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-redDark\/0 {
    background-color: rgb(190 22 35 / 0) !important;
  }

  .lg\:bg-brand-redDark\/10 {
    background-color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:bg-brand-redDark\/100 {
    background-color: rgb(190 22 35 / 1) !important;
  }

  .lg\:bg-brand-redDark\/15 {
    background-color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:bg-brand-redDark\/20 {
    background-color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:bg-brand-redDark\/25 {
    background-color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:bg-brand-redDark\/30 {
    background-color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:bg-brand-redDark\/35 {
    background-color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:bg-brand-redDark\/40 {
    background-color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:bg-brand-redDark\/45 {
    background-color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:bg-brand-redDark\/5 {
    background-color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:bg-brand-redDark\/50 {
    background-color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:bg-brand-redDark\/55 {
    background-color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:bg-brand-redDark\/60 {
    background-color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:bg-brand-redDark\/65 {
    background-color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:bg-brand-redDark\/70 {
    background-color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:bg-brand-redDark\/75 {
    background-color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:bg-brand-redDark\/80 {
    background-color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:bg-brand-redDark\/85 {
    background-color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:bg-brand-redDark\/90 {
    background-color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:bg-brand-redDark\/95 {
    background-color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:bg-brand-systemGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-systemGreen\/0 {
    background-color: rgb(30 214 93 / 0) !important;
  }

  .lg\:bg-brand-systemGreen\/10 {
    background-color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:bg-brand-systemGreen\/100 {
    background-color: rgb(30 214 93 / 1) !important;
  }

  .lg\:bg-brand-systemGreen\/15 {
    background-color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:bg-brand-systemGreen\/20 {
    background-color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:bg-brand-systemGreen\/25 {
    background-color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:bg-brand-systemGreen\/30 {
    background-color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:bg-brand-systemGreen\/35 {
    background-color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:bg-brand-systemGreen\/40 {
    background-color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:bg-brand-systemGreen\/45 {
    background-color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:bg-brand-systemGreen\/5 {
    background-color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:bg-brand-systemGreen\/50 {
    background-color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:bg-brand-systemGreen\/55 {
    background-color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:bg-brand-systemGreen\/60 {
    background-color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:bg-brand-systemGreen\/65 {
    background-color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:bg-brand-systemGreen\/70 {
    background-color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:bg-brand-systemGreen\/75 {
    background-color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:bg-brand-systemGreen\/80 {
    background-color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:bg-brand-systemGreen\/85 {
    background-color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:bg-brand-systemGreen\/90 {
    background-color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:bg-brand-systemGreen\/95 {
    background-color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:bg-brand-systemOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-systemOrange\/0 {
    background-color: rgb(216 125 19 / 0) !important;
  }

  .lg\:bg-brand-systemOrange\/10 {
    background-color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:bg-brand-systemOrange\/100 {
    background-color: rgb(216 125 19 / 1) !important;
  }

  .lg\:bg-brand-systemOrange\/15 {
    background-color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:bg-brand-systemOrange\/20 {
    background-color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:bg-brand-systemOrange\/25 {
    background-color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:bg-brand-systemOrange\/30 {
    background-color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:bg-brand-systemOrange\/35 {
    background-color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:bg-brand-systemOrange\/40 {
    background-color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:bg-brand-systemOrange\/45 {
    background-color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:bg-brand-systemOrange\/5 {
    background-color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:bg-brand-systemOrange\/50 {
    background-color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:bg-brand-systemOrange\/55 {
    background-color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:bg-brand-systemOrange\/60 {
    background-color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:bg-brand-systemOrange\/65 {
    background-color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:bg-brand-systemOrange\/70 {
    background-color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:bg-brand-systemOrange\/75 {
    background-color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:bg-brand-systemOrange\/80 {
    background-color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:bg-brand-systemOrange\/85 {
    background-color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:bg-brand-systemOrange\/90 {
    background-color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:bg-brand-systemOrange\/95 {
    background-color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:bg-brand-systemRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-systemRed\/0 {
    background-color: rgb(227 45 59 / 0) !important;
  }

  .lg\:bg-brand-systemRed\/10 {
    background-color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:bg-brand-systemRed\/100 {
    background-color: rgb(227 45 59 / 1) !important;
  }

  .lg\:bg-brand-systemRed\/15 {
    background-color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:bg-brand-systemRed\/20 {
    background-color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:bg-brand-systemRed\/25 {
    background-color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:bg-brand-systemRed\/30 {
    background-color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:bg-brand-systemRed\/35 {
    background-color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:bg-brand-systemRed\/40 {
    background-color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:bg-brand-systemRed\/45 {
    background-color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:bg-brand-systemRed\/5 {
    background-color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:bg-brand-systemRed\/50 {
    background-color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:bg-brand-systemRed\/55 {
    background-color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:bg-brand-systemRed\/60 {
    background-color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:bg-brand-systemRed\/65 {
    background-color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:bg-brand-systemRed\/70 {
    background-color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:bg-brand-systemRed\/75 {
    background-color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:bg-brand-systemRed\/80 {
    background-color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:bg-brand-systemRed\/85 {
    background-color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:bg-brand-systemRed\/90 {
    background-color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:bg-brand-systemRed\/95 {
    background-color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:bg-brand-systemYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-systemYellow\/0 {
    background-color: rgb(227 203 15 / 0) !important;
  }

  .lg\:bg-brand-systemYellow\/10 {
    background-color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:bg-brand-systemYellow\/100 {
    background-color: rgb(227 203 15 / 1) !important;
  }

  .lg\:bg-brand-systemYellow\/15 {
    background-color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:bg-brand-systemYellow\/20 {
    background-color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:bg-brand-systemYellow\/25 {
    background-color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:bg-brand-systemYellow\/30 {
    background-color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:bg-brand-systemYellow\/35 {
    background-color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:bg-brand-systemYellow\/40 {
    background-color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:bg-brand-systemYellow\/45 {
    background-color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:bg-brand-systemYellow\/5 {
    background-color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:bg-brand-systemYellow\/50 {
    background-color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:bg-brand-systemYellow\/55 {
    background-color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:bg-brand-systemYellow\/60 {
    background-color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:bg-brand-systemYellow\/65 {
    background-color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:bg-brand-systemYellow\/70 {
    background-color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:bg-brand-systemYellow\/75 {
    background-color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:bg-brand-systemYellow\/80 {
    background-color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:bg-brand-systemYellow\/85 {
    background-color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:bg-brand-systemYellow\/90 {
    background-color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:bg-brand-systemYellow\/95 {
    background-color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:bg-brand-text {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-text\/0 {
    background-color: rgb(18 2 28 / 0) !important;
  }

  .lg\:bg-brand-text\/10 {
    background-color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:bg-brand-text\/100 {
    background-color: rgb(18 2 28 / 1) !important;
  }

  .lg\:bg-brand-text\/15 {
    background-color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:bg-brand-text\/20 {
    background-color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:bg-brand-text\/25 {
    background-color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:bg-brand-text\/30 {
    background-color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:bg-brand-text\/35 {
    background-color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:bg-brand-text\/40 {
    background-color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:bg-brand-text\/45 {
    background-color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:bg-brand-text\/5 {
    background-color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:bg-brand-text\/50 {
    background-color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:bg-brand-text\/55 {
    background-color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:bg-brand-text\/60 {
    background-color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:bg-brand-text\/65 {
    background-color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:bg-brand-text\/70 {
    background-color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:bg-brand-text\/75 {
    background-color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:bg-brand-text\/80 {
    background-color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:bg-brand-text\/85 {
    background-color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:bg-brand-text\/90 {
    background-color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:bg-brand-text\/95 {
    background-color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:bg-brand-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:bg-brand-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:bg-brand-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:bg-brand-white\/15 {
    background-color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:bg-brand-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:bg-brand-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:bg-brand-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:bg-brand-white\/35 {
    background-color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:bg-brand-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:bg-brand-white\/45 {
    background-color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:bg-brand-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:bg-brand-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:bg-brand-white\/55 {
    background-color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:bg-brand-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:bg-brand-white\/65 {
    background-color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:bg-brand-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:bg-brand-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:bg-brand-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:bg-brand-white\/85 {
    background-color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:bg-brand-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:bg-brand-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:bg-gradient-grey {
    background-image: linear-gradient(to bottom, #000102, #545555) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-100 {
    padding: 25rem !important;
  }

  .lg\:p-11 {
    padding: 2.75rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-18 {
    padding: 4.5rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-28 {
    padding: 7rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:p-30 {
    padding: 7.5rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-36 {
    padding: 9rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-44 {
    padding: 11rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-52 {
    padding: 13rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-60 {
    padding: 15rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-7 {
    padding: 1.75rem !important;
  }

  .lg\:p-72 {
    padding: 18rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-80 {
    padding: 20rem !important;
  }

  .lg\:p-9 {
    padding: 2.25rem !important;
  }

  .lg\:p-96 {
    padding: 24rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-100 {
    padding-bottom: 25rem !important;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pl-100 {
    padding-left: 25rem !important;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:pl-72 {
    padding-left: 18rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:pl-96 {
    padding-left: 24rem !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pr-100 {
    padding-right: 25rem !important;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:pr-72 {
    padding-right: 18rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:pr-96 {
    padding-right: 24rem !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pt-100 {
    padding-top: 25rem !important;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:pt-72 {
    padding-top: 18rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:pt-96 {
    padding-top: 24rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-start {
    text-align: start !important;
  }

  .lg\:text-end {
    text-align: end !important;
  }

  .lg\:text-brand-brown {
    --tw-text-opacity: 1 !important;
    color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brown\/0 {
    color: rgb(133 114 114 / 0) !important;
  }

  .lg\:text-brand-brown\/10 {
    color: rgb(133 114 114 / 0.1) !important;
  }

  .lg\:text-brand-brown\/100 {
    color: rgb(133 114 114 / 1) !important;
  }

  .lg\:text-brand-brown\/15 {
    color: rgb(133 114 114 / 0.15) !important;
  }

  .lg\:text-brand-brown\/20 {
    color: rgb(133 114 114 / 0.2) !important;
  }

  .lg\:text-brand-brown\/25 {
    color: rgb(133 114 114 / 0.25) !important;
  }

  .lg\:text-brand-brown\/30 {
    color: rgb(133 114 114 / 0.3) !important;
  }

  .lg\:text-brand-brown\/35 {
    color: rgb(133 114 114 / 0.35) !important;
  }

  .lg\:text-brand-brown\/40 {
    color: rgb(133 114 114 / 0.4) !important;
  }

  .lg\:text-brand-brown\/45 {
    color: rgb(133 114 114 / 0.45) !important;
  }

  .lg\:text-brand-brown\/5 {
    color: rgb(133 114 114 / 0.05) !important;
  }

  .lg\:text-brand-brown\/50 {
    color: rgb(133 114 114 / 0.5) !important;
  }

  .lg\:text-brand-brown\/55 {
    color: rgb(133 114 114 / 0.55) !important;
  }

  .lg\:text-brand-brown\/60 {
    color: rgb(133 114 114 / 0.6) !important;
  }

  .lg\:text-brand-brown\/65 {
    color: rgb(133 114 114 / 0.65) !important;
  }

  .lg\:text-brand-brown\/70 {
    color: rgb(133 114 114 / 0.7) !important;
  }

  .lg\:text-brand-brown\/75 {
    color: rgb(133 114 114 / 0.75) !important;
  }

  .lg\:text-brand-brown\/80 {
    color: rgb(133 114 114 / 0.8) !important;
  }

  .lg\:text-brand-brown\/85 {
    color: rgb(133 114 114 / 0.85) !important;
  }

  .lg\:text-brand-brown\/90 {
    color: rgb(133 114 114 / 0.9) !important;
  }

  .lg\:text-brand-brown\/95 {
    color: rgb(133 114 114 / 0.95) !important;
  }

  .lg\:text-brand-brownDark {
    --tw-text-opacity: 1 !important;
    color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brownDark\/0 {
    color: rgb(73 71 78 / 0) !important;
  }

  .lg\:text-brand-brownDark\/10 {
    color: rgb(73 71 78 / 0.1) !important;
  }

  .lg\:text-brand-brownDark\/100 {
    color: rgb(73 71 78 / 1) !important;
  }

  .lg\:text-brand-brownDark\/15 {
    color: rgb(73 71 78 / 0.15) !important;
  }

  .lg\:text-brand-brownDark\/20 {
    color: rgb(73 71 78 / 0.2) !important;
  }

  .lg\:text-brand-brownDark\/25 {
    color: rgb(73 71 78 / 0.25) !important;
  }

  .lg\:text-brand-brownDark\/30 {
    color: rgb(73 71 78 / 0.3) !important;
  }

  .lg\:text-brand-brownDark\/35 {
    color: rgb(73 71 78 / 0.35) !important;
  }

  .lg\:text-brand-brownDark\/40 {
    color: rgb(73 71 78 / 0.4) !important;
  }

  .lg\:text-brand-brownDark\/45 {
    color: rgb(73 71 78 / 0.45) !important;
  }

  .lg\:text-brand-brownDark\/5 {
    color: rgb(73 71 78 / 0.05) !important;
  }

  .lg\:text-brand-brownDark\/50 {
    color: rgb(73 71 78 / 0.5) !important;
  }

  .lg\:text-brand-brownDark\/55 {
    color: rgb(73 71 78 / 0.55) !important;
  }

  .lg\:text-brand-brownDark\/60 {
    color: rgb(73 71 78 / 0.6) !important;
  }

  .lg\:text-brand-brownDark\/65 {
    color: rgb(73 71 78 / 0.65) !important;
  }

  .lg\:text-brand-brownDark\/70 {
    color: rgb(73 71 78 / 0.7) !important;
  }

  .lg\:text-brand-brownDark\/75 {
    color: rgb(73 71 78 / 0.75) !important;
  }

  .lg\:text-brand-brownDark\/80 {
    color: rgb(73 71 78 / 0.8) !important;
  }

  .lg\:text-brand-brownDark\/85 {
    color: rgb(73 71 78 / 0.85) !important;
  }

  .lg\:text-brand-brownDark\/90 {
    color: rgb(73 71 78 / 0.9) !important;
  }

  .lg\:text-brand-brownDark\/95 {
    color: rgb(73 71 78 / 0.95) !important;
  }

  .lg\:text-brand-brownDarker {
    --tw-text-opacity: 1 !important;
    color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brownDarker\/0 {
    color: rgb(36 34 42 / 0) !important;
  }

  .lg\:text-brand-brownDarker\/10 {
    color: rgb(36 34 42 / 0.1) !important;
  }

  .lg\:text-brand-brownDarker\/100 {
    color: rgb(36 34 42 / 1) !important;
  }

  .lg\:text-brand-brownDarker\/15 {
    color: rgb(36 34 42 / 0.15) !important;
  }

  .lg\:text-brand-brownDarker\/20 {
    color: rgb(36 34 42 / 0.2) !important;
  }

  .lg\:text-brand-brownDarker\/25 {
    color: rgb(36 34 42 / 0.25) !important;
  }

  .lg\:text-brand-brownDarker\/30 {
    color: rgb(36 34 42 / 0.3) !important;
  }

  .lg\:text-brand-brownDarker\/35 {
    color: rgb(36 34 42 / 0.35) !important;
  }

  .lg\:text-brand-brownDarker\/40 {
    color: rgb(36 34 42 / 0.4) !important;
  }

  .lg\:text-brand-brownDarker\/45 {
    color: rgb(36 34 42 / 0.45) !important;
  }

  .lg\:text-brand-brownDarker\/5 {
    color: rgb(36 34 42 / 0.05) !important;
  }

  .lg\:text-brand-brownDarker\/50 {
    color: rgb(36 34 42 / 0.5) !important;
  }

  .lg\:text-brand-brownDarker\/55 {
    color: rgb(36 34 42 / 0.55) !important;
  }

  .lg\:text-brand-brownDarker\/60 {
    color: rgb(36 34 42 / 0.6) !important;
  }

  .lg\:text-brand-brownDarker\/65 {
    color: rgb(36 34 42 / 0.65) !important;
  }

  .lg\:text-brand-brownDarker\/70 {
    color: rgb(36 34 42 / 0.7) !important;
  }

  .lg\:text-brand-brownDarker\/75 {
    color: rgb(36 34 42 / 0.75) !important;
  }

  .lg\:text-brand-brownDarker\/80 {
    color: rgb(36 34 42 / 0.8) !important;
  }

  .lg\:text-brand-brownDarker\/85 {
    color: rgb(36 34 42 / 0.85) !important;
  }

  .lg\:text-brand-brownDarker\/90 {
    color: rgb(36 34 42 / 0.9) !important;
  }

  .lg\:text-brand-brownDarker\/95 {
    color: rgb(36 34 42 / 0.95) !important;
  }

  .lg\:text-brand-brownDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brownDarkest\/0 {
    color: rgb(13 14 24 / 0) !important;
  }

  .lg\:text-brand-brownDarkest\/10 {
    color: rgb(13 14 24 / 0.1) !important;
  }

  .lg\:text-brand-brownDarkest\/100 {
    color: rgb(13 14 24 / 1) !important;
  }

  .lg\:text-brand-brownDarkest\/15 {
    color: rgb(13 14 24 / 0.15) !important;
  }

  .lg\:text-brand-brownDarkest\/20 {
    color: rgb(13 14 24 / 0.2) !important;
  }

  .lg\:text-brand-brownDarkest\/25 {
    color: rgb(13 14 24 / 0.25) !important;
  }

  .lg\:text-brand-brownDarkest\/30 {
    color: rgb(13 14 24 / 0.3) !important;
  }

  .lg\:text-brand-brownDarkest\/35 {
    color: rgb(13 14 24 / 0.35) !important;
  }

  .lg\:text-brand-brownDarkest\/40 {
    color: rgb(13 14 24 / 0.4) !important;
  }

  .lg\:text-brand-brownDarkest\/45 {
    color: rgb(13 14 24 / 0.45) !important;
  }

  .lg\:text-brand-brownDarkest\/5 {
    color: rgb(13 14 24 / 0.05) !important;
  }

  .lg\:text-brand-brownDarkest\/50 {
    color: rgb(13 14 24 / 0.5) !important;
  }

  .lg\:text-brand-brownDarkest\/55 {
    color: rgb(13 14 24 / 0.55) !important;
  }

  .lg\:text-brand-brownDarkest\/60 {
    color: rgb(13 14 24 / 0.6) !important;
  }

  .lg\:text-brand-brownDarkest\/65 {
    color: rgb(13 14 24 / 0.65) !important;
  }

  .lg\:text-brand-brownDarkest\/70 {
    color: rgb(13 14 24 / 0.7) !important;
  }

  .lg\:text-brand-brownDarkest\/75 {
    color: rgb(13 14 24 / 0.75) !important;
  }

  .lg\:text-brand-brownDarkest\/80 {
    color: rgb(13 14 24 / 0.8) !important;
  }

  .lg\:text-brand-brownDarkest\/85 {
    color: rgb(13 14 24 / 0.85) !important;
  }

  .lg\:text-brand-brownDarkest\/90 {
    color: rgb(13 14 24 / 0.9) !important;
  }

  .lg\:text-brand-brownDarkest\/95 {
    color: rgb(13 14 24 / 0.95) !important;
  }

  .lg\:text-brand-brownLighest {
    --tw-text-opacity: 1 !important;
    color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brownLighest\/0 {
    color: rgb(252 248 248 / 0) !important;
  }

  .lg\:text-brand-brownLighest\/10 {
    color: rgb(252 248 248 / 0.1) !important;
  }

  .lg\:text-brand-brownLighest\/100 {
    color: rgb(252 248 248 / 1) !important;
  }

  .lg\:text-brand-brownLighest\/15 {
    color: rgb(252 248 248 / 0.15) !important;
  }

  .lg\:text-brand-brownLighest\/20 {
    color: rgb(252 248 248 / 0.2) !important;
  }

  .lg\:text-brand-brownLighest\/25 {
    color: rgb(252 248 248 / 0.25) !important;
  }

  .lg\:text-brand-brownLighest\/30 {
    color: rgb(252 248 248 / 0.3) !important;
  }

  .lg\:text-brand-brownLighest\/35 {
    color: rgb(252 248 248 / 0.35) !important;
  }

  .lg\:text-brand-brownLighest\/40 {
    color: rgb(252 248 248 / 0.4) !important;
  }

  .lg\:text-brand-brownLighest\/45 {
    color: rgb(252 248 248 / 0.45) !important;
  }

  .lg\:text-brand-brownLighest\/5 {
    color: rgb(252 248 248 / 0.05) !important;
  }

  .lg\:text-brand-brownLighest\/50 {
    color: rgb(252 248 248 / 0.5) !important;
  }

  .lg\:text-brand-brownLighest\/55 {
    color: rgb(252 248 248 / 0.55) !important;
  }

  .lg\:text-brand-brownLighest\/60 {
    color: rgb(252 248 248 / 0.6) !important;
  }

  .lg\:text-brand-brownLighest\/65 {
    color: rgb(252 248 248 / 0.65) !important;
  }

  .lg\:text-brand-brownLighest\/70 {
    color: rgb(252 248 248 / 0.7) !important;
  }

  .lg\:text-brand-brownLighest\/75 {
    color: rgb(252 248 248 / 0.75) !important;
  }

  .lg\:text-brand-brownLighest\/80 {
    color: rgb(252 248 248 / 0.8) !important;
  }

  .lg\:text-brand-brownLighest\/85 {
    color: rgb(252 248 248 / 0.85) !important;
  }

  .lg\:text-brand-brownLighest\/90 {
    color: rgb(252 248 248 / 0.9) !important;
  }

  .lg\:text-brand-brownLighest\/95 {
    color: rgb(252 248 248 / 0.95) !important;
  }

  .lg\:text-brand-brownLight {
    --tw-text-opacity: 1 !important;
    color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-brownLight\/0 {
    color: rgb(214 204 205 / 0) !important;
  }

  .lg\:text-brand-brownLight\/10 {
    color: rgb(214 204 205 / 0.1) !important;
  }

  .lg\:text-brand-brownLight\/100 {
    color: rgb(214 204 205 / 1) !important;
  }

  .lg\:text-brand-brownLight\/15 {
    color: rgb(214 204 205 / 0.15) !important;
  }

  .lg\:text-brand-brownLight\/20 {
    color: rgb(214 204 205 / 0.2) !important;
  }

  .lg\:text-brand-brownLight\/25 {
    color: rgb(214 204 205 / 0.25) !important;
  }

  .lg\:text-brand-brownLight\/30 {
    color: rgb(214 204 205 / 0.3) !important;
  }

  .lg\:text-brand-brownLight\/35 {
    color: rgb(214 204 205 / 0.35) !important;
  }

  .lg\:text-brand-brownLight\/40 {
    color: rgb(214 204 205 / 0.4) !important;
  }

  .lg\:text-brand-brownLight\/45 {
    color: rgb(214 204 205 / 0.45) !important;
  }

  .lg\:text-brand-brownLight\/5 {
    color: rgb(214 204 205 / 0.05) !important;
  }

  .lg\:text-brand-brownLight\/50 {
    color: rgb(214 204 205 / 0.5) !important;
  }

  .lg\:text-brand-brownLight\/55 {
    color: rgb(214 204 205 / 0.55) !important;
  }

  .lg\:text-brand-brownLight\/60 {
    color: rgb(214 204 205 / 0.6) !important;
  }

  .lg\:text-brand-brownLight\/65 {
    color: rgb(214 204 205 / 0.65) !important;
  }

  .lg\:text-brand-brownLight\/70 {
    color: rgb(214 204 205 / 0.7) !important;
  }

  .lg\:text-brand-brownLight\/75 {
    color: rgb(214 204 205 / 0.75) !important;
  }

  .lg\:text-brand-brownLight\/80 {
    color: rgb(214 204 205 / 0.8) !important;
  }

  .lg\:text-brand-brownLight\/85 {
    color: rgb(214 204 205 / 0.85) !important;
  }

  .lg\:text-brand-brownLight\/90 {
    color: rgb(214 204 205 / 0.9) !important;
  }

  .lg\:text-brand-brownLight\/95 {
    color: rgb(214 204 205 / 0.95) !important;
  }

  .lg\:text-brand-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-grey\/0 {
    color: rgb(218 218 218 / 0) !important;
  }

  .lg\:text-brand-grey\/10 {
    color: rgb(218 218 218 / 0.1) !important;
  }

  .lg\:text-brand-grey\/100 {
    color: rgb(218 218 218 / 1) !important;
  }

  .lg\:text-brand-grey\/15 {
    color: rgb(218 218 218 / 0.15) !important;
  }

  .lg\:text-brand-grey\/20 {
    color: rgb(218 218 218 / 0.2) !important;
  }

  .lg\:text-brand-grey\/25 {
    color: rgb(218 218 218 / 0.25) !important;
  }

  .lg\:text-brand-grey\/30 {
    color: rgb(218 218 218 / 0.3) !important;
  }

  .lg\:text-brand-grey\/35 {
    color: rgb(218 218 218 / 0.35) !important;
  }

  .lg\:text-brand-grey\/40 {
    color: rgb(218 218 218 / 0.4) !important;
  }

  .lg\:text-brand-grey\/45 {
    color: rgb(218 218 218 / 0.45) !important;
  }

  .lg\:text-brand-grey\/5 {
    color: rgb(218 218 218 / 0.05) !important;
  }

  .lg\:text-brand-grey\/50 {
    color: rgb(218 218 218 / 0.5) !important;
  }

  .lg\:text-brand-grey\/55 {
    color: rgb(218 218 218 / 0.55) !important;
  }

  .lg\:text-brand-grey\/60 {
    color: rgb(218 218 218 / 0.6) !important;
  }

  .lg\:text-brand-grey\/65 {
    color: rgb(218 218 218 / 0.65) !important;
  }

  .lg\:text-brand-grey\/70 {
    color: rgb(218 218 218 / 0.7) !important;
  }

  .lg\:text-brand-grey\/75 {
    color: rgb(218 218 218 / 0.75) !important;
  }

  .lg\:text-brand-grey\/80 {
    color: rgb(218 218 218 / 0.8) !important;
  }

  .lg\:text-brand-grey\/85 {
    color: rgb(218 218 218 / 0.85) !important;
  }

  .lg\:text-brand-grey\/90 {
    color: rgb(218 218 218 / 0.9) !important;
  }

  .lg\:text-brand-grey\/95 {
    color: rgb(218 218 218 / 0.95) !important;
  }

  .lg\:text-brand-greyDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-greyDarkest\/0 {
    color: rgb(26 3 27 / 0) !important;
  }

  .lg\:text-brand-greyDarkest\/10 {
    color: rgb(26 3 27 / 0.1) !important;
  }

  .lg\:text-brand-greyDarkest\/100 {
    color: rgb(26 3 27 / 1) !important;
  }

  .lg\:text-brand-greyDarkest\/15 {
    color: rgb(26 3 27 / 0.15) !important;
  }

  .lg\:text-brand-greyDarkest\/20 {
    color: rgb(26 3 27 / 0.2) !important;
  }

  .lg\:text-brand-greyDarkest\/25 {
    color: rgb(26 3 27 / 0.25) !important;
  }

  .lg\:text-brand-greyDarkest\/30 {
    color: rgb(26 3 27 / 0.3) !important;
  }

  .lg\:text-brand-greyDarkest\/35 {
    color: rgb(26 3 27 / 0.35) !important;
  }

  .lg\:text-brand-greyDarkest\/40 {
    color: rgb(26 3 27 / 0.4) !important;
  }

  .lg\:text-brand-greyDarkest\/45 {
    color: rgb(26 3 27 / 0.45) !important;
  }

  .lg\:text-brand-greyDarkest\/5 {
    color: rgb(26 3 27 / 0.05) !important;
  }

  .lg\:text-brand-greyDarkest\/50 {
    color: rgb(26 3 27 / 0.5) !important;
  }

  .lg\:text-brand-greyDarkest\/55 {
    color: rgb(26 3 27 / 0.55) !important;
  }

  .lg\:text-brand-greyDarkest\/60 {
    color: rgb(26 3 27 / 0.6) !important;
  }

  .lg\:text-brand-greyDarkest\/65 {
    color: rgb(26 3 27 / 0.65) !important;
  }

  .lg\:text-brand-greyDarkest\/70 {
    color: rgb(26 3 27 / 0.7) !important;
  }

  .lg\:text-brand-greyDarkest\/75 {
    color: rgb(26 3 27 / 0.75) !important;
  }

  .lg\:text-brand-greyDarkest\/80 {
    color: rgb(26 3 27 / 0.8) !important;
  }

  .lg\:text-brand-greyDarkest\/85 {
    color: rgb(26 3 27 / 0.85) !important;
  }

  .lg\:text-brand-greyDarkest\/90 {
    color: rgb(26 3 27 / 0.9) !important;
  }

  .lg\:text-brand-greyDarkest\/95 {
    color: rgb(26 3 27 / 0.95) !important;
  }

  .lg\:text-brand-greyLight {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-greyLight\/0 {
    color: rgb(249 248 254 / 0) !important;
  }

  .lg\:text-brand-greyLight\/10 {
    color: rgb(249 248 254 / 0.1) !important;
  }

  .lg\:text-brand-greyLight\/100 {
    color: rgb(249 248 254 / 1) !important;
  }

  .lg\:text-brand-greyLight\/15 {
    color: rgb(249 248 254 / 0.15) !important;
  }

  .lg\:text-brand-greyLight\/20 {
    color: rgb(249 248 254 / 0.2) !important;
  }

  .lg\:text-brand-greyLight\/25 {
    color: rgb(249 248 254 / 0.25) !important;
  }

  .lg\:text-brand-greyLight\/30 {
    color: rgb(249 248 254 / 0.3) !important;
  }

  .lg\:text-brand-greyLight\/35 {
    color: rgb(249 248 254 / 0.35) !important;
  }

  .lg\:text-brand-greyLight\/40 {
    color: rgb(249 248 254 / 0.4) !important;
  }

  .lg\:text-brand-greyLight\/45 {
    color: rgb(249 248 254 / 0.45) !important;
  }

  .lg\:text-brand-greyLight\/5 {
    color: rgb(249 248 254 / 0.05) !important;
  }

  .lg\:text-brand-greyLight\/50 {
    color: rgb(249 248 254 / 0.5) !important;
  }

  .lg\:text-brand-greyLight\/55 {
    color: rgb(249 248 254 / 0.55) !important;
  }

  .lg\:text-brand-greyLight\/60 {
    color: rgb(249 248 254 / 0.6) !important;
  }

  .lg\:text-brand-greyLight\/65 {
    color: rgb(249 248 254 / 0.65) !important;
  }

  .lg\:text-brand-greyLight\/70 {
    color: rgb(249 248 254 / 0.7) !important;
  }

  .lg\:text-brand-greyLight\/75 {
    color: rgb(249 248 254 / 0.75) !important;
  }

  .lg\:text-brand-greyLight\/80 {
    color: rgb(249 248 254 / 0.8) !important;
  }

  .lg\:text-brand-greyLight\/85 {
    color: rgb(249 248 254 / 0.85) !important;
  }

  .lg\:text-brand-greyLight\/90 {
    color: rgb(249 248 254 / 0.9) !important;
  }

  .lg\:text-brand-greyLight\/95 {
    color: rgb(249 248 254 / 0.95) !important;
  }

  .lg\:text-brand-red {
    --tw-text-opacity: 1 !important;
    color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-red\/0 {
    color: rgb(223 45 59 / 0) !important;
  }

  .lg\:text-brand-red\/10 {
    color: rgb(223 45 59 / 0.1) !important;
  }

  .lg\:text-brand-red\/100 {
    color: rgb(223 45 59 / 1) !important;
  }

  .lg\:text-brand-red\/15 {
    color: rgb(223 45 59 / 0.15) !important;
  }

  .lg\:text-brand-red\/20 {
    color: rgb(223 45 59 / 0.2) !important;
  }

  .lg\:text-brand-red\/25 {
    color: rgb(223 45 59 / 0.25) !important;
  }

  .lg\:text-brand-red\/30 {
    color: rgb(223 45 59 / 0.3) !important;
  }

  .lg\:text-brand-red\/35 {
    color: rgb(223 45 59 / 0.35) !important;
  }

  .lg\:text-brand-red\/40 {
    color: rgb(223 45 59 / 0.4) !important;
  }

  .lg\:text-brand-red\/45 {
    color: rgb(223 45 59 / 0.45) !important;
  }

  .lg\:text-brand-red\/5 {
    color: rgb(223 45 59 / 0.05) !important;
  }

  .lg\:text-brand-red\/50 {
    color: rgb(223 45 59 / 0.5) !important;
  }

  .lg\:text-brand-red\/55 {
    color: rgb(223 45 59 / 0.55) !important;
  }

  .lg\:text-brand-red\/60 {
    color: rgb(223 45 59 / 0.6) !important;
  }

  .lg\:text-brand-red\/65 {
    color: rgb(223 45 59 / 0.65) !important;
  }

  .lg\:text-brand-red\/70 {
    color: rgb(223 45 59 / 0.7) !important;
  }

  .lg\:text-brand-red\/75 {
    color: rgb(223 45 59 / 0.75) !important;
  }

  .lg\:text-brand-red\/80 {
    color: rgb(223 45 59 / 0.8) !important;
  }

  .lg\:text-brand-red\/85 {
    color: rgb(223 45 59 / 0.85) !important;
  }

  .lg\:text-brand-red\/90 {
    color: rgb(223 45 59 / 0.9) !important;
  }

  .lg\:text-brand-red\/95 {
    color: rgb(223 45 59 / 0.95) !important;
  }

  .lg\:text-brand-redDark {
    --tw-text-opacity: 1 !important;
    color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-redDark\/0 {
    color: rgb(190 22 35 / 0) !important;
  }

  .lg\:text-brand-redDark\/10 {
    color: rgb(190 22 35 / 0.1) !important;
  }

  .lg\:text-brand-redDark\/100 {
    color: rgb(190 22 35 / 1) !important;
  }

  .lg\:text-brand-redDark\/15 {
    color: rgb(190 22 35 / 0.15) !important;
  }

  .lg\:text-brand-redDark\/20 {
    color: rgb(190 22 35 / 0.2) !important;
  }

  .lg\:text-brand-redDark\/25 {
    color: rgb(190 22 35 / 0.25) !important;
  }

  .lg\:text-brand-redDark\/30 {
    color: rgb(190 22 35 / 0.3) !important;
  }

  .lg\:text-brand-redDark\/35 {
    color: rgb(190 22 35 / 0.35) !important;
  }

  .lg\:text-brand-redDark\/40 {
    color: rgb(190 22 35 / 0.4) !important;
  }

  .lg\:text-brand-redDark\/45 {
    color: rgb(190 22 35 / 0.45) !important;
  }

  .lg\:text-brand-redDark\/5 {
    color: rgb(190 22 35 / 0.05) !important;
  }

  .lg\:text-brand-redDark\/50 {
    color: rgb(190 22 35 / 0.5) !important;
  }

  .lg\:text-brand-redDark\/55 {
    color: rgb(190 22 35 / 0.55) !important;
  }

  .lg\:text-brand-redDark\/60 {
    color: rgb(190 22 35 / 0.6) !important;
  }

  .lg\:text-brand-redDark\/65 {
    color: rgb(190 22 35 / 0.65) !important;
  }

  .lg\:text-brand-redDark\/70 {
    color: rgb(190 22 35 / 0.7) !important;
  }

  .lg\:text-brand-redDark\/75 {
    color: rgb(190 22 35 / 0.75) !important;
  }

  .lg\:text-brand-redDark\/80 {
    color: rgb(190 22 35 / 0.8) !important;
  }

  .lg\:text-brand-redDark\/85 {
    color: rgb(190 22 35 / 0.85) !important;
  }

  .lg\:text-brand-redDark\/90 {
    color: rgb(190 22 35 / 0.9) !important;
  }

  .lg\:text-brand-redDark\/95 {
    color: rgb(190 22 35 / 0.95) !important;
  }

  .lg\:text-brand-systemGreen {
    --tw-text-opacity: 1 !important;
    color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-systemGreen\/0 {
    color: rgb(30 214 93 / 0) !important;
  }

  .lg\:text-brand-systemGreen\/10 {
    color: rgb(30 214 93 / 0.1) !important;
  }

  .lg\:text-brand-systemGreen\/100 {
    color: rgb(30 214 93 / 1) !important;
  }

  .lg\:text-brand-systemGreen\/15 {
    color: rgb(30 214 93 / 0.15) !important;
  }

  .lg\:text-brand-systemGreen\/20 {
    color: rgb(30 214 93 / 0.2) !important;
  }

  .lg\:text-brand-systemGreen\/25 {
    color: rgb(30 214 93 / 0.25) !important;
  }

  .lg\:text-brand-systemGreen\/30 {
    color: rgb(30 214 93 / 0.3) !important;
  }

  .lg\:text-brand-systemGreen\/35 {
    color: rgb(30 214 93 / 0.35) !important;
  }

  .lg\:text-brand-systemGreen\/40 {
    color: rgb(30 214 93 / 0.4) !important;
  }

  .lg\:text-brand-systemGreen\/45 {
    color: rgb(30 214 93 / 0.45) !important;
  }

  .lg\:text-brand-systemGreen\/5 {
    color: rgb(30 214 93 / 0.05) !important;
  }

  .lg\:text-brand-systemGreen\/50 {
    color: rgb(30 214 93 / 0.5) !important;
  }

  .lg\:text-brand-systemGreen\/55 {
    color: rgb(30 214 93 / 0.55) !important;
  }

  .lg\:text-brand-systemGreen\/60 {
    color: rgb(30 214 93 / 0.6) !important;
  }

  .lg\:text-brand-systemGreen\/65 {
    color: rgb(30 214 93 / 0.65) !important;
  }

  .lg\:text-brand-systemGreen\/70 {
    color: rgb(30 214 93 / 0.7) !important;
  }

  .lg\:text-brand-systemGreen\/75 {
    color: rgb(30 214 93 / 0.75) !important;
  }

  .lg\:text-brand-systemGreen\/80 {
    color: rgb(30 214 93 / 0.8) !important;
  }

  .lg\:text-brand-systemGreen\/85 {
    color: rgb(30 214 93 / 0.85) !important;
  }

  .lg\:text-brand-systemGreen\/90 {
    color: rgb(30 214 93 / 0.9) !important;
  }

  .lg\:text-brand-systemGreen\/95 {
    color: rgb(30 214 93 / 0.95) !important;
  }

  .lg\:text-brand-systemOrange {
    --tw-text-opacity: 1 !important;
    color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-systemOrange\/0 {
    color: rgb(216 125 19 / 0) !important;
  }

  .lg\:text-brand-systemOrange\/10 {
    color: rgb(216 125 19 / 0.1) !important;
  }

  .lg\:text-brand-systemOrange\/100 {
    color: rgb(216 125 19 / 1) !important;
  }

  .lg\:text-brand-systemOrange\/15 {
    color: rgb(216 125 19 / 0.15) !important;
  }

  .lg\:text-brand-systemOrange\/20 {
    color: rgb(216 125 19 / 0.2) !important;
  }

  .lg\:text-brand-systemOrange\/25 {
    color: rgb(216 125 19 / 0.25) !important;
  }

  .lg\:text-brand-systemOrange\/30 {
    color: rgb(216 125 19 / 0.3) !important;
  }

  .lg\:text-brand-systemOrange\/35 {
    color: rgb(216 125 19 / 0.35) !important;
  }

  .lg\:text-brand-systemOrange\/40 {
    color: rgb(216 125 19 / 0.4) !important;
  }

  .lg\:text-brand-systemOrange\/45 {
    color: rgb(216 125 19 / 0.45) !important;
  }

  .lg\:text-brand-systemOrange\/5 {
    color: rgb(216 125 19 / 0.05) !important;
  }

  .lg\:text-brand-systemOrange\/50 {
    color: rgb(216 125 19 / 0.5) !important;
  }

  .lg\:text-brand-systemOrange\/55 {
    color: rgb(216 125 19 / 0.55) !important;
  }

  .lg\:text-brand-systemOrange\/60 {
    color: rgb(216 125 19 / 0.6) !important;
  }

  .lg\:text-brand-systemOrange\/65 {
    color: rgb(216 125 19 / 0.65) !important;
  }

  .lg\:text-brand-systemOrange\/70 {
    color: rgb(216 125 19 / 0.7) !important;
  }

  .lg\:text-brand-systemOrange\/75 {
    color: rgb(216 125 19 / 0.75) !important;
  }

  .lg\:text-brand-systemOrange\/80 {
    color: rgb(216 125 19 / 0.8) !important;
  }

  .lg\:text-brand-systemOrange\/85 {
    color: rgb(216 125 19 / 0.85) !important;
  }

  .lg\:text-brand-systemOrange\/90 {
    color: rgb(216 125 19 / 0.9) !important;
  }

  .lg\:text-brand-systemOrange\/95 {
    color: rgb(216 125 19 / 0.95) !important;
  }

  .lg\:text-brand-systemRed {
    --tw-text-opacity: 1 !important;
    color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-systemRed\/0 {
    color: rgb(227 45 59 / 0) !important;
  }

  .lg\:text-brand-systemRed\/10 {
    color: rgb(227 45 59 / 0.1) !important;
  }

  .lg\:text-brand-systemRed\/100 {
    color: rgb(227 45 59 / 1) !important;
  }

  .lg\:text-brand-systemRed\/15 {
    color: rgb(227 45 59 / 0.15) !important;
  }

  .lg\:text-brand-systemRed\/20 {
    color: rgb(227 45 59 / 0.2) !important;
  }

  .lg\:text-brand-systemRed\/25 {
    color: rgb(227 45 59 / 0.25) !important;
  }

  .lg\:text-brand-systemRed\/30 {
    color: rgb(227 45 59 / 0.3) !important;
  }

  .lg\:text-brand-systemRed\/35 {
    color: rgb(227 45 59 / 0.35) !important;
  }

  .lg\:text-brand-systemRed\/40 {
    color: rgb(227 45 59 / 0.4) !important;
  }

  .lg\:text-brand-systemRed\/45 {
    color: rgb(227 45 59 / 0.45) !important;
  }

  .lg\:text-brand-systemRed\/5 {
    color: rgb(227 45 59 / 0.05) !important;
  }

  .lg\:text-brand-systemRed\/50 {
    color: rgb(227 45 59 / 0.5) !important;
  }

  .lg\:text-brand-systemRed\/55 {
    color: rgb(227 45 59 / 0.55) !important;
  }

  .lg\:text-brand-systemRed\/60 {
    color: rgb(227 45 59 / 0.6) !important;
  }

  .lg\:text-brand-systemRed\/65 {
    color: rgb(227 45 59 / 0.65) !important;
  }

  .lg\:text-brand-systemRed\/70 {
    color: rgb(227 45 59 / 0.7) !important;
  }

  .lg\:text-brand-systemRed\/75 {
    color: rgb(227 45 59 / 0.75) !important;
  }

  .lg\:text-brand-systemRed\/80 {
    color: rgb(227 45 59 / 0.8) !important;
  }

  .lg\:text-brand-systemRed\/85 {
    color: rgb(227 45 59 / 0.85) !important;
  }

  .lg\:text-brand-systemRed\/90 {
    color: rgb(227 45 59 / 0.9) !important;
  }

  .lg\:text-brand-systemRed\/95 {
    color: rgb(227 45 59 / 0.95) !important;
  }

  .lg\:text-brand-systemYellow {
    --tw-text-opacity: 1 !important;
    color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-systemYellow\/0 {
    color: rgb(227 203 15 / 0) !important;
  }

  .lg\:text-brand-systemYellow\/10 {
    color: rgb(227 203 15 / 0.1) !important;
  }

  .lg\:text-brand-systemYellow\/100 {
    color: rgb(227 203 15 / 1) !important;
  }

  .lg\:text-brand-systemYellow\/15 {
    color: rgb(227 203 15 / 0.15) !important;
  }

  .lg\:text-brand-systemYellow\/20 {
    color: rgb(227 203 15 / 0.2) !important;
  }

  .lg\:text-brand-systemYellow\/25 {
    color: rgb(227 203 15 / 0.25) !important;
  }

  .lg\:text-brand-systemYellow\/30 {
    color: rgb(227 203 15 / 0.3) !important;
  }

  .lg\:text-brand-systemYellow\/35 {
    color: rgb(227 203 15 / 0.35) !important;
  }

  .lg\:text-brand-systemYellow\/40 {
    color: rgb(227 203 15 / 0.4) !important;
  }

  .lg\:text-brand-systemYellow\/45 {
    color: rgb(227 203 15 / 0.45) !important;
  }

  .lg\:text-brand-systemYellow\/5 {
    color: rgb(227 203 15 / 0.05) !important;
  }

  .lg\:text-brand-systemYellow\/50 {
    color: rgb(227 203 15 / 0.5) !important;
  }

  .lg\:text-brand-systemYellow\/55 {
    color: rgb(227 203 15 / 0.55) !important;
  }

  .lg\:text-brand-systemYellow\/60 {
    color: rgb(227 203 15 / 0.6) !important;
  }

  .lg\:text-brand-systemYellow\/65 {
    color: rgb(227 203 15 / 0.65) !important;
  }

  .lg\:text-brand-systemYellow\/70 {
    color: rgb(227 203 15 / 0.7) !important;
  }

  .lg\:text-brand-systemYellow\/75 {
    color: rgb(227 203 15 / 0.75) !important;
  }

  .lg\:text-brand-systemYellow\/80 {
    color: rgb(227 203 15 / 0.8) !important;
  }

  .lg\:text-brand-systemYellow\/85 {
    color: rgb(227 203 15 / 0.85) !important;
  }

  .lg\:text-brand-systemYellow\/90 {
    color: rgb(227 203 15 / 0.9) !important;
  }

  .lg\:text-brand-systemYellow\/95 {
    color: rgb(227 203 15 / 0.95) !important;
  }

  .lg\:text-brand-text {
    --tw-text-opacity: 1 !important;
    color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-text\/0 {
    color: rgb(18 2 28 / 0) !important;
  }

  .lg\:text-brand-text\/10 {
    color: rgb(18 2 28 / 0.1) !important;
  }

  .lg\:text-brand-text\/100 {
    color: rgb(18 2 28 / 1) !important;
  }

  .lg\:text-brand-text\/15 {
    color: rgb(18 2 28 / 0.15) !important;
  }

  .lg\:text-brand-text\/20 {
    color: rgb(18 2 28 / 0.2) !important;
  }

  .lg\:text-brand-text\/25 {
    color: rgb(18 2 28 / 0.25) !important;
  }

  .lg\:text-brand-text\/30 {
    color: rgb(18 2 28 / 0.3) !important;
  }

  .lg\:text-brand-text\/35 {
    color: rgb(18 2 28 / 0.35) !important;
  }

  .lg\:text-brand-text\/40 {
    color: rgb(18 2 28 / 0.4) !important;
  }

  .lg\:text-brand-text\/45 {
    color: rgb(18 2 28 / 0.45) !important;
  }

  .lg\:text-brand-text\/5 {
    color: rgb(18 2 28 / 0.05) !important;
  }

  .lg\:text-brand-text\/50 {
    color: rgb(18 2 28 / 0.5) !important;
  }

  .lg\:text-brand-text\/55 {
    color: rgb(18 2 28 / 0.55) !important;
  }

  .lg\:text-brand-text\/60 {
    color: rgb(18 2 28 / 0.6) !important;
  }

  .lg\:text-brand-text\/65 {
    color: rgb(18 2 28 / 0.65) !important;
  }

  .lg\:text-brand-text\/70 {
    color: rgb(18 2 28 / 0.7) !important;
  }

  .lg\:text-brand-text\/75 {
    color: rgb(18 2 28 / 0.75) !important;
  }

  .lg\:text-brand-text\/80 {
    color: rgb(18 2 28 / 0.8) !important;
  }

  .lg\:text-brand-text\/85 {
    color: rgb(18 2 28 / 0.85) !important;
  }

  .lg\:text-brand-text\/90 {
    color: rgb(18 2 28 / 0.9) !important;
  }

  .lg\:text-brand-text\/95 {
    color: rgb(18 2 28 / 0.95) !important;
  }

  .lg\:text-brand-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .lg\:text-brand-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:text-brand-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .lg\:text-brand-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:text-brand-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:text-brand-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:text-brand-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:text-brand-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:text-brand-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:text-brand-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:text-brand-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:text-brand-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:text-brand-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:text-brand-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:text-brand-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:text-brand-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:text-brand-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:text-brand-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:text-brand-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:text-brand-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:text-brand-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .lg\:text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .lg\:text-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:text-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:text-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:text-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:text-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:text-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:m-0 {
    margin: 0px !important;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:m-1 {
    margin: 0.25rem !important;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-100 {
    margin: 25rem !important;
  }

  .xl\:m-11 {
    margin: 2.75rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-14 {
    margin: 3.5rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-18 {
    margin: 4.5rem !important;
  }

  .xl\:m-2 {
    margin: 0.5rem !important;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:m-20 {
    margin: 5rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-28 {
    margin: 7rem !important;
  }

  .xl\:m-3 {
    margin: 0.75rem !important;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:m-30 {
    margin: 7.5rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-36 {
    margin: 9rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-40 {
    margin: 10rem !important;
  }

  .xl\:m-44 {
    margin: 11rem !important;
  }

  .xl\:m-48 {
    margin: 12rem !important;
  }

  .xl\:m-5 {
    margin: 1.25rem !important;
  }

  .xl\:m-52 {
    margin: 13rem !important;
  }

  .xl\:m-56 {
    margin: 14rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-60 {
    margin: 15rem !important;
  }

  .xl\:m-64 {
    margin: 16rem !important;
  }

  .xl\:m-7 {
    margin: 1.75rem !important;
  }

  .xl\:m-72 {
    margin: 18rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-80 {
    margin: 20rem !important;
  }

  .xl\:m-9 {
    margin: 2.25rem !important;
  }

  .xl\:m-96 {
    margin: 24rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-100 {
    margin-bottom: 25rem !important;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:ml-100 {
    margin-left: 25rem !important;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xl\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:ml-44 {
    margin-left: 11rem !important;
  }

  .xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:ml-52 {
    margin-left: 13rem !important;
  }

  .xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:ml-60 {
    margin-left: 15rem !important;
  }

  .xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:ml-72 {
    margin-left: 18rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:ml-80 {
    margin-left: 20rem !important;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:ml-96 {
    margin-left: 24rem !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mr-100 {
    margin-right: 25rem !important;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xl\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:mr-44 {
    margin-right: 11rem !important;
  }

  .xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mr-52 {
    margin-right: 13rem !important;
  }

  .xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .xl\:mr-72 {
    margin-right: 18rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mr-80 {
    margin-right: 20rem !important;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:mr-96 {
    margin-right: 24rem !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mt-100 {
    margin-top: 25rem !important;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xl\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:mt-44 {
    margin-top: 11rem !important;
  }

  .xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mt-52 {
    margin-top: 13rem !important;
  }

  .xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mt-60 {
    margin-top: 15rem !important;
  }

  .xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:mt-72 {
    margin-top: 18rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mt-80 {
    margin-top: 20rem !important;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:mt-96 {
    margin-top: 24rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:h-0 {
    height: 0px !important;
  }

  .xl\:h-0\.5 {
    height: 0.125rem !important;
  }

  .xl\:h-1 {
    height: 0.25rem !important;
  }

  .xl\:h-1\.5 {
    height: 0.375rem !important;
  }

  .xl\:h-1\/2 {
    height: 50% !important;
  }

  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:h-1\/4 {
    height: 25% !important;
  }

  .xl\:h-1\/5 {
    height: 20% !important;
  }

  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-100 {
    height: 25rem !important;
  }

  .xl\:h-11 {
    height: 2.75rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-14 {
    height: 3.5rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-18 {
    height: 4.5rem !important;
  }

  .xl\:h-2 {
    height: 0.5rem !important;
  }

  .xl\:h-2\.5 {
    height: 0.625rem !important;
  }

  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:h-2\/4 {
    height: 50% !important;
  }

  .xl\:h-2\/5 {
    height: 40% !important;
  }

  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:h-20 {
    height: 5rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-28 {
    height: 7rem !important;
  }

  .xl\:h-3 {
    height: 0.75rem !important;
  }

  .xl\:h-3\.5 {
    height: 0.875rem !important;
  }

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-3\/5 {
    height: 60% !important;
  }

  .xl\:h-3\/6 {
    height: 50% !important;
  }

  .xl\:h-30 {
    height: 7.5rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-36 {
    height: 9rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:h-40 {
    height: 10rem !important;
  }

  .xl\:h-44 {
    height: 11rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:h-52 {
    height: 13rem !important;
  }

  .xl\:h-56 {
    height: 14rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-60 {
    height: 15rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-7 {
    height: 1.75rem !important;
  }

  .xl\:h-72 {
    height: 18rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-80 {
    height: 20rem !important;
  }

  .xl\:h-9 {
    height: 2.25rem !important;
  }

  .xl\:h-96 {
    height: 24rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-dvh {
    height: 100dvh !important;
  }

  .xl\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-lvh {
    height: 100lvh !important;
  }

  .xl\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .xl\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:h-svh {
    height: 100svh !important;
  }

  .xl\:max-h-0 {
    max-height: 0px !important;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .xl\:max-h-100 {
    max-height: 25rem !important;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .xl\:max-h-12 {
    max-height: 3rem !important;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .xl\:max-h-16 {
    max-height: 4rem !important;
  }

  .xl\:max-h-18 {
    max-height: 4.5rem !important;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xl\:max-h-20 {
    max-height: 5rem !important;
  }

  .xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .xl\:max-h-28 {
    max-height: 7rem !important;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xl\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .xl\:max-h-32 {
    max-height: 8rem !important;
  }

  .xl\:max-h-36 {
    max-height: 9rem !important;
  }

  .xl\:max-h-4 {
    max-height: 1rem !important;
  }

  .xl\:max-h-40 {
    max-height: 10rem !important;
  }

  .xl\:max-h-44 {
    max-height: 11rem !important;
  }

  .xl\:max-h-48 {
    max-height: 12rem !important;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .xl\:max-h-52 {
    max-height: 13rem !important;
  }

  .xl\:max-h-56 {
    max-height: 14rem !important;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .xl\:max-h-60 {
    max-height: 15rem !important;
  }

  .xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .xl\:max-h-72 {
    max-height: 18rem !important;
  }

  .xl\:max-h-8 {
    max-height: 2rem !important;
  }

  .xl\:max-h-80 {
    max-height: 20rem !important;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .xl\:max-h-96 {
    max-height: 24rem !important;
  }

  .xl\:max-h-dvh {
    max-height: 100dvh !important;
  }

  .xl\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-lvh {
    max-height: 100lvh !important;
  }

  .xl\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .xl\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }

  .xl\:max-h-none {
    max-height: none !important;
  }

  .xl\:max-h-px {
    max-height: 1px !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-h-svh {
    max-height: 100svh !important;
  }

  .xl\:min-h-0 {
    min-height: 0px !important;
  }

  .xl\:min-h-0\.5 {
    min-height: 0.125rem !important;
  }

  .xl\:min-h-1 {
    min-height: 0.25rem !important;
  }

  .xl\:min-h-1\.5 {
    min-height: 0.375rem !important;
  }

  .xl\:min-h-10 {
    min-height: 2.5rem !important;
  }

  .xl\:min-h-100 {
    min-height: 25rem !important;
  }

  .xl\:min-h-11 {
    min-height: 2.75rem !important;
  }

  .xl\:min-h-12 {
    min-height: 3rem !important;
  }

  .xl\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .xl\:min-h-16 {
    min-height: 4rem !important;
  }

  .xl\:min-h-18 {
    min-height: 4.5rem !important;
  }

  .xl\:min-h-2 {
    min-height: 0.5rem !important;
  }

  .xl\:min-h-2\.5 {
    min-height: 0.625rem !important;
  }

  .xl\:min-h-20 {
    min-height: 5rem !important;
  }

  .xl\:min-h-24 {
    min-height: 6rem !important;
  }

  .xl\:min-h-28 {
    min-height: 7rem !important;
  }

  .xl\:min-h-3 {
    min-height: 0.75rem !important;
  }

  .xl\:min-h-3\.5 {
    min-height: 0.875rem !important;
  }

  .xl\:min-h-30 {
    min-height: 7.5rem !important;
  }

  .xl\:min-h-32 {
    min-height: 8rem !important;
  }

  .xl\:min-h-36 {
    min-height: 9rem !important;
  }

  .xl\:min-h-4 {
    min-height: 1rem !important;
  }

  .xl\:min-h-40 {
    min-height: 10rem !important;
  }

  .xl\:min-h-44 {
    min-height: 11rem !important;
  }

  .xl\:min-h-48 {
    min-height: 12rem !important;
  }

  .xl\:min-h-5 {
    min-height: 1.25rem !important;
  }

  .xl\:min-h-52 {
    min-height: 13rem !important;
  }

  .xl\:min-h-56 {
    min-height: 14rem !important;
  }

  .xl\:min-h-6 {
    min-height: 1.5rem !important;
  }

  .xl\:min-h-60 {
    min-height: 15rem !important;
  }

  .xl\:min-h-64 {
    min-height: 16rem !important;
  }

  .xl\:min-h-7 {
    min-height: 1.75rem !important;
  }

  .xl\:min-h-72 {
    min-height: 18rem !important;
  }

  .xl\:min-h-8 {
    min-height: 2rem !important;
  }

  .xl\:min-h-80 {
    min-height: 20rem !important;
  }

  .xl\:min-h-9 {
    min-height: 2.25rem !important;
  }

  .xl\:min-h-96 {
    min-height: 24rem !important;
  }

  .xl\:min-h-dvh {
    min-height: 100dvh !important;
  }

  .xl\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-lvh {
    min-height: 100lvh !important;
  }

  .xl\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }

  .xl\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }

  .xl\:min-h-px {
    min-height: 1px !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:min-h-svh {
    min-height: 100svh !important;
  }

  .xl\:w-0 {
    width: 0px !important;
  }

  .xl\:w-0\.5 {
    width: 0.125rem !important;
  }

  .xl\:w-1 {
    width: 0.25rem !important;
  }

  .xl\:w-1\.5 {
    width: 0.375rem !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-100 {
    width: 25rem !important;
  }

  .xl\:w-11 {
    width: 2.75rem !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-14 {
    width: 3.5rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-18 {
    width: 4.5rem !important;
  }

  .xl\:w-2 {
    width: 0.5rem !important;
  }

  .xl\:w-2\.5 {
    width: 0.625rem !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-28 {
    width: 7rem !important;
  }

  .xl\:w-3 {
    width: 0.75rem !important;
  }

  .xl\:w-3\.5 {
    width: 0.875rem !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-30 {
    width: 7.5rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-36 {
    width: 9rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-40 {
    width: 10rem !important;
  }

  .xl\:w-44 {
    width: 11rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-52 {
    width: 13rem !important;
  }

  .xl\:w-56 {
    width: 14rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-60 {
    width: 15rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-7 {
    width: 1.75rem !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-72 {
    width: 18rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-80 {
    width: 20rem !important;
  }

  .xl\:w-9 {
    width: 2.25rem !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-96 {
    width: 24rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-dvw {
    width: 100dvw !important;
  }

  .xl\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-lvw {
    width: 100lvw !important;
  }

  .xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:w-svw {
    width: 100svw !important;
  }

  .xl\:min-w-0 {
    min-width: 0px !important;
  }

  .xl\:min-w-0\.5 {
    min-width: 0.125rem !important;
  }

  .xl\:min-w-1 {
    min-width: 0.25rem !important;
  }

  .xl\:min-w-1\.5 {
    min-width: 0.375rem !important;
  }

  .xl\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .xl\:min-w-100 {
    min-width: 25rem !important;
  }

  .xl\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .xl\:min-w-12 {
    min-width: 3rem !important;
  }

  .xl\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .xl\:min-w-16 {
    min-width: 4rem !important;
  }

  .xl\:min-w-18 {
    min-width: 4.5rem !important;
  }

  .xl\:min-w-2 {
    min-width: 0.5rem !important;
  }

  .xl\:min-w-2\.5 {
    min-width: 0.625rem !important;
  }

  .xl\:min-w-20 {
    min-width: 5rem !important;
  }

  .xl\:min-w-24 {
    min-width: 6rem !important;
  }

  .xl\:min-w-28 {
    min-width: 7rem !important;
  }

  .xl\:min-w-3 {
    min-width: 0.75rem !important;
  }

  .xl\:min-w-3\.5 {
    min-width: 0.875rem !important;
  }

  .xl\:min-w-30 {
    min-width: 7.5rem !important;
  }

  .xl\:min-w-32 {
    min-width: 8rem !important;
  }

  .xl\:min-w-36 {
    min-width: 9rem !important;
  }

  .xl\:min-w-4 {
    min-width: 1rem !important;
  }

  .xl\:min-w-40 {
    min-width: 10rem !important;
  }

  .xl\:min-w-44 {
    min-width: 11rem !important;
  }

  .xl\:min-w-48 {
    min-width: 12rem !important;
  }

  .xl\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .xl\:min-w-52 {
    min-width: 13rem !important;
  }

  .xl\:min-w-56 {
    min-width: 14rem !important;
  }

  .xl\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .xl\:min-w-60 {
    min-width: 15rem !important;
  }

  .xl\:min-w-64 {
    min-width: 16rem !important;
  }

  .xl\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .xl\:min-w-72 {
    min-width: 18rem !important;
  }

  .xl\:min-w-8 {
    min-width: 2rem !important;
  }

  .xl\:min-w-80 {
    min-width: 20rem !important;
  }

  .xl\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .xl\:min-w-96 {
    min-width: 24rem !important;
  }

  .xl\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-px {
    min-width: 1px !important;
  }

  .xl\:max-w-0 {
    max-width: 0px !important;
  }

  .xl\:max-w-0\.5 {
    max-width: 0.125rem !important;
  }

  .xl\:max-w-1 {
    max-width: 0.25rem !important;
  }

  .xl\:max-w-1\.5 {
    max-width: 0.375rem !important;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .xl\:max-w-100 {
    max-width: 25rem !important;
  }

  .xl\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .xl\:max-w-12 {
    max-width: 3rem !important;
  }

  .xl\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .xl\:max-w-16 {
    max-width: 4rem !important;
  }

  .xl\:max-w-18 {
    max-width: 4.5rem !important;
  }

  .xl\:max-w-2 {
    max-width: 0.5rem !important;
  }

  .xl\:max-w-2\.5 {
    max-width: 0.625rem !important;
  }

  .xl\:max-w-20 {
    max-width: 5rem !important;
  }

  .xl\:max-w-24 {
    max-width: 6rem !important;
  }

  .xl\:max-w-28 {
    max-width: 7rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-3 {
    max-width: 0.75rem !important;
  }

  .xl\:max-w-3\.5 {
    max-width: 0.875rem !important;
  }

  .xl\:max-w-30 {
    max-width: 7.5rem !important;
  }

  .xl\:max-w-32 {
    max-width: 8rem !important;
  }

  .xl\:max-w-36 {
    max-width: 9rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:max-w-4 {
    max-width: 1rem !important;
  }

  .xl\:max-w-40 {
    max-width: 10rem !important;
  }

  .xl\:max-w-44 {
    max-width: 11rem !important;
  }

  .xl\:max-w-48 {
    max-width: 12rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .xl\:max-w-52 {
    max-width: 13rem !important;
  }

  .xl\:max-w-56 {
    max-width: 14rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .xl\:max-w-60 {
    max-width: 15rem !important;
  }

  .xl\:max-w-64 {
    max-width: 16rem !important;
  }

  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .xl\:max-w-72 {
    max-width: 18rem !important;
  }

  .xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-8 {
    max-width: 2rem !important;
  }

  .xl\:max-w-80 {
    max-width: 20rem !important;
  }

  .xl\:max-w-9 {
    max-width: 2.25rem !important;
  }

  .xl\:max-w-96 {
    max-width: 24rem !important;
  }

  .xl\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-md {
    max-width: 28rem !important;
  }

  .xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:max-w-px {
    max-width: 1px !important;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:basis-0 {
    flex-basis: 0px !important;
  }

  .xl\:basis-0\.5 {
    flex-basis: 0.125rem !important;
  }

  .xl\:basis-1 {
    flex-basis: 0.25rem !important;
  }

  .xl\:basis-1\.5 {
    flex-basis: 0.375rem !important;
  }

  .xl\:basis-1\/12 {
    flex-basis: 8.333333% !important;
  }

  .xl\:basis-1\/2 {
    flex-basis: 50% !important;
  }

  .xl\:basis-1\/3 {
    flex-basis: 33.333333% !important;
  }

  .xl\:basis-1\/4 {
    flex-basis: 25% !important;
  }

  .xl\:basis-1\/5 {
    flex-basis: 20% !important;
  }

  .xl\:basis-1\/6 {
    flex-basis: 16.666667% !important;
  }

  .xl\:basis-10 {
    flex-basis: 2.5rem !important;
  }

  .xl\:basis-10\/12 {
    flex-basis: 83.333333% !important;
  }

  .xl\:basis-100 {
    flex-basis: 25rem !important;
  }

  .xl\:basis-11 {
    flex-basis: 2.75rem !important;
  }

  .xl\:basis-11\/12 {
    flex-basis: 91.666667% !important;
  }

  .xl\:basis-12 {
    flex-basis: 3rem !important;
  }

  .xl\:basis-14 {
    flex-basis: 3.5rem !important;
  }

  .xl\:basis-16 {
    flex-basis: 4rem !important;
  }

  .xl\:basis-18 {
    flex-basis: 4.5rem !important;
  }

  .xl\:basis-2 {
    flex-basis: 0.5rem !important;
  }

  .xl\:basis-2\.5 {
    flex-basis: 0.625rem !important;
  }

  .xl\:basis-2\/12 {
    flex-basis: 16.666667% !important;
  }

  .xl\:basis-2\/3 {
    flex-basis: 66.666667% !important;
  }

  .xl\:basis-2\/4 {
    flex-basis: 50% !important;
  }

  .xl\:basis-2\/5 {
    flex-basis: 40% !important;
  }

  .xl\:basis-2\/6 {
    flex-basis: 33.333333% !important;
  }

  .xl\:basis-20 {
    flex-basis: 5rem !important;
  }

  .xl\:basis-24 {
    flex-basis: 6rem !important;
  }

  .xl\:basis-28 {
    flex-basis: 7rem !important;
  }

  .xl\:basis-3 {
    flex-basis: 0.75rem !important;
  }

  .xl\:basis-3\.5 {
    flex-basis: 0.875rem !important;
  }

  .xl\:basis-3\/12 {
    flex-basis: 25% !important;
  }

  .xl\:basis-3\/4 {
    flex-basis: 75% !important;
  }

  .xl\:basis-3\/5 {
    flex-basis: 60% !important;
  }

  .xl\:basis-3\/6 {
    flex-basis: 50% !important;
  }

  .xl\:basis-30 {
    flex-basis: 7.5rem !important;
  }

  .xl\:basis-32 {
    flex-basis: 8rem !important;
  }

  .xl\:basis-36 {
    flex-basis: 9rem !important;
  }

  .xl\:basis-4 {
    flex-basis: 1rem !important;
  }

  .xl\:basis-4\/12 {
    flex-basis: 33.333333% !important;
  }

  .xl\:basis-4\/5 {
    flex-basis: 80% !important;
  }

  .xl\:basis-4\/6 {
    flex-basis: 66.666667% !important;
  }

  .xl\:basis-40 {
    flex-basis: 10rem !important;
  }

  .xl\:basis-44 {
    flex-basis: 11rem !important;
  }

  .xl\:basis-48 {
    flex-basis: 12rem !important;
  }

  .xl\:basis-5 {
    flex-basis: 1.25rem !important;
  }

  .xl\:basis-5\/12 {
    flex-basis: 41.666667% !important;
  }

  .xl\:basis-5\/6 {
    flex-basis: 83.333333% !important;
  }

  .xl\:basis-52 {
    flex-basis: 13rem !important;
  }

  .xl\:basis-56 {
    flex-basis: 14rem !important;
  }

  .xl\:basis-6 {
    flex-basis: 1.5rem !important;
  }

  .xl\:basis-6\/12 {
    flex-basis: 50% !important;
  }

  .xl\:basis-60 {
    flex-basis: 15rem !important;
  }

  .xl\:basis-64 {
    flex-basis: 16rem !important;
  }

  .xl\:basis-7 {
    flex-basis: 1.75rem !important;
  }

  .xl\:basis-7\/12 {
    flex-basis: 58.333333% !important;
  }

  .xl\:basis-72 {
    flex-basis: 18rem !important;
  }

  .xl\:basis-8 {
    flex-basis: 2rem !important;
  }

  .xl\:basis-8\/12 {
    flex-basis: 66.666667% !important;
  }

  .xl\:basis-80 {
    flex-basis: 20rem !important;
  }

  .xl\:basis-9 {
    flex-basis: 2.25rem !important;
  }

  .xl\:basis-9\/12 {
    flex-basis: 75% !important;
  }

  .xl\:basis-96 {
    flex-basis: 24rem !important;
  }

  .xl\:basis-auto {
    flex-basis: auto !important;
  }

  .xl\:basis-full {
    flex-basis: 100% !important;
  }

  .xl\:basis-px {
    flex-basis: 1px !important;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-100 {
    gap: 25rem !important;
  }

  .xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-16 {
    gap: 4rem !important;
  }

  .xl\:gap-18 {
    gap: 4.5rem !important;
  }

  .xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-24 {
    gap: 6rem !important;
  }

  .xl\:gap-28 {
    gap: 7rem !important;
  }

  .xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-30 {
    gap: 7.5rem !important;
  }

  .xl\:gap-32 {
    gap: 8rem !important;
  }

  .xl\:gap-36 {
    gap: 9rem !important;
  }

  .xl\:gap-4 {
    gap: 1rem !important;
  }

  .xl\:gap-40 {
    gap: 10rem !important;
  }

  .xl\:gap-44 {
    gap: 11rem !important;
  }

  .xl\:gap-48 {
    gap: 12rem !important;
  }

  .xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-52 {
    gap: 13rem !important;
  }

  .xl\:gap-56 {
    gap: 14rem !important;
  }

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-60 {
    gap: 15rem !important;
  }

  .xl\:gap-64 {
    gap: 16rem !important;
  }

  .xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-72 {
    gap: 18rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:gap-80 {
    gap: 20rem !important;
  }

  .xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-96 {
    gap: 24rem !important;
  }

  .xl\:gap-px {
    gap: 1px !important;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-100 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-30 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-100 {
    row-gap: 25rem !important;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-18 {
    row-gap: 4.5rem !important;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-30 {
    row-gap: 7.5rem !important;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }

  .xl\:border-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }

  .xl\:border-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }

  .xl\:border-x-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }

  .xl\:border-x-8 {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }

  .xl\:border-y {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }

  .xl\:border-y-0 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }

  .xl\:border-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }

  .xl\:border-y-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }

  .xl\:border-y-8 {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-black\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-black\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-blue-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-brand-brown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brown\/0 {
    border-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-brand-brown\/10 {
    border-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-brand-brown\/100 {
    border-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-brand-brown\/15 {
    border-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-brand-brown\/20 {
    border-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-brand-brown\/25 {
    border-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-brand-brown\/30 {
    border-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-brand-brown\/35 {
    border-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-brand-brown\/40 {
    border-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-brand-brown\/45 {
    border-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-brand-brown\/5 {
    border-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-brand-brown\/50 {
    border-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-brand-brown\/55 {
    border-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-brand-brown\/60 {
    border-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-brand-brown\/65 {
    border-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-brand-brown\/70 {
    border-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-brand-brown\/75 {
    border-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-brand-brown\/80 {
    border-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-brand-brown\/85 {
    border-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-brand-brown\/90 {
    border-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-brand-brown\/95 {
    border-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brownDark\/0 {
    border-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-brand-brownDark\/10 {
    border-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-brand-brownDark\/100 {
    border-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-brand-brownDark\/15 {
    border-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-brand-brownDark\/20 {
    border-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-brand-brownDark\/25 {
    border-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-brand-brownDark\/30 {
    border-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-brand-brownDark\/35 {
    border-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-brand-brownDark\/40 {
    border-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-brand-brownDark\/45 {
    border-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-brand-brownDark\/5 {
    border-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-brand-brownDark\/50 {
    border-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-brand-brownDark\/55 {
    border-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-brand-brownDark\/60 {
    border-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-brand-brownDark\/65 {
    border-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-brand-brownDark\/70 {
    border-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-brand-brownDark\/75 {
    border-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-brand-brownDark\/80 {
    border-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-brand-brownDark\/85 {
    border-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-brand-brownDark\/90 {
    border-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-brand-brownDark\/95 {
    border-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brownDarker\/0 {
    border-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-brand-brownDarker\/10 {
    border-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-brand-brownDarker\/100 {
    border-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-brand-brownDarker\/15 {
    border-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-brand-brownDarker\/20 {
    border-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-brand-brownDarker\/25 {
    border-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-brand-brownDarker\/30 {
    border-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-brand-brownDarker\/35 {
    border-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-brand-brownDarker\/40 {
    border-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-brand-brownDarker\/45 {
    border-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-brand-brownDarker\/5 {
    border-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-brand-brownDarker\/50 {
    border-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-brand-brownDarker\/55 {
    border-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-brand-brownDarker\/60 {
    border-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-brand-brownDarker\/65 {
    border-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-brand-brownDarker\/70 {
    border-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-brand-brownDarker\/75 {
    border-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-brand-brownDarker\/80 {
    border-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-brand-brownDarker\/85 {
    border-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-brand-brownDarker\/90 {
    border-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-brand-brownDarker\/95 {
    border-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brownDarkest\/0 {
    border-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-brand-brownDarkest\/10 {
    border-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-brand-brownDarkest\/100 {
    border-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-brand-brownDarkest\/15 {
    border-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-brand-brownDarkest\/20 {
    border-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-brand-brownDarkest\/25 {
    border-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-brand-brownDarkest\/30 {
    border-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-brand-brownDarkest\/35 {
    border-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-brand-brownDarkest\/40 {
    border-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-brand-brownDarkest\/45 {
    border-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-brand-brownDarkest\/5 {
    border-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-brand-brownDarkest\/50 {
    border-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-brand-brownDarkest\/55 {
    border-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-brand-brownDarkest\/60 {
    border-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-brand-brownDarkest\/65 {
    border-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-brand-brownDarkest\/70 {
    border-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-brand-brownDarkest\/75 {
    border-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-brand-brownDarkest\/80 {
    border-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-brand-brownDarkest\/85 {
    border-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-brand-brownDarkest\/90 {
    border-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-brand-brownDarkest\/95 {
    border-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brownLighest\/0 {
    border-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-brand-brownLighest\/10 {
    border-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-brand-brownLighest\/100 {
    border-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-brand-brownLighest\/15 {
    border-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-brand-brownLighest\/20 {
    border-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-brand-brownLighest\/25 {
    border-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-brand-brownLighest\/30 {
    border-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-brand-brownLighest\/35 {
    border-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-brand-brownLighest\/40 {
    border-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-brand-brownLighest\/45 {
    border-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-brand-brownLighest\/5 {
    border-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-brand-brownLighest\/50 {
    border-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-brand-brownLighest\/55 {
    border-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-brand-brownLighest\/60 {
    border-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-brand-brownLighest\/65 {
    border-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-brand-brownLighest\/70 {
    border-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-brand-brownLighest\/75 {
    border-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-brand-brownLighest\/80 {
    border-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-brand-brownLighest\/85 {
    border-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-brand-brownLighest\/90 {
    border-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-brand-brownLighest\/95 {
    border-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-brownLight\/0 {
    border-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-brand-brownLight\/10 {
    border-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-brand-brownLight\/100 {
    border-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-brand-brownLight\/15 {
    border-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-brand-brownLight\/20 {
    border-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-brand-brownLight\/25 {
    border-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-brand-brownLight\/30 {
    border-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-brand-brownLight\/35 {
    border-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-brand-brownLight\/40 {
    border-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-brand-brownLight\/45 {
    border-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-brand-brownLight\/5 {
    border-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-brand-brownLight\/50 {
    border-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-brand-brownLight\/55 {
    border-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-brand-brownLight\/60 {
    border-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-brand-brownLight\/65 {
    border-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-brand-brownLight\/70 {
    border-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-brand-brownLight\/75 {
    border-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-brand-brownLight\/80 {
    border-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-brand-brownLight\/85 {
    border-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-brand-brownLight\/90 {
    border-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-brand-brownLight\/95 {
    border-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-brand-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-grey\/0 {
    border-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-brand-grey\/10 {
    border-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-brand-grey\/100 {
    border-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-brand-grey\/15 {
    border-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-brand-grey\/20 {
    border-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-brand-grey\/25 {
    border-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-brand-grey\/30 {
    border-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-brand-grey\/35 {
    border-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-brand-grey\/40 {
    border-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-brand-grey\/45 {
    border-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-brand-grey\/5 {
    border-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-brand-grey\/50 {
    border-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-brand-grey\/55 {
    border-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-brand-grey\/60 {
    border-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-brand-grey\/65 {
    border-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-brand-grey\/70 {
    border-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-brand-grey\/75 {
    border-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-brand-grey\/80 {
    border-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-brand-grey\/85 {
    border-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-brand-grey\/90 {
    border-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-brand-grey\/95 {
    border-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-greyDarkest\/0 {
    border-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-brand-greyDarkest\/10 {
    border-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-brand-greyDarkest\/100 {
    border-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-brand-greyDarkest\/15 {
    border-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-brand-greyDarkest\/20 {
    border-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-brand-greyDarkest\/25 {
    border-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-brand-greyDarkest\/30 {
    border-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-brand-greyDarkest\/35 {
    border-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-brand-greyDarkest\/40 {
    border-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-brand-greyDarkest\/45 {
    border-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-brand-greyDarkest\/5 {
    border-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-brand-greyDarkest\/50 {
    border-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-brand-greyDarkest\/55 {
    border-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-brand-greyDarkest\/60 {
    border-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-brand-greyDarkest\/65 {
    border-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-brand-greyDarkest\/70 {
    border-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-brand-greyDarkest\/75 {
    border-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-brand-greyDarkest\/80 {
    border-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-brand-greyDarkest\/85 {
    border-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-brand-greyDarkest\/90 {
    border-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-brand-greyDarkest\/95 {
    border-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-greyLight\/0 {
    border-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-brand-greyLight\/10 {
    border-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-brand-greyLight\/100 {
    border-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-brand-greyLight\/15 {
    border-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-brand-greyLight\/20 {
    border-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-brand-greyLight\/25 {
    border-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-brand-greyLight\/30 {
    border-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-brand-greyLight\/35 {
    border-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-brand-greyLight\/40 {
    border-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-brand-greyLight\/45 {
    border-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-brand-greyLight\/5 {
    border-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-brand-greyLight\/50 {
    border-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-brand-greyLight\/55 {
    border-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-brand-greyLight\/60 {
    border-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-brand-greyLight\/65 {
    border-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-brand-greyLight\/70 {
    border-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-brand-greyLight\/75 {
    border-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-brand-greyLight\/80 {
    border-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-brand-greyLight\/85 {
    border-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-brand-greyLight\/90 {
    border-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-brand-greyLight\/95 {
    border-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-red\/0 {
    border-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-brand-red\/10 {
    border-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-brand-red\/100 {
    border-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-brand-red\/15 {
    border-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-brand-red\/20 {
    border-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-brand-red\/25 {
    border-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-brand-red\/30 {
    border-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-brand-red\/35 {
    border-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-brand-red\/40 {
    border-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-brand-red\/45 {
    border-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-brand-red\/5 {
    border-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-brand-red\/50 {
    border-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-brand-red\/55 {
    border-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-brand-red\/60 {
    border-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-brand-red\/65 {
    border-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-brand-red\/70 {
    border-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-brand-red\/75 {
    border-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-brand-red\/80 {
    border-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-brand-red\/85 {
    border-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-brand-red\/90 {
    border-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-brand-red\/95 {
    border-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-redDark\/0 {
    border-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-brand-redDark\/10 {
    border-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-brand-redDark\/100 {
    border-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-brand-redDark\/15 {
    border-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-brand-redDark\/20 {
    border-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-brand-redDark\/25 {
    border-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-brand-redDark\/30 {
    border-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-brand-redDark\/35 {
    border-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-brand-redDark\/40 {
    border-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-brand-redDark\/45 {
    border-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-brand-redDark\/5 {
    border-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-brand-redDark\/50 {
    border-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-brand-redDark\/55 {
    border-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-brand-redDark\/60 {
    border-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-brand-redDark\/65 {
    border-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-brand-redDark\/70 {
    border-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-brand-redDark\/75 {
    border-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-brand-redDark\/80 {
    border-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-brand-redDark\/85 {
    border-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-brand-redDark\/90 {
    border-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-brand-redDark\/95 {
    border-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-systemGreen\/0 {
    border-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-brand-systemGreen\/10 {
    border-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-brand-systemGreen\/100 {
    border-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-brand-systemGreen\/15 {
    border-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-brand-systemGreen\/20 {
    border-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-brand-systemGreen\/25 {
    border-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-brand-systemGreen\/30 {
    border-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-brand-systemGreen\/35 {
    border-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-brand-systemGreen\/40 {
    border-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-brand-systemGreen\/45 {
    border-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-brand-systemGreen\/5 {
    border-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-brand-systemGreen\/50 {
    border-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-brand-systemGreen\/55 {
    border-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-brand-systemGreen\/60 {
    border-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-brand-systemGreen\/65 {
    border-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-brand-systemGreen\/70 {
    border-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-brand-systemGreen\/75 {
    border-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-brand-systemGreen\/80 {
    border-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-brand-systemGreen\/85 {
    border-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-brand-systemGreen\/90 {
    border-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-brand-systemGreen\/95 {
    border-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-systemOrange\/0 {
    border-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-brand-systemOrange\/10 {
    border-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-brand-systemOrange\/100 {
    border-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-brand-systemOrange\/15 {
    border-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-brand-systemOrange\/20 {
    border-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-brand-systemOrange\/25 {
    border-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-brand-systemOrange\/30 {
    border-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-brand-systemOrange\/35 {
    border-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-brand-systemOrange\/40 {
    border-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-brand-systemOrange\/45 {
    border-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-brand-systemOrange\/5 {
    border-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-brand-systemOrange\/50 {
    border-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-brand-systemOrange\/55 {
    border-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-brand-systemOrange\/60 {
    border-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-brand-systemOrange\/65 {
    border-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-brand-systemOrange\/70 {
    border-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-brand-systemOrange\/75 {
    border-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-brand-systemOrange\/80 {
    border-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-brand-systemOrange\/85 {
    border-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-brand-systemOrange\/90 {
    border-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-brand-systemOrange\/95 {
    border-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-systemRed\/0 {
    border-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-brand-systemRed\/10 {
    border-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-brand-systemRed\/100 {
    border-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-brand-systemRed\/15 {
    border-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-brand-systemRed\/20 {
    border-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-brand-systemRed\/25 {
    border-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-brand-systemRed\/30 {
    border-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-brand-systemRed\/35 {
    border-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-brand-systemRed\/40 {
    border-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-brand-systemRed\/45 {
    border-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-brand-systemRed\/5 {
    border-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-brand-systemRed\/50 {
    border-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-brand-systemRed\/55 {
    border-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-brand-systemRed\/60 {
    border-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-brand-systemRed\/65 {
    border-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-brand-systemRed\/70 {
    border-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-brand-systemRed\/75 {
    border-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-brand-systemRed\/80 {
    border-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-brand-systemRed\/85 {
    border-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-brand-systemRed\/90 {
    border-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-brand-systemRed\/95 {
    border-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-systemYellow\/0 {
    border-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-brand-systemYellow\/10 {
    border-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-brand-systemYellow\/100 {
    border-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-brand-systemYellow\/15 {
    border-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-brand-systemYellow\/20 {
    border-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-brand-systemYellow\/25 {
    border-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-brand-systemYellow\/30 {
    border-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-brand-systemYellow\/35 {
    border-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-brand-systemYellow\/40 {
    border-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-brand-systemYellow\/45 {
    border-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-brand-systemYellow\/5 {
    border-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-brand-systemYellow\/50 {
    border-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-brand-systemYellow\/55 {
    border-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-brand-systemYellow\/60 {
    border-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-brand-systemYellow\/65 {
    border-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-brand-systemYellow\/70 {
    border-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-brand-systemYellow\/75 {
    border-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-brand-systemYellow\/80 {
    border-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-brand-systemYellow\/85 {
    border-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-brand-systemYellow\/90 {
    border-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-brand-systemYellow\/95 {
    border-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-brand-text {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-text\/0 {
    border-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-brand-text\/10 {
    border-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-brand-text\/100 {
    border-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-brand-text\/15 {
    border-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-brand-text\/20 {
    border-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-brand-text\/25 {
    border-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-brand-text\/30 {
    border-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-brand-text\/35 {
    border-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-brand-text\/40 {
    border-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-brand-text\/45 {
    border-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-brand-text\/5 {
    border-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-brand-text\/50 {
    border-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-brand-text\/55 {
    border-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-brand-text\/60 {
    border-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-brand-text\/65 {
    border-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-brand-text\/70 {
    border-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-brand-text\/75 {
    border-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-brand-text\/80 {
    border-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-brand-text\/85 {
    border-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-brand-text\/90 {
    border-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-brand-text\/95 {
    border-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-brand-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-brand-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-brand-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-brand-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-brand-white\/15 {
    border-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-brand-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-brand-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-brand-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-brand-white\/35 {
    border-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-brand-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-brand-white\/45 {
    border-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-brand-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-brand-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-brand-white\/55 {
    border-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-brand-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-brand-white\/65 {
    border-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-brand-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-brand-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-brand-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-brand-white\/85 {
    border-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-brand-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-brand-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-lime-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-red-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-rose-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-teal-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-x-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-x-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-x-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-x-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-x-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-x-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-x-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-x-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-x-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-x-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-x-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-x-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-x-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-x-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-x-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-x-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-x-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-x-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-x-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-x-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-x-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-x-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-x-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-x-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-x-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-x-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-x-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-x-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-x-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-x-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-x-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-x-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-x-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-x-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-x-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-x-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-x-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-x-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-x-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-x-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-x-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-x-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-x-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-x-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-x-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-x-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-x-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-x-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-x-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-x-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-x-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-x-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-x-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-x-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-x-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-x-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-x-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-x-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-x-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-x-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-x-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-x-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-x-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-x-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-x-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-x-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-x-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-x-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-x-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-x-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-x-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-x-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-x-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-x-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-x-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-x-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-x-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-x-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-x-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-x-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-x-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-x-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-x-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-x-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-x-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-x-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-x-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-x-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-x-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-x-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-x-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-x-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-x-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-x-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-x-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-x-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-x-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-x-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-x-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-x-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-x-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-x-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-x-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-x-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-x-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-x-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-x-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-x-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-x-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-x-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-x-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-x-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-x-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-x-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-x-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-x-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-x-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-x-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-x-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-x-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-x-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-x-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-x-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-x-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-x-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-x-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-x-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-x-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-x-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-x-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-x-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-x-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-x-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-x-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-x-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-x-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-x-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-x-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-x-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-x-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-x-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-x-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-x-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-x-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-x-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-x-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-x-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-x-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-x-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-x-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-x-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-x-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-x-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-x-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-x-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-x-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-x-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-x-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-x-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-x-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-x-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-x-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-x-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-x-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-x-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-x-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-x-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-x-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-x-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-x-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-x-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-x-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-x-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-x-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-x-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-x-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-x-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-x-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-x-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-x-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-x-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-x-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-x-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-x-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-x-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-x-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-x-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-x-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-x-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-x-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-x-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-x-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-x-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-x-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-x-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-x-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-x-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-x-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-x-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-x-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-x-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-x-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-x-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-x-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-x-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-x-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-x-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-x-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-x-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-x-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-x-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-x-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-x-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-x-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-x-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-x-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-x-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-x-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-x-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-x-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-x-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-x-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-x-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-x-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-x-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-x-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-x-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-x-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-x-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-x-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-x-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-x-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-x-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-x-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-x-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-x-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-x-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-x-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-x-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-x-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-x-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-x-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-x-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-x-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-x-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-x-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-x-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-x-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-x-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-x-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-x-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-x-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-x-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-x-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-x-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-x-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-x-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-x-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-x-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-x-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-x-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-x-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-x-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-x-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-x-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-x-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-x-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-x-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-x-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-x-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-x-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-x-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-x-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-x-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-x-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-x-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-x-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-x-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-x-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-x-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-x-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-x-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-x-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-x-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-x-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-x-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-x-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-x-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-x-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-x-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-x-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-x-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-x-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-x-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-x-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-x-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-x-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-x-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-x-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-x-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-x-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-x-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-x-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-x-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-x-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-x-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-x-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-x-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-x-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-x-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-x-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-x-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-x-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-x-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-x-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-x-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-x-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-x-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-x-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-x-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-x-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-x-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-x-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-x-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-x-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-x-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-x-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-x-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-x-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-x-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-x-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-x-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-x-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-x-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-x-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-x-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-x-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-x-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-x-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-x-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-x-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-x-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-x-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-x-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-x-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-x-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-x-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-x-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-x-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-x-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-x-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-x-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-x-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-x-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-x-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-x-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-x-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-x-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-x-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-x-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-x-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-x-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-x-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-x-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-x-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-x-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-x-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-x-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-x-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-x-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-x-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-x-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-x-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-x-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-x-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-x-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-x-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-x-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-x-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-x-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-x-current {
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
  }

  .xl\:border-x-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-x-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-x-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-x-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-x-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-x-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-x-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-x-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-x-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-x-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-x-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-x-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-x-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-x-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-x-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-x-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-x-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-x-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-x-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-x-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-x-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-x-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-x-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-x-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-x-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-x-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-x-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-x-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-x-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-x-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-x-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-x-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-x-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-x-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-x-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-x-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-x-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-x-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-x-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-x-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-x-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-x-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-x-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-x-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-x-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-x-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-x-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-x-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-x-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-x-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-x-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-x-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-x-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-x-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-x-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-x-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-x-inherit {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
  }

  .xl\:border-x-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-x-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-x-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-x-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-x-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-x-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-x-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-x-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-x-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-x-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-x-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-x-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-x-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-x-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-x-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-x-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-x-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-x-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-x-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-x-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-x-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-x-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-x-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-x-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-x-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-x-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-x-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-x-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-x-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-x-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-x-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-x-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-x-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-x-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-x-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-x-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-x-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-x-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-x-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-x-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-x-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-x-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-x-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-x-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-x-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-x-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-x-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-x-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-x-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-x-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-x-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-x-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-x-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-x-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-x-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-x-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-x-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-x-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-x-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-x-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-x-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-x-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-x-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-x-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-x-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-x-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-x-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-x-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-x-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-x-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-x-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-x-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-x-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-x-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-x-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-x-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-x-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-x-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-x-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-x-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-x-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-x-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-x-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-x-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-x-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-x-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-x-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-x-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-x-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-x-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-x-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-x-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-x-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-x-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-x-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-x-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-x-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-x-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-x-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-x-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-x-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-x-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-x-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-x-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-x-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-x-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-x-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-x-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-x-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-x-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-x-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-x-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-x-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-x-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-x-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-x-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-x-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-x-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-x-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-x-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-x-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-x-transparent {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  .xl\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-x-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-x-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-x-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-x-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-x-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-x-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-x-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-x-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-x-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-x-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-x-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-x-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-x-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-x-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-x-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-x-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-x-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-x-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-x-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-x-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-x-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-x-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-x-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:border-y-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-y-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-y-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-y-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-y-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-y-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-y-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-y-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-y-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-y-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-y-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-y-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-y-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-y-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-y-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-y-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-y-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-y-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-y-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-y-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-y-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-y-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-y-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-y-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-y-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-y-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-y-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-y-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-y-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-y-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-y-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-y-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-y-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-y-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-y-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-y-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-y-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-y-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-y-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-y-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-y-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-y-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-y-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-y-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-y-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-y-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-y-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-y-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-y-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-y-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-y-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-y-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-y-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-y-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-y-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-y-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-y-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-y-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-y-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-y-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-y-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-y-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-y-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-y-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-y-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-y-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-y-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-y-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-y-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-y-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-y-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-y-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-y-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-y-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-y-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-y-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-y-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-y-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-y-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-y-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-y-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-y-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-y-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-y-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-y-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-y-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-y-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-y-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-y-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-y-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-y-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-y-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-y-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-y-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-y-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-y-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-y-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-y-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-y-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-y-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-y-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-y-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-y-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-y-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-y-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-y-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-y-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-y-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-y-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-y-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-y-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-y-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-y-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-y-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-y-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-y-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-y-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-y-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-y-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-y-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-y-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-y-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-y-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-y-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-y-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-y-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-y-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-y-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-y-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-y-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-y-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-y-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-y-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-y-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-y-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-y-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-y-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-y-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-y-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-y-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-y-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-y-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-y-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-y-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-y-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-y-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-y-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-y-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-y-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-y-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-y-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-y-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-y-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-y-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-y-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-y-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-y-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-y-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-y-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-y-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-y-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-y-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-y-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-y-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-y-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-y-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-y-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-y-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-y-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-y-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-y-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-y-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-y-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-y-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-y-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-y-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-y-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-y-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-y-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-y-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-y-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-y-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-y-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-y-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-y-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-y-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-y-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-y-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-y-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-y-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-y-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-y-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-y-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-y-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-y-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-y-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-y-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-y-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-y-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-y-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-y-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-y-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-y-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-y-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-y-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-y-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-y-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-y-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-y-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-y-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-y-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-y-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-y-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-y-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-y-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-y-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-y-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-y-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-y-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-y-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-y-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-y-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-y-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-y-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-y-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-y-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-y-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-y-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-y-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-y-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-y-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-y-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-y-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-y-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-y-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-y-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-y-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-y-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-y-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-y-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-y-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-y-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-y-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-y-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-y-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-y-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-y-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-y-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-y-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-y-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-y-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-y-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-y-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-y-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-y-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-y-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-y-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-y-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-y-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-y-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-y-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-y-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-y-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-y-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-y-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-y-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-y-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-y-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-y-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-y-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-y-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-y-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-y-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-y-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-y-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-y-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-y-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-y-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-y-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-y-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-y-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-y-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-y-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-y-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-y-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-y-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-y-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-y-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-y-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-y-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-y-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-y-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-y-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-y-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-y-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-y-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-y-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-y-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-y-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-y-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-y-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-y-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-y-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-y-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-y-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-y-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-y-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-y-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-y-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-y-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-y-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-y-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-y-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-y-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-y-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-y-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-y-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-y-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-y-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-y-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-y-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-y-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-y-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-y-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-y-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-y-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-y-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-y-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-y-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-y-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-y-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-y-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-y-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-y-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-y-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-y-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-y-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-y-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-y-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-y-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-y-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-y-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-y-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-y-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-y-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-y-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-y-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-y-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-y-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-y-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-y-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-y-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-y-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-y-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-y-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-y-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-y-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-y-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-y-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-y-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-y-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-y-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-y-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-y-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-y-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-y-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-y-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-y-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-y-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-y-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-y-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-y-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-y-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-y-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-y-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-y-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-y-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-y-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-y-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-y-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-y-current {
    border-top-color: currentColor !important;
    border-bottom-color: currentColor !important;
  }

  .xl\:border-y-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-y-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-y-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-y-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-y-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-y-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-y-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-y-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-y-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-y-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-y-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-y-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-y-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-y-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-y-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-y-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-y-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-y-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-y-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-y-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-y-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-y-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-y-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-y-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-y-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-y-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-y-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-y-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-y-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-y-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-y-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-y-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-y-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-y-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-y-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-y-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-y-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-y-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-y-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-y-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-y-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-y-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-y-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-y-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-y-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-y-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-y-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-y-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-y-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-y-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-y-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-y-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-y-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-y-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-y-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-y-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-y-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-y-inherit {
    border-top-color: inherit !important;
    border-bottom-color: inherit !important;
  }

  .xl\:border-y-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-y-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-y-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-y-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-y-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-y-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-y-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-y-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-y-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-y-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-y-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-y-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-y-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-y-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-y-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-y-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-y-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-y-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-y-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-y-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-y-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-y-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-y-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-y-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-y-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-y-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-y-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-y-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-y-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-y-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-y-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-y-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-y-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-y-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-y-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-y-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-y-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-y-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-y-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-y-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-y-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-y-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-y-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-y-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-y-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-y-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-y-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-y-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-y-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-y-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-y-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-y-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-y-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-y-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-y-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-y-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-y-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-y-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-y-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-y-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-y-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-y-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-y-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-y-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-y-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-y-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-y-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-y-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-y-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-y-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-y-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-y-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-y-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-y-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-y-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-y-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-y-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-y-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-y-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-y-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-y-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-y-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-y-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-y-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-y-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-y-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-y-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-y-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-y-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-y-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-y-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-y-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-y-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-y-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-y-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-y-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-y-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-y-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-y-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-y-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-y-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-y-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-y-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-y-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-y-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-y-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-y-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-y-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-y-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-y-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-y-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-y-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-y-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-y-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-y-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-y-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-y-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-y-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-y-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-y-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-y-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-y-transparent {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .xl\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-y-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-y-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-y-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-y-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-y-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-y-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-y-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-y-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-y-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-y-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-y-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-y-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-y-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-y-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-y-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-y-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-y-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-y-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-y-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-y-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-y-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-y-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-y-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:border-b-amber-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-b-amber-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-b-amber-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-b-amber-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-b-amber-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-b-amber-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-b-amber-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-b-amber-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-b-amber-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-b-amber-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-b-amber-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-b-black {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-b-blue-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-b-blue-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-b-blue-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-b-blue-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-b-blue-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-b-blue-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-b-blue-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-b-blue-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-b-blue-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-b-blue-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-b-blue-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-b-brand-brown {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brown\/0 {
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-b-brand-brown\/10 {
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-b-brand-brown\/100 {
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-b-brand-brown\/15 {
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-b-brand-brown\/20 {
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-b-brand-brown\/25 {
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-b-brand-brown\/30 {
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-b-brand-brown\/35 {
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-b-brand-brown\/40 {
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-b-brand-brown\/45 {
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-b-brand-brown\/5 {
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-b-brand-brown\/50 {
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-b-brand-brown\/55 {
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-b-brand-brown\/60 {
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-b-brand-brown\/65 {
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-b-brand-brown\/70 {
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-b-brand-brown\/75 {
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-b-brand-brown\/80 {
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-b-brand-brown\/85 {
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-b-brand-brown\/90 {
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-b-brand-brown\/95 {
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-b-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brownDark\/0 {
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-b-brand-brownDark\/10 {
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-b-brand-brownDark\/100 {
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-b-brand-brownDark\/15 {
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-b-brand-brownDark\/20 {
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-b-brand-brownDark\/25 {
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-b-brand-brownDark\/30 {
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-b-brand-brownDark\/35 {
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-b-brand-brownDark\/40 {
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-b-brand-brownDark\/45 {
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-b-brand-brownDark\/5 {
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-b-brand-brownDark\/50 {
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-b-brand-brownDark\/55 {
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-b-brand-brownDark\/60 {
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-b-brand-brownDark\/65 {
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-b-brand-brownDark\/70 {
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-b-brand-brownDark\/75 {
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-b-brand-brownDark\/80 {
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-b-brand-brownDark\/85 {
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-b-brand-brownDark\/90 {
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-b-brand-brownDark\/95 {
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-b-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brownDarker\/0 {
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-b-brand-brownDarker\/10 {
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-b-brand-brownDarker\/100 {
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-b-brand-brownDarker\/15 {
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-b-brand-brownDarker\/20 {
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-b-brand-brownDarker\/25 {
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-b-brand-brownDarker\/30 {
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-b-brand-brownDarker\/35 {
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-b-brand-brownDarker\/40 {
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-b-brand-brownDarker\/45 {
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-b-brand-brownDarker\/5 {
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-b-brand-brownDarker\/50 {
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-b-brand-brownDarker\/55 {
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-b-brand-brownDarker\/60 {
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-b-brand-brownDarker\/65 {
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-b-brand-brownDarker\/70 {
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-b-brand-brownDarker\/75 {
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-b-brand-brownDarker\/80 {
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-b-brand-brownDarker\/85 {
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-b-brand-brownDarker\/90 {
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-b-brand-brownDarker\/95 {
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-b-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brownDarkest\/0 {
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-b-brand-brownDarkest\/10 {
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-b-brand-brownDarkest\/100 {
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-b-brand-brownDarkest\/15 {
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-b-brand-brownDarkest\/20 {
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-b-brand-brownDarkest\/25 {
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-b-brand-brownDarkest\/30 {
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-b-brand-brownDarkest\/35 {
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-b-brand-brownDarkest\/40 {
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-b-brand-brownDarkest\/45 {
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-b-brand-brownDarkest\/5 {
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-b-brand-brownDarkest\/50 {
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-b-brand-brownDarkest\/55 {
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-b-brand-brownDarkest\/60 {
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-b-brand-brownDarkest\/65 {
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-b-brand-brownDarkest\/70 {
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-b-brand-brownDarkest\/75 {
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-b-brand-brownDarkest\/80 {
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-b-brand-brownDarkest\/85 {
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-b-brand-brownDarkest\/90 {
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-b-brand-brownDarkest\/95 {
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-b-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brownLighest\/0 {
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-b-brand-brownLighest\/10 {
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-b-brand-brownLighest\/100 {
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-b-brand-brownLighest\/15 {
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-b-brand-brownLighest\/20 {
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-b-brand-brownLighest\/25 {
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-b-brand-brownLighest\/30 {
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-b-brand-brownLighest\/35 {
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-b-brand-brownLighest\/40 {
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-b-brand-brownLighest\/45 {
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-b-brand-brownLighest\/5 {
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-b-brand-brownLighest\/50 {
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-b-brand-brownLighest\/55 {
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-b-brand-brownLighest\/60 {
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-b-brand-brownLighest\/65 {
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-b-brand-brownLighest\/70 {
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-b-brand-brownLighest\/75 {
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-b-brand-brownLighest\/80 {
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-b-brand-brownLighest\/85 {
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-b-brand-brownLighest\/90 {
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-b-brand-brownLighest\/95 {
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-b-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-brownLight\/0 {
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-b-brand-brownLight\/10 {
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-b-brand-brownLight\/100 {
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-b-brand-brownLight\/15 {
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-b-brand-brownLight\/20 {
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-b-brand-brownLight\/25 {
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-b-brand-brownLight\/30 {
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-b-brand-brownLight\/35 {
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-b-brand-brownLight\/40 {
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-b-brand-brownLight\/45 {
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-b-brand-brownLight\/5 {
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-b-brand-brownLight\/50 {
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-b-brand-brownLight\/55 {
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-b-brand-brownLight\/60 {
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-b-brand-brownLight\/65 {
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-b-brand-brownLight\/70 {
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-b-brand-brownLight\/75 {
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-b-brand-brownLight\/80 {
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-b-brand-brownLight\/85 {
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-b-brand-brownLight\/90 {
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-b-brand-brownLight\/95 {
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-b-brand-grey {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-grey\/0 {
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-b-brand-grey\/10 {
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-b-brand-grey\/100 {
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-b-brand-grey\/15 {
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-b-brand-grey\/20 {
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-b-brand-grey\/25 {
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-b-brand-grey\/30 {
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-b-brand-grey\/35 {
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-b-brand-grey\/40 {
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-b-brand-grey\/45 {
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-b-brand-grey\/5 {
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-b-brand-grey\/50 {
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-b-brand-grey\/55 {
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-b-brand-grey\/60 {
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-b-brand-grey\/65 {
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-b-brand-grey\/70 {
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-b-brand-grey\/75 {
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-b-brand-grey\/80 {
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-b-brand-grey\/85 {
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-b-brand-grey\/90 {
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-b-brand-grey\/95 {
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-b-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-greyDarkest\/0 {
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-b-brand-greyDarkest\/10 {
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-b-brand-greyDarkest\/100 {
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-b-brand-greyDarkest\/15 {
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-b-brand-greyDarkest\/20 {
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-b-brand-greyDarkest\/25 {
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-b-brand-greyDarkest\/30 {
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-b-brand-greyDarkest\/35 {
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-b-brand-greyDarkest\/40 {
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-b-brand-greyDarkest\/45 {
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-b-brand-greyDarkest\/5 {
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-b-brand-greyDarkest\/50 {
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-b-brand-greyDarkest\/55 {
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-b-brand-greyDarkest\/60 {
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-b-brand-greyDarkest\/65 {
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-b-brand-greyDarkest\/70 {
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-b-brand-greyDarkest\/75 {
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-b-brand-greyDarkest\/80 {
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-b-brand-greyDarkest\/85 {
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-b-brand-greyDarkest\/90 {
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-b-brand-greyDarkest\/95 {
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-b-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-greyLight\/0 {
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-b-brand-greyLight\/10 {
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-b-brand-greyLight\/100 {
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-b-brand-greyLight\/15 {
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-b-brand-greyLight\/20 {
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-b-brand-greyLight\/25 {
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-b-brand-greyLight\/30 {
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-b-brand-greyLight\/35 {
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-b-brand-greyLight\/40 {
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-b-brand-greyLight\/45 {
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-b-brand-greyLight\/5 {
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-b-brand-greyLight\/50 {
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-b-brand-greyLight\/55 {
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-b-brand-greyLight\/60 {
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-b-brand-greyLight\/65 {
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-b-brand-greyLight\/70 {
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-b-brand-greyLight\/75 {
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-b-brand-greyLight\/80 {
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-b-brand-greyLight\/85 {
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-b-brand-greyLight\/90 {
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-b-brand-greyLight\/95 {
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-b-brand-red {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-red\/0 {
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-b-brand-red\/10 {
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-b-brand-red\/100 {
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-b-brand-red\/15 {
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-b-brand-red\/20 {
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-b-brand-red\/25 {
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-b-brand-red\/30 {
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-b-brand-red\/35 {
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-b-brand-red\/40 {
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-b-brand-red\/45 {
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-b-brand-red\/5 {
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-b-brand-red\/50 {
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-b-brand-red\/55 {
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-b-brand-red\/60 {
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-b-brand-red\/65 {
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-b-brand-red\/70 {
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-b-brand-red\/75 {
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-b-brand-red\/80 {
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-b-brand-red\/85 {
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-b-brand-red\/90 {
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-b-brand-red\/95 {
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-b-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-redDark\/0 {
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-b-brand-redDark\/10 {
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-b-brand-redDark\/100 {
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-b-brand-redDark\/15 {
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-b-brand-redDark\/20 {
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-b-brand-redDark\/25 {
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-b-brand-redDark\/30 {
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-b-brand-redDark\/35 {
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-b-brand-redDark\/40 {
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-b-brand-redDark\/45 {
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-b-brand-redDark\/5 {
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-b-brand-redDark\/50 {
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-b-brand-redDark\/55 {
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-b-brand-redDark\/60 {
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-b-brand-redDark\/65 {
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-b-brand-redDark\/70 {
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-b-brand-redDark\/75 {
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-b-brand-redDark\/80 {
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-b-brand-redDark\/85 {
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-b-brand-redDark\/90 {
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-b-brand-redDark\/95 {
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-b-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-systemGreen\/0 {
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-b-brand-systemGreen\/10 {
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-b-brand-systemGreen\/100 {
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-b-brand-systemGreen\/15 {
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-b-brand-systemGreen\/20 {
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-b-brand-systemGreen\/25 {
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-b-brand-systemGreen\/30 {
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-b-brand-systemGreen\/35 {
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-b-brand-systemGreen\/40 {
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-b-brand-systemGreen\/45 {
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-b-brand-systemGreen\/5 {
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-b-brand-systemGreen\/50 {
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-b-brand-systemGreen\/55 {
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-b-brand-systemGreen\/60 {
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-b-brand-systemGreen\/65 {
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-b-brand-systemGreen\/70 {
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-b-brand-systemGreen\/75 {
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-b-brand-systemGreen\/80 {
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-b-brand-systemGreen\/85 {
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-b-brand-systemGreen\/90 {
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-b-brand-systemGreen\/95 {
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-b-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-systemOrange\/0 {
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-b-brand-systemOrange\/10 {
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-b-brand-systemOrange\/100 {
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-b-brand-systemOrange\/15 {
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-b-brand-systemOrange\/20 {
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-b-brand-systemOrange\/25 {
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-b-brand-systemOrange\/30 {
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-b-brand-systemOrange\/35 {
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-b-brand-systemOrange\/40 {
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-b-brand-systemOrange\/45 {
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-b-brand-systemOrange\/5 {
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-b-brand-systemOrange\/50 {
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-b-brand-systemOrange\/55 {
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-b-brand-systemOrange\/60 {
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-b-brand-systemOrange\/65 {
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-b-brand-systemOrange\/70 {
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-b-brand-systemOrange\/75 {
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-b-brand-systemOrange\/80 {
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-b-brand-systemOrange\/85 {
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-b-brand-systemOrange\/90 {
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-b-brand-systemOrange\/95 {
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-b-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-systemRed\/0 {
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-b-brand-systemRed\/10 {
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-b-brand-systemRed\/100 {
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-b-brand-systemRed\/15 {
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-b-brand-systemRed\/20 {
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-b-brand-systemRed\/25 {
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-b-brand-systemRed\/30 {
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-b-brand-systemRed\/35 {
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-b-brand-systemRed\/40 {
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-b-brand-systemRed\/45 {
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-b-brand-systemRed\/5 {
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-b-brand-systemRed\/50 {
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-b-brand-systemRed\/55 {
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-b-brand-systemRed\/60 {
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-b-brand-systemRed\/65 {
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-b-brand-systemRed\/70 {
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-b-brand-systemRed\/75 {
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-b-brand-systemRed\/80 {
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-b-brand-systemRed\/85 {
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-b-brand-systemRed\/90 {
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-b-brand-systemRed\/95 {
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-b-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-systemYellow\/0 {
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-b-brand-systemYellow\/10 {
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-b-brand-systemYellow\/100 {
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-b-brand-systemYellow\/15 {
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-b-brand-systemYellow\/20 {
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-b-brand-systemYellow\/25 {
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-b-brand-systemYellow\/30 {
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-b-brand-systemYellow\/35 {
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-b-brand-systemYellow\/40 {
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-b-brand-systemYellow\/45 {
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-b-brand-systemYellow\/5 {
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-b-brand-systemYellow\/50 {
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-b-brand-systemYellow\/55 {
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-b-brand-systemYellow\/60 {
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-b-brand-systemYellow\/65 {
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-b-brand-systemYellow\/70 {
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-b-brand-systemYellow\/75 {
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-b-brand-systemYellow\/80 {
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-b-brand-systemYellow\/85 {
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-b-brand-systemYellow\/90 {
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-b-brand-systemYellow\/95 {
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-b-brand-text {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-text\/0 {
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-b-brand-text\/10 {
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-b-brand-text\/100 {
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-b-brand-text\/15 {
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-b-brand-text\/20 {
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-b-brand-text\/25 {
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-b-brand-text\/30 {
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-b-brand-text\/35 {
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-b-brand-text\/40 {
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-b-brand-text\/45 {
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-b-brand-text\/5 {
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-b-brand-text\/50 {
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-b-brand-text\/55 {
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-b-brand-text\/60 {
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-b-brand-text\/65 {
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-b-brand-text\/70 {
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-b-brand-text\/75 {
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-b-brand-text\/80 {
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-b-brand-text\/85 {
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-b-brand-text\/90 {
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-b-brand-text\/95 {
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-b-brand-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-brand-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-b-brand-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-b-brand-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-b-brand-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-b-brand-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-b-brand-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-b-brand-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-b-brand-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-b-brand-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-b-brand-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-b-brand-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-b-brand-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-b-brand-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-b-brand-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-b-brand-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-b-brand-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-b-brand-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-b-brand-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-b-brand-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-b-brand-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-b-brand-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-b-current {
    border-bottom-color: currentColor !important;
  }

  .xl\:border-b-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-b-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-b-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-b-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-b-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-b-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-b-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-b-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-b-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-b-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-b-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-b-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-b-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-b-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-b-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-b-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-b-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-b-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-b-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-b-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-b-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-b-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-b-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-b-gray-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-b-gray-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-b-gray-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-b-gray-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-b-gray-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-b-gray-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-b-gray-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-b-gray-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-b-gray-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-b-gray-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-b-gray-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-b-green-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-b-green-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-b-green-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-b-green-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-b-green-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-b-green-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-b-green-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-b-green-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-b-green-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-b-green-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-b-green-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-b-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-b-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-b-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-b-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-b-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-b-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-b-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-b-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-b-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-b-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-b-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-b-inherit {
    border-bottom-color: inherit !important;
  }

  .xl\:border-b-lime-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-b-lime-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-b-lime-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-b-lime-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-b-lime-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-b-lime-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-b-lime-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-b-lime-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-b-lime-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-b-lime-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-b-lime-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-b-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-b-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-b-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-b-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-b-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-b-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-b-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-b-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-b-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-b-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-b-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-b-orange-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-b-orange-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-b-orange-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-b-orange-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-b-orange-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-b-orange-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-b-orange-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-b-orange-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-b-orange-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-b-orange-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-b-orange-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-b-pink-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-b-pink-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-b-pink-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-b-pink-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-b-pink-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-b-pink-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-b-pink-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-b-pink-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-b-pink-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-b-pink-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-b-pink-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-b-purple-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-b-purple-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-b-purple-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-b-purple-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-b-purple-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-b-purple-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-b-purple-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-b-purple-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-b-purple-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-b-purple-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-b-purple-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-b-red-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-b-red-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-b-red-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-b-red-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-b-red-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-b-red-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-b-red-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-b-red-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-b-red-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-b-red-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-b-red-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-b-rose-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-b-rose-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-b-rose-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-b-rose-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-b-rose-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-b-rose-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-b-rose-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-b-rose-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-b-rose-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-b-rose-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-b-rose-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-b-sky-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-b-sky-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-b-sky-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-b-sky-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-b-sky-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-b-sky-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-b-sky-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-b-sky-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-b-sky-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-b-sky-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-b-sky-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-b-slate-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-b-slate-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-b-slate-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-b-slate-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-b-slate-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-b-slate-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-b-slate-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-b-slate-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-b-slate-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-b-stone-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-b-stone-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-b-stone-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-b-stone-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-b-stone-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-b-stone-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-b-stone-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-b-stone-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-b-stone-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-b-stone-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-b-stone-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-b-teal-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-b-teal-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-b-teal-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-b-teal-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-b-teal-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-b-teal-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-b-teal-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-b-teal-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-b-teal-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-b-teal-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-b-teal-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-b-transparent {
    border-bottom-color: transparent !important;
  }

  .xl\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-b-violet-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-b-violet-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-b-violet-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-b-violet-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-b-violet-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-b-violet-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-b-violet-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-b-violet-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-b-violet-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-b-violet-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-b-violet-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-b-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-b-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-b-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-b-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-b-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-b-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-b-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-b-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-b-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-b-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-b-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:border-l-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-l-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-l-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-l-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-l-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-l-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-l-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-l-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-l-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-l-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-l-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-l-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-l-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-l-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-l-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-l-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-l-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-l-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-l-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-l-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-l-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-l-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-l-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-l-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-l-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-l-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-l-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-l-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-l-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-l-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-l-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-l-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-l-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-l-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-l-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-l-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-l-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-l-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-l-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-l-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-l-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-l-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-l-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-l-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-l-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-l-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-l-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-l-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-l-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-l-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-l-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-l-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-l-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-l-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-l-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-l-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-l-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-l-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-l-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-l-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-l-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-l-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-l-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-l-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-l-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-l-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-l-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-l-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-l-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-l-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-l-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-l-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-l-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-l-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-l-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-l-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-l-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-l-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-l-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-l-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-l-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-l-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-l-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-l-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-l-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-l-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-l-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-l-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-l-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-l-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-l-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-l-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-l-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-l-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-l-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-l-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-l-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-l-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-l-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-l-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-l-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-l-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-l-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-l-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-l-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-l-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-l-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-l-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-l-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-l-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-l-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-l-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-l-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-l-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-l-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-l-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-l-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-l-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-l-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-l-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-l-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-l-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-l-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-l-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-l-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-l-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-l-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-l-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-l-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-l-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-l-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-l-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-l-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-l-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-l-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-l-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-l-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-l-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-l-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-l-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-l-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-l-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-l-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-l-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-l-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-l-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-l-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-l-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-l-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-l-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-l-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-l-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-l-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-l-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-l-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-l-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-l-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-l-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-l-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-l-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-l-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-l-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-l-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-l-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-l-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-l-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-l-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-l-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-l-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-l-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-l-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-l-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-l-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-l-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-l-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-l-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-l-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-l-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-l-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-l-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-l-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-l-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-l-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-l-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-l-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-l-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-l-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-l-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-l-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-l-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-l-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-l-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-l-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-l-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-l-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-l-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-l-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-l-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-l-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-l-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-l-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-l-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-l-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-l-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-l-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-l-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-l-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-l-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-l-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-l-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-l-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-l-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-l-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-l-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-l-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-l-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-l-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-l-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-l-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-l-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-l-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-l-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-l-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-l-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-l-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-l-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-l-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-l-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-l-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-l-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-l-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-l-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-l-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-l-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-l-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-l-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-l-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-l-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-l-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-l-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-l-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-l-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-l-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-l-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-l-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-l-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-l-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-l-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-l-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-l-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-l-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-l-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-l-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-l-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-l-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-l-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-l-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-l-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-l-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-l-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-l-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-l-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-l-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-l-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-l-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-l-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-l-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-l-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-l-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-l-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-l-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-l-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-l-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-l-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-l-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-l-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-l-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-l-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-l-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-l-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-l-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-l-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-l-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-l-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-l-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-l-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-l-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-l-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-l-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-l-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-l-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-l-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-l-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-l-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-l-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-l-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-l-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-l-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-l-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-l-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-l-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-l-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-l-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-l-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-l-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-l-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-l-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-l-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-l-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-l-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-l-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-l-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-l-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-l-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-l-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-l-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-l-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-l-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-l-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-l-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-l-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-l-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-l-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-l-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-l-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-l-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-l-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-l-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-l-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-l-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-l-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-l-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-l-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-l-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-l-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-l-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-l-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-l-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-l-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-l-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-l-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-l-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-l-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-l-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-l-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-l-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-l-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-l-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-l-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-l-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-l-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-l-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-l-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-l-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-l-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-l-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-l-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-l-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-l-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-l-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-l-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-l-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-l-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-l-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-l-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-l-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-l-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-l-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-l-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-l-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-l-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-l-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-l-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-l-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-l-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-l-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-l-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-l-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-l-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-l-current {
    border-left-color: currentColor !important;
  }

  .xl\:border-l-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-l-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-l-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-l-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-l-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-l-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-l-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-l-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-l-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-l-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-l-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-l-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-l-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-l-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-l-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-l-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-l-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-l-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-l-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-l-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-l-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-l-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-l-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-l-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-l-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-l-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-l-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-l-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-l-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-l-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-l-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-l-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-l-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-l-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-l-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-l-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-l-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-l-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-l-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-l-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-l-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-l-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-l-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-l-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-l-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-l-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-l-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-l-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-l-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-l-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-l-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-l-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-l-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-l-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-l-inherit {
    border-left-color: inherit !important;
  }

  .xl\:border-l-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-l-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-l-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-l-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-l-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-l-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-l-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-l-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-l-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-l-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-l-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-l-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-l-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-l-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-l-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-l-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-l-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-l-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-l-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-l-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-l-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-l-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-l-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-l-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-l-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-l-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-l-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-l-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-l-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-l-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-l-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-l-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-l-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-l-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-l-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-l-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-l-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-l-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-l-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-l-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-l-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-l-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-l-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-l-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-l-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-l-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-l-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-l-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-l-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-l-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-l-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-l-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-l-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-l-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-l-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-l-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-l-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-l-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-l-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-l-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-l-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-l-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-l-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-l-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-l-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-l-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-l-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-l-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-l-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-l-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-l-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-l-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-l-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-l-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-l-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-l-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-l-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-l-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-l-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-l-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-l-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-l-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-l-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-l-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-l-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-l-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-l-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-l-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-l-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-l-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-l-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-l-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-l-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-l-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-l-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-l-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-l-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-l-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-l-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-l-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-l-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-l-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-l-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-l-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-l-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-l-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-l-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-l-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-l-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-l-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-l-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-l-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-l-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-l-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-l-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-l-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-l-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-l-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-l-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-l-transparent {
    border-left-color: transparent !important;
  }

  .xl\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-l-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-l-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-l-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-l-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-l-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-l-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-l-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-l-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-l-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-l-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-l-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-l-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-l-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-l-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-l-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-l-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-l-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-l-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-l-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-l-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-l-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-l-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:border-r-amber-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-r-amber-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-r-amber-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-r-amber-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-r-amber-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-r-amber-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-r-amber-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-r-amber-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-r-amber-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-r-amber-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-r-amber-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-r-black {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-r-blue-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-r-blue-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-r-blue-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-r-blue-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-r-blue-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-r-blue-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-r-blue-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-r-blue-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-r-blue-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-r-blue-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-r-blue-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-r-brand-brown {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brown\/0 {
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-r-brand-brown\/10 {
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-r-brand-brown\/100 {
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-r-brand-brown\/15 {
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-r-brand-brown\/20 {
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-r-brand-brown\/25 {
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-r-brand-brown\/30 {
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-r-brand-brown\/35 {
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-r-brand-brown\/40 {
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-r-brand-brown\/45 {
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-r-brand-brown\/5 {
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-r-brand-brown\/50 {
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-r-brand-brown\/55 {
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-r-brand-brown\/60 {
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-r-brand-brown\/65 {
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-r-brand-brown\/70 {
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-r-brand-brown\/75 {
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-r-brand-brown\/80 {
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-r-brand-brown\/85 {
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-r-brand-brown\/90 {
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-r-brand-brown\/95 {
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-r-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brownDark\/0 {
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-r-brand-brownDark\/10 {
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-r-brand-brownDark\/100 {
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-r-brand-brownDark\/15 {
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-r-brand-brownDark\/20 {
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-r-brand-brownDark\/25 {
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-r-brand-brownDark\/30 {
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-r-brand-brownDark\/35 {
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-r-brand-brownDark\/40 {
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-r-brand-brownDark\/45 {
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-r-brand-brownDark\/5 {
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-r-brand-brownDark\/50 {
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-r-brand-brownDark\/55 {
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-r-brand-brownDark\/60 {
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-r-brand-brownDark\/65 {
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-r-brand-brownDark\/70 {
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-r-brand-brownDark\/75 {
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-r-brand-brownDark\/80 {
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-r-brand-brownDark\/85 {
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-r-brand-brownDark\/90 {
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-r-brand-brownDark\/95 {
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-r-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brownDarker\/0 {
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-r-brand-brownDarker\/10 {
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-r-brand-brownDarker\/100 {
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-r-brand-brownDarker\/15 {
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-r-brand-brownDarker\/20 {
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-r-brand-brownDarker\/25 {
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-r-brand-brownDarker\/30 {
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-r-brand-brownDarker\/35 {
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-r-brand-brownDarker\/40 {
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-r-brand-brownDarker\/45 {
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-r-brand-brownDarker\/5 {
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-r-brand-brownDarker\/50 {
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-r-brand-brownDarker\/55 {
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-r-brand-brownDarker\/60 {
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-r-brand-brownDarker\/65 {
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-r-brand-brownDarker\/70 {
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-r-brand-brownDarker\/75 {
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-r-brand-brownDarker\/80 {
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-r-brand-brownDarker\/85 {
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-r-brand-brownDarker\/90 {
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-r-brand-brownDarker\/95 {
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-r-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brownDarkest\/0 {
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-r-brand-brownDarkest\/10 {
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-r-brand-brownDarkest\/100 {
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-r-brand-brownDarkest\/15 {
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-r-brand-brownDarkest\/20 {
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-r-brand-brownDarkest\/25 {
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-r-brand-brownDarkest\/30 {
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-r-brand-brownDarkest\/35 {
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-r-brand-brownDarkest\/40 {
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-r-brand-brownDarkest\/45 {
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-r-brand-brownDarkest\/5 {
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-r-brand-brownDarkest\/50 {
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-r-brand-brownDarkest\/55 {
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-r-brand-brownDarkest\/60 {
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-r-brand-brownDarkest\/65 {
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-r-brand-brownDarkest\/70 {
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-r-brand-brownDarkest\/75 {
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-r-brand-brownDarkest\/80 {
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-r-brand-brownDarkest\/85 {
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-r-brand-brownDarkest\/90 {
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-r-brand-brownDarkest\/95 {
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-r-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brownLighest\/0 {
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-r-brand-brownLighest\/10 {
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-r-brand-brownLighest\/100 {
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-r-brand-brownLighest\/15 {
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-r-brand-brownLighest\/20 {
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-r-brand-brownLighest\/25 {
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-r-brand-brownLighest\/30 {
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-r-brand-brownLighest\/35 {
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-r-brand-brownLighest\/40 {
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-r-brand-brownLighest\/45 {
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-r-brand-brownLighest\/5 {
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-r-brand-brownLighest\/50 {
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-r-brand-brownLighest\/55 {
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-r-brand-brownLighest\/60 {
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-r-brand-brownLighest\/65 {
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-r-brand-brownLighest\/70 {
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-r-brand-brownLighest\/75 {
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-r-brand-brownLighest\/80 {
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-r-brand-brownLighest\/85 {
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-r-brand-brownLighest\/90 {
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-r-brand-brownLighest\/95 {
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-r-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-brownLight\/0 {
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-r-brand-brownLight\/10 {
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-r-brand-brownLight\/100 {
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-r-brand-brownLight\/15 {
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-r-brand-brownLight\/20 {
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-r-brand-brownLight\/25 {
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-r-brand-brownLight\/30 {
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-r-brand-brownLight\/35 {
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-r-brand-brownLight\/40 {
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-r-brand-brownLight\/45 {
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-r-brand-brownLight\/5 {
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-r-brand-brownLight\/50 {
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-r-brand-brownLight\/55 {
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-r-brand-brownLight\/60 {
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-r-brand-brownLight\/65 {
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-r-brand-brownLight\/70 {
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-r-brand-brownLight\/75 {
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-r-brand-brownLight\/80 {
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-r-brand-brownLight\/85 {
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-r-brand-brownLight\/90 {
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-r-brand-brownLight\/95 {
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-r-brand-grey {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-grey\/0 {
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-r-brand-grey\/10 {
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-r-brand-grey\/100 {
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-r-brand-grey\/15 {
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-r-brand-grey\/20 {
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-r-brand-grey\/25 {
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-r-brand-grey\/30 {
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-r-brand-grey\/35 {
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-r-brand-grey\/40 {
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-r-brand-grey\/45 {
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-r-brand-grey\/5 {
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-r-brand-grey\/50 {
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-r-brand-grey\/55 {
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-r-brand-grey\/60 {
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-r-brand-grey\/65 {
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-r-brand-grey\/70 {
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-r-brand-grey\/75 {
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-r-brand-grey\/80 {
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-r-brand-grey\/85 {
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-r-brand-grey\/90 {
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-r-brand-grey\/95 {
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-r-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-greyDarkest\/0 {
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-r-brand-greyDarkest\/10 {
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-r-brand-greyDarkest\/100 {
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-r-brand-greyDarkest\/15 {
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-r-brand-greyDarkest\/20 {
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-r-brand-greyDarkest\/25 {
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-r-brand-greyDarkest\/30 {
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-r-brand-greyDarkest\/35 {
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-r-brand-greyDarkest\/40 {
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-r-brand-greyDarkest\/45 {
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-r-brand-greyDarkest\/5 {
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-r-brand-greyDarkest\/50 {
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-r-brand-greyDarkest\/55 {
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-r-brand-greyDarkest\/60 {
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-r-brand-greyDarkest\/65 {
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-r-brand-greyDarkest\/70 {
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-r-brand-greyDarkest\/75 {
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-r-brand-greyDarkest\/80 {
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-r-brand-greyDarkest\/85 {
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-r-brand-greyDarkest\/90 {
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-r-brand-greyDarkest\/95 {
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-r-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-greyLight\/0 {
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-r-brand-greyLight\/10 {
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-r-brand-greyLight\/100 {
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-r-brand-greyLight\/15 {
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-r-brand-greyLight\/20 {
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-r-brand-greyLight\/25 {
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-r-brand-greyLight\/30 {
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-r-brand-greyLight\/35 {
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-r-brand-greyLight\/40 {
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-r-brand-greyLight\/45 {
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-r-brand-greyLight\/5 {
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-r-brand-greyLight\/50 {
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-r-brand-greyLight\/55 {
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-r-brand-greyLight\/60 {
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-r-brand-greyLight\/65 {
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-r-brand-greyLight\/70 {
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-r-brand-greyLight\/75 {
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-r-brand-greyLight\/80 {
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-r-brand-greyLight\/85 {
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-r-brand-greyLight\/90 {
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-r-brand-greyLight\/95 {
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-r-brand-red {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-red\/0 {
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-r-brand-red\/10 {
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-r-brand-red\/100 {
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-r-brand-red\/15 {
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-r-brand-red\/20 {
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-r-brand-red\/25 {
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-r-brand-red\/30 {
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-r-brand-red\/35 {
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-r-brand-red\/40 {
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-r-brand-red\/45 {
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-r-brand-red\/5 {
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-r-brand-red\/50 {
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-r-brand-red\/55 {
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-r-brand-red\/60 {
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-r-brand-red\/65 {
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-r-brand-red\/70 {
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-r-brand-red\/75 {
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-r-brand-red\/80 {
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-r-brand-red\/85 {
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-r-brand-red\/90 {
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-r-brand-red\/95 {
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-r-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-redDark\/0 {
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-r-brand-redDark\/10 {
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-r-brand-redDark\/100 {
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-r-brand-redDark\/15 {
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-r-brand-redDark\/20 {
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-r-brand-redDark\/25 {
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-r-brand-redDark\/30 {
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-r-brand-redDark\/35 {
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-r-brand-redDark\/40 {
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-r-brand-redDark\/45 {
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-r-brand-redDark\/5 {
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-r-brand-redDark\/50 {
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-r-brand-redDark\/55 {
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-r-brand-redDark\/60 {
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-r-brand-redDark\/65 {
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-r-brand-redDark\/70 {
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-r-brand-redDark\/75 {
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-r-brand-redDark\/80 {
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-r-brand-redDark\/85 {
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-r-brand-redDark\/90 {
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-r-brand-redDark\/95 {
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-r-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-systemGreen\/0 {
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-r-brand-systemGreen\/10 {
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-r-brand-systemGreen\/100 {
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-r-brand-systemGreen\/15 {
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-r-brand-systemGreen\/20 {
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-r-brand-systemGreen\/25 {
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-r-brand-systemGreen\/30 {
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-r-brand-systemGreen\/35 {
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-r-brand-systemGreen\/40 {
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-r-brand-systemGreen\/45 {
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-r-brand-systemGreen\/5 {
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-r-brand-systemGreen\/50 {
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-r-brand-systemGreen\/55 {
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-r-brand-systemGreen\/60 {
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-r-brand-systemGreen\/65 {
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-r-brand-systemGreen\/70 {
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-r-brand-systemGreen\/75 {
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-r-brand-systemGreen\/80 {
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-r-brand-systemGreen\/85 {
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-r-brand-systemGreen\/90 {
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-r-brand-systemGreen\/95 {
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-r-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-systemOrange\/0 {
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-r-brand-systemOrange\/10 {
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-r-brand-systemOrange\/100 {
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-r-brand-systemOrange\/15 {
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-r-brand-systemOrange\/20 {
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-r-brand-systemOrange\/25 {
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-r-brand-systemOrange\/30 {
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-r-brand-systemOrange\/35 {
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-r-brand-systemOrange\/40 {
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-r-brand-systemOrange\/45 {
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-r-brand-systemOrange\/5 {
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-r-brand-systemOrange\/50 {
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-r-brand-systemOrange\/55 {
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-r-brand-systemOrange\/60 {
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-r-brand-systemOrange\/65 {
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-r-brand-systemOrange\/70 {
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-r-brand-systemOrange\/75 {
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-r-brand-systemOrange\/80 {
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-r-brand-systemOrange\/85 {
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-r-brand-systemOrange\/90 {
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-r-brand-systemOrange\/95 {
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-r-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-systemRed\/0 {
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-r-brand-systemRed\/10 {
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-r-brand-systemRed\/100 {
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-r-brand-systemRed\/15 {
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-r-brand-systemRed\/20 {
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-r-brand-systemRed\/25 {
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-r-brand-systemRed\/30 {
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-r-brand-systemRed\/35 {
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-r-brand-systemRed\/40 {
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-r-brand-systemRed\/45 {
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-r-brand-systemRed\/5 {
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-r-brand-systemRed\/50 {
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-r-brand-systemRed\/55 {
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-r-brand-systemRed\/60 {
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-r-brand-systemRed\/65 {
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-r-brand-systemRed\/70 {
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-r-brand-systemRed\/75 {
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-r-brand-systemRed\/80 {
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-r-brand-systemRed\/85 {
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-r-brand-systemRed\/90 {
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-r-brand-systemRed\/95 {
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-r-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-systemYellow\/0 {
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-r-brand-systemYellow\/10 {
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-r-brand-systemYellow\/100 {
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-r-brand-systemYellow\/15 {
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-r-brand-systemYellow\/20 {
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-r-brand-systemYellow\/25 {
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-r-brand-systemYellow\/30 {
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-r-brand-systemYellow\/35 {
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-r-brand-systemYellow\/40 {
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-r-brand-systemYellow\/45 {
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-r-brand-systemYellow\/5 {
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-r-brand-systemYellow\/50 {
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-r-brand-systemYellow\/55 {
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-r-brand-systemYellow\/60 {
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-r-brand-systemYellow\/65 {
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-r-brand-systemYellow\/70 {
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-r-brand-systemYellow\/75 {
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-r-brand-systemYellow\/80 {
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-r-brand-systemYellow\/85 {
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-r-brand-systemYellow\/90 {
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-r-brand-systemYellow\/95 {
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-r-brand-text {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-text\/0 {
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-r-brand-text\/10 {
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-r-brand-text\/100 {
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-r-brand-text\/15 {
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-r-brand-text\/20 {
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-r-brand-text\/25 {
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-r-brand-text\/30 {
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-r-brand-text\/35 {
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-r-brand-text\/40 {
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-r-brand-text\/45 {
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-r-brand-text\/5 {
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-r-brand-text\/50 {
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-r-brand-text\/55 {
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-r-brand-text\/60 {
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-r-brand-text\/65 {
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-r-brand-text\/70 {
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-r-brand-text\/75 {
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-r-brand-text\/80 {
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-r-brand-text\/85 {
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-r-brand-text\/90 {
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-r-brand-text\/95 {
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-r-brand-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-brand-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-r-brand-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-r-brand-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-r-brand-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-r-brand-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-r-brand-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-r-brand-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-r-brand-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-r-brand-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-r-brand-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-r-brand-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-r-brand-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-r-brand-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-r-brand-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-r-brand-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-r-brand-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-r-brand-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-r-brand-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-r-brand-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-r-brand-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-r-brand-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-r-current {
    border-right-color: currentColor !important;
  }

  .xl\:border-r-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-r-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-r-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-r-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-r-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-r-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-r-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-r-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-r-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-r-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-r-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-r-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-r-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-r-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-r-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-r-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-r-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-r-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-r-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-r-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-r-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-r-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-r-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-r-gray-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-r-gray-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-r-gray-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-r-gray-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-r-gray-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-r-gray-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-r-gray-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-r-gray-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-r-gray-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-r-green-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-r-green-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-r-green-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-r-green-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-r-green-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-r-green-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-r-green-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-r-green-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-r-green-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-r-green-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-r-green-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-r-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-r-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-r-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-r-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-r-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-r-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-r-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-r-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-r-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-r-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-r-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-r-inherit {
    border-right-color: inherit !important;
  }

  .xl\:border-r-lime-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-r-lime-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-r-lime-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-r-lime-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-r-lime-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-r-lime-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-r-lime-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-r-lime-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-r-lime-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-r-lime-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-r-lime-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-r-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-r-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-r-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-r-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-r-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-r-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-r-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-r-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-r-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-r-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-r-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-r-orange-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-r-orange-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-r-orange-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-r-orange-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-r-orange-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-r-orange-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-r-orange-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-r-orange-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-r-orange-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-r-orange-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-r-orange-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-r-pink-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-r-pink-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-r-pink-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-r-pink-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-r-pink-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-r-pink-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-r-pink-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-r-pink-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-r-pink-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-r-pink-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-r-pink-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-r-purple-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-r-purple-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-r-purple-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-r-purple-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-r-purple-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-r-purple-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-r-purple-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-r-purple-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-r-purple-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-r-purple-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-r-purple-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-r-red-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-r-red-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-r-red-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-r-red-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-r-red-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-r-red-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-r-red-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-r-red-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-r-red-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-r-red-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-r-red-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-r-rose-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-r-rose-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-r-rose-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-r-rose-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-r-rose-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-r-rose-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-r-rose-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-r-rose-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-r-rose-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-r-rose-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-r-rose-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-r-sky-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-r-sky-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-r-sky-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-r-sky-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-r-sky-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-r-sky-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-r-sky-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-r-sky-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-r-sky-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-r-sky-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-r-sky-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-r-slate-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-r-slate-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-r-slate-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-r-slate-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-r-slate-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-r-slate-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-r-slate-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-r-slate-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-r-slate-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-r-slate-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-r-slate-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-r-stone-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-r-stone-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-r-stone-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-r-stone-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-r-stone-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-r-stone-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-r-stone-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-r-stone-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-r-stone-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-r-stone-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-r-stone-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-r-teal-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-r-teal-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-r-teal-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-r-teal-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-r-teal-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-r-teal-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-r-teal-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-r-teal-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-r-teal-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-r-teal-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-r-teal-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-r-transparent {
    border-right-color: transparent !important;
  }

  .xl\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-r-violet-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-r-violet-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-r-violet-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-r-violet-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-r-violet-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-r-violet-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-r-violet-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-r-violet-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-r-violet-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-r-violet-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-r-violet-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-r-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-r-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-r-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-r-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-r-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-r-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-r-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-r-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-r-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-r-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-r-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:border-t-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
  }

  .xl\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
  }

  .xl\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
  }

  .xl\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
  }

  .xl\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
  }

  .xl\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
  }

  .xl\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
  }

  .xl\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
  }

  .xl\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
  }

  .xl\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
  }

  .xl\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
  }

  .xl\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
  }

  .xl\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
  }

  .xl\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
  }

  .xl\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
  }

  .xl\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
  }

  .xl\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
  }

  .xl\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
  }

  .xl\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
  }

  .xl\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
  }

  .xl\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
  }

  .xl\:border-t-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
  }

  .xl\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
  }

  .xl\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
  }

  .xl\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
  }

  .xl\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
  }

  .xl\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
  }

  .xl\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
  }

  .xl\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
  }

  .xl\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
  }

  .xl\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
  }

  .xl\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
  }

  .xl\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
  }

  .xl\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
  }

  .xl\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
  }

  .xl\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
  }

  .xl\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
  }

  .xl\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
  }

  .xl\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
  }

  .xl\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
  }

  .xl\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
  }

  .xl\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
  }

  .xl\:border-t-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
  }

  .xl\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
  }

  .xl\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
  }

  .xl\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
  }

  .xl\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
  }

  .xl\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
  }

  .xl\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
  }

  .xl\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
  }

  .xl\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
  }

  .xl\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
  }

  .xl\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
  }

  .xl\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
  }

  .xl\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
  }

  .xl\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
  }

  .xl\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
  }

  .xl\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
  }

  .xl\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
  }

  .xl\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
  }

  .xl\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
  }

  .xl\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
  }

  .xl\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
  }

  .xl\:border-t-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
  }

  .xl\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
  }

  .xl\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
  }

  .xl\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
  }

  .xl\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
  }

  .xl\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
  }

  .xl\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
  }

  .xl\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
  }

  .xl\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
  }

  .xl\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
  }

  .xl\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
  }

  .xl\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
  }

  .xl\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
  }

  .xl\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
  }

  .xl\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
  }

  .xl\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
  }

  .xl\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
  }

  .xl\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
  }

  .xl\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
  }

  .xl\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
  }

  .xl\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
  }

  .xl\:border-t-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
  }

  .xl\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
  }

  .xl\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
  }

  .xl\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
  }

  .xl\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
  }

  .xl\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
  }

  .xl\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
  }

  .xl\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
  }

  .xl\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
  }

  .xl\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
  }

  .xl\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
  }

  .xl\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
  }

  .xl\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
  }

  .xl\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
  }

  .xl\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
  }

  .xl\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
  }

  .xl\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
  }

  .xl\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
  }

  .xl\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
  }

  .xl\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
  }

  .xl\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
  }

  .xl\:border-t-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
  }

  .xl\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
  }

  .xl\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
  }

  .xl\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
  }

  .xl\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
  }

  .xl\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
  }

  .xl\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
  }

  .xl\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
  }

  .xl\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
  }

  .xl\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
  }

  .xl\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
  }

  .xl\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
  }

  .xl\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
  }

  .xl\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
  }

  .xl\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
  }

  .xl\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
  }

  .xl\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
  }

  .xl\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
  }

  .xl\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
  }

  .xl\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
  }

  .xl\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
  }

  .xl\:border-t-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
  }

  .xl\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
  }

  .xl\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
  }

  .xl\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
  }

  .xl\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
  }

  .xl\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
  }

  .xl\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
  }

  .xl\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
  }

  .xl\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
  }

  .xl\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
  }

  .xl\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
  }

  .xl\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
  }

  .xl\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
  }

  .xl\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
  }

  .xl\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
  }

  .xl\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
  }

  .xl\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
  }

  .xl\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
  }

  .xl\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
  }

  .xl\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
  }

  .xl\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
  }

  .xl\:border-t-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
  }

  .xl\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
  }

  .xl\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
  }

  .xl\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
  }

  .xl\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
  }

  .xl\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
  }

  .xl\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
  }

  .xl\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
  }

  .xl\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
  }

  .xl\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
  }

  .xl\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
  }

  .xl\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
  }

  .xl\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
  }

  .xl\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
  }

  .xl\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
  }

  .xl\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
  }

  .xl\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
  }

  .xl\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
  }

  .xl\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
  }

  .xl\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
  }

  .xl\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
  }

  .xl\:border-t-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
  }

  .xl\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
  }

  .xl\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
  }

  .xl\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
  }

  .xl\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
  }

  .xl\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
  }

  .xl\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
  }

  .xl\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
  }

  .xl\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
  }

  .xl\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
  }

  .xl\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
  }

  .xl\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
  }

  .xl\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
  }

  .xl\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
  }

  .xl\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
  }

  .xl\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
  }

  .xl\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
  }

  .xl\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
  }

  .xl\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
  }

  .xl\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
  }

  .xl\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
  }

  .xl\:border-t-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
  }

  .xl\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
  }

  .xl\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
  }

  .xl\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
  }

  .xl\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
  }

  .xl\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
  }

  .xl\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
  }

  .xl\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
  }

  .xl\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
  }

  .xl\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
  }

  .xl\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
  }

  .xl\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
  }

  .xl\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
  }

  .xl\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
  }

  .xl\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
  }

  .xl\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
  }

  .xl\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
  }

  .xl\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
  }

  .xl\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
  }

  .xl\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
  }

  .xl\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
  }

  .xl\:border-t-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
  }

  .xl\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
  }

  .xl\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
  }

  .xl\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
  }

  .xl\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
  }

  .xl\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
  }

  .xl\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
  }

  .xl\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
  }

  .xl\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
  }

  .xl\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
  }

  .xl\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
  }

  .xl\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
  }

  .xl\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
  }

  .xl\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
  }

  .xl\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
  }

  .xl\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
  }

  .xl\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
  }

  .xl\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
  }

  .xl\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
  }

  .xl\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
  }

  .xl\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
  }

  .xl\:border-t-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-t-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
  }

  .xl\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
  }

  .xl\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
  }

  .xl\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
  }

  .xl\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
  }

  .xl\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
  }

  .xl\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
  }

  .xl\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
  }

  .xl\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
  }

  .xl\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
  }

  .xl\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
  }

  .xl\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
  }

  .xl\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
  }

  .xl\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
  }

  .xl\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
  }

  .xl\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
  }

  .xl\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
  }

  .xl\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
  }

  .xl\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
  }

  .xl\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
  }

  .xl\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
  }

  .xl\:border-t-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
  }

  .xl\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
  }

  .xl\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
  }

  .xl\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
  }

  .xl\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
  }

  .xl\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
  }

  .xl\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
  }

  .xl\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
  }

  .xl\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
  }

  .xl\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
  }

  .xl\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
  }

  .xl\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
  }

  .xl\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
  }

  .xl\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
  }

  .xl\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
  }

  .xl\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
  }

  .xl\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
  }

  .xl\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
  }

  .xl\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
  }

  .xl\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
  }

  .xl\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
  }

  .xl\:border-t-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
  }

  .xl\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
  }

  .xl\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
  }

  .xl\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
  }

  .xl\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
  }

  .xl\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
  }

  .xl\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
  }

  .xl\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
  }

  .xl\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
  }

  .xl\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
  }

  .xl\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
  }

  .xl\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
  }

  .xl\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
  }

  .xl\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
  }

  .xl\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
  }

  .xl\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
  }

  .xl\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
  }

  .xl\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
  }

  .xl\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
  }

  .xl\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
  }

  .xl\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
  }

  .xl\:border-t-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
  }

  .xl\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
  }

  .xl\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
  }

  .xl\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
  }

  .xl\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
  }

  .xl\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
  }

  .xl\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
  }

  .xl\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
  }

  .xl\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
  }

  .xl\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
  }

  .xl\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
  }

  .xl\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
  }

  .xl\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
  }

  .xl\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
  }

  .xl\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
  }

  .xl\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
  }

  .xl\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
  }

  .xl\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
  }

  .xl\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
  }

  .xl\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
  }

  .xl\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
  }

  .xl\:border-t-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
  }

  .xl\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
  }

  .xl\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
  }

  .xl\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
  }

  .xl\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
  }

  .xl\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
  }

  .xl\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
  }

  .xl\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
  }

  .xl\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
  }

  .xl\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
  }

  .xl\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
  }

  .xl\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
  }

  .xl\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
  }

  .xl\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
  }

  .xl\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
  }

  .xl\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
  }

  .xl\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
  }

  .xl\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
  }

  .xl\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
  }

  .xl\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
  }

  .xl\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
  }

  .xl\:border-t-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
  }

  .xl\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
  }

  .xl\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
  }

  .xl\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
  }

  .xl\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
  }

  .xl\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
  }

  .xl\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
  }

  .xl\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
  }

  .xl\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
  }

  .xl\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
  }

  .xl\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
  }

  .xl\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
  }

  .xl\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
  }

  .xl\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
  }

  .xl\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
  }

  .xl\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
  }

  .xl\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
  }

  .xl\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
  }

  .xl\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
  }

  .xl\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
  }

  .xl\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
  }

  .xl\:border-t-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
  }

  .xl\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
  }

  .xl\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
  }

  .xl\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
  }

  .xl\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
  }

  .xl\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
  }

  .xl\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
  }

  .xl\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
  }

  .xl\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
  }

  .xl\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
  }

  .xl\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
  }

  .xl\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
  }

  .xl\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
  }

  .xl\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
  }

  .xl\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
  }

  .xl\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
  }

  .xl\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
  }

  .xl\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
  }

  .xl\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
  }

  .xl\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
  }

  .xl\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
  }

  .xl\:border-t-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
  }

  .xl\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
  }

  .xl\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
  }

  .xl\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
  }

  .xl\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
  }

  .xl\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
  }

  .xl\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
  }

  .xl\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
  }

  .xl\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
  }

  .xl\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
  }

  .xl\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
  }

  .xl\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
  }

  .xl\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
  }

  .xl\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
  }

  .xl\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
  }

  .xl\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
  }

  .xl\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
  }

  .xl\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
  }

  .xl\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
  }

  .xl\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
  }

  .xl\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
  }

  .xl\:border-t-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
  }

  .xl\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
  }

  .xl\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
  }

  .xl\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
  }

  .xl\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
  }

  .xl\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
  }

  .xl\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
  }

  .xl\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
  }

  .xl\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
  }

  .xl\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
  }

  .xl\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
  }

  .xl\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
  }

  .xl\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
  }

  .xl\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
  }

  .xl\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
  }

  .xl\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
  }

  .xl\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
  }

  .xl\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
  }

  .xl\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
  }

  .xl\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
  }

  .xl\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
  }

  .xl\:border-t-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
  }

  .xl\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
  }

  .xl\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
  }

  .xl\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
  }

  .xl\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
  }

  .xl\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
  }

  .xl\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
  }

  .xl\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
  }

  .xl\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
  }

  .xl\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
  }

  .xl\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
  }

  .xl\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
  }

  .xl\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
  }

  .xl\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
  }

  .xl\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
  }

  .xl\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
  }

  .xl\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
  }

  .xl\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
  }

  .xl\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
  }

  .xl\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
  }

  .xl\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
  }

  .xl\:border-t-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
  }

  .xl\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
  }

  .xl\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
  }

  .xl\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
  }

  .xl\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
  }

  .xl\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
  }

  .xl\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
  }

  .xl\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
  }

  .xl\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
  }

  .xl\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
  }

  .xl\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
  }

  .xl\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
  }

  .xl\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
  }

  .xl\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
  }

  .xl\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
  }

  .xl\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
  }

  .xl\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
  }

  .xl\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
  }

  .xl\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
  }

  .xl\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
  }

  .xl\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
  }

  .xl\:border-t-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:border-t-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:border-t-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:border-t-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:border-t-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:border-t-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:border-t-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:border-t-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:border-t-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:border-t-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:border-t-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:border-t-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:border-t-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:border-t-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:border-t-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:border-t-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:border-t-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:border-t-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:border-t-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:border-t-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:border-t-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:border-t-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:border-t-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:border-t-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:border-t-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:border-t-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:border-t-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:border-t-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:border-t-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:border-t-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:border-t-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:border-t-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:border-t-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:border-t-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:border-t-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:border-t-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:border-t-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:border-t-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:border-t-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:border-t-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:border-t-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:border-t-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:border-t-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:border-t-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:border-t-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:border-t-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:border-t-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:border-t-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:border-t-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:border-t-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:border-t-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:border-t-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:border-t-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:border-t-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:border-t-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:border-t-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:border-t-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:border-t-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:border-t-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:border-t-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:border-t-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:border-t-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:border-t-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:border-t-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:border-t-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:border-t-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:border-t-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:border-t-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:border-t-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:border-t-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:border-t-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:border-t-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:border-t-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:border-t-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:border-t-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:border-t-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:border-t-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:border-t-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:border-t-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:border-t-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:border-t-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:border-t-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:border-t-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:border-t-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:border-t-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:border-t-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:border-t-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:border-t-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:border-t-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:border-t-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:border-t-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:border-t-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:border-t-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:border-t-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:border-t-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:border-t-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:border-t-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:border-t-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:border-t-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:border-t-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:border-t-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:border-t-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:border-t-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:border-t-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:border-t-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:border-t-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:border-t-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:border-t-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:border-t-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:border-t-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:border-t-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:border-t-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:border-t-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:border-t-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:border-t-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:border-t-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:border-t-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:border-t-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:border-t-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:border-t-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:border-t-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:border-t-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:border-t-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:border-t-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:border-t-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:border-t-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:border-t-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:border-t-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:border-t-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:border-t-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:border-t-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:border-t-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:border-t-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:border-t-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:border-t-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:border-t-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:border-t-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:border-t-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:border-t-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:border-t-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:border-t-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:border-t-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:border-t-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:border-t-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:border-t-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:border-t-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:border-t-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:border-t-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:border-t-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:border-t-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:border-t-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:border-t-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:border-t-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:border-t-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:border-t-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:border-t-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:border-t-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:border-t-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:border-t-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:border-t-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:border-t-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:border-t-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:border-t-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:border-t-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:border-t-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:border-t-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:border-t-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:border-t-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:border-t-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:border-t-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:border-t-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:border-t-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:border-t-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:border-t-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:border-t-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:border-t-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:border-t-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:border-t-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:border-t-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:border-t-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:border-t-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:border-t-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:border-t-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:border-t-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:border-t-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:border-t-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:border-t-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:border-t-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:border-t-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:border-t-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:border-t-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:border-t-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:border-t-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:border-t-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:border-t-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:border-t-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:border-t-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:border-t-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:border-t-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:border-t-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:border-t-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:border-t-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:border-t-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:border-t-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:border-t-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:border-t-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:border-t-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:border-t-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:border-t-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:border-t-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:border-t-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:border-t-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:border-t-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:border-t-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:border-t-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:border-t-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:border-t-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:border-t-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:border-t-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:border-t-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:border-t-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:border-t-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:border-t-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:border-t-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:border-t-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:border-t-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:border-t-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:border-t-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:border-t-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:border-t-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:border-t-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:border-t-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:border-t-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:border-t-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:border-t-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:border-t-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:border-t-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:border-t-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:border-t-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:border-t-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:border-t-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:border-t-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:border-t-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:border-t-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:border-t-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:border-t-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:border-t-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:border-t-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:border-t-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:border-t-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:border-t-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:border-t-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:border-t-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:border-t-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:border-t-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:border-t-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:border-t-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:border-t-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:border-t-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:border-t-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:border-t-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:border-t-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:border-t-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:border-t-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:border-t-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:border-t-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:border-t-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:border-t-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:border-t-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:border-t-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:border-t-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:border-t-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:border-t-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:border-t-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:border-t-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:border-t-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:border-t-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:border-t-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:border-t-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:border-t-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:border-t-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:border-t-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:border-t-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:border-t-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:border-t-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:border-t-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:border-t-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:border-t-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:border-t-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:border-t-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:border-t-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:border-t-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:border-t-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:border-t-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:border-t-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:border-t-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:border-t-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:border-t-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:border-t-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:border-t-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:border-t-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:border-t-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:border-t-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:border-t-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:border-t-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:border-t-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:border-t-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:border-t-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:border-t-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:border-t-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:border-t-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:border-t-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:border-t-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:border-t-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:border-t-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:border-t-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:border-t-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:border-t-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:border-t-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:border-t-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:border-t-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:border-t-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:border-t-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:border-t-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:border-t-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:border-t-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:border-t-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:border-t-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:border-t-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:border-t-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:border-t-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:border-t-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:border-t-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:border-t-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:border-t-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:border-t-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:border-t-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-t-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-t-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-t-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-t-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-t-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-t-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-t-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-t-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-t-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-t-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-t-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-t-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-t-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-t-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-t-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-t-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-t-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-t-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-t-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-t-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-t-current {
    border-top-color: currentColor !important;
  }

  .xl\:border-t-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
  }

  .xl\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
  }

  .xl\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
  }

  .xl\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
  }

  .xl\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
  }

  .xl\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
  }

  .xl\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
  }

  .xl\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
  }

  .xl\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
  }

  .xl\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
  }

  .xl\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
  }

  .xl\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
  }

  .xl\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
  }

  .xl\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
  }

  .xl\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
  }

  .xl\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
  }

  .xl\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
  }

  .xl\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
  }

  .xl\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
  }

  .xl\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
  }

  .xl\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
  }

  .xl\:border-t-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
  }

  .xl\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
  }

  .xl\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
  }

  .xl\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
  }

  .xl\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
  }

  .xl\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
  }

  .xl\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
  }

  .xl\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
  }

  .xl\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
  }

  .xl\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
  }

  .xl\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
  }

  .xl\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
  }

  .xl\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
  }

  .xl\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
  }

  .xl\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
  }

  .xl\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
  }

  .xl\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
  }

  .xl\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
  }

  .xl\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
  }

  .xl\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
  }

  .xl\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
  }

  .xl\:border-t-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
  }

  .xl\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
  }

  .xl\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
  }

  .xl\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
  }

  .xl\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
  }

  .xl\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
  }

  .xl\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
  }

  .xl\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
  }

  .xl\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
  }

  .xl\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
  }

  .xl\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
  }

  .xl\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
  }

  .xl\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
  }

  .xl\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
  }

  .xl\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
  }

  .xl\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
  }

  .xl\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
  }

  .xl\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
  }

  .xl\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
  }

  .xl\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
  }

  .xl\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
  }

  .xl\:border-t-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
  }

  .xl\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
  }

  .xl\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
  }

  .xl\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
  }

  .xl\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
  }

  .xl\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
  }

  .xl\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
  }

  .xl\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
  }

  .xl\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
  }

  .xl\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
  }

  .xl\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
  }

  .xl\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
  }

  .xl\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
  }

  .xl\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
  }

  .xl\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
  }

  .xl\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
  }

  .xl\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
  }

  .xl\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
  }

  .xl\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
  }

  .xl\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
  }

  .xl\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
  }

  .xl\:border-t-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
  }

  .xl\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
  }

  .xl\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
  }

  .xl\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
  }

  .xl\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
  }

  .xl\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
  }

  .xl\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
  }

  .xl\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
  }

  .xl\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
  }

  .xl\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
  }

  .xl\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
  }

  .xl\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
  }

  .xl\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
  }

  .xl\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
  }

  .xl\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
  }

  .xl\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
  }

  .xl\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
  }

  .xl\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
  }

  .xl\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
  }

  .xl\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
  }

  .xl\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
  }

  .xl\:border-t-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
  }

  .xl\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
  }

  .xl\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
  }

  .xl\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
  }

  .xl\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
  }

  .xl\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
  }

  .xl\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
  }

  .xl\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
  }

  .xl\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
  }

  .xl\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
  }

  .xl\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
  }

  .xl\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
  }

  .xl\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
  }

  .xl\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
  }

  .xl\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
  }

  .xl\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
  }

  .xl\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
  }

  .xl\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
  }

  .xl\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
  }

  .xl\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
  }

  .xl\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
  }

  .xl\:border-t-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
  }

  .xl\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
  }

  .xl\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
  }

  .xl\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
  }

  .xl\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
  }

  .xl\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
  }

  .xl\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
  }

  .xl\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
  }

  .xl\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
  }

  .xl\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
  }

  .xl\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
  }

  .xl\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
  }

  .xl\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
  }

  .xl\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
  }

  .xl\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
  }

  .xl\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
  }

  .xl\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
  }

  .xl\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
  }

  .xl\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
  }

  .xl\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
  }

  .xl\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
  }

  .xl\:border-t-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
  }

  .xl\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
  }

  .xl\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
  }

  .xl\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
  }

  .xl\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
  }

  .xl\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
  }

  .xl\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
  }

  .xl\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
  }

  .xl\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
  }

  .xl\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
  }

  .xl\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
  }

  .xl\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
  }

  .xl\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
  }

  .xl\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
  }

  .xl\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
  }

  .xl\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
  }

  .xl\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
  }

  .xl\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
  }

  .xl\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
  }

  .xl\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
  }

  .xl\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
  }

  .xl\:border-t-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
  }

  .xl\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
  }

  .xl\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
  }

  .xl\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
  }

  .xl\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
  }

  .xl\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
  }

  .xl\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
  }

  .xl\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
  }

  .xl\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
  }

  .xl\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
  }

  .xl\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
  }

  .xl\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
  }

  .xl\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
  }

  .xl\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
  }

  .xl\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
  }

  .xl\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
  }

  .xl\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
  }

  .xl\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
  }

  .xl\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
  }

  .xl\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
  }

  .xl\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
  }

  .xl\:border-t-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
  }

  .xl\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
  }

  .xl\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
  }

  .xl\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
  }

  .xl\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
  }

  .xl\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
  }

  .xl\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
  }

  .xl\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
  }

  .xl\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
  }

  .xl\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
  }

  .xl\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
  }

  .xl\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
  }

  .xl\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
  }

  .xl\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
  }

  .xl\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
  }

  .xl\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
  }

  .xl\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
  }

  .xl\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
  }

  .xl\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
  }

  .xl\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
  }

  .xl\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
  }

  .xl\:border-t-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
  }

  .xl\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
  }

  .xl\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
  }

  .xl\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
  }

  .xl\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
  }

  .xl\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
  }

  .xl\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
  }

  .xl\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
  }

  .xl\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
  }

  .xl\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
  }

  .xl\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
  }

  .xl\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
  }

  .xl\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
  }

  .xl\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
  }

  .xl\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
  }

  .xl\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
  }

  .xl\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
  }

  .xl\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
  }

  .xl\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
  }

  .xl\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
  }

  .xl\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
  }

  .xl\:border-t-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
  }

  .xl\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
  }

  .xl\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
  }

  .xl\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
  }

  .xl\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
  }

  .xl\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
  }

  .xl\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
  }

  .xl\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
  }

  .xl\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
  }

  .xl\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
  }

  .xl\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
  }

  .xl\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
  }

  .xl\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
  }

  .xl\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
  }

  .xl\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
  }

  .xl\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
  }

  .xl\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
  }

  .xl\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
  }

  .xl\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
  }

  .xl\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
  }

  .xl\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
  }

  .xl\:border-t-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
  }

  .xl\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
  }

  .xl\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
  }

  .xl\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
  }

  .xl\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
  }

  .xl\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
  }

  .xl\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
  }

  .xl\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
  }

  .xl\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
  }

  .xl\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
  }

  .xl\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
  }

  .xl\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
  }

  .xl\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
  }

  .xl\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
  }

  .xl\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
  }

  .xl\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
  }

  .xl\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
  }

  .xl\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
  }

  .xl\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
  }

  .xl\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
  }

  .xl\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
  }

  .xl\:border-t-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
  }

  .xl\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
  }

  .xl\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
  }

  .xl\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
  }

  .xl\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
  }

  .xl\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
  }

  .xl\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
  }

  .xl\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
  }

  .xl\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
  }

  .xl\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
  }

  .xl\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
  }

  .xl\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
  }

  .xl\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
  }

  .xl\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
  }

  .xl\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
  }

  .xl\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
  }

  .xl\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
  }

  .xl\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
  }

  .xl\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
  }

  .xl\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
  }

  .xl\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
  }

  .xl\:border-t-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
  }

  .xl\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
  }

  .xl\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
  }

  .xl\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
  }

  .xl\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
  }

  .xl\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
  }

  .xl\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
  }

  .xl\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
  }

  .xl\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
  }

  .xl\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
  }

  .xl\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
  }

  .xl\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
  }

  .xl\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
  }

  .xl\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
  }

  .xl\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
  }

  .xl\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
  }

  .xl\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
  }

  .xl\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
  }

  .xl\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
  }

  .xl\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
  }

  .xl\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
  }

  .xl\:border-t-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
  }

  .xl\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
  }

  .xl\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
  }

  .xl\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
  }

  .xl\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
  }

  .xl\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
  }

  .xl\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
  }

  .xl\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
  }

  .xl\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
  }

  .xl\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
  }

  .xl\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
  }

  .xl\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
  }

  .xl\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
  }

  .xl\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
  }

  .xl\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
  }

  .xl\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
  }

  .xl\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
  }

  .xl\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
  }

  .xl\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
  }

  .xl\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
  }

  .xl\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
  }

  .xl\:border-t-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
  }

  .xl\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
  }

  .xl\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
  }

  .xl\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
  }

  .xl\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
  }

  .xl\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
  }

  .xl\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
  }

  .xl\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
  }

  .xl\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
  }

  .xl\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
  }

  .xl\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
  }

  .xl\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
  }

  .xl\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
  }

  .xl\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
  }

  .xl\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
  }

  .xl\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
  }

  .xl\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
  }

  .xl\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
  }

  .xl\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
  }

  .xl\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
  }

  .xl\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
  }

  .xl\:border-t-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
  }

  .xl\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
  }

  .xl\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
  }

  .xl\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
  }

  .xl\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
  }

  .xl\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
  }

  .xl\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
  }

  .xl\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
  }

  .xl\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
  }

  .xl\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
  }

  .xl\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
  }

  .xl\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
  }

  .xl\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
  }

  .xl\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
  }

  .xl\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
  }

  .xl\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
  }

  .xl\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
  }

  .xl\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
  }

  .xl\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
  }

  .xl\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
  }

  .xl\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
  }

  .xl\:border-t-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
  }

  .xl\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
  }

  .xl\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
  }

  .xl\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
  }

  .xl\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
  }

  .xl\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
  }

  .xl\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
  }

  .xl\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
  }

  .xl\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
  }

  .xl\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
  }

  .xl\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
  }

  .xl\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
  }

  .xl\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
  }

  .xl\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
  }

  .xl\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
  }

  .xl\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
  }

  .xl\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
  }

  .xl\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
  }

  .xl\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
  }

  .xl\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
  }

  .xl\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
  }

  .xl\:border-t-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
  }

  .xl\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
  }

  .xl\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
  }

  .xl\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
  }

  .xl\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
  }

  .xl\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
  }

  .xl\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
  }

  .xl\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
  }

  .xl\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
  }

  .xl\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
  }

  .xl\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
  }

  .xl\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
  }

  .xl\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
  }

  .xl\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
  }

  .xl\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
  }

  .xl\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
  }

  .xl\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
  }

  .xl\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
  }

  .xl\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
  }

  .xl\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
  }

  .xl\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
  }

  .xl\:border-t-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
  }

  .xl\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
  }

  .xl\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
  }

  .xl\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
  }

  .xl\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
  }

  .xl\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
  }

  .xl\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
  }

  .xl\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
  }

  .xl\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
  }

  .xl\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
  }

  .xl\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
  }

  .xl\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
  }

  .xl\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
  }

  .xl\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
  }

  .xl\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
  }

  .xl\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
  }

  .xl\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
  }

  .xl\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
  }

  .xl\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
  }

  .xl\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
  }

  .xl\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
  }

  .xl\:border-t-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
  }

  .xl\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
  }

  .xl\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
  }

  .xl\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
  }

  .xl\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
  }

  .xl\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
  }

  .xl\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
  }

  .xl\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
  }

  .xl\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
  }

  .xl\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
  }

  .xl\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
  }

  .xl\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
  }

  .xl\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
  }

  .xl\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
  }

  .xl\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
  }

  .xl\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
  }

  .xl\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
  }

  .xl\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
  }

  .xl\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
  }

  .xl\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
  }

  .xl\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
  }

  .xl\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
  }

  .xl\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
  }

  .xl\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
  }

  .xl\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
  }

  .xl\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
  }

  .xl\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
  }

  .xl\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
  }

  .xl\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
  }

  .xl\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
  }

  .xl\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
  }

  .xl\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
  }

  .xl\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
  }

  .xl\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
  }

  .xl\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
  }

  .xl\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
  }

  .xl\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
  }

  .xl\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
  }

  .xl\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
  }

  .xl\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
  }

  .xl\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
  }

  .xl\:border-t-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
  }

  .xl\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
  }

  .xl\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
  }

  .xl\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
  }

  .xl\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
  }

  .xl\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
  }

  .xl\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
  }

  .xl\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
  }

  .xl\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
  }

  .xl\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
  }

  .xl\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
  }

  .xl\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
  }

  .xl\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
  }

  .xl\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
  }

  .xl\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
  }

  .xl\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
  }

  .xl\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
  }

  .xl\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
  }

  .xl\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
  }

  .xl\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
  }

  .xl\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
  }

  .xl\:border-t-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
  }

  .xl\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
  }

  .xl\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
  }

  .xl\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
  }

  .xl\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
  }

  .xl\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
  }

  .xl\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
  }

  .xl\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
  }

  .xl\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
  }

  .xl\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
  }

  .xl\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
  }

  .xl\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
  }

  .xl\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
  }

  .xl\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
  }

  .xl\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
  }

  .xl\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
  }

  .xl\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
  }

  .xl\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
  }

  .xl\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
  }

  .xl\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
  }

  .xl\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
  }

  .xl\:border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
  }

  .xl\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
  }

  .xl\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
  }

  .xl\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
  }

  .xl\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
  }

  .xl\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
  }

  .xl\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
  }

  .xl\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
  }

  .xl\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
  }

  .xl\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
  }

  .xl\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
  }

  .xl\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
  }

  .xl\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
  }

  .xl\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
  }

  .xl\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
  }

  .xl\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
  }

  .xl\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
  }

  .xl\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
  }

  .xl\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
  }

  .xl\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
  }

  .xl\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
  }

  .xl\:border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
  }

  .xl\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
  }

  .xl\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
  }

  .xl\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
  }

  .xl\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
  }

  .xl\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
  }

  .xl\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
  }

  .xl\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
  }

  .xl\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
  }

  .xl\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
  }

  .xl\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
  }

  .xl\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
  }

  .xl\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
  }

  .xl\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
  }

  .xl\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
  }

  .xl\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
  }

  .xl\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
  }

  .xl\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
  }

  .xl\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
  }

  .xl\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
  }

  .xl\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
  }

  .xl\:border-t-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
  }

  .xl\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
  }

  .xl\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
  }

  .xl\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
  }

  .xl\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
  }

  .xl\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
  }

  .xl\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
  }

  .xl\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
  }

  .xl\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
  }

  .xl\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
  }

  .xl\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
  }

  .xl\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
  }

  .xl\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
  }

  .xl\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
  }

  .xl\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
  }

  .xl\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
  }

  .xl\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
  }

  .xl\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
  }

  .xl\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
  }

  .xl\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
  }

  .xl\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
  }

  .xl\:border-t-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
  }

  .xl\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
  }

  .xl\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
  }

  .xl\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
  }

  .xl\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
  }

  .xl\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
  }

  .xl\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
  }

  .xl\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
  }

  .xl\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
  }

  .xl\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
  }

  .xl\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
  }

  .xl\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
  }

  .xl\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
  }

  .xl\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
  }

  .xl\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
  }

  .xl\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
  }

  .xl\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
  }

  .xl\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
  }

  .xl\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
  }

  .xl\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
  }

  .xl\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
  }

  .xl\:border-t-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
  }

  .xl\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
  }

  .xl\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
  }

  .xl\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
  }

  .xl\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
  }

  .xl\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
  }

  .xl\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
  }

  .xl\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
  }

  .xl\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
  }

  .xl\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
  }

  .xl\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
  }

  .xl\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
  }

  .xl\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
  }

  .xl\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
  }

  .xl\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
  }

  .xl\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
  }

  .xl\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
  }

  .xl\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
  }

  .xl\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
  }

  .xl\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
  }

  .xl\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
  }

  .xl\:border-t-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
  }

  .xl\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
  }

  .xl\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
  }

  .xl\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
  }

  .xl\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
  }

  .xl\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
  }

  .xl\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
  }

  .xl\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
  }

  .xl\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
  }

  .xl\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
  }

  .xl\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
  }

  .xl\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
  }

  .xl\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
  }

  .xl\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
  }

  .xl\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
  }

  .xl\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
  }

  .xl\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
  }

  .xl\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
  }

  .xl\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
  }

  .xl\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
  }

  .xl\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
  }

  .xl\:border-t-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
  }

  .xl\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
  }

  .xl\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
  }

  .xl\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
  }

  .xl\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
  }

  .xl\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
  }

  .xl\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
  }

  .xl\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
  }

  .xl\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
  }

  .xl\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
  }

  .xl\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
  }

  .xl\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
  }

  .xl\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
  }

  .xl\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
  }

  .xl\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
  }

  .xl\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
  }

  .xl\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
  }

  .xl\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
  }

  .xl\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
  }

  .xl\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
  }

  .xl\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
  }

  .xl\:border-t-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
  }

  .xl\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
  }

  .xl\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
  }

  .xl\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
  }

  .xl\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
  }

  .xl\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
  }

  .xl\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
  }

  .xl\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
  }

  .xl\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
  }

  .xl\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
  }

  .xl\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
  }

  .xl\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
  }

  .xl\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
  }

  .xl\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
  }

  .xl\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
  }

  .xl\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
  }

  .xl\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
  }

  .xl\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
  }

  .xl\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
  }

  .xl\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
  }

  .xl\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
  }

  .xl\:border-t-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
  }

  .xl\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
  }

  .xl\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
  }

  .xl\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
  }

  .xl\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
  }

  .xl\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
  }

  .xl\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
  }

  .xl\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
  }

  .xl\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
  }

  .xl\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
  }

  .xl\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
  }

  .xl\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
  }

  .xl\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
  }

  .xl\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
  }

  .xl\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
  }

  .xl\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
  }

  .xl\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
  }

  .xl\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
  }

  .xl\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
  }

  .xl\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
  }

  .xl\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
  }

  .xl\:border-t-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
  }

  .xl\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
  }

  .xl\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
  }

  .xl\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
  }

  .xl\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
  }

  .xl\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
  }

  .xl\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
  }

  .xl\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
  }

  .xl\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
  }

  .xl\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
  }

  .xl\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
  }

  .xl\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
  }

  .xl\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
  }

  .xl\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
  }

  .xl\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
  }

  .xl\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
  }

  .xl\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
  }

  .xl\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
  }

  .xl\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
  }

  .xl\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
  }

  .xl\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
  }

  .xl\:border-t-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
  }

  .xl\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
  }

  .xl\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
  }

  .xl\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
  }

  .xl\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
  }

  .xl\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
  }

  .xl\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
  }

  .xl\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
  }

  .xl\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
  }

  .xl\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
  }

  .xl\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
  }

  .xl\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
  }

  .xl\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
  }

  .xl\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
  }

  .xl\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
  }

  .xl\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
  }

  .xl\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
  }

  .xl\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
  }

  .xl\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
  }

  .xl\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
  }

  .xl\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
  }

  .xl\:border-t-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
  }

  .xl\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
  }

  .xl\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
  }

  .xl\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
  }

  .xl\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
  }

  .xl\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
  }

  .xl\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
  }

  .xl\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
  }

  .xl\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
  }

  .xl\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
  }

  .xl\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
  }

  .xl\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
  }

  .xl\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
  }

  .xl\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
  }

  .xl\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
  }

  .xl\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
  }

  .xl\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
  }

  .xl\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
  }

  .xl\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
  }

  .xl\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
  }

  .xl\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
  }

  .xl\:border-t-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
  }

  .xl\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
  }

  .xl\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
  }

  .xl\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
  }

  .xl\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
  }

  .xl\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
  }

  .xl\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
  }

  .xl\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
  }

  .xl\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
  }

  .xl\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
  }

  .xl\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
  }

  .xl\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
  }

  .xl\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
  }

  .xl\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
  }

  .xl\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
  }

  .xl\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
  }

  .xl\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
  }

  .xl\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
  }

  .xl\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
  }

  .xl\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
  }

  .xl\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
  }

  .xl\:border-t-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
  }

  .xl\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
  }

  .xl\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
  }

  .xl\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
  }

  .xl\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
  }

  .xl\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
  }

  .xl\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
  }

  .xl\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
  }

  .xl\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
  }

  .xl\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
  }

  .xl\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
  }

  .xl\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
  }

  .xl\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
  }

  .xl\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
  }

  .xl\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
  }

  .xl\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
  }

  .xl\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
  }

  .xl\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
  }

  .xl\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
  }

  .xl\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
  }

  .xl\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
  }

  .xl\:border-t-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
  }

  .xl\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
  }

  .xl\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
  }

  .xl\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
  }

  .xl\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
  }

  .xl\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
  }

  .xl\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
  }

  .xl\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
  }

  .xl\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
  }

  .xl\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
  }

  .xl\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
  }

  .xl\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
  }

  .xl\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
  }

  .xl\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
  }

  .xl\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
  }

  .xl\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
  }

  .xl\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
  }

  .xl\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
  }

  .xl\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
  }

  .xl\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
  }

  .xl\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
  }

  .xl\:border-t-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
  }

  .xl\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
  }

  .xl\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
  }

  .xl\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
  }

  .xl\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
  }

  .xl\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
  }

  .xl\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
  }

  .xl\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
  }

  .xl\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
  }

  .xl\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
  }

  .xl\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
  }

  .xl\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
  }

  .xl\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
  }

  .xl\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
  }

  .xl\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
  }

  .xl\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
  }

  .xl\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
  }

  .xl\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
  }

  .xl\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
  }

  .xl\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
  }

  .xl\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
  }

  .xl\:border-t-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
  }

  .xl\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
  }

  .xl\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
  }

  .xl\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
  }

  .xl\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
  }

  .xl\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
  }

  .xl\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
  }

  .xl\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
  }

  .xl\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
  }

  .xl\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
  }

  .xl\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
  }

  .xl\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
  }

  .xl\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
  }

  .xl\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
  }

  .xl\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
  }

  .xl\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
  }

  .xl\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
  }

  .xl\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
  }

  .xl\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
  }

  .xl\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
  }

  .xl\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
  }

  .xl\:border-t-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
  }

  .xl\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
  }

  .xl\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
  }

  .xl\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
  }

  .xl\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
  }

  .xl\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
  }

  .xl\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
  }

  .xl\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
  }

  .xl\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
  }

  .xl\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
  }

  .xl\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
  }

  .xl\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
  }

  .xl\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
  }

  .xl\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
  }

  .xl\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
  }

  .xl\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
  }

  .xl\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
  }

  .xl\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
  }

  .xl\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
  }

  .xl\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
  }

  .xl\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
  }

  .xl\:border-t-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
  }

  .xl\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
  }

  .xl\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
  }

  .xl\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
  }

  .xl\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
  }

  .xl\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
  }

  .xl\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
  }

  .xl\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
  }

  .xl\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
  }

  .xl\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
  }

  .xl\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
  }

  .xl\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
  }

  .xl\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
  }

  .xl\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
  }

  .xl\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
  }

  .xl\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
  }

  .xl\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
  }

  .xl\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
  }

  .xl\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
  }

  .xl\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
  }

  .xl\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
  }

  .xl\:border-t-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
  }

  .xl\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
  }

  .xl\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
  }

  .xl\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
  }

  .xl\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
  }

  .xl\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
  }

  .xl\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
  }

  .xl\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
  }

  .xl\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
  }

  .xl\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
  }

  .xl\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
  }

  .xl\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
  }

  .xl\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
  }

  .xl\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
  }

  .xl\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
  }

  .xl\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
  }

  .xl\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
  }

  .xl\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
  }

  .xl\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
  }

  .xl\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
  }

  .xl\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
  }

  .xl\:border-t-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
  }

  .xl\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
  }

  .xl\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
  }

  .xl\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
  }

  .xl\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
  }

  .xl\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
  }

  .xl\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
  }

  .xl\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
  }

  .xl\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
  }

  .xl\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
  }

  .xl\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
  }

  .xl\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
  }

  .xl\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
  }

  .xl\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
  }

  .xl\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
  }

  .xl\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
  }

  .xl\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
  }

  .xl\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
  }

  .xl\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
  }

  .xl\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
  }

  .xl\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
  }

  .xl\:border-t-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
  }

  .xl\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
  }

  .xl\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
  }

  .xl\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
  }

  .xl\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
  }

  .xl\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
  }

  .xl\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
  }

  .xl\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
  }

  .xl\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
  }

  .xl\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
  }

  .xl\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
  }

  .xl\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
  }

  .xl\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
  }

  .xl\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
  }

  .xl\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
  }

  .xl\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
  }

  .xl\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
  }

  .xl\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
  }

  .xl\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
  }

  .xl\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
  }

  .xl\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
  }

  .xl\:border-t-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
  }

  .xl\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
  }

  .xl\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
  }

  .xl\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
  }

  .xl\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
  }

  .xl\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
  }

  .xl\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
  }

  .xl\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
  }

  .xl\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
  }

  .xl\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
  }

  .xl\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
  }

  .xl\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
  }

  .xl\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
  }

  .xl\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
  }

  .xl\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
  }

  .xl\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
  }

  .xl\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
  }

  .xl\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
  }

  .xl\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
  }

  .xl\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
  }

  .xl\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
  }

  .xl\:border-t-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
  }

  .xl\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
  }

  .xl\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
  }

  .xl\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
  }

  .xl\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
  }

  .xl\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
  }

  .xl\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
  }

  .xl\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
  }

  .xl\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
  }

  .xl\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
  }

  .xl\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
  }

  .xl\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
  }

  .xl\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
  }

  .xl\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
  }

  .xl\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
  }

  .xl\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
  }

  .xl\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
  }

  .xl\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
  }

  .xl\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
  }

  .xl\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
  }

  .xl\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
  }

  .xl\:border-t-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
  }

  .xl\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
  }

  .xl\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
  }

  .xl\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
  }

  .xl\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
  }

  .xl\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
  }

  .xl\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
  }

  .xl\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
  }

  .xl\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
  }

  .xl\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
  }

  .xl\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
  }

  .xl\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
  }

  .xl\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
  }

  .xl\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
  }

  .xl\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
  }

  .xl\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
  }

  .xl\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
  }

  .xl\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
  }

  .xl\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
  }

  .xl\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
  }

  .xl\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
  }

  .xl\:border-t-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
  }

  .xl\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
  }

  .xl\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
  }

  .xl\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
  }

  .xl\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
  }

  .xl\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
  }

  .xl\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
  }

  .xl\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
  }

  .xl\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
  }

  .xl\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
  }

  .xl\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
  }

  .xl\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
  }

  .xl\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
  }

  .xl\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
  }

  .xl\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
  }

  .xl\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
  }

  .xl\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
  }

  .xl\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
  }

  .xl\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
  }

  .xl\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
  }

  .xl\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
  }

  .xl\:border-t-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
  }

  .xl\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
  }

  .xl\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
  }

  .xl\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
  }

  .xl\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
  }

  .xl\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
  }

  .xl\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
  }

  .xl\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
  }

  .xl\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
  }

  .xl\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
  }

  .xl\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
  }

  .xl\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
  }

  .xl\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
  }

  .xl\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
  }

  .xl\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
  }

  .xl\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
  }

  .xl\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
  }

  .xl\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
  }

  .xl\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
  }

  .xl\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
  }

  .xl\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
  }

  .xl\:border-t-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
  }

  .xl\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
  }

  .xl\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
  }

  .xl\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
  }

  .xl\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
  }

  .xl\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
  }

  .xl\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
  }

  .xl\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
  }

  .xl\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
  }

  .xl\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
  }

  .xl\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
  }

  .xl\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
  }

  .xl\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
  }

  .xl\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
  }

  .xl\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
  }

  .xl\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
  }

  .xl\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
  }

  .xl\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
  }

  .xl\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
  }

  .xl\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
  }

  .xl\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
  }

  .xl\:border-t-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
  }

  .xl\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
  }

  .xl\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
  }

  .xl\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
  }

  .xl\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
  }

  .xl\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
  }

  .xl\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
  }

  .xl\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
  }

  .xl\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
  }

  .xl\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
  }

  .xl\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
  }

  .xl\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
  }

  .xl\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
  }

  .xl\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
  }

  .xl\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
  }

  .xl\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
  }

  .xl\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
  }

  .xl\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
  }

  .xl\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
  }

  .xl\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
  }

  .xl\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
  }

  .xl\:border-t-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
  }

  .xl\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
  }

  .xl\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
  }

  .xl\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
  }

  .xl\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
  }

  .xl\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
  }

  .xl\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
  }

  .xl\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
  }

  .xl\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
  }

  .xl\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
  }

  .xl\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
  }

  .xl\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
  }

  .xl\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
  }

  .xl\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
  }

  .xl\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
  }

  .xl\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
  }

  .xl\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
  }

  .xl\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
  }

  .xl\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
  }

  .xl\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
  }

  .xl\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
  }

  .xl\:border-t-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
  }

  .xl\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
  }

  .xl\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
  }

  .xl\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
  }

  .xl\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
  }

  .xl\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
  }

  .xl\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
  }

  .xl\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
  }

  .xl\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
  }

  .xl\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
  }

  .xl\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
  }

  .xl\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
  }

  .xl\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
  }

  .xl\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
  }

  .xl\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
  }

  .xl\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
  }

  .xl\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
  }

  .xl\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
  }

  .xl\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
  }

  .xl\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
  }

  .xl\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
  }

  .xl\:border-t-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
  }

  .xl\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
  }

  .xl\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
  }

  .xl\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
  }

  .xl\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
  }

  .xl\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
  }

  .xl\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
  }

  .xl\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
  }

  .xl\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
  }

  .xl\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
  }

  .xl\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
  }

  .xl\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
  }

  .xl\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
  }

  .xl\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
  }

  .xl\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
  }

  .xl\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
  }

  .xl\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
  }

  .xl\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
  }

  .xl\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
  }

  .xl\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
  }

  .xl\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
  }

  .xl\:border-t-inherit {
    border-top-color: inherit !important;
  }

  .xl\:border-t-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
  }

  .xl\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
  }

  .xl\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
  }

  .xl\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
  }

  .xl\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
  }

  .xl\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
  }

  .xl\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
  }

  .xl\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
  }

  .xl\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
  }

  .xl\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
  }

  .xl\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
  }

  .xl\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
  }

  .xl\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
  }

  .xl\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
  }

  .xl\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
  }

  .xl\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
  }

  .xl\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
  }

  .xl\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
  }

  .xl\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
  }

  .xl\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
  }

  .xl\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
  }

  .xl\:border-t-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
  }

  .xl\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
  }

  .xl\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
  }

  .xl\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
  }

  .xl\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
  }

  .xl\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
  }

  .xl\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
  }

  .xl\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
  }

  .xl\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
  }

  .xl\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
  }

  .xl\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
  }

  .xl\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
  }

  .xl\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
  }

  .xl\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
  }

  .xl\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
  }

  .xl\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
  }

  .xl\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
  }

  .xl\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
  }

  .xl\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
  }

  .xl\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
  }

  .xl\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
  }

  .xl\:border-t-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
  }

  .xl\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
  }

  .xl\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
  }

  .xl\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
  }

  .xl\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
  }

  .xl\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
  }

  .xl\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
  }

  .xl\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
  }

  .xl\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
  }

  .xl\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
  }

  .xl\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
  }

  .xl\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
  }

  .xl\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
  }

  .xl\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
  }

  .xl\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
  }

  .xl\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
  }

  .xl\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
  }

  .xl\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
  }

  .xl\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
  }

  .xl\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
  }

  .xl\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
  }

  .xl\:border-t-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
  }

  .xl\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
  }

  .xl\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
  }

  .xl\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
  }

  .xl\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
  }

  .xl\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
  }

  .xl\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
  }

  .xl\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
  }

  .xl\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
  }

  .xl\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
  }

  .xl\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
  }

  .xl\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
  }

  .xl\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
  }

  .xl\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
  }

  .xl\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
  }

  .xl\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
  }

  .xl\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
  }

  .xl\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
  }

  .xl\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
  }

  .xl\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
  }

  .xl\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
  }

  .xl\:border-t-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
  }

  .xl\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
  }

  .xl\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
  }

  .xl\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
  }

  .xl\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
  }

  .xl\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
  }

  .xl\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
  }

  .xl\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
  }

  .xl\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
  }

  .xl\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
  }

  .xl\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
  }

  .xl\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
  }

  .xl\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
  }

  .xl\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
  }

  .xl\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
  }

  .xl\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
  }

  .xl\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
  }

  .xl\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
  }

  .xl\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
  }

  .xl\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
  }

  .xl\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
  }

  .xl\:border-t-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
  }

  .xl\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
  }

  .xl\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
  }

  .xl\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
  }

  .xl\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
  }

  .xl\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
  }

  .xl\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
  }

  .xl\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
  }

  .xl\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
  }

  .xl\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
  }

  .xl\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
  }

  .xl\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
  }

  .xl\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
  }

  .xl\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
  }

  .xl\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
  }

  .xl\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
  }

  .xl\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
  }

  .xl\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
  }

  .xl\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
  }

  .xl\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
  }

  .xl\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
  }

  .xl\:border-t-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
  }

  .xl\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
  }

  .xl\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
  }

  .xl\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
  }

  .xl\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
  }

  .xl\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
  }

  .xl\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
  }

  .xl\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
  }

  .xl\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
  }

  .xl\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
  }

  .xl\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
  }

  .xl\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
  }

  .xl\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
  }

  .xl\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
  }

  .xl\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
  }

  .xl\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
  }

  .xl\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
  }

  .xl\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
  }

  .xl\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
  }

  .xl\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
  }

  .xl\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
  }

  .xl\:border-t-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
  }

  .xl\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
  }

  .xl\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
  }

  .xl\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
  }

  .xl\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
  }

  .xl\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
  }

  .xl\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
  }

  .xl\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
  }

  .xl\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
  }

  .xl\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
  }

  .xl\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
  }

  .xl\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
  }

  .xl\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
  }

  .xl\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
  }

  .xl\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
  }

  .xl\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
  }

  .xl\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
  }

  .xl\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
  }

  .xl\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
  }

  .xl\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
  }

  .xl\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
  }

  .xl\:border-t-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
  }

  .xl\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
  }

  .xl\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
  }

  .xl\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
  }

  .xl\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
  }

  .xl\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
  }

  .xl\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
  }

  .xl\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
  }

  .xl\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
  }

  .xl\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
  }

  .xl\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
  }

  .xl\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
  }

  .xl\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
  }

  .xl\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
  }

  .xl\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
  }

  .xl\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
  }

  .xl\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
  }

  .xl\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
  }

  .xl\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
  }

  .xl\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
  }

  .xl\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
  }

  .xl\:border-t-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
  }

  .xl\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
  }

  .xl\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
  }

  .xl\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
  }

  .xl\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
  }

  .xl\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
  }

  .xl\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
  }

  .xl\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
  }

  .xl\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
  }

  .xl\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
  }

  .xl\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
  }

  .xl\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
  }

  .xl\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
  }

  .xl\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
  }

  .xl\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
  }

  .xl\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
  }

  .xl\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
  }

  .xl\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
  }

  .xl\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
  }

  .xl\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
  }

  .xl\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
  }

  .xl\:border-t-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
  }

  .xl\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
  }

  .xl\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
  }

  .xl\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
  }

  .xl\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
  }

  .xl\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
  }

  .xl\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
  }

  .xl\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
  }

  .xl\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
  }

  .xl\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
  }

  .xl\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
  }

  .xl\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
  }

  .xl\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
  }

  .xl\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
  }

  .xl\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
  }

  .xl\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
  }

  .xl\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
  }

  .xl\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
  }

  .xl\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
  }

  .xl\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
  }

  .xl\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
  }

  .xl\:border-t-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
  }

  .xl\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
  }

  .xl\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
  }

  .xl\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
  }

  .xl\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
  }

  .xl\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
  }

  .xl\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
  }

  .xl\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
  }

  .xl\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
  }

  .xl\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
  }

  .xl\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
  }

  .xl\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
  }

  .xl\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
  }

  .xl\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
  }

  .xl\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
  }

  .xl\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
  }

  .xl\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
  }

  .xl\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
  }

  .xl\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
  }

  .xl\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
  }

  .xl\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
  }

  .xl\:border-t-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
  }

  .xl\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
  }

  .xl\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
  }

  .xl\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
  }

  .xl\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
  }

  .xl\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
  }

  .xl\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
  }

  .xl\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
  }

  .xl\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
  }

  .xl\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
  }

  .xl\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
  }

  .xl\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
  }

  .xl\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
  }

  .xl\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
  }

  .xl\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
  }

  .xl\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
  }

  .xl\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
  }

  .xl\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
  }

  .xl\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
  }

  .xl\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
  }

  .xl\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
  }

  .xl\:border-t-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
  }

  .xl\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
  }

  .xl\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
  }

  .xl\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
  }

  .xl\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
  }

  .xl\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
  }

  .xl\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
  }

  .xl\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
  }

  .xl\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
  }

  .xl\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
  }

  .xl\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
  }

  .xl\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
  }

  .xl\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
  }

  .xl\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
  }

  .xl\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
  }

  .xl\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
  }

  .xl\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
  }

  .xl\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
  }

  .xl\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
  }

  .xl\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
  }

  .xl\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
  }

  .xl\:border-t-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
  }

  .xl\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
  }

  .xl\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
  }

  .xl\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
  }

  .xl\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
  }

  .xl\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
  }

  .xl\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
  }

  .xl\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
  }

  .xl\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
  }

  .xl\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
  }

  .xl\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
  }

  .xl\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
  }

  .xl\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
  }

  .xl\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
  }

  .xl\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
  }

  .xl\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
  }

  .xl\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
  }

  .xl\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
  }

  .xl\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
  }

  .xl\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
  }

  .xl\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
  }

  .xl\:border-t-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-t-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
  }

  .xl\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
  }

  .xl\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
  }

  .xl\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
  }

  .xl\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
  }

  .xl\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
  }

  .xl\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
  }

  .xl\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
  }

  .xl\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
  }

  .xl\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
  }

  .xl\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
  }

  .xl\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
  }

  .xl\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
  }

  .xl\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
  }

  .xl\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
  }

  .xl\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
  }

  .xl\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
  }

  .xl\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
  }

  .xl\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
  }

  .xl\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
  }

  .xl\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
  }

  .xl\:border-t-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
  }

  .xl\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
  }

  .xl\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
  }

  .xl\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
  }

  .xl\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
  }

  .xl\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
  }

  .xl\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
  }

  .xl\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
  }

  .xl\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
  }

  .xl\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
  }

  .xl\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
  }

  .xl\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
  }

  .xl\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
  }

  .xl\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
  }

  .xl\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
  }

  .xl\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
  }

  .xl\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
  }

  .xl\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
  }

  .xl\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
  }

  .xl\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
  }

  .xl\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
  }

  .xl\:border-t-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
  }

  .xl\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
  }

  .xl\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
  }

  .xl\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
  }

  .xl\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
  }

  .xl\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
  }

  .xl\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
  }

  .xl\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
  }

  .xl\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
  }

  .xl\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
  }

  .xl\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
  }

  .xl\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
  }

  .xl\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
  }

  .xl\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
  }

  .xl\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
  }

  .xl\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
  }

  .xl\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
  }

  .xl\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
  }

  .xl\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
  }

  .xl\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
  }

  .xl\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
  }

  .xl\:border-t-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
  }

  .xl\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
  }

  .xl\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
  }

  .xl\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
  }

  .xl\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
  }

  .xl\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
  }

  .xl\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
  }

  .xl\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
  }

  .xl\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
  }

  .xl\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
  }

  .xl\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
  }

  .xl\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
  }

  .xl\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
  }

  .xl\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
  }

  .xl\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
  }

  .xl\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
  }

  .xl\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
  }

  .xl\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
  }

  .xl\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
  }

  .xl\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
  }

  .xl\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
  }

  .xl\:border-t-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
  }

  .xl\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
  }

  .xl\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
  }

  .xl\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
  }

  .xl\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
  }

  .xl\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
  }

  .xl\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
  }

  .xl\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
  }

  .xl\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
  }

  .xl\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
  }

  .xl\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
  }

  .xl\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
  }

  .xl\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
  }

  .xl\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
  }

  .xl\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
  }

  .xl\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
  }

  .xl\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
  }

  .xl\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
  }

  .xl\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
  }

  .xl\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
  }

  .xl\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
  }

  .xl\:border-t-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
  }

  .xl\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
  }

  .xl\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
  }

  .xl\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
  }

  .xl\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
  }

  .xl\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
  }

  .xl\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
  }

  .xl\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
  }

  .xl\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
  }

  .xl\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
  }

  .xl\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
  }

  .xl\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
  }

  .xl\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
  }

  .xl\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
  }

  .xl\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
  }

  .xl\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
  }

  .xl\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
  }

  .xl\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
  }

  .xl\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
  }

  .xl\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
  }

  .xl\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
  }

  .xl\:border-t-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
  }

  .xl\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
  }

  .xl\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
  }

  .xl\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
  }

  .xl\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
  }

  .xl\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
  }

  .xl\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
  }

  .xl\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
  }

  .xl\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
  }

  .xl\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
  }

  .xl\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
  }

  .xl\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
  }

  .xl\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
  }

  .xl\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
  }

  .xl\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
  }

  .xl\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
  }

  .xl\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
  }

  .xl\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
  }

  .xl\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
  }

  .xl\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
  }

  .xl\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
  }

  .xl\:border-t-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
  }

  .xl\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
  }

  .xl\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
  }

  .xl\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
  }

  .xl\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
  }

  .xl\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
  }

  .xl\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
  }

  .xl\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
  }

  .xl\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
  }

  .xl\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
  }

  .xl\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
  }

  .xl\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
  }

  .xl\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
  }

  .xl\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
  }

  .xl\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
  }

  .xl\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
  }

  .xl\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
  }

  .xl\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
  }

  .xl\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
  }

  .xl\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
  }

  .xl\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
  }

  .xl\:border-t-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
  }

  .xl\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
  }

  .xl\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
  }

  .xl\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
  }

  .xl\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
  }

  .xl\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
  }

  .xl\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
  }

  .xl\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
  }

  .xl\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
  }

  .xl\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
  }

  .xl\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
  }

  .xl\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
  }

  .xl\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
  }

  .xl\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
  }

  .xl\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
  }

  .xl\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
  }

  .xl\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
  }

  .xl\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
  }

  .xl\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
  }

  .xl\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
  }

  .xl\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
  }

  .xl\:border-t-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
  }

  .xl\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
  }

  .xl\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
  }

  .xl\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
  }

  .xl\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
  }

  .xl\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
  }

  .xl\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
  }

  .xl\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
  }

  .xl\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
  }

  .xl\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
  }

  .xl\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
  }

  .xl\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
  }

  .xl\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
  }

  .xl\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
  }

  .xl\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
  }

  .xl\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
  }

  .xl\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
  }

  .xl\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
  }

  .xl\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
  }

  .xl\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
  }

  .xl\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
  }

  .xl\:border-t-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
  }

  .xl\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
  }

  .xl\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
  }

  .xl\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
  }

  .xl\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
  }

  .xl\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
  }

  .xl\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
  }

  .xl\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
  }

  .xl\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
  }

  .xl\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
  }

  .xl\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
  }

  .xl\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
  }

  .xl\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
  }

  .xl\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
  }

  .xl\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
  }

  .xl\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
  }

  .xl\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
  }

  .xl\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
  }

  .xl\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
  }

  .xl\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
  }

  .xl\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
  }

  .xl\:border-t-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
  }

  .xl\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
  }

  .xl\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
  }

  .xl\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
  }

  .xl\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
  }

  .xl\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
  }

  .xl\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
  }

  .xl\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
  }

  .xl\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
  }

  .xl\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
  }

  .xl\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
  }

  .xl\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
  }

  .xl\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
  }

  .xl\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
  }

  .xl\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
  }

  .xl\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
  }

  .xl\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
  }

  .xl\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
  }

  .xl\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
  }

  .xl\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
  }

  .xl\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
  }

  .xl\:border-t-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
  }

  .xl\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
  }

  .xl\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
  }

  .xl\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
  }

  .xl\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
  }

  .xl\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
  }

  .xl\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
  }

  .xl\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
  }

  .xl\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
  }

  .xl\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
  }

  .xl\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
  }

  .xl\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
  }

  .xl\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
  }

  .xl\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
  }

  .xl\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
  }

  .xl\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
  }

  .xl\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
  }

  .xl\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
  }

  .xl\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
  }

  .xl\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
  }

  .xl\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
  }

  .xl\:border-t-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
  }

  .xl\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
  }

  .xl\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
  }

  .xl\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
  }

  .xl\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
  }

  .xl\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
  }

  .xl\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
  }

  .xl\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
  }

  .xl\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
  }

  .xl\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
  }

  .xl\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
  }

  .xl\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
  }

  .xl\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
  }

  .xl\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
  }

  .xl\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
  }

  .xl\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
  }

  .xl\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
  }

  .xl\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
  }

  .xl\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
  }

  .xl\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
  }

  .xl\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
  }

  .xl\:border-t-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
  }

  .xl\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
  }

  .xl\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
  }

  .xl\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
  }

  .xl\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
  }

  .xl\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
  }

  .xl\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
  }

  .xl\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
  }

  .xl\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
  }

  .xl\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
  }

  .xl\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
  }

  .xl\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
  }

  .xl\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
  }

  .xl\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
  }

  .xl\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
  }

  .xl\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
  }

  .xl\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
  }

  .xl\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
  }

  .xl\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
  }

  .xl\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
  }

  .xl\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
  }

  .xl\:border-t-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
  }

  .xl\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
  }

  .xl\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
  }

  .xl\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
  }

  .xl\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
  }

  .xl\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
  }

  .xl\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
  }

  .xl\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
  }

  .xl\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
  }

  .xl\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
  }

  .xl\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
  }

  .xl\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
  }

  .xl\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
  }

  .xl\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
  }

  .xl\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
  }

  .xl\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
  }

  .xl\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
  }

  .xl\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
  }

  .xl\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
  }

  .xl\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
  }

  .xl\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
  }

  .xl\:border-t-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
  }

  .xl\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
  }

  .xl\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
  }

  .xl\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
  }

  .xl\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
  }

  .xl\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
  }

  .xl\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
  }

  .xl\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
  }

  .xl\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
  }

  .xl\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
  }

  .xl\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
  }

  .xl\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
  }

  .xl\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
  }

  .xl\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
  }

  .xl\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
  }

  .xl\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
  }

  .xl\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
  }

  .xl\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
  }

  .xl\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
  }

  .xl\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
  }

  .xl\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
  }

  .xl\:border-t-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
  }

  .xl\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
  }

  .xl\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
  }

  .xl\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
  }

  .xl\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
  }

  .xl\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
  }

  .xl\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
  }

  .xl\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
  }

  .xl\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
  }

  .xl\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
  }

  .xl\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
  }

  .xl\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
  }

  .xl\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
  }

  .xl\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
  }

  .xl\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
  }

  .xl\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
  }

  .xl\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
  }

  .xl\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
  }

  .xl\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
  }

  .xl\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
  }

  .xl\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
  }

  .xl\:border-t-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
  }

  .xl\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
  }

  .xl\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
  }

  .xl\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
  }

  .xl\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
  }

  .xl\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
  }

  .xl\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
  }

  .xl\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
  }

  .xl\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
  }

  .xl\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
  }

  .xl\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
  }

  .xl\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
  }

  .xl\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
  }

  .xl\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
  }

  .xl\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
  }

  .xl\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
  }

  .xl\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
  }

  .xl\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
  }

  .xl\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
  }

  .xl\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
  }

  .xl\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
  }

  .xl\:border-t-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
  }

  .xl\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
  }

  .xl\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
  }

  .xl\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
  }

  .xl\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
  }

  .xl\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
  }

  .xl\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
  }

  .xl\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
  }

  .xl\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
  }

  .xl\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
  }

  .xl\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
  }

  .xl\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
  }

  .xl\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
  }

  .xl\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
  }

  .xl\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
  }

  .xl\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
  }

  .xl\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
  }

  .xl\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
  }

  .xl\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
  }

  .xl\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
  }

  .xl\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
  }

  .xl\:border-t-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
  }

  .xl\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
  }

  .xl\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
  }

  .xl\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
  }

  .xl\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
  }

  .xl\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
  }

  .xl\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
  }

  .xl\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
  }

  .xl\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
  }

  .xl\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
  }

  .xl\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
  }

  .xl\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
  }

  .xl\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
  }

  .xl\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
  }

  .xl\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
  }

  .xl\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
  }

  .xl\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
  }

  .xl\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
  }

  .xl\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
  }

  .xl\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
  }

  .xl\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
  }

  .xl\:border-t-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
  }

  .xl\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
  }

  .xl\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
  }

  .xl\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
  }

  .xl\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
  }

  .xl\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
  }

  .xl\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
  }

  .xl\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
  }

  .xl\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
  }

  .xl\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
  }

  .xl\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
  }

  .xl\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
  }

  .xl\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
  }

  .xl\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
  }

  .xl\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
  }

  .xl\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
  }

  .xl\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
  }

  .xl\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
  }

  .xl\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
  }

  .xl\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
  }

  .xl\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
  }

  .xl\:border-t-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
  }

  .xl\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
  }

  .xl\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
  }

  .xl\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
  }

  .xl\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
  }

  .xl\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
  }

  .xl\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
  }

  .xl\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
  }

  .xl\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
  }

  .xl\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
  }

  .xl\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
  }

  .xl\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
  }

  .xl\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
  }

  .xl\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
  }

  .xl\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
  }

  .xl\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
  }

  .xl\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
  }

  .xl\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
  }

  .xl\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
  }

  .xl\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
  }

  .xl\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
  }

  .xl\:border-t-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
  }

  .xl\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
  }

  .xl\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
  }

  .xl\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
  }

  .xl\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
  }

  .xl\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
  }

  .xl\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
  }

  .xl\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
  }

  .xl\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
  }

  .xl\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
  }

  .xl\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
  }

  .xl\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
  }

  .xl\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
  }

  .xl\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
  }

  .xl\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
  }

  .xl\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
  }

  .xl\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
  }

  .xl\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
  }

  .xl\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
  }

  .xl\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
  }

  .xl\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
  }

  .xl\:border-t-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
  }

  .xl\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
  }

  .xl\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
  }

  .xl\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
  }

  .xl\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
  }

  .xl\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
  }

  .xl\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
  }

  .xl\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
  }

  .xl\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
  }

  .xl\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
  }

  .xl\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
  }

  .xl\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
  }

  .xl\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
  }

  .xl\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
  }

  .xl\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
  }

  .xl\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
  }

  .xl\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
  }

  .xl\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
  }

  .xl\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
  }

  .xl\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
  }

  .xl\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
  }

  .xl\:border-t-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
  }

  .xl\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
  }

  .xl\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
  }

  .xl\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
  }

  .xl\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
  }

  .xl\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
  }

  .xl\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
  }

  .xl\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
  }

  .xl\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
  }

  .xl\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
  }

  .xl\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
  }

  .xl\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
  }

  .xl\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
  }

  .xl\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
  }

  .xl\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
  }

  .xl\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
  }

  .xl\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
  }

  .xl\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
  }

  .xl\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
  }

  .xl\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
  }

  .xl\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
  }

  .xl\:border-t-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
  }

  .xl\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
  }

  .xl\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
  }

  .xl\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
  }

  .xl\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
  }

  .xl\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
  }

  .xl\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
  }

  .xl\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
  }

  .xl\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
  }

  .xl\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
  }

  .xl\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
  }

  .xl\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
  }

  .xl\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
  }

  .xl\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
  }

  .xl\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
  }

  .xl\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
  }

  .xl\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
  }

  .xl\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
  }

  .xl\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
  }

  .xl\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
  }

  .xl\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
  }

  .xl\:border-t-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
  }

  .xl\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
  }

  .xl\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
  }

  .xl\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
  }

  .xl\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
  }

  .xl\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
  }

  .xl\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
  }

  .xl\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
  }

  .xl\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
  }

  .xl\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
  }

  .xl\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
  }

  .xl\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
  }

  .xl\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
  }

  .xl\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
  }

  .xl\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
  }

  .xl\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
  }

  .xl\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
  }

  .xl\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
  }

  .xl\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
  }

  .xl\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
  }

  .xl\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
  }

  .xl\:border-t-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
  }

  .xl\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
  }

  .xl\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
  }

  .xl\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
  }

  .xl\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
  }

  .xl\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
  }

  .xl\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
  }

  .xl\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
  }

  .xl\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
  }

  .xl\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
  }

  .xl\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
  }

  .xl\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
  }

  .xl\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
  }

  .xl\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
  }

  .xl\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
  }

  .xl\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
  }

  .xl\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
  }

  .xl\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
  }

  .xl\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
  }

  .xl\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
  }

  .xl\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
  }

  .xl\:border-t-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
  }

  .xl\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
  }

  .xl\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
  }

  .xl\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
  }

  .xl\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
  }

  .xl\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
  }

  .xl\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
  }

  .xl\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
  }

  .xl\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
  }

  .xl\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
  }

  .xl\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
  }

  .xl\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
  }

  .xl\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
  }

  .xl\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
  }

  .xl\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
  }

  .xl\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
  }

  .xl\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
  }

  .xl\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
  }

  .xl\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
  }

  .xl\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
  }

  .xl\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
  }

  .xl\:border-t-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
  }

  .xl\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
  }

  .xl\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
  }

  .xl\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
  }

  .xl\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
  }

  .xl\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
  }

  .xl\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
  }

  .xl\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
  }

  .xl\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
  }

  .xl\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
  }

  .xl\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
  }

  .xl\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
  }

  .xl\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
  }

  .xl\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
  }

  .xl\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
  }

  .xl\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
  }

  .xl\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
  }

  .xl\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
  }

  .xl\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
  }

  .xl\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
  }

  .xl\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
  }

  .xl\:border-t-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
  }

  .xl\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
  }

  .xl\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
  }

  .xl\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
  }

  .xl\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
  }

  .xl\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
  }

  .xl\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
  }

  .xl\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
  }

  .xl\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
  }

  .xl\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
  }

  .xl\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
  }

  .xl\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
  }

  .xl\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
  }

  .xl\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
  }

  .xl\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
  }

  .xl\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
  }

  .xl\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
  }

  .xl\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
  }

  .xl\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
  }

  .xl\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
  }

  .xl\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
  }

  .xl\:border-t-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
  }

  .xl\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
  }

  .xl\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
  }

  .xl\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
  }

  .xl\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
  }

  .xl\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
  }

  .xl\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
  }

  .xl\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
  }

  .xl\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
  }

  .xl\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
  }

  .xl\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
  }

  .xl\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
  }

  .xl\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
  }

  .xl\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
  }

  .xl\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
  }

  .xl\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
  }

  .xl\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
  }

  .xl\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
  }

  .xl\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
  }

  .xl\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
  }

  .xl\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
  }

  .xl\:border-t-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
  }

  .xl\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
  }

  .xl\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
  }

  .xl\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
  }

  .xl\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
  }

  .xl\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
  }

  .xl\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
  }

  .xl\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
  }

  .xl\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
  }

  .xl\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
  }

  .xl\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
  }

  .xl\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
  }

  .xl\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
  }

  .xl\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
  }

  .xl\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
  }

  .xl\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
  }

  .xl\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
  }

  .xl\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
  }

  .xl\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
  }

  .xl\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
  }

  .xl\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
  }

  .xl\:border-t-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
  }

  .xl\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
  }

  .xl\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
  }

  .xl\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
  }

  .xl\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
  }

  .xl\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
  }

  .xl\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
  }

  .xl\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
  }

  .xl\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
  }

  .xl\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
  }

  .xl\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
  }

  .xl\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
  }

  .xl\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
  }

  .xl\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
  }

  .xl\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
  }

  .xl\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
  }

  .xl\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
  }

  .xl\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
  }

  .xl\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
  }

  .xl\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
  }

  .xl\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
  }

  .xl\:border-t-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
  }

  .xl\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
  }

  .xl\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
  }

  .xl\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
  }

  .xl\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
  }

  .xl\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
  }

  .xl\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
  }

  .xl\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
  }

  .xl\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
  }

  .xl\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
  }

  .xl\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
  }

  .xl\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
  }

  .xl\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
  }

  .xl\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
  }

  .xl\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
  }

  .xl\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
  }

  .xl\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
  }

  .xl\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
  }

  .xl\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
  }

  .xl\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
  }

  .xl\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
  }

  .xl\:border-t-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
  }

  .xl\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
  }

  .xl\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
  }

  .xl\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
  }

  .xl\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
  }

  .xl\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
  }

  .xl\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
  }

  .xl\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
  }

  .xl\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
  }

  .xl\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
  }

  .xl\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
  }

  .xl\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
  }

  .xl\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
  }

  .xl\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
  }

  .xl\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
  }

  .xl\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
  }

  .xl\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
  }

  .xl\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
  }

  .xl\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
  }

  .xl\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
  }

  .xl\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
  }

  .xl\:border-t-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
  }

  .xl\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
  }

  .xl\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
  }

  .xl\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
  }

  .xl\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
  }

  .xl\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
  }

  .xl\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
  }

  .xl\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
  }

  .xl\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
  }

  .xl\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
  }

  .xl\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
  }

  .xl\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
  }

  .xl\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
  }

  .xl\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
  }

  .xl\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
  }

  .xl\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
  }

  .xl\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
  }

  .xl\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
  }

  .xl\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
  }

  .xl\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
  }

  .xl\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
  }

  .xl\:border-t-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
  }

  .xl\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
  }

  .xl\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
  }

  .xl\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
  }

  .xl\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
  }

  .xl\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
  }

  .xl\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
  }

  .xl\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
  }

  .xl\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
  }

  .xl\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
  }

  .xl\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
  }

  .xl\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
  }

  .xl\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
  }

  .xl\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
  }

  .xl\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
  }

  .xl\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
  }

  .xl\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
  }

  .xl\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
  }

  .xl\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
  }

  .xl\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
  }

  .xl\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
  }

  .xl\:border-t-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
  }

  .xl\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
  }

  .xl\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
  }

  .xl\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
  }

  .xl\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
  }

  .xl\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
  }

  .xl\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
  }

  .xl\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
  }

  .xl\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
  }

  .xl\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
  }

  .xl\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
  }

  .xl\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
  }

  .xl\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
  }

  .xl\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
  }

  .xl\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
  }

  .xl\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
  }

  .xl\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
  }

  .xl\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
  }

  .xl\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
  }

  .xl\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
  }

  .xl\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
  }

  .xl\:border-t-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
  }

  .xl\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
  }

  .xl\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
  }

  .xl\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
  }

  .xl\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
  }

  .xl\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
  }

  .xl\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
  }

  .xl\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
  }

  .xl\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
  }

  .xl\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
  }

  .xl\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
  }

  .xl\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
  }

  .xl\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
  }

  .xl\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
  }

  .xl\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
  }

  .xl\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
  }

  .xl\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
  }

  .xl\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
  }

  .xl\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
  }

  .xl\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
  }

  .xl\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
  }

  .xl\:border-t-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
  }

  .xl\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
  }

  .xl\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
  }

  .xl\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
  }

  .xl\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
  }

  .xl\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
  }

  .xl\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
  }

  .xl\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
  }

  .xl\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
  }

  .xl\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
  }

  .xl\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
  }

  .xl\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
  }

  .xl\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
  }

  .xl\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
  }

  .xl\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
  }

  .xl\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
  }

  .xl\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
  }

  .xl\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
  }

  .xl\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
  }

  .xl\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
  }

  .xl\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
  }

  .xl\:border-t-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
  }

  .xl\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
  }

  .xl\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
  }

  .xl\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
  }

  .xl\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
  }

  .xl\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
  }

  .xl\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
  }

  .xl\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
  }

  .xl\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
  }

  .xl\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
  }

  .xl\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
  }

  .xl\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
  }

  .xl\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
  }

  .xl\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
  }

  .xl\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
  }

  .xl\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
  }

  .xl\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
  }

  .xl\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
  }

  .xl\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
  }

  .xl\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
  }

  .xl\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
  }

  .xl\:border-t-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
  }

  .xl\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
  }

  .xl\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
  }

  .xl\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
  }

  .xl\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
  }

  .xl\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
  }

  .xl\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
  }

  .xl\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
  }

  .xl\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
  }

  .xl\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
  }

  .xl\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
  }

  .xl\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
  }

  .xl\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
  }

  .xl\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
  }

  .xl\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
  }

  .xl\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
  }

  .xl\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
  }

  .xl\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
  }

  .xl\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
  }

  .xl\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
  }

  .xl\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
  }

  .xl\:border-t-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
  }

  .xl\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
  }

  .xl\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
  }

  .xl\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
  }

  .xl\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
  }

  .xl\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
  }

  .xl\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
  }

  .xl\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
  }

  .xl\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
  }

  .xl\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
  }

  .xl\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
  }

  .xl\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
  }

  .xl\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
  }

  .xl\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
  }

  .xl\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
  }

  .xl\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
  }

  .xl\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
  }

  .xl\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
  }

  .xl\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
  }

  .xl\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
  }

  .xl\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
  }

  .xl\:border-t-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
  }

  .xl\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
  }

  .xl\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
  }

  .xl\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
  }

  .xl\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
  }

  .xl\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
  }

  .xl\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
  }

  .xl\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
  }

  .xl\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
  }

  .xl\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
  }

  .xl\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
  }

  .xl\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
  }

  .xl\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
  }

  .xl\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
  }

  .xl\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
  }

  .xl\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
  }

  .xl\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
  }

  .xl\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
  }

  .xl\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
  }

  .xl\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
  }

  .xl\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
  }

  .xl\:border-t-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
  }

  .xl\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
  }

  .xl\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
  }

  .xl\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
  }

  .xl\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
  }

  .xl\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
  }

  .xl\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
  }

  .xl\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
  }

  .xl\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
  }

  .xl\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
  }

  .xl\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
  }

  .xl\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
  }

  .xl\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
  }

  .xl\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
  }

  .xl\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
  }

  .xl\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
  }

  .xl\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
  }

  .xl\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
  }

  .xl\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
  }

  .xl\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
  }

  .xl\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
  }

  .xl\:border-t-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
  }

  .xl\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
  }

  .xl\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
  }

  .xl\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
  }

  .xl\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
  }

  .xl\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
  }

  .xl\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
  }

  .xl\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
  }

  .xl\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
  }

  .xl\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
  }

  .xl\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
  }

  .xl\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
  }

  .xl\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
  }

  .xl\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
  }

  .xl\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
  }

  .xl\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
  }

  .xl\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
  }

  .xl\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
  }

  .xl\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
  }

  .xl\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
  }

  .xl\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
  }

  .xl\:border-t-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
  }

  .xl\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
  }

  .xl\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
  }

  .xl\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
  }

  .xl\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
  }

  .xl\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
  }

  .xl\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
  }

  .xl\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
  }

  .xl\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
  }

  .xl\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
  }

  .xl\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
  }

  .xl\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
  }

  .xl\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
  }

  .xl\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
  }

  .xl\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
  }

  .xl\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
  }

  .xl\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
  }

  .xl\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
  }

  .xl\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
  }

  .xl\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
  }

  .xl\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
  }

  .xl\:border-t-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
  }

  .xl\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
  }

  .xl\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
  }

  .xl\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
  }

  .xl\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
  }

  .xl\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
  }

  .xl\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
  }

  .xl\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
  }

  .xl\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
  }

  .xl\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
  }

  .xl\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
  }

  .xl\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
  }

  .xl\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
  }

  .xl\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
  }

  .xl\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
  }

  .xl\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
  }

  .xl\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
  }

  .xl\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
  }

  .xl\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
  }

  .xl\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
  }

  .xl\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
  }

  .xl\:border-t-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
  }

  .xl\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
  }

  .xl\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
  }

  .xl\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
  }

  .xl\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
  }

  .xl\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
  }

  .xl\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
  }

  .xl\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
  }

  .xl\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
  }

  .xl\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
  }

  .xl\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
  }

  .xl\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
  }

  .xl\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
  }

  .xl\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
  }

  .xl\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
  }

  .xl\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
  }

  .xl\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
  }

  .xl\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
  }

  .xl\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
  }

  .xl\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
  }

  .xl\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
  }

  .xl\:border-t-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
  }

  .xl\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
  }

  .xl\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
  }

  .xl\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
  }

  .xl\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
  }

  .xl\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
  }

  .xl\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
  }

  .xl\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
  }

  .xl\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
  }

  .xl\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
  }

  .xl\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
  }

  .xl\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
  }

  .xl\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
  }

  .xl\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
  }

  .xl\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
  }

  .xl\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
  }

  .xl\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
  }

  .xl\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
  }

  .xl\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
  }

  .xl\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
  }

  .xl\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
  }

  .xl\:border-t-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
  }

  .xl\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
  }

  .xl\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
  }

  .xl\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
  }

  .xl\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
  }

  .xl\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
  }

  .xl\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
  }

  .xl\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
  }

  .xl\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
  }

  .xl\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
  }

  .xl\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
  }

  .xl\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
  }

  .xl\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
  }

  .xl\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
  }

  .xl\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
  }

  .xl\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
  }

  .xl\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
  }

  .xl\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
  }

  .xl\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
  }

  .xl\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
  }

  .xl\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
  }

  .xl\:border-t-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
  }

  .xl\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
  }

  .xl\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
  }

  .xl\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
  }

  .xl\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
  }

  .xl\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
  }

  .xl\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
  }

  .xl\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
  }

  .xl\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
  }

  .xl\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
  }

  .xl\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
  }

  .xl\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
  }

  .xl\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
  }

  .xl\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
  }

  .xl\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
  }

  .xl\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
  }

  .xl\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
  }

  .xl\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
  }

  .xl\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
  }

  .xl\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
  }

  .xl\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
  }

  .xl\:border-t-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
  }

  .xl\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
  }

  .xl\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
  }

  .xl\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
  }

  .xl\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
  }

  .xl\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
  }

  .xl\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
  }

  .xl\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
  }

  .xl\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
  }

  .xl\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
  }

  .xl\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
  }

  .xl\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
  }

  .xl\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
  }

  .xl\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
  }

  .xl\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
  }

  .xl\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
  }

  .xl\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
  }

  .xl\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
  }

  .xl\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
  }

  .xl\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
  }

  .xl\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
  }

  .xl\:border-t-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
  }

  .xl\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
  }

  .xl\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
  }

  .xl\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
  }

  .xl\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
  }

  .xl\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
  }

  .xl\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
  }

  .xl\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
  }

  .xl\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
  }

  .xl\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
  }

  .xl\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
  }

  .xl\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
  }

  .xl\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
  }

  .xl\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
  }

  .xl\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
  }

  .xl\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
  }

  .xl\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
  }

  .xl\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
  }

  .xl\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
  }

  .xl\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
  }

  .xl\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
  }

  .xl\:border-t-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
  }

  .xl\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
  }

  .xl\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
  }

  .xl\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
  }

  .xl\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
  }

  .xl\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
  }

  .xl\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
  }

  .xl\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
  }

  .xl\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
  }

  .xl\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
  }

  .xl\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
  }

  .xl\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
  }

  .xl\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
  }

  .xl\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
  }

  .xl\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
  }

  .xl\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
  }

  .xl\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
  }

  .xl\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
  }

  .xl\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
  }

  .xl\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
  }

  .xl\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
  }

  .xl\:border-t-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
  }

  .xl\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
  }

  .xl\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
  }

  .xl\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
  }

  .xl\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
  }

  .xl\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
  }

  .xl\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
  }

  .xl\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
  }

  .xl\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
  }

  .xl\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
  }

  .xl\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
  }

  .xl\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
  }

  .xl\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
  }

  .xl\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
  }

  .xl\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
  }

  .xl\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
  }

  .xl\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
  }

  .xl\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
  }

  .xl\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
  }

  .xl\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
  }

  .xl\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
  }

  .xl\:border-t-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
  }

  .xl\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
  }

  .xl\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
  }

  .xl\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
  }

  .xl\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
  }

  .xl\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
  }

  .xl\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
  }

  .xl\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
  }

  .xl\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
  }

  .xl\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
  }

  .xl\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
  }

  .xl\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
  }

  .xl\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
  }

  .xl\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
  }

  .xl\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
  }

  .xl\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
  }

  .xl\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
  }

  .xl\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
  }

  .xl\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
  }

  .xl\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
  }

  .xl\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
  }

  .xl\:border-t-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
  }

  .xl\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
  }

  .xl\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
  }

  .xl\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
  }

  .xl\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
  }

  .xl\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
  }

  .xl\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
  }

  .xl\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
  }

  .xl\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
  }

  .xl\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
  }

  .xl\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
  }

  .xl\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
  }

  .xl\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
  }

  .xl\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
  }

  .xl\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
  }

  .xl\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
  }

  .xl\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
  }

  .xl\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
  }

  .xl\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
  }

  .xl\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
  }

  .xl\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
  }

  .xl\:border-t-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
  }

  .xl\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
  }

  .xl\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
  }

  .xl\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
  }

  .xl\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
  }

  .xl\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
  }

  .xl\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
  }

  .xl\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
  }

  .xl\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
  }

  .xl\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
  }

  .xl\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
  }

  .xl\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
  }

  .xl\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
  }

  .xl\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
  }

  .xl\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
  }

  .xl\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
  }

  .xl\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
  }

  .xl\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
  }

  .xl\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
  }

  .xl\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
  }

  .xl\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
  }

  .xl\:border-t-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
  }

  .xl\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
  }

  .xl\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
  }

  .xl\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
  }

  .xl\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
  }

  .xl\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
  }

  .xl\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
  }

  .xl\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
  }

  .xl\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
  }

  .xl\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
  }

  .xl\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
  }

  .xl\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
  }

  .xl\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
  }

  .xl\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
  }

  .xl\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
  }

  .xl\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
  }

  .xl\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
  }

  .xl\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
  }

  .xl\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
  }

  .xl\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
  }

  .xl\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
  }

  .xl\:border-t-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
  }

  .xl\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
  }

  .xl\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
  }

  .xl\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
  }

  .xl\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
  }

  .xl\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
  }

  .xl\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
  }

  .xl\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
  }

  .xl\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
  }

  .xl\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
  }

  .xl\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
  }

  .xl\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
  }

  .xl\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
  }

  .xl\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
  }

  .xl\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
  }

  .xl\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
  }

  .xl\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
  }

  .xl\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
  }

  .xl\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
  }

  .xl\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
  }

  .xl\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
  }

  .xl\:border-t-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
  }

  .xl\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
  }

  .xl\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
  }

  .xl\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
  }

  .xl\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
  }

  .xl\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
  }

  .xl\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
  }

  .xl\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
  }

  .xl\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
  }

  .xl\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
  }

  .xl\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
  }

  .xl\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
  }

  .xl\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
  }

  .xl\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
  }

  .xl\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
  }

  .xl\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
  }

  .xl\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
  }

  .xl\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
  }

  .xl\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
  }

  .xl\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
  }

  .xl\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
  }

  .xl\:border-t-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
  }

  .xl\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
  }

  .xl\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
  }

  .xl\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
  }

  .xl\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
  }

  .xl\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
  }

  .xl\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
  }

  .xl\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
  }

  .xl\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
  }

  .xl\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
  }

  .xl\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
  }

  .xl\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
  }

  .xl\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
  }

  .xl\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
  }

  .xl\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
  }

  .xl\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
  }

  .xl\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
  }

  .xl\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
  }

  .xl\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
  }

  .xl\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
  }

  .xl\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
  }

  .xl\:border-t-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
  }

  .xl\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
  }

  .xl\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
  }

  .xl\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
  }

  .xl\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
  }

  .xl\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
  }

  .xl\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
  }

  .xl\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
  }

  .xl\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
  }

  .xl\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
  }

  .xl\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
  }

  .xl\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
  }

  .xl\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
  }

  .xl\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
  }

  .xl\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
  }

  .xl\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
  }

  .xl\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
  }

  .xl\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
  }

  .xl\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
  }

  .xl\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
  }

  .xl\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
  }

  .xl\:border-t-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
  }

  .xl\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
  }

  .xl\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
  }

  .xl\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
  }

  .xl\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
  }

  .xl\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
  }

  .xl\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
  }

  .xl\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
  }

  .xl\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
  }

  .xl\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
  }

  .xl\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
  }

  .xl\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
  }

  .xl\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
  }

  .xl\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
  }

  .xl\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
  }

  .xl\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
  }

  .xl\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
  }

  .xl\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
  }

  .xl\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
  }

  .xl\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
  }

  .xl\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
  }

  .xl\:border-t-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
  }

  .xl\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
  }

  .xl\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
  }

  .xl\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
  }

  .xl\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
  }

  .xl\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
  }

  .xl\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
  }

  .xl\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
  }

  .xl\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
  }

  .xl\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
  }

  .xl\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
  }

  .xl\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
  }

  .xl\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
  }

  .xl\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
  }

  .xl\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
  }

  .xl\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
  }

  .xl\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
  }

  .xl\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
  }

  .xl\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
  }

  .xl\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
  }

  .xl\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
  }

  .xl\:border-t-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
  }

  .xl\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
  }

  .xl\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
  }

  .xl\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
  }

  .xl\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
  }

  .xl\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
  }

  .xl\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
  }

  .xl\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
  }

  .xl\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
  }

  .xl\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
  }

  .xl\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
  }

  .xl\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
  }

  .xl\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
  }

  .xl\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
  }

  .xl\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
  }

  .xl\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
  }

  .xl\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
  }

  .xl\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
  }

  .xl\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
  }

  .xl\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
  }

  .xl\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
  }

  .xl\:border-t-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
  }

  .xl\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
  }

  .xl\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
  }

  .xl\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
  }

  .xl\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
  }

  .xl\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
  }

  .xl\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
  }

  .xl\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
  }

  .xl\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
  }

  .xl\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
  }

  .xl\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
  }

  .xl\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
  }

  .xl\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
  }

  .xl\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
  }

  .xl\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
  }

  .xl\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
  }

  .xl\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
  }

  .xl\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
  }

  .xl\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
  }

  .xl\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
  }

  .xl\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
  }

  .xl\:border-t-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
  }

  .xl\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
  }

  .xl\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
  }

  .xl\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
  }

  .xl\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
  }

  .xl\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
  }

  .xl\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
  }

  .xl\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
  }

  .xl\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
  }

  .xl\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
  }

  .xl\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
  }

  .xl\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
  }

  .xl\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
  }

  .xl\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
  }

  .xl\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
  }

  .xl\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
  }

  .xl\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
  }

  .xl\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
  }

  .xl\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
  }

  .xl\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
  }

  .xl\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
  }

  .xl\:border-t-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
  }

  .xl\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
  }

  .xl\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
  }

  .xl\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
  }

  .xl\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
  }

  .xl\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
  }

  .xl\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
  }

  .xl\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
  }

  .xl\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
  }

  .xl\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
  }

  .xl\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
  }

  .xl\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
  }

  .xl\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
  }

  .xl\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
  }

  .xl\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
  }

  .xl\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
  }

  .xl\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
  }

  .xl\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
  }

  .xl\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
  }

  .xl\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
  }

  .xl\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
  }

  .xl\:border-t-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
  }

  .xl\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
  }

  .xl\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
  }

  .xl\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
  }

  .xl\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
  }

  .xl\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
  }

  .xl\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
  }

  .xl\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
  }

  .xl\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
  }

  .xl\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
  }

  .xl\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
  }

  .xl\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
  }

  .xl\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
  }

  .xl\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
  }

  .xl\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
  }

  .xl\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
  }

  .xl\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
  }

  .xl\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
  }

  .xl\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
  }

  .xl\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
  }

  .xl\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
  }

  .xl\:border-t-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
  }

  .xl\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
  }

  .xl\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
  }

  .xl\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
  }

  .xl\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
  }

  .xl\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
  }

  .xl\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
  }

  .xl\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
  }

  .xl\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
  }

  .xl\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
  }

  .xl\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
  }

  .xl\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
  }

  .xl\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
  }

  .xl\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
  }

  .xl\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
  }

  .xl\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
  }

  .xl\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
  }

  .xl\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
  }

  .xl\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
  }

  .xl\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
  }

  .xl\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
  }

  .xl\:border-t-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
  }

  .xl\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
  }

  .xl\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
  }

  .xl\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
  }

  .xl\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
  }

  .xl\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
  }

  .xl\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
  }

  .xl\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
  }

  .xl\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
  }

  .xl\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
  }

  .xl\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
  }

  .xl\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
  }

  .xl\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
  }

  .xl\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
  }

  .xl\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
  }

  .xl\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
  }

  .xl\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
  }

  .xl\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
  }

  .xl\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
  }

  .xl\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
  }

  .xl\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
  }

  .xl\:border-t-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
  }

  .xl\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
  }

  .xl\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
  }

  .xl\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
  }

  .xl\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
  }

  .xl\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
  }

  .xl\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
  }

  .xl\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
  }

  .xl\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
  }

  .xl\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
  }

  .xl\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
  }

  .xl\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
  }

  .xl\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
  }

  .xl\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
  }

  .xl\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
  }

  .xl\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
  }

  .xl\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
  }

  .xl\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
  }

  .xl\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
  }

  .xl\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
  }

  .xl\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
  }

  .xl\:border-t-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
  }

  .xl\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
  }

  .xl\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
  }

  .xl\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
  }

  .xl\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
  }

  .xl\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
  }

  .xl\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
  }

  .xl\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
  }

  .xl\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
  }

  .xl\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
  }

  .xl\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
  }

  .xl\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
  }

  .xl\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
  }

  .xl\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
  }

  .xl\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
  }

  .xl\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
  }

  .xl\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
  }

  .xl\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
  }

  .xl\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
  }

  .xl\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
  }

  .xl\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
  }

  .xl\:border-t-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
  }

  .xl\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
  }

  .xl\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
  }

  .xl\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
  }

  .xl\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
  }

  .xl\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
  }

  .xl\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
  }

  .xl\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
  }

  .xl\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
  }

  .xl\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
  }

  .xl\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
  }

  .xl\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
  }

  .xl\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
  }

  .xl\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
  }

  .xl\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
  }

  .xl\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
  }

  .xl\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
  }

  .xl\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
  }

  .xl\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
  }

  .xl\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
  }

  .xl\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
  }

  .xl\:border-t-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
  }

  .xl\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
  }

  .xl\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
  }

  .xl\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
  }

  .xl\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
  }

  .xl\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
  }

  .xl\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
  }

  .xl\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
  }

  .xl\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
  }

  .xl\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
  }

  .xl\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
  }

  .xl\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
  }

  .xl\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
  }

  .xl\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
  }

  .xl\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
  }

  .xl\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
  }

  .xl\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
  }

  .xl\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
  }

  .xl\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
  }

  .xl\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
  }

  .xl\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
  }

  .xl\:border-t-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
  }

  .xl\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
  }

  .xl\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
  }

  .xl\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
  }

  .xl\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
  }

  .xl\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
  }

  .xl\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
  }

  .xl\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
  }

  .xl\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
  }

  .xl\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
  }

  .xl\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
  }

  .xl\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
  }

  .xl\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
  }

  .xl\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
  }

  .xl\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
  }

  .xl\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
  }

  .xl\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
  }

  .xl\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
  }

  .xl\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
  }

  .xl\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
  }

  .xl\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
  }

  .xl\:border-t-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
  }

  .xl\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
  }

  .xl\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
  }

  .xl\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
  }

  .xl\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
  }

  .xl\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
  }

  .xl\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
  }

  .xl\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
  }

  .xl\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
  }

  .xl\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
  }

  .xl\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
  }

  .xl\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
  }

  .xl\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
  }

  .xl\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
  }

  .xl\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
  }

  .xl\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
  }

  .xl\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
  }

  .xl\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
  }

  .xl\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
  }

  .xl\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
  }

  .xl\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
  }

  .xl\:border-t-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
  }

  .xl\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
  }

  .xl\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
  }

  .xl\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
  }

  .xl\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
  }

  .xl\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
  }

  .xl\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
  }

  .xl\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
  }

  .xl\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
  }

  .xl\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
  }

  .xl\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
  }

  .xl\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
  }

  .xl\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
  }

  .xl\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
  }

  .xl\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
  }

  .xl\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
  }

  .xl\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
  }

  .xl\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
  }

  .xl\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
  }

  .xl\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
  }

  .xl\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
  }

  .xl\:border-t-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
  }

  .xl\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
  }

  .xl\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
  }

  .xl\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
  }

  .xl\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
  }

  .xl\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
  }

  .xl\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
  }

  .xl\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
  }

  .xl\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
  }

  .xl\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
  }

  .xl\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
  }

  .xl\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
  }

  .xl\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
  }

  .xl\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
  }

  .xl\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
  }

  .xl\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
  }

  .xl\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
  }

  .xl\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
  }

  .xl\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
  }

  .xl\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
  }

  .xl\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
  }

  .xl\:border-t-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
  }

  .xl\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
  }

  .xl\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
  }

  .xl\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
  }

  .xl\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
  }

  .xl\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
  }

  .xl\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
  }

  .xl\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
  }

  .xl\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
  }

  .xl\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
  }

  .xl\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
  }

  .xl\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
  }

  .xl\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
  }

  .xl\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
  }

  .xl\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
  }

  .xl\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
  }

  .xl\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
  }

  .xl\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
  }

  .xl\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
  }

  .xl\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
  }

  .xl\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
  }

  .xl\:border-t-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
  }

  .xl\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
  }

  .xl\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
  }

  .xl\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
  }

  .xl\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
  }

  .xl\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
  }

  .xl\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
  }

  .xl\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
  }

  .xl\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
  }

  .xl\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
  }

  .xl\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
  }

  .xl\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
  }

  .xl\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
  }

  .xl\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
  }

  .xl\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
  }

  .xl\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
  }

  .xl\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
  }

  .xl\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
  }

  .xl\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
  }

  .xl\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
  }

  .xl\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
  }

  .xl\:border-t-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
  }

  .xl\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
  }

  .xl\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
  }

  .xl\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
  }

  .xl\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
  }

  .xl\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
  }

  .xl\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
  }

  .xl\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
  }

  .xl\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
  }

  .xl\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
  }

  .xl\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
  }

  .xl\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
  }

  .xl\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
  }

  .xl\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
  }

  .xl\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
  }

  .xl\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
  }

  .xl\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
  }

  .xl\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
  }

  .xl\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
  }

  .xl\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
  }

  .xl\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
  }

  .xl\:border-t-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
  }

  .xl\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
  }

  .xl\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
  }

  .xl\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
  }

  .xl\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
  }

  .xl\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
  }

  .xl\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
  }

  .xl\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
  }

  .xl\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
  }

  .xl\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
  }

  .xl\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
  }

  .xl\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
  }

  .xl\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
  }

  .xl\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
  }

  .xl\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
  }

  .xl\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
  }

  .xl\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
  }

  .xl\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
  }

  .xl\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
  }

  .xl\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
  }

  .xl\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
  }

  .xl\:border-t-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
  }

  .xl\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
  }

  .xl\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
  }

  .xl\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
  }

  .xl\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
  }

  .xl\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
  }

  .xl\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
  }

  .xl\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
  }

  .xl\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
  }

  .xl\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
  }

  .xl\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
  }

  .xl\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
  }

  .xl\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
  }

  .xl\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
  }

  .xl\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
  }

  .xl\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
  }

  .xl\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
  }

  .xl\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
  }

  .xl\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
  }

  .xl\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
  }

  .xl\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
  }

  .xl\:border-t-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
  }

  .xl\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
  }

  .xl\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
  }

  .xl\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
  }

  .xl\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
  }

  .xl\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
  }

  .xl\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
  }

  .xl\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
  }

  .xl\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
  }

  .xl\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
  }

  .xl\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
  }

  .xl\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
  }

  .xl\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
  }

  .xl\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
  }

  .xl\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
  }

  .xl\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
  }

  .xl\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
  }

  .xl\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
  }

  .xl\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
  }

  .xl\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
  }

  .xl\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
  }

  .xl\:border-t-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
  }

  .xl\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
  }

  .xl\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
  }

  .xl\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
  }

  .xl\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
  }

  .xl\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
  }

  .xl\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
  }

  .xl\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
  }

  .xl\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
  }

  .xl\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
  }

  .xl\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
  }

  .xl\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
  }

  .xl\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
  }

  .xl\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
  }

  .xl\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
  }

  .xl\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
  }

  .xl\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
  }

  .xl\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
  }

  .xl\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
  }

  .xl\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
  }

  .xl\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
  }

  .xl\:border-t-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
  }

  .xl\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
  }

  .xl\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
  }

  .xl\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
  }

  .xl\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
  }

  .xl\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
  }

  .xl\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
  }

  .xl\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
  }

  .xl\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
  }

  .xl\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
  }

  .xl\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
  }

  .xl\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
  }

  .xl\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
  }

  .xl\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
  }

  .xl\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
  }

  .xl\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
  }

  .xl\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
  }

  .xl\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
  }

  .xl\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
  }

  .xl\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
  }

  .xl\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
  }

  .xl\:border-t-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
  }

  .xl\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
  }

  .xl\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
  }

  .xl\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
  }

  .xl\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
  }

  .xl\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
  }

  .xl\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
  }

  .xl\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
  }

  .xl\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
  }

  .xl\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
  }

  .xl\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
  }

  .xl\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
  }

  .xl\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
  }

  .xl\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
  }

  .xl\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
  }

  .xl\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
  }

  .xl\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
  }

  .xl\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
  }

  .xl\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
  }

  .xl\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
  }

  .xl\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
  }

  .xl\:border-t-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
  }

  .xl\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
  }

  .xl\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
  }

  .xl\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
  }

  .xl\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
  }

  .xl\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
  }

  .xl\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
  }

  .xl\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
  }

  .xl\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
  }

  .xl\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
  }

  .xl\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
  }

  .xl\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
  }

  .xl\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
  }

  .xl\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
  }

  .xl\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
  }

  .xl\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
  }

  .xl\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
  }

  .xl\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
  }

  .xl\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
  }

  .xl\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
  }

  .xl\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
  }

  .xl\:border-t-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
  }

  .xl\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
  }

  .xl\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
  }

  .xl\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
  }

  .xl\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
  }

  .xl\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
  }

  .xl\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
  }

  .xl\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
  }

  .xl\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
  }

  .xl\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
  }

  .xl\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
  }

  .xl\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
  }

  .xl\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
  }

  .xl\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
  }

  .xl\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
  }

  .xl\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
  }

  .xl\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
  }

  .xl\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
  }

  .xl\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
  }

  .xl\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
  }

  .xl\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
  }

  .xl\:border-t-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
  }

  .xl\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
  }

  .xl\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
  }

  .xl\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
  }

  .xl\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
  }

  .xl\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
  }

  .xl\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
  }

  .xl\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
  }

  .xl\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
  }

  .xl\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
  }

  .xl\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
  }

  .xl\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
  }

  .xl\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
  }

  .xl\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
  }

  .xl\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
  }

  .xl\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
  }

  .xl\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
  }

  .xl\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
  }

  .xl\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
  }

  .xl\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
  }

  .xl\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
  }

  .xl\:border-t-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
  }

  .xl\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
  }

  .xl\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
  }

  .xl\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
  }

  .xl\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
  }

  .xl\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
  }

  .xl\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
  }

  .xl\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
  }

  .xl\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
  }

  .xl\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
  }

  .xl\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
  }

  .xl\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
  }

  .xl\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
  }

  .xl\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
  }

  .xl\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
  }

  .xl\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
  }

  .xl\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
  }

  .xl\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
  }

  .xl\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
  }

  .xl\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
  }

  .xl\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
  }

  .xl\:border-t-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
  }

  .xl\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
  }

  .xl\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
  }

  .xl\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
  }

  .xl\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
  }

  .xl\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
  }

  .xl\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
  }

  .xl\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
  }

  .xl\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
  }

  .xl\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
  }

  .xl\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
  }

  .xl\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
  }

  .xl\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
  }

  .xl\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
  }

  .xl\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
  }

  .xl\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
  }

  .xl\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
  }

  .xl\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
  }

  .xl\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
  }

  .xl\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
  }

  .xl\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
  }

  .xl\:border-t-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
  }

  .xl\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
  }

  .xl\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
  }

  .xl\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
  }

  .xl\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
  }

  .xl\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
  }

  .xl\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
  }

  .xl\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
  }

  .xl\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
  }

  .xl\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
  }

  .xl\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
  }

  .xl\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
  }

  .xl\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
  }

  .xl\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
  }

  .xl\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
  }

  .xl\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
  }

  .xl\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
  }

  .xl\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
  }

  .xl\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
  }

  .xl\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
  }

  .xl\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
  }

  .xl\:border-t-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
  }

  .xl\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
  }

  .xl\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
  }

  .xl\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
  }

  .xl\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
  }

  .xl\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
  }

  .xl\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
  }

  .xl\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
  }

  .xl\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
  }

  .xl\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
  }

  .xl\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
  }

  .xl\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
  }

  .xl\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
  }

  .xl\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
  }

  .xl\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
  }

  .xl\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
  }

  .xl\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
  }

  .xl\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
  }

  .xl\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
  }

  .xl\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
  }

  .xl\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
  }

  .xl\:border-t-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
  }

  .xl\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
  }

  .xl\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
  }

  .xl\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
  }

  .xl\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
  }

  .xl\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
  }

  .xl\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
  }

  .xl\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
  }

  .xl\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
  }

  .xl\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
  }

  .xl\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
  }

  .xl\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
  }

  .xl\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
  }

  .xl\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
  }

  .xl\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
  }

  .xl\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
  }

  .xl\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
  }

  .xl\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
  }

  .xl\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
  }

  .xl\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
  }

  .xl\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
  }

  .xl\:border-t-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
  }

  .xl\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
  }

  .xl\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
  }

  .xl\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
  }

  .xl\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
  }

  .xl\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
  }

  .xl\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
  }

  .xl\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
  }

  .xl\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
  }

  .xl\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
  }

  .xl\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
  }

  .xl\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
  }

  .xl\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
  }

  .xl\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
  }

  .xl\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
  }

  .xl\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
  }

  .xl\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
  }

  .xl\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
  }

  .xl\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
  }

  .xl\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
  }

  .xl\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
  }

  .xl\:border-t-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
  }

  .xl\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
  }

  .xl\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
  }

  .xl\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
  }

  .xl\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
  }

  .xl\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
  }

  .xl\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
  }

  .xl\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
  }

  .xl\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
  }

  .xl\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
  }

  .xl\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
  }

  .xl\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
  }

  .xl\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
  }

  .xl\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
  }

  .xl\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
  }

  .xl\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
  }

  .xl\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
  }

  .xl\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
  }

  .xl\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
  }

  .xl\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
  }

  .xl\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
  }

  .xl\:border-t-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
  }

  .xl\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
  }

  .xl\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
  }

  .xl\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
  }

  .xl\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
  }

  .xl\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
  }

  .xl\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
  }

  .xl\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
  }

  .xl\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
  }

  .xl\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
  }

  .xl\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
  }

  .xl\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
  }

  .xl\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
  }

  .xl\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
  }

  .xl\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
  }

  .xl\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
  }

  .xl\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
  }

  .xl\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
  }

  .xl\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
  }

  .xl\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
  }

  .xl\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
  }

  .xl\:border-t-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
  }

  .xl\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
  }

  .xl\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
  }

  .xl\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
  }

  .xl\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
  }

  .xl\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
  }

  .xl\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
  }

  .xl\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
  }

  .xl\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
  }

  .xl\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
  }

  .xl\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
  }

  .xl\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
  }

  .xl\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
  }

  .xl\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
  }

  .xl\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
  }

  .xl\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
  }

  .xl\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
  }

  .xl\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
  }

  .xl\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
  }

  .xl\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
  }

  .xl\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
  }

  .xl\:border-t-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
  }

  .xl\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
  }

  .xl\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
  }

  .xl\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
  }

  .xl\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
  }

  .xl\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
  }

  .xl\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
  }

  .xl\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
  }

  .xl\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
  }

  .xl\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
  }

  .xl\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
  }

  .xl\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
  }

  .xl\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
  }

  .xl\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
  }

  .xl\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
  }

  .xl\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
  }

  .xl\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
  }

  .xl\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
  }

  .xl\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
  }

  .xl\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
  }

  .xl\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
  }

  .xl\:border-t-transparent {
    border-top-color: transparent !important;
  }

  .xl\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:border-t-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
  }

  .xl\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
  }

  .xl\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
  }

  .xl\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
  }

  .xl\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
  }

  .xl\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
  }

  .xl\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
  }

  .xl\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
  }

  .xl\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
  }

  .xl\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
  }

  .xl\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
  }

  .xl\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
  }

  .xl\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
  }

  .xl\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
  }

  .xl\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
  }

  .xl\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
  }

  .xl\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
  }

  .xl\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
  }

  .xl\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
  }

  .xl\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
  }

  .xl\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
  }

  .xl\:border-t-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
  }

  .xl\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
  }

  .xl\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
  }

  .xl\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
  }

  .xl\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
  }

  .xl\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
  }

  .xl\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
  }

  .xl\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
  }

  .xl\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
  }

  .xl\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
  }

  .xl\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
  }

  .xl\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
  }

  .xl\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
  }

  .xl\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
  }

  .xl\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
  }

  .xl\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
  }

  .xl\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
  }

  .xl\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
  }

  .xl\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
  }

  .xl\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
  }

  .xl\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
  }

  .xl\:border-t-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
  }

  .xl\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
  }

  .xl\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
  }

  .xl\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
  }

  .xl\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
  }

  .xl\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
  }

  .xl\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
  }

  .xl\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
  }

  .xl\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
  }

  .xl\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
  }

  .xl\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
  }

  .xl\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
  }

  .xl\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
  }

  .xl\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
  }

  .xl\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
  }

  .xl\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
  }

  .xl\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
  }

  .xl\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
  }

  .xl\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
  }

  .xl\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
  }

  .xl\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
  }

  .xl\:border-t-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
  }

  .xl\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
  }

  .xl\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
  }

  .xl\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
  }

  .xl\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
  }

  .xl\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
  }

  .xl\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
  }

  .xl\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
  }

  .xl\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
  }

  .xl\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
  }

  .xl\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
  }

  .xl\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
  }

  .xl\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
  }

  .xl\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
  }

  .xl\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
  }

  .xl\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
  }

  .xl\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
  }

  .xl\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
  }

  .xl\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
  }

  .xl\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
  }

  .xl\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
  }

  .xl\:border-t-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
  }

  .xl\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
  }

  .xl\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
  }

  .xl\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
  }

  .xl\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
  }

  .xl\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
  }

  .xl\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
  }

  .xl\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
  }

  .xl\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
  }

  .xl\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
  }

  .xl\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
  }

  .xl\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
  }

  .xl\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
  }

  .xl\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
  }

  .xl\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
  }

  .xl\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
  }

  .xl\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
  }

  .xl\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
  }

  .xl\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
  }

  .xl\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
  }

  .xl\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
  }

  .xl\:border-t-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
  }

  .xl\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
  }

  .xl\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
  }

  .xl\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
  }

  .xl\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
  }

  .xl\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
  }

  .xl\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
  }

  .xl\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
  }

  .xl\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
  }

  .xl\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
  }

  .xl\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
  }

  .xl\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
  }

  .xl\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
  }

  .xl\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
  }

  .xl\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
  }

  .xl\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
  }

  .xl\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
  }

  .xl\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
  }

  .xl\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
  }

  .xl\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
  }

  .xl\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
  }

  .xl\:border-t-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
  }

  .xl\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
  }

  .xl\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
  }

  .xl\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
  }

  .xl\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
  }

  .xl\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
  }

  .xl\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
  }

  .xl\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
  }

  .xl\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
  }

  .xl\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
  }

  .xl\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
  }

  .xl\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
  }

  .xl\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
  }

  .xl\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
  }

  .xl\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
  }

  .xl\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
  }

  .xl\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
  }

  .xl\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
  }

  .xl\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
  }

  .xl\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
  }

  .xl\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
  }

  .xl\:border-t-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
  }

  .xl\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
  }

  .xl\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
  }

  .xl\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
  }

  .xl\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
  }

  .xl\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
  }

  .xl\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
  }

  .xl\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
  }

  .xl\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
  }

  .xl\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
  }

  .xl\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
  }

  .xl\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
  }

  .xl\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
  }

  .xl\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
  }

  .xl\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
  }

  .xl\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
  }

  .xl\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
  }

  .xl\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
  }

  .xl\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
  }

  .xl\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
  }

  .xl\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
  }

  .xl\:border-t-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
  }

  .xl\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
  }

  .xl\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
  }

  .xl\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
  }

  .xl\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
  }

  .xl\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
  }

  .xl\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
  }

  .xl\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
  }

  .xl\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
  }

  .xl\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
  }

  .xl\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
  }

  .xl\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
  }

  .xl\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
  }

  .xl\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
  }

  .xl\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
  }

  .xl\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
  }

  .xl\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
  }

  .xl\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
  }

  .xl\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
  }

  .xl\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
  }

  .xl\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
  }

  .xl\:border-t-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
  }

  .xl\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
  }

  .xl\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
  }

  .xl\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
  }

  .xl\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
  }

  .xl\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
  }

  .xl\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
  }

  .xl\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
  }

  .xl\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
  }

  .xl\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
  }

  .xl\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
  }

  .xl\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
  }

  .xl\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
  }

  .xl\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
  }

  .xl\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
  }

  .xl\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
  }

  .xl\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
  }

  .xl\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
  }

  .xl\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
  }

  .xl\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
  }

  .xl\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
  }

  .xl\:border-t-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
  }

  .xl\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
  }

  .xl\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
  }

  .xl\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
  }

  .xl\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
  }

  .xl\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
  }

  .xl\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
  }

  .xl\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
  }

  .xl\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
  }

  .xl\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
  }

  .xl\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
  }

  .xl\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
  }

  .xl\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
  }

  .xl\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
  }

  .xl\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
  }

  .xl\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
  }

  .xl\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
  }

  .xl\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
  }

  .xl\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
  }

  .xl\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
  }

  .xl\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
  }

  .xl\:border-t-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .xl\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .xl\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .xl\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .xl\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .xl\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .xl\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .xl\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .xl\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .xl\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .xl\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .xl\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:border-t-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
  }

  .xl\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
  }

  .xl\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
  }

  .xl\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
  }

  .xl\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
  }

  .xl\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
  }

  .xl\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
  }

  .xl\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
  }

  .xl\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
  }

  .xl\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
  }

  .xl\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
  }

  .xl\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
  }

  .xl\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
  }

  .xl\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
  }

  .xl\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
  }

  .xl\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
  }

  .xl\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
  }

  .xl\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
  }

  .xl\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
  }

  .xl\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
  }

  .xl\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
  }

  .xl\:border-t-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
  }

  .xl\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
  }

  .xl\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
  }

  .xl\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
  }

  .xl\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
  }

  .xl\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
  }

  .xl\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
  }

  .xl\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
  }

  .xl\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
  }

  .xl\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
  }

  .xl\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
  }

  .xl\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
  }

  .xl\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
  }

  .xl\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
  }

  .xl\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
  }

  .xl\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
  }

  .xl\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
  }

  .xl\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
  }

  .xl\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
  }

  .xl\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
  }

  .xl\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
  }

  .xl\:border-t-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
  }

  .xl\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
  }

  .xl\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
  }

  .xl\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
  }

  .xl\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
  }

  .xl\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
  }

  .xl\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
  }

  .xl\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
  }

  .xl\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
  }

  .xl\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
  }

  .xl\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
  }

  .xl\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
  }

  .xl\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
  }

  .xl\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
  }

  .xl\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
  }

  .xl\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
  }

  .xl\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
  }

  .xl\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
  }

  .xl\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
  }

  .xl\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
  }

  .xl\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
  }

  .xl\:border-t-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
  }

  .xl\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
  }

  .xl\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
  }

  .xl\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
  }

  .xl\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
  }

  .xl\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
  }

  .xl\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
  }

  .xl\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
  }

  .xl\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
  }

  .xl\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
  }

  .xl\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
  }

  .xl\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
  }

  .xl\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
  }

  .xl\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
  }

  .xl\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
  }

  .xl\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
  }

  .xl\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
  }

  .xl\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
  }

  .xl\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
  }

  .xl\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
  }

  .xl\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
  }

  .xl\:border-t-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .xl\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .xl\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .xl\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .xl\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .xl\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .xl\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .xl\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .xl\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .xl\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .xl\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .xl\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .xl\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .xl\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .xl\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .xl\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .xl\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .xl\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .xl\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .xl\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .xl\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .xl\:border-t-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
  }

  .xl\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
  }

  .xl\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
  }

  .xl\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
  }

  .xl\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
  }

  .xl\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
  }

  .xl\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
  }

  .xl\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
  }

  .xl\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
  }

  .xl\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
  }

  .xl\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
  }

  .xl\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
  }

  .xl\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
  }

  .xl\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
  }

  .xl\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
  }

  .xl\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
  }

  .xl\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
  }

  .xl\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
  }

  .xl\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
  }

  .xl\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
  }

  .xl\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
  }

  .xl\:border-t-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
  }

  .xl\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
  }

  .xl\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
  }

  .xl\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
  }

  .xl\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
  }

  .xl\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
  }

  .xl\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
  }

  .xl\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
  }

  .xl\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
  }

  .xl\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
  }

  .xl\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
  }

  .xl\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
  }

  .xl\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
  }

  .xl\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
  }

  .xl\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
  }

  .xl\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
  }

  .xl\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
  }

  .xl\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
  }

  .xl\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
  }

  .xl\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
  }

  .xl\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
  }

  .xl\:border-t-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
  }

  .xl\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
  }

  .xl\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
  }

  .xl\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
  }

  .xl\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
  }

  .xl\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
  }

  .xl\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
  }

  .xl\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
  }

  .xl\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
  }

  .xl\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
  }

  .xl\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
  }

  .xl\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
  }

  .xl\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
  }

  .xl\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
  }

  .xl\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
  }

  .xl\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
  }

  .xl\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
  }

  .xl\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
  }

  .xl\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
  }

  .xl\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
  }

  .xl\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
  }

  .xl\:border-t-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
  }

  .xl\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
  }

  .xl\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
  }

  .xl\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
  }

  .xl\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
  }

  .xl\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
  }

  .xl\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
  }

  .xl\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
  }

  .xl\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
  }

  .xl\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
  }

  .xl\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
  }

  .xl\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
  }

  .xl\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
  }

  .xl\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
  }

  .xl\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
  }

  .xl\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
  }

  .xl\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
  }

  .xl\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
  }

  .xl\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
  }

  .xl\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
  }

  .xl\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
  }

  .xl\:border-t-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
  }

  .xl\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
  }

  .xl\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
  }

  .xl\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
  }

  .xl\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
  }

  .xl\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
  }

  .xl\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
  }

  .xl\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
  }

  .xl\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
  }

  .xl\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
  }

  .xl\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
  }

  .xl\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
  }

  .xl\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
  }

  .xl\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
  }

  .xl\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
  }

  .xl\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
  }

  .xl\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
  }

  .xl\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
  }

  .xl\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
  }

  .xl\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
  }

  .xl\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
  }

  .xl\:border-t-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
  }

  .xl\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
  }

  .xl\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
  }

  .xl\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
  }

  .xl\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
  }

  .xl\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
  }

  .xl\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
  }

  .xl\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
  }

  .xl\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
  }

  .xl\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
  }

  .xl\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
  }

  .xl\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
  }

  .xl\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
  }

  .xl\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
  }

  .xl\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
  }

  .xl\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
  }

  .xl\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
  }

  .xl\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
  }

  .xl\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
  }

  .xl\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
  }

  .xl\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
  }

  .xl\:bg-brand-brown {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brown\/0 {
    background-color: rgb(133 114 114 / 0) !important;
  }

  .xl\:bg-brand-brown\/10 {
    background-color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:bg-brand-brown\/100 {
    background-color: rgb(133 114 114 / 1) !important;
  }

  .xl\:bg-brand-brown\/15 {
    background-color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:bg-brand-brown\/20 {
    background-color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:bg-brand-brown\/25 {
    background-color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:bg-brand-brown\/30 {
    background-color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:bg-brand-brown\/35 {
    background-color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:bg-brand-brown\/40 {
    background-color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:bg-brand-brown\/45 {
    background-color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:bg-brand-brown\/5 {
    background-color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:bg-brand-brown\/50 {
    background-color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:bg-brand-brown\/55 {
    background-color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:bg-brand-brown\/60 {
    background-color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:bg-brand-brown\/65 {
    background-color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:bg-brand-brown\/70 {
    background-color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:bg-brand-brown\/75 {
    background-color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:bg-brand-brown\/80 {
    background-color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:bg-brand-brown\/85 {
    background-color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:bg-brand-brown\/90 {
    background-color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:bg-brand-brown\/95 {
    background-color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:bg-brand-brownDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brownDark\/0 {
    background-color: rgb(73 71 78 / 0) !important;
  }

  .xl\:bg-brand-brownDark\/10 {
    background-color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:bg-brand-brownDark\/100 {
    background-color: rgb(73 71 78 / 1) !important;
  }

  .xl\:bg-brand-brownDark\/15 {
    background-color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:bg-brand-brownDark\/20 {
    background-color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:bg-brand-brownDark\/25 {
    background-color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:bg-brand-brownDark\/30 {
    background-color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:bg-brand-brownDark\/35 {
    background-color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:bg-brand-brownDark\/40 {
    background-color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:bg-brand-brownDark\/45 {
    background-color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:bg-brand-brownDark\/5 {
    background-color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:bg-brand-brownDark\/50 {
    background-color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:bg-brand-brownDark\/55 {
    background-color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:bg-brand-brownDark\/60 {
    background-color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:bg-brand-brownDark\/65 {
    background-color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:bg-brand-brownDark\/70 {
    background-color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:bg-brand-brownDark\/75 {
    background-color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:bg-brand-brownDark\/80 {
    background-color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:bg-brand-brownDark\/85 {
    background-color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:bg-brand-brownDark\/90 {
    background-color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:bg-brand-brownDark\/95 {
    background-color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:bg-brand-brownDarker {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brownDarker\/0 {
    background-color: rgb(36 34 42 / 0) !important;
  }

  .xl\:bg-brand-brownDarker\/10 {
    background-color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:bg-brand-brownDarker\/100 {
    background-color: rgb(36 34 42 / 1) !important;
  }

  .xl\:bg-brand-brownDarker\/15 {
    background-color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:bg-brand-brownDarker\/20 {
    background-color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:bg-brand-brownDarker\/25 {
    background-color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:bg-brand-brownDarker\/30 {
    background-color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:bg-brand-brownDarker\/35 {
    background-color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:bg-brand-brownDarker\/40 {
    background-color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:bg-brand-brownDarker\/45 {
    background-color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:bg-brand-brownDarker\/5 {
    background-color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:bg-brand-brownDarker\/50 {
    background-color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:bg-brand-brownDarker\/55 {
    background-color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:bg-brand-brownDarker\/60 {
    background-color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:bg-brand-brownDarker\/65 {
    background-color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:bg-brand-brownDarker\/70 {
    background-color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:bg-brand-brownDarker\/75 {
    background-color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:bg-brand-brownDarker\/80 {
    background-color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:bg-brand-brownDarker\/85 {
    background-color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:bg-brand-brownDarker\/90 {
    background-color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:bg-brand-brownDarker\/95 {
    background-color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:bg-brand-brownDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brownDarkest\/0 {
    background-color: rgb(13 14 24 / 0) !important;
  }

  .xl\:bg-brand-brownDarkest\/10 {
    background-color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:bg-brand-brownDarkest\/100 {
    background-color: rgb(13 14 24 / 1) !important;
  }

  .xl\:bg-brand-brownDarkest\/15 {
    background-color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:bg-brand-brownDarkest\/20 {
    background-color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:bg-brand-brownDarkest\/25 {
    background-color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:bg-brand-brownDarkest\/30 {
    background-color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:bg-brand-brownDarkest\/35 {
    background-color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:bg-brand-brownDarkest\/40 {
    background-color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:bg-brand-brownDarkest\/45 {
    background-color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:bg-brand-brownDarkest\/5 {
    background-color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:bg-brand-brownDarkest\/50 {
    background-color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:bg-brand-brownDarkest\/55 {
    background-color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:bg-brand-brownDarkest\/60 {
    background-color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:bg-brand-brownDarkest\/65 {
    background-color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:bg-brand-brownDarkest\/70 {
    background-color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:bg-brand-brownDarkest\/75 {
    background-color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:bg-brand-brownDarkest\/80 {
    background-color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:bg-brand-brownDarkest\/85 {
    background-color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:bg-brand-brownDarkest\/90 {
    background-color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:bg-brand-brownDarkest\/95 {
    background-color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:bg-brand-brownLighest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brownLighest\/0 {
    background-color: rgb(252 248 248 / 0) !important;
  }

  .xl\:bg-brand-brownLighest\/10 {
    background-color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:bg-brand-brownLighest\/100 {
    background-color: rgb(252 248 248 / 1) !important;
  }

  .xl\:bg-brand-brownLighest\/15 {
    background-color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:bg-brand-brownLighest\/20 {
    background-color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:bg-brand-brownLighest\/25 {
    background-color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:bg-brand-brownLighest\/30 {
    background-color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:bg-brand-brownLighest\/35 {
    background-color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:bg-brand-brownLighest\/40 {
    background-color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:bg-brand-brownLighest\/45 {
    background-color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:bg-brand-brownLighest\/5 {
    background-color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:bg-brand-brownLighest\/50 {
    background-color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:bg-brand-brownLighest\/55 {
    background-color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:bg-brand-brownLighest\/60 {
    background-color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:bg-brand-brownLighest\/65 {
    background-color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:bg-brand-brownLighest\/70 {
    background-color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:bg-brand-brownLighest\/75 {
    background-color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:bg-brand-brownLighest\/80 {
    background-color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:bg-brand-brownLighest\/85 {
    background-color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:bg-brand-brownLighest\/90 {
    background-color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:bg-brand-brownLighest\/95 {
    background-color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:bg-brand-brownLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-brownLight\/0 {
    background-color: rgb(214 204 205 / 0) !important;
  }

  .xl\:bg-brand-brownLight\/10 {
    background-color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:bg-brand-brownLight\/100 {
    background-color: rgb(214 204 205 / 1) !important;
  }

  .xl\:bg-brand-brownLight\/15 {
    background-color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:bg-brand-brownLight\/20 {
    background-color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:bg-brand-brownLight\/25 {
    background-color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:bg-brand-brownLight\/30 {
    background-color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:bg-brand-brownLight\/35 {
    background-color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:bg-brand-brownLight\/40 {
    background-color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:bg-brand-brownLight\/45 {
    background-color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:bg-brand-brownLight\/5 {
    background-color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:bg-brand-brownLight\/50 {
    background-color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:bg-brand-brownLight\/55 {
    background-color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:bg-brand-brownLight\/60 {
    background-color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:bg-brand-brownLight\/65 {
    background-color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:bg-brand-brownLight\/70 {
    background-color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:bg-brand-brownLight\/75 {
    background-color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:bg-brand-brownLight\/80 {
    background-color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:bg-brand-brownLight\/85 {
    background-color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:bg-brand-brownLight\/90 {
    background-color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:bg-brand-brownLight\/95 {
    background-color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:bg-brand-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-grey\/0 {
    background-color: rgb(218 218 218 / 0) !important;
  }

  .xl\:bg-brand-grey\/10 {
    background-color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:bg-brand-grey\/100 {
    background-color: rgb(218 218 218 / 1) !important;
  }

  .xl\:bg-brand-grey\/15 {
    background-color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:bg-brand-grey\/20 {
    background-color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:bg-brand-grey\/25 {
    background-color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:bg-brand-grey\/30 {
    background-color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:bg-brand-grey\/35 {
    background-color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:bg-brand-grey\/40 {
    background-color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:bg-brand-grey\/45 {
    background-color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:bg-brand-grey\/5 {
    background-color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:bg-brand-grey\/50 {
    background-color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:bg-brand-grey\/55 {
    background-color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:bg-brand-grey\/60 {
    background-color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:bg-brand-grey\/65 {
    background-color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:bg-brand-grey\/70 {
    background-color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:bg-brand-grey\/75 {
    background-color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:bg-brand-grey\/80 {
    background-color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:bg-brand-grey\/85 {
    background-color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:bg-brand-grey\/90 {
    background-color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:bg-brand-grey\/95 {
    background-color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:bg-brand-greyDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-greyDarkest\/0 {
    background-color: rgb(26 3 27 / 0) !important;
  }

  .xl\:bg-brand-greyDarkest\/10 {
    background-color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:bg-brand-greyDarkest\/100 {
    background-color: rgb(26 3 27 / 1) !important;
  }

  .xl\:bg-brand-greyDarkest\/15 {
    background-color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:bg-brand-greyDarkest\/20 {
    background-color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:bg-brand-greyDarkest\/25 {
    background-color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:bg-brand-greyDarkest\/30 {
    background-color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:bg-brand-greyDarkest\/35 {
    background-color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:bg-brand-greyDarkest\/40 {
    background-color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:bg-brand-greyDarkest\/45 {
    background-color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:bg-brand-greyDarkest\/5 {
    background-color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:bg-brand-greyDarkest\/50 {
    background-color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:bg-brand-greyDarkest\/55 {
    background-color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:bg-brand-greyDarkest\/60 {
    background-color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:bg-brand-greyDarkest\/65 {
    background-color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:bg-brand-greyDarkest\/70 {
    background-color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:bg-brand-greyDarkest\/75 {
    background-color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:bg-brand-greyDarkest\/80 {
    background-color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:bg-brand-greyDarkest\/85 {
    background-color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:bg-brand-greyDarkest\/90 {
    background-color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:bg-brand-greyDarkest\/95 {
    background-color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:bg-brand-greyLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-greyLight\/0 {
    background-color: rgb(249 248 254 / 0) !important;
  }

  .xl\:bg-brand-greyLight\/10 {
    background-color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:bg-brand-greyLight\/100 {
    background-color: rgb(249 248 254 / 1) !important;
  }

  .xl\:bg-brand-greyLight\/15 {
    background-color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:bg-brand-greyLight\/20 {
    background-color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:bg-brand-greyLight\/25 {
    background-color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:bg-brand-greyLight\/30 {
    background-color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:bg-brand-greyLight\/35 {
    background-color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:bg-brand-greyLight\/40 {
    background-color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:bg-brand-greyLight\/45 {
    background-color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:bg-brand-greyLight\/5 {
    background-color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:bg-brand-greyLight\/50 {
    background-color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:bg-brand-greyLight\/55 {
    background-color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:bg-brand-greyLight\/60 {
    background-color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:bg-brand-greyLight\/65 {
    background-color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:bg-brand-greyLight\/70 {
    background-color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:bg-brand-greyLight\/75 {
    background-color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:bg-brand-greyLight\/80 {
    background-color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:bg-brand-greyLight\/85 {
    background-color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:bg-brand-greyLight\/90 {
    background-color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:bg-brand-greyLight\/95 {
    background-color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-red\/0 {
    background-color: rgb(223 45 59 / 0) !important;
  }

  .xl\:bg-brand-red\/10 {
    background-color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:bg-brand-red\/100 {
    background-color: rgb(223 45 59 / 1) !important;
  }

  .xl\:bg-brand-red\/15 {
    background-color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:bg-brand-red\/20 {
    background-color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:bg-brand-red\/25 {
    background-color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:bg-brand-red\/30 {
    background-color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:bg-brand-red\/35 {
    background-color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:bg-brand-red\/40 {
    background-color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:bg-brand-red\/45 {
    background-color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:bg-brand-red\/5 {
    background-color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:bg-brand-red\/50 {
    background-color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:bg-brand-red\/55 {
    background-color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:bg-brand-red\/60 {
    background-color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:bg-brand-red\/65 {
    background-color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:bg-brand-red\/70 {
    background-color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:bg-brand-red\/75 {
    background-color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:bg-brand-red\/80 {
    background-color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:bg-brand-red\/85 {
    background-color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:bg-brand-red\/90 {
    background-color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:bg-brand-red\/95 {
    background-color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:bg-brand-redDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-redDark\/0 {
    background-color: rgb(190 22 35 / 0) !important;
  }

  .xl\:bg-brand-redDark\/10 {
    background-color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:bg-brand-redDark\/100 {
    background-color: rgb(190 22 35 / 1) !important;
  }

  .xl\:bg-brand-redDark\/15 {
    background-color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:bg-brand-redDark\/20 {
    background-color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:bg-brand-redDark\/25 {
    background-color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:bg-brand-redDark\/30 {
    background-color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:bg-brand-redDark\/35 {
    background-color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:bg-brand-redDark\/40 {
    background-color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:bg-brand-redDark\/45 {
    background-color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:bg-brand-redDark\/5 {
    background-color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:bg-brand-redDark\/50 {
    background-color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:bg-brand-redDark\/55 {
    background-color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:bg-brand-redDark\/60 {
    background-color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:bg-brand-redDark\/65 {
    background-color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:bg-brand-redDark\/70 {
    background-color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:bg-brand-redDark\/75 {
    background-color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:bg-brand-redDark\/80 {
    background-color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:bg-brand-redDark\/85 {
    background-color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:bg-brand-redDark\/90 {
    background-color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:bg-brand-redDark\/95 {
    background-color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:bg-brand-systemGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-systemGreen\/0 {
    background-color: rgb(30 214 93 / 0) !important;
  }

  .xl\:bg-brand-systemGreen\/10 {
    background-color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:bg-brand-systemGreen\/100 {
    background-color: rgb(30 214 93 / 1) !important;
  }

  .xl\:bg-brand-systemGreen\/15 {
    background-color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:bg-brand-systemGreen\/20 {
    background-color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:bg-brand-systemGreen\/25 {
    background-color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:bg-brand-systemGreen\/30 {
    background-color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:bg-brand-systemGreen\/35 {
    background-color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:bg-brand-systemGreen\/40 {
    background-color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:bg-brand-systemGreen\/45 {
    background-color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:bg-brand-systemGreen\/5 {
    background-color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:bg-brand-systemGreen\/50 {
    background-color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:bg-brand-systemGreen\/55 {
    background-color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:bg-brand-systemGreen\/60 {
    background-color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:bg-brand-systemGreen\/65 {
    background-color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:bg-brand-systemGreen\/70 {
    background-color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:bg-brand-systemGreen\/75 {
    background-color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:bg-brand-systemGreen\/80 {
    background-color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:bg-brand-systemGreen\/85 {
    background-color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:bg-brand-systemGreen\/90 {
    background-color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:bg-brand-systemGreen\/95 {
    background-color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:bg-brand-systemOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-systemOrange\/0 {
    background-color: rgb(216 125 19 / 0) !important;
  }

  .xl\:bg-brand-systemOrange\/10 {
    background-color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:bg-brand-systemOrange\/100 {
    background-color: rgb(216 125 19 / 1) !important;
  }

  .xl\:bg-brand-systemOrange\/15 {
    background-color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:bg-brand-systemOrange\/20 {
    background-color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:bg-brand-systemOrange\/25 {
    background-color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:bg-brand-systemOrange\/30 {
    background-color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:bg-brand-systemOrange\/35 {
    background-color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:bg-brand-systemOrange\/40 {
    background-color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:bg-brand-systemOrange\/45 {
    background-color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:bg-brand-systemOrange\/5 {
    background-color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:bg-brand-systemOrange\/50 {
    background-color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:bg-brand-systemOrange\/55 {
    background-color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:bg-brand-systemOrange\/60 {
    background-color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:bg-brand-systemOrange\/65 {
    background-color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:bg-brand-systemOrange\/70 {
    background-color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:bg-brand-systemOrange\/75 {
    background-color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:bg-brand-systemOrange\/80 {
    background-color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:bg-brand-systemOrange\/85 {
    background-color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:bg-brand-systemOrange\/90 {
    background-color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:bg-brand-systemOrange\/95 {
    background-color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:bg-brand-systemRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-systemRed\/0 {
    background-color: rgb(227 45 59 / 0) !important;
  }

  .xl\:bg-brand-systemRed\/10 {
    background-color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:bg-brand-systemRed\/100 {
    background-color: rgb(227 45 59 / 1) !important;
  }

  .xl\:bg-brand-systemRed\/15 {
    background-color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:bg-brand-systemRed\/20 {
    background-color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:bg-brand-systemRed\/25 {
    background-color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:bg-brand-systemRed\/30 {
    background-color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:bg-brand-systemRed\/35 {
    background-color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:bg-brand-systemRed\/40 {
    background-color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:bg-brand-systemRed\/45 {
    background-color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:bg-brand-systemRed\/5 {
    background-color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:bg-brand-systemRed\/50 {
    background-color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:bg-brand-systemRed\/55 {
    background-color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:bg-brand-systemRed\/60 {
    background-color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:bg-brand-systemRed\/65 {
    background-color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:bg-brand-systemRed\/70 {
    background-color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:bg-brand-systemRed\/75 {
    background-color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:bg-brand-systemRed\/80 {
    background-color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:bg-brand-systemRed\/85 {
    background-color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:bg-brand-systemRed\/90 {
    background-color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:bg-brand-systemRed\/95 {
    background-color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:bg-brand-systemYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-systemYellow\/0 {
    background-color: rgb(227 203 15 / 0) !important;
  }

  .xl\:bg-brand-systemYellow\/10 {
    background-color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:bg-brand-systemYellow\/100 {
    background-color: rgb(227 203 15 / 1) !important;
  }

  .xl\:bg-brand-systemYellow\/15 {
    background-color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:bg-brand-systemYellow\/20 {
    background-color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:bg-brand-systemYellow\/25 {
    background-color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:bg-brand-systemYellow\/30 {
    background-color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:bg-brand-systemYellow\/35 {
    background-color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:bg-brand-systemYellow\/40 {
    background-color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:bg-brand-systemYellow\/45 {
    background-color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:bg-brand-systemYellow\/5 {
    background-color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:bg-brand-systemYellow\/50 {
    background-color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:bg-brand-systemYellow\/55 {
    background-color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:bg-brand-systemYellow\/60 {
    background-color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:bg-brand-systemYellow\/65 {
    background-color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:bg-brand-systemYellow\/70 {
    background-color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:bg-brand-systemYellow\/75 {
    background-color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:bg-brand-systemYellow\/80 {
    background-color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:bg-brand-systemYellow\/85 {
    background-color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:bg-brand-systemYellow\/90 {
    background-color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:bg-brand-systemYellow\/95 {
    background-color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:bg-brand-text {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-text\/0 {
    background-color: rgb(18 2 28 / 0) !important;
  }

  .xl\:bg-brand-text\/10 {
    background-color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:bg-brand-text\/100 {
    background-color: rgb(18 2 28 / 1) !important;
  }

  .xl\:bg-brand-text\/15 {
    background-color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:bg-brand-text\/20 {
    background-color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:bg-brand-text\/25 {
    background-color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:bg-brand-text\/30 {
    background-color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:bg-brand-text\/35 {
    background-color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:bg-brand-text\/40 {
    background-color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:bg-brand-text\/45 {
    background-color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:bg-brand-text\/5 {
    background-color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:bg-brand-text\/50 {
    background-color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:bg-brand-text\/55 {
    background-color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:bg-brand-text\/60 {
    background-color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:bg-brand-text\/65 {
    background-color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:bg-brand-text\/70 {
    background-color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:bg-brand-text\/75 {
    background-color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:bg-brand-text\/80 {
    background-color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:bg-brand-text\/85 {
    background-color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:bg-brand-text\/90 {
    background-color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:bg-brand-text\/95 {
    background-color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:bg-brand-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:bg-brand-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .xl\:bg-brand-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:bg-brand-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .xl\:bg-brand-white\/15 {
    background-color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:bg-brand-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:bg-brand-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:bg-brand-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:bg-brand-white\/35 {
    background-color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:bg-brand-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:bg-brand-white\/45 {
    background-color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:bg-brand-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:bg-brand-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:bg-brand-white\/55 {
    background-color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:bg-brand-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:bg-brand-white\/65 {
    background-color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:bg-brand-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:bg-brand-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:bg-brand-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:bg-brand-white\/85 {
    background-color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:bg-brand-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:bg-brand-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:bg-gradient-grey {
    background-image: linear-gradient(to bottom, #000102, #545555) !important;
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0 {
    padding: 0px !important;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:p-1 {
    padding: 0.25rem !important;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-100 {
    padding: 25rem !important;
  }

  .xl\:p-11 {
    padding: 2.75rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-14 {
    padding: 3.5rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-18 {
    padding: 4.5rem !important;
  }

  .xl\:p-2 {
    padding: 0.5rem !important;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:p-20 {
    padding: 5rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-28 {
    padding: 7rem !important;
  }

  .xl\:p-3 {
    padding: 0.75rem !important;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:p-30 {
    padding: 7.5rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-36 {
    padding: 9rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-40 {
    padding: 10rem !important;
  }

  .xl\:p-44 {
    padding: 11rem !important;
  }

  .xl\:p-48 {
    padding: 12rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:p-52 {
    padding: 13rem !important;
  }

  .xl\:p-56 {
    padding: 14rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-60 {
    padding: 15rem !important;
  }

  .xl\:p-64 {
    padding: 16rem !important;
  }

  .xl\:p-7 {
    padding: 1.75rem !important;
  }

  .xl\:p-72 {
    padding: 18rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-80 {
    padding: 20rem !important;
  }

  .xl\:p-9 {
    padding: 2.25rem !important;
  }

  .xl\:p-96 {
    padding: 24rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-100 {
    padding-bottom: 25rem !important;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xl\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-0 {
    padding-left: 0px !important;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pl-100 {
    padding-left: 25rem !important;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xl\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:pl-72 {
    padding-left: 18rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:pl-96 {
    padding-left: 24rem !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pr-0 {
    padding-right: 0px !important;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pr-100 {
    padding-right: 25rem !important;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xl\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:pr-72 {
    padding-right: 18rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:pr-96 {
    padding-right: 24rem !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0px !important;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pt-100 {
    padding-top: 25rem !important;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xl\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:pt-52 {
    padding-top: 13rem !important;
  }

  .xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pt-60 {
    padding-top: 15rem !important;
  }

  .xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .xl\:pt-72 {
    padding-top: 18rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pt-80 {
    padding-top: 20rem !important;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:pt-96 {
    padding-top: 24rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-start {
    text-align: start !important;
  }

  .xl\:text-end {
    text-align: end !important;
  }

  .xl\:text-brand-brown {
    --tw-text-opacity: 1 !important;
    color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brown\/0 {
    color: rgb(133 114 114 / 0) !important;
  }

  .xl\:text-brand-brown\/10 {
    color: rgb(133 114 114 / 0.1) !important;
  }

  .xl\:text-brand-brown\/100 {
    color: rgb(133 114 114 / 1) !important;
  }

  .xl\:text-brand-brown\/15 {
    color: rgb(133 114 114 / 0.15) !important;
  }

  .xl\:text-brand-brown\/20 {
    color: rgb(133 114 114 / 0.2) !important;
  }

  .xl\:text-brand-brown\/25 {
    color: rgb(133 114 114 / 0.25) !important;
  }

  .xl\:text-brand-brown\/30 {
    color: rgb(133 114 114 / 0.3) !important;
  }

  .xl\:text-brand-brown\/35 {
    color: rgb(133 114 114 / 0.35) !important;
  }

  .xl\:text-brand-brown\/40 {
    color: rgb(133 114 114 / 0.4) !important;
  }

  .xl\:text-brand-brown\/45 {
    color: rgb(133 114 114 / 0.45) !important;
  }

  .xl\:text-brand-brown\/5 {
    color: rgb(133 114 114 / 0.05) !important;
  }

  .xl\:text-brand-brown\/50 {
    color: rgb(133 114 114 / 0.5) !important;
  }

  .xl\:text-brand-brown\/55 {
    color: rgb(133 114 114 / 0.55) !important;
  }

  .xl\:text-brand-brown\/60 {
    color: rgb(133 114 114 / 0.6) !important;
  }

  .xl\:text-brand-brown\/65 {
    color: rgb(133 114 114 / 0.65) !important;
  }

  .xl\:text-brand-brown\/70 {
    color: rgb(133 114 114 / 0.7) !important;
  }

  .xl\:text-brand-brown\/75 {
    color: rgb(133 114 114 / 0.75) !important;
  }

  .xl\:text-brand-brown\/80 {
    color: rgb(133 114 114 / 0.8) !important;
  }

  .xl\:text-brand-brown\/85 {
    color: rgb(133 114 114 / 0.85) !important;
  }

  .xl\:text-brand-brown\/90 {
    color: rgb(133 114 114 / 0.9) !important;
  }

  .xl\:text-brand-brown\/95 {
    color: rgb(133 114 114 / 0.95) !important;
  }

  .xl\:text-brand-brownDark {
    --tw-text-opacity: 1 !important;
    color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brownDark\/0 {
    color: rgb(73 71 78 / 0) !important;
  }

  .xl\:text-brand-brownDark\/10 {
    color: rgb(73 71 78 / 0.1) !important;
  }

  .xl\:text-brand-brownDark\/100 {
    color: rgb(73 71 78 / 1) !important;
  }

  .xl\:text-brand-brownDark\/15 {
    color: rgb(73 71 78 / 0.15) !important;
  }

  .xl\:text-brand-brownDark\/20 {
    color: rgb(73 71 78 / 0.2) !important;
  }

  .xl\:text-brand-brownDark\/25 {
    color: rgb(73 71 78 / 0.25) !important;
  }

  .xl\:text-brand-brownDark\/30 {
    color: rgb(73 71 78 / 0.3) !important;
  }

  .xl\:text-brand-brownDark\/35 {
    color: rgb(73 71 78 / 0.35) !important;
  }

  .xl\:text-brand-brownDark\/40 {
    color: rgb(73 71 78 / 0.4) !important;
  }

  .xl\:text-brand-brownDark\/45 {
    color: rgb(73 71 78 / 0.45) !important;
  }

  .xl\:text-brand-brownDark\/5 {
    color: rgb(73 71 78 / 0.05) !important;
  }

  .xl\:text-brand-brownDark\/50 {
    color: rgb(73 71 78 / 0.5) !important;
  }

  .xl\:text-brand-brownDark\/55 {
    color: rgb(73 71 78 / 0.55) !important;
  }

  .xl\:text-brand-brownDark\/60 {
    color: rgb(73 71 78 / 0.6) !important;
  }

  .xl\:text-brand-brownDark\/65 {
    color: rgb(73 71 78 / 0.65) !important;
  }

  .xl\:text-brand-brownDark\/70 {
    color: rgb(73 71 78 / 0.7) !important;
  }

  .xl\:text-brand-brownDark\/75 {
    color: rgb(73 71 78 / 0.75) !important;
  }

  .xl\:text-brand-brownDark\/80 {
    color: rgb(73 71 78 / 0.8) !important;
  }

  .xl\:text-brand-brownDark\/85 {
    color: rgb(73 71 78 / 0.85) !important;
  }

  .xl\:text-brand-brownDark\/90 {
    color: rgb(73 71 78 / 0.9) !important;
  }

  .xl\:text-brand-brownDark\/95 {
    color: rgb(73 71 78 / 0.95) !important;
  }

  .xl\:text-brand-brownDarker {
    --tw-text-opacity: 1 !important;
    color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brownDarker\/0 {
    color: rgb(36 34 42 / 0) !important;
  }

  .xl\:text-brand-brownDarker\/10 {
    color: rgb(36 34 42 / 0.1) !important;
  }

  .xl\:text-brand-brownDarker\/100 {
    color: rgb(36 34 42 / 1) !important;
  }

  .xl\:text-brand-brownDarker\/15 {
    color: rgb(36 34 42 / 0.15) !important;
  }

  .xl\:text-brand-brownDarker\/20 {
    color: rgb(36 34 42 / 0.2) !important;
  }

  .xl\:text-brand-brownDarker\/25 {
    color: rgb(36 34 42 / 0.25) !important;
  }

  .xl\:text-brand-brownDarker\/30 {
    color: rgb(36 34 42 / 0.3) !important;
  }

  .xl\:text-brand-brownDarker\/35 {
    color: rgb(36 34 42 / 0.35) !important;
  }

  .xl\:text-brand-brownDarker\/40 {
    color: rgb(36 34 42 / 0.4) !important;
  }

  .xl\:text-brand-brownDarker\/45 {
    color: rgb(36 34 42 / 0.45) !important;
  }

  .xl\:text-brand-brownDarker\/5 {
    color: rgb(36 34 42 / 0.05) !important;
  }

  .xl\:text-brand-brownDarker\/50 {
    color: rgb(36 34 42 / 0.5) !important;
  }

  .xl\:text-brand-brownDarker\/55 {
    color: rgb(36 34 42 / 0.55) !important;
  }

  .xl\:text-brand-brownDarker\/60 {
    color: rgb(36 34 42 / 0.6) !important;
  }

  .xl\:text-brand-brownDarker\/65 {
    color: rgb(36 34 42 / 0.65) !important;
  }

  .xl\:text-brand-brownDarker\/70 {
    color: rgb(36 34 42 / 0.7) !important;
  }

  .xl\:text-brand-brownDarker\/75 {
    color: rgb(36 34 42 / 0.75) !important;
  }

  .xl\:text-brand-brownDarker\/80 {
    color: rgb(36 34 42 / 0.8) !important;
  }

  .xl\:text-brand-brownDarker\/85 {
    color: rgb(36 34 42 / 0.85) !important;
  }

  .xl\:text-brand-brownDarker\/90 {
    color: rgb(36 34 42 / 0.9) !important;
  }

  .xl\:text-brand-brownDarker\/95 {
    color: rgb(36 34 42 / 0.95) !important;
  }

  .xl\:text-brand-brownDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brownDarkest\/0 {
    color: rgb(13 14 24 / 0) !important;
  }

  .xl\:text-brand-brownDarkest\/10 {
    color: rgb(13 14 24 / 0.1) !important;
  }

  .xl\:text-brand-brownDarkest\/100 {
    color: rgb(13 14 24 / 1) !important;
  }

  .xl\:text-brand-brownDarkest\/15 {
    color: rgb(13 14 24 / 0.15) !important;
  }

  .xl\:text-brand-brownDarkest\/20 {
    color: rgb(13 14 24 / 0.2) !important;
  }

  .xl\:text-brand-brownDarkest\/25 {
    color: rgb(13 14 24 / 0.25) !important;
  }

  .xl\:text-brand-brownDarkest\/30 {
    color: rgb(13 14 24 / 0.3) !important;
  }

  .xl\:text-brand-brownDarkest\/35 {
    color: rgb(13 14 24 / 0.35) !important;
  }

  .xl\:text-brand-brownDarkest\/40 {
    color: rgb(13 14 24 / 0.4) !important;
  }

  .xl\:text-brand-brownDarkest\/45 {
    color: rgb(13 14 24 / 0.45) !important;
  }

  .xl\:text-brand-brownDarkest\/5 {
    color: rgb(13 14 24 / 0.05) !important;
  }

  .xl\:text-brand-brownDarkest\/50 {
    color: rgb(13 14 24 / 0.5) !important;
  }

  .xl\:text-brand-brownDarkest\/55 {
    color: rgb(13 14 24 / 0.55) !important;
  }

  .xl\:text-brand-brownDarkest\/60 {
    color: rgb(13 14 24 / 0.6) !important;
  }

  .xl\:text-brand-brownDarkest\/65 {
    color: rgb(13 14 24 / 0.65) !important;
  }

  .xl\:text-brand-brownDarkest\/70 {
    color: rgb(13 14 24 / 0.7) !important;
  }

  .xl\:text-brand-brownDarkest\/75 {
    color: rgb(13 14 24 / 0.75) !important;
  }

  .xl\:text-brand-brownDarkest\/80 {
    color: rgb(13 14 24 / 0.8) !important;
  }

  .xl\:text-brand-brownDarkest\/85 {
    color: rgb(13 14 24 / 0.85) !important;
  }

  .xl\:text-brand-brownDarkest\/90 {
    color: rgb(13 14 24 / 0.9) !important;
  }

  .xl\:text-brand-brownDarkest\/95 {
    color: rgb(13 14 24 / 0.95) !important;
  }

  .xl\:text-brand-brownLighest {
    --tw-text-opacity: 1 !important;
    color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brownLighest\/0 {
    color: rgb(252 248 248 / 0) !important;
  }

  .xl\:text-brand-brownLighest\/10 {
    color: rgb(252 248 248 / 0.1) !important;
  }

  .xl\:text-brand-brownLighest\/100 {
    color: rgb(252 248 248 / 1) !important;
  }

  .xl\:text-brand-brownLighest\/15 {
    color: rgb(252 248 248 / 0.15) !important;
  }

  .xl\:text-brand-brownLighest\/20 {
    color: rgb(252 248 248 / 0.2) !important;
  }

  .xl\:text-brand-brownLighest\/25 {
    color: rgb(252 248 248 / 0.25) !important;
  }

  .xl\:text-brand-brownLighest\/30 {
    color: rgb(252 248 248 / 0.3) !important;
  }

  .xl\:text-brand-brownLighest\/35 {
    color: rgb(252 248 248 / 0.35) !important;
  }

  .xl\:text-brand-brownLighest\/40 {
    color: rgb(252 248 248 / 0.4) !important;
  }

  .xl\:text-brand-brownLighest\/45 {
    color: rgb(252 248 248 / 0.45) !important;
  }

  .xl\:text-brand-brownLighest\/5 {
    color: rgb(252 248 248 / 0.05) !important;
  }

  .xl\:text-brand-brownLighest\/50 {
    color: rgb(252 248 248 / 0.5) !important;
  }

  .xl\:text-brand-brownLighest\/55 {
    color: rgb(252 248 248 / 0.55) !important;
  }

  .xl\:text-brand-brownLighest\/60 {
    color: rgb(252 248 248 / 0.6) !important;
  }

  .xl\:text-brand-brownLighest\/65 {
    color: rgb(252 248 248 / 0.65) !important;
  }

  .xl\:text-brand-brownLighest\/70 {
    color: rgb(252 248 248 / 0.7) !important;
  }

  .xl\:text-brand-brownLighest\/75 {
    color: rgb(252 248 248 / 0.75) !important;
  }

  .xl\:text-brand-brownLighest\/80 {
    color: rgb(252 248 248 / 0.8) !important;
  }

  .xl\:text-brand-brownLighest\/85 {
    color: rgb(252 248 248 / 0.85) !important;
  }

  .xl\:text-brand-brownLighest\/90 {
    color: rgb(252 248 248 / 0.9) !important;
  }

  .xl\:text-brand-brownLighest\/95 {
    color: rgb(252 248 248 / 0.95) !important;
  }

  .xl\:text-brand-brownLight {
    --tw-text-opacity: 1 !important;
    color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-brownLight\/0 {
    color: rgb(214 204 205 / 0) !important;
  }

  .xl\:text-brand-brownLight\/10 {
    color: rgb(214 204 205 / 0.1) !important;
  }

  .xl\:text-brand-brownLight\/100 {
    color: rgb(214 204 205 / 1) !important;
  }

  .xl\:text-brand-brownLight\/15 {
    color: rgb(214 204 205 / 0.15) !important;
  }

  .xl\:text-brand-brownLight\/20 {
    color: rgb(214 204 205 / 0.2) !important;
  }

  .xl\:text-brand-brownLight\/25 {
    color: rgb(214 204 205 / 0.25) !important;
  }

  .xl\:text-brand-brownLight\/30 {
    color: rgb(214 204 205 / 0.3) !important;
  }

  .xl\:text-brand-brownLight\/35 {
    color: rgb(214 204 205 / 0.35) !important;
  }

  .xl\:text-brand-brownLight\/40 {
    color: rgb(214 204 205 / 0.4) !important;
  }

  .xl\:text-brand-brownLight\/45 {
    color: rgb(214 204 205 / 0.45) !important;
  }

  .xl\:text-brand-brownLight\/5 {
    color: rgb(214 204 205 / 0.05) !important;
  }

  .xl\:text-brand-brownLight\/50 {
    color: rgb(214 204 205 / 0.5) !important;
  }

  .xl\:text-brand-brownLight\/55 {
    color: rgb(214 204 205 / 0.55) !important;
  }

  .xl\:text-brand-brownLight\/60 {
    color: rgb(214 204 205 / 0.6) !important;
  }

  .xl\:text-brand-brownLight\/65 {
    color: rgb(214 204 205 / 0.65) !important;
  }

  .xl\:text-brand-brownLight\/70 {
    color: rgb(214 204 205 / 0.7) !important;
  }

  .xl\:text-brand-brownLight\/75 {
    color: rgb(214 204 205 / 0.75) !important;
  }

  .xl\:text-brand-brownLight\/80 {
    color: rgb(214 204 205 / 0.8) !important;
  }

  .xl\:text-brand-brownLight\/85 {
    color: rgb(214 204 205 / 0.85) !important;
  }

  .xl\:text-brand-brownLight\/90 {
    color: rgb(214 204 205 / 0.9) !important;
  }

  .xl\:text-brand-brownLight\/95 {
    color: rgb(214 204 205 / 0.95) !important;
  }

  .xl\:text-brand-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-grey\/0 {
    color: rgb(218 218 218 / 0) !important;
  }

  .xl\:text-brand-grey\/10 {
    color: rgb(218 218 218 / 0.1) !important;
  }

  .xl\:text-brand-grey\/100 {
    color: rgb(218 218 218 / 1) !important;
  }

  .xl\:text-brand-grey\/15 {
    color: rgb(218 218 218 / 0.15) !important;
  }

  .xl\:text-brand-grey\/20 {
    color: rgb(218 218 218 / 0.2) !important;
  }

  .xl\:text-brand-grey\/25 {
    color: rgb(218 218 218 / 0.25) !important;
  }

  .xl\:text-brand-grey\/30 {
    color: rgb(218 218 218 / 0.3) !important;
  }

  .xl\:text-brand-grey\/35 {
    color: rgb(218 218 218 / 0.35) !important;
  }

  .xl\:text-brand-grey\/40 {
    color: rgb(218 218 218 / 0.4) !important;
  }

  .xl\:text-brand-grey\/45 {
    color: rgb(218 218 218 / 0.45) !important;
  }

  .xl\:text-brand-grey\/5 {
    color: rgb(218 218 218 / 0.05) !important;
  }

  .xl\:text-brand-grey\/50 {
    color: rgb(218 218 218 / 0.5) !important;
  }

  .xl\:text-brand-grey\/55 {
    color: rgb(218 218 218 / 0.55) !important;
  }

  .xl\:text-brand-grey\/60 {
    color: rgb(218 218 218 / 0.6) !important;
  }

  .xl\:text-brand-grey\/65 {
    color: rgb(218 218 218 / 0.65) !important;
  }

  .xl\:text-brand-grey\/70 {
    color: rgb(218 218 218 / 0.7) !important;
  }

  .xl\:text-brand-grey\/75 {
    color: rgb(218 218 218 / 0.75) !important;
  }

  .xl\:text-brand-grey\/80 {
    color: rgb(218 218 218 / 0.8) !important;
  }

  .xl\:text-brand-grey\/85 {
    color: rgb(218 218 218 / 0.85) !important;
  }

  .xl\:text-brand-grey\/90 {
    color: rgb(218 218 218 / 0.9) !important;
  }

  .xl\:text-brand-grey\/95 {
    color: rgb(218 218 218 / 0.95) !important;
  }

  .xl\:text-brand-greyDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-greyDarkest\/0 {
    color: rgb(26 3 27 / 0) !important;
  }

  .xl\:text-brand-greyDarkest\/10 {
    color: rgb(26 3 27 / 0.1) !important;
  }

  .xl\:text-brand-greyDarkest\/100 {
    color: rgb(26 3 27 / 1) !important;
  }

  .xl\:text-brand-greyDarkest\/15 {
    color: rgb(26 3 27 / 0.15) !important;
  }

  .xl\:text-brand-greyDarkest\/20 {
    color: rgb(26 3 27 / 0.2) !important;
  }

  .xl\:text-brand-greyDarkest\/25 {
    color: rgb(26 3 27 / 0.25) !important;
  }

  .xl\:text-brand-greyDarkest\/30 {
    color: rgb(26 3 27 / 0.3) !important;
  }

  .xl\:text-brand-greyDarkest\/35 {
    color: rgb(26 3 27 / 0.35) !important;
  }

  .xl\:text-brand-greyDarkest\/40 {
    color: rgb(26 3 27 / 0.4) !important;
  }

  .xl\:text-brand-greyDarkest\/45 {
    color: rgb(26 3 27 / 0.45) !important;
  }

  .xl\:text-brand-greyDarkest\/5 {
    color: rgb(26 3 27 / 0.05) !important;
  }

  .xl\:text-brand-greyDarkest\/50 {
    color: rgb(26 3 27 / 0.5) !important;
  }

  .xl\:text-brand-greyDarkest\/55 {
    color: rgb(26 3 27 / 0.55) !important;
  }

  .xl\:text-brand-greyDarkest\/60 {
    color: rgb(26 3 27 / 0.6) !important;
  }

  .xl\:text-brand-greyDarkest\/65 {
    color: rgb(26 3 27 / 0.65) !important;
  }

  .xl\:text-brand-greyDarkest\/70 {
    color: rgb(26 3 27 / 0.7) !important;
  }

  .xl\:text-brand-greyDarkest\/75 {
    color: rgb(26 3 27 / 0.75) !important;
  }

  .xl\:text-brand-greyDarkest\/80 {
    color: rgb(26 3 27 / 0.8) !important;
  }

  .xl\:text-brand-greyDarkest\/85 {
    color: rgb(26 3 27 / 0.85) !important;
  }

  .xl\:text-brand-greyDarkest\/90 {
    color: rgb(26 3 27 / 0.9) !important;
  }

  .xl\:text-brand-greyDarkest\/95 {
    color: rgb(26 3 27 / 0.95) !important;
  }

  .xl\:text-brand-greyLight {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-greyLight\/0 {
    color: rgb(249 248 254 / 0) !important;
  }

  .xl\:text-brand-greyLight\/10 {
    color: rgb(249 248 254 / 0.1) !important;
  }

  .xl\:text-brand-greyLight\/100 {
    color: rgb(249 248 254 / 1) !important;
  }

  .xl\:text-brand-greyLight\/15 {
    color: rgb(249 248 254 / 0.15) !important;
  }

  .xl\:text-brand-greyLight\/20 {
    color: rgb(249 248 254 / 0.2) !important;
  }

  .xl\:text-brand-greyLight\/25 {
    color: rgb(249 248 254 / 0.25) !important;
  }

  .xl\:text-brand-greyLight\/30 {
    color: rgb(249 248 254 / 0.3) !important;
  }

  .xl\:text-brand-greyLight\/35 {
    color: rgb(249 248 254 / 0.35) !important;
  }

  .xl\:text-brand-greyLight\/40 {
    color: rgb(249 248 254 / 0.4) !important;
  }

  .xl\:text-brand-greyLight\/45 {
    color: rgb(249 248 254 / 0.45) !important;
  }

  .xl\:text-brand-greyLight\/5 {
    color: rgb(249 248 254 / 0.05) !important;
  }

  .xl\:text-brand-greyLight\/50 {
    color: rgb(249 248 254 / 0.5) !important;
  }

  .xl\:text-brand-greyLight\/55 {
    color: rgb(249 248 254 / 0.55) !important;
  }

  .xl\:text-brand-greyLight\/60 {
    color: rgb(249 248 254 / 0.6) !important;
  }

  .xl\:text-brand-greyLight\/65 {
    color: rgb(249 248 254 / 0.65) !important;
  }

  .xl\:text-brand-greyLight\/70 {
    color: rgb(249 248 254 / 0.7) !important;
  }

  .xl\:text-brand-greyLight\/75 {
    color: rgb(249 248 254 / 0.75) !important;
  }

  .xl\:text-brand-greyLight\/80 {
    color: rgb(249 248 254 / 0.8) !important;
  }

  .xl\:text-brand-greyLight\/85 {
    color: rgb(249 248 254 / 0.85) !important;
  }

  .xl\:text-brand-greyLight\/90 {
    color: rgb(249 248 254 / 0.9) !important;
  }

  .xl\:text-brand-greyLight\/95 {
    color: rgb(249 248 254 / 0.95) !important;
  }

  .xl\:text-brand-red {
    --tw-text-opacity: 1 !important;
    color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-red\/0 {
    color: rgb(223 45 59 / 0) !important;
  }

  .xl\:text-brand-red\/10 {
    color: rgb(223 45 59 / 0.1) !important;
  }

  .xl\:text-brand-red\/100 {
    color: rgb(223 45 59 / 1) !important;
  }

  .xl\:text-brand-red\/15 {
    color: rgb(223 45 59 / 0.15) !important;
  }

  .xl\:text-brand-red\/20 {
    color: rgb(223 45 59 / 0.2) !important;
  }

  .xl\:text-brand-red\/25 {
    color: rgb(223 45 59 / 0.25) !important;
  }

  .xl\:text-brand-red\/30 {
    color: rgb(223 45 59 / 0.3) !important;
  }

  .xl\:text-brand-red\/35 {
    color: rgb(223 45 59 / 0.35) !important;
  }

  .xl\:text-brand-red\/40 {
    color: rgb(223 45 59 / 0.4) !important;
  }

  .xl\:text-brand-red\/45 {
    color: rgb(223 45 59 / 0.45) !important;
  }

  .xl\:text-brand-red\/5 {
    color: rgb(223 45 59 / 0.05) !important;
  }

  .xl\:text-brand-red\/50 {
    color: rgb(223 45 59 / 0.5) !important;
  }

  .xl\:text-brand-red\/55 {
    color: rgb(223 45 59 / 0.55) !important;
  }

  .xl\:text-brand-red\/60 {
    color: rgb(223 45 59 / 0.6) !important;
  }

  .xl\:text-brand-red\/65 {
    color: rgb(223 45 59 / 0.65) !important;
  }

  .xl\:text-brand-red\/70 {
    color: rgb(223 45 59 / 0.7) !important;
  }

  .xl\:text-brand-red\/75 {
    color: rgb(223 45 59 / 0.75) !important;
  }

  .xl\:text-brand-red\/80 {
    color: rgb(223 45 59 / 0.8) !important;
  }

  .xl\:text-brand-red\/85 {
    color: rgb(223 45 59 / 0.85) !important;
  }

  .xl\:text-brand-red\/90 {
    color: rgb(223 45 59 / 0.9) !important;
  }

  .xl\:text-brand-red\/95 {
    color: rgb(223 45 59 / 0.95) !important;
  }

  .xl\:text-brand-redDark {
    --tw-text-opacity: 1 !important;
    color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-redDark\/0 {
    color: rgb(190 22 35 / 0) !important;
  }

  .xl\:text-brand-redDark\/10 {
    color: rgb(190 22 35 / 0.1) !important;
  }

  .xl\:text-brand-redDark\/100 {
    color: rgb(190 22 35 / 1) !important;
  }

  .xl\:text-brand-redDark\/15 {
    color: rgb(190 22 35 / 0.15) !important;
  }

  .xl\:text-brand-redDark\/20 {
    color: rgb(190 22 35 / 0.2) !important;
  }

  .xl\:text-brand-redDark\/25 {
    color: rgb(190 22 35 / 0.25) !important;
  }

  .xl\:text-brand-redDark\/30 {
    color: rgb(190 22 35 / 0.3) !important;
  }

  .xl\:text-brand-redDark\/35 {
    color: rgb(190 22 35 / 0.35) !important;
  }

  .xl\:text-brand-redDark\/40 {
    color: rgb(190 22 35 / 0.4) !important;
  }

  .xl\:text-brand-redDark\/45 {
    color: rgb(190 22 35 / 0.45) !important;
  }

  .xl\:text-brand-redDark\/5 {
    color: rgb(190 22 35 / 0.05) !important;
  }

  .xl\:text-brand-redDark\/50 {
    color: rgb(190 22 35 / 0.5) !important;
  }

  .xl\:text-brand-redDark\/55 {
    color: rgb(190 22 35 / 0.55) !important;
  }

  .xl\:text-brand-redDark\/60 {
    color: rgb(190 22 35 / 0.6) !important;
  }

  .xl\:text-brand-redDark\/65 {
    color: rgb(190 22 35 / 0.65) !important;
  }

  .xl\:text-brand-redDark\/70 {
    color: rgb(190 22 35 / 0.7) !important;
  }

  .xl\:text-brand-redDark\/75 {
    color: rgb(190 22 35 / 0.75) !important;
  }

  .xl\:text-brand-redDark\/80 {
    color: rgb(190 22 35 / 0.8) !important;
  }

  .xl\:text-brand-redDark\/85 {
    color: rgb(190 22 35 / 0.85) !important;
  }

  .xl\:text-brand-redDark\/90 {
    color: rgb(190 22 35 / 0.9) !important;
  }

  .xl\:text-brand-redDark\/95 {
    color: rgb(190 22 35 / 0.95) !important;
  }

  .xl\:text-brand-systemGreen {
    --tw-text-opacity: 1 !important;
    color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-systemGreen\/0 {
    color: rgb(30 214 93 / 0) !important;
  }

  .xl\:text-brand-systemGreen\/10 {
    color: rgb(30 214 93 / 0.1) !important;
  }

  .xl\:text-brand-systemGreen\/100 {
    color: rgb(30 214 93 / 1) !important;
  }

  .xl\:text-brand-systemGreen\/15 {
    color: rgb(30 214 93 / 0.15) !important;
  }

  .xl\:text-brand-systemGreen\/20 {
    color: rgb(30 214 93 / 0.2) !important;
  }

  .xl\:text-brand-systemGreen\/25 {
    color: rgb(30 214 93 / 0.25) !important;
  }

  .xl\:text-brand-systemGreen\/30 {
    color: rgb(30 214 93 / 0.3) !important;
  }

  .xl\:text-brand-systemGreen\/35 {
    color: rgb(30 214 93 / 0.35) !important;
  }

  .xl\:text-brand-systemGreen\/40 {
    color: rgb(30 214 93 / 0.4) !important;
  }

  .xl\:text-brand-systemGreen\/45 {
    color: rgb(30 214 93 / 0.45) !important;
  }

  .xl\:text-brand-systemGreen\/5 {
    color: rgb(30 214 93 / 0.05) !important;
  }

  .xl\:text-brand-systemGreen\/50 {
    color: rgb(30 214 93 / 0.5) !important;
  }

  .xl\:text-brand-systemGreen\/55 {
    color: rgb(30 214 93 / 0.55) !important;
  }

  .xl\:text-brand-systemGreen\/60 {
    color: rgb(30 214 93 / 0.6) !important;
  }

  .xl\:text-brand-systemGreen\/65 {
    color: rgb(30 214 93 / 0.65) !important;
  }

  .xl\:text-brand-systemGreen\/70 {
    color: rgb(30 214 93 / 0.7) !important;
  }

  .xl\:text-brand-systemGreen\/75 {
    color: rgb(30 214 93 / 0.75) !important;
  }

  .xl\:text-brand-systemGreen\/80 {
    color: rgb(30 214 93 / 0.8) !important;
  }

  .xl\:text-brand-systemGreen\/85 {
    color: rgb(30 214 93 / 0.85) !important;
  }

  .xl\:text-brand-systemGreen\/90 {
    color: rgb(30 214 93 / 0.9) !important;
  }

  .xl\:text-brand-systemGreen\/95 {
    color: rgb(30 214 93 / 0.95) !important;
  }

  .xl\:text-brand-systemOrange {
    --tw-text-opacity: 1 !important;
    color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-systemOrange\/0 {
    color: rgb(216 125 19 / 0) !important;
  }

  .xl\:text-brand-systemOrange\/10 {
    color: rgb(216 125 19 / 0.1) !important;
  }

  .xl\:text-brand-systemOrange\/100 {
    color: rgb(216 125 19 / 1) !important;
  }

  .xl\:text-brand-systemOrange\/15 {
    color: rgb(216 125 19 / 0.15) !important;
  }

  .xl\:text-brand-systemOrange\/20 {
    color: rgb(216 125 19 / 0.2) !important;
  }

  .xl\:text-brand-systemOrange\/25 {
    color: rgb(216 125 19 / 0.25) !important;
  }

  .xl\:text-brand-systemOrange\/30 {
    color: rgb(216 125 19 / 0.3) !important;
  }

  .xl\:text-brand-systemOrange\/35 {
    color: rgb(216 125 19 / 0.35) !important;
  }

  .xl\:text-brand-systemOrange\/40 {
    color: rgb(216 125 19 / 0.4) !important;
  }

  .xl\:text-brand-systemOrange\/45 {
    color: rgb(216 125 19 / 0.45) !important;
  }

  .xl\:text-brand-systemOrange\/5 {
    color: rgb(216 125 19 / 0.05) !important;
  }

  .xl\:text-brand-systemOrange\/50 {
    color: rgb(216 125 19 / 0.5) !important;
  }

  .xl\:text-brand-systemOrange\/55 {
    color: rgb(216 125 19 / 0.55) !important;
  }

  .xl\:text-brand-systemOrange\/60 {
    color: rgb(216 125 19 / 0.6) !important;
  }

  .xl\:text-brand-systemOrange\/65 {
    color: rgb(216 125 19 / 0.65) !important;
  }

  .xl\:text-brand-systemOrange\/70 {
    color: rgb(216 125 19 / 0.7) !important;
  }

  .xl\:text-brand-systemOrange\/75 {
    color: rgb(216 125 19 / 0.75) !important;
  }

  .xl\:text-brand-systemOrange\/80 {
    color: rgb(216 125 19 / 0.8) !important;
  }

  .xl\:text-brand-systemOrange\/85 {
    color: rgb(216 125 19 / 0.85) !important;
  }

  .xl\:text-brand-systemOrange\/90 {
    color: rgb(216 125 19 / 0.9) !important;
  }

  .xl\:text-brand-systemOrange\/95 {
    color: rgb(216 125 19 / 0.95) !important;
  }

  .xl\:text-brand-systemRed {
    --tw-text-opacity: 1 !important;
    color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-systemRed\/0 {
    color: rgb(227 45 59 / 0) !important;
  }

  .xl\:text-brand-systemRed\/10 {
    color: rgb(227 45 59 / 0.1) !important;
  }

  .xl\:text-brand-systemRed\/100 {
    color: rgb(227 45 59 / 1) !important;
  }

  .xl\:text-brand-systemRed\/15 {
    color: rgb(227 45 59 / 0.15) !important;
  }

  .xl\:text-brand-systemRed\/20 {
    color: rgb(227 45 59 / 0.2) !important;
  }

  .xl\:text-brand-systemRed\/25 {
    color: rgb(227 45 59 / 0.25) !important;
  }

  .xl\:text-brand-systemRed\/30 {
    color: rgb(227 45 59 / 0.3) !important;
  }

  .xl\:text-brand-systemRed\/35 {
    color: rgb(227 45 59 / 0.35) !important;
  }

  .xl\:text-brand-systemRed\/40 {
    color: rgb(227 45 59 / 0.4) !important;
  }

  .xl\:text-brand-systemRed\/45 {
    color: rgb(227 45 59 / 0.45) !important;
  }

  .xl\:text-brand-systemRed\/5 {
    color: rgb(227 45 59 / 0.05) !important;
  }

  .xl\:text-brand-systemRed\/50 {
    color: rgb(227 45 59 / 0.5) !important;
  }

  .xl\:text-brand-systemRed\/55 {
    color: rgb(227 45 59 / 0.55) !important;
  }

  .xl\:text-brand-systemRed\/60 {
    color: rgb(227 45 59 / 0.6) !important;
  }

  .xl\:text-brand-systemRed\/65 {
    color: rgb(227 45 59 / 0.65) !important;
  }

  .xl\:text-brand-systemRed\/70 {
    color: rgb(227 45 59 / 0.7) !important;
  }

  .xl\:text-brand-systemRed\/75 {
    color: rgb(227 45 59 / 0.75) !important;
  }

  .xl\:text-brand-systemRed\/80 {
    color: rgb(227 45 59 / 0.8) !important;
  }

  .xl\:text-brand-systemRed\/85 {
    color: rgb(227 45 59 / 0.85) !important;
  }

  .xl\:text-brand-systemRed\/90 {
    color: rgb(227 45 59 / 0.9) !important;
  }

  .xl\:text-brand-systemRed\/95 {
    color: rgb(227 45 59 / 0.95) !important;
  }

  .xl\:text-brand-systemYellow {
    --tw-text-opacity: 1 !important;
    color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-systemYellow\/0 {
    color: rgb(227 203 15 / 0) !important;
  }

  .xl\:text-brand-systemYellow\/10 {
    color: rgb(227 203 15 / 0.1) !important;
  }

  .xl\:text-brand-systemYellow\/100 {
    color: rgb(227 203 15 / 1) !important;
  }

  .xl\:text-brand-systemYellow\/15 {
    color: rgb(227 203 15 / 0.15) !important;
  }

  .xl\:text-brand-systemYellow\/20 {
    color: rgb(227 203 15 / 0.2) !important;
  }

  .xl\:text-brand-systemYellow\/25 {
    color: rgb(227 203 15 / 0.25) !important;
  }

  .xl\:text-brand-systemYellow\/30 {
    color: rgb(227 203 15 / 0.3) !important;
  }

  .xl\:text-brand-systemYellow\/35 {
    color: rgb(227 203 15 / 0.35) !important;
  }

  .xl\:text-brand-systemYellow\/40 {
    color: rgb(227 203 15 / 0.4) !important;
  }

  .xl\:text-brand-systemYellow\/45 {
    color: rgb(227 203 15 / 0.45) !important;
  }

  .xl\:text-brand-systemYellow\/5 {
    color: rgb(227 203 15 / 0.05) !important;
  }

  .xl\:text-brand-systemYellow\/50 {
    color: rgb(227 203 15 / 0.5) !important;
  }

  .xl\:text-brand-systemYellow\/55 {
    color: rgb(227 203 15 / 0.55) !important;
  }

  .xl\:text-brand-systemYellow\/60 {
    color: rgb(227 203 15 / 0.6) !important;
  }

  .xl\:text-brand-systemYellow\/65 {
    color: rgb(227 203 15 / 0.65) !important;
  }

  .xl\:text-brand-systemYellow\/70 {
    color: rgb(227 203 15 / 0.7) !important;
  }

  .xl\:text-brand-systemYellow\/75 {
    color: rgb(227 203 15 / 0.75) !important;
  }

  .xl\:text-brand-systemYellow\/80 {
    color: rgb(227 203 15 / 0.8) !important;
  }

  .xl\:text-brand-systemYellow\/85 {
    color: rgb(227 203 15 / 0.85) !important;
  }

  .xl\:text-brand-systemYellow\/90 {
    color: rgb(227 203 15 / 0.9) !important;
  }

  .xl\:text-brand-systemYellow\/95 {
    color: rgb(227 203 15 / 0.95) !important;
  }

  .xl\:text-brand-text {
    --tw-text-opacity: 1 !important;
    color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-text\/0 {
    color: rgb(18 2 28 / 0) !important;
  }

  .xl\:text-brand-text\/10 {
    color: rgb(18 2 28 / 0.1) !important;
  }

  .xl\:text-brand-text\/100 {
    color: rgb(18 2 28 / 1) !important;
  }

  .xl\:text-brand-text\/15 {
    color: rgb(18 2 28 / 0.15) !important;
  }

  .xl\:text-brand-text\/20 {
    color: rgb(18 2 28 / 0.2) !important;
  }

  .xl\:text-brand-text\/25 {
    color: rgb(18 2 28 / 0.25) !important;
  }

  .xl\:text-brand-text\/30 {
    color: rgb(18 2 28 / 0.3) !important;
  }

  .xl\:text-brand-text\/35 {
    color: rgb(18 2 28 / 0.35) !important;
  }

  .xl\:text-brand-text\/40 {
    color: rgb(18 2 28 / 0.4) !important;
  }

  .xl\:text-brand-text\/45 {
    color: rgb(18 2 28 / 0.45) !important;
  }

  .xl\:text-brand-text\/5 {
    color: rgb(18 2 28 / 0.05) !important;
  }

  .xl\:text-brand-text\/50 {
    color: rgb(18 2 28 / 0.5) !important;
  }

  .xl\:text-brand-text\/55 {
    color: rgb(18 2 28 / 0.55) !important;
  }

  .xl\:text-brand-text\/60 {
    color: rgb(18 2 28 / 0.6) !important;
  }

  .xl\:text-brand-text\/65 {
    color: rgb(18 2 28 / 0.65) !important;
  }

  .xl\:text-brand-text\/70 {
    color: rgb(18 2 28 / 0.7) !important;
  }

  .xl\:text-brand-text\/75 {
    color: rgb(18 2 28 / 0.75) !important;
  }

  .xl\:text-brand-text\/80 {
    color: rgb(18 2 28 / 0.8) !important;
  }

  .xl\:text-brand-text\/85 {
    color: rgb(18 2 28 / 0.85) !important;
  }

  .xl\:text-brand-text\/90 {
    color: rgb(18 2 28 / 0.9) !important;
  }

  .xl\:text-brand-text\/95 {
    color: rgb(18 2 28 / 0.95) !important;
  }

  .xl\:text-brand-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-brand-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .xl\:text-brand-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:text-brand-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .xl\:text-brand-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:text-brand-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:text-brand-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:text-brand-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:text-brand-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:text-brand-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:text-brand-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:text-brand-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:text-brand-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:text-brand-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:text-brand-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:text-brand-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:text-brand-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:text-brand-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:text-brand-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:text-brand-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:text-brand-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:text-brand-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

  .xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .xl\:text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .xl\:text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .xl\:text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .xl\:text-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .xl\:text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .xl\:text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .xl\:text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .xl\:text-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .xl\:text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .xl\:text-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .xl\:text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .xl\:text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .xl\:text-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .xl\:text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .xl\:text-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .xl\:text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .xl\:text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .xl\:text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .xl\:text-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .xl\:text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .xl\:text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\32xl\:m-0 {
    margin: 0px !important;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .\32xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .\32xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:m-100 {
    margin: 25rem !important;
  }

  .\32xl\:m-11 {
    margin: 2.75rem !important;
  }

  .\32xl\:m-12 {
    margin: 3rem !important;
  }

  .\32xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:m-16 {
    margin: 4rem !important;
  }

  .\32xl\:m-18 {
    margin: 4.5rem !important;
  }

  .\32xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .\32xl\:m-20 {
    margin: 5rem !important;
  }

  .\32xl\:m-24 {
    margin: 6rem !important;
  }

  .\32xl\:m-28 {
    margin: 7rem !important;
  }

  .\32xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .\32xl\:m-30 {
    margin: 7.5rem !important;
  }

  .\32xl\:m-32 {
    margin: 8rem !important;
  }

  .\32xl\:m-36 {
    margin: 9rem !important;
  }

  .\32xl\:m-4 {
    margin: 1rem !important;
  }

  .\32xl\:m-40 {
    margin: 10rem !important;
  }

  .\32xl\:m-44 {
    margin: 11rem !important;
  }

  .\32xl\:m-48 {
    margin: 12rem !important;
  }

  .\32xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:m-52 {
    margin: 13rem !important;
  }

  .\32xl\:m-56 {
    margin: 14rem !important;
  }

  .\32xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:m-60 {
    margin: 15rem !important;
  }

  .\32xl\:m-64 {
    margin: 16rem !important;
  }

  .\32xl\:m-7 {
    margin: 1.75rem !important;
  }

  .\32xl\:m-72 {
    margin: 18rem !important;
  }

  .\32xl\:m-8 {
    margin: 2rem !important;
  }

  .\32xl\:m-80 {
    margin: 20rem !important;
  }

  .\32xl\:m-9 {
    margin: 2.25rem !important;
  }

  .\32xl\:m-96 {
    margin: 24rem !important;
  }

  .\32xl\:m-auto {
    margin: auto !important;
  }

  .\32xl\:m-px {
    margin: 1px !important;
  }

  .\32xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .\32xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mb-100 {
    margin-bottom: 25rem !important;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:ml-100 {
    margin-left: 25rem !important;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\32xl\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem !important;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem !important;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem !important;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem !important;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem !important;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem !important;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem !important;
  }

  .\32xl\:ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:mr-100 {
    margin-right: 25rem !important;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\32xl\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem !important;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem !important;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem !important;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem !important;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem !important;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem !important;
  }

  .\32xl\:mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:mt-100 {
    margin-top: 25rem !important;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\32xl\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem !important;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem !important;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem !important;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem !important;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem !important;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem !important;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem !important;
  }

  .\32xl\:mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:grid {
    display: grid !important;
  }

  .\32xl\:h-0 {
    height: 0px !important;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem !important;
  }

  .\32xl\:h-1 {
    height: 0.25rem !important;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem !important;
  }

  .\32xl\:h-1\/2 {
    height: 50% !important;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .\32xl\:h-1\/4 {
    height: 25% !important;
  }

  .\32xl\:h-1\/5 {
    height: 20% !important;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .\32xl\:h-10 {
    height: 2.5rem !important;
  }

  .\32xl\:h-100 {
    height: 25rem !important;
  }

  .\32xl\:h-11 {
    height: 2.75rem !important;
  }

  .\32xl\:h-12 {
    height: 3rem !important;
  }

  .\32xl\:h-14 {
    height: 3.5rem !important;
  }

  .\32xl\:h-16 {
    height: 4rem !important;
  }

  .\32xl\:h-18 {
    height: 4.5rem !important;
  }

  .\32xl\:h-2 {
    height: 0.5rem !important;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem !important;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .\32xl\:h-2\/4 {
    height: 50% !important;
  }

  .\32xl\:h-2\/5 {
    height: 40% !important;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .\32xl\:h-20 {
    height: 5rem !important;
  }

  .\32xl\:h-24 {
    height: 6rem !important;
  }

  .\32xl\:h-28 {
    height: 7rem !important;
  }

  .\32xl\:h-3 {
    height: 0.75rem !important;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem !important;
  }

  .\32xl\:h-3\/4 {
    height: 75% !important;
  }

  .\32xl\:h-3\/5 {
    height: 60% !important;
  }

  .\32xl\:h-3\/6 {
    height: 50% !important;
  }

  .\32xl\:h-30 {
    height: 7.5rem !important;
  }

  .\32xl\:h-32 {
    height: 8rem !important;
  }

  .\32xl\:h-36 {
    height: 9rem !important;
  }

  .\32xl\:h-4 {
    height: 1rem !important;
  }

  .\32xl\:h-4\/5 {
    height: 80% !important;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .\32xl\:h-40 {
    height: 10rem !important;
  }

  .\32xl\:h-44 {
    height: 11rem !important;
  }

  .\32xl\:h-48 {
    height: 12rem !important;
  }

  .\32xl\:h-5 {
    height: 1.25rem !important;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .\32xl\:h-52 {
    height: 13rem !important;
  }

  .\32xl\:h-56 {
    height: 14rem !important;
  }

  .\32xl\:h-6 {
    height: 1.5rem !important;
  }

  .\32xl\:h-60 {
    height: 15rem !important;
  }

  .\32xl\:h-64 {
    height: 16rem !important;
  }

  .\32xl\:h-7 {
    height: 1.75rem !important;
  }

  .\32xl\:h-72 {
    height: 18rem !important;
  }

  .\32xl\:h-8 {
    height: 2rem !important;
  }

  .\32xl\:h-80 {
    height: 20rem !important;
  }

  .\32xl\:h-9 {
    height: 2.25rem !important;
  }

  .\32xl\:h-96 {
    height: 24rem !important;
  }

  .\32xl\:h-auto {
    height: auto !important;
  }

  .\32xl\:h-dvh {
    height: 100dvh !important;
  }

  .\32xl\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .\32xl\:h-full {
    height: 100% !important;
  }

  .\32xl\:h-lvh {
    height: 100lvh !important;
  }

  .\32xl\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .\32xl\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .\32xl\:h-px {
    height: 1px !important;
  }

  .\32xl\:h-screen {
    height: 100vh !important;
  }

  .\32xl\:h-svh {
    height: 100svh !important;
  }

  .\32xl\:max-h-0 {
    max-height: 0px !important;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .\32xl\:max-h-100 {
    max-height: 25rem !important;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem !important;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem !important;
  }

  .\32xl\:max-h-18 {
    max-height: 4.5rem !important;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem !important;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem !important;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .\32xl\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem !important;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem !important;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem !important;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem !important;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem !important;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem !important;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem !important;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem !important;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem !important;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem !important;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem !important;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem !important;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem !important;
  }

  .\32xl\:max-h-dvh {
    max-height: 100dvh !important;
  }

  .\32xl\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .\32xl\:max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:max-h-lvh {
    max-height: 100lvh !important;
  }

  .\32xl\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .\32xl\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }

  .\32xl\:max-h-none {
    max-height: none !important;
  }

  .\32xl\:max-h-px {
    max-height: 1px !important;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\32xl\:max-h-svh {
    max-height: 100svh !important;
  }

  .\32xl\:min-h-0 {
    min-height: 0px !important;
  }

  .\32xl\:min-h-0\.5 {
    min-height: 0.125rem !important;
  }

  .\32xl\:min-h-1 {
    min-height: 0.25rem !important;
  }

  .\32xl\:min-h-1\.5 {
    min-height: 0.375rem !important;
  }

  .\32xl\:min-h-10 {
    min-height: 2.5rem !important;
  }

  .\32xl\:min-h-100 {
    min-height: 25rem !important;
  }

  .\32xl\:min-h-11 {
    min-height: 2.75rem !important;
  }

  .\32xl\:min-h-12 {
    min-height: 3rem !important;
  }

  .\32xl\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .\32xl\:min-h-16 {
    min-height: 4rem !important;
  }

  .\32xl\:min-h-18 {
    min-height: 4.5rem !important;
  }

  .\32xl\:min-h-2 {
    min-height: 0.5rem !important;
  }

  .\32xl\:min-h-2\.5 {
    min-height: 0.625rem !important;
  }

  .\32xl\:min-h-20 {
    min-height: 5rem !important;
  }

  .\32xl\:min-h-24 {
    min-height: 6rem !important;
  }

  .\32xl\:min-h-28 {
    min-height: 7rem !important;
  }

  .\32xl\:min-h-3 {
    min-height: 0.75rem !important;
  }

  .\32xl\:min-h-3\.5 {
    min-height: 0.875rem !important;
  }

  .\32xl\:min-h-30 {
    min-height: 7.5rem !important;
  }

  .\32xl\:min-h-32 {
    min-height: 8rem !important;
  }

  .\32xl\:min-h-36 {
    min-height: 9rem !important;
  }

  .\32xl\:min-h-4 {
    min-height: 1rem !important;
  }

  .\32xl\:min-h-40 {
    min-height: 10rem !important;
  }

  .\32xl\:min-h-44 {
    min-height: 11rem !important;
  }

  .\32xl\:min-h-48 {
    min-height: 12rem !important;
  }

  .\32xl\:min-h-5 {
    min-height: 1.25rem !important;
  }

  .\32xl\:min-h-52 {
    min-height: 13rem !important;
  }

  .\32xl\:min-h-56 {
    min-height: 14rem !important;
  }

  .\32xl\:min-h-6 {
    min-height: 1.5rem !important;
  }

  .\32xl\:min-h-60 {
    min-height: 15rem !important;
  }

  .\32xl\:min-h-64 {
    min-height: 16rem !important;
  }

  .\32xl\:min-h-7 {
    min-height: 1.75rem !important;
  }

  .\32xl\:min-h-72 {
    min-height: 18rem !important;
  }

  .\32xl\:min-h-8 {
    min-height: 2rem !important;
  }

  .\32xl\:min-h-80 {
    min-height: 20rem !important;
  }

  .\32xl\:min-h-9 {
    min-height: 2.25rem !important;
  }

  .\32xl\:min-h-96 {
    min-height: 24rem !important;
  }

  .\32xl\:min-h-dvh {
    min-height: 100dvh !important;
  }

  .\32xl\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .\32xl\:min-h-full {
    min-height: 100% !important;
  }

  .\32xl\:min-h-lvh {
    min-height: 100lvh !important;
  }

  .\32xl\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }

  .\32xl\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }

  .\32xl\:min-h-px {
    min-height: 1px !important;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .\32xl\:min-h-svh {
    min-height: 100svh !important;
  }

  .\32xl\:w-0 {
    width: 0px !important;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem !important;
  }

  .\32xl\:w-1 {
    width: 0.25rem !important;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem !important;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\32xl\:w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:w-10 {
    width: 2.5rem !important;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:w-100 {
    width: 25rem !important;
  }

  .\32xl\:w-11 {
    width: 2.75rem !important;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:w-12 {
    width: 3rem !important;
  }

  .\32xl\:w-14 {
    width: 3.5rem !important;
  }

  .\32xl\:w-16 {
    width: 4rem !important;
  }

  .\32xl\:w-18 {
    width: 4.5rem !important;
  }

  .\32xl\:w-2 {
    width: 0.5rem !important;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem !important;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:w-20 {
    width: 5rem !important;
  }

  .\32xl\:w-24 {
    width: 6rem !important;
  }

  .\32xl\:w-28 {
    width: 7rem !important;
  }

  .\32xl\:w-3 {
    width: 0.75rem !important;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem !important;
  }

  .\32xl\:w-3\/12 {
    width: 25% !important;
  }

  .\32xl\:w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:w-30 {
    width: 7.5rem !important;
  }

  .\32xl\:w-32 {
    width: 8rem !important;
  }

  .\32xl\:w-36 {
    width: 9rem !important;
  }

  .\32xl\:w-4 {
    width: 1rem !important;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\32xl\:w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:w-40 {
    width: 10rem !important;
  }

  .\32xl\:w-44 {
    width: 11rem !important;
  }

  .\32xl\:w-48 {
    width: 12rem !important;
  }

  .\32xl\:w-5 {
    width: 1.25rem !important;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:w-52 {
    width: 13rem !important;
  }

  .\32xl\:w-56 {
    width: 14rem !important;
  }

  .\32xl\:w-6 {
    width: 1.5rem !important;
  }

  .\32xl\:w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:w-60 {
    width: 15rem !important;
  }

  .\32xl\:w-64 {
    width: 16rem !important;
  }

  .\32xl\:w-7 {
    width: 1.75rem !important;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\32xl\:w-72 {
    width: 18rem !important;
  }

  .\32xl\:w-8 {
    width: 2rem !important;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:w-80 {
    width: 20rem !important;
  }

  .\32xl\:w-9 {
    width: 2.25rem !important;
  }

  .\32xl\:w-9\/12 {
    width: 75% !important;
  }

  .\32xl\:w-96 {
    width: 24rem !important;
  }

  .\32xl\:w-auto {
    width: auto !important;
  }

  .\32xl\:w-dvw {
    width: 100dvw !important;
  }

  .\32xl\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .\32xl\:w-full {
    width: 100% !important;
  }

  .\32xl\:w-lvw {
    width: 100lvw !important;
  }

  .\32xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:w-px {
    width: 1px !important;
  }

  .\32xl\:w-screen {
    width: 100vw !important;
  }

  .\32xl\:w-svw {
    width: 100svw !important;
  }

  .\32xl\:min-w-0 {
    min-width: 0px !important;
  }

  .\32xl\:min-w-0\.5 {
    min-width: 0.125rem !important;
  }

  .\32xl\:min-w-1 {
    min-width: 0.25rem !important;
  }

  .\32xl\:min-w-1\.5 {
    min-width: 0.375rem !important;
  }

  .\32xl\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .\32xl\:min-w-100 {
    min-width: 25rem !important;
  }

  .\32xl\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .\32xl\:min-w-12 {
    min-width: 3rem !important;
  }

  .\32xl\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .\32xl\:min-w-16 {
    min-width: 4rem !important;
  }

  .\32xl\:min-w-18 {
    min-width: 4.5rem !important;
  }

  .\32xl\:min-w-2 {
    min-width: 0.5rem !important;
  }

  .\32xl\:min-w-2\.5 {
    min-width: 0.625rem !important;
  }

  .\32xl\:min-w-20 {
    min-width: 5rem !important;
  }

  .\32xl\:min-w-24 {
    min-width: 6rem !important;
  }

  .\32xl\:min-w-28 {
    min-width: 7rem !important;
  }

  .\32xl\:min-w-3 {
    min-width: 0.75rem !important;
  }

  .\32xl\:min-w-3\.5 {
    min-width: 0.875rem !important;
  }

  .\32xl\:min-w-30 {
    min-width: 7.5rem !important;
  }

  .\32xl\:min-w-32 {
    min-width: 8rem !important;
  }

  .\32xl\:min-w-36 {
    min-width: 9rem !important;
  }

  .\32xl\:min-w-4 {
    min-width: 1rem !important;
  }

  .\32xl\:min-w-40 {
    min-width: 10rem !important;
  }

  .\32xl\:min-w-44 {
    min-width: 11rem !important;
  }

  .\32xl\:min-w-48 {
    min-width: 12rem !important;
  }

  .\32xl\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .\32xl\:min-w-52 {
    min-width: 13rem !important;
  }

  .\32xl\:min-w-56 {
    min-width: 14rem !important;
  }

  .\32xl\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .\32xl\:min-w-60 {
    min-width: 15rem !important;
  }

  .\32xl\:min-w-64 {
    min-width: 16rem !important;
  }

  .\32xl\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .\32xl\:min-w-72 {
    min-width: 18rem !important;
  }

  .\32xl\:min-w-8 {
    min-width: 2rem !important;
  }

  .\32xl\:min-w-80 {
    min-width: 20rem !important;
  }

  .\32xl\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .\32xl\:min-w-96 {
    min-width: 24rem !important;
  }

  .\32xl\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .\32xl\:min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl\:min-w-px {
    min-width: 1px !important;
  }

  .\32xl\:max-w-0 {
    max-width: 0px !important;
  }

  .\32xl\:max-w-0\.5 {
    max-width: 0.125rem !important;
  }

  .\32xl\:max-w-1 {
    max-width: 0.25rem !important;
  }

  .\32xl\:max-w-1\.5 {
    max-width: 0.375rem !important;
  }

  .\32xl\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .\32xl\:max-w-100 {
    max-width: 25rem !important;
  }

  .\32xl\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .\32xl\:max-w-12 {
    max-width: 3rem !important;
  }

  .\32xl\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .\32xl\:max-w-16 {
    max-width: 4rem !important;
  }

  .\32xl\:max-w-18 {
    max-width: 4.5rem !important;
  }

  .\32xl\:max-w-2 {
    max-width: 0.5rem !important;
  }

  .\32xl\:max-w-2\.5 {
    max-width: 0.625rem !important;
  }

  .\32xl\:max-w-20 {
    max-width: 5rem !important;
  }

  .\32xl\:max-w-24 {
    max-width: 6rem !important;
  }

  .\32xl\:max-w-28 {
    max-width: 7rem !important;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:max-w-3 {
    max-width: 0.75rem !important;
  }

  .\32xl\:max-w-3\.5 {
    max-width: 0.875rem !important;
  }

  .\32xl\:max-w-30 {
    max-width: 7.5rem !important;
  }

  .\32xl\:max-w-32 {
    max-width: 8rem !important;
  }

  .\32xl\:max-w-36 {
    max-width: 9rem !important;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:max-w-4 {
    max-width: 1rem !important;
  }

  .\32xl\:max-w-40 {
    max-width: 10rem !important;
  }

  .\32xl\:max-w-44 {
    max-width: 11rem !important;
  }

  .\32xl\:max-w-48 {
    max-width: 12rem !important;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\32xl\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .\32xl\:max-w-52 {
    max-width: 13rem !important;
  }

  .\32xl\:max-w-56 {
    max-width: 14rem !important;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\32xl\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .\32xl\:max-w-60 {
    max-width: 15rem !important;
  }

  .\32xl\:max-w-64 {
    max-width: 16rem !important;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\32xl\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .\32xl\:max-w-72 {
    max-width: 18rem !important;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .\32xl\:max-w-8 {
    max-width: 2rem !important;
  }

  .\32xl\:max-w-80 {
    max-width: 20rem !important;
  }

  .\32xl\:max-w-9 {
    max-width: 2.25rem !important;
  }

  .\32xl\:max-w-96 {
    max-width: 24rem !important;
  }

  .\32xl\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .\32xl\:max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:max-w-none {
    max-width: none !important;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .\32xl\:max-w-px {
    max-width: 1px !important;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\32xl\:flex-none {
    flex: none !important;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\32xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\32xl\:basis-0 {
    flex-basis: 0px !important;
  }

  .\32xl\:basis-0\.5 {
    flex-basis: 0.125rem !important;
  }

  .\32xl\:basis-1 {
    flex-basis: 0.25rem !important;
  }

  .\32xl\:basis-1\.5 {
    flex-basis: 0.375rem !important;
  }

  .\32xl\:basis-1\/12 {
    flex-basis: 8.333333% !important;
  }

  .\32xl\:basis-1\/2 {
    flex-basis: 50% !important;
  }

  .\32xl\:basis-1\/3 {
    flex-basis: 33.333333% !important;
  }

  .\32xl\:basis-1\/4 {
    flex-basis: 25% !important;
  }

  .\32xl\:basis-1\/5 {
    flex-basis: 20% !important;
  }

  .\32xl\:basis-1\/6 {
    flex-basis: 16.666667% !important;
  }

  .\32xl\:basis-10 {
    flex-basis: 2.5rem !important;
  }

  .\32xl\:basis-10\/12 {
    flex-basis: 83.333333% !important;
  }

  .\32xl\:basis-100 {
    flex-basis: 25rem !important;
  }

  .\32xl\:basis-11 {
    flex-basis: 2.75rem !important;
  }

  .\32xl\:basis-11\/12 {
    flex-basis: 91.666667% !important;
  }

  .\32xl\:basis-12 {
    flex-basis: 3rem !important;
  }

  .\32xl\:basis-14 {
    flex-basis: 3.5rem !important;
  }

  .\32xl\:basis-16 {
    flex-basis: 4rem !important;
  }

  .\32xl\:basis-18 {
    flex-basis: 4.5rem !important;
  }

  .\32xl\:basis-2 {
    flex-basis: 0.5rem !important;
  }

  .\32xl\:basis-2\.5 {
    flex-basis: 0.625rem !important;
  }

  .\32xl\:basis-2\/12 {
    flex-basis: 16.666667% !important;
  }

  .\32xl\:basis-2\/3 {
    flex-basis: 66.666667% !important;
  }

  .\32xl\:basis-2\/4 {
    flex-basis: 50% !important;
  }

  .\32xl\:basis-2\/5 {
    flex-basis: 40% !important;
  }

  .\32xl\:basis-2\/6 {
    flex-basis: 33.333333% !important;
  }

  .\32xl\:basis-20 {
    flex-basis: 5rem !important;
  }

  .\32xl\:basis-24 {
    flex-basis: 6rem !important;
  }

  .\32xl\:basis-28 {
    flex-basis: 7rem !important;
  }

  .\32xl\:basis-3 {
    flex-basis: 0.75rem !important;
  }

  .\32xl\:basis-3\.5 {
    flex-basis: 0.875rem !important;
  }

  .\32xl\:basis-3\/12 {
    flex-basis: 25% !important;
  }

  .\32xl\:basis-3\/4 {
    flex-basis: 75% !important;
  }

  .\32xl\:basis-3\/5 {
    flex-basis: 60% !important;
  }

  .\32xl\:basis-3\/6 {
    flex-basis: 50% !important;
  }

  .\32xl\:basis-30 {
    flex-basis: 7.5rem !important;
  }

  .\32xl\:basis-32 {
    flex-basis: 8rem !important;
  }

  .\32xl\:basis-36 {
    flex-basis: 9rem !important;
  }

  .\32xl\:basis-4 {
    flex-basis: 1rem !important;
  }

  .\32xl\:basis-4\/12 {
    flex-basis: 33.333333% !important;
  }

  .\32xl\:basis-4\/5 {
    flex-basis: 80% !important;
  }

  .\32xl\:basis-4\/6 {
    flex-basis: 66.666667% !important;
  }

  .\32xl\:basis-40 {
    flex-basis: 10rem !important;
  }

  .\32xl\:basis-44 {
    flex-basis: 11rem !important;
  }

  .\32xl\:basis-48 {
    flex-basis: 12rem !important;
  }

  .\32xl\:basis-5 {
    flex-basis: 1.25rem !important;
  }

  .\32xl\:basis-5\/12 {
    flex-basis: 41.666667% !important;
  }

  .\32xl\:basis-5\/6 {
    flex-basis: 83.333333% !important;
  }

  .\32xl\:basis-52 {
    flex-basis: 13rem !important;
  }

  .\32xl\:basis-56 {
    flex-basis: 14rem !important;
  }

  .\32xl\:basis-6 {
    flex-basis: 1.5rem !important;
  }

  .\32xl\:basis-6\/12 {
    flex-basis: 50% !important;
  }

  .\32xl\:basis-60 {
    flex-basis: 15rem !important;
  }

  .\32xl\:basis-64 {
    flex-basis: 16rem !important;
  }

  .\32xl\:basis-7 {
    flex-basis: 1.75rem !important;
  }

  .\32xl\:basis-7\/12 {
    flex-basis: 58.333333% !important;
  }

  .\32xl\:basis-72 {
    flex-basis: 18rem !important;
  }

  .\32xl\:basis-8 {
    flex-basis: 2rem !important;
  }

  .\32xl\:basis-8\/12 {
    flex-basis: 66.666667% !important;
  }

  .\32xl\:basis-80 {
    flex-basis: 20rem !important;
  }

  .\32xl\:basis-9 {
    flex-basis: 2.25rem !important;
  }

  .\32xl\:basis-9\/12 {
    flex-basis: 75% !important;
  }

  .\32xl\:basis-96 {
    flex-basis: 24rem !important;
  }

  .\32xl\:basis-auto {
    flex-basis: auto !important;
  }

  .\32xl\:basis-full {
    flex-basis: 100% !important;
  }

  .\32xl\:basis-px {
    flex-basis: 1px !important;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\32xl\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .\32xl\:flex-row {
    flex-direction: row !important;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\32xl\:flex-col {
    flex-direction: column !important;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .\32xl\:gap-0 {
    gap: 0px !important;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .\32xl\:gap-100 {
    gap: 25rem !important;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .\32xl\:gap-12 {
    gap: 3rem !important;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .\32xl\:gap-16 {
    gap: 4rem !important;
  }

  .\32xl\:gap-18 {
    gap: 4.5rem !important;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\32xl\:gap-20 {
    gap: 5rem !important;
  }

  .\32xl\:gap-24 {
    gap: 6rem !important;
  }

  .\32xl\:gap-28 {
    gap: 7rem !important;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\32xl\:gap-30 {
    gap: 7.5rem !important;
  }

  .\32xl\:gap-32 {
    gap: 8rem !important;
  }

  .\32xl\:gap-36 {
    gap: 9rem !important;
  }

  .\32xl\:gap-4 {
    gap: 1rem !important;
  }

  .\32xl\:gap-40 {
    gap: 10rem !important;
  }

  .\32xl\:gap-44 {
    gap: 11rem !important;
  }

  .\32xl\:gap-48 {
    gap: 12rem !important;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:gap-52 {
    gap: 13rem !important;
  }

  .\32xl\:gap-56 {
    gap: 14rem !important;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .\32xl\:gap-60 {
    gap: 15rem !important;
  }

  .\32xl\:gap-64 {
    gap: 16rem !important;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .\32xl\:gap-72 {
    gap: 18rem !important;
  }

  .\32xl\:gap-8 {
    gap: 2rem !important;
  }

  .\32xl\:gap-80 {
    gap: 20rem !important;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .\32xl\:gap-96 {
    gap: 24rem !important;
  }

  .\32xl\:gap-px {
    gap: 1px !important;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-100 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:gap-x-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:gap-x-30 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\32xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .\32xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-100 {
    row-gap: 25rem !important;
  }

  .\32xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .\32xl\:gap-y-18 {
    row-gap: 4.5rem !important;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\32xl\:gap-y-30 {
    row-gap: 7.5rem !important;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .\32xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .\32xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .\32xl\:border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }

  .\32xl\:border-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }

  .\32xl\:border-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }

  .\32xl\:border-x-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }

  .\32xl\:border-x-8 {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }

  .\32xl\:border-y {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }

  .\32xl\:border-y-0 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-y-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }

  .\32xl\:border-y-8 {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .\32xl\:border-l {
    border-left-width: 1px !important;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .\32xl\:border-r {
    border-right-width: 1px !important;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .\32xl\:border-t {
    border-top-width: 1px !important;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-black\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-black\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-blue-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-brand-brown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brown\/0 {
    border-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-brand-brown\/10 {
    border-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-brand-brown\/100 {
    border-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-brand-brown\/15 {
    border-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-brand-brown\/20 {
    border-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-brand-brown\/25 {
    border-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-brand-brown\/30 {
    border-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-brand-brown\/35 {
    border-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-brand-brown\/40 {
    border-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-brand-brown\/45 {
    border-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-brand-brown\/5 {
    border-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-brand-brown\/50 {
    border-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-brand-brown\/55 {
    border-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-brand-brown\/60 {
    border-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-brand-brown\/65 {
    border-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-brand-brown\/70 {
    border-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-brand-brown\/75 {
    border-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-brand-brown\/80 {
    border-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-brand-brown\/85 {
    border-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-brand-brown\/90 {
    border-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-brand-brown\/95 {
    border-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brownDark\/0 {
    border-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-brand-brownDark\/10 {
    border-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-brand-brownDark\/100 {
    border-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-brand-brownDark\/15 {
    border-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-brand-brownDark\/20 {
    border-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-brand-brownDark\/25 {
    border-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-brand-brownDark\/30 {
    border-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-brand-brownDark\/35 {
    border-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-brand-brownDark\/40 {
    border-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-brand-brownDark\/45 {
    border-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-brand-brownDark\/5 {
    border-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-brand-brownDark\/50 {
    border-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-brand-brownDark\/55 {
    border-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-brand-brownDark\/60 {
    border-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-brand-brownDark\/65 {
    border-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-brand-brownDark\/70 {
    border-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-brand-brownDark\/75 {
    border-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-brand-brownDark\/80 {
    border-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-brand-brownDark\/85 {
    border-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-brand-brownDark\/90 {
    border-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-brand-brownDark\/95 {
    border-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brownDarker\/0 {
    border-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-brand-brownDarker\/10 {
    border-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-brand-brownDarker\/100 {
    border-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-brand-brownDarker\/15 {
    border-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-brand-brownDarker\/20 {
    border-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-brand-brownDarker\/25 {
    border-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-brand-brownDarker\/30 {
    border-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-brand-brownDarker\/35 {
    border-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-brand-brownDarker\/40 {
    border-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-brand-brownDarker\/45 {
    border-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-brand-brownDarker\/5 {
    border-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-brand-brownDarker\/50 {
    border-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-brand-brownDarker\/55 {
    border-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-brand-brownDarker\/60 {
    border-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-brand-brownDarker\/65 {
    border-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-brand-brownDarker\/70 {
    border-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-brand-brownDarker\/75 {
    border-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-brand-brownDarker\/80 {
    border-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-brand-brownDarker\/85 {
    border-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-brand-brownDarker\/90 {
    border-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-brand-brownDarker\/95 {
    border-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brownDarkest\/0 {
    border-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-brand-brownDarkest\/10 {
    border-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-brand-brownDarkest\/100 {
    border-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-brand-brownDarkest\/15 {
    border-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-brand-brownDarkest\/20 {
    border-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-brand-brownDarkest\/25 {
    border-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-brand-brownDarkest\/30 {
    border-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-brand-brownDarkest\/35 {
    border-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-brand-brownDarkest\/40 {
    border-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-brand-brownDarkest\/45 {
    border-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-brand-brownDarkest\/5 {
    border-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-brand-brownDarkest\/50 {
    border-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-brand-brownDarkest\/55 {
    border-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-brand-brownDarkest\/60 {
    border-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-brand-brownDarkest\/65 {
    border-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-brand-brownDarkest\/70 {
    border-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-brand-brownDarkest\/75 {
    border-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-brand-brownDarkest\/80 {
    border-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-brand-brownDarkest\/85 {
    border-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-brand-brownDarkest\/90 {
    border-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-brand-brownDarkest\/95 {
    border-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brownLighest\/0 {
    border-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-brand-brownLighest\/10 {
    border-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-brand-brownLighest\/100 {
    border-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-brand-brownLighest\/15 {
    border-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-brand-brownLighest\/20 {
    border-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-brand-brownLighest\/25 {
    border-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-brand-brownLighest\/30 {
    border-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-brand-brownLighest\/35 {
    border-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-brand-brownLighest\/40 {
    border-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-brand-brownLighest\/45 {
    border-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-brand-brownLighest\/5 {
    border-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-brand-brownLighest\/50 {
    border-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-brand-brownLighest\/55 {
    border-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-brand-brownLighest\/60 {
    border-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-brand-brownLighest\/65 {
    border-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-brand-brownLighest\/70 {
    border-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-brand-brownLighest\/75 {
    border-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-brand-brownLighest\/80 {
    border-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-brand-brownLighest\/85 {
    border-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-brand-brownLighest\/90 {
    border-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-brand-brownLighest\/95 {
    border-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-brownLight\/0 {
    border-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-brand-brownLight\/10 {
    border-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-brand-brownLight\/100 {
    border-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-brand-brownLight\/15 {
    border-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-brand-brownLight\/20 {
    border-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-brand-brownLight\/25 {
    border-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-brand-brownLight\/30 {
    border-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-brand-brownLight\/35 {
    border-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-brand-brownLight\/40 {
    border-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-brand-brownLight\/45 {
    border-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-brand-brownLight\/5 {
    border-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-brand-brownLight\/50 {
    border-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-brand-brownLight\/55 {
    border-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-brand-brownLight\/60 {
    border-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-brand-brownLight\/65 {
    border-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-brand-brownLight\/70 {
    border-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-brand-brownLight\/75 {
    border-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-brand-brownLight\/80 {
    border-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-brand-brownLight\/85 {
    border-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-brand-brownLight\/90 {
    border-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-brand-brownLight\/95 {
    border-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-brand-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-grey\/0 {
    border-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-brand-grey\/10 {
    border-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-brand-grey\/100 {
    border-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-brand-grey\/15 {
    border-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-brand-grey\/20 {
    border-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-brand-grey\/25 {
    border-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-brand-grey\/30 {
    border-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-brand-grey\/35 {
    border-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-brand-grey\/40 {
    border-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-brand-grey\/45 {
    border-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-brand-grey\/5 {
    border-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-brand-grey\/50 {
    border-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-brand-grey\/55 {
    border-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-brand-grey\/60 {
    border-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-brand-grey\/65 {
    border-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-brand-grey\/70 {
    border-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-brand-grey\/75 {
    border-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-brand-grey\/80 {
    border-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-brand-grey\/85 {
    border-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-brand-grey\/90 {
    border-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-brand-grey\/95 {
    border-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-greyDarkest\/0 {
    border-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-brand-greyDarkest\/10 {
    border-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-brand-greyDarkest\/100 {
    border-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-brand-greyDarkest\/15 {
    border-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-brand-greyDarkest\/20 {
    border-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-brand-greyDarkest\/25 {
    border-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-brand-greyDarkest\/30 {
    border-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-brand-greyDarkest\/35 {
    border-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-brand-greyDarkest\/40 {
    border-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-brand-greyDarkest\/45 {
    border-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-brand-greyDarkest\/5 {
    border-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-brand-greyDarkest\/50 {
    border-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-brand-greyDarkest\/55 {
    border-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-brand-greyDarkest\/60 {
    border-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-brand-greyDarkest\/65 {
    border-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-brand-greyDarkest\/70 {
    border-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-brand-greyDarkest\/75 {
    border-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-brand-greyDarkest\/80 {
    border-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-brand-greyDarkest\/85 {
    border-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-brand-greyDarkest\/90 {
    border-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-brand-greyDarkest\/95 {
    border-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-greyLight\/0 {
    border-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-brand-greyLight\/10 {
    border-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-brand-greyLight\/100 {
    border-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-brand-greyLight\/15 {
    border-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-brand-greyLight\/20 {
    border-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-brand-greyLight\/25 {
    border-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-brand-greyLight\/30 {
    border-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-brand-greyLight\/35 {
    border-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-brand-greyLight\/40 {
    border-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-brand-greyLight\/45 {
    border-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-brand-greyLight\/5 {
    border-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-brand-greyLight\/50 {
    border-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-brand-greyLight\/55 {
    border-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-brand-greyLight\/60 {
    border-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-brand-greyLight\/65 {
    border-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-brand-greyLight\/70 {
    border-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-brand-greyLight\/75 {
    border-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-brand-greyLight\/80 {
    border-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-brand-greyLight\/85 {
    border-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-brand-greyLight\/90 {
    border-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-brand-greyLight\/95 {
    border-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-red\/0 {
    border-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-brand-red\/10 {
    border-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-brand-red\/100 {
    border-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-brand-red\/15 {
    border-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-brand-red\/20 {
    border-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-brand-red\/25 {
    border-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-brand-red\/30 {
    border-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-brand-red\/35 {
    border-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-brand-red\/40 {
    border-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-brand-red\/45 {
    border-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-brand-red\/5 {
    border-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-brand-red\/50 {
    border-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-brand-red\/55 {
    border-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-brand-red\/60 {
    border-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-brand-red\/65 {
    border-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-brand-red\/70 {
    border-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-brand-red\/75 {
    border-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-brand-red\/80 {
    border-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-brand-red\/85 {
    border-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-brand-red\/90 {
    border-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-brand-red\/95 {
    border-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-redDark\/0 {
    border-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-brand-redDark\/10 {
    border-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-brand-redDark\/100 {
    border-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-brand-redDark\/15 {
    border-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-brand-redDark\/20 {
    border-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-brand-redDark\/25 {
    border-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-brand-redDark\/30 {
    border-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-brand-redDark\/35 {
    border-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-brand-redDark\/40 {
    border-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-brand-redDark\/45 {
    border-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-brand-redDark\/5 {
    border-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-brand-redDark\/50 {
    border-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-brand-redDark\/55 {
    border-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-brand-redDark\/60 {
    border-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-brand-redDark\/65 {
    border-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-brand-redDark\/70 {
    border-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-brand-redDark\/75 {
    border-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-brand-redDark\/80 {
    border-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-brand-redDark\/85 {
    border-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-brand-redDark\/90 {
    border-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-brand-redDark\/95 {
    border-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-systemGreen\/0 {
    border-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-brand-systemGreen\/10 {
    border-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-brand-systemGreen\/100 {
    border-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-brand-systemGreen\/15 {
    border-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-brand-systemGreen\/20 {
    border-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-brand-systemGreen\/25 {
    border-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-brand-systemGreen\/30 {
    border-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-brand-systemGreen\/35 {
    border-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-brand-systemGreen\/40 {
    border-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-brand-systemGreen\/45 {
    border-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-brand-systemGreen\/5 {
    border-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-brand-systemGreen\/50 {
    border-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-brand-systemGreen\/55 {
    border-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-brand-systemGreen\/60 {
    border-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-brand-systemGreen\/65 {
    border-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-brand-systemGreen\/70 {
    border-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-brand-systemGreen\/75 {
    border-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-brand-systemGreen\/80 {
    border-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-brand-systemGreen\/85 {
    border-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-brand-systemGreen\/90 {
    border-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-brand-systemGreen\/95 {
    border-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-systemOrange\/0 {
    border-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-brand-systemOrange\/10 {
    border-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-brand-systemOrange\/100 {
    border-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-brand-systemOrange\/15 {
    border-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-brand-systemOrange\/20 {
    border-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-brand-systemOrange\/25 {
    border-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-brand-systemOrange\/30 {
    border-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-brand-systemOrange\/35 {
    border-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-brand-systemOrange\/40 {
    border-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-brand-systemOrange\/45 {
    border-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-brand-systemOrange\/5 {
    border-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-brand-systemOrange\/50 {
    border-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-brand-systemOrange\/55 {
    border-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-brand-systemOrange\/60 {
    border-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-brand-systemOrange\/65 {
    border-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-brand-systemOrange\/70 {
    border-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-brand-systemOrange\/75 {
    border-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-brand-systemOrange\/80 {
    border-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-brand-systemOrange\/85 {
    border-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-brand-systemOrange\/90 {
    border-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-brand-systemOrange\/95 {
    border-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-systemRed\/0 {
    border-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-brand-systemRed\/10 {
    border-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-brand-systemRed\/100 {
    border-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-brand-systemRed\/15 {
    border-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-brand-systemRed\/20 {
    border-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-brand-systemRed\/25 {
    border-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-brand-systemRed\/30 {
    border-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-brand-systemRed\/35 {
    border-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-brand-systemRed\/40 {
    border-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-brand-systemRed\/45 {
    border-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-brand-systemRed\/5 {
    border-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-brand-systemRed\/50 {
    border-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-brand-systemRed\/55 {
    border-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-brand-systemRed\/60 {
    border-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-brand-systemRed\/65 {
    border-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-brand-systemRed\/70 {
    border-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-brand-systemRed\/75 {
    border-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-brand-systemRed\/80 {
    border-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-brand-systemRed\/85 {
    border-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-brand-systemRed\/90 {
    border-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-brand-systemRed\/95 {
    border-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-systemYellow\/0 {
    border-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-brand-systemYellow\/10 {
    border-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-brand-systemYellow\/100 {
    border-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-brand-systemYellow\/15 {
    border-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-brand-systemYellow\/20 {
    border-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-brand-systemYellow\/25 {
    border-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-brand-systemYellow\/30 {
    border-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-brand-systemYellow\/35 {
    border-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-brand-systemYellow\/40 {
    border-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-brand-systemYellow\/45 {
    border-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-brand-systemYellow\/5 {
    border-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-brand-systemYellow\/50 {
    border-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-brand-systemYellow\/55 {
    border-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-brand-systemYellow\/60 {
    border-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-brand-systemYellow\/65 {
    border-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-brand-systemYellow\/70 {
    border-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-brand-systemYellow\/75 {
    border-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-brand-systemYellow\/80 {
    border-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-brand-systemYellow\/85 {
    border-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-brand-systemYellow\/90 {
    border-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-brand-systemYellow\/95 {
    border-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-brand-text {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-text\/0 {
    border-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-brand-text\/10 {
    border-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-brand-text\/100 {
    border-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-brand-text\/15 {
    border-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-brand-text\/20 {
    border-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-brand-text\/25 {
    border-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-brand-text\/30 {
    border-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-brand-text\/35 {
    border-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-brand-text\/40 {
    border-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-brand-text\/45 {
    border-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-brand-text\/5 {
    border-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-brand-text\/50 {
    border-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-brand-text\/55 {
    border-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-brand-text\/60 {
    border-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-brand-text\/65 {
    border-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-brand-text\/70 {
    border-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-brand-text\/75 {
    border-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-brand-text\/80 {
    border-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-brand-text\/85 {
    border-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-brand-text\/90 {
    border-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-brand-text\/95 {
    border-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-brand-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-brand-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-brand-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-brand-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-brand-white\/15 {
    border-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-brand-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-brand-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-brand-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-brand-white\/35 {
    border-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-brand-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-brand-white\/45 {
    border-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-brand-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-brand-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-brand-white\/55 {
    border-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-brand-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-brand-white\/65 {
    border-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-brand-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-brand-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-brand-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-brand-white\/85 {
    border-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-brand-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-brand-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-lime-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-red-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-rose-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-teal-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-transparent {
    border-color: transparent !important;
  }

  .\32xl\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-x-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-x-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-x-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-x-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-x-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-x-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-x-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-x-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-x-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-x-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-x-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-x-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-x-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-x-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-x-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-x-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-x-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-x-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-x-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-x-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-x-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-x-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-x-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-x-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-x-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-x-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-x-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-x-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-x-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-x-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-x-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-x-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-x-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-x-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-x-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-x-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-x-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-x-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-x-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-x-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-x-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-x-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-x-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-x-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-x-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-x-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-x-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-x-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-x-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-x-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-x-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-x-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-x-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-x-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-x-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-x-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-x-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-x-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-x-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-x-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-x-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-x-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-x-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-x-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-x-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-x-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-x-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-x-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-x-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-x-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-x-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-x-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-x-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-x-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-x-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-x-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-x-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-x-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-x-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-x-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-x-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-x-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-x-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-x-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-x-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-x-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-x-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-x-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-x-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-x-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-x-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-x-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-x-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-x-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-x-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-x-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-x-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-x-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-x-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-x-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-x-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-x-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-x-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-x-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-x-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-x-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-x-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-x-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-x-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-x-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-x-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-x-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-x-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-x-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-x-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-x-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-x-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-x-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-x-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-x-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-x-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-x-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-x-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-x-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-x-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-x-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-x-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-x-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-x-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-x-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-x-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-x-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-x-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-x-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-x-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-x-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-x-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-x-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-x-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-x-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-x-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-x-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-x-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-x-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-x-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-x-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-x-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-x-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-x-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-x-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-x-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-x-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-x-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-x-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-x-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-x-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-x-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-x-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-x-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-x-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-x-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-x-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-x-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-x-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-x-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-x-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-x-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-x-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-x-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-x-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-x-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-x-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-x-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-x-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-x-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-x-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-x-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-x-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-x-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-x-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-x-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-x-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-x-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-x-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-x-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-x-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-x-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-x-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-x-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-x-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-x-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-x-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-x-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-x-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-x-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-x-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-x-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-x-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-x-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-x-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-x-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-x-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-x-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-x-current {
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
  }

  .\32xl\:border-x-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-x-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-x-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-x-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-x-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-x-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-x-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-x-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-x-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-x-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-x-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-x-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-x-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-x-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-x-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-x-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-x-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-x-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-x-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-x-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-x-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-x-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-x-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-x-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-x-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-x-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-x-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-x-inherit {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
  }

  .\32xl\:border-x-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-x-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-x-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-x-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-x-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-x-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-x-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-x-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-x-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-x-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-x-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-x-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-x-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-x-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-x-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-x-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-x-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-x-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-x-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-x-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-x-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-x-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-x-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-x-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-x-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-x-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-x-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-x-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-x-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-x-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-x-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-x-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-x-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-x-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-x-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-x-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-x-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-x-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-x-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-x-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-x-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-x-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-x-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-x-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-x-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-x-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-x-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-x-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-x-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-x-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-x-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-x-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-x-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-x-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-x-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-x-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-x-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-x-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-x-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-x-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-x-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-x-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-x-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-x-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-x-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-x-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-x-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-x-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-x-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-x-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-x-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-x-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-x-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-x-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-x-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-x-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-x-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-x-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-x-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-x-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-x-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-x-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-x-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-x-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-x-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-x-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-x-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-x-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-x-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-x-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-x-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-x-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-x-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-x-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-x-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-x-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-x-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-x-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-x-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-x-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-x-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-x-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-x-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-x-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-x-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-x-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-x-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-x-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-x-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-x-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-x-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-x-transparent {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  .\32xl\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-x-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-x-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-x-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-x-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-x-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-x-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-x-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-x-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-x-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-x-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-x-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-x-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-x-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:border-y-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-y-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-y-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-y-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-y-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-y-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-y-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-y-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-y-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-y-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-y-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-y-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-y-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-y-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-y-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-y-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-y-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-y-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-y-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-y-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-y-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-y-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-y-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-y-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-y-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-y-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-y-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-y-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-y-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-y-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-y-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-y-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-y-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-y-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-y-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-y-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-y-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-y-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-y-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-y-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-y-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-y-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-y-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-y-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-y-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-y-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-y-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-y-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-y-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-y-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-y-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-y-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-y-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-y-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-y-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-y-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-y-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-y-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-y-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-y-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-y-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-y-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-y-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-y-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-y-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-y-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-y-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-y-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-y-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-y-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-y-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-y-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-y-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-y-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-y-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-y-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-y-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-y-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-y-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-y-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-y-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-y-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-y-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-y-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-y-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-y-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-y-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-y-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-y-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-y-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-y-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-y-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-y-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-y-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-y-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-y-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-y-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-y-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-y-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-y-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-y-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-y-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-y-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-y-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-y-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-y-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-y-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-y-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-y-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-y-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-y-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-y-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-y-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-y-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-y-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-y-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-y-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-y-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-y-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-y-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-y-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-y-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-y-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-y-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-y-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-y-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-y-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-y-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-y-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-y-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-y-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-y-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-y-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-y-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-y-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-y-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-y-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-y-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-y-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-y-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-y-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-y-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-y-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-y-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-y-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-y-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-y-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-y-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-y-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-y-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-y-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-y-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-y-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-y-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-y-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-y-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-y-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-y-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-y-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-y-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-y-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-y-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-y-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-y-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-y-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-y-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-y-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-y-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-y-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-y-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-y-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-y-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-y-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-y-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-y-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-y-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-y-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-y-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-y-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-y-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-y-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-y-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-y-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-y-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-y-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-y-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-y-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-y-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-y-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-y-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-y-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-y-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-y-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-y-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-y-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-y-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-y-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-y-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-y-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-y-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-y-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-y-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-y-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-y-current {
    border-top-color: currentColor !important;
    border-bottom-color: currentColor !important;
  }

  .\32xl\:border-y-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-y-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-y-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-y-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-y-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-y-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-y-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-y-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-y-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-y-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-y-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-y-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-y-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-y-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-y-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-y-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-y-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-y-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-y-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-y-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-y-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-y-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-y-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-y-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-y-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-y-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-y-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-y-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-y-inherit {
    border-top-color: inherit !important;
    border-bottom-color: inherit !important;
  }

  .\32xl\:border-y-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-y-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-y-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-y-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-y-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-y-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-y-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-y-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-y-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-y-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-y-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-y-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-y-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-y-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-y-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-y-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-y-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-y-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-y-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-y-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-y-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-y-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-y-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-y-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-y-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-y-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-y-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-y-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-y-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-y-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-y-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-y-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-y-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-y-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-y-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-y-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-y-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-y-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-y-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-y-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-y-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-y-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-y-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-y-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-y-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-y-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-y-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-y-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-y-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-y-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-y-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-y-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-y-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-y-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-y-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-y-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-y-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-y-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-y-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-y-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-y-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-y-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-y-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-y-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-y-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-y-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-y-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-y-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-y-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-y-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-y-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-y-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-y-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-y-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-y-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-y-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-y-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-y-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-y-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-y-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-y-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-y-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-y-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-y-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-y-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-y-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-y-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-y-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-y-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-y-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-y-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-y-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-y-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-y-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-y-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-y-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-y-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-y-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-y-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-y-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-y-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-y-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-y-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-y-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-y-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-y-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-y-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-y-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-y-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-y-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-y-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-y-transparent {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .\32xl\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-y-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-y-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-y-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-y-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-y-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-y-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-y-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-y-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-y-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-y-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-y-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-y-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-y-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:border-b-amber-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-b-amber-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-b-amber-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-b-amber-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-b-amber-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-b-amber-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-b-amber-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-b-amber-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-b-amber-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-b-amber-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-b-amber-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-b-black {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-b-blue-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-b-blue-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-b-blue-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-b-blue-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-b-blue-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-b-blue-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-b-blue-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-b-blue-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-b-blue-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-b-blue-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-b-blue-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brown {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brown\/0 {
    border-bottom-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-b-brand-brown\/10 {
    border-bottom-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brown\/100 {
    border-bottom-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-b-brand-brown\/15 {
    border-bottom-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brown\/20 {
    border-bottom-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brown\/25 {
    border-bottom-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brown\/30 {
    border-bottom-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brown\/35 {
    border-bottom-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brown\/40 {
    border-bottom-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brown\/45 {
    border-bottom-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brown\/5 {
    border-bottom-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brown\/50 {
    border-bottom-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brown\/55 {
    border-bottom-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brown\/60 {
    border-bottom-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brown\/65 {
    border-bottom-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brown\/70 {
    border-bottom-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brown\/75 {
    border-bottom-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brown\/80 {
    border-bottom-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brown\/85 {
    border-bottom-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brown\/90 {
    border-bottom-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brown\/95 {
    border-bottom-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brownDark\/0 {
    border-bottom-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-b-brand-brownDark\/10 {
    border-bottom-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brownDark\/100 {
    border-bottom-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-b-brand-brownDark\/15 {
    border-bottom-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brownDark\/20 {
    border-bottom-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brownDark\/25 {
    border-bottom-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brownDark\/30 {
    border-bottom-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brownDark\/35 {
    border-bottom-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brownDark\/40 {
    border-bottom-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brownDark\/45 {
    border-bottom-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brownDark\/5 {
    border-bottom-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brownDark\/50 {
    border-bottom-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brownDark\/55 {
    border-bottom-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brownDark\/60 {
    border-bottom-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brownDark\/65 {
    border-bottom-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brownDark\/70 {
    border-bottom-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brownDark\/75 {
    border-bottom-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brownDark\/80 {
    border-bottom-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brownDark\/85 {
    border-bottom-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brownDark\/90 {
    border-bottom-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brownDark\/95 {
    border-bottom-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/0 {
    border-bottom-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/10 {
    border-bottom-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/100 {
    border-bottom-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/15 {
    border-bottom-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/20 {
    border-bottom-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/25 {
    border-bottom-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/30 {
    border-bottom-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/35 {
    border-bottom-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/40 {
    border-bottom-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/45 {
    border-bottom-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/5 {
    border-bottom-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/50 {
    border-bottom-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/55 {
    border-bottom-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/60 {
    border-bottom-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/65 {
    border-bottom-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/70 {
    border-bottom-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/75 {
    border-bottom-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/80 {
    border-bottom-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/85 {
    border-bottom-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/90 {
    border-bottom-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brownDarker\/95 {
    border-bottom-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/0 {
    border-bottom-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/10 {
    border-bottom-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/100 {
    border-bottom-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/15 {
    border-bottom-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/20 {
    border-bottom-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/25 {
    border-bottom-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/30 {
    border-bottom-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/35 {
    border-bottom-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/40 {
    border-bottom-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/45 {
    border-bottom-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/5 {
    border-bottom-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/50 {
    border-bottom-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/55 {
    border-bottom-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/60 {
    border-bottom-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/65 {
    border-bottom-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/70 {
    border-bottom-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/75 {
    border-bottom-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/80 {
    border-bottom-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/85 {
    border-bottom-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/90 {
    border-bottom-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brownDarkest\/95 {
    border-bottom-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/0 {
    border-bottom-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/10 {
    border-bottom-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/100 {
    border-bottom-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/15 {
    border-bottom-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/20 {
    border-bottom-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/25 {
    border-bottom-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/30 {
    border-bottom-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/35 {
    border-bottom-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/40 {
    border-bottom-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/45 {
    border-bottom-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/5 {
    border-bottom-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/50 {
    border-bottom-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/55 {
    border-bottom-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/60 {
    border-bottom-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/65 {
    border-bottom-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/70 {
    border-bottom-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/75 {
    border-bottom-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/80 {
    border-bottom-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/85 {
    border-bottom-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/90 {
    border-bottom-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brownLighest\/95 {
    border-bottom-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-b-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-brownLight\/0 {
    border-bottom-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-b-brand-brownLight\/10 {
    border-bottom-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-b-brand-brownLight\/100 {
    border-bottom-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-b-brand-brownLight\/15 {
    border-bottom-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-b-brand-brownLight\/20 {
    border-bottom-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-b-brand-brownLight\/25 {
    border-bottom-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-b-brand-brownLight\/30 {
    border-bottom-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-b-brand-brownLight\/35 {
    border-bottom-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-b-brand-brownLight\/40 {
    border-bottom-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-b-brand-brownLight\/45 {
    border-bottom-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-b-brand-brownLight\/5 {
    border-bottom-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-b-brand-brownLight\/50 {
    border-bottom-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-b-brand-brownLight\/55 {
    border-bottom-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-b-brand-brownLight\/60 {
    border-bottom-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-b-brand-brownLight\/65 {
    border-bottom-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-b-brand-brownLight\/70 {
    border-bottom-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-b-brand-brownLight\/75 {
    border-bottom-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-b-brand-brownLight\/80 {
    border-bottom-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-b-brand-brownLight\/85 {
    border-bottom-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-b-brand-brownLight\/90 {
    border-bottom-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-b-brand-brownLight\/95 {
    border-bottom-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-b-brand-grey {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-grey\/0 {
    border-bottom-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-b-brand-grey\/10 {
    border-bottom-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-b-brand-grey\/100 {
    border-bottom-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-b-brand-grey\/15 {
    border-bottom-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-b-brand-grey\/20 {
    border-bottom-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-b-brand-grey\/25 {
    border-bottom-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-b-brand-grey\/30 {
    border-bottom-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-b-brand-grey\/35 {
    border-bottom-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-b-brand-grey\/40 {
    border-bottom-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-b-brand-grey\/45 {
    border-bottom-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-b-brand-grey\/5 {
    border-bottom-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-b-brand-grey\/50 {
    border-bottom-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-b-brand-grey\/55 {
    border-bottom-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-b-brand-grey\/60 {
    border-bottom-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-b-brand-grey\/65 {
    border-bottom-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-b-brand-grey\/70 {
    border-bottom-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-b-brand-grey\/75 {
    border-bottom-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-b-brand-grey\/80 {
    border-bottom-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-b-brand-grey\/85 {
    border-bottom-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-b-brand-grey\/90 {
    border-bottom-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-b-brand-grey\/95 {
    border-bottom-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-b-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/0 {
    border-bottom-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/10 {
    border-bottom-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/100 {
    border-bottom-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/15 {
    border-bottom-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/20 {
    border-bottom-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/25 {
    border-bottom-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/30 {
    border-bottom-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/35 {
    border-bottom-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/40 {
    border-bottom-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/45 {
    border-bottom-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/5 {
    border-bottom-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/50 {
    border-bottom-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/55 {
    border-bottom-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/60 {
    border-bottom-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/65 {
    border-bottom-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/70 {
    border-bottom-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/75 {
    border-bottom-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/80 {
    border-bottom-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/85 {
    border-bottom-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/90 {
    border-bottom-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-b-brand-greyDarkest\/95 {
    border-bottom-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-b-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-greyLight\/0 {
    border-bottom-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-b-brand-greyLight\/10 {
    border-bottom-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-b-brand-greyLight\/100 {
    border-bottom-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-b-brand-greyLight\/15 {
    border-bottom-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-b-brand-greyLight\/20 {
    border-bottom-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-b-brand-greyLight\/25 {
    border-bottom-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-b-brand-greyLight\/30 {
    border-bottom-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-b-brand-greyLight\/35 {
    border-bottom-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-b-brand-greyLight\/40 {
    border-bottom-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-b-brand-greyLight\/45 {
    border-bottom-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-b-brand-greyLight\/5 {
    border-bottom-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-b-brand-greyLight\/50 {
    border-bottom-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-b-brand-greyLight\/55 {
    border-bottom-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-b-brand-greyLight\/60 {
    border-bottom-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-b-brand-greyLight\/65 {
    border-bottom-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-b-brand-greyLight\/70 {
    border-bottom-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-b-brand-greyLight\/75 {
    border-bottom-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-b-brand-greyLight\/80 {
    border-bottom-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-b-brand-greyLight\/85 {
    border-bottom-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-b-brand-greyLight\/90 {
    border-bottom-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-b-brand-greyLight\/95 {
    border-bottom-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-b-brand-red {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-red\/0 {
    border-bottom-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-b-brand-red\/10 {
    border-bottom-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-b-brand-red\/100 {
    border-bottom-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-b-brand-red\/15 {
    border-bottom-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-b-brand-red\/20 {
    border-bottom-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-b-brand-red\/25 {
    border-bottom-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-b-brand-red\/30 {
    border-bottom-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-b-brand-red\/35 {
    border-bottom-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-b-brand-red\/40 {
    border-bottom-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-b-brand-red\/45 {
    border-bottom-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-b-brand-red\/5 {
    border-bottom-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-b-brand-red\/50 {
    border-bottom-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-b-brand-red\/55 {
    border-bottom-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-b-brand-red\/60 {
    border-bottom-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-b-brand-red\/65 {
    border-bottom-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-b-brand-red\/70 {
    border-bottom-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-b-brand-red\/75 {
    border-bottom-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-b-brand-red\/80 {
    border-bottom-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-b-brand-red\/85 {
    border-bottom-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-b-brand-red\/90 {
    border-bottom-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-b-brand-red\/95 {
    border-bottom-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-b-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-redDark\/0 {
    border-bottom-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-b-brand-redDark\/10 {
    border-bottom-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-b-brand-redDark\/100 {
    border-bottom-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-b-brand-redDark\/15 {
    border-bottom-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-b-brand-redDark\/20 {
    border-bottom-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-b-brand-redDark\/25 {
    border-bottom-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-b-brand-redDark\/30 {
    border-bottom-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-b-brand-redDark\/35 {
    border-bottom-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-b-brand-redDark\/40 {
    border-bottom-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-b-brand-redDark\/45 {
    border-bottom-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-b-brand-redDark\/5 {
    border-bottom-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-b-brand-redDark\/50 {
    border-bottom-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-b-brand-redDark\/55 {
    border-bottom-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-b-brand-redDark\/60 {
    border-bottom-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-b-brand-redDark\/65 {
    border-bottom-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-b-brand-redDark\/70 {
    border-bottom-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-b-brand-redDark\/75 {
    border-bottom-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-b-brand-redDark\/80 {
    border-bottom-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-b-brand-redDark\/85 {
    border-bottom-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-b-brand-redDark\/90 {
    border-bottom-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-b-brand-redDark\/95 {
    border-bottom-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-b-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/0 {
    border-bottom-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/10 {
    border-bottom-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/100 {
    border-bottom-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/15 {
    border-bottom-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/20 {
    border-bottom-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/25 {
    border-bottom-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/30 {
    border-bottom-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/35 {
    border-bottom-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/40 {
    border-bottom-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/45 {
    border-bottom-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/5 {
    border-bottom-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/50 {
    border-bottom-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/55 {
    border-bottom-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/60 {
    border-bottom-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/65 {
    border-bottom-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/70 {
    border-bottom-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/75 {
    border-bottom-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/80 {
    border-bottom-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/85 {
    border-bottom-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/90 {
    border-bottom-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-b-brand-systemGreen\/95 {
    border-bottom-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-b-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/0 {
    border-bottom-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/10 {
    border-bottom-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/100 {
    border-bottom-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/15 {
    border-bottom-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/20 {
    border-bottom-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/25 {
    border-bottom-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/30 {
    border-bottom-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/35 {
    border-bottom-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/40 {
    border-bottom-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/45 {
    border-bottom-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/5 {
    border-bottom-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/50 {
    border-bottom-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/55 {
    border-bottom-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/60 {
    border-bottom-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/65 {
    border-bottom-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/70 {
    border-bottom-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/75 {
    border-bottom-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/80 {
    border-bottom-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/85 {
    border-bottom-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/90 {
    border-bottom-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-b-brand-systemOrange\/95 {
    border-bottom-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-b-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-systemRed\/0 {
    border-bottom-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-b-brand-systemRed\/10 {
    border-bottom-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-b-brand-systemRed\/100 {
    border-bottom-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-b-brand-systemRed\/15 {
    border-bottom-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-b-brand-systemRed\/20 {
    border-bottom-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-b-brand-systemRed\/25 {
    border-bottom-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-b-brand-systemRed\/30 {
    border-bottom-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-b-brand-systemRed\/35 {
    border-bottom-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-b-brand-systemRed\/40 {
    border-bottom-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-b-brand-systemRed\/45 {
    border-bottom-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-b-brand-systemRed\/5 {
    border-bottom-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-b-brand-systemRed\/50 {
    border-bottom-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-b-brand-systemRed\/55 {
    border-bottom-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-b-brand-systemRed\/60 {
    border-bottom-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-b-brand-systemRed\/65 {
    border-bottom-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-b-brand-systemRed\/70 {
    border-bottom-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-b-brand-systemRed\/75 {
    border-bottom-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-b-brand-systemRed\/80 {
    border-bottom-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-b-brand-systemRed\/85 {
    border-bottom-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-b-brand-systemRed\/90 {
    border-bottom-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-b-brand-systemRed\/95 {
    border-bottom-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-b-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/0 {
    border-bottom-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/10 {
    border-bottom-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/100 {
    border-bottom-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/15 {
    border-bottom-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/20 {
    border-bottom-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/25 {
    border-bottom-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/30 {
    border-bottom-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/35 {
    border-bottom-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/40 {
    border-bottom-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/45 {
    border-bottom-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/5 {
    border-bottom-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/50 {
    border-bottom-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/55 {
    border-bottom-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/60 {
    border-bottom-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/65 {
    border-bottom-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/70 {
    border-bottom-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/75 {
    border-bottom-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/80 {
    border-bottom-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/85 {
    border-bottom-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/90 {
    border-bottom-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-b-brand-systemYellow\/95 {
    border-bottom-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-b-brand-text {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-text\/0 {
    border-bottom-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-b-brand-text\/10 {
    border-bottom-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-b-brand-text\/100 {
    border-bottom-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-b-brand-text\/15 {
    border-bottom-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-b-brand-text\/20 {
    border-bottom-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-b-brand-text\/25 {
    border-bottom-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-b-brand-text\/30 {
    border-bottom-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-b-brand-text\/35 {
    border-bottom-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-b-brand-text\/40 {
    border-bottom-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-b-brand-text\/45 {
    border-bottom-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-b-brand-text\/5 {
    border-bottom-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-b-brand-text\/50 {
    border-bottom-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-b-brand-text\/55 {
    border-bottom-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-b-brand-text\/60 {
    border-bottom-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-b-brand-text\/65 {
    border-bottom-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-b-brand-text\/70 {
    border-bottom-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-b-brand-text\/75 {
    border-bottom-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-b-brand-text\/80 {
    border-bottom-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-b-brand-text\/85 {
    border-bottom-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-b-brand-text\/90 {
    border-bottom-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-b-brand-text\/95 {
    border-bottom-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-b-brand-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-brand-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-b-brand-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-b-brand-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-b-brand-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-b-brand-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-b-brand-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-b-brand-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-b-brand-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-b-brand-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-b-brand-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-b-brand-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-b-brand-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-b-brand-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-b-brand-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-b-brand-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-b-brand-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-b-brand-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-b-brand-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-b-brand-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-b-brand-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-b-brand-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-b-current {
    border-bottom-color: currentColor !important;
  }

  .\32xl\:border-b-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-b-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-b-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-b-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-b-gray-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-b-gray-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-b-gray-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-b-gray-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-b-gray-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-b-gray-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-b-gray-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-b-gray-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-b-gray-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-b-gray-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-b-gray-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-b-green-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-b-green-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-b-green-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-b-green-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-b-green-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-b-green-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-b-green-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-b-green-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-b-green-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-b-green-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-b-green-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-b-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-b-inherit {
    border-bottom-color: inherit !important;
  }

  .\32xl\:border-b-lime-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-b-lime-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-b-lime-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-b-lime-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-b-lime-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-b-lime-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-b-lime-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-b-lime-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-b-lime-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-b-lime-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-b-lime-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-b-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-b-orange-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-b-orange-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-b-orange-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-b-orange-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-b-orange-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-b-orange-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-b-orange-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-b-orange-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-b-orange-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-b-orange-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-b-orange-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-b-pink-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-b-pink-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-b-pink-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-b-pink-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-b-pink-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-b-pink-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-b-pink-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-b-pink-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-b-pink-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-b-pink-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-b-pink-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-b-purple-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-b-purple-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-b-purple-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-b-purple-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-b-purple-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-b-purple-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-b-purple-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-b-purple-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-b-purple-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-b-purple-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-b-purple-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-b-red-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-b-red-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-b-red-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-b-red-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-b-red-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-b-red-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-b-red-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-b-red-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-b-red-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-b-red-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-b-red-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-b-rose-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-b-rose-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-b-rose-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-b-rose-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-b-rose-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-b-rose-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-b-rose-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-b-rose-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-b-rose-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-b-rose-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-b-rose-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-b-sky-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-b-sky-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-b-sky-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-b-sky-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-b-sky-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-b-sky-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-b-sky-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-b-sky-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-b-sky-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-b-sky-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-b-sky-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-b-slate-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-b-slate-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-b-slate-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-b-slate-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-b-slate-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-b-slate-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-b-slate-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-b-slate-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-b-slate-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-b-stone-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-b-stone-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-b-stone-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-b-stone-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-b-stone-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-b-stone-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-b-stone-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-b-stone-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-b-stone-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-b-stone-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-b-stone-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-b-teal-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-b-teal-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-b-teal-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-b-teal-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-b-teal-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-b-teal-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-b-teal-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-b-teal-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-b-teal-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-b-teal-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-b-teal-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-b-transparent {
    border-bottom-color: transparent !important;
  }

  .\32xl\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-b-violet-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-b-violet-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-b-violet-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-b-violet-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-b-violet-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-b-violet-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-b-violet-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-b-violet-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-b-violet-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-b-violet-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-b-violet-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-b-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:border-l-amber-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-l-amber-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-l-amber-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-l-amber-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-l-amber-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-l-amber-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-l-amber-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-l-amber-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-l-amber-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-l-amber-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-l-amber-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-l-black {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-l-blue-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-l-blue-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-l-blue-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-l-blue-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-l-blue-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-l-blue-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-l-blue-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-l-blue-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-l-blue-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-l-blue-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brown {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brown\/0 {
    border-left-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-l-brand-brown\/10 {
    border-left-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brown\/100 {
    border-left-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-l-brand-brown\/15 {
    border-left-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brown\/20 {
    border-left-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brown\/25 {
    border-left-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brown\/30 {
    border-left-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brown\/35 {
    border-left-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brown\/40 {
    border-left-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brown\/45 {
    border-left-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brown\/5 {
    border-left-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brown\/50 {
    border-left-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brown\/55 {
    border-left-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brown\/60 {
    border-left-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brown\/65 {
    border-left-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brown\/70 {
    border-left-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brown\/75 {
    border-left-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brown\/80 {
    border-left-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brown\/85 {
    border-left-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brown\/90 {
    border-left-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brown\/95 {
    border-left-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brownDark\/0 {
    border-left-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-l-brand-brownDark\/10 {
    border-left-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brownDark\/100 {
    border-left-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-l-brand-brownDark\/15 {
    border-left-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brownDark\/20 {
    border-left-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brownDark\/25 {
    border-left-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brownDark\/30 {
    border-left-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brownDark\/35 {
    border-left-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brownDark\/40 {
    border-left-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brownDark\/45 {
    border-left-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brownDark\/5 {
    border-left-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brownDark\/50 {
    border-left-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brownDark\/55 {
    border-left-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brownDark\/60 {
    border-left-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brownDark\/65 {
    border-left-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brownDark\/70 {
    border-left-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brownDark\/75 {
    border-left-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brownDark\/80 {
    border-left-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brownDark\/85 {
    border-left-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brownDark\/90 {
    border-left-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brownDark\/95 {
    border-left-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/0 {
    border-left-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/10 {
    border-left-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/100 {
    border-left-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/15 {
    border-left-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/20 {
    border-left-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/25 {
    border-left-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/30 {
    border-left-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/35 {
    border-left-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/40 {
    border-left-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/45 {
    border-left-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/5 {
    border-left-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/50 {
    border-left-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/55 {
    border-left-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/60 {
    border-left-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/65 {
    border-left-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/70 {
    border-left-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/75 {
    border-left-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/80 {
    border-left-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/85 {
    border-left-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/90 {
    border-left-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brownDarker\/95 {
    border-left-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/0 {
    border-left-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/10 {
    border-left-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/100 {
    border-left-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/15 {
    border-left-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/20 {
    border-left-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/25 {
    border-left-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/30 {
    border-left-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/35 {
    border-left-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/40 {
    border-left-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/45 {
    border-left-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/5 {
    border-left-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/50 {
    border-left-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/55 {
    border-left-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/60 {
    border-left-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/65 {
    border-left-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/70 {
    border-left-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/75 {
    border-left-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/80 {
    border-left-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/85 {
    border-left-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/90 {
    border-left-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brownDarkest\/95 {
    border-left-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/0 {
    border-left-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/10 {
    border-left-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/100 {
    border-left-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/15 {
    border-left-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/20 {
    border-left-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/25 {
    border-left-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/30 {
    border-left-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/35 {
    border-left-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/40 {
    border-left-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/45 {
    border-left-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/5 {
    border-left-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/50 {
    border-left-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/55 {
    border-left-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/60 {
    border-left-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/65 {
    border-left-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/70 {
    border-left-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/75 {
    border-left-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/80 {
    border-left-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/85 {
    border-left-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/90 {
    border-left-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brownLighest\/95 {
    border-left-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-l-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-brownLight\/0 {
    border-left-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-l-brand-brownLight\/10 {
    border-left-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-l-brand-brownLight\/100 {
    border-left-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-l-brand-brownLight\/15 {
    border-left-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-l-brand-brownLight\/20 {
    border-left-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-l-brand-brownLight\/25 {
    border-left-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-l-brand-brownLight\/30 {
    border-left-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-l-brand-brownLight\/35 {
    border-left-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-l-brand-brownLight\/40 {
    border-left-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-l-brand-brownLight\/45 {
    border-left-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-l-brand-brownLight\/5 {
    border-left-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-l-brand-brownLight\/50 {
    border-left-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-l-brand-brownLight\/55 {
    border-left-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-l-brand-brownLight\/60 {
    border-left-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-l-brand-brownLight\/65 {
    border-left-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-l-brand-brownLight\/70 {
    border-left-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-l-brand-brownLight\/75 {
    border-left-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-l-brand-brownLight\/80 {
    border-left-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-l-brand-brownLight\/85 {
    border-left-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-l-brand-brownLight\/90 {
    border-left-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-l-brand-brownLight\/95 {
    border-left-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-l-brand-grey {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-grey\/0 {
    border-left-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-l-brand-grey\/10 {
    border-left-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-l-brand-grey\/100 {
    border-left-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-l-brand-grey\/15 {
    border-left-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-l-brand-grey\/20 {
    border-left-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-l-brand-grey\/25 {
    border-left-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-l-brand-grey\/30 {
    border-left-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-l-brand-grey\/35 {
    border-left-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-l-brand-grey\/40 {
    border-left-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-l-brand-grey\/45 {
    border-left-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-l-brand-grey\/5 {
    border-left-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-l-brand-grey\/50 {
    border-left-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-l-brand-grey\/55 {
    border-left-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-l-brand-grey\/60 {
    border-left-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-l-brand-grey\/65 {
    border-left-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-l-brand-grey\/70 {
    border-left-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-l-brand-grey\/75 {
    border-left-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-l-brand-grey\/80 {
    border-left-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-l-brand-grey\/85 {
    border-left-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-l-brand-grey\/90 {
    border-left-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-l-brand-grey\/95 {
    border-left-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-l-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/0 {
    border-left-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/10 {
    border-left-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/100 {
    border-left-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/15 {
    border-left-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/20 {
    border-left-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/25 {
    border-left-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/30 {
    border-left-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/35 {
    border-left-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/40 {
    border-left-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/45 {
    border-left-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/5 {
    border-left-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/50 {
    border-left-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/55 {
    border-left-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/60 {
    border-left-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/65 {
    border-left-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/70 {
    border-left-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/75 {
    border-left-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/80 {
    border-left-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/85 {
    border-left-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/90 {
    border-left-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-l-brand-greyDarkest\/95 {
    border-left-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-l-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-greyLight\/0 {
    border-left-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-l-brand-greyLight\/10 {
    border-left-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-l-brand-greyLight\/100 {
    border-left-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-l-brand-greyLight\/15 {
    border-left-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-l-brand-greyLight\/20 {
    border-left-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-l-brand-greyLight\/25 {
    border-left-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-l-brand-greyLight\/30 {
    border-left-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-l-brand-greyLight\/35 {
    border-left-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-l-brand-greyLight\/40 {
    border-left-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-l-brand-greyLight\/45 {
    border-left-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-l-brand-greyLight\/5 {
    border-left-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-l-brand-greyLight\/50 {
    border-left-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-l-brand-greyLight\/55 {
    border-left-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-l-brand-greyLight\/60 {
    border-left-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-l-brand-greyLight\/65 {
    border-left-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-l-brand-greyLight\/70 {
    border-left-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-l-brand-greyLight\/75 {
    border-left-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-l-brand-greyLight\/80 {
    border-left-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-l-brand-greyLight\/85 {
    border-left-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-l-brand-greyLight\/90 {
    border-left-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-l-brand-greyLight\/95 {
    border-left-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-l-brand-red {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-red\/0 {
    border-left-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-l-brand-red\/10 {
    border-left-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-l-brand-red\/100 {
    border-left-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-l-brand-red\/15 {
    border-left-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-l-brand-red\/20 {
    border-left-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-l-brand-red\/25 {
    border-left-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-l-brand-red\/30 {
    border-left-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-l-brand-red\/35 {
    border-left-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-l-brand-red\/40 {
    border-left-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-l-brand-red\/45 {
    border-left-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-l-brand-red\/5 {
    border-left-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-l-brand-red\/50 {
    border-left-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-l-brand-red\/55 {
    border-left-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-l-brand-red\/60 {
    border-left-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-l-brand-red\/65 {
    border-left-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-l-brand-red\/70 {
    border-left-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-l-brand-red\/75 {
    border-left-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-l-brand-red\/80 {
    border-left-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-l-brand-red\/85 {
    border-left-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-l-brand-red\/90 {
    border-left-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-l-brand-red\/95 {
    border-left-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-l-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-redDark\/0 {
    border-left-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-l-brand-redDark\/10 {
    border-left-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-l-brand-redDark\/100 {
    border-left-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-l-brand-redDark\/15 {
    border-left-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-l-brand-redDark\/20 {
    border-left-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-l-brand-redDark\/25 {
    border-left-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-l-brand-redDark\/30 {
    border-left-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-l-brand-redDark\/35 {
    border-left-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-l-brand-redDark\/40 {
    border-left-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-l-brand-redDark\/45 {
    border-left-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-l-brand-redDark\/5 {
    border-left-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-l-brand-redDark\/50 {
    border-left-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-l-brand-redDark\/55 {
    border-left-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-l-brand-redDark\/60 {
    border-left-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-l-brand-redDark\/65 {
    border-left-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-l-brand-redDark\/70 {
    border-left-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-l-brand-redDark\/75 {
    border-left-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-l-brand-redDark\/80 {
    border-left-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-l-brand-redDark\/85 {
    border-left-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-l-brand-redDark\/90 {
    border-left-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-l-brand-redDark\/95 {
    border-left-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-l-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/0 {
    border-left-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/10 {
    border-left-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/100 {
    border-left-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/15 {
    border-left-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/20 {
    border-left-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/25 {
    border-left-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/30 {
    border-left-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/35 {
    border-left-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/40 {
    border-left-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/45 {
    border-left-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/5 {
    border-left-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/50 {
    border-left-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/55 {
    border-left-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/60 {
    border-left-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/65 {
    border-left-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/70 {
    border-left-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/75 {
    border-left-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/80 {
    border-left-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/85 {
    border-left-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/90 {
    border-left-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-l-brand-systemGreen\/95 {
    border-left-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-l-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/0 {
    border-left-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/10 {
    border-left-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/100 {
    border-left-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/15 {
    border-left-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/20 {
    border-left-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/25 {
    border-left-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/30 {
    border-left-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/35 {
    border-left-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/40 {
    border-left-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/45 {
    border-left-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/5 {
    border-left-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/50 {
    border-left-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/55 {
    border-left-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/60 {
    border-left-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/65 {
    border-left-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/70 {
    border-left-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/75 {
    border-left-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/80 {
    border-left-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/85 {
    border-left-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/90 {
    border-left-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-l-brand-systemOrange\/95 {
    border-left-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-l-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-systemRed\/0 {
    border-left-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-l-brand-systemRed\/10 {
    border-left-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-l-brand-systemRed\/100 {
    border-left-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-l-brand-systemRed\/15 {
    border-left-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-l-brand-systemRed\/20 {
    border-left-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-l-brand-systemRed\/25 {
    border-left-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-l-brand-systemRed\/30 {
    border-left-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-l-brand-systemRed\/35 {
    border-left-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-l-brand-systemRed\/40 {
    border-left-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-l-brand-systemRed\/45 {
    border-left-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-l-brand-systemRed\/5 {
    border-left-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-l-brand-systemRed\/50 {
    border-left-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-l-brand-systemRed\/55 {
    border-left-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-l-brand-systemRed\/60 {
    border-left-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-l-brand-systemRed\/65 {
    border-left-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-l-brand-systemRed\/70 {
    border-left-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-l-brand-systemRed\/75 {
    border-left-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-l-brand-systemRed\/80 {
    border-left-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-l-brand-systemRed\/85 {
    border-left-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-l-brand-systemRed\/90 {
    border-left-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-l-brand-systemRed\/95 {
    border-left-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-l-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/0 {
    border-left-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/10 {
    border-left-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/100 {
    border-left-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/15 {
    border-left-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/20 {
    border-left-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/25 {
    border-left-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/30 {
    border-left-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/35 {
    border-left-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/40 {
    border-left-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/45 {
    border-left-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/5 {
    border-left-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/50 {
    border-left-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/55 {
    border-left-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/60 {
    border-left-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/65 {
    border-left-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/70 {
    border-left-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/75 {
    border-left-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/80 {
    border-left-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/85 {
    border-left-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/90 {
    border-left-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-l-brand-systemYellow\/95 {
    border-left-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-l-brand-text {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-text\/0 {
    border-left-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-l-brand-text\/10 {
    border-left-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-l-brand-text\/100 {
    border-left-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-l-brand-text\/15 {
    border-left-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-l-brand-text\/20 {
    border-left-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-l-brand-text\/25 {
    border-left-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-l-brand-text\/30 {
    border-left-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-l-brand-text\/35 {
    border-left-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-l-brand-text\/40 {
    border-left-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-l-brand-text\/45 {
    border-left-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-l-brand-text\/5 {
    border-left-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-l-brand-text\/50 {
    border-left-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-l-brand-text\/55 {
    border-left-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-l-brand-text\/60 {
    border-left-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-l-brand-text\/65 {
    border-left-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-l-brand-text\/70 {
    border-left-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-l-brand-text\/75 {
    border-left-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-l-brand-text\/80 {
    border-left-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-l-brand-text\/85 {
    border-left-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-l-brand-text\/90 {
    border-left-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-l-brand-text\/95 {
    border-left-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-l-brand-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-brand-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-l-brand-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-l-brand-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-l-brand-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-l-brand-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-l-brand-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-l-brand-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-l-brand-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-l-brand-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-l-brand-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-l-brand-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-l-brand-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-l-brand-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-l-brand-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-l-brand-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-l-brand-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-l-brand-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-l-brand-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-l-brand-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-l-brand-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-l-brand-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-l-current {
    border-left-color: currentColor !important;
  }

  .\32xl\:border-l-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-l-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-l-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-l-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-l-gray-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-l-gray-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-l-gray-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-l-gray-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-l-gray-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-l-gray-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-l-gray-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-l-gray-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-l-gray-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-l-green-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-l-green-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-l-green-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-l-green-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-l-green-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-l-green-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-l-green-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-l-green-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-l-green-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-l-green-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-l-green-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-l-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-l-inherit {
    border-left-color: inherit !important;
  }

  .\32xl\:border-l-lime-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-l-lime-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-l-lime-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-l-lime-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-l-lime-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-l-lime-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-l-lime-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-l-lime-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-l-lime-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-l-lime-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-l-lime-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-l-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-l-orange-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-l-orange-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-l-orange-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-l-orange-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-l-orange-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-l-orange-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-l-orange-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-l-orange-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-l-orange-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-l-orange-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-l-pink-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-l-pink-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-l-pink-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-l-pink-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-l-pink-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-l-pink-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-l-pink-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-l-pink-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-l-pink-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-l-pink-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-l-pink-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-l-purple-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-l-purple-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-l-purple-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-l-purple-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-l-purple-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-l-purple-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-l-purple-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-l-purple-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-l-purple-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-l-purple-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-l-purple-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-l-red-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-l-red-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-l-red-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-l-red-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-l-red-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-l-red-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-l-red-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-l-red-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-l-red-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-l-red-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-l-red-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-l-rose-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-l-rose-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-l-rose-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-l-rose-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-l-rose-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-l-rose-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-l-rose-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-l-rose-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-l-rose-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-l-rose-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-l-rose-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-l-sky-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-l-sky-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-l-sky-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-l-sky-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-l-sky-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-l-sky-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-l-sky-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-l-sky-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-l-sky-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-l-sky-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-l-slate-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-l-slate-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-l-slate-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-l-slate-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-l-slate-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-l-slate-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-l-slate-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-l-slate-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-l-slate-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-l-slate-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-l-slate-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-l-stone-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-l-stone-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-l-stone-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-l-stone-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-l-stone-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-l-stone-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-l-stone-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-l-stone-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-l-stone-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-l-stone-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-l-stone-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-l-teal-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-l-teal-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-l-teal-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-l-teal-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-l-teal-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-l-teal-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-l-teal-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-l-teal-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-l-teal-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-l-teal-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-l-teal-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-l-transparent {
    border-left-color: transparent !important;
  }

  .\32xl\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-l-violet-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-l-violet-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-l-violet-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-l-violet-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-l-violet-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-l-violet-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-l-violet-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-l-violet-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-l-violet-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-l-violet-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-l-violet-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-l-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:border-r-amber-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-r-amber-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-r-amber-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-r-amber-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-r-amber-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-r-amber-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-r-amber-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-r-amber-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-r-amber-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-r-amber-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-r-amber-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-r-black {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-r-blue-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-r-blue-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-r-blue-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-r-blue-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-r-blue-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-r-blue-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-r-blue-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-r-blue-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-r-blue-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-r-blue-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-r-blue-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brown {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brown\/0 {
    border-right-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-r-brand-brown\/10 {
    border-right-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brown\/100 {
    border-right-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-r-brand-brown\/15 {
    border-right-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brown\/20 {
    border-right-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brown\/25 {
    border-right-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brown\/30 {
    border-right-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brown\/35 {
    border-right-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brown\/40 {
    border-right-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brown\/45 {
    border-right-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brown\/5 {
    border-right-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brown\/50 {
    border-right-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brown\/55 {
    border-right-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brown\/60 {
    border-right-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brown\/65 {
    border-right-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brown\/70 {
    border-right-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brown\/75 {
    border-right-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brown\/80 {
    border-right-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brown\/85 {
    border-right-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brown\/90 {
    border-right-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brown\/95 {
    border-right-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brownDark\/0 {
    border-right-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-r-brand-brownDark\/10 {
    border-right-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brownDark\/100 {
    border-right-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-r-brand-brownDark\/15 {
    border-right-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brownDark\/20 {
    border-right-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brownDark\/25 {
    border-right-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brownDark\/30 {
    border-right-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brownDark\/35 {
    border-right-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brownDark\/40 {
    border-right-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brownDark\/45 {
    border-right-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brownDark\/5 {
    border-right-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brownDark\/50 {
    border-right-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brownDark\/55 {
    border-right-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brownDark\/60 {
    border-right-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brownDark\/65 {
    border-right-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brownDark\/70 {
    border-right-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brownDark\/75 {
    border-right-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brownDark\/80 {
    border-right-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brownDark\/85 {
    border-right-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brownDark\/90 {
    border-right-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brownDark\/95 {
    border-right-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/0 {
    border-right-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/10 {
    border-right-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/100 {
    border-right-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/15 {
    border-right-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/20 {
    border-right-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/25 {
    border-right-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/30 {
    border-right-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/35 {
    border-right-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/40 {
    border-right-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/45 {
    border-right-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/5 {
    border-right-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/50 {
    border-right-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/55 {
    border-right-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/60 {
    border-right-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/65 {
    border-right-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/70 {
    border-right-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/75 {
    border-right-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/80 {
    border-right-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/85 {
    border-right-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/90 {
    border-right-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brownDarker\/95 {
    border-right-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/0 {
    border-right-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/10 {
    border-right-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/100 {
    border-right-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/15 {
    border-right-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/20 {
    border-right-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/25 {
    border-right-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/30 {
    border-right-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/35 {
    border-right-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/40 {
    border-right-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/45 {
    border-right-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/5 {
    border-right-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/50 {
    border-right-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/55 {
    border-right-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/60 {
    border-right-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/65 {
    border-right-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/70 {
    border-right-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/75 {
    border-right-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/80 {
    border-right-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/85 {
    border-right-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/90 {
    border-right-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brownDarkest\/95 {
    border-right-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/0 {
    border-right-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/10 {
    border-right-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/100 {
    border-right-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/15 {
    border-right-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/20 {
    border-right-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/25 {
    border-right-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/30 {
    border-right-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/35 {
    border-right-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/40 {
    border-right-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/45 {
    border-right-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/5 {
    border-right-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/50 {
    border-right-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/55 {
    border-right-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/60 {
    border-right-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/65 {
    border-right-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/70 {
    border-right-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/75 {
    border-right-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/80 {
    border-right-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/85 {
    border-right-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/90 {
    border-right-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brownLighest\/95 {
    border-right-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-r-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-brownLight\/0 {
    border-right-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-r-brand-brownLight\/10 {
    border-right-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-r-brand-brownLight\/100 {
    border-right-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-r-brand-brownLight\/15 {
    border-right-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-r-brand-brownLight\/20 {
    border-right-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-r-brand-brownLight\/25 {
    border-right-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-r-brand-brownLight\/30 {
    border-right-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-r-brand-brownLight\/35 {
    border-right-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-r-brand-brownLight\/40 {
    border-right-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-r-brand-brownLight\/45 {
    border-right-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-r-brand-brownLight\/5 {
    border-right-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-r-brand-brownLight\/50 {
    border-right-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-r-brand-brownLight\/55 {
    border-right-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-r-brand-brownLight\/60 {
    border-right-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-r-brand-brownLight\/65 {
    border-right-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-r-brand-brownLight\/70 {
    border-right-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-r-brand-brownLight\/75 {
    border-right-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-r-brand-brownLight\/80 {
    border-right-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-r-brand-brownLight\/85 {
    border-right-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-r-brand-brownLight\/90 {
    border-right-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-r-brand-brownLight\/95 {
    border-right-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-r-brand-grey {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-grey\/0 {
    border-right-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-r-brand-grey\/10 {
    border-right-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-r-brand-grey\/100 {
    border-right-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-r-brand-grey\/15 {
    border-right-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-r-brand-grey\/20 {
    border-right-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-r-brand-grey\/25 {
    border-right-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-r-brand-grey\/30 {
    border-right-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-r-brand-grey\/35 {
    border-right-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-r-brand-grey\/40 {
    border-right-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-r-brand-grey\/45 {
    border-right-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-r-brand-grey\/5 {
    border-right-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-r-brand-grey\/50 {
    border-right-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-r-brand-grey\/55 {
    border-right-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-r-brand-grey\/60 {
    border-right-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-r-brand-grey\/65 {
    border-right-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-r-brand-grey\/70 {
    border-right-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-r-brand-grey\/75 {
    border-right-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-r-brand-grey\/80 {
    border-right-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-r-brand-grey\/85 {
    border-right-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-r-brand-grey\/90 {
    border-right-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-r-brand-grey\/95 {
    border-right-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-r-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/0 {
    border-right-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/10 {
    border-right-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/100 {
    border-right-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/15 {
    border-right-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/20 {
    border-right-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/25 {
    border-right-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/30 {
    border-right-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/35 {
    border-right-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/40 {
    border-right-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/45 {
    border-right-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/5 {
    border-right-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/50 {
    border-right-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/55 {
    border-right-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/60 {
    border-right-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/65 {
    border-right-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/70 {
    border-right-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/75 {
    border-right-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/80 {
    border-right-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/85 {
    border-right-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/90 {
    border-right-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-r-brand-greyDarkest\/95 {
    border-right-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-r-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-greyLight\/0 {
    border-right-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-r-brand-greyLight\/10 {
    border-right-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-r-brand-greyLight\/100 {
    border-right-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-r-brand-greyLight\/15 {
    border-right-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-r-brand-greyLight\/20 {
    border-right-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-r-brand-greyLight\/25 {
    border-right-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-r-brand-greyLight\/30 {
    border-right-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-r-brand-greyLight\/35 {
    border-right-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-r-brand-greyLight\/40 {
    border-right-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-r-brand-greyLight\/45 {
    border-right-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-r-brand-greyLight\/5 {
    border-right-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-r-brand-greyLight\/50 {
    border-right-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-r-brand-greyLight\/55 {
    border-right-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-r-brand-greyLight\/60 {
    border-right-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-r-brand-greyLight\/65 {
    border-right-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-r-brand-greyLight\/70 {
    border-right-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-r-brand-greyLight\/75 {
    border-right-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-r-brand-greyLight\/80 {
    border-right-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-r-brand-greyLight\/85 {
    border-right-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-r-brand-greyLight\/90 {
    border-right-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-r-brand-greyLight\/95 {
    border-right-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-r-brand-red {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-red\/0 {
    border-right-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-r-brand-red\/10 {
    border-right-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-r-brand-red\/100 {
    border-right-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-r-brand-red\/15 {
    border-right-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-r-brand-red\/20 {
    border-right-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-r-brand-red\/25 {
    border-right-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-r-brand-red\/30 {
    border-right-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-r-brand-red\/35 {
    border-right-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-r-brand-red\/40 {
    border-right-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-r-brand-red\/45 {
    border-right-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-r-brand-red\/5 {
    border-right-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-r-brand-red\/50 {
    border-right-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-r-brand-red\/55 {
    border-right-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-r-brand-red\/60 {
    border-right-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-r-brand-red\/65 {
    border-right-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-r-brand-red\/70 {
    border-right-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-r-brand-red\/75 {
    border-right-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-r-brand-red\/80 {
    border-right-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-r-brand-red\/85 {
    border-right-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-r-brand-red\/90 {
    border-right-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-r-brand-red\/95 {
    border-right-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-r-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-redDark\/0 {
    border-right-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-r-brand-redDark\/10 {
    border-right-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-r-brand-redDark\/100 {
    border-right-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-r-brand-redDark\/15 {
    border-right-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-r-brand-redDark\/20 {
    border-right-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-r-brand-redDark\/25 {
    border-right-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-r-brand-redDark\/30 {
    border-right-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-r-brand-redDark\/35 {
    border-right-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-r-brand-redDark\/40 {
    border-right-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-r-brand-redDark\/45 {
    border-right-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-r-brand-redDark\/5 {
    border-right-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-r-brand-redDark\/50 {
    border-right-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-r-brand-redDark\/55 {
    border-right-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-r-brand-redDark\/60 {
    border-right-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-r-brand-redDark\/65 {
    border-right-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-r-brand-redDark\/70 {
    border-right-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-r-brand-redDark\/75 {
    border-right-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-r-brand-redDark\/80 {
    border-right-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-r-brand-redDark\/85 {
    border-right-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-r-brand-redDark\/90 {
    border-right-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-r-brand-redDark\/95 {
    border-right-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-r-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/0 {
    border-right-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/10 {
    border-right-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/100 {
    border-right-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/15 {
    border-right-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/20 {
    border-right-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/25 {
    border-right-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/30 {
    border-right-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/35 {
    border-right-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/40 {
    border-right-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/45 {
    border-right-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/5 {
    border-right-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/50 {
    border-right-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/55 {
    border-right-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/60 {
    border-right-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/65 {
    border-right-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/70 {
    border-right-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/75 {
    border-right-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/80 {
    border-right-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/85 {
    border-right-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/90 {
    border-right-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-r-brand-systemGreen\/95 {
    border-right-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-r-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/0 {
    border-right-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/10 {
    border-right-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/100 {
    border-right-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/15 {
    border-right-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/20 {
    border-right-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/25 {
    border-right-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/30 {
    border-right-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/35 {
    border-right-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/40 {
    border-right-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/45 {
    border-right-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/5 {
    border-right-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/50 {
    border-right-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/55 {
    border-right-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/60 {
    border-right-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/65 {
    border-right-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/70 {
    border-right-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/75 {
    border-right-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/80 {
    border-right-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/85 {
    border-right-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/90 {
    border-right-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-r-brand-systemOrange\/95 {
    border-right-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-r-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-systemRed\/0 {
    border-right-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-r-brand-systemRed\/10 {
    border-right-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-r-brand-systemRed\/100 {
    border-right-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-r-brand-systemRed\/15 {
    border-right-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-r-brand-systemRed\/20 {
    border-right-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-r-brand-systemRed\/25 {
    border-right-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-r-brand-systemRed\/30 {
    border-right-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-r-brand-systemRed\/35 {
    border-right-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-r-brand-systemRed\/40 {
    border-right-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-r-brand-systemRed\/45 {
    border-right-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-r-brand-systemRed\/5 {
    border-right-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-r-brand-systemRed\/50 {
    border-right-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-r-brand-systemRed\/55 {
    border-right-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-r-brand-systemRed\/60 {
    border-right-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-r-brand-systemRed\/65 {
    border-right-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-r-brand-systemRed\/70 {
    border-right-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-r-brand-systemRed\/75 {
    border-right-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-r-brand-systemRed\/80 {
    border-right-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-r-brand-systemRed\/85 {
    border-right-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-r-brand-systemRed\/90 {
    border-right-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-r-brand-systemRed\/95 {
    border-right-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-r-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/0 {
    border-right-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/10 {
    border-right-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/100 {
    border-right-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/15 {
    border-right-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/20 {
    border-right-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/25 {
    border-right-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/30 {
    border-right-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/35 {
    border-right-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/40 {
    border-right-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/45 {
    border-right-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/5 {
    border-right-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/50 {
    border-right-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/55 {
    border-right-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/60 {
    border-right-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/65 {
    border-right-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/70 {
    border-right-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/75 {
    border-right-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/80 {
    border-right-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/85 {
    border-right-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/90 {
    border-right-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-r-brand-systemYellow\/95 {
    border-right-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-r-brand-text {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-text\/0 {
    border-right-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-r-brand-text\/10 {
    border-right-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-r-brand-text\/100 {
    border-right-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-r-brand-text\/15 {
    border-right-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-r-brand-text\/20 {
    border-right-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-r-brand-text\/25 {
    border-right-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-r-brand-text\/30 {
    border-right-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-r-brand-text\/35 {
    border-right-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-r-brand-text\/40 {
    border-right-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-r-brand-text\/45 {
    border-right-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-r-brand-text\/5 {
    border-right-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-r-brand-text\/50 {
    border-right-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-r-brand-text\/55 {
    border-right-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-r-brand-text\/60 {
    border-right-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-r-brand-text\/65 {
    border-right-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-r-brand-text\/70 {
    border-right-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-r-brand-text\/75 {
    border-right-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-r-brand-text\/80 {
    border-right-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-r-brand-text\/85 {
    border-right-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-r-brand-text\/90 {
    border-right-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-r-brand-text\/95 {
    border-right-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-r-brand-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-brand-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-r-brand-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-r-brand-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-r-brand-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-r-brand-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-r-brand-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-r-brand-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-r-brand-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-r-brand-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-r-brand-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-r-brand-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-r-brand-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-r-brand-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-r-brand-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-r-brand-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-r-brand-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-r-brand-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-r-brand-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-r-brand-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-r-brand-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-r-brand-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-r-current {
    border-right-color: currentColor !important;
  }

  .\32xl\:border-r-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-r-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-r-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-r-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-r-gray-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-r-gray-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-r-gray-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-r-gray-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-r-gray-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-r-gray-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-r-gray-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-r-gray-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-r-gray-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-r-green-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-r-green-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-r-green-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-r-green-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-r-green-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-r-green-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-r-green-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-r-green-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-r-green-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-r-green-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-r-green-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-r-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-r-inherit {
    border-right-color: inherit !important;
  }

  .\32xl\:border-r-lime-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-r-lime-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-r-lime-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-r-lime-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-r-lime-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-r-lime-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-r-lime-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-r-lime-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-r-lime-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-r-lime-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-r-lime-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-r-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-r-orange-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-r-orange-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-r-orange-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-r-orange-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-r-orange-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-r-orange-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-r-orange-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-r-orange-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-r-orange-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-r-orange-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-r-orange-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-r-pink-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-r-pink-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-r-pink-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-r-pink-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-r-pink-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-r-pink-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-r-pink-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-r-pink-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-r-pink-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-r-pink-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-r-pink-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-r-purple-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-r-purple-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-r-purple-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-r-purple-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-r-purple-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-r-purple-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-r-purple-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-r-purple-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-r-purple-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-r-purple-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-r-purple-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-r-red-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-r-red-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-r-red-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-r-red-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-r-red-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-r-red-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-r-red-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-r-red-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-r-red-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-r-red-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-r-red-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-r-rose-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-r-rose-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-r-rose-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-r-rose-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-r-rose-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-r-rose-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-r-rose-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-r-rose-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-r-rose-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-r-rose-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-r-rose-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-r-sky-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-r-sky-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-r-sky-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-r-sky-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-r-sky-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-r-sky-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-r-sky-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-r-sky-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-r-sky-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-r-sky-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-r-sky-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-r-slate-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-r-slate-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-r-slate-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-r-slate-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-r-slate-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-r-slate-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-r-slate-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-r-slate-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-r-slate-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-r-slate-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-r-slate-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-r-stone-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-r-stone-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-r-stone-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-r-stone-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-r-stone-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-r-stone-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-r-stone-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-r-stone-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-r-stone-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-r-stone-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-r-stone-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-r-teal-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-r-teal-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-r-teal-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-r-teal-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-r-teal-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-r-teal-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-r-teal-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-r-teal-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-r-teal-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-r-teal-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-r-teal-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-r-transparent {
    border-right-color: transparent !important;
  }

  .\32xl\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-r-violet-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-r-violet-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-r-violet-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-r-violet-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-r-violet-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-r-violet-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-r-violet-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-r-violet-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-r-violet-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-r-violet-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-r-violet-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-r-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:border-t-amber-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0) !important;
  }

  .\32xl\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1) !important;
  }

  .\32xl\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1) !important;
  }

  .\32xl\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15) !important;
  }

  .\32xl\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2) !important;
  }

  .\32xl\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25) !important;
  }

  .\32xl\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3) !important;
  }

  .\32xl\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35) !important;
  }

  .\32xl\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4) !important;
  }

  .\32xl\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45) !important;
  }

  .\32xl\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05) !important;
  }

  .\32xl\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5) !important;
  }

  .\32xl\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55) !important;
  }

  .\32xl\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6) !important;
  }

  .\32xl\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65) !important;
  }

  .\32xl\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7) !important;
  }

  .\32xl\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75) !important;
  }

  .\32xl\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8) !important;
  }

  .\32xl\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85) !important;
  }

  .\32xl\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9) !important;
  }

  .\32xl\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95) !important;
  }

  .\32xl\:border-t-amber-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0) !important;
  }

  .\32xl\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1) !important;
  }

  .\32xl\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1) !important;
  }

  .\32xl\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15) !important;
  }

  .\32xl\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2) !important;
  }

  .\32xl\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25) !important;
  }

  .\32xl\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3) !important;
  }

  .\32xl\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35) !important;
  }

  .\32xl\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4) !important;
  }

  .\32xl\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45) !important;
  }

  .\32xl\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05) !important;
  }

  .\32xl\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5) !important;
  }

  .\32xl\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55) !important;
  }

  .\32xl\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6) !important;
  }

  .\32xl\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65) !important;
  }

  .\32xl\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7) !important;
  }

  .\32xl\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75) !important;
  }

  .\32xl\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8) !important;
  }

  .\32xl\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85) !important;
  }

  .\32xl\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9) !important;
  }

  .\32xl\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95) !important;
  }

  .\32xl\:border-t-amber-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0) !important;
  }

  .\32xl\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1) !important;
  }

  .\32xl\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1) !important;
  }

  .\32xl\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15) !important;
  }

  .\32xl\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2) !important;
  }

  .\32xl\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25) !important;
  }

  .\32xl\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3) !important;
  }

  .\32xl\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35) !important;
  }

  .\32xl\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4) !important;
  }

  .\32xl\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45) !important;
  }

  .\32xl\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05) !important;
  }

  .\32xl\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5) !important;
  }

  .\32xl\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55) !important;
  }

  .\32xl\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6) !important;
  }

  .\32xl\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65) !important;
  }

  .\32xl\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7) !important;
  }

  .\32xl\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75) !important;
  }

  .\32xl\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8) !important;
  }

  .\32xl\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85) !important;
  }

  .\32xl\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9) !important;
  }

  .\32xl\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95) !important;
  }

  .\32xl\:border-t-amber-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0) !important;
  }

  .\32xl\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1) !important;
  }

  .\32xl\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1) !important;
  }

  .\32xl\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15) !important;
  }

  .\32xl\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2) !important;
  }

  .\32xl\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25) !important;
  }

  .\32xl\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3) !important;
  }

  .\32xl\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35) !important;
  }

  .\32xl\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4) !important;
  }

  .\32xl\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45) !important;
  }

  .\32xl\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05) !important;
  }

  .\32xl\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5) !important;
  }

  .\32xl\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55) !important;
  }

  .\32xl\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6) !important;
  }

  .\32xl\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65) !important;
  }

  .\32xl\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7) !important;
  }

  .\32xl\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75) !important;
  }

  .\32xl\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8) !important;
  }

  .\32xl\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85) !important;
  }

  .\32xl\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9) !important;
  }

  .\32xl\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95) !important;
  }

  .\32xl\:border-t-amber-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0) !important;
  }

  .\32xl\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1) !important;
  }

  .\32xl\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1) !important;
  }

  .\32xl\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15) !important;
  }

  .\32xl\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2) !important;
  }

  .\32xl\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25) !important;
  }

  .\32xl\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3) !important;
  }

  .\32xl\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35) !important;
  }

  .\32xl\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4) !important;
  }

  .\32xl\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45) !important;
  }

  .\32xl\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05) !important;
  }

  .\32xl\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5) !important;
  }

  .\32xl\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55) !important;
  }

  .\32xl\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6) !important;
  }

  .\32xl\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65) !important;
  }

  .\32xl\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7) !important;
  }

  .\32xl\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75) !important;
  }

  .\32xl\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8) !important;
  }

  .\32xl\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85) !important;
  }

  .\32xl\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9) !important;
  }

  .\32xl\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95) !important;
  }

  .\32xl\:border-t-amber-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0) !important;
  }

  .\32xl\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1) !important;
  }

  .\32xl\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1) !important;
  }

  .\32xl\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15) !important;
  }

  .\32xl\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2) !important;
  }

  .\32xl\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25) !important;
  }

  .\32xl\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3) !important;
  }

  .\32xl\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35) !important;
  }

  .\32xl\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4) !important;
  }

  .\32xl\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45) !important;
  }

  .\32xl\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05) !important;
  }

  .\32xl\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5) !important;
  }

  .\32xl\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55) !important;
  }

  .\32xl\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6) !important;
  }

  .\32xl\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65) !important;
  }

  .\32xl\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7) !important;
  }

  .\32xl\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75) !important;
  }

  .\32xl\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8) !important;
  }

  .\32xl\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85) !important;
  }

  .\32xl\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9) !important;
  }

  .\32xl\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95) !important;
  }

  .\32xl\:border-t-amber-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0) !important;
  }

  .\32xl\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1) !important;
  }

  .\32xl\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1) !important;
  }

  .\32xl\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15) !important;
  }

  .\32xl\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2) !important;
  }

  .\32xl\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25) !important;
  }

  .\32xl\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3) !important;
  }

  .\32xl\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35) !important;
  }

  .\32xl\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4) !important;
  }

  .\32xl\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45) !important;
  }

  .\32xl\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05) !important;
  }

  .\32xl\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5) !important;
  }

  .\32xl\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55) !important;
  }

  .\32xl\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6) !important;
  }

  .\32xl\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65) !important;
  }

  .\32xl\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7) !important;
  }

  .\32xl\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75) !important;
  }

  .\32xl\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8) !important;
  }

  .\32xl\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85) !important;
  }

  .\32xl\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9) !important;
  }

  .\32xl\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95) !important;
  }

  .\32xl\:border-t-amber-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0) !important;
  }

  .\32xl\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1) !important;
  }

  .\32xl\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1) !important;
  }

  .\32xl\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15) !important;
  }

  .\32xl\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2) !important;
  }

  .\32xl\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25) !important;
  }

  .\32xl\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3) !important;
  }

  .\32xl\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35) !important;
  }

  .\32xl\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4) !important;
  }

  .\32xl\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45) !important;
  }

  .\32xl\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05) !important;
  }

  .\32xl\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5) !important;
  }

  .\32xl\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55) !important;
  }

  .\32xl\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6) !important;
  }

  .\32xl\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65) !important;
  }

  .\32xl\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7) !important;
  }

  .\32xl\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75) !important;
  }

  .\32xl\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8) !important;
  }

  .\32xl\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85) !important;
  }

  .\32xl\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9) !important;
  }

  .\32xl\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95) !important;
  }

  .\32xl\:border-t-amber-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0) !important;
  }

  .\32xl\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1) !important;
  }

  .\32xl\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1) !important;
  }

  .\32xl\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15) !important;
  }

  .\32xl\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2) !important;
  }

  .\32xl\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25) !important;
  }

  .\32xl\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3) !important;
  }

  .\32xl\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35) !important;
  }

  .\32xl\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4) !important;
  }

  .\32xl\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45) !important;
  }

  .\32xl\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05) !important;
  }

  .\32xl\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5) !important;
  }

  .\32xl\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55) !important;
  }

  .\32xl\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6) !important;
  }

  .\32xl\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65) !important;
  }

  .\32xl\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7) !important;
  }

  .\32xl\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75) !important;
  }

  .\32xl\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8) !important;
  }

  .\32xl\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85) !important;
  }

  .\32xl\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9) !important;
  }

  .\32xl\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95) !important;
  }

  .\32xl\:border-t-amber-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0) !important;
  }

  .\32xl\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1) !important;
  }

  .\32xl\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1) !important;
  }

  .\32xl\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15) !important;
  }

  .\32xl\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2) !important;
  }

  .\32xl\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25) !important;
  }

  .\32xl\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3) !important;
  }

  .\32xl\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35) !important;
  }

  .\32xl\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4) !important;
  }

  .\32xl\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45) !important;
  }

  .\32xl\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05) !important;
  }

  .\32xl\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5) !important;
  }

  .\32xl\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55) !important;
  }

  .\32xl\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6) !important;
  }

  .\32xl\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65) !important;
  }

  .\32xl\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7) !important;
  }

  .\32xl\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75) !important;
  }

  .\32xl\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8) !important;
  }

  .\32xl\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85) !important;
  }

  .\32xl\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9) !important;
  }

  .\32xl\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95) !important;
  }

  .\32xl\:border-t-amber-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0) !important;
  }

  .\32xl\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1) !important;
  }

  .\32xl\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1) !important;
  }

  .\32xl\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15) !important;
  }

  .\32xl\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2) !important;
  }

  .\32xl\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25) !important;
  }

  .\32xl\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3) !important;
  }

  .\32xl\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35) !important;
  }

  .\32xl\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4) !important;
  }

  .\32xl\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45) !important;
  }

  .\32xl\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05) !important;
  }

  .\32xl\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5) !important;
  }

  .\32xl\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55) !important;
  }

  .\32xl\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6) !important;
  }

  .\32xl\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65) !important;
  }

  .\32xl\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7) !important;
  }

  .\32xl\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75) !important;
  }

  .\32xl\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8) !important;
  }

  .\32xl\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85) !important;
  }

  .\32xl\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9) !important;
  }

  .\32xl\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95) !important;
  }

  .\32xl\:border-t-black {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-t-blue-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0) !important;
  }

  .\32xl\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1) !important;
  }

  .\32xl\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1) !important;
  }

  .\32xl\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15) !important;
  }

  .\32xl\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2) !important;
  }

  .\32xl\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25) !important;
  }

  .\32xl\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3) !important;
  }

  .\32xl\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35) !important;
  }

  .\32xl\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4) !important;
  }

  .\32xl\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45) !important;
  }

  .\32xl\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05) !important;
  }

  .\32xl\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5) !important;
  }

  .\32xl\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55) !important;
  }

  .\32xl\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6) !important;
  }

  .\32xl\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65) !important;
  }

  .\32xl\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7) !important;
  }

  .\32xl\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75) !important;
  }

  .\32xl\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8) !important;
  }

  .\32xl\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85) !important;
  }

  .\32xl\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9) !important;
  }

  .\32xl\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95) !important;
  }

  .\32xl\:border-t-blue-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0) !important;
  }

  .\32xl\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1) !important;
  }

  .\32xl\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1) !important;
  }

  .\32xl\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15) !important;
  }

  .\32xl\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2) !important;
  }

  .\32xl\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25) !important;
  }

  .\32xl\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3) !important;
  }

  .\32xl\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35) !important;
  }

  .\32xl\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4) !important;
  }

  .\32xl\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45) !important;
  }

  .\32xl\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05) !important;
  }

  .\32xl\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5) !important;
  }

  .\32xl\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55) !important;
  }

  .\32xl\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6) !important;
  }

  .\32xl\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65) !important;
  }

  .\32xl\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7) !important;
  }

  .\32xl\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75) !important;
  }

  .\32xl\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8) !important;
  }

  .\32xl\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85) !important;
  }

  .\32xl\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9) !important;
  }

  .\32xl\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95) !important;
  }

  .\32xl\:border-t-blue-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0) !important;
  }

  .\32xl\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1) !important;
  }

  .\32xl\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1) !important;
  }

  .\32xl\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15) !important;
  }

  .\32xl\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2) !important;
  }

  .\32xl\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25) !important;
  }

  .\32xl\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3) !important;
  }

  .\32xl\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35) !important;
  }

  .\32xl\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4) !important;
  }

  .\32xl\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45) !important;
  }

  .\32xl\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05) !important;
  }

  .\32xl\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5) !important;
  }

  .\32xl\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55) !important;
  }

  .\32xl\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6) !important;
  }

  .\32xl\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65) !important;
  }

  .\32xl\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7) !important;
  }

  .\32xl\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75) !important;
  }

  .\32xl\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8) !important;
  }

  .\32xl\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85) !important;
  }

  .\32xl\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9) !important;
  }

  .\32xl\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95) !important;
  }

  .\32xl\:border-t-blue-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0) !important;
  }

  .\32xl\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1) !important;
  }

  .\32xl\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1) !important;
  }

  .\32xl\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15) !important;
  }

  .\32xl\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2) !important;
  }

  .\32xl\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25) !important;
  }

  .\32xl\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3) !important;
  }

  .\32xl\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35) !important;
  }

  .\32xl\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4) !important;
  }

  .\32xl\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45) !important;
  }

  .\32xl\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05) !important;
  }

  .\32xl\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5) !important;
  }

  .\32xl\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55) !important;
  }

  .\32xl\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6) !important;
  }

  .\32xl\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65) !important;
  }

  .\32xl\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7) !important;
  }

  .\32xl\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75) !important;
  }

  .\32xl\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8) !important;
  }

  .\32xl\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85) !important;
  }

  .\32xl\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9) !important;
  }

  .\32xl\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95) !important;
  }

  .\32xl\:border-t-blue-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0) !important;
  }

  .\32xl\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1) !important;
  }

  .\32xl\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1) !important;
  }

  .\32xl\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15) !important;
  }

  .\32xl\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2) !important;
  }

  .\32xl\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25) !important;
  }

  .\32xl\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3) !important;
  }

  .\32xl\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35) !important;
  }

  .\32xl\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4) !important;
  }

  .\32xl\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45) !important;
  }

  .\32xl\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05) !important;
  }

  .\32xl\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5) !important;
  }

  .\32xl\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55) !important;
  }

  .\32xl\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6) !important;
  }

  .\32xl\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65) !important;
  }

  .\32xl\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7) !important;
  }

  .\32xl\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75) !important;
  }

  .\32xl\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8) !important;
  }

  .\32xl\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85) !important;
  }

  .\32xl\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9) !important;
  }

  .\32xl\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95) !important;
  }

  .\32xl\:border-t-blue-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0) !important;
  }

  .\32xl\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1) !important;
  }

  .\32xl\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1) !important;
  }

  .\32xl\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15) !important;
  }

  .\32xl\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2) !important;
  }

  .\32xl\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25) !important;
  }

  .\32xl\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3) !important;
  }

  .\32xl\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35) !important;
  }

  .\32xl\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4) !important;
  }

  .\32xl\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45) !important;
  }

  .\32xl\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05) !important;
  }

  .\32xl\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5) !important;
  }

  .\32xl\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55) !important;
  }

  .\32xl\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6) !important;
  }

  .\32xl\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65) !important;
  }

  .\32xl\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7) !important;
  }

  .\32xl\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75) !important;
  }

  .\32xl\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8) !important;
  }

  .\32xl\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85) !important;
  }

  .\32xl\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9) !important;
  }

  .\32xl\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95) !important;
  }

  .\32xl\:border-t-blue-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0) !important;
  }

  .\32xl\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1) !important;
  }

  .\32xl\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1) !important;
  }

  .\32xl\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15) !important;
  }

  .\32xl\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2) !important;
  }

  .\32xl\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25) !important;
  }

  .\32xl\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3) !important;
  }

  .\32xl\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35) !important;
  }

  .\32xl\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4) !important;
  }

  .\32xl\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45) !important;
  }

  .\32xl\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05) !important;
  }

  .\32xl\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5) !important;
  }

  .\32xl\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55) !important;
  }

  .\32xl\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6) !important;
  }

  .\32xl\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65) !important;
  }

  .\32xl\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7) !important;
  }

  .\32xl\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75) !important;
  }

  .\32xl\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8) !important;
  }

  .\32xl\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85) !important;
  }

  .\32xl\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9) !important;
  }

  .\32xl\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95) !important;
  }

  .\32xl\:border-t-blue-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0) !important;
  }

  .\32xl\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1) !important;
  }

  .\32xl\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1) !important;
  }

  .\32xl\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15) !important;
  }

  .\32xl\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2) !important;
  }

  .\32xl\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25) !important;
  }

  .\32xl\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3) !important;
  }

  .\32xl\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35) !important;
  }

  .\32xl\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4) !important;
  }

  .\32xl\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45) !important;
  }

  .\32xl\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05) !important;
  }

  .\32xl\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5) !important;
  }

  .\32xl\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55) !important;
  }

  .\32xl\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6) !important;
  }

  .\32xl\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65) !important;
  }

  .\32xl\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7) !important;
  }

  .\32xl\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75) !important;
  }

  .\32xl\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8) !important;
  }

  .\32xl\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85) !important;
  }

  .\32xl\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9) !important;
  }

  .\32xl\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95) !important;
  }

  .\32xl\:border-t-blue-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0) !important;
  }

  .\32xl\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1) !important;
  }

  .\32xl\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1) !important;
  }

  .\32xl\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15) !important;
  }

  .\32xl\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2) !important;
  }

  .\32xl\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25) !important;
  }

  .\32xl\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3) !important;
  }

  .\32xl\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35) !important;
  }

  .\32xl\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4) !important;
  }

  .\32xl\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45) !important;
  }

  .\32xl\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05) !important;
  }

  .\32xl\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5) !important;
  }

  .\32xl\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55) !important;
  }

  .\32xl\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6) !important;
  }

  .\32xl\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65) !important;
  }

  .\32xl\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7) !important;
  }

  .\32xl\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75) !important;
  }

  .\32xl\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8) !important;
  }

  .\32xl\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85) !important;
  }

  .\32xl\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9) !important;
  }

  .\32xl\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95) !important;
  }

  .\32xl\:border-t-blue-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0) !important;
  }

  .\32xl\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1) !important;
  }

  .\32xl\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1) !important;
  }

  .\32xl\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15) !important;
  }

  .\32xl\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2) !important;
  }

  .\32xl\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25) !important;
  }

  .\32xl\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3) !important;
  }

  .\32xl\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35) !important;
  }

  .\32xl\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4) !important;
  }

  .\32xl\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45) !important;
  }

  .\32xl\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05) !important;
  }

  .\32xl\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5) !important;
  }

  .\32xl\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55) !important;
  }

  .\32xl\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6) !important;
  }

  .\32xl\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65) !important;
  }

  .\32xl\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7) !important;
  }

  .\32xl\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75) !important;
  }

  .\32xl\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8) !important;
  }

  .\32xl\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85) !important;
  }

  .\32xl\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9) !important;
  }

  .\32xl\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95) !important;
  }

  .\32xl\:border-t-blue-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0) !important;
  }

  .\32xl\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1) !important;
  }

  .\32xl\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1) !important;
  }

  .\32xl\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15) !important;
  }

  .\32xl\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2) !important;
  }

  .\32xl\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25) !important;
  }

  .\32xl\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3) !important;
  }

  .\32xl\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35) !important;
  }

  .\32xl\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4) !important;
  }

  .\32xl\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45) !important;
  }

  .\32xl\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05) !important;
  }

  .\32xl\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5) !important;
  }

  .\32xl\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55) !important;
  }

  .\32xl\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6) !important;
  }

  .\32xl\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65) !important;
  }

  .\32xl\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7) !important;
  }

  .\32xl\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75) !important;
  }

  .\32xl\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8) !important;
  }

  .\32xl\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85) !important;
  }

  .\32xl\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9) !important;
  }

  .\32xl\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brown {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 114 114 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brown\/0 {
    border-top-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:border-t-brand-brown\/10 {
    border-top-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brown\/100 {
    border-top-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:border-t-brand-brown\/15 {
    border-top-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brown\/20 {
    border-top-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brown\/25 {
    border-top-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brown\/30 {
    border-top-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brown\/35 {
    border-top-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brown\/40 {
    border-top-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brown\/45 {
    border-top-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brown\/5 {
    border-top-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brown\/50 {
    border-top-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brown\/55 {
    border-top-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brown\/60 {
    border-top-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brown\/65 {
    border-top-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brown\/70 {
    border-top-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brown\/75 {
    border-top-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brown\/80 {
    border-top-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brown\/85 {
    border-top-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brown\/90 {
    border-top-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brown\/95 {
    border-top-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brownDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(73 71 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brownDark\/0 {
    border-top-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:border-t-brand-brownDark\/10 {
    border-top-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brownDark\/100 {
    border-top-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:border-t-brand-brownDark\/15 {
    border-top-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brownDark\/20 {
    border-top-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brownDark\/25 {
    border-top-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brownDark\/30 {
    border-top-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brownDark\/35 {
    border-top-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brownDark\/40 {
    border-top-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brownDark\/45 {
    border-top-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brownDark\/5 {
    border-top-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brownDark\/50 {
    border-top-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brownDark\/55 {
    border-top-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brownDark\/60 {
    border-top-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brownDark\/65 {
    border-top-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brownDark\/70 {
    border-top-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brownDark\/75 {
    border-top-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brownDark\/80 {
    border-top-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brownDark\/85 {
    border-top-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brownDark\/90 {
    border-top-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brownDark\/95 {
    border-top-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brownDarker {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(36 34 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/0 {
    border-top-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/10 {
    border-top-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/100 {
    border-top-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/15 {
    border-top-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/20 {
    border-top-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/25 {
    border-top-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/30 {
    border-top-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/35 {
    border-top-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/40 {
    border-top-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/45 {
    border-top-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/5 {
    border-top-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/50 {
    border-top-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/55 {
    border-top-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/60 {
    border-top-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/65 {
    border-top-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/70 {
    border-top-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/75 {
    border-top-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/80 {
    border-top-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/85 {
    border-top-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/90 {
    border-top-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brownDarker\/95 {
    border-top-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brownDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 14 24 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/0 {
    border-top-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/10 {
    border-top-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/100 {
    border-top-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/15 {
    border-top-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/20 {
    border-top-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/25 {
    border-top-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/30 {
    border-top-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/35 {
    border-top-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/40 {
    border-top-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/45 {
    border-top-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/5 {
    border-top-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/50 {
    border-top-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/55 {
    border-top-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/60 {
    border-top-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/65 {
    border-top-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/70 {
    border-top-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/75 {
    border-top-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/80 {
    border-top-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/85 {
    border-top-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/90 {
    border-top-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brownDarkest\/95 {
    border-top-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brownLighest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 248 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/0 {
    border-top-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/10 {
    border-top-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/100 {
    border-top-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/15 {
    border-top-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/20 {
    border-top-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/25 {
    border-top-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/30 {
    border-top-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/35 {
    border-top-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/40 {
    border-top-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/45 {
    border-top-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/5 {
    border-top-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/50 {
    border-top-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/55 {
    border-top-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/60 {
    border-top-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/65 {
    border-top-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/70 {
    border-top-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/75 {
    border-top-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/80 {
    border-top-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/85 {
    border-top-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/90 {
    border-top-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brownLighest\/95 {
    border-top-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:border-t-brand-brownLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 204 205 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-brownLight\/0 {
    border-top-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:border-t-brand-brownLight\/10 {
    border-top-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:border-t-brand-brownLight\/100 {
    border-top-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:border-t-brand-brownLight\/15 {
    border-top-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:border-t-brand-brownLight\/20 {
    border-top-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:border-t-brand-brownLight\/25 {
    border-top-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:border-t-brand-brownLight\/30 {
    border-top-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:border-t-brand-brownLight\/35 {
    border-top-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:border-t-brand-brownLight\/40 {
    border-top-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:border-t-brand-brownLight\/45 {
    border-top-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:border-t-brand-brownLight\/5 {
    border-top-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:border-t-brand-brownLight\/50 {
    border-top-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:border-t-brand-brownLight\/55 {
    border-top-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:border-t-brand-brownLight\/60 {
    border-top-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:border-t-brand-brownLight\/65 {
    border-top-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:border-t-brand-brownLight\/70 {
    border-top-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:border-t-brand-brownLight\/75 {
    border-top-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:border-t-brand-brownLight\/80 {
    border-top-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:border-t-brand-brownLight\/85 {
    border-top-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:border-t-brand-brownLight\/90 {
    border-top-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:border-t-brand-brownLight\/95 {
    border-top-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:border-t-brand-grey {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(218 218 218 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-grey\/0 {
    border-top-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:border-t-brand-grey\/10 {
    border-top-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:border-t-brand-grey\/100 {
    border-top-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:border-t-brand-grey\/15 {
    border-top-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:border-t-brand-grey\/20 {
    border-top-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:border-t-brand-grey\/25 {
    border-top-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:border-t-brand-grey\/30 {
    border-top-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:border-t-brand-grey\/35 {
    border-top-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:border-t-brand-grey\/40 {
    border-top-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:border-t-brand-grey\/45 {
    border-top-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:border-t-brand-grey\/5 {
    border-top-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:border-t-brand-grey\/50 {
    border-top-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:border-t-brand-grey\/55 {
    border-top-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:border-t-brand-grey\/60 {
    border-top-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:border-t-brand-grey\/65 {
    border-top-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:border-t-brand-grey\/70 {
    border-top-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:border-t-brand-grey\/75 {
    border-top-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:border-t-brand-grey\/80 {
    border-top-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:border-t-brand-grey\/85 {
    border-top-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:border-t-brand-grey\/90 {
    border-top-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:border-t-brand-grey\/95 {
    border-top-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:border-t-brand-greyDarkest {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 3 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/0 {
    border-top-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/10 {
    border-top-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/100 {
    border-top-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/15 {
    border-top-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/20 {
    border-top-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/25 {
    border-top-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/30 {
    border-top-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/35 {
    border-top-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/40 {
    border-top-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/45 {
    border-top-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/5 {
    border-top-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/50 {
    border-top-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/55 {
    border-top-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/60 {
    border-top-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/65 {
    border-top-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/70 {
    border-top-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/75 {
    border-top-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/80 {
    border-top-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/85 {
    border-top-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/90 {
    border-top-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:border-t-brand-greyDarkest\/95 {
    border-top-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:border-t-brand-greyLight {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 248 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-greyLight\/0 {
    border-top-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:border-t-brand-greyLight\/10 {
    border-top-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:border-t-brand-greyLight\/100 {
    border-top-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:border-t-brand-greyLight\/15 {
    border-top-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:border-t-brand-greyLight\/20 {
    border-top-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:border-t-brand-greyLight\/25 {
    border-top-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:border-t-brand-greyLight\/30 {
    border-top-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:border-t-brand-greyLight\/35 {
    border-top-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:border-t-brand-greyLight\/40 {
    border-top-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:border-t-brand-greyLight\/45 {
    border-top-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:border-t-brand-greyLight\/5 {
    border-top-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:border-t-brand-greyLight\/50 {
    border-top-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:border-t-brand-greyLight\/55 {
    border-top-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:border-t-brand-greyLight\/60 {
    border-top-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:border-t-brand-greyLight\/65 {
    border-top-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:border-t-brand-greyLight\/70 {
    border-top-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:border-t-brand-greyLight\/75 {
    border-top-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:border-t-brand-greyLight\/80 {
    border-top-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:border-t-brand-greyLight\/85 {
    border-top-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:border-t-brand-greyLight\/90 {
    border-top-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:border-t-brand-greyLight\/95 {
    border-top-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:border-t-brand-red {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(223 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-red\/0 {
    border-top-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:border-t-brand-red\/10 {
    border-top-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:border-t-brand-red\/100 {
    border-top-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:border-t-brand-red\/15 {
    border-top-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:border-t-brand-red\/20 {
    border-top-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:border-t-brand-red\/25 {
    border-top-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:border-t-brand-red\/30 {
    border-top-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:border-t-brand-red\/35 {
    border-top-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:border-t-brand-red\/40 {
    border-top-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:border-t-brand-red\/45 {
    border-top-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:border-t-brand-red\/5 {
    border-top-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:border-t-brand-red\/50 {
    border-top-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:border-t-brand-red\/55 {
    border-top-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:border-t-brand-red\/60 {
    border-top-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:border-t-brand-red\/65 {
    border-top-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:border-t-brand-red\/70 {
    border-top-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:border-t-brand-red\/75 {
    border-top-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:border-t-brand-red\/80 {
    border-top-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:border-t-brand-red\/85 {
    border-top-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:border-t-brand-red\/90 {
    border-top-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:border-t-brand-red\/95 {
    border-top-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:border-t-brand-redDark {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 22 35 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-redDark\/0 {
    border-top-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:border-t-brand-redDark\/10 {
    border-top-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:border-t-brand-redDark\/100 {
    border-top-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:border-t-brand-redDark\/15 {
    border-top-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:border-t-brand-redDark\/20 {
    border-top-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:border-t-brand-redDark\/25 {
    border-top-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:border-t-brand-redDark\/30 {
    border-top-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:border-t-brand-redDark\/35 {
    border-top-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:border-t-brand-redDark\/40 {
    border-top-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:border-t-brand-redDark\/45 {
    border-top-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:border-t-brand-redDark\/5 {
    border-top-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:border-t-brand-redDark\/50 {
    border-top-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:border-t-brand-redDark\/55 {
    border-top-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:border-t-brand-redDark\/60 {
    border-top-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:border-t-brand-redDark\/65 {
    border-top-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:border-t-brand-redDark\/70 {
    border-top-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:border-t-brand-redDark\/75 {
    border-top-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:border-t-brand-redDark\/80 {
    border-top-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:border-t-brand-redDark\/85 {
    border-top-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:border-t-brand-redDark\/90 {
    border-top-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:border-t-brand-redDark\/95 {
    border-top-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:border-t-brand-systemGreen {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 214 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/0 {
    border-top-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/10 {
    border-top-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/100 {
    border-top-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/15 {
    border-top-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/20 {
    border-top-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/25 {
    border-top-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/30 {
    border-top-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/35 {
    border-top-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/40 {
    border-top-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/45 {
    border-top-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/5 {
    border-top-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/50 {
    border-top-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/55 {
    border-top-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/60 {
    border-top-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/65 {
    border-top-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/70 {
    border-top-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/75 {
    border-top-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/80 {
    border-top-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/85 {
    border-top-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/90 {
    border-top-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:border-t-brand-systemGreen\/95 {
    border-top-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:border-t-brand-systemOrange {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 125 19 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/0 {
    border-top-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/10 {
    border-top-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/100 {
    border-top-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/15 {
    border-top-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/20 {
    border-top-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/25 {
    border-top-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/30 {
    border-top-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/35 {
    border-top-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/40 {
    border-top-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/45 {
    border-top-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/5 {
    border-top-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/50 {
    border-top-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/55 {
    border-top-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/60 {
    border-top-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/65 {
    border-top-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/70 {
    border-top-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/75 {
    border-top-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/80 {
    border-top-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/85 {
    border-top-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/90 {
    border-top-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:border-t-brand-systemOrange\/95 {
    border-top-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:border-t-brand-systemRed {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 45 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-systemRed\/0 {
    border-top-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:border-t-brand-systemRed\/10 {
    border-top-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:border-t-brand-systemRed\/100 {
    border-top-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:border-t-brand-systemRed\/15 {
    border-top-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:border-t-brand-systemRed\/20 {
    border-top-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:border-t-brand-systemRed\/25 {
    border-top-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:border-t-brand-systemRed\/30 {
    border-top-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:border-t-brand-systemRed\/35 {
    border-top-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:border-t-brand-systemRed\/40 {
    border-top-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:border-t-brand-systemRed\/45 {
    border-top-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:border-t-brand-systemRed\/5 {
    border-top-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:border-t-brand-systemRed\/50 {
    border-top-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:border-t-brand-systemRed\/55 {
    border-top-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:border-t-brand-systemRed\/60 {
    border-top-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:border-t-brand-systemRed\/65 {
    border-top-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:border-t-brand-systemRed\/70 {
    border-top-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:border-t-brand-systemRed\/75 {
    border-top-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:border-t-brand-systemRed\/80 {
    border-top-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:border-t-brand-systemRed\/85 {
    border-top-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:border-t-brand-systemRed\/90 {
    border-top-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:border-t-brand-systemRed\/95 {
    border-top-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:border-t-brand-systemYellow {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(227 203 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/0 {
    border-top-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/10 {
    border-top-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/100 {
    border-top-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/15 {
    border-top-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/20 {
    border-top-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/25 {
    border-top-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/30 {
    border-top-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/35 {
    border-top-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/40 {
    border-top-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/45 {
    border-top-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/5 {
    border-top-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/50 {
    border-top-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/55 {
    border-top-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/60 {
    border-top-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/65 {
    border-top-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/70 {
    border-top-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/75 {
    border-top-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/80 {
    border-top-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/85 {
    border-top-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/90 {
    border-top-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:border-t-brand-systemYellow\/95 {
    border-top-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:border-t-brand-text {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(18 2 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-text\/0 {
    border-top-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:border-t-brand-text\/10 {
    border-top-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:border-t-brand-text\/100 {
    border-top-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:border-t-brand-text\/15 {
    border-top-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:border-t-brand-text\/20 {
    border-top-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:border-t-brand-text\/25 {
    border-top-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:border-t-brand-text\/30 {
    border-top-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:border-t-brand-text\/35 {
    border-top-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:border-t-brand-text\/40 {
    border-top-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:border-t-brand-text\/45 {
    border-top-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:border-t-brand-text\/5 {
    border-top-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:border-t-brand-text\/50 {
    border-top-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:border-t-brand-text\/55 {
    border-top-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:border-t-brand-text\/60 {
    border-top-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:border-t-brand-text\/65 {
    border-top-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:border-t-brand-text\/70 {
    border-top-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:border-t-brand-text\/75 {
    border-top-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:border-t-brand-text\/80 {
    border-top-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:border-t-brand-text\/85 {
    border-top-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:border-t-brand-text\/90 {
    border-top-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:border-t-brand-text\/95 {
    border-top-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:border-t-brand-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-brand-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-t-brand-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-t-brand-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-t-brand-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-t-brand-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-t-brand-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-t-brand-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-t-brand-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-t-brand-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-t-brand-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-t-brand-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-t-brand-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-t-brand-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-t-brand-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-t-brand-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-t-brand-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-t-brand-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-t-brand-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-t-brand-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-t-brand-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-t-brand-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-t-current {
    border-top-color: currentColor !important;
  }

  .\32xl\:border-t-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0) !important;
  }

  .\32xl\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1) !important;
  }

  .\32xl\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0) !important;
  }

  .\32xl\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1) !important;
  }

  .\32xl\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0) !important;
  }

  .\32xl\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1) !important;
  }

  .\32xl\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0) !important;
  }

  .\32xl\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1) !important;
  }

  .\32xl\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0) !important;
  }

  .\32xl\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1) !important;
  }

  .\32xl\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0) !important;
  }

  .\32xl\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1) !important;
  }

  .\32xl\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0) !important;
  }

  .\32xl\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1) !important;
  }

  .\32xl\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0) !important;
  }

  .\32xl\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1) !important;
  }

  .\32xl\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0) !important;
  }

  .\32xl\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1) !important;
  }

  .\32xl\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0) !important;
  }

  .\32xl\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1) !important;
  }

  .\32xl\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95) !important;
  }

  .\32xl\:border-t-cyan-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0) !important;
  }

  .\32xl\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1) !important;
  }

  .\32xl\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1) !important;
  }

  .\32xl\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15) !important;
  }

  .\32xl\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2) !important;
  }

  .\32xl\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25) !important;
  }

  .\32xl\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3) !important;
  }

  .\32xl\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35) !important;
  }

  .\32xl\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4) !important;
  }

  .\32xl\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45) !important;
  }

  .\32xl\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05) !important;
  }

  .\32xl\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5) !important;
  }

  .\32xl\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55) !important;
  }

  .\32xl\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6) !important;
  }

  .\32xl\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65) !important;
  }

  .\32xl\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7) !important;
  }

  .\32xl\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75) !important;
  }

  .\32xl\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8) !important;
  }

  .\32xl\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85) !important;
  }

  .\32xl\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9) !important;
  }

  .\32xl\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0) !important;
  }

  .\32xl\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1) !important;
  }

  .\32xl\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0) !important;
  }

  .\32xl\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1) !important;
  }

  .\32xl\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0) !important;
  }

  .\32xl\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1) !important;
  }

  .\32xl\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0) !important;
  }

  .\32xl\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1) !important;
  }

  .\32xl\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0) !important;
  }

  .\32xl\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1) !important;
  }

  .\32xl\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0) !important;
  }

  .\32xl\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1) !important;
  }

  .\32xl\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0) !important;
  }

  .\32xl\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1) !important;
  }

  .\32xl\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0) !important;
  }

  .\32xl\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1) !important;
  }

  .\32xl\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0) !important;
  }

  .\32xl\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1) !important;
  }

  .\32xl\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0) !important;
  }

  .\32xl\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1) !important;
  }

  .\32xl\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95) !important;
  }

  .\32xl\:border-t-emerald-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0) !important;
  }

  .\32xl\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1) !important;
  }

  .\32xl\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1) !important;
  }

  .\32xl\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15) !important;
  }

  .\32xl\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2) !important;
  }

  .\32xl\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25) !important;
  }

  .\32xl\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3) !important;
  }

  .\32xl\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35) !important;
  }

  .\32xl\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4) !important;
  }

  .\32xl\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45) !important;
  }

  .\32xl\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05) !important;
  }

  .\32xl\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5) !important;
  }

  .\32xl\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55) !important;
  }

  .\32xl\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6) !important;
  }

  .\32xl\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65) !important;
  }

  .\32xl\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7) !important;
  }

  .\32xl\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75) !important;
  }

  .\32xl\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8) !important;
  }

  .\32xl\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85) !important;
  }

  .\32xl\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9) !important;
  }

  .\32xl\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95) !important;
  }

  .\32xl\:border-t-fuchsia-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0) !important;
  }

  .\32xl\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1) !important;
  }

  .\32xl\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1) !important;
  }

  .\32xl\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15) !important;
  }

  .\32xl\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2) !important;
  }

  .\32xl\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25) !important;
  }

  .\32xl\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3) !important;
  }

  .\32xl\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35) !important;
  }

  .\32xl\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4) !important;
  }

  .\32xl\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45) !important;
  }

  .\32xl\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05) !important;
  }

  .\32xl\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5) !important;
  }

  .\32xl\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55) !important;
  }

  .\32xl\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6) !important;
  }

  .\32xl\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65) !important;
  }

  .\32xl\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7) !important;
  }

  .\32xl\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75) !important;
  }

  .\32xl\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8) !important;
  }

  .\32xl\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85) !important;
  }

  .\32xl\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9) !important;
  }

  .\32xl\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95) !important;
  }

  .\32xl\:border-t-gray-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0) !important;
  }

  .\32xl\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1) !important;
  }

  .\32xl\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1) !important;
  }

  .\32xl\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15) !important;
  }

  .\32xl\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2) !important;
  }

  .\32xl\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25) !important;
  }

  .\32xl\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3) !important;
  }

  .\32xl\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35) !important;
  }

  .\32xl\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4) !important;
  }

  .\32xl\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45) !important;
  }

  .\32xl\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05) !important;
  }

  .\32xl\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5) !important;
  }

  .\32xl\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55) !important;
  }

  .\32xl\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6) !important;
  }

  .\32xl\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65) !important;
  }

  .\32xl\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7) !important;
  }

  .\32xl\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75) !important;
  }

  .\32xl\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8) !important;
  }

  .\32xl\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85) !important;
  }

  .\32xl\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9) !important;
  }

  .\32xl\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95) !important;
  }

  .\32xl\:border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0) !important;
  }

  .\32xl\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1) !important;
  }

  .\32xl\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1) !important;
  }

  .\32xl\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15) !important;
  }

  .\32xl\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2) !important;
  }

  .\32xl\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25) !important;
  }

  .\32xl\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3) !important;
  }

  .\32xl\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35) !important;
  }

  .\32xl\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4) !important;
  }

  .\32xl\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45) !important;
  }

  .\32xl\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05) !important;
  }

  .\32xl\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5) !important;
  }

  .\32xl\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55) !important;
  }

  .\32xl\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6) !important;
  }

  .\32xl\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65) !important;
  }

  .\32xl\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7) !important;
  }

  .\32xl\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75) !important;
  }

  .\32xl\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8) !important;
  }

  .\32xl\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85) !important;
  }

  .\32xl\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9) !important;
  }

  .\32xl\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95) !important;
  }

  .\32xl\:border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0) !important;
  }

  .\32xl\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1) !important;
  }

  .\32xl\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1) !important;
  }

  .\32xl\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15) !important;
  }

  .\32xl\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2) !important;
  }

  .\32xl\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25) !important;
  }

  .\32xl\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3) !important;
  }

  .\32xl\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35) !important;
  }

  .\32xl\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4) !important;
  }

  .\32xl\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45) !important;
  }

  .\32xl\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05) !important;
  }

  .\32xl\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5) !important;
  }

  .\32xl\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55) !important;
  }

  .\32xl\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6) !important;
  }

  .\32xl\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65) !important;
  }

  .\32xl\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7) !important;
  }

  .\32xl\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75) !important;
  }

  .\32xl\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8) !important;
  }

  .\32xl\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85) !important;
  }

  .\32xl\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9) !important;
  }

  .\32xl\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95) !important;
  }

  .\32xl\:border-t-gray-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0) !important;
  }

  .\32xl\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1) !important;
  }

  .\32xl\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1) !important;
  }

  .\32xl\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15) !important;
  }

  .\32xl\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2) !important;
  }

  .\32xl\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25) !important;
  }

  .\32xl\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3) !important;
  }

  .\32xl\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35) !important;
  }

  .\32xl\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4) !important;
  }

  .\32xl\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45) !important;
  }

  .\32xl\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05) !important;
  }

  .\32xl\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5) !important;
  }

  .\32xl\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55) !important;
  }

  .\32xl\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6) !important;
  }

  .\32xl\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65) !important;
  }

  .\32xl\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7) !important;
  }

  .\32xl\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75) !important;
  }

  .\32xl\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8) !important;
  }

  .\32xl\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85) !important;
  }

  .\32xl\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9) !important;
  }

  .\32xl\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95) !important;
  }

  .\32xl\:border-t-gray-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0) !important;
  }

  .\32xl\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1) !important;
  }

  .\32xl\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1) !important;
  }

  .\32xl\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15) !important;
  }

  .\32xl\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2) !important;
  }

  .\32xl\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25) !important;
  }

  .\32xl\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3) !important;
  }

  .\32xl\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35) !important;
  }

  .\32xl\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4) !important;
  }

  .\32xl\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45) !important;
  }

  .\32xl\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05) !important;
  }

  .\32xl\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5) !important;
  }

  .\32xl\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55) !important;
  }

  .\32xl\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6) !important;
  }

  .\32xl\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65) !important;
  }

  .\32xl\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7) !important;
  }

  .\32xl\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75) !important;
  }

  .\32xl\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8) !important;
  }

  .\32xl\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85) !important;
  }

  .\32xl\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9) !important;
  }

  .\32xl\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95) !important;
  }

  .\32xl\:border-t-gray-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0) !important;
  }

  .\32xl\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1) !important;
  }

  .\32xl\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1) !important;
  }

  .\32xl\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15) !important;
  }

  .\32xl\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2) !important;
  }

  .\32xl\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25) !important;
  }

  .\32xl\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3) !important;
  }

  .\32xl\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35) !important;
  }

  .\32xl\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4) !important;
  }

  .\32xl\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45) !important;
  }

  .\32xl\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05) !important;
  }

  .\32xl\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5) !important;
  }

  .\32xl\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55) !important;
  }

  .\32xl\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6) !important;
  }

  .\32xl\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65) !important;
  }

  .\32xl\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7) !important;
  }

  .\32xl\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75) !important;
  }

  .\32xl\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8) !important;
  }

  .\32xl\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85) !important;
  }

  .\32xl\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9) !important;
  }

  .\32xl\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95) !important;
  }

  .\32xl\:border-t-gray-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0) !important;
  }

  .\32xl\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1) !important;
  }

  .\32xl\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1) !important;
  }

  .\32xl\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15) !important;
  }

  .\32xl\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2) !important;
  }

  .\32xl\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25) !important;
  }

  .\32xl\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3) !important;
  }

  .\32xl\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35) !important;
  }

  .\32xl\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4) !important;
  }

  .\32xl\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45) !important;
  }

  .\32xl\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05) !important;
  }

  .\32xl\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5) !important;
  }

  .\32xl\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55) !important;
  }

  .\32xl\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6) !important;
  }

  .\32xl\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65) !important;
  }

  .\32xl\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7) !important;
  }

  .\32xl\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75) !important;
  }

  .\32xl\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8) !important;
  }

  .\32xl\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85) !important;
  }

  .\32xl\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9) !important;
  }

  .\32xl\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95) !important;
  }

  .\32xl\:border-t-gray-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0) !important;
  }

  .\32xl\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1) !important;
  }

  .\32xl\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1) !important;
  }

  .\32xl\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15) !important;
  }

  .\32xl\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2) !important;
  }

  .\32xl\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25) !important;
  }

  .\32xl\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3) !important;
  }

  .\32xl\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35) !important;
  }

  .\32xl\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4) !important;
  }

  .\32xl\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45) !important;
  }

  .\32xl\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05) !important;
  }

  .\32xl\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5) !important;
  }

  .\32xl\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55) !important;
  }

  .\32xl\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6) !important;
  }

  .\32xl\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65) !important;
  }

  .\32xl\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7) !important;
  }

  .\32xl\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75) !important;
  }

  .\32xl\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8) !important;
  }

  .\32xl\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85) !important;
  }

  .\32xl\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9) !important;
  }

  .\32xl\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95) !important;
  }

  .\32xl\:border-t-gray-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0) !important;
  }

  .\32xl\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1) !important;
  }

  .\32xl\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1) !important;
  }

  .\32xl\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15) !important;
  }

  .\32xl\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2) !important;
  }

  .\32xl\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25) !important;
  }

  .\32xl\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3) !important;
  }

  .\32xl\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35) !important;
  }

  .\32xl\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4) !important;
  }

  .\32xl\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45) !important;
  }

  .\32xl\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05) !important;
  }

  .\32xl\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5) !important;
  }

  .\32xl\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55) !important;
  }

  .\32xl\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6) !important;
  }

  .\32xl\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65) !important;
  }

  .\32xl\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7) !important;
  }

  .\32xl\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75) !important;
  }

  .\32xl\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8) !important;
  }

  .\32xl\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85) !important;
  }

  .\32xl\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9) !important;
  }

  .\32xl\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95) !important;
  }

  .\32xl\:border-t-gray-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0) !important;
  }

  .\32xl\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1) !important;
  }

  .\32xl\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1) !important;
  }

  .\32xl\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15) !important;
  }

  .\32xl\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2) !important;
  }

  .\32xl\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25) !important;
  }

  .\32xl\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3) !important;
  }

  .\32xl\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35) !important;
  }

  .\32xl\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4) !important;
  }

  .\32xl\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45) !important;
  }

  .\32xl\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05) !important;
  }

  .\32xl\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5) !important;
  }

  .\32xl\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55) !important;
  }

  .\32xl\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6) !important;
  }

  .\32xl\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65) !important;
  }

  .\32xl\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7) !important;
  }

  .\32xl\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75) !important;
  }

  .\32xl\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8) !important;
  }

  .\32xl\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85) !important;
  }

  .\32xl\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9) !important;
  }

  .\32xl\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95) !important;
  }

  .\32xl\:border-t-gray-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0) !important;
  }

  .\32xl\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1) !important;
  }

  .\32xl\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1) !important;
  }

  .\32xl\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15) !important;
  }

  .\32xl\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2) !important;
  }

  .\32xl\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25) !important;
  }

  .\32xl\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3) !important;
  }

  .\32xl\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35) !important;
  }

  .\32xl\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4) !important;
  }

  .\32xl\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45) !important;
  }

  .\32xl\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05) !important;
  }

  .\32xl\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5) !important;
  }

  .\32xl\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55) !important;
  }

  .\32xl\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6) !important;
  }

  .\32xl\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65) !important;
  }

  .\32xl\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7) !important;
  }

  .\32xl\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75) !important;
  }

  .\32xl\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8) !important;
  }

  .\32xl\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85) !important;
  }

  .\32xl\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9) !important;
  }

  .\32xl\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95) !important;
  }

  .\32xl\:border-t-green-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0) !important;
  }

  .\32xl\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1) !important;
  }

  .\32xl\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1) !important;
  }

  .\32xl\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15) !important;
  }

  .\32xl\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2) !important;
  }

  .\32xl\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25) !important;
  }

  .\32xl\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3) !important;
  }

  .\32xl\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35) !important;
  }

  .\32xl\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4) !important;
  }

  .\32xl\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45) !important;
  }

  .\32xl\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05) !important;
  }

  .\32xl\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5) !important;
  }

  .\32xl\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55) !important;
  }

  .\32xl\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6) !important;
  }

  .\32xl\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65) !important;
  }

  .\32xl\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7) !important;
  }

  .\32xl\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75) !important;
  }

  .\32xl\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8) !important;
  }

  .\32xl\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85) !important;
  }

  .\32xl\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9) !important;
  }

  .\32xl\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95) !important;
  }

  .\32xl\:border-t-green-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0) !important;
  }

  .\32xl\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1) !important;
  }

  .\32xl\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1) !important;
  }

  .\32xl\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15) !important;
  }

  .\32xl\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2) !important;
  }

  .\32xl\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25) !important;
  }

  .\32xl\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3) !important;
  }

  .\32xl\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35) !important;
  }

  .\32xl\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4) !important;
  }

  .\32xl\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45) !important;
  }

  .\32xl\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05) !important;
  }

  .\32xl\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5) !important;
  }

  .\32xl\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55) !important;
  }

  .\32xl\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6) !important;
  }

  .\32xl\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65) !important;
  }

  .\32xl\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7) !important;
  }

  .\32xl\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75) !important;
  }

  .\32xl\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8) !important;
  }

  .\32xl\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85) !important;
  }

  .\32xl\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9) !important;
  }

  .\32xl\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95) !important;
  }

  .\32xl\:border-t-green-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0) !important;
  }

  .\32xl\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1) !important;
  }

  .\32xl\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1) !important;
  }

  .\32xl\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15) !important;
  }

  .\32xl\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2) !important;
  }

  .\32xl\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25) !important;
  }

  .\32xl\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3) !important;
  }

  .\32xl\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35) !important;
  }

  .\32xl\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4) !important;
  }

  .\32xl\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45) !important;
  }

  .\32xl\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05) !important;
  }

  .\32xl\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5) !important;
  }

  .\32xl\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55) !important;
  }

  .\32xl\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6) !important;
  }

  .\32xl\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65) !important;
  }

  .\32xl\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7) !important;
  }

  .\32xl\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75) !important;
  }

  .\32xl\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8) !important;
  }

  .\32xl\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85) !important;
  }

  .\32xl\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9) !important;
  }

  .\32xl\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95) !important;
  }

  .\32xl\:border-t-green-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0) !important;
  }

  .\32xl\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1) !important;
  }

  .\32xl\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1) !important;
  }

  .\32xl\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15) !important;
  }

  .\32xl\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2) !important;
  }

  .\32xl\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25) !important;
  }

  .\32xl\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3) !important;
  }

  .\32xl\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35) !important;
  }

  .\32xl\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4) !important;
  }

  .\32xl\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45) !important;
  }

  .\32xl\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05) !important;
  }

  .\32xl\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5) !important;
  }

  .\32xl\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55) !important;
  }

  .\32xl\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6) !important;
  }

  .\32xl\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65) !important;
  }

  .\32xl\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7) !important;
  }

  .\32xl\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75) !important;
  }

  .\32xl\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8) !important;
  }

  .\32xl\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85) !important;
  }

  .\32xl\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9) !important;
  }

  .\32xl\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95) !important;
  }

  .\32xl\:border-t-green-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0) !important;
  }

  .\32xl\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1) !important;
  }

  .\32xl\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1) !important;
  }

  .\32xl\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15) !important;
  }

  .\32xl\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2) !important;
  }

  .\32xl\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25) !important;
  }

  .\32xl\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3) !important;
  }

  .\32xl\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35) !important;
  }

  .\32xl\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4) !important;
  }

  .\32xl\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45) !important;
  }

  .\32xl\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05) !important;
  }

  .\32xl\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5) !important;
  }

  .\32xl\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55) !important;
  }

  .\32xl\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6) !important;
  }

  .\32xl\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65) !important;
  }

  .\32xl\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7) !important;
  }

  .\32xl\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75) !important;
  }

  .\32xl\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8) !important;
  }

  .\32xl\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85) !important;
  }

  .\32xl\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9) !important;
  }

  .\32xl\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95) !important;
  }

  .\32xl\:border-t-green-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0) !important;
  }

  .\32xl\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1) !important;
  }

  .\32xl\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1) !important;
  }

  .\32xl\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15) !important;
  }

  .\32xl\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2) !important;
  }

  .\32xl\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25) !important;
  }

  .\32xl\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3) !important;
  }

  .\32xl\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35) !important;
  }

  .\32xl\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4) !important;
  }

  .\32xl\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45) !important;
  }

  .\32xl\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05) !important;
  }

  .\32xl\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5) !important;
  }

  .\32xl\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55) !important;
  }

  .\32xl\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6) !important;
  }

  .\32xl\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65) !important;
  }

  .\32xl\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7) !important;
  }

  .\32xl\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75) !important;
  }

  .\32xl\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8) !important;
  }

  .\32xl\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85) !important;
  }

  .\32xl\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9) !important;
  }

  .\32xl\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95) !important;
  }

  .\32xl\:border-t-green-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0) !important;
  }

  .\32xl\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1) !important;
  }

  .\32xl\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1) !important;
  }

  .\32xl\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15) !important;
  }

  .\32xl\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2) !important;
  }

  .\32xl\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25) !important;
  }

  .\32xl\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3) !important;
  }

  .\32xl\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35) !important;
  }

  .\32xl\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4) !important;
  }

  .\32xl\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45) !important;
  }

  .\32xl\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05) !important;
  }

  .\32xl\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5) !important;
  }

  .\32xl\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55) !important;
  }

  .\32xl\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6) !important;
  }

  .\32xl\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65) !important;
  }

  .\32xl\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7) !important;
  }

  .\32xl\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75) !important;
  }

  .\32xl\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8) !important;
  }

  .\32xl\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85) !important;
  }

  .\32xl\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9) !important;
  }

  .\32xl\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95) !important;
  }

  .\32xl\:border-t-green-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0) !important;
  }

  .\32xl\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1) !important;
  }

  .\32xl\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1) !important;
  }

  .\32xl\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15) !important;
  }

  .\32xl\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2) !important;
  }

  .\32xl\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25) !important;
  }

  .\32xl\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3) !important;
  }

  .\32xl\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35) !important;
  }

  .\32xl\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4) !important;
  }

  .\32xl\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45) !important;
  }

  .\32xl\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05) !important;
  }

  .\32xl\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5) !important;
  }

  .\32xl\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55) !important;
  }

  .\32xl\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6) !important;
  }

  .\32xl\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65) !important;
  }

  .\32xl\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7) !important;
  }

  .\32xl\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75) !important;
  }

  .\32xl\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8) !important;
  }

  .\32xl\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85) !important;
  }

  .\32xl\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9) !important;
  }

  .\32xl\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95) !important;
  }

  .\32xl\:border-t-green-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0) !important;
  }

  .\32xl\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1) !important;
  }

  .\32xl\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1) !important;
  }

  .\32xl\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15) !important;
  }

  .\32xl\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2) !important;
  }

  .\32xl\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25) !important;
  }

  .\32xl\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3) !important;
  }

  .\32xl\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35) !important;
  }

  .\32xl\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4) !important;
  }

  .\32xl\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45) !important;
  }

  .\32xl\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05) !important;
  }

  .\32xl\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5) !important;
  }

  .\32xl\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55) !important;
  }

  .\32xl\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6) !important;
  }

  .\32xl\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65) !important;
  }

  .\32xl\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7) !important;
  }

  .\32xl\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75) !important;
  }

  .\32xl\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8) !important;
  }

  .\32xl\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85) !important;
  }

  .\32xl\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9) !important;
  }

  .\32xl\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95) !important;
  }

  .\32xl\:border-t-green-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0) !important;
  }

  .\32xl\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1) !important;
  }

  .\32xl\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1) !important;
  }

  .\32xl\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15) !important;
  }

  .\32xl\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2) !important;
  }

  .\32xl\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25) !important;
  }

  .\32xl\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3) !important;
  }

  .\32xl\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35) !important;
  }

  .\32xl\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4) !important;
  }

  .\32xl\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45) !important;
  }

  .\32xl\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05) !important;
  }

  .\32xl\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5) !important;
  }

  .\32xl\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55) !important;
  }

  .\32xl\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6) !important;
  }

  .\32xl\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65) !important;
  }

  .\32xl\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7) !important;
  }

  .\32xl\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75) !important;
  }

  .\32xl\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8) !important;
  }

  .\32xl\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85) !important;
  }

  .\32xl\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9) !important;
  }

  .\32xl\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95) !important;
  }

  .\32xl\:border-t-green-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0) !important;
  }

  .\32xl\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1) !important;
  }

  .\32xl\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1) !important;
  }

  .\32xl\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15) !important;
  }

  .\32xl\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2) !important;
  }

  .\32xl\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25) !important;
  }

  .\32xl\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3) !important;
  }

  .\32xl\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35) !important;
  }

  .\32xl\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4) !important;
  }

  .\32xl\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45) !important;
  }

  .\32xl\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05) !important;
  }

  .\32xl\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5) !important;
  }

  .\32xl\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55) !important;
  }

  .\32xl\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6) !important;
  }

  .\32xl\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65) !important;
  }

  .\32xl\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7) !important;
  }

  .\32xl\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75) !important;
  }

  .\32xl\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8) !important;
  }

  .\32xl\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85) !important;
  }

  .\32xl\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9) !important;
  }

  .\32xl\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0) !important;
  }

  .\32xl\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1) !important;
  }

  .\32xl\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0) !important;
  }

  .\32xl\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1) !important;
  }

  .\32xl\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0) !important;
  }

  .\32xl\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1) !important;
  }

  .\32xl\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0) !important;
  }

  .\32xl\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1) !important;
  }

  .\32xl\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0) !important;
  }

  .\32xl\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1) !important;
  }

  .\32xl\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0) !important;
  }

  .\32xl\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1) !important;
  }

  .\32xl\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0) !important;
  }

  .\32xl\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1) !important;
  }

  .\32xl\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0) !important;
  }

  .\32xl\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1) !important;
  }

  .\32xl\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0) !important;
  }

  .\32xl\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1) !important;
  }

  .\32xl\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0) !important;
  }

  .\32xl\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1) !important;
  }

  .\32xl\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95) !important;
  }

  .\32xl\:border-t-indigo-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0) !important;
  }

  .\32xl\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1) !important;
  }

  .\32xl\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1) !important;
  }

  .\32xl\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15) !important;
  }

  .\32xl\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2) !important;
  }

  .\32xl\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25) !important;
  }

  .\32xl\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3) !important;
  }

  .\32xl\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35) !important;
  }

  .\32xl\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4) !important;
  }

  .\32xl\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45) !important;
  }

  .\32xl\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05) !important;
  }

  .\32xl\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5) !important;
  }

  .\32xl\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55) !important;
  }

  .\32xl\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6) !important;
  }

  .\32xl\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65) !important;
  }

  .\32xl\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7) !important;
  }

  .\32xl\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75) !important;
  }

  .\32xl\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8) !important;
  }

  .\32xl\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85) !important;
  }

  .\32xl\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9) !important;
  }

  .\32xl\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95) !important;
  }

  .\32xl\:border-t-inherit {
    border-top-color: inherit !important;
  }

  .\32xl\:border-t-lime-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0) !important;
  }

  .\32xl\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1) !important;
  }

  .\32xl\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1) !important;
  }

  .\32xl\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15) !important;
  }

  .\32xl\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2) !important;
  }

  .\32xl\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25) !important;
  }

  .\32xl\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3) !important;
  }

  .\32xl\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35) !important;
  }

  .\32xl\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4) !important;
  }

  .\32xl\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45) !important;
  }

  .\32xl\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05) !important;
  }

  .\32xl\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5) !important;
  }

  .\32xl\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55) !important;
  }

  .\32xl\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6) !important;
  }

  .\32xl\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65) !important;
  }

  .\32xl\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7) !important;
  }

  .\32xl\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75) !important;
  }

  .\32xl\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8) !important;
  }

  .\32xl\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85) !important;
  }

  .\32xl\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9) !important;
  }

  .\32xl\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95) !important;
  }

  .\32xl\:border-t-lime-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0) !important;
  }

  .\32xl\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1) !important;
  }

  .\32xl\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1) !important;
  }

  .\32xl\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15) !important;
  }

  .\32xl\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2) !important;
  }

  .\32xl\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25) !important;
  }

  .\32xl\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3) !important;
  }

  .\32xl\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35) !important;
  }

  .\32xl\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4) !important;
  }

  .\32xl\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45) !important;
  }

  .\32xl\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05) !important;
  }

  .\32xl\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5) !important;
  }

  .\32xl\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55) !important;
  }

  .\32xl\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6) !important;
  }

  .\32xl\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65) !important;
  }

  .\32xl\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7) !important;
  }

  .\32xl\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75) !important;
  }

  .\32xl\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8) !important;
  }

  .\32xl\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85) !important;
  }

  .\32xl\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9) !important;
  }

  .\32xl\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95) !important;
  }

  .\32xl\:border-t-lime-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0) !important;
  }

  .\32xl\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1) !important;
  }

  .\32xl\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1) !important;
  }

  .\32xl\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15) !important;
  }

  .\32xl\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2) !important;
  }

  .\32xl\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25) !important;
  }

  .\32xl\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3) !important;
  }

  .\32xl\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35) !important;
  }

  .\32xl\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4) !important;
  }

  .\32xl\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45) !important;
  }

  .\32xl\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05) !important;
  }

  .\32xl\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5) !important;
  }

  .\32xl\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55) !important;
  }

  .\32xl\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6) !important;
  }

  .\32xl\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65) !important;
  }

  .\32xl\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7) !important;
  }

  .\32xl\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75) !important;
  }

  .\32xl\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8) !important;
  }

  .\32xl\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85) !important;
  }

  .\32xl\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9) !important;
  }

  .\32xl\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95) !important;
  }

  .\32xl\:border-t-lime-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0) !important;
  }

  .\32xl\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1) !important;
  }

  .\32xl\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1) !important;
  }

  .\32xl\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15) !important;
  }

  .\32xl\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2) !important;
  }

  .\32xl\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25) !important;
  }

  .\32xl\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3) !important;
  }

  .\32xl\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35) !important;
  }

  .\32xl\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4) !important;
  }

  .\32xl\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45) !important;
  }

  .\32xl\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05) !important;
  }

  .\32xl\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5) !important;
  }

  .\32xl\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55) !important;
  }

  .\32xl\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6) !important;
  }

  .\32xl\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65) !important;
  }

  .\32xl\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7) !important;
  }

  .\32xl\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75) !important;
  }

  .\32xl\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8) !important;
  }

  .\32xl\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85) !important;
  }

  .\32xl\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9) !important;
  }

  .\32xl\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95) !important;
  }

  .\32xl\:border-t-lime-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0) !important;
  }

  .\32xl\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1) !important;
  }

  .\32xl\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1) !important;
  }

  .\32xl\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15) !important;
  }

  .\32xl\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2) !important;
  }

  .\32xl\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25) !important;
  }

  .\32xl\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3) !important;
  }

  .\32xl\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35) !important;
  }

  .\32xl\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4) !important;
  }

  .\32xl\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45) !important;
  }

  .\32xl\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05) !important;
  }

  .\32xl\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5) !important;
  }

  .\32xl\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55) !important;
  }

  .\32xl\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6) !important;
  }

  .\32xl\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65) !important;
  }

  .\32xl\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7) !important;
  }

  .\32xl\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75) !important;
  }

  .\32xl\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8) !important;
  }

  .\32xl\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85) !important;
  }

  .\32xl\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9) !important;
  }

  .\32xl\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95) !important;
  }

  .\32xl\:border-t-lime-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0) !important;
  }

  .\32xl\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1) !important;
  }

  .\32xl\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1) !important;
  }

  .\32xl\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15) !important;
  }

  .\32xl\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2) !important;
  }

  .\32xl\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25) !important;
  }

  .\32xl\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3) !important;
  }

  .\32xl\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35) !important;
  }

  .\32xl\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4) !important;
  }

  .\32xl\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45) !important;
  }

  .\32xl\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05) !important;
  }

  .\32xl\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5) !important;
  }

  .\32xl\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55) !important;
  }

  .\32xl\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6) !important;
  }

  .\32xl\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65) !important;
  }

  .\32xl\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7) !important;
  }

  .\32xl\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75) !important;
  }

  .\32xl\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8) !important;
  }

  .\32xl\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85) !important;
  }

  .\32xl\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9) !important;
  }

  .\32xl\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95) !important;
  }

  .\32xl\:border-t-lime-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0) !important;
  }

  .\32xl\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1) !important;
  }

  .\32xl\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1) !important;
  }

  .\32xl\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15) !important;
  }

  .\32xl\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2) !important;
  }

  .\32xl\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25) !important;
  }

  .\32xl\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3) !important;
  }

  .\32xl\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35) !important;
  }

  .\32xl\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4) !important;
  }

  .\32xl\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45) !important;
  }

  .\32xl\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05) !important;
  }

  .\32xl\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5) !important;
  }

  .\32xl\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55) !important;
  }

  .\32xl\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6) !important;
  }

  .\32xl\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65) !important;
  }

  .\32xl\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7) !important;
  }

  .\32xl\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75) !important;
  }

  .\32xl\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8) !important;
  }

  .\32xl\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85) !important;
  }

  .\32xl\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9) !important;
  }

  .\32xl\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95) !important;
  }

  .\32xl\:border-t-lime-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0) !important;
  }

  .\32xl\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1) !important;
  }

  .\32xl\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1) !important;
  }

  .\32xl\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15) !important;
  }

  .\32xl\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2) !important;
  }

  .\32xl\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25) !important;
  }

  .\32xl\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3) !important;
  }

  .\32xl\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35) !important;
  }

  .\32xl\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4) !important;
  }

  .\32xl\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45) !important;
  }

  .\32xl\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05) !important;
  }

  .\32xl\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5) !important;
  }

  .\32xl\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55) !important;
  }

  .\32xl\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6) !important;
  }

  .\32xl\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65) !important;
  }

  .\32xl\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7) !important;
  }

  .\32xl\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75) !important;
  }

  .\32xl\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8) !important;
  }

  .\32xl\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85) !important;
  }

  .\32xl\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9) !important;
  }

  .\32xl\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95) !important;
  }

  .\32xl\:border-t-lime-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0) !important;
  }

  .\32xl\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1) !important;
  }

  .\32xl\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1) !important;
  }

  .\32xl\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15) !important;
  }

  .\32xl\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2) !important;
  }

  .\32xl\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25) !important;
  }

  .\32xl\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3) !important;
  }

  .\32xl\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35) !important;
  }

  .\32xl\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4) !important;
  }

  .\32xl\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45) !important;
  }

  .\32xl\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05) !important;
  }

  .\32xl\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5) !important;
  }

  .\32xl\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55) !important;
  }

  .\32xl\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6) !important;
  }

  .\32xl\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65) !important;
  }

  .\32xl\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7) !important;
  }

  .\32xl\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75) !important;
  }

  .\32xl\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8) !important;
  }

  .\32xl\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85) !important;
  }

  .\32xl\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9) !important;
  }

  .\32xl\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95) !important;
  }

  .\32xl\:border-t-lime-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0) !important;
  }

  .\32xl\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1) !important;
  }

  .\32xl\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1) !important;
  }

  .\32xl\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15) !important;
  }

  .\32xl\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2) !important;
  }

  .\32xl\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25) !important;
  }

  .\32xl\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3) !important;
  }

  .\32xl\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35) !important;
  }

  .\32xl\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4) !important;
  }

  .\32xl\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45) !important;
  }

  .\32xl\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05) !important;
  }

  .\32xl\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5) !important;
  }

  .\32xl\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55) !important;
  }

  .\32xl\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6) !important;
  }

  .\32xl\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65) !important;
  }

  .\32xl\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7) !important;
  }

  .\32xl\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75) !important;
  }

  .\32xl\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8) !important;
  }

  .\32xl\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85) !important;
  }

  .\32xl\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9) !important;
  }

  .\32xl\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95) !important;
  }

  .\32xl\:border-t-lime-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0) !important;
  }

  .\32xl\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1) !important;
  }

  .\32xl\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1) !important;
  }

  .\32xl\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15) !important;
  }

  .\32xl\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2) !important;
  }

  .\32xl\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25) !important;
  }

  .\32xl\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3) !important;
  }

  .\32xl\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35) !important;
  }

  .\32xl\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4) !important;
  }

  .\32xl\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45) !important;
  }

  .\32xl\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05) !important;
  }

  .\32xl\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5) !important;
  }

  .\32xl\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55) !important;
  }

  .\32xl\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6) !important;
  }

  .\32xl\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65) !important;
  }

  .\32xl\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7) !important;
  }

  .\32xl\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75) !important;
  }

  .\32xl\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8) !important;
  }

  .\32xl\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85) !important;
  }

  .\32xl\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9) !important;
  }

  .\32xl\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0) !important;
  }

  .\32xl\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1) !important;
  }

  .\32xl\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0) !important;
  }

  .\32xl\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1) !important;
  }

  .\32xl\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0) !important;
  }

  .\32xl\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1) !important;
  }

  .\32xl\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0) !important;
  }

  .\32xl\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1) !important;
  }

  .\32xl\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0) !important;
  }

  .\32xl\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1) !important;
  }

  .\32xl\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0) !important;
  }

  .\32xl\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1) !important;
  }

  .\32xl\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0) !important;
  }

  .\32xl\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1) !important;
  }

  .\32xl\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0) !important;
  }

  .\32xl\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1) !important;
  }

  .\32xl\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0) !important;
  }

  .\32xl\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1) !important;
  }

  .\32xl\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95) !important;
  }

  .\32xl\:border-t-neutral-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0) !important;
  }

  .\32xl\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1) !important;
  }

  .\32xl\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1) !important;
  }

  .\32xl\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15) !important;
  }

  .\32xl\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2) !important;
  }

  .\32xl\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25) !important;
  }

  .\32xl\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3) !important;
  }

  .\32xl\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35) !important;
  }

  .\32xl\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4) !important;
  }

  .\32xl\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45) !important;
  }

  .\32xl\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05) !important;
  }

  .\32xl\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5) !important;
  }

  .\32xl\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55) !important;
  }

  .\32xl\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6) !important;
  }

  .\32xl\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65) !important;
  }

  .\32xl\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7) !important;
  }

  .\32xl\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75) !important;
  }

  .\32xl\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8) !important;
  }

  .\32xl\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85) !important;
  }

  .\32xl\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9) !important;
  }

  .\32xl\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95) !important;
  }

  .\32xl\:border-t-orange-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0) !important;
  }

  .\32xl\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1) !important;
  }

  .\32xl\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1) !important;
  }

  .\32xl\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15) !important;
  }

  .\32xl\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2) !important;
  }

  .\32xl\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25) !important;
  }

  .\32xl\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3) !important;
  }

  .\32xl\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35) !important;
  }

  .\32xl\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4) !important;
  }

  .\32xl\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45) !important;
  }

  .\32xl\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05) !important;
  }

  .\32xl\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5) !important;
  }

  .\32xl\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55) !important;
  }

  .\32xl\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6) !important;
  }

  .\32xl\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65) !important;
  }

  .\32xl\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7) !important;
  }

  .\32xl\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75) !important;
  }

  .\32xl\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8) !important;
  }

  .\32xl\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85) !important;
  }

  .\32xl\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9) !important;
  }

  .\32xl\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95) !important;
  }

  .\32xl\:border-t-orange-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0) !important;
  }

  .\32xl\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1) !important;
  }

  .\32xl\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1) !important;
  }

  .\32xl\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15) !important;
  }

  .\32xl\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2) !important;
  }

  .\32xl\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25) !important;
  }

  .\32xl\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3) !important;
  }

  .\32xl\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35) !important;
  }

  .\32xl\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4) !important;
  }

  .\32xl\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45) !important;
  }

  .\32xl\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05) !important;
  }

  .\32xl\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5) !important;
  }

  .\32xl\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55) !important;
  }

  .\32xl\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6) !important;
  }

  .\32xl\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65) !important;
  }

  .\32xl\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7) !important;
  }

  .\32xl\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75) !important;
  }

  .\32xl\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8) !important;
  }

  .\32xl\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85) !important;
  }

  .\32xl\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9) !important;
  }

  .\32xl\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95) !important;
  }

  .\32xl\:border-t-orange-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0) !important;
  }

  .\32xl\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1) !important;
  }

  .\32xl\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1) !important;
  }

  .\32xl\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15) !important;
  }

  .\32xl\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2) !important;
  }

  .\32xl\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25) !important;
  }

  .\32xl\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3) !important;
  }

  .\32xl\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35) !important;
  }

  .\32xl\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4) !important;
  }

  .\32xl\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45) !important;
  }

  .\32xl\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05) !important;
  }

  .\32xl\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5) !important;
  }

  .\32xl\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55) !important;
  }

  .\32xl\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6) !important;
  }

  .\32xl\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65) !important;
  }

  .\32xl\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7) !important;
  }

  .\32xl\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75) !important;
  }

  .\32xl\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8) !important;
  }

  .\32xl\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85) !important;
  }

  .\32xl\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9) !important;
  }

  .\32xl\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95) !important;
  }

  .\32xl\:border-t-orange-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0) !important;
  }

  .\32xl\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1) !important;
  }

  .\32xl\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1) !important;
  }

  .\32xl\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15) !important;
  }

  .\32xl\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2) !important;
  }

  .\32xl\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25) !important;
  }

  .\32xl\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3) !important;
  }

  .\32xl\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35) !important;
  }

  .\32xl\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4) !important;
  }

  .\32xl\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45) !important;
  }

  .\32xl\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05) !important;
  }

  .\32xl\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5) !important;
  }

  .\32xl\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55) !important;
  }

  .\32xl\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6) !important;
  }

  .\32xl\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65) !important;
  }

  .\32xl\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7) !important;
  }

  .\32xl\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75) !important;
  }

  .\32xl\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8) !important;
  }

  .\32xl\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85) !important;
  }

  .\32xl\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9) !important;
  }

  .\32xl\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95) !important;
  }

  .\32xl\:border-t-orange-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0) !important;
  }

  .\32xl\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1) !important;
  }

  .\32xl\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1) !important;
  }

  .\32xl\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15) !important;
  }

  .\32xl\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2) !important;
  }

  .\32xl\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25) !important;
  }

  .\32xl\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3) !important;
  }

  .\32xl\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35) !important;
  }

  .\32xl\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4) !important;
  }

  .\32xl\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45) !important;
  }

  .\32xl\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05) !important;
  }

  .\32xl\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5) !important;
  }

  .\32xl\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55) !important;
  }

  .\32xl\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6) !important;
  }

  .\32xl\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65) !important;
  }

  .\32xl\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7) !important;
  }

  .\32xl\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75) !important;
  }

  .\32xl\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8) !important;
  }

  .\32xl\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85) !important;
  }

  .\32xl\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9) !important;
  }

  .\32xl\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95) !important;
  }

  .\32xl\:border-t-orange-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0) !important;
  }

  .\32xl\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1) !important;
  }

  .\32xl\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1) !important;
  }

  .\32xl\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15) !important;
  }

  .\32xl\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2) !important;
  }

  .\32xl\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25) !important;
  }

  .\32xl\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3) !important;
  }

  .\32xl\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35) !important;
  }

  .\32xl\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4) !important;
  }

  .\32xl\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45) !important;
  }

  .\32xl\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05) !important;
  }

  .\32xl\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5) !important;
  }

  .\32xl\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55) !important;
  }

  .\32xl\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6) !important;
  }

  .\32xl\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65) !important;
  }

  .\32xl\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7) !important;
  }

  .\32xl\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75) !important;
  }

  .\32xl\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8) !important;
  }

  .\32xl\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85) !important;
  }

  .\32xl\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9) !important;
  }

  .\32xl\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95) !important;
  }

  .\32xl\:border-t-orange-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0) !important;
  }

  .\32xl\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1) !important;
  }

  .\32xl\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1) !important;
  }

  .\32xl\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15) !important;
  }

  .\32xl\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2) !important;
  }

  .\32xl\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25) !important;
  }

  .\32xl\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3) !important;
  }

  .\32xl\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35) !important;
  }

  .\32xl\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4) !important;
  }

  .\32xl\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45) !important;
  }

  .\32xl\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05) !important;
  }

  .\32xl\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5) !important;
  }

  .\32xl\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55) !important;
  }

  .\32xl\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6) !important;
  }

  .\32xl\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65) !important;
  }

  .\32xl\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7) !important;
  }

  .\32xl\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75) !important;
  }

  .\32xl\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8) !important;
  }

  .\32xl\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85) !important;
  }

  .\32xl\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9) !important;
  }

  .\32xl\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95) !important;
  }

  .\32xl\:border-t-orange-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0) !important;
  }

  .\32xl\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1) !important;
  }

  .\32xl\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1) !important;
  }

  .\32xl\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15) !important;
  }

  .\32xl\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2) !important;
  }

  .\32xl\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25) !important;
  }

  .\32xl\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3) !important;
  }

  .\32xl\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35) !important;
  }

  .\32xl\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4) !important;
  }

  .\32xl\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45) !important;
  }

  .\32xl\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05) !important;
  }

  .\32xl\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5) !important;
  }

  .\32xl\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55) !important;
  }

  .\32xl\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6) !important;
  }

  .\32xl\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65) !important;
  }

  .\32xl\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7) !important;
  }

  .\32xl\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75) !important;
  }

  .\32xl\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8) !important;
  }

  .\32xl\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85) !important;
  }

  .\32xl\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9) !important;
  }

  .\32xl\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95) !important;
  }

  .\32xl\:border-t-orange-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0) !important;
  }

  .\32xl\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1) !important;
  }

  .\32xl\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1) !important;
  }

  .\32xl\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15) !important;
  }

  .\32xl\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2) !important;
  }

  .\32xl\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25) !important;
  }

  .\32xl\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3) !important;
  }

  .\32xl\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35) !important;
  }

  .\32xl\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4) !important;
  }

  .\32xl\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45) !important;
  }

  .\32xl\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05) !important;
  }

  .\32xl\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5) !important;
  }

  .\32xl\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55) !important;
  }

  .\32xl\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6) !important;
  }

  .\32xl\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65) !important;
  }

  .\32xl\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7) !important;
  }

  .\32xl\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75) !important;
  }

  .\32xl\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8) !important;
  }

  .\32xl\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85) !important;
  }

  .\32xl\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9) !important;
  }

  .\32xl\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95) !important;
  }

  .\32xl\:border-t-orange-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0) !important;
  }

  .\32xl\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1) !important;
  }

  .\32xl\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1) !important;
  }

  .\32xl\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15) !important;
  }

  .\32xl\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2) !important;
  }

  .\32xl\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25) !important;
  }

  .\32xl\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3) !important;
  }

  .\32xl\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35) !important;
  }

  .\32xl\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4) !important;
  }

  .\32xl\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45) !important;
  }

  .\32xl\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05) !important;
  }

  .\32xl\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5) !important;
  }

  .\32xl\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55) !important;
  }

  .\32xl\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6) !important;
  }

  .\32xl\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65) !important;
  }

  .\32xl\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7) !important;
  }

  .\32xl\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75) !important;
  }

  .\32xl\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8) !important;
  }

  .\32xl\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85) !important;
  }

  .\32xl\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9) !important;
  }

  .\32xl\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95) !important;
  }

  .\32xl\:border-t-orange-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0) !important;
  }

  .\32xl\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1) !important;
  }

  .\32xl\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1) !important;
  }

  .\32xl\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15) !important;
  }

  .\32xl\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2) !important;
  }

  .\32xl\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25) !important;
  }

  .\32xl\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3) !important;
  }

  .\32xl\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35) !important;
  }

  .\32xl\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4) !important;
  }

  .\32xl\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45) !important;
  }

  .\32xl\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05) !important;
  }

  .\32xl\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5) !important;
  }

  .\32xl\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55) !important;
  }

  .\32xl\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6) !important;
  }

  .\32xl\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65) !important;
  }

  .\32xl\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7) !important;
  }

  .\32xl\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75) !important;
  }

  .\32xl\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8) !important;
  }

  .\32xl\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85) !important;
  }

  .\32xl\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9) !important;
  }

  .\32xl\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95) !important;
  }

  .\32xl\:border-t-pink-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0) !important;
  }

  .\32xl\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1) !important;
  }

  .\32xl\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1) !important;
  }

  .\32xl\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15) !important;
  }

  .\32xl\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2) !important;
  }

  .\32xl\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25) !important;
  }

  .\32xl\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3) !important;
  }

  .\32xl\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35) !important;
  }

  .\32xl\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4) !important;
  }

  .\32xl\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45) !important;
  }

  .\32xl\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05) !important;
  }

  .\32xl\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5) !important;
  }

  .\32xl\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55) !important;
  }

  .\32xl\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6) !important;
  }

  .\32xl\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65) !important;
  }

  .\32xl\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7) !important;
  }

  .\32xl\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75) !important;
  }

  .\32xl\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8) !important;
  }

  .\32xl\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85) !important;
  }

  .\32xl\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9) !important;
  }

  .\32xl\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95) !important;
  }

  .\32xl\:border-t-pink-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0) !important;
  }

  .\32xl\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1) !important;
  }

  .\32xl\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1) !important;
  }

  .\32xl\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15) !important;
  }

  .\32xl\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2) !important;
  }

  .\32xl\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25) !important;
  }

  .\32xl\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3) !important;
  }

  .\32xl\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35) !important;
  }

  .\32xl\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4) !important;
  }

  .\32xl\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45) !important;
  }

  .\32xl\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05) !important;
  }

  .\32xl\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5) !important;
  }

  .\32xl\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55) !important;
  }

  .\32xl\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6) !important;
  }

  .\32xl\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65) !important;
  }

  .\32xl\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7) !important;
  }

  .\32xl\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75) !important;
  }

  .\32xl\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8) !important;
  }

  .\32xl\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85) !important;
  }

  .\32xl\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9) !important;
  }

  .\32xl\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95) !important;
  }

  .\32xl\:border-t-pink-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0) !important;
  }

  .\32xl\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1) !important;
  }

  .\32xl\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1) !important;
  }

  .\32xl\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15) !important;
  }

  .\32xl\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2) !important;
  }

  .\32xl\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25) !important;
  }

  .\32xl\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3) !important;
  }

  .\32xl\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35) !important;
  }

  .\32xl\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4) !important;
  }

  .\32xl\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45) !important;
  }

  .\32xl\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05) !important;
  }

  .\32xl\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5) !important;
  }

  .\32xl\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55) !important;
  }

  .\32xl\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6) !important;
  }

  .\32xl\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65) !important;
  }

  .\32xl\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7) !important;
  }

  .\32xl\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75) !important;
  }

  .\32xl\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8) !important;
  }

  .\32xl\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85) !important;
  }

  .\32xl\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9) !important;
  }

  .\32xl\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95) !important;
  }

  .\32xl\:border-t-pink-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0) !important;
  }

  .\32xl\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1) !important;
  }

  .\32xl\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1) !important;
  }

  .\32xl\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15) !important;
  }

  .\32xl\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2) !important;
  }

  .\32xl\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25) !important;
  }

  .\32xl\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3) !important;
  }

  .\32xl\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35) !important;
  }

  .\32xl\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4) !important;
  }

  .\32xl\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45) !important;
  }

  .\32xl\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05) !important;
  }

  .\32xl\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5) !important;
  }

  .\32xl\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55) !important;
  }

  .\32xl\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6) !important;
  }

  .\32xl\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65) !important;
  }

  .\32xl\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7) !important;
  }

  .\32xl\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75) !important;
  }

  .\32xl\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8) !important;
  }

  .\32xl\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85) !important;
  }

  .\32xl\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9) !important;
  }

  .\32xl\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95) !important;
  }

  .\32xl\:border-t-pink-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0) !important;
  }

  .\32xl\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1) !important;
  }

  .\32xl\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1) !important;
  }

  .\32xl\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15) !important;
  }

  .\32xl\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2) !important;
  }

  .\32xl\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25) !important;
  }

  .\32xl\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3) !important;
  }

  .\32xl\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35) !important;
  }

  .\32xl\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4) !important;
  }

  .\32xl\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45) !important;
  }

  .\32xl\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05) !important;
  }

  .\32xl\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5) !important;
  }

  .\32xl\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55) !important;
  }

  .\32xl\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6) !important;
  }

  .\32xl\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65) !important;
  }

  .\32xl\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7) !important;
  }

  .\32xl\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75) !important;
  }

  .\32xl\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8) !important;
  }

  .\32xl\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85) !important;
  }

  .\32xl\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9) !important;
  }

  .\32xl\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95) !important;
  }

  .\32xl\:border-t-pink-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0) !important;
  }

  .\32xl\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1) !important;
  }

  .\32xl\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1) !important;
  }

  .\32xl\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15) !important;
  }

  .\32xl\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2) !important;
  }

  .\32xl\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25) !important;
  }

  .\32xl\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3) !important;
  }

  .\32xl\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35) !important;
  }

  .\32xl\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4) !important;
  }

  .\32xl\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45) !important;
  }

  .\32xl\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05) !important;
  }

  .\32xl\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5) !important;
  }

  .\32xl\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55) !important;
  }

  .\32xl\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6) !important;
  }

  .\32xl\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65) !important;
  }

  .\32xl\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7) !important;
  }

  .\32xl\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75) !important;
  }

  .\32xl\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8) !important;
  }

  .\32xl\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85) !important;
  }

  .\32xl\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9) !important;
  }

  .\32xl\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95) !important;
  }

  .\32xl\:border-t-pink-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0) !important;
  }

  .\32xl\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1) !important;
  }

  .\32xl\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1) !important;
  }

  .\32xl\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15) !important;
  }

  .\32xl\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2) !important;
  }

  .\32xl\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25) !important;
  }

  .\32xl\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3) !important;
  }

  .\32xl\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35) !important;
  }

  .\32xl\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4) !important;
  }

  .\32xl\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45) !important;
  }

  .\32xl\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05) !important;
  }

  .\32xl\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5) !important;
  }

  .\32xl\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55) !important;
  }

  .\32xl\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6) !important;
  }

  .\32xl\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65) !important;
  }

  .\32xl\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7) !important;
  }

  .\32xl\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75) !important;
  }

  .\32xl\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8) !important;
  }

  .\32xl\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85) !important;
  }

  .\32xl\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9) !important;
  }

  .\32xl\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95) !important;
  }

  .\32xl\:border-t-pink-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0) !important;
  }

  .\32xl\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1) !important;
  }

  .\32xl\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1) !important;
  }

  .\32xl\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15) !important;
  }

  .\32xl\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2) !important;
  }

  .\32xl\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25) !important;
  }

  .\32xl\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3) !important;
  }

  .\32xl\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35) !important;
  }

  .\32xl\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4) !important;
  }

  .\32xl\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45) !important;
  }

  .\32xl\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05) !important;
  }

  .\32xl\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5) !important;
  }

  .\32xl\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55) !important;
  }

  .\32xl\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6) !important;
  }

  .\32xl\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65) !important;
  }

  .\32xl\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7) !important;
  }

  .\32xl\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75) !important;
  }

  .\32xl\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8) !important;
  }

  .\32xl\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85) !important;
  }

  .\32xl\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9) !important;
  }

  .\32xl\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95) !important;
  }

  .\32xl\:border-t-pink-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0) !important;
  }

  .\32xl\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1) !important;
  }

  .\32xl\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1) !important;
  }

  .\32xl\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15) !important;
  }

  .\32xl\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2) !important;
  }

  .\32xl\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25) !important;
  }

  .\32xl\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3) !important;
  }

  .\32xl\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35) !important;
  }

  .\32xl\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4) !important;
  }

  .\32xl\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45) !important;
  }

  .\32xl\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05) !important;
  }

  .\32xl\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5) !important;
  }

  .\32xl\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55) !important;
  }

  .\32xl\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6) !important;
  }

  .\32xl\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65) !important;
  }

  .\32xl\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7) !important;
  }

  .\32xl\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75) !important;
  }

  .\32xl\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8) !important;
  }

  .\32xl\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85) !important;
  }

  .\32xl\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9) !important;
  }

  .\32xl\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95) !important;
  }

  .\32xl\:border-t-pink-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0) !important;
  }

  .\32xl\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1) !important;
  }

  .\32xl\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1) !important;
  }

  .\32xl\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15) !important;
  }

  .\32xl\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2) !important;
  }

  .\32xl\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25) !important;
  }

  .\32xl\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3) !important;
  }

  .\32xl\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35) !important;
  }

  .\32xl\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4) !important;
  }

  .\32xl\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45) !important;
  }

  .\32xl\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05) !important;
  }

  .\32xl\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5) !important;
  }

  .\32xl\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55) !important;
  }

  .\32xl\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6) !important;
  }

  .\32xl\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65) !important;
  }

  .\32xl\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7) !important;
  }

  .\32xl\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75) !important;
  }

  .\32xl\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8) !important;
  }

  .\32xl\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85) !important;
  }

  .\32xl\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9) !important;
  }

  .\32xl\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95) !important;
  }

  .\32xl\:border-t-pink-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0) !important;
  }

  .\32xl\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1) !important;
  }

  .\32xl\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1) !important;
  }

  .\32xl\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15) !important;
  }

  .\32xl\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2) !important;
  }

  .\32xl\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25) !important;
  }

  .\32xl\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3) !important;
  }

  .\32xl\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35) !important;
  }

  .\32xl\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4) !important;
  }

  .\32xl\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45) !important;
  }

  .\32xl\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05) !important;
  }

  .\32xl\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5) !important;
  }

  .\32xl\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55) !important;
  }

  .\32xl\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6) !important;
  }

  .\32xl\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65) !important;
  }

  .\32xl\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7) !important;
  }

  .\32xl\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75) !important;
  }

  .\32xl\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8) !important;
  }

  .\32xl\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85) !important;
  }

  .\32xl\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9) !important;
  }

  .\32xl\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95) !important;
  }

  .\32xl\:border-t-purple-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0) !important;
  }

  .\32xl\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1) !important;
  }

  .\32xl\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1) !important;
  }

  .\32xl\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15) !important;
  }

  .\32xl\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2) !important;
  }

  .\32xl\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25) !important;
  }

  .\32xl\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3) !important;
  }

  .\32xl\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35) !important;
  }

  .\32xl\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4) !important;
  }

  .\32xl\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45) !important;
  }

  .\32xl\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05) !important;
  }

  .\32xl\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5) !important;
  }

  .\32xl\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55) !important;
  }

  .\32xl\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6) !important;
  }

  .\32xl\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65) !important;
  }

  .\32xl\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7) !important;
  }

  .\32xl\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75) !important;
  }

  .\32xl\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8) !important;
  }

  .\32xl\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85) !important;
  }

  .\32xl\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9) !important;
  }

  .\32xl\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95) !important;
  }

  .\32xl\:border-t-purple-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0) !important;
  }

  .\32xl\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1) !important;
  }

  .\32xl\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1) !important;
  }

  .\32xl\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15) !important;
  }

  .\32xl\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2) !important;
  }

  .\32xl\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25) !important;
  }

  .\32xl\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3) !important;
  }

  .\32xl\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35) !important;
  }

  .\32xl\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4) !important;
  }

  .\32xl\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45) !important;
  }

  .\32xl\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05) !important;
  }

  .\32xl\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5) !important;
  }

  .\32xl\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55) !important;
  }

  .\32xl\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6) !important;
  }

  .\32xl\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65) !important;
  }

  .\32xl\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7) !important;
  }

  .\32xl\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75) !important;
  }

  .\32xl\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8) !important;
  }

  .\32xl\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85) !important;
  }

  .\32xl\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9) !important;
  }

  .\32xl\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95) !important;
  }

  .\32xl\:border-t-purple-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0) !important;
  }

  .\32xl\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1) !important;
  }

  .\32xl\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1) !important;
  }

  .\32xl\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15) !important;
  }

  .\32xl\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2) !important;
  }

  .\32xl\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25) !important;
  }

  .\32xl\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3) !important;
  }

  .\32xl\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35) !important;
  }

  .\32xl\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4) !important;
  }

  .\32xl\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45) !important;
  }

  .\32xl\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05) !important;
  }

  .\32xl\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5) !important;
  }

  .\32xl\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55) !important;
  }

  .\32xl\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6) !important;
  }

  .\32xl\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65) !important;
  }

  .\32xl\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7) !important;
  }

  .\32xl\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75) !important;
  }

  .\32xl\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8) !important;
  }

  .\32xl\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85) !important;
  }

  .\32xl\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9) !important;
  }

  .\32xl\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95) !important;
  }

  .\32xl\:border-t-purple-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0) !important;
  }

  .\32xl\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1) !important;
  }

  .\32xl\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1) !important;
  }

  .\32xl\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15) !important;
  }

  .\32xl\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2) !important;
  }

  .\32xl\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25) !important;
  }

  .\32xl\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3) !important;
  }

  .\32xl\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35) !important;
  }

  .\32xl\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4) !important;
  }

  .\32xl\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45) !important;
  }

  .\32xl\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05) !important;
  }

  .\32xl\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5) !important;
  }

  .\32xl\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55) !important;
  }

  .\32xl\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6) !important;
  }

  .\32xl\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65) !important;
  }

  .\32xl\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7) !important;
  }

  .\32xl\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75) !important;
  }

  .\32xl\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8) !important;
  }

  .\32xl\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85) !important;
  }

  .\32xl\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9) !important;
  }

  .\32xl\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95) !important;
  }

  .\32xl\:border-t-purple-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0) !important;
  }

  .\32xl\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1) !important;
  }

  .\32xl\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1) !important;
  }

  .\32xl\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15) !important;
  }

  .\32xl\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2) !important;
  }

  .\32xl\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25) !important;
  }

  .\32xl\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3) !important;
  }

  .\32xl\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35) !important;
  }

  .\32xl\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4) !important;
  }

  .\32xl\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45) !important;
  }

  .\32xl\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05) !important;
  }

  .\32xl\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5) !important;
  }

  .\32xl\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55) !important;
  }

  .\32xl\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6) !important;
  }

  .\32xl\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65) !important;
  }

  .\32xl\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7) !important;
  }

  .\32xl\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75) !important;
  }

  .\32xl\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8) !important;
  }

  .\32xl\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85) !important;
  }

  .\32xl\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9) !important;
  }

  .\32xl\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95) !important;
  }

  .\32xl\:border-t-purple-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0) !important;
  }

  .\32xl\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1) !important;
  }

  .\32xl\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1) !important;
  }

  .\32xl\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15) !important;
  }

  .\32xl\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2) !important;
  }

  .\32xl\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25) !important;
  }

  .\32xl\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3) !important;
  }

  .\32xl\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35) !important;
  }

  .\32xl\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4) !important;
  }

  .\32xl\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45) !important;
  }

  .\32xl\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05) !important;
  }

  .\32xl\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5) !important;
  }

  .\32xl\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55) !important;
  }

  .\32xl\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6) !important;
  }

  .\32xl\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65) !important;
  }

  .\32xl\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7) !important;
  }

  .\32xl\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75) !important;
  }

  .\32xl\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8) !important;
  }

  .\32xl\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85) !important;
  }

  .\32xl\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9) !important;
  }

  .\32xl\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95) !important;
  }

  .\32xl\:border-t-purple-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0) !important;
  }

  .\32xl\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1) !important;
  }

  .\32xl\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1) !important;
  }

  .\32xl\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15) !important;
  }

  .\32xl\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2) !important;
  }

  .\32xl\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25) !important;
  }

  .\32xl\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3) !important;
  }

  .\32xl\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35) !important;
  }

  .\32xl\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4) !important;
  }

  .\32xl\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45) !important;
  }

  .\32xl\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05) !important;
  }

  .\32xl\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5) !important;
  }

  .\32xl\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55) !important;
  }

  .\32xl\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6) !important;
  }

  .\32xl\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65) !important;
  }

  .\32xl\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7) !important;
  }

  .\32xl\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75) !important;
  }

  .\32xl\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8) !important;
  }

  .\32xl\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85) !important;
  }

  .\32xl\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9) !important;
  }

  .\32xl\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95) !important;
  }

  .\32xl\:border-t-purple-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0) !important;
  }

  .\32xl\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1) !important;
  }

  .\32xl\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1) !important;
  }

  .\32xl\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15) !important;
  }

  .\32xl\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2) !important;
  }

  .\32xl\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25) !important;
  }

  .\32xl\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3) !important;
  }

  .\32xl\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35) !important;
  }

  .\32xl\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4) !important;
  }

  .\32xl\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45) !important;
  }

  .\32xl\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05) !important;
  }

  .\32xl\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5) !important;
  }

  .\32xl\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55) !important;
  }

  .\32xl\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6) !important;
  }

  .\32xl\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65) !important;
  }

  .\32xl\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7) !important;
  }

  .\32xl\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75) !important;
  }

  .\32xl\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8) !important;
  }

  .\32xl\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85) !important;
  }

  .\32xl\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9) !important;
  }

  .\32xl\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95) !important;
  }

  .\32xl\:border-t-purple-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0) !important;
  }

  .\32xl\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1) !important;
  }

  .\32xl\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1) !important;
  }

  .\32xl\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15) !important;
  }

  .\32xl\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2) !important;
  }

  .\32xl\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25) !important;
  }

  .\32xl\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3) !important;
  }

  .\32xl\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35) !important;
  }

  .\32xl\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4) !important;
  }

  .\32xl\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45) !important;
  }

  .\32xl\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05) !important;
  }

  .\32xl\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5) !important;
  }

  .\32xl\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55) !important;
  }

  .\32xl\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6) !important;
  }

  .\32xl\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65) !important;
  }

  .\32xl\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7) !important;
  }

  .\32xl\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75) !important;
  }

  .\32xl\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8) !important;
  }

  .\32xl\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85) !important;
  }

  .\32xl\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9) !important;
  }

  .\32xl\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95) !important;
  }

  .\32xl\:border-t-purple-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0) !important;
  }

  .\32xl\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1) !important;
  }

  .\32xl\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1) !important;
  }

  .\32xl\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15) !important;
  }

  .\32xl\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2) !important;
  }

  .\32xl\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25) !important;
  }

  .\32xl\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3) !important;
  }

  .\32xl\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35) !important;
  }

  .\32xl\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4) !important;
  }

  .\32xl\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45) !important;
  }

  .\32xl\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05) !important;
  }

  .\32xl\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5) !important;
  }

  .\32xl\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55) !important;
  }

  .\32xl\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6) !important;
  }

  .\32xl\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65) !important;
  }

  .\32xl\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7) !important;
  }

  .\32xl\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75) !important;
  }

  .\32xl\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8) !important;
  }

  .\32xl\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85) !important;
  }

  .\32xl\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9) !important;
  }

  .\32xl\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95) !important;
  }

  .\32xl\:border-t-purple-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0) !important;
  }

  .\32xl\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1) !important;
  }

  .\32xl\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1) !important;
  }

  .\32xl\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15) !important;
  }

  .\32xl\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2) !important;
  }

  .\32xl\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25) !important;
  }

  .\32xl\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3) !important;
  }

  .\32xl\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35) !important;
  }

  .\32xl\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4) !important;
  }

  .\32xl\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45) !important;
  }

  .\32xl\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05) !important;
  }

  .\32xl\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5) !important;
  }

  .\32xl\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55) !important;
  }

  .\32xl\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6) !important;
  }

  .\32xl\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65) !important;
  }

  .\32xl\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7) !important;
  }

  .\32xl\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75) !important;
  }

  .\32xl\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8) !important;
  }

  .\32xl\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85) !important;
  }

  .\32xl\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9) !important;
  }

  .\32xl\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95) !important;
  }

  .\32xl\:border-t-red-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0) !important;
  }

  .\32xl\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1) !important;
  }

  .\32xl\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1) !important;
  }

  .\32xl\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15) !important;
  }

  .\32xl\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2) !important;
  }

  .\32xl\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25) !important;
  }

  .\32xl\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3) !important;
  }

  .\32xl\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35) !important;
  }

  .\32xl\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4) !important;
  }

  .\32xl\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45) !important;
  }

  .\32xl\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05) !important;
  }

  .\32xl\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5) !important;
  }

  .\32xl\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55) !important;
  }

  .\32xl\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6) !important;
  }

  .\32xl\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65) !important;
  }

  .\32xl\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7) !important;
  }

  .\32xl\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75) !important;
  }

  .\32xl\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8) !important;
  }

  .\32xl\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85) !important;
  }

  .\32xl\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9) !important;
  }

  .\32xl\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95) !important;
  }

  .\32xl\:border-t-red-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0) !important;
  }

  .\32xl\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1) !important;
  }

  .\32xl\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1) !important;
  }

  .\32xl\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15) !important;
  }

  .\32xl\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2) !important;
  }

  .\32xl\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25) !important;
  }

  .\32xl\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3) !important;
  }

  .\32xl\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35) !important;
  }

  .\32xl\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4) !important;
  }

  .\32xl\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45) !important;
  }

  .\32xl\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05) !important;
  }

  .\32xl\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5) !important;
  }

  .\32xl\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55) !important;
  }

  .\32xl\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6) !important;
  }

  .\32xl\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65) !important;
  }

  .\32xl\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7) !important;
  }

  .\32xl\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75) !important;
  }

  .\32xl\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8) !important;
  }

  .\32xl\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85) !important;
  }

  .\32xl\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9) !important;
  }

  .\32xl\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95) !important;
  }

  .\32xl\:border-t-red-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0) !important;
  }

  .\32xl\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1) !important;
  }

  .\32xl\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1) !important;
  }

  .\32xl\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15) !important;
  }

  .\32xl\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2) !important;
  }

  .\32xl\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25) !important;
  }

  .\32xl\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3) !important;
  }

  .\32xl\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35) !important;
  }

  .\32xl\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4) !important;
  }

  .\32xl\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45) !important;
  }

  .\32xl\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05) !important;
  }

  .\32xl\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5) !important;
  }

  .\32xl\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55) !important;
  }

  .\32xl\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6) !important;
  }

  .\32xl\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65) !important;
  }

  .\32xl\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7) !important;
  }

  .\32xl\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75) !important;
  }

  .\32xl\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8) !important;
  }

  .\32xl\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85) !important;
  }

  .\32xl\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9) !important;
  }

  .\32xl\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95) !important;
  }

  .\32xl\:border-t-red-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0) !important;
  }

  .\32xl\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1) !important;
  }

  .\32xl\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1) !important;
  }

  .\32xl\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15) !important;
  }

  .\32xl\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2) !important;
  }

  .\32xl\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25) !important;
  }

  .\32xl\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3) !important;
  }

  .\32xl\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35) !important;
  }

  .\32xl\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4) !important;
  }

  .\32xl\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45) !important;
  }

  .\32xl\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05) !important;
  }

  .\32xl\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5) !important;
  }

  .\32xl\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55) !important;
  }

  .\32xl\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6) !important;
  }

  .\32xl\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65) !important;
  }

  .\32xl\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7) !important;
  }

  .\32xl\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75) !important;
  }

  .\32xl\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8) !important;
  }

  .\32xl\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85) !important;
  }

  .\32xl\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9) !important;
  }

  .\32xl\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95) !important;
  }

  .\32xl\:border-t-red-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0) !important;
  }

  .\32xl\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1) !important;
  }

  .\32xl\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1) !important;
  }

  .\32xl\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15) !important;
  }

  .\32xl\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2) !important;
  }

  .\32xl\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25) !important;
  }

  .\32xl\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3) !important;
  }

  .\32xl\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35) !important;
  }

  .\32xl\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4) !important;
  }

  .\32xl\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45) !important;
  }

  .\32xl\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05) !important;
  }

  .\32xl\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5) !important;
  }

  .\32xl\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55) !important;
  }

  .\32xl\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6) !important;
  }

  .\32xl\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65) !important;
  }

  .\32xl\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7) !important;
  }

  .\32xl\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75) !important;
  }

  .\32xl\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8) !important;
  }

  .\32xl\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85) !important;
  }

  .\32xl\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9) !important;
  }

  .\32xl\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95) !important;
  }

  .\32xl\:border-t-red-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0) !important;
  }

  .\32xl\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1) !important;
  }

  .\32xl\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1) !important;
  }

  .\32xl\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15) !important;
  }

  .\32xl\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2) !important;
  }

  .\32xl\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25) !important;
  }

  .\32xl\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3) !important;
  }

  .\32xl\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35) !important;
  }

  .\32xl\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4) !important;
  }

  .\32xl\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45) !important;
  }

  .\32xl\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05) !important;
  }

  .\32xl\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5) !important;
  }

  .\32xl\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55) !important;
  }

  .\32xl\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6) !important;
  }

  .\32xl\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65) !important;
  }

  .\32xl\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7) !important;
  }

  .\32xl\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75) !important;
  }

  .\32xl\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8) !important;
  }

  .\32xl\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85) !important;
  }

  .\32xl\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9) !important;
  }

  .\32xl\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95) !important;
  }

  .\32xl\:border-t-red-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0) !important;
  }

  .\32xl\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1) !important;
  }

  .\32xl\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1) !important;
  }

  .\32xl\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15) !important;
  }

  .\32xl\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2) !important;
  }

  .\32xl\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25) !important;
  }

  .\32xl\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3) !important;
  }

  .\32xl\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35) !important;
  }

  .\32xl\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4) !important;
  }

  .\32xl\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45) !important;
  }

  .\32xl\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05) !important;
  }

  .\32xl\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5) !important;
  }

  .\32xl\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55) !important;
  }

  .\32xl\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6) !important;
  }

  .\32xl\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65) !important;
  }

  .\32xl\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7) !important;
  }

  .\32xl\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75) !important;
  }

  .\32xl\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8) !important;
  }

  .\32xl\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85) !important;
  }

  .\32xl\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9) !important;
  }

  .\32xl\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95) !important;
  }

  .\32xl\:border-t-red-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0) !important;
  }

  .\32xl\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1) !important;
  }

  .\32xl\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1) !important;
  }

  .\32xl\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15) !important;
  }

  .\32xl\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2) !important;
  }

  .\32xl\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25) !important;
  }

  .\32xl\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3) !important;
  }

  .\32xl\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35) !important;
  }

  .\32xl\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4) !important;
  }

  .\32xl\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45) !important;
  }

  .\32xl\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05) !important;
  }

  .\32xl\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5) !important;
  }

  .\32xl\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55) !important;
  }

  .\32xl\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6) !important;
  }

  .\32xl\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65) !important;
  }

  .\32xl\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7) !important;
  }

  .\32xl\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75) !important;
  }

  .\32xl\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8) !important;
  }

  .\32xl\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85) !important;
  }

  .\32xl\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9) !important;
  }

  .\32xl\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95) !important;
  }

  .\32xl\:border-t-red-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0) !important;
  }

  .\32xl\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1) !important;
  }

  .\32xl\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1) !important;
  }

  .\32xl\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15) !important;
  }

  .\32xl\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2) !important;
  }

  .\32xl\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25) !important;
  }

  .\32xl\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3) !important;
  }

  .\32xl\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35) !important;
  }

  .\32xl\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4) !important;
  }

  .\32xl\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45) !important;
  }

  .\32xl\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05) !important;
  }

  .\32xl\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5) !important;
  }

  .\32xl\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55) !important;
  }

  .\32xl\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6) !important;
  }

  .\32xl\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65) !important;
  }

  .\32xl\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7) !important;
  }

  .\32xl\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75) !important;
  }

  .\32xl\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8) !important;
  }

  .\32xl\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85) !important;
  }

  .\32xl\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9) !important;
  }

  .\32xl\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95) !important;
  }

  .\32xl\:border-t-red-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0) !important;
  }

  .\32xl\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1) !important;
  }

  .\32xl\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1) !important;
  }

  .\32xl\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15) !important;
  }

  .\32xl\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2) !important;
  }

  .\32xl\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25) !important;
  }

  .\32xl\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3) !important;
  }

  .\32xl\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35) !important;
  }

  .\32xl\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4) !important;
  }

  .\32xl\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45) !important;
  }

  .\32xl\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05) !important;
  }

  .\32xl\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5) !important;
  }

  .\32xl\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55) !important;
  }

  .\32xl\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6) !important;
  }

  .\32xl\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65) !important;
  }

  .\32xl\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7) !important;
  }

  .\32xl\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75) !important;
  }

  .\32xl\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8) !important;
  }

  .\32xl\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85) !important;
  }

  .\32xl\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9) !important;
  }

  .\32xl\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95) !important;
  }

  .\32xl\:border-t-red-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0) !important;
  }

  .\32xl\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1) !important;
  }

  .\32xl\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1) !important;
  }

  .\32xl\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15) !important;
  }

  .\32xl\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2) !important;
  }

  .\32xl\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25) !important;
  }

  .\32xl\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3) !important;
  }

  .\32xl\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35) !important;
  }

  .\32xl\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4) !important;
  }

  .\32xl\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45) !important;
  }

  .\32xl\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05) !important;
  }

  .\32xl\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5) !important;
  }

  .\32xl\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55) !important;
  }

  .\32xl\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6) !important;
  }

  .\32xl\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65) !important;
  }

  .\32xl\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7) !important;
  }

  .\32xl\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75) !important;
  }

  .\32xl\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8) !important;
  }

  .\32xl\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85) !important;
  }

  .\32xl\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9) !important;
  }

  .\32xl\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95) !important;
  }

  .\32xl\:border-t-rose-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0) !important;
  }

  .\32xl\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1) !important;
  }

  .\32xl\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1) !important;
  }

  .\32xl\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15) !important;
  }

  .\32xl\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2) !important;
  }

  .\32xl\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25) !important;
  }

  .\32xl\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3) !important;
  }

  .\32xl\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35) !important;
  }

  .\32xl\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4) !important;
  }

  .\32xl\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45) !important;
  }

  .\32xl\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05) !important;
  }

  .\32xl\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5) !important;
  }

  .\32xl\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55) !important;
  }

  .\32xl\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6) !important;
  }

  .\32xl\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65) !important;
  }

  .\32xl\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7) !important;
  }

  .\32xl\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75) !important;
  }

  .\32xl\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8) !important;
  }

  .\32xl\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85) !important;
  }

  .\32xl\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9) !important;
  }

  .\32xl\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95) !important;
  }

  .\32xl\:border-t-rose-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0) !important;
  }

  .\32xl\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1) !important;
  }

  .\32xl\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1) !important;
  }

  .\32xl\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15) !important;
  }

  .\32xl\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2) !important;
  }

  .\32xl\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25) !important;
  }

  .\32xl\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3) !important;
  }

  .\32xl\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35) !important;
  }

  .\32xl\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4) !important;
  }

  .\32xl\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45) !important;
  }

  .\32xl\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05) !important;
  }

  .\32xl\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5) !important;
  }

  .\32xl\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55) !important;
  }

  .\32xl\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6) !important;
  }

  .\32xl\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65) !important;
  }

  .\32xl\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7) !important;
  }

  .\32xl\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75) !important;
  }

  .\32xl\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8) !important;
  }

  .\32xl\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85) !important;
  }

  .\32xl\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9) !important;
  }

  .\32xl\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95) !important;
  }

  .\32xl\:border-t-rose-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0) !important;
  }

  .\32xl\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1) !important;
  }

  .\32xl\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1) !important;
  }

  .\32xl\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15) !important;
  }

  .\32xl\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2) !important;
  }

  .\32xl\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25) !important;
  }

  .\32xl\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3) !important;
  }

  .\32xl\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35) !important;
  }

  .\32xl\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4) !important;
  }

  .\32xl\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45) !important;
  }

  .\32xl\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05) !important;
  }

  .\32xl\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5) !important;
  }

  .\32xl\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55) !important;
  }

  .\32xl\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6) !important;
  }

  .\32xl\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65) !important;
  }

  .\32xl\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7) !important;
  }

  .\32xl\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75) !important;
  }

  .\32xl\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8) !important;
  }

  .\32xl\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85) !important;
  }

  .\32xl\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9) !important;
  }

  .\32xl\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95) !important;
  }

  .\32xl\:border-t-rose-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0) !important;
  }

  .\32xl\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1) !important;
  }

  .\32xl\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1) !important;
  }

  .\32xl\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15) !important;
  }

  .\32xl\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2) !important;
  }

  .\32xl\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25) !important;
  }

  .\32xl\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3) !important;
  }

  .\32xl\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35) !important;
  }

  .\32xl\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4) !important;
  }

  .\32xl\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45) !important;
  }

  .\32xl\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05) !important;
  }

  .\32xl\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5) !important;
  }

  .\32xl\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55) !important;
  }

  .\32xl\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6) !important;
  }

  .\32xl\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65) !important;
  }

  .\32xl\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7) !important;
  }

  .\32xl\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75) !important;
  }

  .\32xl\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8) !important;
  }

  .\32xl\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85) !important;
  }

  .\32xl\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9) !important;
  }

  .\32xl\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95) !important;
  }

  .\32xl\:border-t-rose-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0) !important;
  }

  .\32xl\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1) !important;
  }

  .\32xl\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1) !important;
  }

  .\32xl\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15) !important;
  }

  .\32xl\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2) !important;
  }

  .\32xl\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25) !important;
  }

  .\32xl\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3) !important;
  }

  .\32xl\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35) !important;
  }

  .\32xl\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4) !important;
  }

  .\32xl\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45) !important;
  }

  .\32xl\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05) !important;
  }

  .\32xl\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5) !important;
  }

  .\32xl\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55) !important;
  }

  .\32xl\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6) !important;
  }

  .\32xl\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65) !important;
  }

  .\32xl\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7) !important;
  }

  .\32xl\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75) !important;
  }

  .\32xl\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8) !important;
  }

  .\32xl\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85) !important;
  }

  .\32xl\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9) !important;
  }

  .\32xl\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95) !important;
  }

  .\32xl\:border-t-rose-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0) !important;
  }

  .\32xl\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1) !important;
  }

  .\32xl\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1) !important;
  }

  .\32xl\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15) !important;
  }

  .\32xl\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2) !important;
  }

  .\32xl\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25) !important;
  }

  .\32xl\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3) !important;
  }

  .\32xl\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35) !important;
  }

  .\32xl\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4) !important;
  }

  .\32xl\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45) !important;
  }

  .\32xl\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05) !important;
  }

  .\32xl\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5) !important;
  }

  .\32xl\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55) !important;
  }

  .\32xl\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6) !important;
  }

  .\32xl\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65) !important;
  }

  .\32xl\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7) !important;
  }

  .\32xl\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75) !important;
  }

  .\32xl\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8) !important;
  }

  .\32xl\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85) !important;
  }

  .\32xl\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9) !important;
  }

  .\32xl\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95) !important;
  }

  .\32xl\:border-t-rose-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0) !important;
  }

  .\32xl\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1) !important;
  }

  .\32xl\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1) !important;
  }

  .\32xl\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15) !important;
  }

  .\32xl\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2) !important;
  }

  .\32xl\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25) !important;
  }

  .\32xl\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3) !important;
  }

  .\32xl\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35) !important;
  }

  .\32xl\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4) !important;
  }

  .\32xl\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45) !important;
  }

  .\32xl\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05) !important;
  }

  .\32xl\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5) !important;
  }

  .\32xl\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55) !important;
  }

  .\32xl\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6) !important;
  }

  .\32xl\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65) !important;
  }

  .\32xl\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7) !important;
  }

  .\32xl\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75) !important;
  }

  .\32xl\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8) !important;
  }

  .\32xl\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85) !important;
  }

  .\32xl\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9) !important;
  }

  .\32xl\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95) !important;
  }

  .\32xl\:border-t-rose-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0) !important;
  }

  .\32xl\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1) !important;
  }

  .\32xl\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1) !important;
  }

  .\32xl\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15) !important;
  }

  .\32xl\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2) !important;
  }

  .\32xl\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25) !important;
  }

  .\32xl\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3) !important;
  }

  .\32xl\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35) !important;
  }

  .\32xl\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4) !important;
  }

  .\32xl\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45) !important;
  }

  .\32xl\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05) !important;
  }

  .\32xl\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5) !important;
  }

  .\32xl\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55) !important;
  }

  .\32xl\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6) !important;
  }

  .\32xl\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65) !important;
  }

  .\32xl\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7) !important;
  }

  .\32xl\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75) !important;
  }

  .\32xl\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8) !important;
  }

  .\32xl\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85) !important;
  }

  .\32xl\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9) !important;
  }

  .\32xl\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95) !important;
  }

  .\32xl\:border-t-rose-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0) !important;
  }

  .\32xl\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1) !important;
  }

  .\32xl\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1) !important;
  }

  .\32xl\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15) !important;
  }

  .\32xl\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2) !important;
  }

  .\32xl\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25) !important;
  }

  .\32xl\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3) !important;
  }

  .\32xl\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35) !important;
  }

  .\32xl\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4) !important;
  }

  .\32xl\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45) !important;
  }

  .\32xl\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05) !important;
  }

  .\32xl\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5) !important;
  }

  .\32xl\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55) !important;
  }

  .\32xl\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6) !important;
  }

  .\32xl\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65) !important;
  }

  .\32xl\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7) !important;
  }

  .\32xl\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75) !important;
  }

  .\32xl\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8) !important;
  }

  .\32xl\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85) !important;
  }

  .\32xl\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9) !important;
  }

  .\32xl\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95) !important;
  }

  .\32xl\:border-t-rose-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0) !important;
  }

  .\32xl\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1) !important;
  }

  .\32xl\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1) !important;
  }

  .\32xl\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15) !important;
  }

  .\32xl\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2) !important;
  }

  .\32xl\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25) !important;
  }

  .\32xl\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3) !important;
  }

  .\32xl\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35) !important;
  }

  .\32xl\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4) !important;
  }

  .\32xl\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45) !important;
  }

  .\32xl\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05) !important;
  }

  .\32xl\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5) !important;
  }

  .\32xl\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55) !important;
  }

  .\32xl\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6) !important;
  }

  .\32xl\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65) !important;
  }

  .\32xl\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7) !important;
  }

  .\32xl\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75) !important;
  }

  .\32xl\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8) !important;
  }

  .\32xl\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85) !important;
  }

  .\32xl\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9) !important;
  }

  .\32xl\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95) !important;
  }

  .\32xl\:border-t-rose-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0) !important;
  }

  .\32xl\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1) !important;
  }

  .\32xl\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1) !important;
  }

  .\32xl\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15) !important;
  }

  .\32xl\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2) !important;
  }

  .\32xl\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25) !important;
  }

  .\32xl\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3) !important;
  }

  .\32xl\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35) !important;
  }

  .\32xl\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4) !important;
  }

  .\32xl\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45) !important;
  }

  .\32xl\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05) !important;
  }

  .\32xl\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5) !important;
  }

  .\32xl\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55) !important;
  }

  .\32xl\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6) !important;
  }

  .\32xl\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65) !important;
  }

  .\32xl\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7) !important;
  }

  .\32xl\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75) !important;
  }

  .\32xl\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8) !important;
  }

  .\32xl\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85) !important;
  }

  .\32xl\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9) !important;
  }

  .\32xl\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95) !important;
  }

  .\32xl\:border-t-sky-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0) !important;
  }

  .\32xl\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1) !important;
  }

  .\32xl\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1) !important;
  }

  .\32xl\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15) !important;
  }

  .\32xl\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2) !important;
  }

  .\32xl\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25) !important;
  }

  .\32xl\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3) !important;
  }

  .\32xl\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35) !important;
  }

  .\32xl\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4) !important;
  }

  .\32xl\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45) !important;
  }

  .\32xl\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05) !important;
  }

  .\32xl\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5) !important;
  }

  .\32xl\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55) !important;
  }

  .\32xl\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6) !important;
  }

  .\32xl\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65) !important;
  }

  .\32xl\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7) !important;
  }

  .\32xl\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75) !important;
  }

  .\32xl\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8) !important;
  }

  .\32xl\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85) !important;
  }

  .\32xl\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9) !important;
  }

  .\32xl\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95) !important;
  }

  .\32xl\:border-t-sky-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0) !important;
  }

  .\32xl\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1) !important;
  }

  .\32xl\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1) !important;
  }

  .\32xl\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15) !important;
  }

  .\32xl\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2) !important;
  }

  .\32xl\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25) !important;
  }

  .\32xl\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3) !important;
  }

  .\32xl\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35) !important;
  }

  .\32xl\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4) !important;
  }

  .\32xl\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45) !important;
  }

  .\32xl\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05) !important;
  }

  .\32xl\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5) !important;
  }

  .\32xl\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55) !important;
  }

  .\32xl\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6) !important;
  }

  .\32xl\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65) !important;
  }

  .\32xl\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7) !important;
  }

  .\32xl\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75) !important;
  }

  .\32xl\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8) !important;
  }

  .\32xl\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85) !important;
  }

  .\32xl\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9) !important;
  }

  .\32xl\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95) !important;
  }

  .\32xl\:border-t-sky-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0) !important;
  }

  .\32xl\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1) !important;
  }

  .\32xl\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1) !important;
  }

  .\32xl\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15) !important;
  }

  .\32xl\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2) !important;
  }

  .\32xl\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25) !important;
  }

  .\32xl\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3) !important;
  }

  .\32xl\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35) !important;
  }

  .\32xl\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4) !important;
  }

  .\32xl\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45) !important;
  }

  .\32xl\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05) !important;
  }

  .\32xl\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5) !important;
  }

  .\32xl\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55) !important;
  }

  .\32xl\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6) !important;
  }

  .\32xl\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65) !important;
  }

  .\32xl\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7) !important;
  }

  .\32xl\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75) !important;
  }

  .\32xl\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8) !important;
  }

  .\32xl\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85) !important;
  }

  .\32xl\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9) !important;
  }

  .\32xl\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95) !important;
  }

  .\32xl\:border-t-sky-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0) !important;
  }

  .\32xl\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1) !important;
  }

  .\32xl\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1) !important;
  }

  .\32xl\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15) !important;
  }

  .\32xl\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2) !important;
  }

  .\32xl\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25) !important;
  }

  .\32xl\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3) !important;
  }

  .\32xl\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35) !important;
  }

  .\32xl\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4) !important;
  }

  .\32xl\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45) !important;
  }

  .\32xl\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05) !important;
  }

  .\32xl\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5) !important;
  }

  .\32xl\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55) !important;
  }

  .\32xl\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6) !important;
  }

  .\32xl\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65) !important;
  }

  .\32xl\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7) !important;
  }

  .\32xl\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75) !important;
  }

  .\32xl\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8) !important;
  }

  .\32xl\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85) !important;
  }

  .\32xl\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9) !important;
  }

  .\32xl\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95) !important;
  }

  .\32xl\:border-t-sky-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0) !important;
  }

  .\32xl\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1) !important;
  }

  .\32xl\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1) !important;
  }

  .\32xl\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15) !important;
  }

  .\32xl\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2) !important;
  }

  .\32xl\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25) !important;
  }

  .\32xl\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3) !important;
  }

  .\32xl\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35) !important;
  }

  .\32xl\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4) !important;
  }

  .\32xl\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45) !important;
  }

  .\32xl\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05) !important;
  }

  .\32xl\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5) !important;
  }

  .\32xl\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55) !important;
  }

  .\32xl\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6) !important;
  }

  .\32xl\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65) !important;
  }

  .\32xl\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7) !important;
  }

  .\32xl\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75) !important;
  }

  .\32xl\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8) !important;
  }

  .\32xl\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85) !important;
  }

  .\32xl\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9) !important;
  }

  .\32xl\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95) !important;
  }

  .\32xl\:border-t-sky-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0) !important;
  }

  .\32xl\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1) !important;
  }

  .\32xl\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1) !important;
  }

  .\32xl\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15) !important;
  }

  .\32xl\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2) !important;
  }

  .\32xl\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25) !important;
  }

  .\32xl\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3) !important;
  }

  .\32xl\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35) !important;
  }

  .\32xl\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4) !important;
  }

  .\32xl\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45) !important;
  }

  .\32xl\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05) !important;
  }

  .\32xl\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5) !important;
  }

  .\32xl\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55) !important;
  }

  .\32xl\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6) !important;
  }

  .\32xl\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65) !important;
  }

  .\32xl\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7) !important;
  }

  .\32xl\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75) !important;
  }

  .\32xl\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8) !important;
  }

  .\32xl\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85) !important;
  }

  .\32xl\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9) !important;
  }

  .\32xl\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95) !important;
  }

  .\32xl\:border-t-sky-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0) !important;
  }

  .\32xl\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1) !important;
  }

  .\32xl\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1) !important;
  }

  .\32xl\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15) !important;
  }

  .\32xl\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2) !important;
  }

  .\32xl\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25) !important;
  }

  .\32xl\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3) !important;
  }

  .\32xl\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35) !important;
  }

  .\32xl\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4) !important;
  }

  .\32xl\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45) !important;
  }

  .\32xl\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05) !important;
  }

  .\32xl\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5) !important;
  }

  .\32xl\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55) !important;
  }

  .\32xl\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6) !important;
  }

  .\32xl\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65) !important;
  }

  .\32xl\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7) !important;
  }

  .\32xl\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75) !important;
  }

  .\32xl\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8) !important;
  }

  .\32xl\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85) !important;
  }

  .\32xl\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9) !important;
  }

  .\32xl\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95) !important;
  }

  .\32xl\:border-t-sky-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0) !important;
  }

  .\32xl\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1) !important;
  }

  .\32xl\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1) !important;
  }

  .\32xl\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15) !important;
  }

  .\32xl\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2) !important;
  }

  .\32xl\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25) !important;
  }

  .\32xl\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3) !important;
  }

  .\32xl\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35) !important;
  }

  .\32xl\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4) !important;
  }

  .\32xl\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45) !important;
  }

  .\32xl\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05) !important;
  }

  .\32xl\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5) !important;
  }

  .\32xl\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55) !important;
  }

  .\32xl\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6) !important;
  }

  .\32xl\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65) !important;
  }

  .\32xl\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7) !important;
  }

  .\32xl\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75) !important;
  }

  .\32xl\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8) !important;
  }

  .\32xl\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85) !important;
  }

  .\32xl\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9) !important;
  }

  .\32xl\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95) !important;
  }

  .\32xl\:border-t-sky-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0) !important;
  }

  .\32xl\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1) !important;
  }

  .\32xl\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1) !important;
  }

  .\32xl\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15) !important;
  }

  .\32xl\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2) !important;
  }

  .\32xl\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25) !important;
  }

  .\32xl\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3) !important;
  }

  .\32xl\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35) !important;
  }

  .\32xl\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4) !important;
  }

  .\32xl\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45) !important;
  }

  .\32xl\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05) !important;
  }

  .\32xl\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5) !important;
  }

  .\32xl\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55) !important;
  }

  .\32xl\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6) !important;
  }

  .\32xl\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65) !important;
  }

  .\32xl\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7) !important;
  }

  .\32xl\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75) !important;
  }

  .\32xl\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8) !important;
  }

  .\32xl\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85) !important;
  }

  .\32xl\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9) !important;
  }

  .\32xl\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95) !important;
  }

  .\32xl\:border-t-sky-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0) !important;
  }

  .\32xl\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1) !important;
  }

  .\32xl\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1) !important;
  }

  .\32xl\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15) !important;
  }

  .\32xl\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2) !important;
  }

  .\32xl\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25) !important;
  }

  .\32xl\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3) !important;
  }

  .\32xl\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35) !important;
  }

  .\32xl\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4) !important;
  }

  .\32xl\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45) !important;
  }

  .\32xl\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05) !important;
  }

  .\32xl\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5) !important;
  }

  .\32xl\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55) !important;
  }

  .\32xl\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6) !important;
  }

  .\32xl\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65) !important;
  }

  .\32xl\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7) !important;
  }

  .\32xl\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75) !important;
  }

  .\32xl\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8) !important;
  }

  .\32xl\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85) !important;
  }

  .\32xl\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9) !important;
  }

  .\32xl\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95) !important;
  }

  .\32xl\:border-t-sky-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0) !important;
  }

  .\32xl\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1) !important;
  }

  .\32xl\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1) !important;
  }

  .\32xl\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15) !important;
  }

  .\32xl\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2) !important;
  }

  .\32xl\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25) !important;
  }

  .\32xl\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3) !important;
  }

  .\32xl\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35) !important;
  }

  .\32xl\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4) !important;
  }

  .\32xl\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45) !important;
  }

  .\32xl\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05) !important;
  }

  .\32xl\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5) !important;
  }

  .\32xl\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55) !important;
  }

  .\32xl\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6) !important;
  }

  .\32xl\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65) !important;
  }

  .\32xl\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7) !important;
  }

  .\32xl\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75) !important;
  }

  .\32xl\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8) !important;
  }

  .\32xl\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85) !important;
  }

  .\32xl\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9) !important;
  }

  .\32xl\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95) !important;
  }

  .\32xl\:border-t-slate-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0) !important;
  }

  .\32xl\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1) !important;
  }

  .\32xl\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1) !important;
  }

  .\32xl\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15) !important;
  }

  .\32xl\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2) !important;
  }

  .\32xl\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25) !important;
  }

  .\32xl\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3) !important;
  }

  .\32xl\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35) !important;
  }

  .\32xl\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4) !important;
  }

  .\32xl\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45) !important;
  }

  .\32xl\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05) !important;
  }

  .\32xl\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5) !important;
  }

  .\32xl\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55) !important;
  }

  .\32xl\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6) !important;
  }

  .\32xl\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65) !important;
  }

  .\32xl\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7) !important;
  }

  .\32xl\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75) !important;
  }

  .\32xl\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8) !important;
  }

  .\32xl\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85) !important;
  }

  .\32xl\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9) !important;
  }

  .\32xl\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95) !important;
  }

  .\32xl\:border-t-slate-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0) !important;
  }

  .\32xl\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1) !important;
  }

  .\32xl\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1) !important;
  }

  .\32xl\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15) !important;
  }

  .\32xl\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2) !important;
  }

  .\32xl\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25) !important;
  }

  .\32xl\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3) !important;
  }

  .\32xl\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35) !important;
  }

  .\32xl\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4) !important;
  }

  .\32xl\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45) !important;
  }

  .\32xl\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05) !important;
  }

  .\32xl\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5) !important;
  }

  .\32xl\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55) !important;
  }

  .\32xl\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6) !important;
  }

  .\32xl\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65) !important;
  }

  .\32xl\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7) !important;
  }

  .\32xl\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75) !important;
  }

  .\32xl\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8) !important;
  }

  .\32xl\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85) !important;
  }

  .\32xl\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9) !important;
  }

  .\32xl\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95) !important;
  }

  .\32xl\:border-t-slate-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0) !important;
  }

  .\32xl\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1) !important;
  }

  .\32xl\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1) !important;
  }

  .\32xl\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15) !important;
  }

  .\32xl\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2) !important;
  }

  .\32xl\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25) !important;
  }

  .\32xl\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3) !important;
  }

  .\32xl\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35) !important;
  }

  .\32xl\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4) !important;
  }

  .\32xl\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45) !important;
  }

  .\32xl\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05) !important;
  }

  .\32xl\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5) !important;
  }

  .\32xl\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55) !important;
  }

  .\32xl\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6) !important;
  }

  .\32xl\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65) !important;
  }

  .\32xl\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7) !important;
  }

  .\32xl\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75) !important;
  }

  .\32xl\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8) !important;
  }

  .\32xl\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85) !important;
  }

  .\32xl\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9) !important;
  }

  .\32xl\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95) !important;
  }

  .\32xl\:border-t-slate-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0) !important;
  }

  .\32xl\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1) !important;
  }

  .\32xl\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1) !important;
  }

  .\32xl\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15) !important;
  }

  .\32xl\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2) !important;
  }

  .\32xl\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25) !important;
  }

  .\32xl\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3) !important;
  }

  .\32xl\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35) !important;
  }

  .\32xl\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4) !important;
  }

  .\32xl\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45) !important;
  }

  .\32xl\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05) !important;
  }

  .\32xl\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5) !important;
  }

  .\32xl\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55) !important;
  }

  .\32xl\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6) !important;
  }

  .\32xl\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65) !important;
  }

  .\32xl\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7) !important;
  }

  .\32xl\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75) !important;
  }

  .\32xl\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8) !important;
  }

  .\32xl\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85) !important;
  }

  .\32xl\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9) !important;
  }

  .\32xl\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95) !important;
  }

  .\32xl\:border-t-slate-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0) !important;
  }

  .\32xl\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1) !important;
  }

  .\32xl\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1) !important;
  }

  .\32xl\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15) !important;
  }

  .\32xl\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2) !important;
  }

  .\32xl\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25) !important;
  }

  .\32xl\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3) !important;
  }

  .\32xl\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35) !important;
  }

  .\32xl\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4) !important;
  }

  .\32xl\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45) !important;
  }

  .\32xl\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05) !important;
  }

  .\32xl\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5) !important;
  }

  .\32xl\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55) !important;
  }

  .\32xl\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6) !important;
  }

  .\32xl\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65) !important;
  }

  .\32xl\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7) !important;
  }

  .\32xl\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75) !important;
  }

  .\32xl\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8) !important;
  }

  .\32xl\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85) !important;
  }

  .\32xl\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9) !important;
  }

  .\32xl\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95) !important;
  }

  .\32xl\:border-t-slate-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0) !important;
  }

  .\32xl\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1) !important;
  }

  .\32xl\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1) !important;
  }

  .\32xl\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15) !important;
  }

  .\32xl\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2) !important;
  }

  .\32xl\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25) !important;
  }

  .\32xl\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3) !important;
  }

  .\32xl\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35) !important;
  }

  .\32xl\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4) !important;
  }

  .\32xl\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45) !important;
  }

  .\32xl\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05) !important;
  }

  .\32xl\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5) !important;
  }

  .\32xl\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55) !important;
  }

  .\32xl\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6) !important;
  }

  .\32xl\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65) !important;
  }

  .\32xl\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7) !important;
  }

  .\32xl\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75) !important;
  }

  .\32xl\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8) !important;
  }

  .\32xl\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85) !important;
  }

  .\32xl\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9) !important;
  }

  .\32xl\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95) !important;
  }

  .\32xl\:border-t-slate-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0) !important;
  }

  .\32xl\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1) !important;
  }

  .\32xl\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1) !important;
  }

  .\32xl\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15) !important;
  }

  .\32xl\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2) !important;
  }

  .\32xl\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25) !important;
  }

  .\32xl\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3) !important;
  }

  .\32xl\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35) !important;
  }

  .\32xl\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4) !important;
  }

  .\32xl\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45) !important;
  }

  .\32xl\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05) !important;
  }

  .\32xl\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5) !important;
  }

  .\32xl\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55) !important;
  }

  .\32xl\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6) !important;
  }

  .\32xl\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65) !important;
  }

  .\32xl\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7) !important;
  }

  .\32xl\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75) !important;
  }

  .\32xl\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8) !important;
  }

  .\32xl\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85) !important;
  }

  .\32xl\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9) !important;
  }

  .\32xl\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95) !important;
  }

  .\32xl\:border-t-slate-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0) !important;
  }

  .\32xl\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1) !important;
  }

  .\32xl\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1) !important;
  }

  .\32xl\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15) !important;
  }

  .\32xl\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2) !important;
  }

  .\32xl\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25) !important;
  }

  .\32xl\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3) !important;
  }

  .\32xl\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35) !important;
  }

  .\32xl\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4) !important;
  }

  .\32xl\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45) !important;
  }

  .\32xl\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05) !important;
  }

  .\32xl\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5) !important;
  }

  .\32xl\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55) !important;
  }

  .\32xl\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6) !important;
  }

  .\32xl\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65) !important;
  }

  .\32xl\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7) !important;
  }

  .\32xl\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75) !important;
  }

  .\32xl\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8) !important;
  }

  .\32xl\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85) !important;
  }

  .\32xl\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9) !important;
  }

  .\32xl\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95) !important;
  }

  .\32xl\:border-t-slate-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0) !important;
  }

  .\32xl\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1) !important;
  }

  .\32xl\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1) !important;
  }

  .\32xl\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15) !important;
  }

  .\32xl\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2) !important;
  }

  .\32xl\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25) !important;
  }

  .\32xl\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3) !important;
  }

  .\32xl\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35) !important;
  }

  .\32xl\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4) !important;
  }

  .\32xl\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45) !important;
  }

  .\32xl\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05) !important;
  }

  .\32xl\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5) !important;
  }

  .\32xl\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55) !important;
  }

  .\32xl\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6) !important;
  }

  .\32xl\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65) !important;
  }

  .\32xl\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7) !important;
  }

  .\32xl\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75) !important;
  }

  .\32xl\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8) !important;
  }

  .\32xl\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85) !important;
  }

  .\32xl\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9) !important;
  }

  .\32xl\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95) !important;
  }

  .\32xl\:border-t-slate-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0) !important;
  }

  .\32xl\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1) !important;
  }

  .\32xl\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1) !important;
  }

  .\32xl\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15) !important;
  }

  .\32xl\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2) !important;
  }

  .\32xl\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25) !important;
  }

  .\32xl\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3) !important;
  }

  .\32xl\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35) !important;
  }

  .\32xl\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4) !important;
  }

  .\32xl\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45) !important;
  }

  .\32xl\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05) !important;
  }

  .\32xl\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5) !important;
  }

  .\32xl\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55) !important;
  }

  .\32xl\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6) !important;
  }

  .\32xl\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65) !important;
  }

  .\32xl\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7) !important;
  }

  .\32xl\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75) !important;
  }

  .\32xl\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8) !important;
  }

  .\32xl\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85) !important;
  }

  .\32xl\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9) !important;
  }

  .\32xl\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95) !important;
  }

  .\32xl\:border-t-slate-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0) !important;
  }

  .\32xl\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1) !important;
  }

  .\32xl\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1) !important;
  }

  .\32xl\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15) !important;
  }

  .\32xl\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2) !important;
  }

  .\32xl\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25) !important;
  }

  .\32xl\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3) !important;
  }

  .\32xl\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35) !important;
  }

  .\32xl\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4) !important;
  }

  .\32xl\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45) !important;
  }

  .\32xl\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05) !important;
  }

  .\32xl\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5) !important;
  }

  .\32xl\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55) !important;
  }

  .\32xl\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6) !important;
  }

  .\32xl\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65) !important;
  }

  .\32xl\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7) !important;
  }

  .\32xl\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75) !important;
  }

  .\32xl\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8) !important;
  }

  .\32xl\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85) !important;
  }

  .\32xl\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9) !important;
  }

  .\32xl\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95) !important;
  }

  .\32xl\:border-t-stone-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0) !important;
  }

  .\32xl\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1) !important;
  }

  .\32xl\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1) !important;
  }

  .\32xl\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15) !important;
  }

  .\32xl\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2) !important;
  }

  .\32xl\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25) !important;
  }

  .\32xl\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3) !important;
  }

  .\32xl\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35) !important;
  }

  .\32xl\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4) !important;
  }

  .\32xl\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45) !important;
  }

  .\32xl\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05) !important;
  }

  .\32xl\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5) !important;
  }

  .\32xl\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55) !important;
  }

  .\32xl\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6) !important;
  }

  .\32xl\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65) !important;
  }

  .\32xl\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7) !important;
  }

  .\32xl\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75) !important;
  }

  .\32xl\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8) !important;
  }

  .\32xl\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85) !important;
  }

  .\32xl\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9) !important;
  }

  .\32xl\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95) !important;
  }

  .\32xl\:border-t-stone-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0) !important;
  }

  .\32xl\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1) !important;
  }

  .\32xl\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1) !important;
  }

  .\32xl\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15) !important;
  }

  .\32xl\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2) !important;
  }

  .\32xl\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25) !important;
  }

  .\32xl\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3) !important;
  }

  .\32xl\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35) !important;
  }

  .\32xl\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4) !important;
  }

  .\32xl\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45) !important;
  }

  .\32xl\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05) !important;
  }

  .\32xl\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5) !important;
  }

  .\32xl\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55) !important;
  }

  .\32xl\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6) !important;
  }

  .\32xl\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65) !important;
  }

  .\32xl\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7) !important;
  }

  .\32xl\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75) !important;
  }

  .\32xl\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8) !important;
  }

  .\32xl\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85) !important;
  }

  .\32xl\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9) !important;
  }

  .\32xl\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95) !important;
  }

  .\32xl\:border-t-stone-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0) !important;
  }

  .\32xl\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1) !important;
  }

  .\32xl\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1) !important;
  }

  .\32xl\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15) !important;
  }

  .\32xl\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2) !important;
  }

  .\32xl\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25) !important;
  }

  .\32xl\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3) !important;
  }

  .\32xl\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35) !important;
  }

  .\32xl\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4) !important;
  }

  .\32xl\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45) !important;
  }

  .\32xl\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05) !important;
  }

  .\32xl\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5) !important;
  }

  .\32xl\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55) !important;
  }

  .\32xl\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6) !important;
  }

  .\32xl\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65) !important;
  }

  .\32xl\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7) !important;
  }

  .\32xl\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75) !important;
  }

  .\32xl\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8) !important;
  }

  .\32xl\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85) !important;
  }

  .\32xl\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9) !important;
  }

  .\32xl\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95) !important;
  }

  .\32xl\:border-t-stone-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0) !important;
  }

  .\32xl\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1) !important;
  }

  .\32xl\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1) !important;
  }

  .\32xl\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15) !important;
  }

  .\32xl\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2) !important;
  }

  .\32xl\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25) !important;
  }

  .\32xl\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3) !important;
  }

  .\32xl\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35) !important;
  }

  .\32xl\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4) !important;
  }

  .\32xl\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45) !important;
  }

  .\32xl\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05) !important;
  }

  .\32xl\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5) !important;
  }

  .\32xl\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55) !important;
  }

  .\32xl\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6) !important;
  }

  .\32xl\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65) !important;
  }

  .\32xl\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7) !important;
  }

  .\32xl\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75) !important;
  }

  .\32xl\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8) !important;
  }

  .\32xl\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85) !important;
  }

  .\32xl\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9) !important;
  }

  .\32xl\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95) !important;
  }

  .\32xl\:border-t-stone-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0) !important;
  }

  .\32xl\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1) !important;
  }

  .\32xl\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1) !important;
  }

  .\32xl\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15) !important;
  }

  .\32xl\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2) !important;
  }

  .\32xl\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25) !important;
  }

  .\32xl\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3) !important;
  }

  .\32xl\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35) !important;
  }

  .\32xl\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4) !important;
  }

  .\32xl\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45) !important;
  }

  .\32xl\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05) !important;
  }

  .\32xl\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5) !important;
  }

  .\32xl\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55) !important;
  }

  .\32xl\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6) !important;
  }

  .\32xl\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65) !important;
  }

  .\32xl\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7) !important;
  }

  .\32xl\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75) !important;
  }

  .\32xl\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8) !important;
  }

  .\32xl\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85) !important;
  }

  .\32xl\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9) !important;
  }

  .\32xl\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95) !important;
  }

  .\32xl\:border-t-stone-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0) !important;
  }

  .\32xl\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1) !important;
  }

  .\32xl\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1) !important;
  }

  .\32xl\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15) !important;
  }

  .\32xl\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2) !important;
  }

  .\32xl\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25) !important;
  }

  .\32xl\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3) !important;
  }

  .\32xl\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35) !important;
  }

  .\32xl\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4) !important;
  }

  .\32xl\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45) !important;
  }

  .\32xl\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05) !important;
  }

  .\32xl\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5) !important;
  }

  .\32xl\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55) !important;
  }

  .\32xl\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6) !important;
  }

  .\32xl\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65) !important;
  }

  .\32xl\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7) !important;
  }

  .\32xl\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75) !important;
  }

  .\32xl\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8) !important;
  }

  .\32xl\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85) !important;
  }

  .\32xl\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9) !important;
  }

  .\32xl\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95) !important;
  }

  .\32xl\:border-t-stone-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0) !important;
  }

  .\32xl\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1) !important;
  }

  .\32xl\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1) !important;
  }

  .\32xl\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15) !important;
  }

  .\32xl\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2) !important;
  }

  .\32xl\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25) !important;
  }

  .\32xl\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3) !important;
  }

  .\32xl\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35) !important;
  }

  .\32xl\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4) !important;
  }

  .\32xl\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45) !important;
  }

  .\32xl\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05) !important;
  }

  .\32xl\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5) !important;
  }

  .\32xl\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55) !important;
  }

  .\32xl\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6) !important;
  }

  .\32xl\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65) !important;
  }

  .\32xl\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7) !important;
  }

  .\32xl\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75) !important;
  }

  .\32xl\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8) !important;
  }

  .\32xl\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85) !important;
  }

  .\32xl\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9) !important;
  }

  .\32xl\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95) !important;
  }

  .\32xl\:border-t-stone-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0) !important;
  }

  .\32xl\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1) !important;
  }

  .\32xl\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1) !important;
  }

  .\32xl\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15) !important;
  }

  .\32xl\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2) !important;
  }

  .\32xl\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25) !important;
  }

  .\32xl\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3) !important;
  }

  .\32xl\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35) !important;
  }

  .\32xl\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4) !important;
  }

  .\32xl\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45) !important;
  }

  .\32xl\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05) !important;
  }

  .\32xl\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5) !important;
  }

  .\32xl\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55) !important;
  }

  .\32xl\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6) !important;
  }

  .\32xl\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65) !important;
  }

  .\32xl\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7) !important;
  }

  .\32xl\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75) !important;
  }

  .\32xl\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8) !important;
  }

  .\32xl\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85) !important;
  }

  .\32xl\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9) !important;
  }

  .\32xl\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95) !important;
  }

  .\32xl\:border-t-stone-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0) !important;
  }

  .\32xl\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1) !important;
  }

  .\32xl\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1) !important;
  }

  .\32xl\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15) !important;
  }

  .\32xl\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2) !important;
  }

  .\32xl\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25) !important;
  }

  .\32xl\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3) !important;
  }

  .\32xl\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35) !important;
  }

  .\32xl\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4) !important;
  }

  .\32xl\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45) !important;
  }

  .\32xl\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05) !important;
  }

  .\32xl\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5) !important;
  }

  .\32xl\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55) !important;
  }

  .\32xl\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6) !important;
  }

  .\32xl\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65) !important;
  }

  .\32xl\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7) !important;
  }

  .\32xl\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75) !important;
  }

  .\32xl\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8) !important;
  }

  .\32xl\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85) !important;
  }

  .\32xl\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9) !important;
  }

  .\32xl\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95) !important;
  }

  .\32xl\:border-t-stone-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0) !important;
  }

  .\32xl\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1) !important;
  }

  .\32xl\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1) !important;
  }

  .\32xl\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15) !important;
  }

  .\32xl\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2) !important;
  }

  .\32xl\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25) !important;
  }

  .\32xl\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3) !important;
  }

  .\32xl\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35) !important;
  }

  .\32xl\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4) !important;
  }

  .\32xl\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45) !important;
  }

  .\32xl\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05) !important;
  }

  .\32xl\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5) !important;
  }

  .\32xl\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55) !important;
  }

  .\32xl\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6) !important;
  }

  .\32xl\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65) !important;
  }

  .\32xl\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7) !important;
  }

  .\32xl\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75) !important;
  }

  .\32xl\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8) !important;
  }

  .\32xl\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85) !important;
  }

  .\32xl\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9) !important;
  }

  .\32xl\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95) !important;
  }

  .\32xl\:border-t-stone-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0) !important;
  }

  .\32xl\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1) !important;
  }

  .\32xl\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1) !important;
  }

  .\32xl\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15) !important;
  }

  .\32xl\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2) !important;
  }

  .\32xl\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25) !important;
  }

  .\32xl\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3) !important;
  }

  .\32xl\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35) !important;
  }

  .\32xl\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4) !important;
  }

  .\32xl\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45) !important;
  }

  .\32xl\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05) !important;
  }

  .\32xl\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5) !important;
  }

  .\32xl\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55) !important;
  }

  .\32xl\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6) !important;
  }

  .\32xl\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65) !important;
  }

  .\32xl\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7) !important;
  }

  .\32xl\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75) !important;
  }

  .\32xl\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8) !important;
  }

  .\32xl\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85) !important;
  }

  .\32xl\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9) !important;
  }

  .\32xl\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95) !important;
  }

  .\32xl\:border-t-teal-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0) !important;
  }

  .\32xl\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1) !important;
  }

  .\32xl\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1) !important;
  }

  .\32xl\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15) !important;
  }

  .\32xl\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2) !important;
  }

  .\32xl\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25) !important;
  }

  .\32xl\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3) !important;
  }

  .\32xl\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35) !important;
  }

  .\32xl\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4) !important;
  }

  .\32xl\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45) !important;
  }

  .\32xl\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05) !important;
  }

  .\32xl\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5) !important;
  }

  .\32xl\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55) !important;
  }

  .\32xl\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6) !important;
  }

  .\32xl\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65) !important;
  }

  .\32xl\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7) !important;
  }

  .\32xl\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75) !important;
  }

  .\32xl\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8) !important;
  }

  .\32xl\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85) !important;
  }

  .\32xl\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9) !important;
  }

  .\32xl\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95) !important;
  }

  .\32xl\:border-t-teal-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0) !important;
  }

  .\32xl\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1) !important;
  }

  .\32xl\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1) !important;
  }

  .\32xl\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15) !important;
  }

  .\32xl\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2) !important;
  }

  .\32xl\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25) !important;
  }

  .\32xl\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3) !important;
  }

  .\32xl\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35) !important;
  }

  .\32xl\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4) !important;
  }

  .\32xl\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45) !important;
  }

  .\32xl\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05) !important;
  }

  .\32xl\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5) !important;
  }

  .\32xl\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55) !important;
  }

  .\32xl\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6) !important;
  }

  .\32xl\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65) !important;
  }

  .\32xl\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7) !important;
  }

  .\32xl\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75) !important;
  }

  .\32xl\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8) !important;
  }

  .\32xl\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85) !important;
  }

  .\32xl\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9) !important;
  }

  .\32xl\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95) !important;
  }

  .\32xl\:border-t-teal-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0) !important;
  }

  .\32xl\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1) !important;
  }

  .\32xl\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1) !important;
  }

  .\32xl\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15) !important;
  }

  .\32xl\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2) !important;
  }

  .\32xl\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25) !important;
  }

  .\32xl\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3) !important;
  }

  .\32xl\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35) !important;
  }

  .\32xl\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4) !important;
  }

  .\32xl\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45) !important;
  }

  .\32xl\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05) !important;
  }

  .\32xl\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5) !important;
  }

  .\32xl\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55) !important;
  }

  .\32xl\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6) !important;
  }

  .\32xl\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65) !important;
  }

  .\32xl\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7) !important;
  }

  .\32xl\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75) !important;
  }

  .\32xl\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8) !important;
  }

  .\32xl\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85) !important;
  }

  .\32xl\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9) !important;
  }

  .\32xl\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95) !important;
  }

  .\32xl\:border-t-teal-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0) !important;
  }

  .\32xl\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1) !important;
  }

  .\32xl\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1) !important;
  }

  .\32xl\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15) !important;
  }

  .\32xl\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2) !important;
  }

  .\32xl\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25) !important;
  }

  .\32xl\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3) !important;
  }

  .\32xl\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35) !important;
  }

  .\32xl\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4) !important;
  }

  .\32xl\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45) !important;
  }

  .\32xl\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05) !important;
  }

  .\32xl\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5) !important;
  }

  .\32xl\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55) !important;
  }

  .\32xl\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6) !important;
  }

  .\32xl\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65) !important;
  }

  .\32xl\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7) !important;
  }

  .\32xl\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75) !important;
  }

  .\32xl\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8) !important;
  }

  .\32xl\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85) !important;
  }

  .\32xl\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9) !important;
  }

  .\32xl\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95) !important;
  }

  .\32xl\:border-t-teal-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0) !important;
  }

  .\32xl\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1) !important;
  }

  .\32xl\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1) !important;
  }

  .\32xl\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15) !important;
  }

  .\32xl\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2) !important;
  }

  .\32xl\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25) !important;
  }

  .\32xl\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3) !important;
  }

  .\32xl\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35) !important;
  }

  .\32xl\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4) !important;
  }

  .\32xl\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45) !important;
  }

  .\32xl\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05) !important;
  }

  .\32xl\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5) !important;
  }

  .\32xl\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55) !important;
  }

  .\32xl\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6) !important;
  }

  .\32xl\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65) !important;
  }

  .\32xl\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7) !important;
  }

  .\32xl\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75) !important;
  }

  .\32xl\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8) !important;
  }

  .\32xl\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85) !important;
  }

  .\32xl\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9) !important;
  }

  .\32xl\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95) !important;
  }

  .\32xl\:border-t-teal-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0) !important;
  }

  .\32xl\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1) !important;
  }

  .\32xl\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1) !important;
  }

  .\32xl\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15) !important;
  }

  .\32xl\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2) !important;
  }

  .\32xl\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25) !important;
  }

  .\32xl\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3) !important;
  }

  .\32xl\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35) !important;
  }

  .\32xl\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4) !important;
  }

  .\32xl\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45) !important;
  }

  .\32xl\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05) !important;
  }

  .\32xl\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5) !important;
  }

  .\32xl\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55) !important;
  }

  .\32xl\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6) !important;
  }

  .\32xl\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65) !important;
  }

  .\32xl\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7) !important;
  }

  .\32xl\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75) !important;
  }

  .\32xl\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8) !important;
  }

  .\32xl\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85) !important;
  }

  .\32xl\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9) !important;
  }

  .\32xl\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95) !important;
  }

  .\32xl\:border-t-teal-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0) !important;
  }

  .\32xl\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1) !important;
  }

  .\32xl\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1) !important;
  }

  .\32xl\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15) !important;
  }

  .\32xl\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2) !important;
  }

  .\32xl\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25) !important;
  }

  .\32xl\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3) !important;
  }

  .\32xl\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35) !important;
  }

  .\32xl\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4) !important;
  }

  .\32xl\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45) !important;
  }

  .\32xl\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05) !important;
  }

  .\32xl\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5) !important;
  }

  .\32xl\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55) !important;
  }

  .\32xl\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6) !important;
  }

  .\32xl\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65) !important;
  }

  .\32xl\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7) !important;
  }

  .\32xl\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75) !important;
  }

  .\32xl\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8) !important;
  }

  .\32xl\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85) !important;
  }

  .\32xl\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9) !important;
  }

  .\32xl\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95) !important;
  }

  .\32xl\:border-t-teal-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0) !important;
  }

  .\32xl\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1) !important;
  }

  .\32xl\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1) !important;
  }

  .\32xl\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15) !important;
  }

  .\32xl\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2) !important;
  }

  .\32xl\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25) !important;
  }

  .\32xl\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3) !important;
  }

  .\32xl\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35) !important;
  }

  .\32xl\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4) !important;
  }

  .\32xl\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45) !important;
  }

  .\32xl\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05) !important;
  }

  .\32xl\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5) !important;
  }

  .\32xl\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55) !important;
  }

  .\32xl\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6) !important;
  }

  .\32xl\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65) !important;
  }

  .\32xl\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7) !important;
  }

  .\32xl\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75) !important;
  }

  .\32xl\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8) !important;
  }

  .\32xl\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85) !important;
  }

  .\32xl\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9) !important;
  }

  .\32xl\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95) !important;
  }

  .\32xl\:border-t-teal-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0) !important;
  }

  .\32xl\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1) !important;
  }

  .\32xl\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1) !important;
  }

  .\32xl\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15) !important;
  }

  .\32xl\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2) !important;
  }

  .\32xl\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25) !important;
  }

  .\32xl\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3) !important;
  }

  .\32xl\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35) !important;
  }

  .\32xl\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4) !important;
  }

  .\32xl\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45) !important;
  }

  .\32xl\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05) !important;
  }

  .\32xl\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5) !important;
  }

  .\32xl\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55) !important;
  }

  .\32xl\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6) !important;
  }

  .\32xl\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65) !important;
  }

  .\32xl\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7) !important;
  }

  .\32xl\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75) !important;
  }

  .\32xl\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8) !important;
  }

  .\32xl\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85) !important;
  }

  .\32xl\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9) !important;
  }

  .\32xl\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95) !important;
  }

  .\32xl\:border-t-teal-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0) !important;
  }

  .\32xl\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1) !important;
  }

  .\32xl\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1) !important;
  }

  .\32xl\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15) !important;
  }

  .\32xl\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2) !important;
  }

  .\32xl\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25) !important;
  }

  .\32xl\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3) !important;
  }

  .\32xl\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35) !important;
  }

  .\32xl\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4) !important;
  }

  .\32xl\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45) !important;
  }

  .\32xl\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05) !important;
  }

  .\32xl\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5) !important;
  }

  .\32xl\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55) !important;
  }

  .\32xl\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6) !important;
  }

  .\32xl\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65) !important;
  }

  .\32xl\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7) !important;
  }

  .\32xl\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75) !important;
  }

  .\32xl\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8) !important;
  }

  .\32xl\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85) !important;
  }

  .\32xl\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9) !important;
  }

  .\32xl\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95) !important;
  }

  .\32xl\:border-t-teal-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0) !important;
  }

  .\32xl\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1) !important;
  }

  .\32xl\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1) !important;
  }

  .\32xl\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15) !important;
  }

  .\32xl\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2) !important;
  }

  .\32xl\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25) !important;
  }

  .\32xl\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3) !important;
  }

  .\32xl\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35) !important;
  }

  .\32xl\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4) !important;
  }

  .\32xl\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45) !important;
  }

  .\32xl\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05) !important;
  }

  .\32xl\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5) !important;
  }

  .\32xl\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55) !important;
  }

  .\32xl\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6) !important;
  }

  .\32xl\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65) !important;
  }

  .\32xl\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7) !important;
  }

  .\32xl\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75) !important;
  }

  .\32xl\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8) !important;
  }

  .\32xl\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85) !important;
  }

  .\32xl\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9) !important;
  }

  .\32xl\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95) !important;
  }

  .\32xl\:border-t-transparent {
    border-top-color: transparent !important;
  }

  .\32xl\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:border-t-violet-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0) !important;
  }

  .\32xl\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1) !important;
  }

  .\32xl\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1) !important;
  }

  .\32xl\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15) !important;
  }

  .\32xl\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2) !important;
  }

  .\32xl\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25) !important;
  }

  .\32xl\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3) !important;
  }

  .\32xl\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35) !important;
  }

  .\32xl\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4) !important;
  }

  .\32xl\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45) !important;
  }

  .\32xl\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05) !important;
  }

  .\32xl\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5) !important;
  }

  .\32xl\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55) !important;
  }

  .\32xl\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6) !important;
  }

  .\32xl\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65) !important;
  }

  .\32xl\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7) !important;
  }

  .\32xl\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75) !important;
  }

  .\32xl\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8) !important;
  }

  .\32xl\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85) !important;
  }

  .\32xl\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9) !important;
  }

  .\32xl\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95) !important;
  }

  .\32xl\:border-t-violet-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0) !important;
  }

  .\32xl\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1) !important;
  }

  .\32xl\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1) !important;
  }

  .\32xl\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15) !important;
  }

  .\32xl\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2) !important;
  }

  .\32xl\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25) !important;
  }

  .\32xl\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3) !important;
  }

  .\32xl\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35) !important;
  }

  .\32xl\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4) !important;
  }

  .\32xl\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45) !important;
  }

  .\32xl\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05) !important;
  }

  .\32xl\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5) !important;
  }

  .\32xl\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55) !important;
  }

  .\32xl\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6) !important;
  }

  .\32xl\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65) !important;
  }

  .\32xl\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7) !important;
  }

  .\32xl\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75) !important;
  }

  .\32xl\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8) !important;
  }

  .\32xl\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85) !important;
  }

  .\32xl\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9) !important;
  }

  .\32xl\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95) !important;
  }

  .\32xl\:border-t-violet-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0) !important;
  }

  .\32xl\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1) !important;
  }

  .\32xl\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1) !important;
  }

  .\32xl\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15) !important;
  }

  .\32xl\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2) !important;
  }

  .\32xl\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25) !important;
  }

  .\32xl\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3) !important;
  }

  .\32xl\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35) !important;
  }

  .\32xl\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4) !important;
  }

  .\32xl\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45) !important;
  }

  .\32xl\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05) !important;
  }

  .\32xl\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5) !important;
  }

  .\32xl\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55) !important;
  }

  .\32xl\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6) !important;
  }

  .\32xl\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65) !important;
  }

  .\32xl\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7) !important;
  }

  .\32xl\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75) !important;
  }

  .\32xl\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8) !important;
  }

  .\32xl\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85) !important;
  }

  .\32xl\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9) !important;
  }

  .\32xl\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95) !important;
  }

  .\32xl\:border-t-violet-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0) !important;
  }

  .\32xl\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1) !important;
  }

  .\32xl\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1) !important;
  }

  .\32xl\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15) !important;
  }

  .\32xl\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2) !important;
  }

  .\32xl\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25) !important;
  }

  .\32xl\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3) !important;
  }

  .\32xl\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35) !important;
  }

  .\32xl\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4) !important;
  }

  .\32xl\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45) !important;
  }

  .\32xl\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05) !important;
  }

  .\32xl\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5) !important;
  }

  .\32xl\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55) !important;
  }

  .\32xl\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6) !important;
  }

  .\32xl\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65) !important;
  }

  .\32xl\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7) !important;
  }

  .\32xl\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75) !important;
  }

  .\32xl\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8) !important;
  }

  .\32xl\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85) !important;
  }

  .\32xl\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9) !important;
  }

  .\32xl\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95) !important;
  }

  .\32xl\:border-t-violet-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0) !important;
  }

  .\32xl\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1) !important;
  }

  .\32xl\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1) !important;
  }

  .\32xl\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15) !important;
  }

  .\32xl\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2) !important;
  }

  .\32xl\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25) !important;
  }

  .\32xl\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3) !important;
  }

  .\32xl\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35) !important;
  }

  .\32xl\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4) !important;
  }

  .\32xl\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45) !important;
  }

  .\32xl\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05) !important;
  }

  .\32xl\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5) !important;
  }

  .\32xl\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55) !important;
  }

  .\32xl\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6) !important;
  }

  .\32xl\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65) !important;
  }

  .\32xl\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7) !important;
  }

  .\32xl\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75) !important;
  }

  .\32xl\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8) !important;
  }

  .\32xl\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85) !important;
  }

  .\32xl\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9) !important;
  }

  .\32xl\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95) !important;
  }

  .\32xl\:border-t-violet-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0) !important;
  }

  .\32xl\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1) !important;
  }

  .\32xl\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1) !important;
  }

  .\32xl\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15) !important;
  }

  .\32xl\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2) !important;
  }

  .\32xl\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25) !important;
  }

  .\32xl\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3) !important;
  }

  .\32xl\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35) !important;
  }

  .\32xl\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4) !important;
  }

  .\32xl\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45) !important;
  }

  .\32xl\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05) !important;
  }

  .\32xl\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5) !important;
  }

  .\32xl\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55) !important;
  }

  .\32xl\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6) !important;
  }

  .\32xl\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65) !important;
  }

  .\32xl\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7) !important;
  }

  .\32xl\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75) !important;
  }

  .\32xl\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8) !important;
  }

  .\32xl\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85) !important;
  }

  .\32xl\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9) !important;
  }

  .\32xl\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95) !important;
  }

  .\32xl\:border-t-violet-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0) !important;
  }

  .\32xl\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1) !important;
  }

  .\32xl\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1) !important;
  }

  .\32xl\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15) !important;
  }

  .\32xl\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2) !important;
  }

  .\32xl\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25) !important;
  }

  .\32xl\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3) !important;
  }

  .\32xl\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35) !important;
  }

  .\32xl\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4) !important;
  }

  .\32xl\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45) !important;
  }

  .\32xl\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05) !important;
  }

  .\32xl\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5) !important;
  }

  .\32xl\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55) !important;
  }

  .\32xl\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6) !important;
  }

  .\32xl\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65) !important;
  }

  .\32xl\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7) !important;
  }

  .\32xl\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75) !important;
  }

  .\32xl\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8) !important;
  }

  .\32xl\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85) !important;
  }

  .\32xl\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9) !important;
  }

  .\32xl\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95) !important;
  }

  .\32xl\:border-t-violet-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0) !important;
  }

  .\32xl\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1) !important;
  }

  .\32xl\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1) !important;
  }

  .\32xl\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15) !important;
  }

  .\32xl\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2) !important;
  }

  .\32xl\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25) !important;
  }

  .\32xl\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3) !important;
  }

  .\32xl\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35) !important;
  }

  .\32xl\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4) !important;
  }

  .\32xl\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45) !important;
  }

  .\32xl\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05) !important;
  }

  .\32xl\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5) !important;
  }

  .\32xl\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55) !important;
  }

  .\32xl\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6) !important;
  }

  .\32xl\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65) !important;
  }

  .\32xl\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7) !important;
  }

  .\32xl\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75) !important;
  }

  .\32xl\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8) !important;
  }

  .\32xl\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85) !important;
  }

  .\32xl\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9) !important;
  }

  .\32xl\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95) !important;
  }

  .\32xl\:border-t-violet-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0) !important;
  }

  .\32xl\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1) !important;
  }

  .\32xl\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1) !important;
  }

  .\32xl\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15) !important;
  }

  .\32xl\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2) !important;
  }

  .\32xl\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25) !important;
  }

  .\32xl\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3) !important;
  }

  .\32xl\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35) !important;
  }

  .\32xl\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4) !important;
  }

  .\32xl\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45) !important;
  }

  .\32xl\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05) !important;
  }

  .\32xl\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5) !important;
  }

  .\32xl\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55) !important;
  }

  .\32xl\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6) !important;
  }

  .\32xl\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65) !important;
  }

  .\32xl\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7) !important;
  }

  .\32xl\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75) !important;
  }

  .\32xl\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8) !important;
  }

  .\32xl\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85) !important;
  }

  .\32xl\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9) !important;
  }

  .\32xl\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95) !important;
  }

  .\32xl\:border-t-violet-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0) !important;
  }

  .\32xl\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1) !important;
  }

  .\32xl\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1) !important;
  }

  .\32xl\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15) !important;
  }

  .\32xl\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2) !important;
  }

  .\32xl\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25) !important;
  }

  .\32xl\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3) !important;
  }

  .\32xl\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35) !important;
  }

  .\32xl\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4) !important;
  }

  .\32xl\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45) !important;
  }

  .\32xl\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05) !important;
  }

  .\32xl\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5) !important;
  }

  .\32xl\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55) !important;
  }

  .\32xl\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6) !important;
  }

  .\32xl\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65) !important;
  }

  .\32xl\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7) !important;
  }

  .\32xl\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75) !important;
  }

  .\32xl\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8) !important;
  }

  .\32xl\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85) !important;
  }

  .\32xl\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9) !important;
  }

  .\32xl\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95) !important;
  }

  .\32xl\:border-t-violet-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0) !important;
  }

  .\32xl\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1) !important;
  }

  .\32xl\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1) !important;
  }

  .\32xl\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15) !important;
  }

  .\32xl\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2) !important;
  }

  .\32xl\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25) !important;
  }

  .\32xl\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3) !important;
  }

  .\32xl\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35) !important;
  }

  .\32xl\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4) !important;
  }

  .\32xl\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45) !important;
  }

  .\32xl\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05) !important;
  }

  .\32xl\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5) !important;
  }

  .\32xl\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55) !important;
  }

  .\32xl\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6) !important;
  }

  .\32xl\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65) !important;
  }

  .\32xl\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7) !important;
  }

  .\32xl\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75) !important;
  }

  .\32xl\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8) !important;
  }

  .\32xl\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85) !important;
  }

  .\32xl\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9) !important;
  }

  .\32xl\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95) !important;
  }

  .\32xl\:border-t-white {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .\32xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .\32xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .\32xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .\32xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .\32xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .\32xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0) !important;
  }

  .\32xl\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1) !important;
  }

  .\32xl\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0) !important;
  }

  .\32xl\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1) !important;
  }

  .\32xl\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0) !important;
  }

  .\32xl\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1) !important;
  }

  .\32xl\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0) !important;
  }

  .\32xl\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1) !important;
  }

  .\32xl\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0) !important;
  }

  .\32xl\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1) !important;
  }

  .\32xl\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0) !important;
  }

  .\32xl\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1) !important;
  }

  .\32xl\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0) !important;
  }

  .\32xl\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1) !important;
  }

  .\32xl\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0) !important;
  }

  .\32xl\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1) !important;
  }

  .\32xl\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0) !important;
  }

  .\32xl\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1) !important;
  }

  .\32xl\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0) !important;
  }

  .\32xl\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1) !important;
  }

  .\32xl\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95) !important;
  }

  .\32xl\:border-t-zinc-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0) !important;
  }

  .\32xl\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1) !important;
  }

  .\32xl\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1) !important;
  }

  .\32xl\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15) !important;
  }

  .\32xl\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2) !important;
  }

  .\32xl\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25) !important;
  }

  .\32xl\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3) !important;
  }

  .\32xl\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35) !important;
  }

  .\32xl\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4) !important;
  }

  .\32xl\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45) !important;
  }

  .\32xl\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05) !important;
  }

  .\32xl\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5) !important;
  }

  .\32xl\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55) !important;
  }

  .\32xl\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6) !important;
  }

  .\32xl\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65) !important;
  }

  .\32xl\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7) !important;
  }

  .\32xl\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75) !important;
  }

  .\32xl\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8) !important;
  }

  .\32xl\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85) !important;
  }

  .\32xl\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9) !important;
  }

  .\32xl\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95) !important;
  }

  .\32xl\:bg-brand-brown {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 114 114 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brown\/0 {
    background-color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:bg-brand-brown\/10 {
    background-color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:bg-brand-brown\/100 {
    background-color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:bg-brand-brown\/15 {
    background-color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:bg-brand-brown\/20 {
    background-color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:bg-brand-brown\/25 {
    background-color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:bg-brand-brown\/30 {
    background-color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:bg-brand-brown\/35 {
    background-color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:bg-brand-brown\/40 {
    background-color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:bg-brand-brown\/45 {
    background-color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:bg-brand-brown\/5 {
    background-color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:bg-brand-brown\/50 {
    background-color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:bg-brand-brown\/55 {
    background-color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:bg-brand-brown\/60 {
    background-color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:bg-brand-brown\/65 {
    background-color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:bg-brand-brown\/70 {
    background-color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:bg-brand-brown\/75 {
    background-color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:bg-brand-brown\/80 {
    background-color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:bg-brand-brown\/85 {
    background-color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:bg-brand-brown\/90 {
    background-color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:bg-brand-brown\/95 {
    background-color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:bg-brand-brownDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(73 71 78 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brownDark\/0 {
    background-color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:bg-brand-brownDark\/10 {
    background-color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:bg-brand-brownDark\/100 {
    background-color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:bg-brand-brownDark\/15 {
    background-color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:bg-brand-brownDark\/20 {
    background-color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:bg-brand-brownDark\/25 {
    background-color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:bg-brand-brownDark\/30 {
    background-color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:bg-brand-brownDark\/35 {
    background-color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:bg-brand-brownDark\/40 {
    background-color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:bg-brand-brownDark\/45 {
    background-color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:bg-brand-brownDark\/5 {
    background-color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:bg-brand-brownDark\/50 {
    background-color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:bg-brand-brownDark\/55 {
    background-color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:bg-brand-brownDark\/60 {
    background-color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:bg-brand-brownDark\/65 {
    background-color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:bg-brand-brownDark\/70 {
    background-color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:bg-brand-brownDark\/75 {
    background-color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:bg-brand-brownDark\/80 {
    background-color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:bg-brand-brownDark\/85 {
    background-color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:bg-brand-brownDark\/90 {
    background-color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:bg-brand-brownDark\/95 {
    background-color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:bg-brand-brownDarker {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 34 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brownDarker\/0 {
    background-color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:bg-brand-brownDarker\/10 {
    background-color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:bg-brand-brownDarker\/100 {
    background-color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:bg-brand-brownDarker\/15 {
    background-color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:bg-brand-brownDarker\/20 {
    background-color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:bg-brand-brownDarker\/25 {
    background-color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:bg-brand-brownDarker\/30 {
    background-color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:bg-brand-brownDarker\/35 {
    background-color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:bg-brand-brownDarker\/40 {
    background-color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:bg-brand-brownDarker\/45 {
    background-color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:bg-brand-brownDarker\/5 {
    background-color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:bg-brand-brownDarker\/50 {
    background-color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:bg-brand-brownDarker\/55 {
    background-color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:bg-brand-brownDarker\/60 {
    background-color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:bg-brand-brownDarker\/65 {
    background-color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:bg-brand-brownDarker\/70 {
    background-color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:bg-brand-brownDarker\/75 {
    background-color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:bg-brand-brownDarker\/80 {
    background-color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:bg-brand-brownDarker\/85 {
    background-color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:bg-brand-brownDarker\/90 {
    background-color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:bg-brand-brownDarker\/95 {
    background-color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:bg-brand-brownDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(13 14 24 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/0 {
    background-color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/10 {
    background-color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/100 {
    background-color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/15 {
    background-color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/20 {
    background-color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/25 {
    background-color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/30 {
    background-color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/35 {
    background-color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/40 {
    background-color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/45 {
    background-color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/5 {
    background-color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/50 {
    background-color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/55 {
    background-color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/60 {
    background-color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/65 {
    background-color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/70 {
    background-color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/75 {
    background-color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/80 {
    background-color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/85 {
    background-color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/90 {
    background-color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:bg-brand-brownDarkest\/95 {
    background-color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:bg-brand-brownLighest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 248 248 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brownLighest\/0 {
    background-color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:bg-brand-brownLighest\/10 {
    background-color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:bg-brand-brownLighest\/100 {
    background-color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:bg-brand-brownLighest\/15 {
    background-color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:bg-brand-brownLighest\/20 {
    background-color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:bg-brand-brownLighest\/25 {
    background-color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:bg-brand-brownLighest\/30 {
    background-color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:bg-brand-brownLighest\/35 {
    background-color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:bg-brand-brownLighest\/40 {
    background-color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:bg-brand-brownLighest\/45 {
    background-color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:bg-brand-brownLighest\/5 {
    background-color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:bg-brand-brownLighest\/50 {
    background-color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:bg-brand-brownLighest\/55 {
    background-color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:bg-brand-brownLighest\/60 {
    background-color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:bg-brand-brownLighest\/65 {
    background-color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:bg-brand-brownLighest\/70 {
    background-color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:bg-brand-brownLighest\/75 {
    background-color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:bg-brand-brownLighest\/80 {
    background-color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:bg-brand-brownLighest\/85 {
    background-color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:bg-brand-brownLighest\/90 {
    background-color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:bg-brand-brownLighest\/95 {
    background-color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:bg-brand-brownLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(214 204 205 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-brownLight\/0 {
    background-color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:bg-brand-brownLight\/10 {
    background-color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:bg-brand-brownLight\/100 {
    background-color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:bg-brand-brownLight\/15 {
    background-color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:bg-brand-brownLight\/20 {
    background-color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:bg-brand-brownLight\/25 {
    background-color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:bg-brand-brownLight\/30 {
    background-color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:bg-brand-brownLight\/35 {
    background-color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:bg-brand-brownLight\/40 {
    background-color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:bg-brand-brownLight\/45 {
    background-color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:bg-brand-brownLight\/5 {
    background-color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:bg-brand-brownLight\/50 {
    background-color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:bg-brand-brownLight\/55 {
    background-color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:bg-brand-brownLight\/60 {
    background-color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:bg-brand-brownLight\/65 {
    background-color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:bg-brand-brownLight\/70 {
    background-color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:bg-brand-brownLight\/75 {
    background-color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:bg-brand-brownLight\/80 {
    background-color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:bg-brand-brownLight\/85 {
    background-color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:bg-brand-brownLight\/90 {
    background-color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:bg-brand-brownLight\/95 {
    background-color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:bg-brand-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-grey\/0 {
    background-color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:bg-brand-grey\/10 {
    background-color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:bg-brand-grey\/100 {
    background-color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:bg-brand-grey\/15 {
    background-color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:bg-brand-grey\/20 {
    background-color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:bg-brand-grey\/25 {
    background-color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:bg-brand-grey\/30 {
    background-color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:bg-brand-grey\/35 {
    background-color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:bg-brand-grey\/40 {
    background-color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:bg-brand-grey\/45 {
    background-color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:bg-brand-grey\/5 {
    background-color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:bg-brand-grey\/50 {
    background-color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:bg-brand-grey\/55 {
    background-color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:bg-brand-grey\/60 {
    background-color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:bg-brand-grey\/65 {
    background-color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:bg-brand-grey\/70 {
    background-color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:bg-brand-grey\/75 {
    background-color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:bg-brand-grey\/80 {
    background-color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:bg-brand-grey\/85 {
    background-color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:bg-brand-grey\/90 {
    background-color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:bg-brand-grey\/95 {
    background-color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:bg-brand-greyDarkest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 3 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/0 {
    background-color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/10 {
    background-color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/100 {
    background-color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/15 {
    background-color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/20 {
    background-color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/25 {
    background-color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/30 {
    background-color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/35 {
    background-color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/40 {
    background-color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/45 {
    background-color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/5 {
    background-color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/50 {
    background-color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/55 {
    background-color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/60 {
    background-color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/65 {
    background-color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/70 {
    background-color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/75 {
    background-color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/80 {
    background-color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/85 {
    background-color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/90 {
    background-color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:bg-brand-greyDarkest\/95 {
    background-color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:bg-brand-greyLight {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 254 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-greyLight\/0 {
    background-color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:bg-brand-greyLight\/10 {
    background-color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:bg-brand-greyLight\/100 {
    background-color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:bg-brand-greyLight\/15 {
    background-color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:bg-brand-greyLight\/20 {
    background-color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:bg-brand-greyLight\/25 {
    background-color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:bg-brand-greyLight\/30 {
    background-color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:bg-brand-greyLight\/35 {
    background-color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:bg-brand-greyLight\/40 {
    background-color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:bg-brand-greyLight\/45 {
    background-color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:bg-brand-greyLight\/5 {
    background-color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:bg-brand-greyLight\/50 {
    background-color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:bg-brand-greyLight\/55 {
    background-color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:bg-brand-greyLight\/60 {
    background-color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:bg-brand-greyLight\/65 {
    background-color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:bg-brand-greyLight\/70 {
    background-color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:bg-brand-greyLight\/75 {
    background-color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:bg-brand-greyLight\/80 {
    background-color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:bg-brand-greyLight\/85 {
    background-color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:bg-brand-greyLight\/90 {
    background-color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:bg-brand-greyLight\/95 {
    background-color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-red\/0 {
    background-color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:bg-brand-red\/10 {
    background-color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:bg-brand-red\/100 {
    background-color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:bg-brand-red\/15 {
    background-color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:bg-brand-red\/20 {
    background-color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:bg-brand-red\/25 {
    background-color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:bg-brand-red\/30 {
    background-color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:bg-brand-red\/35 {
    background-color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:bg-brand-red\/40 {
    background-color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:bg-brand-red\/45 {
    background-color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:bg-brand-red\/5 {
    background-color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:bg-brand-red\/50 {
    background-color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:bg-brand-red\/55 {
    background-color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:bg-brand-red\/60 {
    background-color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:bg-brand-red\/65 {
    background-color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:bg-brand-red\/70 {
    background-color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:bg-brand-red\/75 {
    background-color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:bg-brand-red\/80 {
    background-color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:bg-brand-red\/85 {
    background-color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:bg-brand-red\/90 {
    background-color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:bg-brand-red\/95 {
    background-color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:bg-brand-redDark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 22 35 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-redDark\/0 {
    background-color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:bg-brand-redDark\/10 {
    background-color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:bg-brand-redDark\/100 {
    background-color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:bg-brand-redDark\/15 {
    background-color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:bg-brand-redDark\/20 {
    background-color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:bg-brand-redDark\/25 {
    background-color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:bg-brand-redDark\/30 {
    background-color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:bg-brand-redDark\/35 {
    background-color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:bg-brand-redDark\/40 {
    background-color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:bg-brand-redDark\/45 {
    background-color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:bg-brand-redDark\/5 {
    background-color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:bg-brand-redDark\/50 {
    background-color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:bg-brand-redDark\/55 {
    background-color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:bg-brand-redDark\/60 {
    background-color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:bg-brand-redDark\/65 {
    background-color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:bg-brand-redDark\/70 {
    background-color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:bg-brand-redDark\/75 {
    background-color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:bg-brand-redDark\/80 {
    background-color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:bg-brand-redDark\/85 {
    background-color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:bg-brand-redDark\/90 {
    background-color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:bg-brand-redDark\/95 {
    background-color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:bg-brand-systemGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 214 93 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-systemGreen\/0 {
    background-color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:bg-brand-systemGreen\/10 {
    background-color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:bg-brand-systemGreen\/100 {
    background-color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:bg-brand-systemGreen\/15 {
    background-color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:bg-brand-systemGreen\/20 {
    background-color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:bg-brand-systemGreen\/25 {
    background-color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:bg-brand-systemGreen\/30 {
    background-color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:bg-brand-systemGreen\/35 {
    background-color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:bg-brand-systemGreen\/40 {
    background-color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:bg-brand-systemGreen\/45 {
    background-color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:bg-brand-systemGreen\/5 {
    background-color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:bg-brand-systemGreen\/50 {
    background-color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:bg-brand-systemGreen\/55 {
    background-color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:bg-brand-systemGreen\/60 {
    background-color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:bg-brand-systemGreen\/65 {
    background-color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:bg-brand-systemGreen\/70 {
    background-color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:bg-brand-systemGreen\/75 {
    background-color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:bg-brand-systemGreen\/80 {
    background-color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:bg-brand-systemGreen\/85 {
    background-color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:bg-brand-systemGreen\/90 {
    background-color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:bg-brand-systemGreen\/95 {
    background-color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:bg-brand-systemOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 125 19 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-systemOrange\/0 {
    background-color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:bg-brand-systemOrange\/10 {
    background-color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:bg-brand-systemOrange\/100 {
    background-color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:bg-brand-systemOrange\/15 {
    background-color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:bg-brand-systemOrange\/20 {
    background-color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:bg-brand-systemOrange\/25 {
    background-color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:bg-brand-systemOrange\/30 {
    background-color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:bg-brand-systemOrange\/35 {
    background-color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:bg-brand-systemOrange\/40 {
    background-color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:bg-brand-systemOrange\/45 {
    background-color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:bg-brand-systemOrange\/5 {
    background-color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:bg-brand-systemOrange\/50 {
    background-color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:bg-brand-systemOrange\/55 {
    background-color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:bg-brand-systemOrange\/60 {
    background-color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:bg-brand-systemOrange\/65 {
    background-color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:bg-brand-systemOrange\/70 {
    background-color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:bg-brand-systemOrange\/75 {
    background-color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:bg-brand-systemOrange\/80 {
    background-color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:bg-brand-systemOrange\/85 {
    background-color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:bg-brand-systemOrange\/90 {
    background-color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:bg-brand-systemOrange\/95 {
    background-color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:bg-brand-systemRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 45 59 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-systemRed\/0 {
    background-color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:bg-brand-systemRed\/10 {
    background-color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:bg-brand-systemRed\/100 {
    background-color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:bg-brand-systemRed\/15 {
    background-color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:bg-brand-systemRed\/20 {
    background-color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:bg-brand-systemRed\/25 {
    background-color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:bg-brand-systemRed\/30 {
    background-color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:bg-brand-systemRed\/35 {
    background-color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:bg-brand-systemRed\/40 {
    background-color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:bg-brand-systemRed\/45 {
    background-color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:bg-brand-systemRed\/5 {
    background-color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:bg-brand-systemRed\/50 {
    background-color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:bg-brand-systemRed\/55 {
    background-color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:bg-brand-systemRed\/60 {
    background-color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:bg-brand-systemRed\/65 {
    background-color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:bg-brand-systemRed\/70 {
    background-color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:bg-brand-systemRed\/75 {
    background-color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:bg-brand-systemRed\/80 {
    background-color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:bg-brand-systemRed\/85 {
    background-color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:bg-brand-systemRed\/90 {
    background-color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:bg-brand-systemRed\/95 {
    background-color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:bg-brand-systemYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 203 15 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-systemYellow\/0 {
    background-color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:bg-brand-systemYellow\/10 {
    background-color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:bg-brand-systemYellow\/100 {
    background-color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:bg-brand-systemYellow\/15 {
    background-color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:bg-brand-systemYellow\/20 {
    background-color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:bg-brand-systemYellow\/25 {
    background-color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:bg-brand-systemYellow\/30 {
    background-color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:bg-brand-systemYellow\/35 {
    background-color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:bg-brand-systemYellow\/40 {
    background-color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:bg-brand-systemYellow\/45 {
    background-color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:bg-brand-systemYellow\/5 {
    background-color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:bg-brand-systemYellow\/50 {
    background-color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:bg-brand-systemYellow\/55 {
    background-color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:bg-brand-systemYellow\/60 {
    background-color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:bg-brand-systemYellow\/65 {
    background-color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:bg-brand-systemYellow\/70 {
    background-color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:bg-brand-systemYellow\/75 {
    background-color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:bg-brand-systemYellow\/80 {
    background-color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:bg-brand-systemYellow\/85 {
    background-color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:bg-brand-systemYellow\/90 {
    background-color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:bg-brand-systemYellow\/95 {
    background-color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:bg-brand-text {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(18 2 28 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-text\/0 {
    background-color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:bg-brand-text\/10 {
    background-color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:bg-brand-text\/100 {
    background-color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:bg-brand-text\/15 {
    background-color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:bg-brand-text\/20 {
    background-color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:bg-brand-text\/25 {
    background-color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:bg-brand-text\/30 {
    background-color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:bg-brand-text\/35 {
    background-color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:bg-brand-text\/40 {
    background-color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:bg-brand-text\/45 {
    background-color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:bg-brand-text\/5 {
    background-color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:bg-brand-text\/50 {
    background-color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:bg-brand-text\/55 {
    background-color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:bg-brand-text\/60 {
    background-color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:bg-brand-text\/65 {
    background-color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:bg-brand-text\/70 {
    background-color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:bg-brand-text\/75 {
    background-color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:bg-brand-text\/80 {
    background-color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:bg-brand-text\/85 {
    background-color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:bg-brand-text\/90 {
    background-color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:bg-brand-text\/95 {
    background-color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:bg-brand-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:bg-brand-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:bg-brand-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:bg-brand-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:bg-brand-white\/15 {
    background-color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:bg-brand-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:bg-brand-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:bg-brand-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:bg-brand-white\/35 {
    background-color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:bg-brand-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:bg-brand-white\/45 {
    background-color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:bg-brand-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:bg-brand-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:bg-brand-white\/55 {
    background-color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:bg-brand-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:bg-brand-white\/65 {
    background-color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:bg-brand-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:bg-brand-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:bg-brand-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:bg-brand-white\/85 {
    background-color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:bg-brand-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:bg-brand-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:bg-gradient-grey {
    background-image: linear-gradient(to bottom, #000102, #545555) !important;
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:p-0 {
    padding: 0px !important;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .\32xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:p-100 {
    padding: 25rem !important;
  }

  .\32xl\:p-11 {
    padding: 2.75rem !important;
  }

  .\32xl\:p-12 {
    padding: 3rem !important;
  }

  .\32xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:p-16 {
    padding: 4rem !important;
  }

  .\32xl\:p-18 {
    padding: 4.5rem !important;
  }

  .\32xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:p-20 {
    padding: 5rem !important;
  }

  .\32xl\:p-24 {
    padding: 6rem !important;
  }

  .\32xl\:p-28 {
    padding: 7rem !important;
  }

  .\32xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .\32xl\:p-30 {
    padding: 7.5rem !important;
  }

  .\32xl\:p-32 {
    padding: 8rem !important;
  }

  .\32xl\:p-36 {
    padding: 9rem !important;
  }

  .\32xl\:p-4 {
    padding: 1rem !important;
  }

  .\32xl\:p-40 {
    padding: 10rem !important;
  }

  .\32xl\:p-44 {
    padding: 11rem !important;
  }

  .\32xl\:p-48 {
    padding: 12rem !important;
  }

  .\32xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:p-52 {
    padding: 13rem !important;
  }

  .\32xl\:p-56 {
    padding: 14rem !important;
  }

  .\32xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:p-60 {
    padding: 15rem !important;
  }

  .\32xl\:p-64 {
    padding: 16rem !important;
  }

  .\32xl\:p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:p-72 {
    padding: 18rem !important;
  }

  .\32xl\:p-8 {
    padding: 2rem !important;
  }

  .\32xl\:p-80 {
    padding: 20rem !important;
  }

  .\32xl\:p-9 {
    padding: 2.25rem !important;
  }

  .\32xl\:p-96 {
    padding: 24rem !important;
  }

  .\32xl\:p-px {
    padding: 1px !important;
  }

  .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .\32xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .\32xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pb-100 {
    padding-bottom: 25rem !important;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:pl-100 {
    padding-left: 25rem !important;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\32xl\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem !important;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem !important;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem !important;
  }

  .\32xl\:pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:pr-100 {
    padding-right: 25rem !important;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\32xl\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem !important;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem !important;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem !important;
  }

  .\32xl\:pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:pt-0 {
    padding-top: 0px !important;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:pt-100 {
    padding-top: 25rem !important;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\32xl\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem !important;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem !important;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem !important;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem !important;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem !important;
  }

  .\32xl\:pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:text-left {
    text-align: left !important;
  }

  .\32xl\:text-center {
    text-align: center !important;
  }

  .\32xl\:text-right {
    text-align: right !important;
  }

  .\32xl\:text-justify {
    text-align: justify !important;
  }

  .\32xl\:text-start {
    text-align: start !important;
  }

  .\32xl\:text-end {
    text-align: end !important;
  }

  .\32xl\:text-brand-brown {
    --tw-text-opacity: 1 !important;
    color: rgb(133 114 114 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brown\/0 {
    color: rgb(133 114 114 / 0) !important;
  }

  .\32xl\:text-brand-brown\/10 {
    color: rgb(133 114 114 / 0.1) !important;
  }

  .\32xl\:text-brand-brown\/100 {
    color: rgb(133 114 114 / 1) !important;
  }

  .\32xl\:text-brand-brown\/15 {
    color: rgb(133 114 114 / 0.15) !important;
  }

  .\32xl\:text-brand-brown\/20 {
    color: rgb(133 114 114 / 0.2) !important;
  }

  .\32xl\:text-brand-brown\/25 {
    color: rgb(133 114 114 / 0.25) !important;
  }

  .\32xl\:text-brand-brown\/30 {
    color: rgb(133 114 114 / 0.3) !important;
  }

  .\32xl\:text-brand-brown\/35 {
    color: rgb(133 114 114 / 0.35) !important;
  }

  .\32xl\:text-brand-brown\/40 {
    color: rgb(133 114 114 / 0.4) !important;
  }

  .\32xl\:text-brand-brown\/45 {
    color: rgb(133 114 114 / 0.45) !important;
  }

  .\32xl\:text-brand-brown\/5 {
    color: rgb(133 114 114 / 0.05) !important;
  }

  .\32xl\:text-brand-brown\/50 {
    color: rgb(133 114 114 / 0.5) !important;
  }

  .\32xl\:text-brand-brown\/55 {
    color: rgb(133 114 114 / 0.55) !important;
  }

  .\32xl\:text-brand-brown\/60 {
    color: rgb(133 114 114 / 0.6) !important;
  }

  .\32xl\:text-brand-brown\/65 {
    color: rgb(133 114 114 / 0.65) !important;
  }

  .\32xl\:text-brand-brown\/70 {
    color: rgb(133 114 114 / 0.7) !important;
  }

  .\32xl\:text-brand-brown\/75 {
    color: rgb(133 114 114 / 0.75) !important;
  }

  .\32xl\:text-brand-brown\/80 {
    color: rgb(133 114 114 / 0.8) !important;
  }

  .\32xl\:text-brand-brown\/85 {
    color: rgb(133 114 114 / 0.85) !important;
  }

  .\32xl\:text-brand-brown\/90 {
    color: rgb(133 114 114 / 0.9) !important;
  }

  .\32xl\:text-brand-brown\/95 {
    color: rgb(133 114 114 / 0.95) !important;
  }

  .\32xl\:text-brand-brownDark {
    --tw-text-opacity: 1 !important;
    color: rgb(73 71 78 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brownDark\/0 {
    color: rgb(73 71 78 / 0) !important;
  }

  .\32xl\:text-brand-brownDark\/10 {
    color: rgb(73 71 78 / 0.1) !important;
  }

  .\32xl\:text-brand-brownDark\/100 {
    color: rgb(73 71 78 / 1) !important;
  }

  .\32xl\:text-brand-brownDark\/15 {
    color: rgb(73 71 78 / 0.15) !important;
  }

  .\32xl\:text-brand-brownDark\/20 {
    color: rgb(73 71 78 / 0.2) !important;
  }

  .\32xl\:text-brand-brownDark\/25 {
    color: rgb(73 71 78 / 0.25) !important;
  }

  .\32xl\:text-brand-brownDark\/30 {
    color: rgb(73 71 78 / 0.3) !important;
  }

  .\32xl\:text-brand-brownDark\/35 {
    color: rgb(73 71 78 / 0.35) !important;
  }

  .\32xl\:text-brand-brownDark\/40 {
    color: rgb(73 71 78 / 0.4) !important;
  }

  .\32xl\:text-brand-brownDark\/45 {
    color: rgb(73 71 78 / 0.45) !important;
  }

  .\32xl\:text-brand-brownDark\/5 {
    color: rgb(73 71 78 / 0.05) !important;
  }

  .\32xl\:text-brand-brownDark\/50 {
    color: rgb(73 71 78 / 0.5) !important;
  }

  .\32xl\:text-brand-brownDark\/55 {
    color: rgb(73 71 78 / 0.55) !important;
  }

  .\32xl\:text-brand-brownDark\/60 {
    color: rgb(73 71 78 / 0.6) !important;
  }

  .\32xl\:text-brand-brownDark\/65 {
    color: rgb(73 71 78 / 0.65) !important;
  }

  .\32xl\:text-brand-brownDark\/70 {
    color: rgb(73 71 78 / 0.7) !important;
  }

  .\32xl\:text-brand-brownDark\/75 {
    color: rgb(73 71 78 / 0.75) !important;
  }

  .\32xl\:text-brand-brownDark\/80 {
    color: rgb(73 71 78 / 0.8) !important;
  }

  .\32xl\:text-brand-brownDark\/85 {
    color: rgb(73 71 78 / 0.85) !important;
  }

  .\32xl\:text-brand-brownDark\/90 {
    color: rgb(73 71 78 / 0.9) !important;
  }

  .\32xl\:text-brand-brownDark\/95 {
    color: rgb(73 71 78 / 0.95) !important;
  }

  .\32xl\:text-brand-brownDarker {
    --tw-text-opacity: 1 !important;
    color: rgb(36 34 42 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brownDarker\/0 {
    color: rgb(36 34 42 / 0) !important;
  }

  .\32xl\:text-brand-brownDarker\/10 {
    color: rgb(36 34 42 / 0.1) !important;
  }

  .\32xl\:text-brand-brownDarker\/100 {
    color: rgb(36 34 42 / 1) !important;
  }

  .\32xl\:text-brand-brownDarker\/15 {
    color: rgb(36 34 42 / 0.15) !important;
  }

  .\32xl\:text-brand-brownDarker\/20 {
    color: rgb(36 34 42 / 0.2) !important;
  }

  .\32xl\:text-brand-brownDarker\/25 {
    color: rgb(36 34 42 / 0.25) !important;
  }

  .\32xl\:text-brand-brownDarker\/30 {
    color: rgb(36 34 42 / 0.3) !important;
  }

  .\32xl\:text-brand-brownDarker\/35 {
    color: rgb(36 34 42 / 0.35) !important;
  }

  .\32xl\:text-brand-brownDarker\/40 {
    color: rgb(36 34 42 / 0.4) !important;
  }

  .\32xl\:text-brand-brownDarker\/45 {
    color: rgb(36 34 42 / 0.45) !important;
  }

  .\32xl\:text-brand-brownDarker\/5 {
    color: rgb(36 34 42 / 0.05) !important;
  }

  .\32xl\:text-brand-brownDarker\/50 {
    color: rgb(36 34 42 / 0.5) !important;
  }

  .\32xl\:text-brand-brownDarker\/55 {
    color: rgb(36 34 42 / 0.55) !important;
  }

  .\32xl\:text-brand-brownDarker\/60 {
    color: rgb(36 34 42 / 0.6) !important;
  }

  .\32xl\:text-brand-brownDarker\/65 {
    color: rgb(36 34 42 / 0.65) !important;
  }

  .\32xl\:text-brand-brownDarker\/70 {
    color: rgb(36 34 42 / 0.7) !important;
  }

  .\32xl\:text-brand-brownDarker\/75 {
    color: rgb(36 34 42 / 0.75) !important;
  }

  .\32xl\:text-brand-brownDarker\/80 {
    color: rgb(36 34 42 / 0.8) !important;
  }

  .\32xl\:text-brand-brownDarker\/85 {
    color: rgb(36 34 42 / 0.85) !important;
  }

  .\32xl\:text-brand-brownDarker\/90 {
    color: rgb(36 34 42 / 0.9) !important;
  }

  .\32xl\:text-brand-brownDarker\/95 {
    color: rgb(36 34 42 / 0.95) !important;
  }

  .\32xl\:text-brand-brownDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(13 14 24 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brownDarkest\/0 {
    color: rgb(13 14 24 / 0) !important;
  }

  .\32xl\:text-brand-brownDarkest\/10 {
    color: rgb(13 14 24 / 0.1) !important;
  }

  .\32xl\:text-brand-brownDarkest\/100 {
    color: rgb(13 14 24 / 1) !important;
  }

  .\32xl\:text-brand-brownDarkest\/15 {
    color: rgb(13 14 24 / 0.15) !important;
  }

  .\32xl\:text-brand-brownDarkest\/20 {
    color: rgb(13 14 24 / 0.2) !important;
  }

  .\32xl\:text-brand-brownDarkest\/25 {
    color: rgb(13 14 24 / 0.25) !important;
  }

  .\32xl\:text-brand-brownDarkest\/30 {
    color: rgb(13 14 24 / 0.3) !important;
  }

  .\32xl\:text-brand-brownDarkest\/35 {
    color: rgb(13 14 24 / 0.35) !important;
  }

  .\32xl\:text-brand-brownDarkest\/40 {
    color: rgb(13 14 24 / 0.4) !important;
  }

  .\32xl\:text-brand-brownDarkest\/45 {
    color: rgb(13 14 24 / 0.45) !important;
  }

  .\32xl\:text-brand-brownDarkest\/5 {
    color: rgb(13 14 24 / 0.05) !important;
  }

  .\32xl\:text-brand-brownDarkest\/50 {
    color: rgb(13 14 24 / 0.5) !important;
  }

  .\32xl\:text-brand-brownDarkest\/55 {
    color: rgb(13 14 24 / 0.55) !important;
  }

  .\32xl\:text-brand-brownDarkest\/60 {
    color: rgb(13 14 24 / 0.6) !important;
  }

  .\32xl\:text-brand-brownDarkest\/65 {
    color: rgb(13 14 24 / 0.65) !important;
  }

  .\32xl\:text-brand-brownDarkest\/70 {
    color: rgb(13 14 24 / 0.7) !important;
  }

  .\32xl\:text-brand-brownDarkest\/75 {
    color: rgb(13 14 24 / 0.75) !important;
  }

  .\32xl\:text-brand-brownDarkest\/80 {
    color: rgb(13 14 24 / 0.8) !important;
  }

  .\32xl\:text-brand-brownDarkest\/85 {
    color: rgb(13 14 24 / 0.85) !important;
  }

  .\32xl\:text-brand-brownDarkest\/90 {
    color: rgb(13 14 24 / 0.9) !important;
  }

  .\32xl\:text-brand-brownDarkest\/95 {
    color: rgb(13 14 24 / 0.95) !important;
  }

  .\32xl\:text-brand-brownLighest {
    --tw-text-opacity: 1 !important;
    color: rgb(252 248 248 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brownLighest\/0 {
    color: rgb(252 248 248 / 0) !important;
  }

  .\32xl\:text-brand-brownLighest\/10 {
    color: rgb(252 248 248 / 0.1) !important;
  }

  .\32xl\:text-brand-brownLighest\/100 {
    color: rgb(252 248 248 / 1) !important;
  }

  .\32xl\:text-brand-brownLighest\/15 {
    color: rgb(252 248 248 / 0.15) !important;
  }

  .\32xl\:text-brand-brownLighest\/20 {
    color: rgb(252 248 248 / 0.2) !important;
  }

  .\32xl\:text-brand-brownLighest\/25 {
    color: rgb(252 248 248 / 0.25) !important;
  }

  .\32xl\:text-brand-brownLighest\/30 {
    color: rgb(252 248 248 / 0.3) !important;
  }

  .\32xl\:text-brand-brownLighest\/35 {
    color: rgb(252 248 248 / 0.35) !important;
  }

  .\32xl\:text-brand-brownLighest\/40 {
    color: rgb(252 248 248 / 0.4) !important;
  }

  .\32xl\:text-brand-brownLighest\/45 {
    color: rgb(252 248 248 / 0.45) !important;
  }

  .\32xl\:text-brand-brownLighest\/5 {
    color: rgb(252 248 248 / 0.05) !important;
  }

  .\32xl\:text-brand-brownLighest\/50 {
    color: rgb(252 248 248 / 0.5) !important;
  }

  .\32xl\:text-brand-brownLighest\/55 {
    color: rgb(252 248 248 / 0.55) !important;
  }

  .\32xl\:text-brand-brownLighest\/60 {
    color: rgb(252 248 248 / 0.6) !important;
  }

  .\32xl\:text-brand-brownLighest\/65 {
    color: rgb(252 248 248 / 0.65) !important;
  }

  .\32xl\:text-brand-brownLighest\/70 {
    color: rgb(252 248 248 / 0.7) !important;
  }

  .\32xl\:text-brand-brownLighest\/75 {
    color: rgb(252 248 248 / 0.75) !important;
  }

  .\32xl\:text-brand-brownLighest\/80 {
    color: rgb(252 248 248 / 0.8) !important;
  }

  .\32xl\:text-brand-brownLighest\/85 {
    color: rgb(252 248 248 / 0.85) !important;
  }

  .\32xl\:text-brand-brownLighest\/90 {
    color: rgb(252 248 248 / 0.9) !important;
  }

  .\32xl\:text-brand-brownLighest\/95 {
    color: rgb(252 248 248 / 0.95) !important;
  }

  .\32xl\:text-brand-brownLight {
    --tw-text-opacity: 1 !important;
    color: rgb(214 204 205 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-brownLight\/0 {
    color: rgb(214 204 205 / 0) !important;
  }

  .\32xl\:text-brand-brownLight\/10 {
    color: rgb(214 204 205 / 0.1) !important;
  }

  .\32xl\:text-brand-brownLight\/100 {
    color: rgb(214 204 205 / 1) !important;
  }

  .\32xl\:text-brand-brownLight\/15 {
    color: rgb(214 204 205 / 0.15) !important;
  }

  .\32xl\:text-brand-brownLight\/20 {
    color: rgb(214 204 205 / 0.2) !important;
  }

  .\32xl\:text-brand-brownLight\/25 {
    color: rgb(214 204 205 / 0.25) !important;
  }

  .\32xl\:text-brand-brownLight\/30 {
    color: rgb(214 204 205 / 0.3) !important;
  }

  .\32xl\:text-brand-brownLight\/35 {
    color: rgb(214 204 205 / 0.35) !important;
  }

  .\32xl\:text-brand-brownLight\/40 {
    color: rgb(214 204 205 / 0.4) !important;
  }

  .\32xl\:text-brand-brownLight\/45 {
    color: rgb(214 204 205 / 0.45) !important;
  }

  .\32xl\:text-brand-brownLight\/5 {
    color: rgb(214 204 205 / 0.05) !important;
  }

  .\32xl\:text-brand-brownLight\/50 {
    color: rgb(214 204 205 / 0.5) !important;
  }

  .\32xl\:text-brand-brownLight\/55 {
    color: rgb(214 204 205 / 0.55) !important;
  }

  .\32xl\:text-brand-brownLight\/60 {
    color: rgb(214 204 205 / 0.6) !important;
  }

  .\32xl\:text-brand-brownLight\/65 {
    color: rgb(214 204 205 / 0.65) !important;
  }

  .\32xl\:text-brand-brownLight\/70 {
    color: rgb(214 204 205 / 0.7) !important;
  }

  .\32xl\:text-brand-brownLight\/75 {
    color: rgb(214 204 205 / 0.75) !important;
  }

  .\32xl\:text-brand-brownLight\/80 {
    color: rgb(214 204 205 / 0.8) !important;
  }

  .\32xl\:text-brand-brownLight\/85 {
    color: rgb(214 204 205 / 0.85) !important;
  }

  .\32xl\:text-brand-brownLight\/90 {
    color: rgb(214 204 205 / 0.9) !important;
  }

  .\32xl\:text-brand-brownLight\/95 {
    color: rgb(214 204 205 / 0.95) !important;
  }

  .\32xl\:text-brand-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(218 218 218 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-grey\/0 {
    color: rgb(218 218 218 / 0) !important;
  }

  .\32xl\:text-brand-grey\/10 {
    color: rgb(218 218 218 / 0.1) !important;
  }

  .\32xl\:text-brand-grey\/100 {
    color: rgb(218 218 218 / 1) !important;
  }

  .\32xl\:text-brand-grey\/15 {
    color: rgb(218 218 218 / 0.15) !important;
  }

  .\32xl\:text-brand-grey\/20 {
    color: rgb(218 218 218 / 0.2) !important;
  }

  .\32xl\:text-brand-grey\/25 {
    color: rgb(218 218 218 / 0.25) !important;
  }

  .\32xl\:text-brand-grey\/30 {
    color: rgb(218 218 218 / 0.3) !important;
  }

  .\32xl\:text-brand-grey\/35 {
    color: rgb(218 218 218 / 0.35) !important;
  }

  .\32xl\:text-brand-grey\/40 {
    color: rgb(218 218 218 / 0.4) !important;
  }

  .\32xl\:text-brand-grey\/45 {
    color: rgb(218 218 218 / 0.45) !important;
  }

  .\32xl\:text-brand-grey\/5 {
    color: rgb(218 218 218 / 0.05) !important;
  }

  .\32xl\:text-brand-grey\/50 {
    color: rgb(218 218 218 / 0.5) !important;
  }

  .\32xl\:text-brand-grey\/55 {
    color: rgb(218 218 218 / 0.55) !important;
  }

  .\32xl\:text-brand-grey\/60 {
    color: rgb(218 218 218 / 0.6) !important;
  }

  .\32xl\:text-brand-grey\/65 {
    color: rgb(218 218 218 / 0.65) !important;
  }

  .\32xl\:text-brand-grey\/70 {
    color: rgb(218 218 218 / 0.7) !important;
  }

  .\32xl\:text-brand-grey\/75 {
    color: rgb(218 218 218 / 0.75) !important;
  }

  .\32xl\:text-brand-grey\/80 {
    color: rgb(218 218 218 / 0.8) !important;
  }

  .\32xl\:text-brand-grey\/85 {
    color: rgb(218 218 218 / 0.85) !important;
  }

  .\32xl\:text-brand-grey\/90 {
    color: rgb(218 218 218 / 0.9) !important;
  }

  .\32xl\:text-brand-grey\/95 {
    color: rgb(218 218 218 / 0.95) !important;
  }

  .\32xl\:text-brand-greyDarkest {
    --tw-text-opacity: 1 !important;
    color: rgb(26 3 27 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-greyDarkest\/0 {
    color: rgb(26 3 27 / 0) !important;
  }

  .\32xl\:text-brand-greyDarkest\/10 {
    color: rgb(26 3 27 / 0.1) !important;
  }

  .\32xl\:text-brand-greyDarkest\/100 {
    color: rgb(26 3 27 / 1) !important;
  }

  .\32xl\:text-brand-greyDarkest\/15 {
    color: rgb(26 3 27 / 0.15) !important;
  }

  .\32xl\:text-brand-greyDarkest\/20 {
    color: rgb(26 3 27 / 0.2) !important;
  }

  .\32xl\:text-brand-greyDarkest\/25 {
    color: rgb(26 3 27 / 0.25) !important;
  }

  .\32xl\:text-brand-greyDarkest\/30 {
    color: rgb(26 3 27 / 0.3) !important;
  }

  .\32xl\:text-brand-greyDarkest\/35 {
    color: rgb(26 3 27 / 0.35) !important;
  }

  .\32xl\:text-brand-greyDarkest\/40 {
    color: rgb(26 3 27 / 0.4) !important;
  }

  .\32xl\:text-brand-greyDarkest\/45 {
    color: rgb(26 3 27 / 0.45) !important;
  }

  .\32xl\:text-brand-greyDarkest\/5 {
    color: rgb(26 3 27 / 0.05) !important;
  }

  .\32xl\:text-brand-greyDarkest\/50 {
    color: rgb(26 3 27 / 0.5) !important;
  }

  .\32xl\:text-brand-greyDarkest\/55 {
    color: rgb(26 3 27 / 0.55) !important;
  }

  .\32xl\:text-brand-greyDarkest\/60 {
    color: rgb(26 3 27 / 0.6) !important;
  }

  .\32xl\:text-brand-greyDarkest\/65 {
    color: rgb(26 3 27 / 0.65) !important;
  }

  .\32xl\:text-brand-greyDarkest\/70 {
    color: rgb(26 3 27 / 0.7) !important;
  }

  .\32xl\:text-brand-greyDarkest\/75 {
    color: rgb(26 3 27 / 0.75) !important;
  }

  .\32xl\:text-brand-greyDarkest\/80 {
    color: rgb(26 3 27 / 0.8) !important;
  }

  .\32xl\:text-brand-greyDarkest\/85 {
    color: rgb(26 3 27 / 0.85) !important;
  }

  .\32xl\:text-brand-greyDarkest\/90 {
    color: rgb(26 3 27 / 0.9) !important;
  }

  .\32xl\:text-brand-greyDarkest\/95 {
    color: rgb(26 3 27 / 0.95) !important;
  }

  .\32xl\:text-brand-greyLight {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 254 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-greyLight\/0 {
    color: rgb(249 248 254 / 0) !important;
  }

  .\32xl\:text-brand-greyLight\/10 {
    color: rgb(249 248 254 / 0.1) !important;
  }

  .\32xl\:text-brand-greyLight\/100 {
    color: rgb(249 248 254 / 1) !important;
  }

  .\32xl\:text-brand-greyLight\/15 {
    color: rgb(249 248 254 / 0.15) !important;
  }

  .\32xl\:text-brand-greyLight\/20 {
    color: rgb(249 248 254 / 0.2) !important;
  }

  .\32xl\:text-brand-greyLight\/25 {
    color: rgb(249 248 254 / 0.25) !important;
  }

  .\32xl\:text-brand-greyLight\/30 {
    color: rgb(249 248 254 / 0.3) !important;
  }

  .\32xl\:text-brand-greyLight\/35 {
    color: rgb(249 248 254 / 0.35) !important;
  }

  .\32xl\:text-brand-greyLight\/40 {
    color: rgb(249 248 254 / 0.4) !important;
  }

  .\32xl\:text-brand-greyLight\/45 {
    color: rgb(249 248 254 / 0.45) !important;
  }

  .\32xl\:text-brand-greyLight\/5 {
    color: rgb(249 248 254 / 0.05) !important;
  }

  .\32xl\:text-brand-greyLight\/50 {
    color: rgb(249 248 254 / 0.5) !important;
  }

  .\32xl\:text-brand-greyLight\/55 {
    color: rgb(249 248 254 / 0.55) !important;
  }

  .\32xl\:text-brand-greyLight\/60 {
    color: rgb(249 248 254 / 0.6) !important;
  }

  .\32xl\:text-brand-greyLight\/65 {
    color: rgb(249 248 254 / 0.65) !important;
  }

  .\32xl\:text-brand-greyLight\/70 {
    color: rgb(249 248 254 / 0.7) !important;
  }

  .\32xl\:text-brand-greyLight\/75 {
    color: rgb(249 248 254 / 0.75) !important;
  }

  .\32xl\:text-brand-greyLight\/80 {
    color: rgb(249 248 254 / 0.8) !important;
  }

  .\32xl\:text-brand-greyLight\/85 {
    color: rgb(249 248 254 / 0.85) !important;
  }

  .\32xl\:text-brand-greyLight\/90 {
    color: rgb(249 248 254 / 0.9) !important;
  }

  .\32xl\:text-brand-greyLight\/95 {
    color: rgb(249 248 254 / 0.95) !important;
  }

  .\32xl\:text-brand-red {
    --tw-text-opacity: 1 !important;
    color: rgb(223 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-red\/0 {
    color: rgb(223 45 59 / 0) !important;
  }

  .\32xl\:text-brand-red\/10 {
    color: rgb(223 45 59 / 0.1) !important;
  }

  .\32xl\:text-brand-red\/100 {
    color: rgb(223 45 59 / 1) !important;
  }

  .\32xl\:text-brand-red\/15 {
    color: rgb(223 45 59 / 0.15) !important;
  }

  .\32xl\:text-brand-red\/20 {
    color: rgb(223 45 59 / 0.2) !important;
  }

  .\32xl\:text-brand-red\/25 {
    color: rgb(223 45 59 / 0.25) !important;
  }

  .\32xl\:text-brand-red\/30 {
    color: rgb(223 45 59 / 0.3) !important;
  }

  .\32xl\:text-brand-red\/35 {
    color: rgb(223 45 59 / 0.35) !important;
  }

  .\32xl\:text-brand-red\/40 {
    color: rgb(223 45 59 / 0.4) !important;
  }

  .\32xl\:text-brand-red\/45 {
    color: rgb(223 45 59 / 0.45) !important;
  }

  .\32xl\:text-brand-red\/5 {
    color: rgb(223 45 59 / 0.05) !important;
  }

  .\32xl\:text-brand-red\/50 {
    color: rgb(223 45 59 / 0.5) !important;
  }

  .\32xl\:text-brand-red\/55 {
    color: rgb(223 45 59 / 0.55) !important;
  }

  .\32xl\:text-brand-red\/60 {
    color: rgb(223 45 59 / 0.6) !important;
  }

  .\32xl\:text-brand-red\/65 {
    color: rgb(223 45 59 / 0.65) !important;
  }

  .\32xl\:text-brand-red\/70 {
    color: rgb(223 45 59 / 0.7) !important;
  }

  .\32xl\:text-brand-red\/75 {
    color: rgb(223 45 59 / 0.75) !important;
  }

  .\32xl\:text-brand-red\/80 {
    color: rgb(223 45 59 / 0.8) !important;
  }

  .\32xl\:text-brand-red\/85 {
    color: rgb(223 45 59 / 0.85) !important;
  }

  .\32xl\:text-brand-red\/90 {
    color: rgb(223 45 59 / 0.9) !important;
  }

  .\32xl\:text-brand-red\/95 {
    color: rgb(223 45 59 / 0.95) !important;
  }

  .\32xl\:text-brand-redDark {
    --tw-text-opacity: 1 !important;
    color: rgb(190 22 35 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-redDark\/0 {
    color: rgb(190 22 35 / 0) !important;
  }

  .\32xl\:text-brand-redDark\/10 {
    color: rgb(190 22 35 / 0.1) !important;
  }

  .\32xl\:text-brand-redDark\/100 {
    color: rgb(190 22 35 / 1) !important;
  }

  .\32xl\:text-brand-redDark\/15 {
    color: rgb(190 22 35 / 0.15) !important;
  }

  .\32xl\:text-brand-redDark\/20 {
    color: rgb(190 22 35 / 0.2) !important;
  }

  .\32xl\:text-brand-redDark\/25 {
    color: rgb(190 22 35 / 0.25) !important;
  }

  .\32xl\:text-brand-redDark\/30 {
    color: rgb(190 22 35 / 0.3) !important;
  }

  .\32xl\:text-brand-redDark\/35 {
    color: rgb(190 22 35 / 0.35) !important;
  }

  .\32xl\:text-brand-redDark\/40 {
    color: rgb(190 22 35 / 0.4) !important;
  }

  .\32xl\:text-brand-redDark\/45 {
    color: rgb(190 22 35 / 0.45) !important;
  }

  .\32xl\:text-brand-redDark\/5 {
    color: rgb(190 22 35 / 0.05) !important;
  }

  .\32xl\:text-brand-redDark\/50 {
    color: rgb(190 22 35 / 0.5) !important;
  }

  .\32xl\:text-brand-redDark\/55 {
    color: rgb(190 22 35 / 0.55) !important;
  }

  .\32xl\:text-brand-redDark\/60 {
    color: rgb(190 22 35 / 0.6) !important;
  }

  .\32xl\:text-brand-redDark\/65 {
    color: rgb(190 22 35 / 0.65) !important;
  }

  .\32xl\:text-brand-redDark\/70 {
    color: rgb(190 22 35 / 0.7) !important;
  }

  .\32xl\:text-brand-redDark\/75 {
    color: rgb(190 22 35 / 0.75) !important;
  }

  .\32xl\:text-brand-redDark\/80 {
    color: rgb(190 22 35 / 0.8) !important;
  }

  .\32xl\:text-brand-redDark\/85 {
    color: rgb(190 22 35 / 0.85) !important;
  }

  .\32xl\:text-brand-redDark\/90 {
    color: rgb(190 22 35 / 0.9) !important;
  }

  .\32xl\:text-brand-redDark\/95 {
    color: rgb(190 22 35 / 0.95) !important;
  }

  .\32xl\:text-brand-systemGreen {
    --tw-text-opacity: 1 !important;
    color: rgb(30 214 93 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-systemGreen\/0 {
    color: rgb(30 214 93 / 0) !important;
  }

  .\32xl\:text-brand-systemGreen\/10 {
    color: rgb(30 214 93 / 0.1) !important;
  }

  .\32xl\:text-brand-systemGreen\/100 {
    color: rgb(30 214 93 / 1) !important;
  }

  .\32xl\:text-brand-systemGreen\/15 {
    color: rgb(30 214 93 / 0.15) !important;
  }

  .\32xl\:text-brand-systemGreen\/20 {
    color: rgb(30 214 93 / 0.2) !important;
  }

  .\32xl\:text-brand-systemGreen\/25 {
    color: rgb(30 214 93 / 0.25) !important;
  }

  .\32xl\:text-brand-systemGreen\/30 {
    color: rgb(30 214 93 / 0.3) !important;
  }

  .\32xl\:text-brand-systemGreen\/35 {
    color: rgb(30 214 93 / 0.35) !important;
  }

  .\32xl\:text-brand-systemGreen\/40 {
    color: rgb(30 214 93 / 0.4) !important;
  }

  .\32xl\:text-brand-systemGreen\/45 {
    color: rgb(30 214 93 / 0.45) !important;
  }

  .\32xl\:text-brand-systemGreen\/5 {
    color: rgb(30 214 93 / 0.05) !important;
  }

  .\32xl\:text-brand-systemGreen\/50 {
    color: rgb(30 214 93 / 0.5) !important;
  }

  .\32xl\:text-brand-systemGreen\/55 {
    color: rgb(30 214 93 / 0.55) !important;
  }

  .\32xl\:text-brand-systemGreen\/60 {
    color: rgb(30 214 93 / 0.6) !important;
  }

  .\32xl\:text-brand-systemGreen\/65 {
    color: rgb(30 214 93 / 0.65) !important;
  }

  .\32xl\:text-brand-systemGreen\/70 {
    color: rgb(30 214 93 / 0.7) !important;
  }

  .\32xl\:text-brand-systemGreen\/75 {
    color: rgb(30 214 93 / 0.75) !important;
  }

  .\32xl\:text-brand-systemGreen\/80 {
    color: rgb(30 214 93 / 0.8) !important;
  }

  .\32xl\:text-brand-systemGreen\/85 {
    color: rgb(30 214 93 / 0.85) !important;
  }

  .\32xl\:text-brand-systemGreen\/90 {
    color: rgb(30 214 93 / 0.9) !important;
  }

  .\32xl\:text-brand-systemGreen\/95 {
    color: rgb(30 214 93 / 0.95) !important;
  }

  .\32xl\:text-brand-systemOrange {
    --tw-text-opacity: 1 !important;
    color: rgb(216 125 19 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-systemOrange\/0 {
    color: rgb(216 125 19 / 0) !important;
  }

  .\32xl\:text-brand-systemOrange\/10 {
    color: rgb(216 125 19 / 0.1) !important;
  }

  .\32xl\:text-brand-systemOrange\/100 {
    color: rgb(216 125 19 / 1) !important;
  }

  .\32xl\:text-brand-systemOrange\/15 {
    color: rgb(216 125 19 / 0.15) !important;
  }

  .\32xl\:text-brand-systemOrange\/20 {
    color: rgb(216 125 19 / 0.2) !important;
  }

  .\32xl\:text-brand-systemOrange\/25 {
    color: rgb(216 125 19 / 0.25) !important;
  }

  .\32xl\:text-brand-systemOrange\/30 {
    color: rgb(216 125 19 / 0.3) !important;
  }

  .\32xl\:text-brand-systemOrange\/35 {
    color: rgb(216 125 19 / 0.35) !important;
  }

  .\32xl\:text-brand-systemOrange\/40 {
    color: rgb(216 125 19 / 0.4) !important;
  }

  .\32xl\:text-brand-systemOrange\/45 {
    color: rgb(216 125 19 / 0.45) !important;
  }

  .\32xl\:text-brand-systemOrange\/5 {
    color: rgb(216 125 19 / 0.05) !important;
  }

  .\32xl\:text-brand-systemOrange\/50 {
    color: rgb(216 125 19 / 0.5) !important;
  }

  .\32xl\:text-brand-systemOrange\/55 {
    color: rgb(216 125 19 / 0.55) !important;
  }

  .\32xl\:text-brand-systemOrange\/60 {
    color: rgb(216 125 19 / 0.6) !important;
  }

  .\32xl\:text-brand-systemOrange\/65 {
    color: rgb(216 125 19 / 0.65) !important;
  }

  .\32xl\:text-brand-systemOrange\/70 {
    color: rgb(216 125 19 / 0.7) !important;
  }

  .\32xl\:text-brand-systemOrange\/75 {
    color: rgb(216 125 19 / 0.75) !important;
  }

  .\32xl\:text-brand-systemOrange\/80 {
    color: rgb(216 125 19 / 0.8) !important;
  }

  .\32xl\:text-brand-systemOrange\/85 {
    color: rgb(216 125 19 / 0.85) !important;
  }

  .\32xl\:text-brand-systemOrange\/90 {
    color: rgb(216 125 19 / 0.9) !important;
  }

  .\32xl\:text-brand-systemOrange\/95 {
    color: rgb(216 125 19 / 0.95) !important;
  }

  .\32xl\:text-brand-systemRed {
    --tw-text-opacity: 1 !important;
    color: rgb(227 45 59 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-systemRed\/0 {
    color: rgb(227 45 59 / 0) !important;
  }

  .\32xl\:text-brand-systemRed\/10 {
    color: rgb(227 45 59 / 0.1) !important;
  }

  .\32xl\:text-brand-systemRed\/100 {
    color: rgb(227 45 59 / 1) !important;
  }

  .\32xl\:text-brand-systemRed\/15 {
    color: rgb(227 45 59 / 0.15) !important;
  }

  .\32xl\:text-brand-systemRed\/20 {
    color: rgb(227 45 59 / 0.2) !important;
  }

  .\32xl\:text-brand-systemRed\/25 {
    color: rgb(227 45 59 / 0.25) !important;
  }

  .\32xl\:text-brand-systemRed\/30 {
    color: rgb(227 45 59 / 0.3) !important;
  }

  .\32xl\:text-brand-systemRed\/35 {
    color: rgb(227 45 59 / 0.35) !important;
  }

  .\32xl\:text-brand-systemRed\/40 {
    color: rgb(227 45 59 / 0.4) !important;
  }

  .\32xl\:text-brand-systemRed\/45 {
    color: rgb(227 45 59 / 0.45) !important;
  }

  .\32xl\:text-brand-systemRed\/5 {
    color: rgb(227 45 59 / 0.05) !important;
  }

  .\32xl\:text-brand-systemRed\/50 {
    color: rgb(227 45 59 / 0.5) !important;
  }

  .\32xl\:text-brand-systemRed\/55 {
    color: rgb(227 45 59 / 0.55) !important;
  }

  .\32xl\:text-brand-systemRed\/60 {
    color: rgb(227 45 59 / 0.6) !important;
  }

  .\32xl\:text-brand-systemRed\/65 {
    color: rgb(227 45 59 / 0.65) !important;
  }

  .\32xl\:text-brand-systemRed\/70 {
    color: rgb(227 45 59 / 0.7) !important;
  }

  .\32xl\:text-brand-systemRed\/75 {
    color: rgb(227 45 59 / 0.75) !important;
  }

  .\32xl\:text-brand-systemRed\/80 {
    color: rgb(227 45 59 / 0.8) !important;
  }

  .\32xl\:text-brand-systemRed\/85 {
    color: rgb(227 45 59 / 0.85) !important;
  }

  .\32xl\:text-brand-systemRed\/90 {
    color: rgb(227 45 59 / 0.9) !important;
  }

  .\32xl\:text-brand-systemRed\/95 {
    color: rgb(227 45 59 / 0.95) !important;
  }

  .\32xl\:text-brand-systemYellow {
    --tw-text-opacity: 1 !important;
    color: rgb(227 203 15 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-systemYellow\/0 {
    color: rgb(227 203 15 / 0) !important;
  }

  .\32xl\:text-brand-systemYellow\/10 {
    color: rgb(227 203 15 / 0.1) !important;
  }

  .\32xl\:text-brand-systemYellow\/100 {
    color: rgb(227 203 15 / 1) !important;
  }

  .\32xl\:text-brand-systemYellow\/15 {
    color: rgb(227 203 15 / 0.15) !important;
  }

  .\32xl\:text-brand-systemYellow\/20 {
    color: rgb(227 203 15 / 0.2) !important;
  }

  .\32xl\:text-brand-systemYellow\/25 {
    color: rgb(227 203 15 / 0.25) !important;
  }

  .\32xl\:text-brand-systemYellow\/30 {
    color: rgb(227 203 15 / 0.3) !important;
  }

  .\32xl\:text-brand-systemYellow\/35 {
    color: rgb(227 203 15 / 0.35) !important;
  }

  .\32xl\:text-brand-systemYellow\/40 {
    color: rgb(227 203 15 / 0.4) !important;
  }

  .\32xl\:text-brand-systemYellow\/45 {
    color: rgb(227 203 15 / 0.45) !important;
  }

  .\32xl\:text-brand-systemYellow\/5 {
    color: rgb(227 203 15 / 0.05) !important;
  }

  .\32xl\:text-brand-systemYellow\/50 {
    color: rgb(227 203 15 / 0.5) !important;
  }

  .\32xl\:text-brand-systemYellow\/55 {
    color: rgb(227 203 15 / 0.55) !important;
  }

  .\32xl\:text-brand-systemYellow\/60 {
    color: rgb(227 203 15 / 0.6) !important;
  }

  .\32xl\:text-brand-systemYellow\/65 {
    color: rgb(227 203 15 / 0.65) !important;
  }

  .\32xl\:text-brand-systemYellow\/70 {
    color: rgb(227 203 15 / 0.7) !important;
  }

  .\32xl\:text-brand-systemYellow\/75 {
    color: rgb(227 203 15 / 0.75) !important;
  }

  .\32xl\:text-brand-systemYellow\/80 {
    color: rgb(227 203 15 / 0.8) !important;
  }

  .\32xl\:text-brand-systemYellow\/85 {
    color: rgb(227 203 15 / 0.85) !important;
  }

  .\32xl\:text-brand-systemYellow\/90 {
    color: rgb(227 203 15 / 0.9) !important;
  }

  .\32xl\:text-brand-systemYellow\/95 {
    color: rgb(227 203 15 / 0.95) !important;
  }

  .\32xl\:text-brand-text {
    --tw-text-opacity: 1 !important;
    color: rgb(18 2 28 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-text\/0 {
    color: rgb(18 2 28 / 0) !important;
  }

  .\32xl\:text-brand-text\/10 {
    color: rgb(18 2 28 / 0.1) !important;
  }

  .\32xl\:text-brand-text\/100 {
    color: rgb(18 2 28 / 1) !important;
  }

  .\32xl\:text-brand-text\/15 {
    color: rgb(18 2 28 / 0.15) !important;
  }

  .\32xl\:text-brand-text\/20 {
    color: rgb(18 2 28 / 0.2) !important;
  }

  .\32xl\:text-brand-text\/25 {
    color: rgb(18 2 28 / 0.25) !important;
  }

  .\32xl\:text-brand-text\/30 {
    color: rgb(18 2 28 / 0.3) !important;
  }

  .\32xl\:text-brand-text\/35 {
    color: rgb(18 2 28 / 0.35) !important;
  }

  .\32xl\:text-brand-text\/40 {
    color: rgb(18 2 28 / 0.4) !important;
  }

  .\32xl\:text-brand-text\/45 {
    color: rgb(18 2 28 / 0.45) !important;
  }

  .\32xl\:text-brand-text\/5 {
    color: rgb(18 2 28 / 0.05) !important;
  }

  .\32xl\:text-brand-text\/50 {
    color: rgb(18 2 28 / 0.5) !important;
  }

  .\32xl\:text-brand-text\/55 {
    color: rgb(18 2 28 / 0.55) !important;
  }

  .\32xl\:text-brand-text\/60 {
    color: rgb(18 2 28 / 0.6) !important;
  }

  .\32xl\:text-brand-text\/65 {
    color: rgb(18 2 28 / 0.65) !important;
  }

  .\32xl\:text-brand-text\/70 {
    color: rgb(18 2 28 / 0.7) !important;
  }

  .\32xl\:text-brand-text\/75 {
    color: rgb(18 2 28 / 0.75) !important;
  }

  .\32xl\:text-brand-text\/80 {
    color: rgb(18 2 28 / 0.8) !important;
  }

  .\32xl\:text-brand-text\/85 {
    color: rgb(18 2 28 / 0.85) !important;
  }

  .\32xl\:text-brand-text\/90 {
    color: rgb(18 2 28 / 0.9) !important;
  }

  .\32xl\:text-brand-text\/95 {
    color: rgb(18 2 28 / 0.95) !important;
  }

  .\32xl\:text-brand-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-brand-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:text-brand-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:text-brand-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:text-brand-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:text-brand-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:text-brand-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:text-brand-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:text-brand-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:text-brand-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:text-brand-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:text-brand-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:text-brand-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:text-brand-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:text-brand-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:text-brand-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:text-brand-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:text-brand-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:text-brand-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:text-brand-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:text-brand-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:text-brand-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

  .\32xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .\32xl\:text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .\32xl\:text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .\32xl\:text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .\32xl\:text-white\/15 {
    color: rgb(255 255 255 / 0.15) !important;
  }

  .\32xl\:text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .\32xl\:text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .\32xl\:text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .\32xl\:text-white\/35 {
    color: rgb(255 255 255 / 0.35) !important;
  }

  .\32xl\:text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .\32xl\:text-white\/45 {
    color: rgb(255 255 255 / 0.45) !important;
  }

  .\32xl\:text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .\32xl\:text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .\32xl\:text-white\/55 {
    color: rgb(255 255 255 / 0.55) !important;
  }

  .\32xl\:text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .\32xl\:text-white\/65 {
    color: rgb(255 255 255 / 0.65) !important;
  }

  .\32xl\:text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .\32xl\:text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .\32xl\:text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .\32xl\:text-white\/85 {
    color: rgb(255 255 255 / 0.85) !important;
  }

  .\32xl\:text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .\32xl\:text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }
}